@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
@@ -6030,23 +6030,83 @@ Checkbox.options = options26;
6030
6030
  Checkbox.className = CHECKBOX_CLASSNAME;
6031
6031
  Checkbox.defaultProps = defaultProps24;
6032
6032
 
6033
- // src/checkbox/templates/checkbox-label.tsx
6033
+ // src/checkbox/checkbox-group.spec.tsx
6034
6034
  var import_jsx_runtime57 = require("react/jsx-runtime");
6035
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
6036
+ var states29 = [];
6037
+ var options27 = {};
6038
+ var defaultProps25 = {
6039
+ layout: "vertical"
6040
+ };
6041
+ var CheckboxGroup = (props) => {
6042
+ const {
6043
+ layout = defaultProps25.layout,
6044
+ ...other
6045
+ } = props;
6046
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6047
+ "ul",
6048
+ {
6049
+ ...other,
6050
+ className: classNames(
6051
+ props.className,
6052
+ CHECKBOXGROUP_CLASSNAME,
6053
+ {
6054
+ [`k-list-${layout}`]: layout
6055
+ }
6056
+ ),
6057
+ children: props.children
6058
+ }
6059
+ );
6060
+ };
6061
+ CheckboxGroup.states = states29;
6062
+ CheckboxGroup.options = options27;
6063
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
6064
+ CheckboxGroup.defaultProps = defaultProps25;
6035
6065
 
6036
- // src/checkbox/templates/checkbox-normal.tsx
6066
+ // src/checkbox/checkbox-item.spec.tsx
6037
6067
  var import_jsx_runtime58 = require("react/jsx-runtime");
6068
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
6069
+ var states30 = [];
6070
+ var options28 = {};
6071
+ var defaultProps26 = {};
6072
+ var CheckboxItem = (props) => {
6073
+ const {
6074
+ ...other
6075
+ } = props;
6076
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6077
+ "li",
6078
+ {
6079
+ ...other,
6080
+ className: classNames(
6081
+ props.className,
6082
+ CHECKBOXITEM_CLASSNAME
6083
+ ),
6084
+ children: props.children
6085
+ }
6086
+ );
6087
+ };
6088
+ CheckboxItem.states = states30;
6089
+ CheckboxItem.options = options28;
6090
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
6091
+ CheckboxItem.defaultProps = defaultProps26;
6038
6092
 
6039
- // src/list/list-item.spec.tsx
6093
+ // src/checkbox/templates/checkbox-with-label.tsx
6040
6094
  var import_jsx_runtime59 = require("react/jsx-runtime");
6095
+
6096
+ // src/checkbox/templates/checkbox-normal.tsx
6097
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6098
+
6099
+ // src/list/list-item.spec.tsx
6100
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6041
6101
  var LISTITEM_CLASSNAME = `k-list-item`;
6042
- var states29 = [
6102
+ var states31 = [
6043
6103
  States.hover,
6044
6104
  States.focus,
6045
6105
  States.selected,
6046
6106
  States.disabled
6047
6107
  ];
6048
- var options27 = {};
6049
- var defaultProps25 = {};
6108
+ var options29 = {};
6109
+ var defaultProps27 = {};
6050
6110
  var ListItem = (props) => {
6051
6111
  const {
6052
6112
  text,
@@ -6062,7 +6122,7 @@ var ListItem = (props) => {
6062
6122
  ...other
6063
6123
  } = props;
6064
6124
  const textOrChildren = text ? text : props.children;
6065
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
6125
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6066
6126
  "li",
6067
6127
  {
6068
6128
  ...other,
@@ -6077,66 +6137,66 @@ var ListItem = (props) => {
6077
6137
  })
6078
6138
  ),
6079
6139
  children: [
6080
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, { checked }),
6081
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: iconName }),
6082
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6083
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6140
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Checkbox, { checked }),
6141
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Icon, { icon: iconName }),
6142
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6143
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6084
6144
  ]
6085
6145
  }
6086
6146
  );
6087
6147
  };
6088
- ListItem.states = states29;
6089
- ListItem.options = options27;
6148
+ ListItem.states = states31;
6149
+ ListItem.options = options29;
6090
6150
  ListItem.className = LISTITEM_CLASSNAME;
6091
- ListItem.defaultProps = defaultProps25;
6151
+ ListItem.defaultProps = defaultProps27;
6092
6152
 
