@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
@@ -5090,20 +5090,85 @@ RadioButton.states = states17;
5090
5090
  RadioButton.options = options15;
5091
5091
  RadioButton.className = RADIOBUTTON_CLASSNAME;
5092
5092
  RadioButton.defaultProps = defaultProps13;
5093
+ var radio_spec_default = RadioButton;
5093
5094
 
5094
- // src/radio/templates/radio-normal.tsx
5095
+ // src/radio/radio-group.spec.tsx
5095
5096
  import { jsx as jsx27 } from "react/jsx-runtime";
5097
+ var RADIOGROUP_CLASSNAME = `k-radio-list`;
5098
+ var states18 = [];
5099
+ var options16 = {};
5100
+ var defaultProps14 = {
5101
+ layout: "vertical"
5102
+ };
5103
+ var RadioGroup = (props) => {
5104
+ const {
5105
+ layout = defaultProps14.layout,
5106
+ ...other
5107
+ } = props;
5108
+ return /* @__PURE__ */ jsx27(
5109
+ "ul",
5110
+ {
5111
+ ...other,
5112
+ className: classNames(
5113
+ props.className,
5114
+ RADIOGROUP_CLASSNAME,
5115
+ {
5116
+ [`k-list-${layout}`]: layout
5117
+ }
5118
+ ),
5119
+ children: props.children
5120
+ }
5121
+ );
5122
+ };
5123
+ RadioGroup.states = states18;
5124
+ RadioGroup.options = options16;
5125
+ RadioGroup.className = RADIOGROUP_CLASSNAME;
5126
+ RadioGroup.defaultProps = defaultProps14;
5127
+
5128
+ // src/radio/radio-item.spec.tsx
5129
+ import { jsx as jsx28 } from "react/jsx-runtime";
5130
+ var RADIOITEM_CLASSNAME = `k-radio-list-item`;
5131
+ var states19 = [];
5132
+ var options17 = {};
5133
+ var defaultProps15 = {};
5134
+ var RadioItem = (props) => {
5135
+ const {
5136
+ ...other
5137
+ } = props;
5138
+ return /* @__PURE__ */ jsx28(
5139
+ "li",
5140
+ {
5141
+ ...other,
5142
+ className: classNames(
5143
+ props.className,
5144
+ RADIOITEM_CLASSNAME
5145
+ ),
5146
+ children: props.children
5147
+ }
5148
+ );
5149
+ };
5150
+ RadioItem.states = states19;
5151
+ RadioItem.options = options17;
5152
+ RadioItem.className = RADIOITEM_CLASSNAME;
5153
+ RadioItem.defaultProps = defaultProps15;
5154
+
5155
+ // src/radio/templates/radio-normal.tsx
5156
+ import { jsx as jsx29 } from "react/jsx-runtime";
5096
5157
 
5097
5158
  // src/radio/templates/radio-label.tsx
