@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
@@ -355,17 +355,77 @@ Checkbox.options = options3;
355
355
  Checkbox.className = CHECKBOX_CLASSNAME;
356
356
  Checkbox.defaultProps = defaultProps3;
357
357
 
358
- // src/checkbox/templates/checkbox-label.tsx
359
- import { Fragment, jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
358
+ // src/checkbox/checkbox-group.spec.tsx
359
+ import { jsx as jsx5 } from "react/jsx-runtime";
360
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
361
+ var states4 = [];
362
+ var options4 = {};
363
+ var defaultProps4 = {
364
+ layout: "vertical"
365
+ };
366
+ var CheckboxGroup = (props) => {
367
+ const {
368
+ layout = defaultProps4.layout,
369
+ ...other
370
+ } = props;
371
+ return /* @__PURE__ */ jsx5(
372
+ "ul",
373
+ {
374
+ ...other,
375
+ className: classNames(
376
+ props.className,
377
+ CHECKBOXGROUP_CLASSNAME,
378
+ {
379
+ [`k-list-${layout}`]: layout
380
+ }
381
+ ),
382
+ children: props.children
383
+ }
384
+ );
385
+ };
386
+ CheckboxGroup.states = states4;
387
+ CheckboxGroup.options = options4;
388
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
389
+ CheckboxGroup.defaultProps = defaultProps4;
360
390
 
361
- // src/checkbox/templates/checkbox-normal.tsx
391
+ // src/checkbox/checkbox-item.spec.tsx
362
392
  import { jsx as jsx6 } from "react/jsx-runtime";
393
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
394
+ var states5 = [];
395
+ var options5 = {};
396
+ var defaultProps5 = {};
397
+ var CheckboxItem = (props) => {
398
+ const {
399
+ ...other
400
+ } = props;
401
+ return /* @__PURE__ */ jsx6(
402
+ "li",
403
+ {
404
+ ...other,
405
+ className: classNames(
406
+ props.className,
407
+ CHECKBOXITEM_CLASSNAME
408
+ ),
409
+ children: props.children
410
+ }
411
+ );
412
+ };
413
+ CheckboxItem.states = states5;
414
+ CheckboxItem.options = options5;
415
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
416
+ CheckboxItem.defaultProps = defaultProps5;
417
+
418
+ // src/checkbox/templates/checkbox-with-label.tsx
419
+ import { Fragment, jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
420
+
421
+ // src/checkbox/templates/checkbox-normal.tsx
422
+ import { jsx as jsx8 } from "react/jsx-runtime";
363
423
 
364
424
  // src/icon/font-icon.spec.tsx
365
- import { Fragment as Fragment2, jsx as jsx7 } from "react/jsx-runtime";
425
+ import { Fragment as Fragment2, jsx as jsx9 } from "react/jsx-runtime";
366
426
  var FONTICON_CLASSNAME = `k-icon`;
367
- var states4 = [];
368
- var options4 = {
427
+ var states6 = [];
428
+ var options6 = {
369
429
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
370
430
  themeColor: [
371
431
  ThemeColor.base,
@@ -380,7 +440,7 @@ var options4 = {
380
440
  ThemeColor.dark
381
441
  ]
382
442
  };
383
- var defaultProps4 = {};
443
+ var defaultProps6 = {};
384
444
  var FontIcon = (props) => {
385
445
  const {
386
446
  size,
@@ -391,9 +451,9 @@ var FontIcon = (props) => {
391
451
  ...other
392
452
  } = props;
393
453
  if (!icon) {
394
- return /* @__PURE__ */ jsx7(Fragment2, {});
454
+ return /* @__PURE__ */ jsx9(Fragment2, {});
395
455
  }
396
- return /* @__PURE__ */ jsx7(
456
+ return /* @__PURE__ */ jsx9(
397
457
  "span",
398
458
  {
399
459
  ...other,
@@ -414,17 +474,17 @@ var FontIcon = (props) => {
414
474
  }
415
475
  );
416
476
  };
417
- FontIcon.states = states4;
418
- FontIcon.options = options4;
477
+ FontIcon.states = states6;
478
+ FontIcon.options = options6;
419
479
  FontIcon.className = FONTICON_CLASSNAME;
420
- FontIcon.defaultProps = defaultProps4;
480
+ FontIcon.defaultProps = defaultProps6;
421
481
  var font_icon_spec_default = FontIcon;
422
482
 
423
483
  // src/icon/svg-icon.spec.tsx
424
- import { Fragment as Fragment3, jsx as jsx8 } from "react/jsx-runtime";
484
+ import { Fragment as Fragment3, jsx as jsx10 } from "react/jsx-runtime";
425
485
  var SVGICON_CLASSNAME = `k-svg-icon`;
426
- var states5 = [];
427
- var options5 = {
486
+ var states7 = [];
487
+ var options7 = {
428
488
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
429
489
  themeColor: [
430
490
  ThemeColor.base,
@@ -439,7 +499,7 @@ var options5 = {
439
499
  ThemeColor.dark
440
500
  ]
441
501
  };
442
- var defaultProps5 = {
502
+ var defaultProps7 = {
443
503
  viewBox: "0 0 24 24"
444
504
  };
445
505
  var SvgIcon = (props) => {
@@ -448,15 +508,15 @@ var SvgIcon = (props) => {
448
508
  themeColor,
449
509
  rotate,
450
510
  flip,
451
- viewBox = defaultProps5.viewBox,
511
+ viewBox = defaultProps7.viewBox,
452
512
  icon,
453
513
  ...other
454
514
  } = props;
455
515
  if (!icon) {
456
- return /* @__PURE__ */ jsx8(Fragment3, {});
516
+ return /* @__PURE__ */ jsx10(Fragment3, {});
457
517
  }
458
518
  if (icon === "none") {
459
- /* @__PURE__ */ jsx8(
519
+ /* @__PURE__ */ jsx10(
460
520
  "span",
461
521
  {
462
522
  ...other,
@@ -469,7 +529,7 @@ var SvgIcon = (props) => {
469
529
  );
470
530
  }
471
531
  const name = typeof icon === "object" && icon.name && icon.name;
472
- return /* @__PURE__ */ jsx8(
532
+ return /* @__PURE__ */ jsx10(
473
533
  "span",
474
534
  {
475
535
  ...other,
@@ -487,7 +547,7 @@ var SvgIcon = (props) => {
487
547
  "k-flip-v": flip === "v" || flip === "both"
488
548
  }
489
549
  ),
490
- children: /* @__PURE__ */ jsx8(
550
+ children: /* @__PURE__ */ jsx10(
491
551
  "svg",
492
552
  {
493
553
  "aria-hidden": true,
@@ -501,10 +561,10 @@ var SvgIcon = (props) => {
501
561
  }
502
562
  );
503
563
  };
504
- SvgIcon.states = states5;
505
- SvgIcon.options = options5;
564
+ SvgIcon.states = states7;
565
+ SvgIcon.options = options7;
506
566
  SvgIcon.className = SVGICON_CLASSNAME;
507
- SvgIcon.defaultProps = defaultProps5;
567
+ SvgIcon.defaultProps = defaultProps7;
508
568
  var svg_icon_spec_default = SvgIcon;
509
569
 
510
570
  // node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4503,13 +4563,13 @@ var chartChoroplethIcon = {
4503
4563
  };
4504
4564
 
4505
4565
  // src/icon/icon.spec.tsx
4506
- import { Fragment as Fragment4, jsx as jsx9 } from "react/jsx-runtime";
4566
+ import { Fragment as Fragment4, jsx as jsx11 } from "react/jsx-runtime";
4507
4567
  var snakeToCamel = (str) => str.toLowerCase().replace(
4508
4568
  /([-_][a-z])/g,
4509
4569
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4510
4570
  );
4511
- var states6 = [];
4512
- var options6 = {
4571
+ var states8 = [];
4572
+ var options8 = {
4513
4573
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4514
4574
  themeColor: [
4515
4575
  ThemeColor.base,
@@ -4524,7 +4584,7 @@ var options6 = {
4524
4584
  ThemeColor.dark
4525
4585
  ]
4526
4586
  };
4527
- var defaultProps6 = {
4587
+ var defaultProps8 = {
4528
4588
  viewBox: "0 0 24 24",
4529
4589
  type: "svg"
4530
4590
  };
@@ -4533,42 +4593,42 @@ var Icon = (props) => {
4533
4593
  size,
4534
4594
  themeColor,
4535
4595
  icon,
4536
- type = defaultProps6.type,
4596
+ type = defaultProps8.type,
4537
4597
  rotate,
4538
4598
  flip,
4539
- viewBox = defaultProps6.viewBox,
4599
+ viewBox = defaultProps8.viewBox,
4540
4600
  ...other
4541
4601
  } = props;
4542
4602
  if (!icon) {
4543
- return /* @__PURE__ */ jsx9(Fragment4, {});
4603
+ return /* @__PURE__ */ jsx11(Fragment4, {});
4544
4604
  }
4545
4605
  if (type === "svg") {
4546
4606
  if (icon === "none") {
4547
- return /* @__PURE__ */ jsx9(svg_icon_spec_default, { ...other, icon, size });
4607
+ return /* @__PURE__ */ jsx11(svg_icon_spec_default, { ...other, icon, size });
4548
4608
  }
4549
4609
  const iconSVG = snakeToCamel(`${icon}-icon`);
4550
4610
  if (!index_es_exports[iconSVG]) {
4551
- return /* @__PURE__ */ jsx9(Fragment4, {});
4611
+ return /* @__PURE__ */ jsx11(Fragment4, {});
4552
4612
  }
4553
- return /* @__PURE__ */ jsx9(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4613
+ return /* @__PURE__ */ jsx11(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4554
4614
  }
4555
- return /* @__PURE__ */ jsx9(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4615
+ return /* @__PURE__ */ jsx11(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4556
4616
  };
4557
- Icon.states = states6;
4558
- Icon.options = options6;
4559
- Icon.defaultProps = defaultProps6;
4617
+ Icon.states = states8;
4618
+ Icon.options = options8;
4619
+ Icon.defaultProps = defaultProps8;
4560
4620
 
4561
4621
  // src/list/list-item.spec.tsx
4562
- import { jsx as jsx10, jsxs as jsxs4 } from "react/jsx-runtime";
4622
+ import { jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
4563
4623
  var LISTITEM_CLASSNAME = `k-list-item`;
4564
- var states7 = [
4624
+ var states9 = [
4565
4625
  States.hover,
4566
4626
  States.focus,
4567
4627
  States.selected,
4568
4628
  States.disabled
4569
4629
  ];
4570
- var options7 = {};
4571
- var defaultProps7 = {};
4630
+ var options9 = {};
4631
+ var defaultProps9 = {};
4572
4632
  var ListItem = (props) => {
4573
4633
  const {
4574
4634
  text,
@@ -4599,66 +4659,66 @@ var ListItem = (props) => {
4599
4659
  })
4600
4660
  ),
4601
4661
  children: [
4602
- showCheckbox && /* @__PURE__ */ jsx10(Checkbox, { checked }),
4603
- showIcon && /* @__PURE__ */ jsx10(Icon, { icon: iconName }),
4604
- /* @__PURE__ */ jsx10("span", { className: "k-list-item-text", children: textOrChildren }),
4605
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx10("div", { className: "k-list-item-group-label", children: groupLabel })
4662
+ showCheckbox && /* @__PURE__ */ jsx12(Checkbox, { checked }),
4663
+ showIcon && /* @__PURE__ */ jsx12(Icon, { icon: iconName }),
4664
+ /* @__PURE__ */ jsx12("span", { className: "k-list-item-text", children: textOrChildren }),
4665
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx12("div", { className: "k-list-item-group-label", children: groupLabel })
4606
4666
  ]
4607
4667
  }
4608
4668
  );
4609
4669
  };
4610
- ListItem.states = states7;
4611
- ListItem.options = options7;
4670
+ ListItem.states = states9;
4671
+ ListItem.options = options9;
4612
4672
  ListItem.className = LISTITEM_CLASSNAME;
4613
- ListItem.defaultProps = defaultProps7;
4673
+ ListItem.defaultProps = defaultProps9;
4614
4674
 
4615
4675
  // src/list/list-content.tsx
4616
- import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
4676
+ import { jsx as jsx13, jsxs as jsxs5 } from "react/jsx-runtime";
4617
4677
  var className2 = `k-list-content`;
4618
4678
  var ListContent = (props) => {
4619
4679
  const {
4620
4680
  virtualization
4621
4681
  } = props;
4622
4682
  return /* @__PURE__ */ jsxs5("div", { className: classNames(className2, props.className), children: [
4623
- /* @__PURE__ */ jsx11("ul", { className: classNames("k-list-ul"), children: props.children }),
4624
- virtualization && /* @__PURE__ */ jsx11("div", { className: "k-height-container", children: /* @__PURE__ */ jsx11("div", {}) })
4683
+ /* @__PURE__ */ jsx13("ul", { className: classNames("k-list-ul"), children: props.children }),
4684
+ virtualization && /* @__PURE__ */ jsx13("div", { className: "k-height-container", children: /* @__PURE__ */ jsx13("div", {}) })
4625
4685
  ] });
4626
4686
  };
4627
4687
 
4628
4688
  // src/list/list-header.tsx
4629
- import { jsx as jsx12 } from "react/jsx-runtime";
4689
+ import { jsx as jsx14 } from "react/jsx-runtime";
4630
4690
  var className3 = `k-list-group-sticky-header`;
4631
- var ListHeader = (props) => /* @__PURE__ */ jsx12("div", { className: classNames(className3, props.className), children: /* @__PURE__ */ jsx12("div", { className: "k-list-header-text", children: props.children }) });
4691
+ var ListHeader = (props) => /* @__PURE__ */ jsx14("div", { className: classNames(className3, props.className), children: /* @__PURE__ */ jsx14("div", { className: "k-list-header-text", children: props.children }) });
4632
4692
 
4633
4693
  // src/list/list-group.tsx
4634
- import { Fragment as Fragment5, jsx as jsx13, jsxs as jsxs6 } from "react/jsx-runtime";
4694
+ import { Fragment as Fragment5, jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
4635
4695
  var ListGroup = (props) => {
4636
4696
  const {
4637
4697
  virtualization,
4638
4698
  label
4639
4699
  } = props;
4640
4700
  return /* @__PURE__ */ jsxs6(Fragment5, { children: [
4641
- label && /* @__PURE__ */ jsx13(ListHeader, { children: label }),
4642
- props.children && /* @__PURE__ */ jsx13(ListContent, { virtualization, children: props.children })
4701
+ label && /* @__PURE__ */ jsx15(ListHeader, { children: label }),
4702
+ props.children && /* @__PURE__ */ jsx15(ListContent, { virtualization, children: props.children })
4643
4703
  ] });
4644
4704
  };
4645
4705
 
4646
4706
  // src/list/list-group-item.tsx
4647
- import { jsx as jsx14 } from "react/jsx-runtime";
4707
+ import { jsx as jsx16 } from "react/jsx-runtime";
4648
4708
  var className4 = `k-list-group-item`;
4649
- var ListGroupItem = (props) => /* @__PURE__ */ jsx14("li", { className: classNames(className4, props.className), children: /* @__PURE__ */ jsx14("span", { className: "k-list-item-text", children: props.children }) });
4709
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx16("li", { className: classNames(className4, props.className), children: /* @__PURE__ */ jsx16("span", { className: "k-list-item-text", children: props.children }) });
4650
4710
 
4651
4711
  // src/list/list-option-label.tsx
4652
- import { jsx as jsx15 } from "react/jsx-runtime";
4712
+ import { jsx as jsx17 } from "react/jsx-runtime";
4653
4713
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
4654
- var states8 = [
4714
+ var states10 = [
4655
4715
  States.hover,
4656
4716
  States.focus,
4657
4717
  States.selected,
4658
4718
  States.disabled
4659
4719
  ];
4660
- var options8 = {};
4661
- var defaultProps8 = {};
4720
+ var options10 = {};
4721
+ var defaultProps10 = {};
4662
4722
  var ListOptionLabel = (props) => {
4663
4723
  const {
4664
4724
  text,
@@ -4668,7 +4728,7 @@ var ListOptionLabel = (props) => {
4668
4728
  disabled,
4669
4729
  ...other
4670
4730
  } = props;
4671
- return /* @__PURE__ */ jsx15(
4731
+ return /* @__PURE__ */ jsx17(
4672
4732
  "div",
4673
4733
  {
4674
4734
  ...other,
@@ -4685,31 +4745,31 @@ var ListOptionLabel = (props) => {
4685
4745
  }
4686
4746
  );
4687
4747
  };
4688
- ListOptionLabel.states = states8;
4689
- ListOptionLabel.options = options8;
4748
+ ListOptionLabel.states = states10;
4749
+ ListOptionLabel.options = options10;
4690
4750
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
4691
- ListOptionLabel.defaultProps = defaultProps8;
4751
+ ListOptionLabel.defaultProps = defaultProps10;
4692
4752
 
4693
4753
  // src/list/templates/list-normal.tsx
4694
- import { jsx as jsx16 } from "react/jsx-runtime";
4754
+ import { jsx as jsx18 } from "react/jsx-runtime";
4695
4755
 
4696
4756
  // src/list/templates/list-virtualization.tsx
4697
- import { jsx as jsx17 } from "react/jsx-runtime";
4757
+ import { jsx as jsx19 } from "react/jsx-runtime";
4698
4758
 
4699
4759
  // src/list/templates/list-grouping.tsx
4700
- import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
4760
+ import { jsx as jsx20, jsxs as jsxs7 } from "react/jsx-runtime";
4701
4761
 
4702
4762
  // src/list/templates/list-virtualization-angular.tsx
4703
- import { jsx as jsx19 } from "react/jsx-runtime";
4763
+ import { jsx as jsx21 } from "react/jsx-runtime";
4704
4764
 
4705
4765
  // src/list/templates/list-grouping-angular.tsx
4706
- import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
4766
+ import { jsx as jsx22, jsxs as jsxs8 } from "react/jsx-runtime";
4707
4767
 
4708
4768
  // src/list/templates/list-virualization-grouping-angular.tsx
4709
- import { jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
4769
+ import { jsx as jsx23, jsxs as jsxs9 } from "react/jsx-runtime";
4710
4770
 
4711
4771
  // src/list/templates/list-virualization-grouping.tsx
4712
- import { jsx as jsx22, jsxs as jsxs10 } from "react/jsx-runtime";
4772
+ import { jsx as jsx24, jsxs as jsxs10 } from "react/jsx-runtime";
4713
4773
  var VirtualListWithGrouping = (props) => /* @__PURE__ */ jsxs10(
4714
4774
  List,
4715
4775
  {
@@ -4717,14 +4777,14 @@ var VirtualListWithGrouping = (props) => /* @__PURE__ */ jsxs10(
4717
4777
  ...props,
4718
4778
  children: [
4719
4779
  /* @__PURE__ */ jsxs10(ListGroup, { label: "Group 1", root: true, children: [
4720
- /* @__PURE__ */ jsx22(ListItem, { children: "List item 1.1" }),
4721
- /* @__PURE__ */ jsx22(ListItem, { children: "List item 1.2" }),
4722
- /* @__PURE__ */ jsx22(ListItem, { children: "List item 1.3" })
4780
+ /* @__PURE__ */ jsx24(ListItem, { children: "List item 1.1" }),
4781
+ /* @__PURE__ */ jsx24(ListItem, { children: "List item 1.2" }),
4782
+ /* @__PURE__ */ jsx24(ListItem, { children: "List item 1.3" })
4723
4783
  ] }),
4724
4784
  /* @__PURE__ */ jsxs10(ListGroup, { label: "Group 2", children: [
4725
- /* @__PURE__ */ jsx22(ListItem, { children: "List item 2.1" }),
4726
- /* @__PURE__ */ jsx22(ListItem, { children: "List item 2.2" }),
4727
- /* @__PURE__ */ jsx22(ListItem, { children: "List item 2.3" })
4785
+ /* @__PURE__ */ jsx24(ListItem, { children: "List item 2.1" }),
4786
+ /* @__PURE__ */ jsx24(ListItem, { children: "List item 2.2" }),
4787
+ /* @__PURE__ */ jsx24(ListItem, { children: "List item 2.3" })
4728
4788
  ] })
4729
4789
  ]
4730
4790
  }