@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
@@ -5200,16 +5200,76 @@ Checkbox.options = options17;
5200
5200
  Checkbox.className = CHECKBOX_CLASSNAME;
5201
5201
  Checkbox.defaultProps = defaultProps15;
5202
5202
 
5203
- // src/checkbox/templates/checkbox-label.tsx
5204
- import { Fragment as Fragment11, jsx as jsx34, jsxs as jsxs5 } from "react/jsx-runtime";
5203
+ // src/checkbox/checkbox-group.spec.tsx
5204
+ import { jsx as jsx34 } from "react/jsx-runtime";
5205
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5206
+ var states19 = [];
5207
+ var options18 = {};
5208
+ var defaultProps16 = {
5209
+ layout: "vertical"
5210
+ };
5211
+ var CheckboxGroup = (props) => {
5212
+ const {
5213
+ layout = defaultProps16.layout,
5214
+ ...other
5215
+ } = props;
5216
+ return /* @__PURE__ */ jsx34(
5217
+ "ul",
5218
+ {
5219
+ ...other,
5220
+ className: classNames(
5221
+ props.className,
5222
+ CHECKBOXGROUP_CLASSNAME,
5223
+ {
5224
+ [`k-list-${layout}`]: layout
5225
+ }
5226
+ ),
5227
+ children: props.children
5228
+ }
5229
+ );
5230
+ };
5231
+ CheckboxGroup.states = states19;
5232
+ CheckboxGroup.options = options18;
5233
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5234
+ CheckboxGroup.defaultProps = defaultProps16;
5205
5235
 
5206
- // src/checkbox/templates/checkbox-normal.tsx
5236
+ // src/checkbox/checkbox-item.spec.tsx
5207
5237
  import { jsx as jsx35 } from "react/jsx-runtime";
5238
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5239
+ var states20 = [];
5240
+ var options19 = {};
5241
+ var defaultProps17 = {};
5242
+ var CheckboxItem = (props) => {
5243
+ const {
5244
+ ...other
5245
+ } = props;
5246
+ return /* @__PURE__ */ jsx35(
5247
+ "li",
5248
+ {
5249
+ ...other,
5250
+ className: classNames(
5251
+ props.className,
5252
+ CHECKBOXITEM_CLASSNAME
5253
+ ),
5254
+ children: props.children
5255
+ }
5256
+ );
5257
+ };
5258
+ CheckboxItem.states = states20;
5259
+ CheckboxItem.options = options19;
5260
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5261
+ CheckboxItem.defaultProps = defaultProps17;
5262
+
5263
+ // src/checkbox/templates/checkbox-with-label.tsx
5264
+ import { Fragment as Fragment11, jsx as jsx36, jsxs as jsxs5 } from "react/jsx-runtime";
5265
+
5266
+ // src/checkbox/templates/checkbox-normal.tsx
5267
+ import { jsx as jsx37 } from "react/jsx-runtime";
5208
5268
 
5209
5269
  // src/textbox/textbox.spec.tsx
5210
- import { jsx as jsx36, jsxs as jsxs6 } from "react/jsx-runtime";
5270
+ import { jsx as jsx38, jsxs as jsxs6 } from "react/jsx-runtime";
5211
5271
  var TEXTBOX_CLASSNAME = `k-textbox`;