6093
6153
  // src/list/list-content.tsx
6094
- var import_jsx_runtime60 = require("react/jsx-runtime");
6154
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6095
6155
  var className10 = `k-list-content`;
6096
6156
  var ListContent = (props) => {
6097
6157
  const {
6098
6158
  virtualization
6099
6159
  } = props;
6100
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: classNames(className10, props.className), children: [
6101
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6102
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", {}) })
6160
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: classNames(className10, props.className), children: [
6161
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6162
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", {}) })
6103
6163
  ] });
6104
6164
  };
6105
6165
 
6106
6166
  // src/list/list-header.tsx
6107
- var import_jsx_runtime61 = require("react/jsx-runtime");
6167
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6108
6168
  var className11 = `k-list-group-sticky-header`;
6109
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6169
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6110
6170
 
6111
6171
  // src/list/list-group.tsx
6112
- var import_jsx_runtime62 = require("react/jsx-runtime");
6172
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6113
6173
  var ListGroup = (props) => {
6114
6174
  const {
6115
6175
  virtualization,
6116
6176
  label
6117
6177
  } = props;
6118
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
6119
- label && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListHeader, { children: label }),
6120
- props.children && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListContent, { virtualization, children: props.children })
6178
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6179
+ label && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListHeader, { children: label }),
6180
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListContent, { virtualization, children: props.children })
6121
6181
  ] });
6122
6182
  };
6123
6183
 
6124
6184
  // src/list/list-group-item.tsx
6125
- var import_jsx_runtime63 = require("react/jsx-runtime");
6185
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6126
6186
  var className12 = `k-list-group-item`;
6127
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6187
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6128
6188
 
6129
6189
  // src/list/list-option-label.tsx
