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