5098
- import { Fragment as Fragment13, jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
5159
+ import { Fragment as Fragment13, jsx as jsx30, jsxs as jsxs7 } from "react/jsx-runtime";
5160
+ var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ jsxs7(Fragment13, { children: [
5161
+ /* @__PURE__ */ jsx30(radio_spec_default, { ...other, id }),
5162
+ /* @__PURE__ */ jsx30("label", { className: "k-radio-label", htmlFor: id, children })
5163
+ ] });
5099
5164
 
5100
5165
  // src/radio/templates/radio-inside-label.tsx
5101
- import { Fragment as Fragment14, jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
5166
+ import { Fragment as Fragment14, jsx as jsx31, jsxs as jsxs8 } from "react/jsx-runtime";
5102
5167
 
5103
5168
  // src/textbox/textbox.spec.tsx
5104
- import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
5169
+ import { jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
5105
5170
  var TEXTBOX_CLASSNAME = `k-textbox`;
5106
- var states18 = [
5171
+ var states20 = [
5107
5172
  States.hover,
5108
5173
  States.focus,
5109
5174
  States.valid,
@@ -5113,12 +5178,12 @@ var states18 = [
5113
5178
  States.loading,
5114
5179
  States.readonly
5115
5180
  ];
5116
- var options16 = {
5181
+ var options18 = {
5117
5182
  size: [Size.small, Size.medium, Size.large],
5118
5183
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5119
5184
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5120
5185
  };
5121
- var defaultProps14 = {
5186
+ var defaultProps16 = {
5122
5187
  showClearButton: true,
5123
5188
  size: Input.defaultProps.size,
5124
5189
  rounded: Input.defaultProps.rounded,
@@ -5141,7 +5206,7 @@ var Textbox = (props) => {
5141
5206
  loading,
5142
5207
  disabled,
5143
5208
  readonly,
5144
- showClearButton = defaultProps14.showClearButton,
5209
+ showClearButton = defaultProps16.showClearButton,
5145
5210
  ...other
5146
5211
  } = props;
5147
5212
  return /* @__PURE__ */ jsxs9(
@@ -5161,9 +5226,9 @@ var Textbox = (props) => {
5161
5226
  readonly,
5162
5227
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5163
5228
  children: [
5164
- /* @__PURE__ */ jsx30(InputPrefix, { children: prefix }),
5165
- /* @__PURE__ */ jsx30(InputInnerInput, { placeholder, value }),
5166
- /* @__PURE__ */ jsx30(
5229
+ /* @__PURE__ */ jsx32(InputPrefix, { children: prefix }),
5230
+ /* @__PURE__ */ jsx32(InputInnerInput, { placeholder, value }),
5231
+ /* @__PURE__ */ jsx32(
5167
5232
  InputValidationIcon,
5168
5233
  {
5169
5234
  valid,
@@ -5172,14 +5237,14 @@ var Textbox = (props) => {
5172
5237
  disabled
5173
5238
  }
5174
5239
  ),
5175
- /* @__PURE__ */ jsx30(
5240
+ /* @__PURE__ */ jsx32(
5176
5241
  InputLoadingIcon,
5177
5242
  {
5178
5243
  loading,
5179
5244
  disabled
5180
5245
  }
5181
5246
  ),
5182
- showClearButton && /* @__PURE__ */ jsx30(
5247
+ showClearButton && /* @__PURE__ */ jsx32(
5183
5248
  InputClearValue,
5184
5249
  {
5185
5250
  loading,
@@ -5188,31 +5253,31 @@ var Textbox = (props) => {
5188
5253
  value
5189
5254
  }
5190
5255
  ),
5191
- /* @__PURE__ */ jsx30(InputSuffix, { children: suffix })
5256
+ /* @__PURE__ */ jsx32(InputSuffix, { children: suffix })
5192
5257
  ]
5193
5258
  }
5194
5259
  );
5195
5260
  };
5196
- Textbox.states = states18;
5197
- Textbox.options = options16;
5261
+ Textbox.states = states20;
5262
+ Textbox.options = options18;
5198
5263
  Textbox.className = TEXTBOX_CLASSNAME;
5199
- Textbox.defaultProps = defaultProps14;
5264
+ Textbox.defaultProps = defaultProps16;
5200
5265
 
5201
5266
  // src/textbox/templates/textbox-normal.tsx
5202
- import { jsx as jsx31 } from "react/jsx-runtime";
5267
+ import { jsx as jsx33 } from "react/jsx-runtime";
5203
5268
 
5204
5269
  // src/textbox/templates/textbox-prefix.tsx
5205
- import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
5270
+ import { jsx as jsx34, jsxs as jsxs10 } from "react/jsx-runtime";
5206
5271
 
5207
5272
  // src/textbox/templates/textbox-suffix.tsx
5208
- import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
5273
+ import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5209
5274
 
5210
5275
  // src/animation-container/animation-container.spec.tsx
5211
- import { jsx as jsx34 } from "react/jsx-runtime";
5276
+ import { jsx as jsx36 } from "react/jsx-runtime";
5212
5277
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5213
- var states19 = [];
5214
- var options17 = {};
5215
- var defaultProps15 = {
5278
+ var states21 = [];
5279
+ var options19 = {};
5280
+ var defaultProps17 = {
5216
5281
  positionMode: "absolute"
5217
5282
  };
5218
5283
  var AnimationContainer = (props) => {
@@ -5222,7 +5287,7 @@ var AnimationContainer = (props) => {
5222
5287
  offset,
5223
5288
  ...other
5224
5289
  } = props;
5225
- return /* @__PURE__ */ jsx34(
5290
+ return /* @__PURE__ */ jsx36(
5226
5291
  "div",
5227
5292
  {
5228
5293
  ...other,
@@ -5234,21 +5299,21 @@ var AnimationContainer = (props) => {
5234
5299
  ["k-animation-container-fixed"]: positionMode === "fixed"
5235
5300
  }
5236
5301
  ),
5237
- children: /* @__PURE__ */ jsx34("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5302
+ children: /* @__PURE__ */ jsx36("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5238
5303
  }
5239
5304
  );
5240
5305
  };
5241
- AnimationContainer.states = states19;
5242
- AnimationContainer.options = options17;
5306
+ AnimationContainer.states = states21;
5307
+ AnimationContainer.options = options19;
5243
5308
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5244
- AnimationContainer.defaultProps = defaultProps15;
5309
+ AnimationContainer.defaultProps = defaultProps17;
5245
5310
 
5246
5311
  // src/popup/popup.spec.tsx
5247
- import { jsx as jsx35 } from "react/jsx-runtime";
5312
+ import { jsx as jsx37 } from "react/jsx-runtime";
5248
5313
  var POPUP_CLASSNAME = `k-popup`;
5249
- var states20 = [];
5250
- var options18 = {};
5251
- var defaultProps16 = {
5314
+ var states22 = [];
5315
+ var options20 = {};
5316
+ var defaultProps18 = {
5252
5317
  positionMode: "absolute"
5253
5318
  };
5254
5319
  var Popup = (props) => {
@@ -5257,24 +5322,24 @@ var Popup = (props) => {
5257
5322
  positionMode,
5258
5323
  ...other
5259
5324
  } = props;
5260
- return /* @__PURE__ */ jsx35(
5325
+ return /* @__PURE__ */ jsx37(
5261
5326
  AnimationContainer,
5262
5327
  {
5263
5328
  positionMode,
5264
5329
  offset,
5265
- children: /* @__PURE__ */ jsx35("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5330
+ children: /* @__PURE__ */ jsx37("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5266
5331
  }
5267
5332
  );
5268
5333
  };
5269
- Popup.states = states20;
5270
- Popup.options = options18;
5334
+ Popup.states = states22;
5335
+ Popup.options = options20;
5271
5336
  Popup.className = POPUP_CLASSNAME;
5272
- Popup.defaultProps = defaultProps16;
5337
+ Popup.defaultProps = defaultProps18;
5273
5338
 
5274
5339
  // src/dropdownlist/dropdownlist.spec.tsx
5275
- import { Fragment as Fragment15, jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5340
+ import { Fragment as Fragment15, jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5276
5341
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5277
- var states21 = [
5342
+ var states23 = [
5278
5343
  States.hover,
5279
5344
  States.focus,
5280
5345
  States.valid,
@@ -5284,12 +5349,12 @@ var states21 = [
5284
5349
  States.loading,
5285
5350
  States.readonly
5286
5351
  ];
5287
- var options19 = {
5352
+ var options21 = {
5288
5353
  size: [Size.small, Size.medium, Size.large],
5289
5354
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5290
5355
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5291
5356
  };
5292
- var defaultProps17 = {
5357
+ var defaultProps19 = {
5293
5358
  showValue: true,
5294
5359
  arrowIconName: "caret-alt-down",
5295
5360
  size: Size.medium,
@@ -5299,7 +5364,7 @@ var defaultProps17 = {
5299
5364
  var DropdownList = (props) => {
5300
5365
  const {
5301
5366
  valueIconName,
5302
- arrowIconName = defaultProps17.arrowIconName,
5367
+ arrowIconName = defaultProps19.arrowIconName,
5303
5368
  prefix,
5304
5369
  suffix,
5305
5370
  value,
@@ -5315,7 +5380,7 @@ var DropdownList = (props) => {
5315
5380
  loading,
5316
5381
  disabled,
5317
5382
  readonly,
5318
- showValue = defaultProps17.showValue,
5383
+ showValue = defaultProps19.showValue,
5319
5384
  popup,
5320
5385
  opened,
5321
5386
  ...other
@@ -5344,8 +5409,8 @@ var DropdownList = (props) => {
5344
5409
  }
5345
5410
  ),
5346
5411
  children: [
5347
- /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5348
- /* @__PURE__ */ jsx36(
5412
+ /* @__PURE__ */ jsx38(InputPrefix, { children: prefix }),
5413
+ /* @__PURE__ */ jsx38(
5349
5414
  InputInnerSpan,
5350
5415
  {
5351
5416
  placeholder,
@@ -5354,7 +5419,7 @@ var DropdownList = (props) => {
5354
5419
  valueIconName
5355
5420
  }
5356
5421
  ),
5357
- /* @__PURE__ */ jsx36(
5422
+ /* @__PURE__ */ jsx38(
5358
5423
  InputValidationIcon,
5359
5424
  {
5360
5425
  valid,
@@ -5363,15 +5428,15 @@ var DropdownList = (props) => {
5363
5428
  disabled
5364
5429
  }
5365
5430
  ),
5366
- /* @__PURE__ */ jsx36(
5431
+ /* @__PURE__ */ jsx38(
5367
5432
  InputLoadingIcon,
5368
5433
  {
5369
5434
  loading,
5370
5435
  disabled
5371
5436
  }
5372
5437
  ),
5373
- /* @__PURE__ */ jsx36(InputSuffix, { children: suffix }),
5374
- /* @__PURE__ */ jsx36(
5438
+ /* @__PURE__ */ jsx38(InputSuffix, { children: suffix }),
5439
+ /* @__PURE__ */ jsx38(
5375
5440
  Button,
5376
5441
  {
5377
5442
  className: "k-input-button",
@@ -5384,35 +5449,35 @@ var DropdownList = (props) => {
5384
5449
  ]
5385
5450
  }
5386
5451
  ),
5387
- opened && popup && /* @__PURE__ */ jsx36(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5452
+ opened && popup && /* @__PURE__ */ jsx38(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5388
5453
  ] });
5389
5454
  };
5390
- DropdownList.states = states21;
5391
- DropdownList.options = options19;
5455
+ DropdownList.states = states23;
5456
+ DropdownList.options = options21;
5392
5457
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5393
- DropdownList.defaultProps = defaultProps17;
5458
+ DropdownList.defaultProps = defaultProps19;
5394
5459
 
5395
5460
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5396
- import { jsx as jsx37 } from "react/jsx-runtime";
5461
+ import { jsx as jsx39 } from "react/jsx-runtime";
5397
5462
 
5398
5463
  // src/nodata/nodata.tsx
5399
- import { jsx as jsx38 } from "react/jsx-runtime";
5464
+ import { jsx as jsx40 } from "react/jsx-runtime";
5400
5465
  var className9 = `k-nodata`;
5401
- var NoData = (props) => /* @__PURE__ */ jsx38("span", { className: classNames(className9, props.className), children: props.children });
5466
+ var NoData = (props) => /* @__PURE__ */ jsx40("span", { className: classNames(className9, props.className), children: props.children });
5402
5467
 
5403
5468
  // src/list/list.spec.tsx
5404
- import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5469
+ import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5405
5470
  var LIST_CLASSNAME = `k-list`;
5406
- var states22 = [];
5407
- var options20 = {
5471
+ var states24 = [];
5472
+ var options22 = {
5408
5473
  size: [Size.small, Size.medium, Size.large]
5409
5474
  };
5410
- var defaultProps18 = {
5475
+ var defaultProps20 = {
5411
5476
  size: Size.medium
5412
5477
  };
5413
5478
  var List = (props) => {
5414
5479
  const {
5415
- size = defaultProps18.size,
5480
+ size = defaultProps20.size,
5416
5481
  virtualization,
5417
5482
  children,
5418
5483
  optionLabel,
@@ -5429,7 +5494,7 @@ var List = (props) => {
5429
5494
  listHeader = child.props.label;
5430
5495
  child.props.children.map((optChild, index2) => {
5431
5496
  listChildren.push(
5432
- /* @__PURE__ */ jsx39(
5497
+ /* @__PURE__ */ jsx41(
5433
5498
  ListItem,
5434
5499
  {
5435
5500
  ...optChild.props
@@ -5445,7 +5510,7 @@ var List = (props) => {
5445
5510
  groupLabel = child.props.label;
5446
5511
  }
5447
5512
  listChildren.push(
5448
- /* @__PURE__ */ jsx39(
5513
+ /* @__PURE__ */ jsx41(
5449
5514
  ListItem,
5450
5515
  {
5451
5516
  className: index2 === 0 ? "k-first" : "",
@@ -5457,14 +5522,14 @@ var List = (props) => {
5457
5522
  );
5458
5523
  });
5459
5524
  }
5460
- listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5525
+ listGroup = /* @__PURE__ */ jsx41(ListGroup, { label: listHeader, virtualization, children: listChildren });
5461
5526
  } else if (child.type === ListItem) {
5462
- listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5463
- listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5527
+ listChildren.push(/* @__PURE__ */ jsx41(ListItem, { ...child.props }, `${child.type}-${index}`));
5528
+ listContent = /* @__PURE__ */ jsx41(ListContent, { virtualization, children: listChildren });
5464
5529
  }
5465
5530
  });
5466
5531
  } else {
5467
- listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5532
+ listContent = /* @__PURE__ */ jsx41(NoData, { children: "No data found." });
5468
5533
  }
5469
5534
  return /* @__PURE__ */ jsxs13(
5470
5535
  "div",
@@ -5488,24 +5553,24 @@ var List = (props) => {
5488
5553
  }
5489
5554
  );
5490
5555
  };
5491
- List.states = states22;
5492
- List.options = options20;
5556
+ List.states = states24;
5557
+ List.options = options22;
5493
5558
  List.className = LIST_CLASSNAME;
5494
- List.defaultProps = defaultProps18;
5559
+ List.defaultProps = defaultProps20;
5495
5560
 
5496
5561
  // src/list/list-angular.spec.tsx
5497
- import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5562
+ import { jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5498
5563
  var LISTANGULAR_CLASSNAME = `k-list`;
5499
- var states23 = [];
5500
- var options21 = {
5564
+ var states25 = [];
5565
+ var options23 = {
5501
5566
  size: [Size.small, Size.medium, Size.large]
5502
5567
  };
5503
- var defaultProps19 = {
5568
+ var defaultProps21 = {
5504
5569
  size: Size.medium
5505
5570
  };
5506
5571
  var ListAngular = (props) => {
5507
5572
  const {
5508
- size = defaultProps19.size,
5573
+ size = defaultProps21.size,
5509
5574
  virtualization,
5510
5575
  children,
5511
5576
  ...other
@@ -5521,7 +5586,7 @@ var ListAngular = (props) => {
5521
5586
  listHeader = child.props.label;
5522
5587
  child.props.children.map((optChild, index2) => {
5523
5588
  listChildren.push(
5524
- /* @__PURE__ */ jsx40(
5589
+ /* @__PURE__ */ jsx42(
5525
5590
  ListItem,
5526
5591
  {
5527
5592
  ...optChild.props
@@ -5532,7 +5597,7 @@ var ListAngular = (props) => {
5532
5597
  });
5533
5598
  } else {
5534
5599
  listChildren.push(
5535
- /* @__PURE__ */ jsx40(
5600
+ /* @__PURE__ */ jsx42(
5536
5601
  ListGroupItem,
5537
5602
  {
5538
5603
  ...child.props,
@@ -5543,7 +5608,7 @@ var ListAngular = (props) => {
5543
5608
  );
5544
5609
  child.props.children.map((optChild, index2) => {
5545
5610
  listChildren.push(
5546
- /* @__PURE__ */ jsx40(
5611
+ /* @__PURE__ */ jsx42(
5547
5612
  ListItem,
5548
5613
  {
5549
5614
  ...optChild.props
@@ -5553,14 +5618,14 @@ var ListAngular = (props) => {
5553
5618
  );
5554
5619
  });
5555
5620
  }
5556
- listGroup = /* @__PURE__ */ jsx40(ListGroup, { label: listHeader, virtualization, children: listChildren });
5621
+ listGroup = /* @__PURE__ */ jsx42(ListGroup, { label: listHeader, virtualization, children: listChildren });
5557
5622
  } else if (child.type === ListItem) {
5558
- listChildren.push(/* @__PURE__ */ jsx40(ListItem, { ...child.props }, `${child.type}-${index}`));
5559
- listContent = /* @__PURE__ */ jsx40(ListContent, { virtualization, children: listChildren });
5623
+ listChildren.push(/* @__PURE__ */ jsx42(ListItem, { ...child.props }, `${child.type}-${index}`));
5624
+ listContent = /* @__PURE__ */ jsx42(ListContent, { virtualization, children: listChildren });
5560
5625
  }
5561
5626
  });
5562
5627
  } else {
5563
- listContent = /* @__PURE__ */ jsx40(NoData, { children: "No data found." });
5628
+ listContent = /* @__PURE__ */ jsx42(NoData, { children: "No data found." });
5564
5629
  }
5565
5630
  return /* @__PURE__ */ jsxs14(
5566
5631
  "div",
@@ -5583,15 +5648,15 @@ var ListAngular = (props) => {
5583
5648
  }
5584
5649
  );
5585
5650
  };
5586
- ListAngular.states = states23;
5587
- ListAngular.options = options21;
5651
+ ListAngular.states = states25;
5652
+ ListAngular.options = options23;
5588
5653
  ListAngular.className = LISTANGULAR_CLASSNAME;
5589
- ListAngular.defaultProps = defaultProps19;
5654
+ ListAngular.defaultProps = defaultProps21;
5590
5655
 
5591
5656
  // src/checkbox/checkbox.spec.tsx
5592
- import { jsx as jsx41 } from "react/jsx-runtime";
5657
+ import { jsx as jsx43 } from "react/jsx-runtime";
5593
5658
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5594
- var states24 = [
5659
+ var states26 = [
5595
5660
  States.hover,
5596
5661
  States.focus,
5597
5662
  States.valid,
@@ -5601,11 +5666,11 @@ var states24 = [
5601
5666
  States.checked,
5602
5667
  States.indeterminate
5603
5668
  ];
5604
- var options22 = {
5669
+ var options24 = {
5605
5670
  size: [Size.small, Size.medium, Size.large],
5606
5671
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5607
5672
  };
5608
- var defaultProps20 = {
5673
+ var defaultProps22 = {
5609
5674
  size: Size.medium,
5610
5675
  rounded: Roundness.medium
5611
5676
  };
@@ -5620,11 +5685,11 @@ var Checkbox = (props) => {
5620
5685
  invalid,
5621
5686
  valid,
5622
5687
  required,
5623
- size = defaultProps20.size,
5624
- rounded = defaultProps20.rounded,
5688
+ size = defaultProps22.size,
5689
+ rounded = defaultProps22.rounded,
5625
5690
  ...other
5626
5691
  } = props;
5627
- return /* @__PURE__ */ jsx41("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx41(
5692
+ return /* @__PURE__ */ jsx43("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx43(
5628
5693
  "input",
5629
5694
  {
5630
5695
  ...other,
@@ -5641,28 +5706,88 @@ var Checkbox = (props) => {
5641
5706
  }
5642
5707
  ) });
5643
5708
  };
5644
- Checkbox.states = states24;
5645
- Checkbox.options = options22;
5709
+ Checkbox.states = states26;
5710
+ Checkbox.options = options24;
5646
5711
  Checkbox.className = CHECKBOX_CLASSNAME;
5647
- Checkbox.defaultProps = defaultProps20;
5712
+ Checkbox.defaultProps = defaultProps22;
5648
5713
 
5649
- // src/checkbox/templates/checkbox-label.tsx
5650
- import { Fragment as Fragment16, jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
5714
+ // src/checkbox/checkbox-group.spec.tsx
5715
+ import { jsx as jsx44 } from "react/jsx-runtime";
5716
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5717
+ var states27 = [];
5718
+ var options25 = {};
5719
+ var defaultProps23 = {
5720
+ layout: "vertical"
5721
+ };
5722
+ var CheckboxGroup = (props) => {
5723
+ const {
5724
+ layout = defaultProps23.layout,
5725
+ ...other
5726
+ } = props;
5727
+ return /* @__PURE__ */ jsx44(
5728
+ "ul",
5729
+ {
5730
+ ...other,
5731
+ className: classNames(
5732
+ props.className,
5733
+ CHECKBOXGROUP_CLASSNAME,
5734
+ {
5735
+ [`k-list-${layout}`]: layout
5736
+ }
5737
+ ),
5738
+ children: props.children
5739
+ }
5740
+ );
5741
+ };
5742
+ CheckboxGroup.states = states27;
5743
+ CheckboxGroup.options = options25;
5744
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5745
+ CheckboxGroup.defaultProps = defaultProps23;
5746
+
5747
+ // src/checkbox/checkbox-item.spec.tsx
5748
+ import { jsx as jsx45 } from "react/jsx-runtime";
5749
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5750
+ var states28 = [];
5751
+ var options26 = {};
5752
+ var defaultProps24 = {};
5753
+ var CheckboxItem = (props) => {
5754
+ const {
5755
+ ...other
5756
+ } = props;
5757
+ return /* @__PURE__ */ jsx45(
5758
+ "li",
5759
+ {
5760
+ ...other,
5761
+ className: classNames(
5762
+ props.className,
5763
+ CHECKBOXITEM_CLASSNAME
5764
+ ),
5765
+ children: props.children
5766
+ }
5767
+ );
5768
+ };
5769
+ CheckboxItem.states = states28;
5770
+ CheckboxItem.options = options26;
5771
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5772
+ CheckboxItem.defaultProps = defaultProps24;
5773
+
5774
+ // src/checkbox/templates/checkbox-with-label.tsx
5775
+ import { Fragment as Fragment16, jsx as jsx46, jsxs as jsxs15 } from "react/jsx-runtime";
5651
5776
 
5652
5777
  // src/checkbox/templates/checkbox-normal.tsx
5653
- import { jsx as jsx43 } from "react/jsx-runtime";
5778
+ import { jsx as jsx47 } from "react/jsx-runtime";
5654
5779
 
5655
5780
  // src/list/list-item.spec.tsx
5656
- import { jsx as jsx44, jsxs as jsxs16 } from "react/jsx-runtime";
5781
+ import { jsx as jsx48, jsxs as jsxs16 } from "react/jsx-runtime";
5657
5782
  var LISTITEM_CLASSNAME = `k-list-item`;
5658
- var states25 = [
5783
+ var states29 = [
5659
5784
  States.hover,
5660
5785
  States.focus,
5661
5786
  States.selected,
5662
5787
  States.disabled
5663
5788
  ];
5664
- var options23 = {};
5665
- var defaultProps21 = {};
5789
+ var options27 = {};
5790
+ var defaultProps25 = {};
5666
5791
  var ListItem = (props) => {
5667
5792
  const {
5668
5793
  text,
@@ -5693,66 +5818,66 @@ var ListItem = (props) => {
5693
5818
  })
5694
5819
  ),
5695
5820
  children: [
5696
- showCheckbox && /* @__PURE__ */ jsx44(Checkbox, { checked }),
5697
- showIcon && /* @__PURE__ */ jsx44(Icon, { icon: iconName }),
5698
- /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: textOrChildren }),
5699
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx44("div", { className: "k-list-item-group-label", children: groupLabel })
5821
+ showCheckbox && /* @__PURE__ */ jsx48(Checkbox, { checked }),
5822
+ showIcon && /* @__PURE__ */ jsx48(Icon, { icon: iconName }),
5823
+ /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: textOrChildren }),
5824
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx48("div", { className: "k-list-item-group-label", children: groupLabel })
5700
5825
  ]
5701
5826
  }
5702
5827
  );
5703
5828
  };
5704
- ListItem.states = states25;
5705
- ListItem.options = options23;
5829
+ ListItem.states = states29;
5830
+ ListItem.options = options27;
5706
5831
  ListItem.className = LISTITEM_CLASSNAME;
5707
- ListItem.defaultProps = defaultProps21;
5832
+ ListItem.defaultProps = defaultProps25;
5708
5833
 
5709
5834
  // src/list/list-content.tsx
5710
- import { jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5835
+ import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
5711
5836
  var className10 = `k-list-content`;
5712
5837
  var ListContent = (props) => {
5713
5838
  const {
5714
5839
  virtualization
5715
5840
  } = props;
5716
5841
  return /* @__PURE__ */ jsxs17("div", { className: classNames(className10, props.className), children: [
5717
- /* @__PURE__ */ jsx45("ul", { className: classNames("k-list-ul"), children: props.children }),
5718
- virtualization && /* @__PURE__ */ jsx45("div", { className: "k-height-container", children: /* @__PURE__ */ jsx45("div", {}) })
5842
+ /* @__PURE__ */ jsx49("ul", { className: classNames("k-list-ul"), children: props.children }),
5843
+ virtualization && /* @__PURE__ */ jsx49("div", { className: "k-height-container", children: /* @__PURE__ */ jsx49("div", {}) })
5719
5844
  ] });
5720
5845
  };
5721
5846
 
5722
5847
  // src/list/list-header.tsx
5723
- import { jsx as jsx46 } from "react/jsx-runtime";
5848
+ import { jsx as jsx50 } from "react/jsx-runtime";
5724
5849
  var className11 = `k-list-group-sticky-header`;
5725
- var ListHeader = (props) => /* @__PURE__ */ jsx46("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx46("div", { className: "k-list-header-text", children: props.children }) });
5850
+ var ListHeader = (props) => /* @__PURE__ */ jsx50("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx50("div", { className: "k-list-header-text", children: props.children }) });
5726
5851
 
5727
5852
  // src/list/list-group.tsx
5728
- import { Fragment as Fragment17, jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5853
+ import { Fragment as Fragment17, jsx as jsx51, jsxs as jsxs18 } from "react/jsx-runtime";
5729
5854
  var ListGroup = (props) => {
5730
5855
  const {
5731
5856
  virtualization,
5732
5857
  label
5733
5858
  } = props;
5734
5859
  return /* @__PURE__ */ jsxs18(Fragment17, { children: [
5735
- label && /* @__PURE__ */ jsx47(ListHeader, { children: label }),
5736
- props.children && /* @__PURE__ */ jsx47(ListContent, { virtualization, children: props.children })
5860
+ label && /* @__PURE__ */ jsx51(ListHeader, { children: label }),
5861
+ props.children && /* @__PURE__ */ jsx51(ListContent, { virtualization, children: props.children })
5737
5862
  ] });
5738
5863
  };
5739
5864
 
5740
5865
  // src/list/list-group-item.tsx
5741
- import { jsx as jsx48 } from "react/jsx-runtime";
5866
+ import { jsx as jsx52 } from "react/jsx-runtime";
5742
5867
  var className12 = `k-list-group-item`;
5743
- var ListGroupItem = (props) => /* @__PURE__ */ jsx48("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: props.children }) });
5868
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx52("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx52("span", { className: "k-list-item-text", children: props.children }) });
5744
5869
 
5745
5870
  // src/list/list-option-label.tsx
5746
- import { jsx as jsx49 } from "react/jsx-runtime";
5871
+ import { jsx as jsx53 } from "react/jsx-runtime";
5747
5872
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5748
- var states26 = [
5873
+ var states30 = [
5749
5874
  States.hover,
5750
5875
  States.focus,
5751
5876
  States.selected,
5752
5877
  States.disabled
5753
5878
  ];
5754
- var options24 = {};
5755
- var defaultProps22 = {};
5879
+ var options28 = {};
5880
+ var defaultProps26 = {};
5756
5881
  var ListOptionLabel = (props) => {
5757
5882
  const {
5758
5883
  text,
@@ -5762,7 +5887,7 @@ var ListOptionLabel = (props) => {
5762
5887
  disabled,
5763
5888
  ...other
5764
5889
  } = props;
5765
- return /* @__PURE__ */ jsx49(
5890
+ return /* @__PURE__ */ jsx53(
5766
5891
  "div",
5767
5892
  {
5768
5893
  ...other,
@@ -5779,39 +5904,39 @@ var ListOptionLabel = (props) => {
5779
5904
  }
5780
5905
  );
5781
5906
  };
5782
- ListOptionLabel.states = states26;
5783
- ListOptionLabel.options = options24;
5907
+ ListOptionLabel.states = states30;
5908
+ ListOptionLabel.options = options28;
5784
5909
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5785
- ListOptionLabel.defaultProps = defaultProps22;
5910
+ ListOptionLabel.defaultProps = defaultProps26;
5786
5911
 
5787
5912
  // src/list/templates/list-normal.tsx
5788
- import { jsx as jsx50 } from "react/jsx-runtime";
5913
+ import { jsx as jsx54 } from "react/jsx-runtime";
5789
5914
 
5790
5915
  // src/list/templates/list-virtualization.tsx
5791
- import { jsx as jsx51 } from "react/jsx-runtime";
5916
+ import { jsx as jsx55 } from "react/jsx-runtime";
5792
5917
 
5793
5918
  // src/list/templates/list-grouping.tsx
5794
- import { jsx as jsx52, jsxs as jsxs19 } from "react/jsx-runtime";
5919
+ import { jsx as jsx56, jsxs as jsxs19 } from "react/jsx-runtime";
5795
5920
 
5796
5921
  // src/list/templates/list-virualization-grouping.tsx
5797
- import { jsx as jsx53, jsxs as jsxs20 } from "react/jsx-runtime";
5922
+ import { jsx as jsx57, jsxs as jsxs20 } from "react/jsx-runtime";
5798
5923
 
5799
5924
  // src/list/templates/list-virtualization-angular.tsx
5800
- import { jsx as jsx54 } from "react/jsx-runtime";
5925
+ import { jsx as jsx58 } from "react/jsx-runtime";
5801
5926
 
5802
5927
  // src/list/templates/list-grouping-angular.tsx
5803
- import { jsx as jsx55, jsxs as jsxs21 } from "react/jsx-runtime";
5928
+ import { jsx as jsx59, jsxs as jsxs21 } from "react/jsx-runtime";
5804
5929
 
5805
5930
  // src/list/templates/list-virualization-grouping-angular.tsx
5806
- import { jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5931
+ import { jsx as jsx60, jsxs as jsxs22 } from "react/jsx-runtime";
5807
5932
 
5808
5933
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5809
- import { jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5934
+ import { jsx as jsx61, jsxs as jsxs23 } from "react/jsx-runtime";
5810
5935
 
5811
5936
  // src/searchbox/searchbox.spec.tsx
5812
- import { jsx as jsx58, jsxs as jsxs24 } from "react/jsx-runtime";
5937
+ import { jsx as jsx62, jsxs as jsxs24 } from "react/jsx-runtime";
5813
5938
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5814
- var states27 = [
5939
+ var states31 = [
5815
5940
  States.hover,
5816
5941
  States.focus,
5817
5942
  States.valid,
@@ -5820,12 +5945,12 @@ var states27 = [
5820
5945
  States.disabled,
5821
5946
  States.loading
5822
5947
  ];
5823
- var options25 = {
5948
+ var options29 = {
5824
5949
  size: [Size.small, Size.medium, Size.large],
5825
5950
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5826
5951
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5827
5952
  };
5828
- var defaultProps23 = {
5953
+ var defaultProps27 = {
5829
5954
  showIcon: true,
5830
5955
  icon: "search",
5831
5956
  size: Input.defaultProps.size,
@@ -5846,8 +5971,8 @@ var Searchbox = (props) => {
5846
5971
  required,
5847
5972
  loading,
5848
5973
  disabled,
5849
- showIcon = defaultProps23.showIcon,
5850
- icon = defaultProps23.icon,
5974
+ showIcon = defaultProps27.showIcon,
5975
+ icon = defaultProps27.icon,
5851
5976
  ...other
5852
5977
  } = props;
5853
5978
  return /* @__PURE__ */ jsxs24(
@@ -5866,36 +5991,36 @@ var Searchbox = (props) => {
5866
5991
  disabled,
5867
5992
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5868
5993
  children: [
5869
- showIcon && /* @__PURE__ */ jsx58(Icon, { className: "k-input-icon", icon }),
5870
- /* @__PURE__ */ jsx58(InputInnerInput, { placeholder, value }),
5871
- /* @__PURE__ */ jsx58(InputLoadingIcon, { ...props }),
5872
- /* @__PURE__ */ jsx58(InputValidationIcon, { ...props }),
5873
- /* @__PURE__ */ jsx58(InputClearValue, { ...props })
5994
+ showIcon && /* @__PURE__ */ jsx62(Icon, { className: "k-input-icon", icon }),
5995
+ /* @__PURE__ */ jsx62(InputInnerInput, { placeholder, value }),
5996
+ /* @__PURE__ */ jsx62(InputLoadingIcon, { ...props }),
5997
+ /* @__PURE__ */ jsx62(InputValidationIcon, { ...props }),
5998
+ /* @__PURE__ */ jsx62(InputClearValue, { ...props })
5874
5999
  ]
5875
6000
  }
5876
6001
  );
5877
6002
  };
5878
- Searchbox.states = states27;
5879
- Searchbox.options = options25;
6003
+ Searchbox.states = states31;
6004
+ Searchbox.options = options29;
5880
6005
  Searchbox.className = SEARCHBOX_CLASSNAME;
5881
- Searchbox.defaultProps = defaultProps23;
6006
+ Searchbox.defaultProps = defaultProps27;
5882
6007
 
5883
6008
  // src/searchbox/templates/searchbox-normal.tsx
5884
- import { jsx as jsx59 } from "react/jsx-runtime";
6009
+ import { jsx as jsx63 } from "react/jsx-runtime";
5885
6010
 
5886
6011
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5887
- import { Fragment as Fragment18, jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
6012
+ import { Fragment as Fragment18, jsx as jsx64, jsxs as jsxs25 } from "react/jsx-runtime";
5888
6013
 
5889
6014
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5890
- import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
6015
+ import { jsx as jsx65, jsxs as jsxs26 } from "react/jsx-runtime";
5891
6016
 
5892
6017
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5893
- import { Fragment as Fragment19, jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
6018
+ import { Fragment as Fragment19, jsx as jsx66, jsxs as jsxs27 } from "react/jsx-runtime";
5894
6019
 
5895
6020
  // src/upload/upload-dropzone.tsx
5896
- import { Fragment as Fragment20, jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
6021
+ import { Fragment as Fragment20, jsx as jsx67, jsxs as jsxs28 } from "react/jsx-runtime";
5897
6022
  var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
5898
- var states28 = [
6023
+ var states32 = [
5899
6024
  States.hover
5900
6025
  ];
5901
6026
  var UploadDropzone = (props) => {
@@ -5904,28 +6029,28 @@ var UploadDropzone = (props) => {
5904
6029
  status,
5905
6030
  ...other
5906
6031
  } = props;
5907
- let statusMsg = /* @__PURE__ */ jsx63(Fragment20, {});
6032
+ let statusMsg = /* @__PURE__ */ jsx67(Fragment20, {});
5908
6033
  switch (status) {
5909
6034
  case "uploading":
5910
6035
  statusMsg = /* @__PURE__ */ jsxs28(Fragment20, { children: [
5911
- /* @__PURE__ */ jsx63(Icon, { icon: "upload" }),
6036
+ /* @__PURE__ */ jsx67(Icon, { icon: "upload" }),
5912
6037
  "Uploading..."
5913
6038
  ] });
5914
6039
  break;
5915
6040
  case "done":
5916
6041
  statusMsg = /* @__PURE__ */ jsxs28(Fragment20, { children: [
5917
- /* @__PURE__ */ jsx63(Icon, { icon: "check" }),
6042
+ /* @__PURE__ */ jsx67(Icon, { icon: "check" }),
5918
6043
  "Done"
5919
6044
  ] });
5920
6045
  break;
5921
6046
  case "failed":
5922
6047
  statusMsg = /* @__PURE__ */ jsxs28(Fragment20, { children: [
5923
- /* @__PURE__ */ jsx63(Icon, { icon: "exclamation-circle" }),
6048
+ /* @__PURE__ */ jsx67(Icon, { icon: "exclamation-circle" }),
5924
6049
  "Done"
5925
6050
  ] });
5926
6051
  break;
5927
6052
  default:
5928
- statusMsg = /* @__PURE__ */ jsx63(Fragment20, {});
6053
+ statusMsg = /* @__PURE__ */ jsx67(Fragment20, {});
5929
6054
  break;
5930
6055
  }
5931
6056
  return /* @__PURE__ */ jsxs28(
@@ -5942,10 +6067,10 @@ var UploadDropzone = (props) => {
5942
6067
  ),
5943
6068
  children: [
5944
6069
  /* @__PURE__ */ jsxs28("div", { className: "k-upload-button-wrap", children: [
5945
- /* @__PURE__ */ jsx63(Button, { className: "k-upload-button", children: "Select files..." }),
5946
- /* @__PURE__ */ jsx63("input", { id: "upload-input", className: "k-hidden" })
6070
+ /* @__PURE__ */ jsx67(Button, { className: "k-upload-button", children: "Select files..." }),
6071
+ /* @__PURE__ */ jsx67("input", { id: "upload-input", className: "k-hidden" })
5947
6072
  ] }),
5948
- /* @__PURE__ */ jsx63(
6073
+ /* @__PURE__ */ jsx67(
5949
6074
  "span",
5950
6075
  {
5951
6076
  className: classNames(
@@ -5957,21 +6082,21 @@ var UploadDropzone = (props) => {
5957
6082
  children: "Drop files here to upload"
5958
6083
  }
5959
6084
  ),
5960
- status !== "upload" && /* @__PURE__ */ jsx63("span", { className: "k-upload-status", children: statusMsg })
6085
+ status !== "upload" && /* @__PURE__ */ jsx67("span", { className: "k-upload-status", children: statusMsg })
5961
6086
  ]
5962
6087
  }
5963
6088
  );
5964
6089
  };
5965
6090
 
5966
6091
  // src/upload/upload.spec.tsx
5967
- import { jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
6092
+ import { jsx as jsx68, jsxs as jsxs29 } from "react/jsx-runtime";
5968
6093
  var UPLOAD_CLASSNAME = `k-upload`;
5969
- var states29 = [
6094
+ var states33 = [
5970
6095
  States.hover,
5971
6096
  States.disabled
5972
6097
  ];
5973
- var options26 = {};
5974
- var defaultProps24 = {};
6098
+ var options30 = {};
6099
+ var defaultProps28 = {};
5975
6100
  var Upload = (props) => {
5976
6101
  const {
5977
6102
  async,
@@ -5998,30 +6123,30 @@ var Upload = (props) => {
5998
6123
  }
5999
6124
  ),
6000
6125
  children: [
6001
- /* @__PURE__ */ jsx64(UploadDropzone, { status, hover }),
6002
- props.children && /* @__PURE__ */ jsx64("ul", { className: "k-upload-files", children: props.children }),
6126
+ /* @__PURE__ */ jsx68(UploadDropzone, { status, hover }),
6127
+ props.children && /* @__PURE__ */ jsx68("ul", { className: "k-upload-files", children: props.children }),
6003
6128
  actions && /* @__PURE__ */ jsxs29(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
6004
- /* @__PURE__ */ jsx64(Button, { className: "k-clear-selected", children: "Clear" }),
6005
- /* @__PURE__ */ jsx64(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
6129
+ /* @__PURE__ */ jsx68(Button, { className: "k-clear-selected", children: "Clear" }),
6130
+ /* @__PURE__ */ jsx68(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
6006
6131
  ] })
6007
6132
  ]
6008
6133
  }
6009
6134
  );
6010
6135
  };
6011
- Upload.states = states29;
6012
- Upload.options = options26;
6136
+ Upload.states = states33;
6137
+ Upload.options = options30;
6013
6138
  Upload.className = UPLOAD_CLASSNAME;
6014
- Upload.defaultProps = defaultProps24;
6139
+ Upload.defaultProps = defaultProps28;
6015
6140
 
6016
6141
  // src/progressbar/progressbar.spec.tsx
6017
- import { jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
6142
+ import { jsx as jsx69, jsxs as jsxs30 } from "react/jsx-runtime";
6018
6143
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
6019
- var states30 = [
6144
+ var states34 = [
6020
6145
  States.disabled,
6021
6146
  States.indeterminate
6022
6147
  ];
6023
- var options27 = {};
6024
- var defaultProps25 = {
6148
+ var options31 = {};
6149
+ var defaultProps29 = {
6025
6150
  indeterminate: false,
6026
6151
  label: true,
6027
6152
  labelPosition: "start",
@@ -6033,12 +6158,12 @@ var ProgressBar = (props) => {
6033
6158
  const {
6034
6159
  disabled,
6035
6160
  height,
6036
- indeterminate = defaultProps25.indeterminate,
6037
- label = defaultProps25.label,
6038
- labelPosition = defaultProps25.labelPosition,
6039
- orientation = defaultProps25.orientation,
6040
- reverse = defaultProps25.reverse,
6041
- value = defaultProps25.value,
6161
+ indeterminate = defaultProps29.indeterminate,
6162
+ label = defaultProps29.label,
6163
+ labelPosition = defaultProps29.labelPosition,
6164
+ orientation = defaultProps29.orientation,
6165
+ reverse = defaultProps29.reverse,
6166
+ value = defaultProps29.value,
6042
6167
  width,
6043
6168
  ...other
6044
6169
  } = props;
@@ -6060,7 +6185,7 @@ var ProgressBar = (props) => {
6060
6185
  ),
6061
6186
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
6062
6187
  children: [
6063
- /* @__PURE__ */ jsx65("span", { className: classNames(
6188
+ /* @__PURE__ */ jsx69("span", { className: classNames(
6064
6189
  "k-progress-status-wrap",
6065
6190
  {
6066
6191
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
@@ -6069,7 +6194,7 @@ var ProgressBar = (props) => {
6069
6194
  value,
6070
6195
  "%"
6071
6196
  ] }) }),
6072
- !indeterminate && /* @__PURE__ */ jsx65("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx65("span", { className: classNames(
6197
+ !indeterminate && /* @__PURE__ */ jsx69("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx69("span", { className: classNames(
6073
6198
  "k-progress-status-wrap",
6074
6199
  {
6075
6200
  [`k-progress-${labelPosition}`]: labelPosition
@@ -6082,34 +6207,34 @@ var ProgressBar = (props) => {
6082
6207
  }
6083
6208
  );
6084
6209
  };
6085
- ProgressBar.states = states30;
6086
- ProgressBar.options = options27;
6210
+ ProgressBar.states = states34;
6211
+ ProgressBar.options = options31;
6087
6212
  ProgressBar.className = PROGRESSBAR_CLASSNAME;
6088
- ProgressBar.defaultProps = defaultProps25;
6213
+ ProgressBar.defaultProps = defaultProps29;
6089
6214
 
6090
6215
  // src/progressbar/chunk-progressbar.spec.tsx
6091
- import { jsx as jsx66 } from "react/jsx-runtime";
6216
+ import { jsx as jsx70 } from "react/jsx-runtime";
6092
6217
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
6093
6218
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
6094
- var states31 = [
6219
+ var states35 = [
6095
6220
  States.indeterminate
6096
6221
  ];
6097
- var options28 = {};
6098
- var defaultProps26 = {
6222
+ var options32 = {};
6223
+ var defaultProps30 = {
6099
6224
  chunkCount: 5,
6100
6225
  orientation: "horizontal",
6101
6226
  progress: 0
6102
6227
  };
6103
6228
  var ChunkProgressBar = (props) => {
6104
6229
  const {
6105
- chunkCount = defaultProps26.chunkCount,
6230
+ chunkCount = defaultProps30.chunkCount,
6106
6231
  indeterminate,
6107
- orientation = defaultProps26.orientation,
6108
- progress = defaultProps26.progress,
6232
+ orientation = defaultProps30.orientation,
6233
+ progress = defaultProps30.progress,
6109
6234
  reverse,
6110
6235
  ...other
6111
6236
  } = props;
6112
- return /* @__PURE__ */ jsx66(
6237
+ return /* @__PURE__ */ jsx70(
6113
6238
  "div",
6114
6239
  {
6115
6240
  ...other,
@@ -6123,8 +6248,8 @@ var ChunkProgressBar = (props) => {
6123
6248
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
6124
6249
  }
6125
6250
  ),
6126
- children: /* @__PURE__ */ jsx66("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
6127
- (_el, i) => /* @__PURE__ */ jsx66("li", { className: classNames(
6251
+ children: /* @__PURE__ */ jsx70("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
6252
+ (_el, i) => /* @__PURE__ */ jsx70("li", { className: classNames(
6128
6253
  "k-progressbar-chunk",
6129
6254
  {
6130
6255
  "k-first": i === 0,
@@ -6136,38 +6261,38 @@ var ChunkProgressBar = (props) => {
6136
6261
  }
6137
6262
  );
6138
6263
  };
6139
- ChunkProgressBar.states = states31;
6140
- ChunkProgressBar.options = options28;
6264
+ ChunkProgressBar.states = states35;
6265
+ ChunkProgressBar.options = options32;
6141
6266
  ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
6142
- ChunkProgressBar.defaultProps = defaultProps26;
6267
+ ChunkProgressBar.defaultProps = defaultProps30;
6143
6268
 
6144
6269
  // src/upload/upload-file-info.tsx
6145
- import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
6270
+ import { jsx as jsx71, jsxs as jsxs31 } from "react/jsx-runtime";
6146
6271
 
6147
6272
  // src/upload/upload-file.tsx
6148
- import { Fragment as Fragment21, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
6273
+ import { Fragment as Fragment21, jsx as jsx72, jsxs as jsxs32 } from "react/jsx-runtime";
6149
6274
 
6150
6275
  // src/upload/upload-file-multiple.tsx
6151
- import { Fragment as Fragment22, jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
6276
+ import { Fragment as Fragment22, jsx as jsx73, jsxs as jsxs33 } from "react/jsx-runtime";
6152
6277
 
6153
6278
  // src/dropzone/dropzone.spec.tsx
6154
- import { jsx as jsx70, jsxs as jsxs34 } from "react/jsx-runtime";
6279
+ import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
6155
6280
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
6156
- var states32 = [
6281
+ var states36 = [
6157
6282
  States.hover
6158
6283
  ];
6159
- var defaultProps27 = {
6284
+ var defaultProps31 = {
6160
6285
  icon: "upload",
6161
6286
  note: "Only JPEG, PNG and SVG files are allowed."
6162
6287
  };
6163
6288
  var Dropzone = (props) => {
6164
6289
  const {
6165
6290
  hover,
6166
- icon = defaultProps27.icon,
6167
- note = defaultProps27.note,
6291
+ icon = defaultProps31.icon,
6292
+ note = defaultProps31.note,
6168
6293
  ...other
6169
6294
  } = props;
6170
- return /* @__PURE__ */ jsx70(
6295
+ return /* @__PURE__ */ jsx74(
6171
6296
  "div",
6172
6297
  {
6173
6298
  ...other,
@@ -6180,8 +6305,8 @@ var Dropzone = (props) => {
6180
6305
  }
6181
6306
  ),
6182
6307
  children: /* @__PURE__ */ jsxs34("div", { className: "k-dropzone-inner", children: [
6183
- icon && /* @__PURE__ */ jsx70(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
6184
- /* @__PURE__ */ jsx70("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
6308
+ icon && /* @__PURE__ */ jsx74(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
6309
+ /* @__PURE__ */ jsx74("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
6185
6310
  note && /* @__PURE__ */ jsxs34("span", { className: "k-dropzone-note", children: [
6186
6311
  " ",
6187
6312
  note,
@@ -6193,7 +6318,7 @@ var Dropzone = (props) => {
6193
6318
  };
6194
6319
 
6195
6320
  // src/spreadsheet/tests/spreadsheet-dialog.tsx
6196
- import { Fragment as Fragment23, jsx as jsx71, jsxs as jsxs35 } from "react/jsx-runtime";
6321
+ import { Fragment as Fragment23, jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
6197
6322
  var style = `
6198
6323
  .k-window {
6199
6324
  min-width: 400px;
@@ -6201,61 +6326,49 @@ var style = `
6201
6326
  }
6202
6327
  `;
6203
6328
  var spreadsheet_dialog_default = () => /* @__PURE__ */ jsxs35(Fragment23, { children: [
6204
- /* @__PURE__ */ jsx71("style", { children: style }),
6329
+ /* @__PURE__ */ jsx75("style", { children: style }),
6205
6330
  /* @__PURE__ */ jsxs35("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6206
- /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Insert comment", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6207
- /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Insert" }),
6208
- /* @__PURE__ */ jsx71(Button, { children: "Cancel" }),
6209
- /* @__PURE__ */ jsx71("span", { className: "k-spacer" }),
6210
- /* @__PURE__ */ jsx71(Button, { fillMode: "clear", themeColor: "primary", children: "Remove" })
6211
- ] }), children: /* @__PURE__ */ jsx71(Form, { children: /* @__PURE__ */ jsx71(FormField, { label: "Comment:", editor: /* @__PURE__ */ jsx71(Textarea, {}) }) }) }) }),
6212
- /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Hyperlink", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6213
- /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "OK" }),
6214
- /* @__PURE__ */ jsx71(Button, { children: "Cancel" }),
6215
- /* @__PURE__ */ jsx71("span", { className: "k-spacer" }),
6216
- /* @__PURE__ */ jsx71(Button, { fillMode: "clear", themeColor: "primary", children: "Remove link" })
6217
- ] }), children: /* @__PURE__ */ jsx71(Form, { children: /* @__PURE__ */ jsx71(FormField, { label: "Web address:", editor: /* @__PURE__ */ jsx71(Textbox, {}) }) }) }) }),
6218
- /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Export...", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6219
- /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Save" }),
6220
- /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6331
+ /* @__PURE__ */ jsx75("section", { children: /* @__PURE__ */ jsx75(Window, { title: "Insert comment", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6332
+ /* @__PURE__ */ jsx75(Button, { themeColor: "primary", children: "Insert" }),
6333
+ /* @__PURE__ */ jsx75(Button, { children: "Cancel" }),
6334
+ /* @__PURE__ */ jsx75("span", { className: "k-spacer" }),
6335
+ /* @__PURE__ */ jsx75(Button, { fillMode: "clear", themeColor: "primary", children: "Remove" })
6336
+ ] }), children: /* @__PURE__ */ jsx75(Form, { children: /* @__PURE__ */ jsx75(FormField, { label: "Comment:", editor: /* @__PURE__ */ jsx75(Textarea, {}) }) }) }) }),
6337
+ /* @__PURE__ */ jsx75("section", { children: /* @__PURE__ */ jsx75(Window, { title: "Hyperlink", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6338
+ /* @__PURE__ */ jsx75(Button, { themeColor: "primary", children: "OK" }),
6339
+ /* @__PURE__ */ jsx75(Button, { children: "Cancel" }),
6340
+ /* @__PURE__ */ jsx75("span", { className: "k-spacer" }),
6341
+ /* @__PURE__ */ jsx75(Button, { fillMode: "clear", themeColor: "primary", children: "Remove link" })
6342
+ ] }), children: /* @__PURE__ */ jsx75(Form, { children: /* @__PURE__ */ jsx75(FormField, { label: "Web address:", editor: /* @__PURE__ */ jsx75(Textbox, {}) }) }) }) }),
6343
+ /* @__PURE__ */ jsx75("section", { children: /* @__PURE__ */ jsx75(Window, { title: "Export...", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6344
+ /* @__PURE__ */ jsx75(Button, { themeColor: "primary", children: "Save" }),
6345
+ /* @__PURE__ */ jsx75(Button, { children: "Cancel" })
6221
6346
  ] }), children: /* @__PURE__ */ jsxs35(Form, { children: [
6222
- /* @__PURE__ */ jsx71(FormField, { label: "File name:", editor: /* @__PURE__ */ jsx71(Textbox, { placeholder: "Workbook" }) }),
6223
- /* @__PURE__ */ jsx71(FormField, { label: "Save as type:", editor: /* @__PURE__ */ jsx71(DropdownList, { placeholder: "Excel Workbook (.xlsx)" }) })
6347
+ /* @__PURE__ */ jsx75(FormField, { label: "File name:", editor: /* @__PURE__ */ jsx75(Textbox, { placeholder: "Workbook" }) }),
6348
+ /* @__PURE__ */ jsx75(FormField, { label: "Save as type:", editor: /* @__PURE__ */ jsx75(DropdownList, { placeholder: "Excel Workbook (.xlsx)" }) })
6224
6349
  ] }) }) }),
6225
- /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Birth Date validaiton error", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6226
- /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Retry" }),
6227
- /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6350
+ /* @__PURE__ */ jsx75("section", { children: /* @__PURE__ */ jsx75(Window, { title: "Birth Date validaiton error", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6351
+ /* @__PURE__ */ jsx75(Button, { themeColor: "primary", children: "Retry" }),
6352
+ /* @__PURE__ */ jsx75(Button, { children: "Cancel" })
6228
6353
  ] }), children: "Birth Date should be between 1899 and 1998 year." }) }),
6229
- /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsxs35(Window, { title: "Insert image", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6230
- /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Update" }),
6231
- /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6354
+ /* @__PURE__ */ jsx75("section", { children: /* @__PURE__ */ jsxs35(Window, { title: "Insert image", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6355
+ /* @__PURE__ */ jsx75(Button, { themeColor: "primary", children: "Update" }),
6356
+ /* @__PURE__ */ jsx75(Button, { children: "Cancel" })
6232
6357
  ] }), children: [
6233
- /* @__PURE__ */ jsx71(Dropzone, {}),
6234
- /* @__PURE__ */ jsx71(Upload, { async: true, status: "upload" })
6358
+ /* @__PURE__ */ jsx75(Dropzone, {}),
6359
+ /* @__PURE__ */ jsx75(Upload, { async: true, status: "upload" })
6235
6360
  ] }) }),
6236
- /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Merge cells", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6237
- /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Insert" }),
6238
- /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6239
- ] }), children: /* @__PURE__ */ jsx71(Form, { children: /* @__PURE__ */ jsx71(
6361
+ /* @__PURE__ */ jsx75("section", { children: /* @__PURE__ */ jsx75(Window, { title: "Merge cells", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6362
+ /* @__PURE__ */ jsx75(Button, { themeColor: "primary", children: "Insert" }),
6363
+ /* @__PURE__ */ jsx75(Button, { children: "Cancel" })
6364
+ ] }), children: /* @__PURE__ */ jsx75(Form, { children: /* @__PURE__ */ jsx75(
6240
6365
  FormField,
6241
6366
  {
6242
- editor: /* @__PURE__ */ jsxs35("ul", { className: "k-radio-list", children: [
6243
- /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6244
- /* @__PURE__ */ jsx71(RadioButton, { checked: true }),
6245
- /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Merge all" })
6246
- ] }),
6247
- /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6248
- /* @__PURE__ */ jsx71(RadioButton, {}),
6249
- /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Merge horizontally" })
6250
- ] }),
6251
- /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6252
- /* @__PURE__ */ jsx71(RadioButton, {}),
6253
- /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Merge vertically" })
6254
- ] }),
6255
- /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6256
- /* @__PURE__ */ jsx71(RadioButton, {}),
6257
- /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Unmerge" })
6258
- ] })
6367
+ editor: /* @__PURE__ */ jsxs35(RadioGroup, { children: [
6368
+ /* @__PURE__ */ jsx75(RadioItem, { children: /* @__PURE__ */ jsx75(RadioButtonLabel, { checked: true, children: "Merge all" }) }),
6369
+ /* @__PURE__ */ jsx75(RadioItem, { children: /* @__PURE__ */ jsx75(RadioButtonLabel, { children: "Merge horizontally" }) }),
6370
+ /* @__PURE__ */ jsx75(RadioItem, { children: /* @__PURE__ */ jsx75(RadioButtonLabel, { children: "Merge vertically" }) }),
6371
+ /* @__PURE__ */ jsx75(RadioItem, { children: /* @__PURE__ */ jsx75(RadioButtonLabel, { children: "Unmerge" }) })
6259
6372
  ] })
6260
6373
  }
6261
6374
  ) }) }) })