6130
- var import_jsx_runtime64 = require("react/jsx-runtime");
6190
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6131
6191
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6132
- var states30 = [
6192
+ var states32 = [
6133
6193
  States.hover,
6134
6194
  States.focus,
6135
6195
  States.selected,
6136
6196
  States.disabled
6137
6197
  ];
6138
- var options28 = {};
6139
- var defaultProps26 = {};
6198
+ var options30 = {};
6199
+ var defaultProps28 = {};
6140
6200
  var ListOptionLabel = (props) => {
6141
6201
  const {
6142
6202
  text,
@@ -6146,7 +6206,7 @@ var ListOptionLabel = (props) => {
6146
6206
  disabled,
6147
6207
  ...other
6148
6208
  } = props;
6149
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6209
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6150
6210
  "div",
6151
6211
  {
6152
6212
  ...other,
@@ -6163,36 +6223,36 @@ var ListOptionLabel = (props) => {
6163
6223
  }
6164
6224
  );
6165
6225
  };
6166
- ListOptionLabel.states = states30;
6167
- ListOptionLabel.options = options28;
6226
+ ListOptionLabel.states = states32;
6227
+ ListOptionLabel.options = options30;
6168
6228
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6169
- ListOptionLabel.defaultProps = defaultProps26;
6229
+ ListOptionLabel.defaultProps = defaultProps28;
6170
6230
 
6171
6231
  // src/list/templates/list-normal.tsx
6172
- var import_jsx_runtime65 = require("react/jsx-runtime");
6232
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6173
6233
 
6174
6234
  // src/list/templates/list-virtualization.tsx
6175
- var import_jsx_runtime66 = require("react/jsx-runtime");
6235
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6176
6236
 
6177
6237
  // src/list/templates/list-grouping.tsx
6178
- var import_jsx_runtime67 = require("react/jsx-runtime");
6238
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6179
6239
 
6180
6240
  // src/list/templates/list-virualization-grouping.tsx
6181
- var import_jsx_runtime68 = require("react/jsx-runtime");
6241
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6182
6242
 
6183
6243
  // src/list/templates/list-virtualization-angular.tsx
6184
- var import_jsx_runtime69 = require("react/jsx-runtime");
6244
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6185
6245
 
6186
6246
  // src/list/templates/list-grouping-angular.tsx
6187
- var import_jsx_runtime70 = require("react/jsx-runtime");
6247
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6188
6248
 
6189
6249
  // src/list/templates/list-virualization-grouping-angular.tsx
6190
- var import_jsx_runtime71 = require("react/jsx-runtime");
6250
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6191
6251
 
6192
6252
  // src/combobox/combobox.spec.tsx
6193
- var import_jsx_runtime72 = require("react/jsx-runtime");
6253
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6194
6254
  var COMBOBOX_CLASSNAME = `k-combobox`;
6195
- var states31 = [
6255
+ var states33 = [
6196
6256
  States.hover,
6197
6257
  States.focus,
6198
6258
  States.valid,
@@ -6202,12 +6262,12 @@ var states31 = [
6202
6262
  States.disabled,
6203
6263
  States.readonly
6204
6264
  ];
6205
- var defaultProps27 = {
6265
+ var defaultProps29 = {
6206
6266
  size: Input.defaultProps.size,
6207
6267
  rounded: Input.defaultProps.rounded,
6208
6268
  fillMode: Input.defaultProps.fillMode
6209
6269
  };
6210
- var options29 = {
6270
+ var options31 = {
6211
6271
  size: [Size.small, Size.medium, Size.large],
6212
6272
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6213
6273
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6235,8 +6295,8 @@ var Combobox = (props) => {
6235
6295
  adaptiveSettings,
6236
6296
  ...other
6237
6297
  } = props;
6238
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6239
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6298
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
6299
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6240
6300
  Input,
6241
6301
  {
6242
6302
  ...other,
@@ -6253,9 +6313,9 @@ var Combobox = (props) => {
6253
6313
  readonly,
6254
6314
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6255
6315
  children: [
6256
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputPrefix, { children: prefix }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputInnerInput, { placeholder, value }),
6258
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6316
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputPrefix, { children: prefix }),
6317
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputInnerInput, { placeholder, value }),
6318
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6259
6319
  InputValidationIcon,
6260
6320
  {
6261
6321
  valid,
@@ -6264,14 +6324,14 @@ var Combobox = (props) => {
6264
6324
  disabled
6265
6325
  }
6266
6326
  ),
6267
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6327
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6268
6328
  InputLoadingIcon,
6269
6329
  {
6270
6330
  loading,
6271
6331
  disabled
6272
6332
  }
6273
6333
  ),
6274
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6334
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6275
6335
  InputClearValue,
6276
6336
  {
6277
6337
  loading,
@@ -6280,8 +6340,8 @@ var Combobox = (props) => {
6280
6340
  value
6281
6341
  }
6282
6342
  ),
6283
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputSuffix, { children: suffix }),
6284
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6343
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputSuffix, { children: suffix }),
6344
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6285
6345
  Button,
6286
6346
  {
6287
6347
  className: "k-input-button",
@@ -6294,9 +6354,9 @@ var Combobox = (props) => {
6294
6354
  ]
6295
6355
  }
6296
6356
  ),
6297
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6298
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6299
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6357
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6358
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6359
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6300
6360
  ActionSheetHeader,
6301
6361
  {
6302
6362
  actions: ["x"],
@@ -6304,35 +6364,35 @@ var Combobox = (props) => {
6304
6364
  title: "Select Item"
6305
6365
  }
6306
6366
  ),
6307
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(List, { size: "large", children: [
6308
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListItem, { text: "List item" }),
6309
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListItem, { text: "List item" }),
6310
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListItem, { text: "List item" })
6367
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(List, { size: "large", children: [
6368
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListItem, { text: "List item" }),
6369
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListItem, { text: "List item" }),
6370
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListItem, { text: "List item" })
6311
6371
  ] }) })
6312
6372
  ] })
6313
6373
  ] });
6314
6374
  };
6315
- Combobox.states = states31;
6316
- Combobox.options = options29;
6375
+ Combobox.states = states33;
6376
+ Combobox.options = options31;
6317
6377
  Combobox.className = COMBOBOX_CLASSNAME;
6318
- Combobox.defaultProps = defaultProps27;
6378
+ Combobox.defaultProps = defaultProps29;
6319
6379
 
6320
6380
  // src/combobox/templates/combobox-normal.tsx
6321
- var import_jsx_runtime73 = require("react/jsx-runtime");
6381
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6322
6382
 
6323
6383
  // src/combobox/templates/combobox-popup.tsx
6324
- var import_jsx_runtime74 = require("react/jsx-runtime");
6384
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6325
6385
 
6326
6386
  // src/combobox/templates/combobox-grouping.tsx