5212
- var states19 = [
5272
+ var states21 = [
5213
5273
  States.hover,
5214
5274
  States.focus,
5215
5275
  States.valid,
@@ -5219,12 +5279,12 @@ var states19 = [
5219
5279
  States.loading,
5220
5280
  States.readonly
5221
5281
  ];
5222
- var options18 = {
5282
+ var options20 = {
5223
5283
  size: [Size.small, Size.medium, Size.large],
5224
5284
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5225
5285
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5226
5286
  };
5227
- var defaultProps16 = {
5287
+ var defaultProps18 = {
5228
5288
  showClearButton: true,
5229
5289
  size: Input.defaultProps.size,
5230
5290
  rounded: Input.defaultProps.rounded,
@@ -5247,7 +5307,7 @@ var Textbox = (props) => {
5247
5307
  loading,
5248
5308
  disabled,
5249
5309
  readonly,
5250
- showClearButton = defaultProps16.showClearButton,
5310
+ showClearButton = defaultProps18.showClearButton,
5251
5311
  ...other
5252
5312
  } = props;
5253
5313
  return /* @__PURE__ */ jsxs6(
@@ -5267,9 +5327,9 @@ var Textbox = (props) => {
5267
5327
  readonly,
5268
5328
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5269
5329
  children: [
5270
- /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5271
- /* @__PURE__ */ jsx36(InputInnerInput, { placeholder, value }),
5272
- /* @__PURE__ */ jsx36(
5330
+ /* @__PURE__ */ jsx38(InputPrefix, { children: prefix }),
5331
+ /* @__PURE__ */ jsx38(InputInnerInput, { placeholder, value }),
5332
+ /* @__PURE__ */ jsx38(
5273
5333
  InputValidationIcon,
5274
5334
  {
5275
5335
  valid,
@@ -5278,14 +5338,14 @@ var Textbox = (props) => {
5278
5338
  disabled
5279
5339
  }
5280
5340
  ),
5281
- /* @__PURE__ */ jsx36(
5341
+ /* @__PURE__ */ jsx38(
5282
5342
  InputLoadingIcon,
5283
5343
  {
5284
5344
  loading,
5285
5345
  disabled
5286
5346
  }
5287
5347
  ),
5288
- showClearButton && /* @__PURE__ */ jsx36(
5348
+ showClearButton && /* @__PURE__ */ jsx38(
5289
5349
  InputClearValue,
5290
5350
  {
5291
5351
  loading,
@@ -5294,39 +5354,39 @@ var Textbox = (props) => {
5294
5354
  value
5295
5355
  }
5296
5356
  ),
5297
- /* @__PURE__ */ jsx36(InputSuffix, { children: suffix })
5357
+ /* @__PURE__ */ jsx38(InputSuffix, { children: suffix })
5298
5358
  ]
5299
5359
  }
5300
5360
  );
5301
5361
  };
5302
- Textbox.states = states19;
5303
- Textbox.options = options18;
5362
+ Textbox.states = states21;
5363
+ Textbox.options = options20;
5304
5364
  Textbox.className = TEXTBOX_CLASSNAME;
5305
- Textbox.defaultProps = defaultProps16;
5365
+ Textbox.defaultProps = defaultProps18;
5306
5366
 
5307
5367
  // src/textbox/templates/textbox-normal.tsx
5308
- import { jsx as jsx37 } from "react/jsx-runtime";
5368
+ import { jsx as jsx39 } from "react/jsx-runtime";
5309
5369
 
5310
5370
  // src/textbox/templates/textbox-prefix.tsx
5311
- import { jsx as jsx38, jsxs as jsxs7 } from "react/jsx-runtime";
5371
+ import { jsx as jsx40, jsxs as jsxs7 } from "react/jsx-runtime";
5312
5372
 
5313
5373
  // src/textbox/templates/textbox-suffix.tsx
5314
- import { jsx as jsx39, jsxs as jsxs8 } from "react/jsx-runtime";
5374
+ import { jsx as jsx41, jsxs as jsxs8 } from "react/jsx-runtime";
5315
5375
 
5316
5376
  // src/treeview/treeview.spec.tsx
5317
- import { jsx as jsx40 } from "react/jsx-runtime";
5377
+ import { jsx as jsx42 } from "react/jsx-runtime";
5318
5378
  import { createElement } from "react";
5319
5379
  var TREEVIEW_CLASSNAME = `k-treeview`;
5320
- var states20 = [];
5321
- var options19 = {
5380
+ var states22 = [];
5381
+ var options21 = {
5322
5382
  size: [Size.small, Size.medium, Size.large]
5323
5383
  };
5324
- var defaultProps17 = {
5384
+ var defaultProps19 = {
5325
5385
  size: Size.medium
5326
5386
  };
5327
5387
  var Treeview = (props) => {
5328
5388
  const {
5329
- size = defaultProps17.size,
5389
+ size = defaultProps19.size,
5330
5390
  children,
5331
5391
  dir,
5332
5392
  ...other
@@ -5349,17 +5409,17 @@ var Treeview = (props) => {
5349
5409
  } else {
5350
5410
  if (children.type === TreeviewItem) {
5351
5411
  listChildren.push(
5352
- /* @__PURE__ */ jsx40(TreeviewItem, { ...children.props, dir })
5412
+ /* @__PURE__ */ jsx42(TreeviewItem, { ...children.props, dir })
5353
5413
  );
5354
5414
  }
5355
5415
  if (children.type === TreeviewGroup) {
5356
5416
  listChildren.push(
5357
- /* @__PURE__ */ jsx40(TreeviewGroup, { ...children.props, dir })
5417
+ /* @__PURE__ */ jsx42(TreeviewGroup, { ...children.props, dir })
5358
5418
  );
5359
5419
  }
5360
5420
  }
5361
5421
  }
5362
- return /* @__PURE__ */ jsx40(
5422
+ return /* @__PURE__ */ jsx42(
5363
5423
  "div",
5364
5424
  {
5365
5425
  ...other,
@@ -5371,17 +5431,17 @@ var Treeview = (props) => {
5371
5431
  size
5372
5432
  })
5373
5433
  ),
5374
- children: /* @__PURE__ */ jsx40(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5434
+ children: /* @__PURE__ */ jsx42(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5375
5435
  }
5376
5436
  );
5377
5437
  };
5378
- Treeview.states = states20;
5379
- Treeview.options = options19;
5438
+ Treeview.states = states22;
5439
+ Treeview.options = options21;
5380
5440
  Treeview.className = TREEVIEW_CLASSNAME;
5381
- Treeview.defaultProps = defaultProps17;
5441
+ Treeview.defaultProps = defaultProps19;
5382
5442
 
5383
5443
  // src/treeview/treeview-group.tsx
5384
- import { jsx as jsx41 } from "react/jsx-runtime";
5444
+ import { jsx as jsx43 } from "react/jsx-runtime";
5385
5445
  import { createElement as createElement2 } from "react";
5386
5446
  var className9 = `k-treeview-group`;
5387
5447
  var TreeviewGroup = (props) => {
@@ -5402,23 +5462,23 @@ var TreeviewGroup = (props) => {
5402
5462
  } else {
5403
5463
  if (children.type === treeview_item_spec_default) {
5404
5464
  listChildren.push(
5405
- /* @__PURE__ */ jsx41(treeview_item_spec_default, { ...children.props, dir })
5465
+ /* @__PURE__ */ jsx43(treeview_item_spec_default, { ...children.props, dir })
5406
5466
  );
5407
5467
  }
5408
5468
  }
5409
5469
  }
5410
- return /* @__PURE__ */ jsx41("ul", { className: classNames(props.className, className9), children: listChildren });
5470
+ return /* @__PURE__ */ jsx43("ul", { className: classNames(props.className, className9), children: listChildren });
5411
5471
  };
5412
5472
 
5413
5473
  // src/treeview/treeview-leaf.tsx
5414
- import { jsx as jsx42, jsxs as jsxs9 } from "react/jsx-runtime";
5474
+ import { jsx as jsx44, jsxs as jsxs9 } from "react/jsx-runtime";
5415
5475
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5416
- var states21 = [
5476
+ var states23 = [
5417
5477
  States.hover,
5418
5478
  States.focus,
5419
5479
  States.selected
5420
5480
  ];
5421
- var options20 = {};
5481
+ var options22 = {};
5422
5482
  var TreeviewLeaf = (props) => {
5423
5483
  const {
5424
5484
  text,
@@ -5443,29 +5503,29 @@ var TreeviewLeaf = (props) => {
5443
5503
  })
5444
5504
  ),
5445
5505
  children: [
5446
- showIcon && /* @__PURE__ */ jsx42(Icon, { icon }),
5447
- /* @__PURE__ */ jsx42("span", { className: "k-treeview-leaf-text", children: text })
5506
+ showIcon && /* @__PURE__ */ jsx44(Icon, { icon }),
5507
+ /* @__PURE__ */ jsx44("span", { className: "k-treeview-leaf-text", children: text })
5448
5508
  ]
5449
5509
  }
5450
5510
  );
5451
5511
  };
5452
- TreeviewLeaf.states = states21;
5453
- TreeviewLeaf.options = options20;
5512
+ TreeviewLeaf.states = states23;
5513
+ TreeviewLeaf.options = options22;
5454
5514
  TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5455
5515
  var treeview_leaf_default = TreeviewLeaf;
5456
5516
 
5457
5517
  // src/treeview/treeview-item.spec.tsx
5458
- import { Fragment as Fragment12, jsx as jsx43, jsxs as jsxs10 } from "react/jsx-runtime";
5518
+ import { Fragment as Fragment12, jsx as jsx45, jsxs as jsxs10 } from "react/jsx-runtime";
5459
5519
  import { createElement as createElement3 } from "react";
5460
5520
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5461
- var states22 = [
5521
+ var states24 = [
5462
5522
  States.hover,
5463
5523
  States.focus,
5464
5524
  States.selected,
5465
5525
  States.disabled
5466
5526
  ];
5467
- var options21 = {};
5468
- var defaultProps18 = {};
5527
+ var options23 = {};
5528
+ var defaultProps20 = {};
5469
5529
  var TreeviewItem = (props) => {
5470
5530
  const {
5471
5531
  leafClassName,
@@ -5498,7 +5558,7 @@ var TreeviewItem = (props) => {
5498
5558
  } else {
5499
5559
  if (children.type === TreeviewGroup) {
5500
5560
  listChildren.push(
5501
- /* @__PURE__ */ jsx43(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5561
+ /* @__PURE__ */ jsx45(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5502
5562
  );
5503
5563
  }
5504
5564
  }
@@ -5513,18 +5573,18 @@ var TreeviewItem = (props) => {
5513
5573
  ),
5514
5574
  children: [
5515
5575
  /* @__PURE__ */ jsxs10("span", { className: "k-treeview-mid", children: [
5516
- _hasChildren && /* @__PURE__ */ jsx43(
5576
+ _hasChildren && /* @__PURE__ */ jsx45(
5517
5577
  "span",
5518
5578
  {
5519
5579
  className: classNames(
5520
5580
  "k-treeview-toggle",
5521
5581
  stateClassNames("k-treeview-toggle", { disabled })
5522
5582
  ),
5523
- children: /* @__PURE__ */ jsx43(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5583
+ children: /* @__PURE__ */ jsx45(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5524
5584
  }
5525
5585
  ),
5526
- showCheckbox && /* @__PURE__ */ jsx43(Checkbox, { checked, disabled }),
5527
- /* @__PURE__ */ jsx43(
5586
+ showCheckbox && /* @__PURE__ */ jsx45(Checkbox, { checked, disabled }),
5587
+ /* @__PURE__ */ jsx45(
5528
5588
  treeview_leaf_default,
5529
5589
  {
5530
5590
  className: classNames(
@@ -5540,31 +5600,31 @@ var TreeviewItem = (props) => {
5540
5600
  }
5541
5601
  )
5542
5602
  ] }),
5543
- expanded && _hasChildren && /* @__PURE__ */ jsx43(Fragment12, { children: listChildren })
5603
+ expanded && _hasChildren && /* @__PURE__ */ jsx45(Fragment12, { children: listChildren })
5544
5604
  ]
5545
5605
  }
5546
5606
  );
5547
5607
  };
5548
- TreeviewItem.states = states22;
5549
- TreeviewItem.options = options21;
5608
+ TreeviewItem.states = states24;
5609
+ TreeviewItem.options = options23;
5550
5610
  TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
5551
- TreeviewItem.defaultProps = defaultProps18;
5611
+ TreeviewItem.defaultProps = defaultProps20;
5552
5612
  var treeview_item_spec_default = TreeviewItem;
5553
5613
 
5554
5614
  // src/treeview/templates/treeview-normal.tsx
5555
- import { jsx as jsx44 } from "react/jsx-runtime";
5615
+ import { jsx as jsx46 } from "react/jsx-runtime";
5556
5616
 
5557
5617
  // src/treeview/templates/treeview-hierarchy.tsx
5558
- import { jsx as jsx45, jsxs as jsxs11 } from "react/jsx-runtime";
5618
+ import { jsx as jsx47, jsxs as jsxs11 } from "react/jsx-runtime";
5559
5619
 
5560
5620
  // src/treeview/templates/treeview-icons.tsx
5561
- import { jsx as jsx46, jsxs as jsxs12 } from "react/jsx-runtime";
5621
+ import { jsx as jsx48, jsxs as jsxs12 } from "react/jsx-runtime";
5562
5622
 
5563
5623
  // src/treeview/templates/treeview-checkboxes.tsx
5564
- import { jsx as jsx47, jsxs as jsxs13 } from "react/jsx-runtime";
5624
+ import { jsx as jsx49, jsxs as jsxs13 } from "react/jsx-runtime";
5565
5625
 
5566
5626
  // src/multiselecttree/tests/multiselecttree-opened.tsx
5567
- import { Fragment as Fragment13, jsx as jsx48, jsxs as jsxs14 } from "react/jsx-runtime";
5627
+ import { Fragment as Fragment13, jsx as jsx50, jsxs as jsxs14 } from "react/jsx-runtime";
5568
5628
  var styles = `
5569
5629
  #test-area {
5570
5630
  grid-template-columns: 160px repeat(2, 300px);
@@ -5575,70 +5635,70 @@ var styles = `
5575
5635
  }
5576
5636
  `;
5577
5637
  var multiselecttree_opened_default = () => /* @__PURE__ */ jsxs14(Fragment13, { children: [
5578
- /* @__PURE__ */ jsx48("style", { children: styles }),
5638
+ /* @__PURE__ */ jsx50("style", { children: styles }),
5579
5639
  /* @__PURE__ */ jsxs14("div", { id: "test-area", className: "k-d-grid", children: [
5580
- /* @__PURE__ */ jsx48("span", {}),
5581
- /* @__PURE__ */ jsx48("span", { children: "MultiSelectTree" }),
5582
- /* @__PURE__ */ jsx48("span", { children: "MultiSelectTree RTL" }),
5583
- /* @__PURE__ */ jsx48("div", { children: "Opened" }),
5584
- /* @__PURE__ */ jsx48("div", { children: /* @__PURE__ */ jsx48(
5640
+ /* @__PURE__ */ jsx50("span", {}),
5641
+ /* @__PURE__ */ jsx50("span", { children: "MultiSelectTree" }),
5642
+ /* @__PURE__ */ jsx50("span", { children: "MultiSelectTree RTL" }),
5643
+ /* @__PURE__ */ jsx50("div", { children: "Opened" }),
5644
+ /* @__PURE__ */ jsx50("div", { children: /* @__PURE__ */ jsx50(
5585
5645
  MultiSelectTree,
5586
5646
  {
5587
5647
  opened: true,
5588
- tags: /* @__PURE__ */ jsx48(Fragment13, { children: /* @__PURE__ */ jsx48(Chip, { text: "Furniture", actions: /* @__PURE__ */ jsx48(ChipAction, { type: "remove" }) }) }),
5648
+ tags: /* @__PURE__ */ jsx50(Fragment13, { children: /* @__PURE__ */ jsx50(Chip, { text: "Furniture", actions: /* @__PURE__ */ jsx50(ChipAction, { type: "remove" }) }) }),
5589
5649
  popup: /* @__PURE__ */ jsxs14(Fragment13, { children: [
5590
- /* @__PURE__ */ jsx48("div", { className: "k-list-filter", children: /* @__PURE__ */ jsx48(
5650
+ /* @__PURE__ */ jsx50("div", { className: "k-list-filter", children: /* @__PURE__ */ jsx50(
5591
5651
  Textbox,
5592
5652
  {
5593
- prefix: /* @__PURE__ */ jsx48(Fragment13, { children: /* @__PURE__ */ jsx48(Icon, { icon: "search" }) })
5653
+ prefix: /* @__PURE__ */ jsx50(Fragment13, { children: /* @__PURE__ */ jsx50(Icon, { icon: "search" }) })
5594
5654
  }
5595
5655
  ) }),
5596
5656
  /* @__PURE__ */ jsxs14("div", { className: "k-check-all", children: [
5597
- /* @__PURE__ */ jsx48(Checkbox, {}),
5598
- /* @__PURE__ */ jsx48("span", { className: "k-checkbox-label", children: "Check all" })
5657
+ /* @__PURE__ */ jsx50(Checkbox, {}),
5658
+ /* @__PURE__ */ jsx50("span", { className: "k-checkbox-label", children: "Check all" })
5599
5659
  ] }),
5600
5660
  /* @__PURE__ */ jsxs14(Treeview, { children: [
5601
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Furniture", showCheckbox: true, checked: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5602
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5603
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5604
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 3", showCheckbox: true })
5661
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Furniture", showCheckbox: true, checked: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5662
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5663
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5664
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 3", showCheckbox: true })
5605
5665
  ] }) }),
5606
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Decor", showCheckbox: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5607
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5608
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5609
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 3", showCheckbox: true })
5666
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Decor", showCheckbox: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5667
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5668
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5669
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 3", showCheckbox: true })
5610
5670
  ] }) })
5611
5671
  ] })
5612
5672
  ] })
5613
5673
  }
5614
5674
  ) }),
5615
- /* @__PURE__ */ jsx48("div", { children: /* @__PURE__ */ jsx48(
5675
+ /* @__PURE__ */ jsx50("div", { children: /* @__PURE__ */ jsx50(
5616
5676
  MultiSelectTree,
5617
5677
  {
5618
5678
  opened: true,
5619
5679
  dir: "rtl",
5620
- tags: /* @__PURE__ */ jsx48(Fragment13, { children: /* @__PURE__ */ jsx48(Chip, { text: "Furniture", actions: /* @__PURE__ */ jsx48(ChipAction, { type: "remove" }) }) }),
5680
+ tags: /* @__PURE__ */ jsx50(Fragment13, { children: /* @__PURE__ */ jsx50(Chip, { text: "Furniture", actions: /* @__PURE__ */ jsx50(ChipAction, { type: "remove" }) }) }),
5621
5681
  popup: /* @__PURE__ */ jsxs14(Fragment13, { children: [
5622
- /* @__PURE__ */ jsx48("div", { className: "k-list-filter", children: /* @__PURE__ */ jsx48(
5682
+ /* @__PURE__ */ jsx50("div", { className: "k-list-filter", children: /* @__PURE__ */ jsx50(
5623
5683
  Textbox,
5624
5684
  {
5625
- prefix: /* @__PURE__ */ jsx48(Fragment13, { children: /* @__PURE__ */ jsx48(Icon, { icon: "search" }) })
5685
+ prefix: /* @__PURE__ */ jsx50(Fragment13, { children: /* @__PURE__ */ jsx50(Icon, { icon: "search" }) })
5626
5686
  }
5627
5687
  ) }),
5628
5688
  /* @__PURE__ */ jsxs14("div", { className: "k-check-all", children: [
5629
- /* @__PURE__ */ jsx48(Checkbox, {}),
5630
- /* @__PURE__ */ jsx48("span", { className: "k-checkbox-label", children: "Check all" })
5689
+ /* @__PURE__ */ jsx50(Checkbox, {}),
5690
+ /* @__PURE__ */ jsx50("span", { className: "k-checkbox-label", children: "Check all" })
5631
5691
  ] }),
5632
5692
  /* @__PURE__ */ jsxs14(Treeview, { dir: "rtl", children: [
5633
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Furniture", showCheckbox: true, checked: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5634
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5635
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5636
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 3", showCheckbox: true })
5693
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Furniture", showCheckbox: true, checked: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5694
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5695
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5696
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 3", showCheckbox: true })
5637
5697
  ] }) }),
5638
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Decor", showCheckbox: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5639
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5640
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5641
- /* @__PURE__ */ jsx48(TreeviewItem, { text: "Child 3", showCheckbox: true })
5698
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Decor", showCheckbox: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5699
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 1", showCheckbox: true }),
5700
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 2", showCheckbox: true }),
5701
+ /* @__PURE__ */ jsx50(TreeviewItem, { text: "Child 3", showCheckbox: true })
5642
5702
  ] }) })
5643
5703
  ] })
5644
5704
  ] })