6327
- var import_jsx_runtime75 = require("react/jsx-runtime");
6387
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6328
6388
 
6329
6389
  // src/combobox/templates/combobox-adaptive.tsx
6330
- var import_jsx_runtime76 = require("react/jsx-runtime");
6390
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6331
6391
 
6332
6392
  // src/dropdownlist/dropdownlist.spec.tsx
6333
- var import_jsx_runtime77 = require("react/jsx-runtime");
6393
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6334
6394
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6335
- var states32 = [
6395
+ var states34 = [
6336
6396
  States.hover,
6337
6397
  States.focus,
6338
6398
  States.valid,
@@ -6342,12 +6402,12 @@ var states32 = [
6342
6402
  States.loading,
6343
6403
  States.readonly
6344
6404
  ];
6345
- var options30 = {
6405
+ var options32 = {
6346
6406
  size: [Size.small, Size.medium, Size.large],
6347
6407
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6348
6408
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6349
6409
  };
6350
- var defaultProps28 = {
6410
+ var defaultProps30 = {
6351
6411
  showValue: true,
6352
6412
  arrowIconName: "caret-alt-down",
6353
6413
  size: Size.medium,
@@ -6357,7 +6417,7 @@ var defaultProps28 = {
6357
6417
  var DropdownList = (props) => {
6358
6418
  const {
6359
6419
  valueIconName,
6360
- arrowIconName = defaultProps28.arrowIconName,
6420
+ arrowIconName = defaultProps30.arrowIconName,
6361
6421
  prefix,
6362
6422
  suffix,
6363
6423
  value,
@@ -6373,13 +6433,13 @@ var DropdownList = (props) => {
6373
6433
  loading,
6374
6434
  disabled,
6375
6435
  readonly,
6376
- showValue = defaultProps28.showValue,
6436
+ showValue = defaultProps30.showValue,
6377
6437
  popup,
6378
6438
  opened,
6379
6439
  ...other
6380
6440
  } = props;
6381
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_jsx_runtime77.Fragment, { children: [
6382
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6441
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6442
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6383
6443
  Picker,
6384
6444
  {
6385
6445
  ...other,
@@ -6402,8 +6462,8 @@ var DropdownList = (props) => {
6402
6462
  }
6403
6463
  ),
6404
6464
  children: [
6405
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(InputPrefix, { children: prefix }),
6406
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6465
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputPrefix, { children: prefix }),
6466
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6407
6467
  InputInnerSpan,
6408
6468
  {
6409
6469
  placeholder,
@@ -6412,7 +6472,7 @@ var DropdownList = (props) => {
6412
6472
  valueIconName
6413
6473
  }
6414
6474
  ),
6415
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6475
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6416
6476
  InputValidationIcon,
6417
6477
  {
6418
6478
  valid,
@@ -6421,15 +6481,15 @@ var DropdownList = (props) => {
6421
6481
  disabled
6422
6482
  }
6423
6483
  ),
6424
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6484
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6425
6485
  InputLoadingIcon,
6426
6486
  {
6427
6487
  loading,
6428
6488
  disabled
6429
6489
  }
6430
6490
  ),
6431
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(InputSuffix, { children: suffix }),
6432
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6491
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputSuffix, { children: suffix }),
6492
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6433
6493
  Button,
6434
6494
  {
6435
6495
  className: "k-input-button",
@@ -6442,44 +6502,44 @@ var DropdownList = (props) => {
6442
6502
  ]
6443
6503
  }
6444
6504
  ),
6445
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6505
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6446
6506
  ] });
6447
6507
  };
6448
- DropdownList.states = states32;
6449
- DropdownList.options = options30;
6508
+ DropdownList.states = states34;
6509
+ DropdownList.options = options32;
6450
6510
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6451
- DropdownList.defaultProps = defaultProps28;
6511
+ DropdownList.defaultProps = defaultProps30;
6452
6512
 
6453
6513
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6454
- var import_jsx_runtime78 = require("react/jsx-runtime");
6514
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6455
6515
 
6456
6516
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6457
- var import_jsx_runtime79 = require("react/jsx-runtime");
6517
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6458
6518
 
6459
6519
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6460
- var import_jsx_runtime80 = require("react/jsx-runtime");
6520
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6461
6521
 
6462
6522
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6463
- var import_jsx_runtime81 = require("react/jsx-runtime");
6523
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6464
6524
 
6465
6525
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6466
- var import_jsx_runtime82 = require("react/jsx-runtime");
6526
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6467
6527
 
6468
6528
  // src/toolbar/toolbar.spec.tsx
6469
- var import_jsx_runtime83 = require("react/jsx-runtime");
6529
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6470
6530
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6471
- var states33 = [
6531
+ var states35 = [
6472
6532
  States.focus
6473
6533
  ];
6474
- var options31 = {
6534
+ var options33 = {
6475
6535
  size: [Size.small, Size.medium, Size.large]
6476
6536
  };
6477
- var defaultProps29 = {
6537
+ var defaultProps31 = {
6478
6538
  size: Size.medium
6479
6539
  };
6480
6540
  var Toolbar = (props) => {
6481
6541
  const {
6482
- size = defaultProps29.size,
6542
+ size = defaultProps31.size,
6483
6543
  focus,
6484
6544
  resizable,
6485
6545
  ...other
@@ -6489,7 +6549,7 @@ var Toolbar = (props) => {
6489
6549
  const tempToolbarChildren = [];
6490
6550
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6491
6551
  tempToolbarChildren.push(
6492
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6552
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6493
6553
  Button,
6494
6554
  {
6495
6555
  ...child.props,
@@ -6500,7 +6560,7 @@ var Toolbar = (props) => {
6500
6560
  );
6501
6561
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6502
6562
  tempToolbarChildren.push(
6503
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6563
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6504
6564
  Button,
6505
6565
  {
6506
6566
  ...child.props,
@@ -6511,7 +6571,7 @@ var Toolbar = (props) => {
6511
6571
  );
6512
6572
  } else if (child.type === Button) {
6513
6573
  tempToolbarChildren.push(
6514
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6574
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6515
6575
  Button,
6516
6576
  {
6517
6577
  ...child.props,
@@ -6522,7 +6582,7 @@ var Toolbar = (props) => {
6522
6582
  );
6523
6583
  } else if (child.type === MenuButton) {
6524
6584
  tempToolbarChildren.push(
6525
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6585
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6526
6586
  MenuButton,
6527
6587
  {
6528
6588
  ...child.props,
@@ -6533,7 +6593,7 @@ var Toolbar = (props) => {
6533
6593
  );
6534
6594
  } else if (child.type === split_button_spec_default) {
6535
6595
  tempToolbarChildren.push(
6536
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6596
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6537
6597
  split_button_spec_default,
6538
6598
  {
6539
6599
  ...child.props,
@@ -6547,7 +6607,7 @@ var Toolbar = (props) => {
6547
6607
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6548
6608
  childrenArray.forEach((button, bindex) => {
6549
6609
  buttonGroupItems.push(
6550
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6610
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6551
6611
  Button,
6552
6612
  {
6553
6613
  ...button.props,
@@ -6558,7 +6618,7 @@ var Toolbar = (props) => {
6558
6618
  );
6559
6619
  });
6560
6620
  tempToolbarChildren.push(
6561
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6621
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6562
6622
  ButtonGroup,
6563
6623
  {
6564
6624
  ...child.props,
@@ -6570,7 +6630,7 @@ var Toolbar = (props) => {
6570
6630
  );
6571
6631
  } else if (child.type === Combobox) {
6572
6632
  tempToolbarChildren.push(
6573
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6633
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6574
6634
  Combobox,
6575
6635
  {
6576
6636
  ...child.props,
@@ -6581,7 +6641,7 @@ var Toolbar = (props) => {
6581
6641
  );
6582
6642
  } else if (child.type === DropdownList) {
6583
6643
  tempToolbarChildren.push(
6584
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6644
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6585
6645
  DropdownList,
6586
6646
  {
6587
6647
  ...child.props,
@@ -6592,7 +6652,7 @@ var Toolbar = (props) => {
6592
6652
  );
6593
6653
  } else if (child.type === ColorPicker) {
6594
6654
  tempToolbarChildren.push(
6595
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6655
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6596
6656
  ColorPicker,
6597
6657
  {
6598
6658
  ...child.props,
@@ -6614,7 +6674,7 @@ var Toolbar = (props) => {
6614
6674
  addUniqueToolClass(child, index);
6615
6675
  });
6616
6676
  }
6617
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6677
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6618
6678
  "div",
6619
6679
  {
6620
6680
  ...other,
@@ -6635,26 +6695,26 @@ var Toolbar = (props) => {
6635
6695
  }
6636
6696
  );
6637
6697
  };
6638
- Toolbar.states = states33;
6639
- Toolbar.options = options31;
6698
+ Toolbar.states = states35;
6699
+ Toolbar.options = options33;
6640
6700
  Toolbar.className = TOOLBAR_CLASSNAME;
6641
- Toolbar.defaultProps = defaultProps29;
6701
+ Toolbar.defaultProps = defaultProps31;
6642
6702
 
6643
6703
  // src/toolbar/toolbar-angular.spec.tsx
6644
- var import_jsx_runtime84 = require("react/jsx-runtime");
6704
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6645
6705
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6646
- var states34 = [
6706
+ var states36 = [
6647
6707
  States.focus
6648
6708
  ];
6649
- var options32 = {
6709
+ var options34 = {
6650
6710
  size: [Size.small, Size.medium, Size.large]
6651
6711
  };
6652
- var defaultProps30 = {
6712
+ var defaultProps32 = {
6653
6713
  size: Size.medium
6654
6714
  };
6655
6715
  var ToolbarAngular = (props) => {
6656
6716
  const {
6657
- size = defaultProps30.size,
6717
+ size = defaultProps32.size,
6658
6718
  focus,
6659
6719
  resizable,
6660
6720
  ...other
@@ -6664,7 +6724,7 @@ var ToolbarAngular = (props) => {
6664
6724
  const tempToolbarChildren = [];
6665
6725
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6666
6726
  tempToolbarChildren.push(
6667
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6727
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6668
6728
  Button,
6669
6729
  {
6670
6730
  ...child.props,
@@ -6675,7 +6735,7 @@ var ToolbarAngular = (props) => {
6675
6735
  );
6676
6736
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6677
6737
  tempToolbarChildren.push(
6678
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6738
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6679
6739
  Button,
6680
6740
  {
6681
6741
  ...child.props,
@@ -6686,7 +6746,7 @@ var ToolbarAngular = (props) => {
6686
6746
  );
6687
6747
  } else if (child.type === Button) {
6688
6748
  tempToolbarChildren.push(
6689
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6749
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6690
6750
  Button,
6691
6751
  {
6692
6752
  ...child.props,
@@ -6697,7 +6757,7 @@ var ToolbarAngular = (props) => {
6697
6757
  );
6698
6758
  } else if (child.type === MenuButton) {
6699
6759
  tempToolbarChildren.push(
6700
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6760
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6701
6761
  MenuButton,
6702
6762
  {
6703
6763
  ...child.props,
@@ -6708,7 +6768,7 @@ var ToolbarAngular = (props) => {
6708
6768
  );
6709
6769
  } else if (child.type === split_button_spec_default) {
6710
6770
  tempToolbarChildren.push(
6711
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6771
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6712
6772
  split_button_spec_default,
6713
6773
  {
6714
6774
  ...child.props,
@@ -6722,7 +6782,7 @@ var ToolbarAngular = (props) => {
6722
6782
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6723
6783
  childrenArray.forEach((button, bindex) => {
6724
6784
  buttonGroupItems.push(
6725
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6785
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6726
6786
  Button,
6727
6787
  {
6728
6788
  ...button.props,
@@ -6733,7 +6793,7 @@ var ToolbarAngular = (props) => {
6733
6793
  );
6734
6794
  });
6735
6795
  tempToolbarChildren.push(
6736
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6796
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6737
6797
  ButtonGroup,
6738
6798
  {
6739
6799
  ...child.props,
@@ -6745,7 +6805,7 @@ var ToolbarAngular = (props) => {
6745
6805
  );
6746
6806
  } else if (child.type === Combobox) {
6747
6807
  tempToolbarChildren.push(
6748
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6808
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6749
6809
  Combobox,
6750
6810
  {
6751
6811
  ...child.props,
@@ -6756,7 +6816,7 @@ var ToolbarAngular = (props) => {
6756
6816
  );
6757
6817
  } else if (child.type === DropdownList) {
6758
6818
  tempToolbarChildren.push(
6759
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6819
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6760
6820
  DropdownList,
6761
6821
  {
6762
6822
  ...child.props,
@@ -6767,7 +6827,7 @@ var ToolbarAngular = (props) => {
6767
6827
  );
6768
6828
  } else if (child.type === ColorPicker) {
6769
6829
  tempToolbarChildren.push(
6770
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6830
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6771
6831
  ColorPicker,
6772
6832
  {
6773
6833
  ...child.props,
@@ -6789,7 +6849,7 @@ var ToolbarAngular = (props) => {
6789
6849
  addUniqueToolClass(child, index);
6790
6850
  });
6791
6851
  }
6792
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6852
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6793
6853
  "div",
6794
6854
  {
6795
6855
  ...other,
@@ -6810,30 +6870,30 @@ var ToolbarAngular = (props) => {
6810
6870
  }
6811
6871
  );
6812
6872
  };
6813
- ToolbarAngular.states = states34;
6814
- ToolbarAngular.options = options32;
6873
+ ToolbarAngular.states = states36;
6874
+ ToolbarAngular.options = options34;
6815
6875
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6816
- ToolbarAngular.defaultProps = defaultProps30;
6876
+ ToolbarAngular.defaultProps = defaultProps32;
6817
6877
 
6818
6878
  // src/toolbar/toolbar-separator.tsx
6819
- var import_jsx_runtime85 = require("react/jsx-runtime");
6879
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6820
6880
  var className13 = `k-separator`;
6821
- var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: classNames(className13, props.className) });
6881
+ var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: classNames(className13, props.className) });
6822
6882
 
6823
6883
  // src/toolbar/toolbar-item.spec.tsx
6824
- var import_jsx_runtime86 = require("react/jsx-runtime");
6884
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6825
6885
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6826
- var states35 = [
6886
+ var states37 = [
6827
6887
  States.focus
6828
6888
  ];
6829
- var options33 = {};
6830
- var defaultProps31 = {};
6889
+ var options35 = {};
6890
+ var defaultProps33 = {};
6831
6891
  var ToolbarItem = (props) => {
6832
6892
  const {
6833
6893
  focus,
6834
6894
  ...other
6835
6895
  } = props;
6836
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6896
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
6837
6897
  "div",
6838
6898
  {
6839
6899
  ...other,
@@ -6848,124 +6908,124 @@ var ToolbarItem = (props) => {
6848
6908
  }
6849
6909
  );
6850
6910
  };
6851
- ToolbarItem.states = states35;
6852
- ToolbarItem.options = options33;
6911
+ ToolbarItem.states = states37;
6912
+ ToolbarItem.options = options35;
6853
6913
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6854
- ToolbarItem.defaultProps = defaultProps31;
6914
+ ToolbarItem.defaultProps = defaultProps33;
6855
6915
 
6856
6916
  // src/toolbar/tests/toolbar.tsx
6857
- var import_jsx_runtime87 = require("react/jsx-runtime");
6858
- var toolbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_jsx_runtime87.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6859
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6860
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6861
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold" }),
6862
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6863
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6864
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6865
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6866
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6867
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6868
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" })
6917
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6918
+ var toolbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_jsx_runtime89.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6919
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6920
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { resizable: true, children: [
6921
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold" }),
6922
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { children: "Button" }),
6923
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6924
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ToolbarSeparator, {}),
6925
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(ButtonGroup, { children: [
6926
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", children: "Left" }),
6927
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-center", children: "Center" }),
6928
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-right", children: "Right" })
6869
6929
  ] }),
6870
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6871
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6872
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6873
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ToolbarItem, { children: [
6874
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { children: "Label:" }),
6875
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorPicker, {})
6930
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ToolbarSeparator, {}),
6931
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6932
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ToolbarSeparator, {}),
6933
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(ToolbarItem, { children: [
6934
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { children: "Label:" }),
6935
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ColorPicker, {})
6876
6936
  ] }),
6877
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Switch, { checked: true }),
6878
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6937
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Switch, { checked: true }),
6938
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6879
6939
  ] }) }),
6880
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6881
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6882
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold" }),
6883
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6884
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6885
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6886
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6887
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6888
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6889
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" })
6940
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6941
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { resizable: true, children: [
6942
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold" }),
6943
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { children: "Button" }),
6944
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6945
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ToolbarSeparator, {}),
6946
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(ButtonGroup, { children: [
6947
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", children: "Left" }),
6948
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-center", children: "Center" }),
6949
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-right", children: "Right" })
6890
6950
  ] }),
6891
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6892
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6893
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6894
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ToolbarItem, { children: [
6895
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { children: "Label:" }),
6896
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorPicker, {})
6951
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ToolbarSeparator, {}),
6952
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6953
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ToolbarSeparator, {}),
6954
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(ToolbarItem, { children: [
6955
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { children: "Label:" }),
6956
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ColorPicker, {})
6897
6957
  ] }),
6898
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Switch, { checked: true }),
6899
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6958
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Switch, { checked: true }),
6959
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6900
6960
  ] }) }),
6901
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6902
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6903
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Normal" }),
6904
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { hover: true, children: "Hover" }),
6905
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { focus: true, children: "Focus" }),
6906
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { active: true, children: "Active" }),
6907
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { selected: true, children: "Selected" }),
6908
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { disabled: true, children: "Disabled" }),
6909
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6910
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold" }),
6911
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", hover: true }),
6912
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", focus: true }),
6913
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", active: true }),
6914
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", selected: true }),
6915
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", disabled: true }),
6916
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6961
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6962
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { resizable: true, children: [
6963
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { children: "Normal" }),
6964
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { hover: true, children: "Hover" }),
6965
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { focus: true, children: "Focus" }),
6966
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { active: true, children: "Active" }),
6967
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { selected: true, children: "Selected" }),
6968
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { disabled: true, children: "Disabled" }),
6969
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ToolbarSeparator, {}),
6970
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold" }),
6971
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold", hover: true }),
6972
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold", focus: true }),
6973
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold", active: true }),
6974
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold", selected: true }),
6975
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "bold", disabled: true }),
6976
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6917
6977
  ] }) }),
6918
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6919
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6920
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6921
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6922
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6923
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6924
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6925
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6978
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { resizable: true, children: [
6979
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6980
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6981
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6982
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6983
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6984
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6985
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6926
6986
  ] }) }),
6927
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6928
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6929
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6930
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6931
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6932
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6933
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6934
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6987
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { resizable: true, children: [
6988
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6989
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6990
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6991
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6992
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6993
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6994
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6935
6995
  ] }) }),
6936
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6937
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6938
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { disabled: true, focus: true, children: "Button" }),
6939
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
6940
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(SplitButton, { disabled: true, focus: true, children: "Split button" }),
6941
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6942
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
6943
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6996
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6997
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { resizable: true, children: [
6998
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { disabled: true, focus: true, children: "Button" }),
6999
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
7000
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SplitButton, { disabled: true, focus: true, children: "Split button" }),
7001
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(ButtonGroup, { children: [
7002
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
7003
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6944
7004
  ] }),
6945
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
7005
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
6946
7006
  ] }) }),
6947
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: "wrapped" }),
6948
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: "wrapped rtl" }),
6949
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { children: [
6950
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6951
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(MenuButton, { text: "Menu button" }),
6952
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(SplitButton, { children: "Split button" }),
6953
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6954
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6955
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6956
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" }),
6957
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-justify", children: "Justify" })
7007
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: "wrapped" }),
7008
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: "wrapped rtl" }),
7009
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { children: [
7010
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { children: "Button" }),
7011
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(MenuButton, { text: "Menu button" }),
7012
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SplitButton, { children: "Split button" }),
7013
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(ButtonGroup, { children: [
7014
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", children: "Left" }),
7015
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-center", children: "Center" }),
7016
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-right", children: "Right" }),
7017
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-justify", children: "Justify" })
6958
7018
  ] })
6959
7019
  ] }) }),
6960
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { children: [
6961
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6962
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(SplitButton, { children: "Split button" }),
6963
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(MenuButton, { text: "Menu button" }),
6964
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6965
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6966
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6967
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" }),
6968
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-justify", children: "Justify" })
7020
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("section", { dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Toolbar, { children: [
7021
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { children: "Button" }),
7022
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SplitButton, { children: "Split button" }),
7023
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(MenuButton, { text: "Menu button" }),
7024
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(ButtonGroup, { children: [
7025
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-left", children: "Left" }),
7026
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-center", children: "Center" }),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-right", children: "Right" }),
7028
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "align-justify", children: "Justify" })
6969
7029
  ] })
6970
7030
  ] }) })
6971
7031
  ] }) });