@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
@@ -4496,16 +4496,76 @@ Checkbox.options = options5;
4496
4496
  Checkbox.className = CHECKBOX_CLASSNAME;
4497
4497
  Checkbox.defaultProps = defaultProps5;
4498
4498
 
4499
- // src/checkbox/templates/checkbox-label.tsx
4499
+ // src/checkbox/checkbox-group.spec.tsx
4500
4500
  var import_jsx_runtime9 = require("react/jsx-runtime");
4501
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4502
+ var states6 = [];
4503
+ var options6 = {};
4504
+ var defaultProps6 = {
4505
+ layout: "vertical"
4506
+ };
4507
+ var CheckboxGroup = (props) => {
4508
+ const {
4509
+ layout = defaultProps6.layout,
4510
+ ...other
4511
+ } = props;
4512
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4513
+ "ul",
4514
+ {
4515
+ ...other,
4516
+ className: classNames(
4517
+ props.className,
4518
+ CHECKBOXGROUP_CLASSNAME,
4519
+ {
4520
+ [`k-list-${layout}`]: layout
4521
+ }
4522
+ ),
4523
+ children: props.children
4524
+ }
4525
+ );
4526
+ };
4527
+ CheckboxGroup.states = states6;
4528
+ CheckboxGroup.options = options6;
4529
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4530
+ CheckboxGroup.defaultProps = defaultProps6;
4501
4531
 
4502
- // src/checkbox/templates/checkbox-normal.tsx
4532
+ // src/checkbox/checkbox-item.spec.tsx
4503
4533
  var import_jsx_runtime10 = require("react/jsx-runtime");
4534
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4535
+ var states7 = [];
4536
+ var options7 = {};
4537
+ var defaultProps7 = {};
4538
+ var CheckboxItem = (props) => {
4539
+ const {
4540
+ ...other
4541
+ } = props;
4542
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4543
+ "li",
4544
+ {
4545
+ ...other,
4546
+ className: classNames(
4547
+ props.className,
4548
+ CHECKBOXITEM_CLASSNAME
4549
+ ),
4550
+ children: props.children
4551
+ }
4552
+ );
4553
+ };
4554
+ CheckboxItem.states = states7;
4555
+ CheckboxItem.options = options7;
4556
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4557
+ CheckboxItem.defaultProps = defaultProps7;
4504
4558
 
4505
- // src/input/input.spec.tsx
4559
+ // src/checkbox/templates/checkbox-with-label.tsx
4506
4560
  var import_jsx_runtime11 = require("react/jsx-runtime");
4561
+
4562
+ // src/checkbox/templates/checkbox-normal.tsx
4563
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4564
+
4565
+ // src/input/input.spec.tsx
4566
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4507
4567
  var INPUT_CLASSNAME = `k-input`;
4508
- var states6 = [
4568
+ var states8 = [
4509
4569
  States.hover,
4510
4570
  States.focus,
4511
4571
  States.valid,
@@ -4515,12 +4575,12 @@ var states6 = [
4515
4575
  States.loading,
4516
4576
  States.readonly
4517
4577
  ];
4518
- var options6 = {
4578
+ var options8 = {
4519
4579
  size: [Size.small, Size.medium, Size.large],
4520
4580
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4521
4581
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4522
4582
  };
4523
- var defaultProps6 = {
4583
+ var defaultProps8 = {
4524
4584
  size: Size.medium,
4525
4585
  rounded: Size.medium,
4526
4586
  fillMode: FillMode.solid
@@ -4534,12 +4594,12 @@ var Input = (props) => {
4534
4594
  valid,
4535
4595
  loading,
4536
4596
  readonly,
4537
- size = defaultProps6.size,
4538
- rounded = defaultProps6.rounded,
4539
- fillMode = defaultProps6.fillMode,
4597
+ size = defaultProps8.size,
4598
+ rounded = defaultProps8.rounded,
4599
+ fillMode = defaultProps8.fillMode,
4540
4600
  ...other
4541
4601
  } = props;
4542
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4602
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4543
4603
  "span",
4544
4604
  {
4545
4605
  ...other,
@@ -4552,13 +4612,13 @@ var Input = (props) => {
4552
4612
  }
4553
4613
  );
4554
4614
  };
4555
- Input.states = states6;
4556
- Input.options = options6;
4615
+ Input.states = states8;
4616
+ Input.options = options8;
4557
4617
  Input.className = INPUT_CLASSNAME;
4558
- Input.defaultProps = defaultProps6;
4618
+ Input.defaultProps = defaultProps8;
4559
4619
 
4560
4620
  // src/input/picker.spec.tsx
4561
- var import_jsx_runtime12 = require("react/jsx-runtime");
4621
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4562
4622
  var PICKER_CLASSNAME = `k-picker`;
4563
4623
  var pickerStates = [
4564
4624
  States.hover,
@@ -4575,7 +4635,7 @@ var pickerOptions = {
4575
4635
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4576
4636
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4577
4637
  };
4578
- var defaultProps7 = {
4638
+ var defaultProps9 = {
4579
4639
  size: Size.medium,
4580
4640
  rounded: Roundness.medium,
4581
4641
  fillMode: FillMode.solid
@@ -4589,12 +4649,12 @@ var Picker = (props) => {
4589
4649
  valid,
4590
4650
  loading,
4591
4651
  readonly,
4592
- size = defaultProps7.size,
4593
- rounded = defaultProps7.rounded,
4594
- fillMode = defaultProps7.fillMode,
4652
+ size = defaultProps9.size,
4653
+ rounded = defaultProps9.rounded,
4654
+ fillMode = defaultProps9.fillMode,
4595
4655
  ...other
4596
4656
  } = props;
4597
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4657
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4598
4658
  "span",
4599
4659
  {
4600
4660
  ...other,
@@ -4611,17 +4671,17 @@ var Picker = (props) => {
4611
4671
  Picker.states = pickerStates;
4612
4672
  Picker.options = pickerOptions;
4613
4673
  Picker.className = PICKER_CLASSNAME;
4614
- Picker.defaultProps = defaultProps7;
4674
+ Picker.defaultProps = defaultProps9;
4615
4675
 
4616
4676
  // src/input/input-clear-value.tsx
4617
- var import_jsx_runtime13 = require("react/jsx-runtime");
4677
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4618
4678
  var className = `k-clear-value`;
4619
- var states7 = [
4679
+ var states9 = [
4620
4680
  States.disabled,
4621
4681
  States.loading,
4622
4682
  States.readonly
4623
4683
  ];
4624
- var options7 = {};
4684
+ var options9 = {};
4625
4685
  var InputClearValue = (props) => {
4626
4686
  const {
4627
4687
  disabled,
@@ -4630,20 +4690,20 @@ var InputClearValue = (props) => {
4630
4690
  value
4631
4691
  } = props;
4632
4692
  if (disabled || readonly || loading || !value) {
4633
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, {});
4693
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4634
4694
  }
4635
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { icon: "x" }) });
4695
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
4636
4696
  };
4637
- InputClearValue.states = states7;
4638
- InputClearValue.options = options7;
4697
+ InputClearValue.states = states9;
4698
+ InputClearValue.options = options9;
4639
4699
  InputClearValue.className = className;
4640
4700
 
4641
4701
  // src/input/input-inner-input.tsx
4642
- var import_jsx_runtime14 = require("react/jsx-runtime");
4702
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4643
4703
  var className2 = `k-input-inner`;
4644
- var states8 = [];
4645
- var options8 = {};
4646
- var defaultProps8 = {
4704
+ var states10 = [];
4705
+ var options10 = {};
4706
+ var defaultProps10 = {
4647
4707
  type: "text",
4648
4708
  autocomplete: "off",
4649
4709
  value: "",
@@ -4651,13 +4711,13 @@ var defaultProps8 = {
4651
4711
  };
4652
4712
  var InputInnerInput = (props) => {
4653
4713
  const {
4654
- value = defaultProps8.value,
4655
- type = defaultProps8.type,
4656
- placeholder = defaultProps8.placeholder,
4657
- autocomplete = defaultProps8.autocomplete,
4714
+ value = defaultProps10.value,
4715
+ type = defaultProps10.type,
4716
+ placeholder = defaultProps10.placeholder,
4717
+ autocomplete = defaultProps10.autocomplete,
4658
4718
  ...other
4659
4719
  } = props;
4660
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4720
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4661
4721
  "input",
4662
4722
  {
4663
4723
  ...other,
@@ -4669,15 +4729,15 @@ var InputInnerInput = (props) => {
4669
4729
  }
4670
4730
  );
4671
4731
  };
4672
- InputInnerInput.states = states8;
4673
- InputInnerInput.options = options8;
4732
+ InputInnerInput.states = states10;
4733
+ InputInnerInput.options = options10;
4674
4734
  InputInnerInput.className = className2;
4675
4735
 
4676
4736
  // src/input/input-inner-span.tsx
4677
- var import_jsx_runtime15 = require("react/jsx-runtime");
4737
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4678
4738
  var className3 = `k-input-inner`;
4679
- var states9 = [];
4680
- var options9 = {};
4739
+ var states11 = [];
4740
+ var options11 = {};
4681
4741
  var InputInnerSpan = (props) => {
4682
4742
  const {
4683
4743
  value,
@@ -4687,41 +4747,41 @@ var InputInnerSpan = (props) => {
4687
4747
  valueIconName,
4688
4748
  ...other
4689
4749
  } = props;
4690
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4750
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4691
4751
  "span",
4692
4752
  {
4693
4753
  ...other,
4694
4754
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4695
4755
  children: [
4696
4756
  valueIcon,
4697
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4757
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4698
4758
  showValue && !value && placeholder,
4699
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-input-value-text", children: value })
4759
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
4700
4760
  ]
4701
4761
  }
4702
4762
  );
4703
4763
  };
4704
- InputInnerSpan.states = states9;
4705
- InputInnerSpan.options = options9;
4764
+ InputInnerSpan.states = states11;
4765
+ InputInnerSpan.options = options11;
4706
4766
  InputInnerSpan.className = className3;
4707
4767
 
4708
4768
  // src/input/input-inner-textarea.tsx
4709
- var import_jsx_runtime16 = require("react/jsx-runtime");
4710
- var defaultProps9 = {
4769
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4770
+ var defaultProps11 = {
4711
4771
  value: "",
4712
4772
  placeholder: ""
4713
4773
  };
4714
4774
  var className4 = `k-input-inner`;
4715
- var states10 = [];
4716
- var options10 = {};
4775
+ var states12 = [];
4776
+ var options12 = {};
4717
4777
  var InputInnerTextarea = (props) => {
4718
4778
  const {
4719
- value = defaultProps9.value,
4720
- placeholder = defaultProps9.placeholder,
4779
+ value = defaultProps11.value,
4780
+ placeholder = defaultProps11.placeholder,
4721
4781
  rows,
4722
4782
  ...other
4723
4783
  } = props;
4724
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4784
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4725
4785
  "textarea",
4726
4786
  {
4727
4787
  ...other,
@@ -4732,14 +4792,14 @@ var InputInnerTextarea = (props) => {
4732
4792
  }
4733
4793
  );
4734
4794
  };
4735
- InputInnerTextarea.states = states10;
4736
- InputInnerTextarea.options = options10;
4795
+ InputInnerTextarea.states = states12;
4796
+ InputInnerTextarea.options = options12;
4737
4797
  InputInnerTextarea.className = className4;
4738
4798
 
4739
4799
  // src/input/input-loading-icon.tsx
4740
- var import_jsx_runtime17 = require("react/jsx-runtime");
4800
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4741
4801
  var className5 = `k-input-loading-icon`;
4742
- var states11 = [
4802
+ var states13 = [
4743
4803
  States.disabled,
4744
4804
  States.loading
4745
4805
  ];
@@ -4749,21 +4809,21 @@ var InputLoadingIcon = (props) => {
4749
4809
  loading
4750
4810
  } = props;
4751
4811
  if (disabled || !loading) {
4752
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4812
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4753
4813
  }
4754
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4814
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4755
4815
  };
4756
4816
 
4757
4817
  // src/input/input-validation-icon.tsx
4758
- var import_jsx_runtime18 = require("react/jsx-runtime");
4818
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4759
4819
  var className6 = `k-input-validation-icon`;
4760
- var states12 = [
4820
+ var states14 = [
4761
4821
  States.valid,
4762
4822
  States.invalid,
4763
4823
  States.disabled,
4764
4824
  States.loading
4765
4825
  ];
4766
- var options11 = {};
4826
+ var options13 = {};
4767
4827
  var InputValidationIcon = (props) => {
4768
4828
  const {
4769
4829
  valid,
@@ -4774,49 +4834,49 @@ var InputValidationIcon = (props) => {
4774
4834
  const iconName = invalid ? "exclamation-circle" : "check";
4775
4835
  const renderValidationIcon = Boolean(valid || invalid);
4776
4836
  if (disabled || loading || !renderValidationIcon) {
4777
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, {});
4837
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4778
4838
  }
4779
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { className: classNames(className6), icon: iconName });
4839
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
4780
4840
  };
4781
- InputValidationIcon.states = states12;
4782
- InputValidationIcon.options = options11;
4841
+ InputValidationIcon.states = states14;
4842
+ InputValidationIcon.options = options13;
4783
4843
  InputValidationIcon.className = className6;
4784
4844
 
4785
4845
  // src/input/input-prefix.tsx
4786
- var import_jsx_runtime19 = require("react/jsx-runtime");
4846
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4787
4847
  var className7 = `k-input-prefix`;
4788
4848
  var InputPrefix = (props) => {
4789
4849
  if (!props.children) {
4790
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4850
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4791
4851
  }
4792
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4852
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4793
4853
  };
4794
4854
 
4795
4855
  // src/input/input-suffix.tsx
4796
- var import_jsx_runtime20 = require("react/jsx-runtime");
4856
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4797
4857
  var className8 = `k-input-suffix`;
4798
4858
  var InputSuffix = (props) => {
4799
4859
  if (!props.children) {
4800
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4860
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4801
4861
  }
4802
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4862
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4803
4863
  };
4804
4864
 
4805
4865
  // src/input/input-separator.tsx
4806
- var import_jsx_runtime21 = require("react/jsx-runtime");
4866
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4807
4867
 
4808
4868
  // src/color-preview/color-preview.tsx
4809
- var import_jsx_runtime22 = require("react/jsx-runtime");
4869
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4810
4870
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4811
- var states13 = [];
4812
- var options12 = {};
4871
+ var states15 = [];
4872
+ var options14 = {};
4813
4873
  var ColorPreview = (props) => {
4814
4874
  const {
4815
4875
  color,
4816
4876
  iconName,
4817
4877
  ...other
4818
4878
  } = props;
4819
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4879
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4820
4880
  "span",
4821
4881
  {
4822
4882
  ...other,
@@ -4829,8 +4889,8 @@ var ColorPreview = (props) => {
4829
4889
  }
4830
4890
  ),
4831
4891
  children: [
4832
- iconName && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4833
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4892
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4893
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4834
4894
  "span",
4835
4895
  {
4836
4896
  className: "k-color-preview-mask",
@@ -4841,14 +4901,14 @@ var ColorPreview = (props) => {
4841
4901
  }
4842
4902
  );
4843
4903
  };
4844
- ColorPreview.states = states13;
4845
- ColorPreview.options = options12;
4904
+ ColorPreview.states = states15;
4905
+ ColorPreview.options = options14;
4846
4906
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
4847
4907
 
4848
4908
  // src/colorpicker/colorpicker.spec.tsx
4849
- var import_jsx_runtime23 = require("react/jsx-runtime");
4909
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4850
4910
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
4851
- var states14 = [
4911
+ var states16 = [
4852
4912
  States.hover,
4853
4913
  States.focus,
4854
4914
  States.valid,
@@ -4856,12 +4916,12 @@ var states14 = [
4856
4916
  States.required,
4857
4917
  States.disabled
4858
4918
  ];
4859
- var options13 = {
4919
+ var options15 = {
4860
4920
  size: [Size.small, Size.medium, Size.large],
4861
4921
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4862
4922
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4863
4923
  };
4864
- var defaultProps10 = {
4924
+ var defaultProps12 = {
4865
4925
  arrowIconName: "caret-alt-down",
4866
4926
  size: Picker.defaultProps.size,
4867
4927
  rounded: Picker.defaultProps.rounded,
@@ -4883,10 +4943,10 @@ var ColorPicker = (props) => {
4883
4943
  required,
4884
4944
  disabled,
4885
4945
  valueIconName,
4886
- arrowIconName = defaultProps10.arrowIconName,
4946
+ arrowIconName = defaultProps12.arrowIconName,
4887
4947
  ...other
4888
4948
  } = props;
4889
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4949
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4890
4950
  Picker,
4891
4951
  {
4892
4952
  ...other,
@@ -4905,14 +4965,14 @@ var ColorPicker = (props) => {
4905
4965
  "k-icon-picker"
4906
4966
  ),
4907
4967
  children: [
4908
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
4909
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4968
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
4969
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4910
4970
  InputInnerSpan,
4911
4971
  {
4912
4972
  placeholder,
4913
4973
  value,
4914
4974
  showValue: false,
4915
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4975
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4916
4976
  ColorPreview,
4917
4977
  {
4918
4978
  className: "k-value-icon",
@@ -4923,8 +4983,8 @@ var ColorPicker = (props) => {
4923
4983
  valueIconName
4924
4984
  }
4925
4985
  ),
4926
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix }),
4927
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4986
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix }),
4987
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4928
4988
  Button,
4929
4989
  {
4930
4990
  className: "k-input-button",
@@ -4938,23 +4998,23 @@ var ColorPicker = (props) => {
4938
4998
  }
4939
4999
  );
4940
5000
  };
4941
- ColorPicker.states = states14;
4942
- ColorPicker.options = options13;
5001
+ ColorPicker.states = states16;
5002
+ ColorPicker.options = options15;
4943
5003
  ColorPicker.className = COLORPICKER_CLASSNAME;
4944
- ColorPicker.defaultProps = defaultProps10;
5004
+ ColorPicker.defaultProps = defaultProps12;
4945
5005
 
4946
5006
  // src/floating-label/floating-label.spec.tsx
4947
- var import_jsx_runtime24 = require("react/jsx-runtime");
5007
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4948
5008
  var FLOATINGLABEL_CLASSNAME = `k-floating-label-container`;
4949
- var states15 = [
5009
+ var states17 = [
4950
5010
  States.focus,
4951
5011
  States.valid,
4952
5012
  States.invalid,
4953
5013
  States.empty,
4954
5014
  States.disabled
4955
5015
  ];
4956
- var options14 = {};
4957
- var defaultProps11 = {};
5016
+ var options16 = {};
5017
+ var defaultProps13 = {};
4958
5018
  var FloatingLabel = (props) => {
4959
5019
  const {
4960
5020
  focus,
@@ -4965,7 +5025,7 @@ var FloatingLabel = (props) => {
4965
5025
  label,
4966
5026
  ...other
4967
5027
  } = props;
4968
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5028
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
4969
5029
  "span",
4970
5030
  {
4971
5031
  ...other,
@@ -4976,20 +5036,20 @@ var FloatingLabel = (props) => {
4976
5036
  ),
4977
5037
  children: [
4978
5038
  props.children,
4979
- label && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("label", { className: "k-label", children: label })
5039
+ label && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("label", { className: "k-label", children: label })
4980
5040
  ]
4981
5041
  }
4982
5042
  );
4983
5043
  };
4984
- FloatingLabel.states = states15;
4985
- FloatingLabel.options = options14;
5044
+ FloatingLabel.states = states17;
5045
+ FloatingLabel.options = options16;
4986
5046
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
4987
- FloatingLabel.defaultProps = defaultProps11;
5047
+ FloatingLabel.defaultProps = defaultProps13;
4988
5048
 
4989
5049
  // src/maskedtextbox/maskedtextbox.spec.tsx
4990
- var import_jsx_runtime25 = require("react/jsx-runtime");
5050
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4991
5051
  var MASKEDTEXTBOX_CLASSNAME = `k-maskedtextbox`;
4992
- var states16 = [
5052
+ var states18 = [
4993
5053
  States.hover,
4994
5054
  States.focus,
4995
5055
  States.valid,
@@ -4999,12 +5059,12 @@ var states16 = [
4999
5059
  States.loading,
5000
5060
  States.readonly
5001
5061
  ];
5002
- var options15 = {
5062
+ var options17 = {
5003
5063
  size: [Size.small, Size.medium, Size.large],
5004
5064
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5005
5065
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5006
5066
  };
5007
- var defaultProps12 = {
5067
+ var defaultProps14 = {
5008
5068
  showClearButton: true,
5009
5069
  size: Input.defaultProps.size,
5010
5070
  rounded: Input.defaultProps.rounded,
@@ -5025,10 +5085,10 @@ var MaskedTextbox = (props) => {
5025
5085
  loading,
5026
5086
  disabled,
5027
5087
  readonly,
5028
- showClearButton = defaultProps12.showClearButton,
5088
+ showClearButton = defaultProps14.showClearButton,
5029
5089
  ...other
5030
5090
  } = props;
5031
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5091
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5032
5092
  Input,
5033
5093
  {
5034
5094
  ...other,
@@ -5045,8 +5105,8 @@ var MaskedTextbox = (props) => {
5045
5105
  readonly,
5046
5106
  className: classNames(props.className, MASKEDTEXTBOX_CLASSNAME),
5047
5107
  children: [
5048
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputInnerInput, { placeholder, value }),
5049
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5108
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputInnerInput, { placeholder, value }),
5109
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5050
5110
  InputValidationIcon,
5051
5111
  {
5052
5112
  valid,
@@ -5055,14 +5115,14 @@ var MaskedTextbox = (props) => {
5055
5115
  disabled
5056
5116
  }
5057
5117
  ),
5058
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5118
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5059
5119
  InputLoadingIcon,
5060
5120
  {
5061
5121
  loading,
5062
5122
  disabled
5063
5123
  }
5064
5124
  ),
5065
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5125
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5066
5126
  InputClearValue,
5067
5127
  {
5068
5128
  loading,
@@ -5075,33 +5135,33 @@ var MaskedTextbox = (props) => {
5075
5135
  }
5076
5136
  );
5077
5137
  };
5078
- MaskedTextbox.states = states16;
5079
- MaskedTextbox.options = options15;
5138
+ MaskedTextbox.states = states18;
5139
+ MaskedTextbox.options = options17;
5080
5140
  MaskedTextbox.className = MASKEDTEXTBOX_CLASSNAME;
5081
- MaskedTextbox.defaultProps = defaultProps12;
5141
+ MaskedTextbox.defaultProps = defaultProps14;
5082
5142
 
5083
5143
  // src/maskedtextbox/templates/maskedtextbox-normal.tsx
5084
- var import_jsx_runtime26 = require("react/jsx-runtime");
5144
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5085
5145
 
5086
5146
  // src/spinbutton/spinbutton.spec.tsx
5087
- var import_jsx_runtime27 = require("react/jsx-runtime");
5147
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5088
5148
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5089
- var states17 = [];
5090
- var options16 = {
5149
+ var states19 = [];
5150
+ var options18 = {
5091
5151
  size: [Size.small, Size.medium, Size.large],
5092
5152
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5093
5153
  };
5094
- var defaultProps13 = {
5154
+ var defaultProps15 = {
5095
5155
  size: Size.medium,
5096
5156
  fillMode: FillMode.solid
5097
5157
  };
5098
5158
  var SpinButton = (props) => {
5099
5159
  const {
5100
- size = defaultProps13.size,
5101
- fillMode = defaultProps13.fillMode,
5160
+ size = defaultProps15.size,
5161
+ fillMode = defaultProps15.fillMode,
5102
5162
  ...other
5103
5163
  } = props;
5104
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5164
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5105
5165
  "span",
5106
5166
  {
5107
5167
  ...other,
@@ -5110,7 +5170,7 @@ var SpinButton = (props) => {
5110
5170
  props.className
5111
5171
  ),
5112
5172
  children: [
5113
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5173
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5114
5174
  Button,
5115
5175
  {
5116
5176
  className: "k-spinner-increase",
@@ -5120,7 +5180,7 @@ var SpinButton = (props) => {
5120
5180
  fillMode
5121
5181
  }
5122
5182
  ),
5123
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5183
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5124
5184
  Button,
5125
5185
  {
5126
5186
  className: "k-spinner-decrease",
@@ -5134,15 +5194,15 @@ var SpinButton = (props) => {
5134
5194
  }
5135
5195
  );
5136
5196
  };
5137
- SpinButton.states = states17;
5138
- SpinButton.options = options16;
5197
+ SpinButton.states = states19;
5198
+ SpinButton.options = options18;
5139
5199
  SpinButton.className = SPINBUTTON_CLASSNAME;
5140
- SpinButton.defaultProps = defaultProps13;
5200
+ SpinButton.defaultProps = defaultProps15;
5141
5201
 
5142
5202
  // src/numerictextbox/numerictextbox.spec.tsx
5143
- var import_jsx_runtime28 = require("react/jsx-runtime");
5203
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5144
5204
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5145
- var states18 = [
5205
+ var states20 = [
5146
5206
  States.hover,
5147
5207
  States.focus,
5148
5208
  States.valid,
@@ -5152,12 +5212,12 @@ var states18 = [
5152
5212
  States.disabled,
5153
5213
  States.readonly
5154
5214
  ];
5155
- var options17 = {
5215
+ var options19 = {
5156
5216
  size: [Size.small, Size.medium, Size.large],
5157
5217
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5158
5218
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5159
5219
  };
5160
- var defaultProps14 = {
5220
+ var defaultProps16 = {
5161
5221
  showSpinButton: true,
5162
5222
  showClearButton: true,
5163
5223
  size: Input.defaultProps.size,
@@ -5179,11 +5239,11 @@ var NumericTextbox = (props) => {
5179
5239
  loading,
5180
5240
  disabled,
5181
5241
  readonly,
5182
- showClearButton = defaultProps14.showClearButton,
5183
- showSpinButton = defaultProps14.showSpinButton,
5242
+ showClearButton = defaultProps16.showClearButton,
5243
+ showSpinButton = defaultProps16.showSpinButton,
5184
5244
  ...other
5185
5245
  } = props;
5186
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5246
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5187
5247
  Input,
5188
5248
  {
5189
5249
  ...other,
@@ -5200,8 +5260,8 @@ var NumericTextbox = (props) => {
5200
5260
  readonly,
5201
5261
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5202
5262
  children: [
5203
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputInnerInput, { placeholder, value }),
5204
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5263
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputInnerInput, { placeholder, value }),
5264
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5205
5265
  InputValidationIcon,
5206
5266
  {
5207
5267
  valid,
@@ -5210,14 +5270,14 @@ var NumericTextbox = (props) => {
5210
5270
  disabled
5211
5271
  }
5212
5272
  ),
5213
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5273
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5214
5274
  InputLoadingIcon,
5215
5275
  {
5216
5276
  loading,
5217
5277
  disabled
5218
5278
  }
5219
5279
  ),
5220
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5280
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5221
5281
  InputClearValue,
5222
5282
  {
5223
5283
  loading,
@@ -5226,7 +5286,7 @@ var NumericTextbox = (props) => {
5226
5286
  value
5227
5287
  }
5228
5288
  ),
5229
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5289
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5230
5290
  SpinButton,
5231
5291
  {
5232
5292
  className: "k-input-spinner",
@@ -5238,18 +5298,18 @@ var NumericTextbox = (props) => {
5238
5298
  }
5239
5299
  );
5240
5300
  };
5241
- NumericTextbox.states = states18;
5242
- NumericTextbox.options = options17;
5301
+ NumericTextbox.states = states20;
5302
+ NumericTextbox.options = options19;
5243
5303
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5244
- NumericTextbox.defaultProps = defaultProps14;
5304
+ NumericTextbox.defaultProps = defaultProps16;
5245
5305
 
5246
5306
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5247
- var import_jsx_runtime29 = require("react/jsx-runtime");
5307
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5248
5308
 
5249
5309
  // src/radio/radio.spec.tsx
5250
- var import_jsx_runtime30 = require("react/jsx-runtime");
5310
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5251
5311
  var RADIOBUTTON_CLASSNAME = `k-radio`;
5252
- var states19 = [
5312
+ var states21 = [
5253
5313
  States.hover,
5254
5314
  States.focus,
5255
5315
  States.valid,
@@ -5258,10 +5318,10 @@ var states19 = [
5258
5318
  States.disabled,
5259
5319
  States.checked
5260
5320
  ];
5261
- var options18 = {
5321
+ var options20 = {
5262
5322
  size: [Size.small, Size.medium, Size.large]
5263
5323
  };
5264
- var defaultProps15 = {
5324
+ var defaultProps17 = {
5265
5325
  size: Size.medium
5266
5326
  };
5267
5327
  var RadioButton = (props) => {
@@ -5274,10 +5334,10 @@ var RadioButton = (props) => {
5274
5334
  invalid,
5275
5335
  valid,
5276
5336
  required,
5277
- size = defaultProps15.size,
5337
+ size = defaultProps17.size,
5278
5338
  ...other
5279
5339
  } = props;
5280
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5340
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5281
5341
  "input",
5282
5342
  {
5283
5343
  ...other,
@@ -5294,35 +5354,100 @@ var RadioButton = (props) => {
5294
5354
  }
5295
5355
  ) });
5296
5356
  };
5297
- RadioButton.states = states19;
5298
- RadioButton.options = options18;
5357
+ RadioButton.states = states21;
5358
+ RadioButton.options = options20;
5299
5359
  RadioButton.className = RADIOBUTTON_CLASSNAME;
5300
- RadioButton.defaultProps = defaultProps15;
5360
+ RadioButton.defaultProps = defaultProps17;
5361
+ var radio_spec_default = RadioButton;
5362
+
5363
+ // src/radio/radio-group.spec.tsx
5364
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5365
+ var RADIOGROUP_CLASSNAME = `k-radio-list`;
5366
+ var states22 = [];
5367
+ var options21 = {};
5368
+ var defaultProps18 = {
5369
+ layout: "vertical"
5370
+ };
5371
+ var RadioGroup = (props) => {
5372
+ const {
5373
+ layout = defaultProps18.layout,
5374
+ ...other
5375
+ } = props;
5376
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5377
+ "ul",
5378
+ {
5379
+ ...other,
5380
+ className: classNames(
5381
+ props.className,
5382
+ RADIOGROUP_CLASSNAME,
5383
+ {
5384
+ [`k-list-${layout}`]: layout
5385
+ }
5386
+ ),
5387
+ children: props.children
5388
+ }
5389
+ );
5390
+ };
5391
+ RadioGroup.states = states22;
5392
+ RadioGroup.options = options21;
5393
+ RadioGroup.className = RADIOGROUP_CLASSNAME;
5394
+ RadioGroup.defaultProps = defaultProps18;
5395
+
5396
+ // src/radio/radio-item.spec.tsx
5397
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5398
+ var RADIOITEM_CLASSNAME = `k-radio-list-item`;
5399
+ var states23 = [];
5400
+ var options22 = {};
5401
+ var defaultProps19 = {};
5402
+ var RadioItem = (props) => {
5403
+ const {
5404
+ ...other
5405
+ } = props;
5406
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5407
+ "li",
5408
+ {
5409
+ ...other,
5410
+ className: classNames(
5411
+ props.className,
5412
+ RADIOITEM_CLASSNAME
5413
+ ),
5414
+ children: props.children
5415
+ }
5416
+ );
5417
+ };
5418
+ RadioItem.states = states23;
5419
+ RadioItem.options = options22;
5420
+ RadioItem.className = RADIOITEM_CLASSNAME;
5421
+ RadioItem.defaultProps = defaultProps19;
5301
5422
 
5302
5423
  // src/radio/templates/radio-normal.tsx
5303
- var import_jsx_runtime31 = require("react/jsx-runtime");
5424
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5304
5425
 
5305
5426
  // src/radio/templates/radio-label.tsx
5306
- var import_jsx_runtime32 = require("react/jsx-runtime");
5427
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5428
+ var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
5429
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(radio_spec_default, { ...other, id }),
5430
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
5431
+ ] });
5307
5432
 
5308
5433
  // src/radio/templates/radio-inside-label.tsx
5309
- var import_jsx_runtime33 = require("react/jsx-runtime");
5434
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5310
5435
 
5311
5436
  // src/switch/switch.spec.tsx
5312
- var import_jsx_runtime34 = require("react/jsx-runtime");
5437
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5313
5438
  var SWITCH_CLASSNAME = `k-switch`;
5314
- var states20 = [
5439
+ var states24 = [
5315
5440
  States.hover,
5316
5441
  States.focus,
5317
5442
  States.disabled,
5318
5443
  States.checked
5319
5444
  ];
5320
- var options19 = {
5445
+ var options23 = {
5321
5446
  size: [Size.small, Size.medium, Size.large],
5322
5447
  trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5323
5448
  thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5324
5449
  };
5325
- var defaultProps16 = {
5450
+ var defaultProps20 = {
5326
5451
  size: Size.medium,
5327
5452
  trackRounded: Roundness.full,
5328
5453
  thumbRounded: Roundness.full
@@ -5332,15 +5457,15 @@ var Switch = (props) => {
5332
5457
  checked,
5333
5458
  onLabel,
5334
5459
  offLabel,
5335
- size = defaultProps16.size,
5336
- trackRounded = defaultProps16.trackRounded,
5337
- thumbRounded = defaultProps16.thumbRounded,
5460
+ size = defaultProps20.size,
5461
+ trackRounded = defaultProps20.trackRounded,
5462
+ thumbRounded = defaultProps20.thumbRounded,
5338
5463
  hover,
5339
5464
  focus,
5340
5465
  disabled,
5341
5466
  ...other
5342
5467
  } = props;
5343
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5468
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5344
5469
  "span",
5345
5470
  {
5346
5471
  ...other,
@@ -5361,7 +5486,7 @@ var Switch = (props) => {
5361
5486
  }
5362
5487
  ),
5363
5488
  children: [
5364
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5489
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5365
5490
  "span",
5366
5491
  {
5367
5492
  className: classNames(
@@ -5371,12 +5496,12 @@ var Switch = (props) => {
5371
5496
  })
5372
5497
  ),
5373
5498
  children: [
5374
- onLabel && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
5375
- offLabel && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "k-switch-label-off", children: offLabel })
5499
+ onLabel && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
5500
+ offLabel && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-switch-label-off", children: offLabel })
5376
5501
  ]
5377
5502
  }
5378
5503
  ),
5379
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5504
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5380
5505
  "span",
5381
5506
  {
5382
5507
  className: classNames(
@@ -5391,21 +5516,21 @@ var Switch = (props) => {
5391
5516
  }
5392
5517
  );
5393
5518
  };
5394
- Switch.states = states20;
5395
- Switch.options = options19;
5519
+ Switch.states = states24;
5520
+ Switch.options = options23;
5396
5521
  Switch.className = SWITCH_CLASSNAME;
5397
- Switch.defaultProps = defaultProps16;
5522
+ Switch.defaultProps = defaultProps20;
5398
5523
 
5399
5524
  // src/switch/templates/switch-normal.tsx
5400
- var import_jsx_runtime35 = require("react/jsx-runtime");
5525
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5401
5526
 
5402
5527
  // src/switch/templates/switch-checked.tsx
5403
- var import_jsx_runtime36 = require("react/jsx-runtime");
5528
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5404
5529
 
5405
5530
  // src/textbox/textbox.spec.tsx
5406
- var import_jsx_runtime37 = require("react/jsx-runtime");
5531
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5407
5532
  var TEXTBOX_CLASSNAME = `k-textbox`;
5408
- var states21 = [
5533
+ var states25 = [
5409
5534
  States.hover,
5410
5535
  States.focus,
5411
5536
  States.valid,
@@ -5415,12 +5540,12 @@ var states21 = [
5415
5540
  States.loading,
5416
5541
  States.readonly
5417
5542
  ];
5418
- var options20 = {
5543
+ var options24 = {
5419
5544
  size: [Size.small, Size.medium, Size.large],
5420
5545
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5421
5546
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5422
5547
  };
5423
- var defaultProps17 = {
5548
+ var defaultProps21 = {
5424
5549
  showClearButton: true,
5425
5550
  size: Input.defaultProps.size,
5426
5551
  rounded: Input.defaultProps.rounded,
@@ -5443,10 +5568,10 @@ var Textbox = (props) => {
5443
5568
  loading,
5444
5569
  disabled,
5445
5570
  readonly,
5446
- showClearButton = defaultProps17.showClearButton,
5571
+ showClearButton = defaultProps21.showClearButton,
5447
5572
  ...other
5448
5573
  } = props;
5449
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5574
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5450
5575
  Input,
5451
5576
  {
5452
5577
  ...other,
@@ -5463,9 +5588,9 @@ var Textbox = (props) => {
5463
5588
  readonly,
5464
5589
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5465
5590
  children: [
5466
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputPrefix, { children: prefix }),
5467
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputInnerInput, { placeholder, value }),
5468
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5591
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputPrefix, { children: prefix }),
5592
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputInnerInput, { placeholder, value }),
5593
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5469
5594
  InputValidationIcon,
5470
5595
  {
5471
5596
  valid,
@@ -5474,14 +5599,14 @@ var Textbox = (props) => {
5474
5599
  disabled
5475
5600
  }
5476
5601
  ),
5477
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5602
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5478
5603
  InputLoadingIcon,
5479
5604
  {
5480
5605
  loading,
5481
5606
  disabled
5482
5607
  }
5483
5608
  ),
5484
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5609
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5485
5610
  InputClearValue,
5486
5611
  {
5487
5612
  loading,
@@ -5490,41 +5615,41 @@ var Textbox = (props) => {
5490
5615
  value
5491
5616
  }
5492
5617
  ),
5493
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputSuffix, { children: suffix })
5618
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSuffix, { children: suffix })
5494
5619
  ]
5495
5620
  }
5496
5621
  );
5497
5622
  };
5498
- Textbox.states = states21;
5499
- Textbox.options = options20;
5623
+ Textbox.states = states25;
5624
+ Textbox.options = options24;
5500
5625
  Textbox.className = TEXTBOX_CLASSNAME;
5501
- Textbox.defaultProps = defaultProps17;
5626
+ Textbox.defaultProps = defaultProps21;
5502
5627
 
5503
5628
  // src/textbox/templates/textbox-normal.tsx
5504
- var import_jsx_runtime38 = require("react/jsx-runtime");
5629
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5505
5630
 
5506
5631
  // src/textbox/templates/textbox-prefix.tsx
5507
- var import_jsx_runtime39 = require("react/jsx-runtime");
5632
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5508
5633
 
5509
5634
  // src/textbox/templates/textbox-suffix.tsx
5510
- var import_jsx_runtime40 = require("react/jsx-runtime");
5635
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5511
5636
 
5512
5637
  // src/action-buttons/action-buttons.spec.tsx
5513
- var import_jsx_runtime41 = require("react/jsx-runtime");
5638
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5514
5639
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5515
- var states22 = [];
5516
- var options21 = {};
5517
- var defaultProps18 = {
5640
+ var states26 = [];
5641
+ var options25 = {};
5642
+ var defaultProps22 = {
5518
5643
  alignment: "start",
5519
5644
  orientation: "horizontal"
5520
5645
  };
5521
5646
  var ActionButtons = (props) => {
5522
5647
  const {
5523
- alignment = defaultProps18.alignment,
5524
- orientation = defaultProps18.orientation,
5648
+ alignment = defaultProps22.alignment,
5649
+ orientation = defaultProps22.orientation,
5525
5650
  ...other
5526
5651
  } = props;
5527
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5652
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5528
5653
  "div",
5529
5654
  {
5530
5655
  ...other,
@@ -5540,16 +5665,16 @@ var ActionButtons = (props) => {
5540
5665
  }
5541
5666
  );
5542
5667
  };
5543
- ActionButtons.states = states22;
5544
- ActionButtons.options = options21;
5668
+ ActionButtons.states = states26;
5669
+ ActionButtons.options = options25;
5545
5670
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5546
- ActionButtons.defaultProps = defaultProps18;
5671
+ ActionButtons.defaultProps = defaultProps22;
5547
5672
  var action_buttons_spec_default = ActionButtons;
5548
5673
 
5549
5674
  // src/upload/upload-dropzone.tsx
5550
- var import_jsx_runtime42 = require("react/jsx-runtime");
5675
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5551
5676
  var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
5552
- var states23 = [
5677
+ var states27 = [
5553
5678
  States.hover
5554
5679
  ];
5555
5680
  var UploadDropzone = (props) => {
@@ -5558,31 +5683,31 @@ var UploadDropzone = (props) => {
5558
5683
  status,
5559
5684
  ...other
5560
5685
  } = props;
5561
- let statusMsg = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, {});
5686
+ let statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, {});
5562
5687
  switch (status) {
5563
5688
  case "uploading":
5564
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5565
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: "upload" }),
5689
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5690
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "upload" }),
5566
5691
  "Uploading..."
5567
5692
  ] });
5568
5693
  break;
5569
5694
  case "done":
5570
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5571
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: "check" }),
5695
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5696
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "check" }),
5572
5697
  "Done"
5573
5698
  ] });
5574
5699
  break;
5575
5700
  case "failed":
5576
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5577
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: "exclamation-circle" }),
5701
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5702
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "exclamation-circle" }),
5578
5703
  "Done"
5579
5704
  ] });
5580
5705
  break;
5581
5706
  default:
5582
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, {});
5707
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, {});
5583
5708
  break;
5584
5709
  }
5585
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5710
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5586
5711
  "div",
5587
5712
  {
5588
5713
  ...other,
@@ -5595,11 +5720,11 @@ var UploadDropzone = (props) => {
5595
5720
  })
5596
5721
  ),
5597
5722
  children: [
5598
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-upload-button-wrap", children: [
5599
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-upload-button", children: "Select files..." }),
5600
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("input", { id: "upload-input", className: "k-hidden" })
5723
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-upload-button-wrap", children: [
5724
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { className: "k-upload-button", children: "Select files..." }),
5725
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("input", { id: "upload-input", className: "k-hidden" })
5601
5726
  ] }),
5602
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5727
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5603
5728
  "span",
5604
5729
  {
5605
5730
  className: classNames(
@@ -5611,21 +5736,21 @@ var UploadDropzone = (props) => {
5611
5736
  children: "Drop files here to upload"
5612
5737
  }
5613
5738
  ),
5614
- status !== "upload" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-upload-status", children: statusMsg })
5739
+ status !== "upload" && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-upload-status", children: statusMsg })
5615
5740
  ]
5616
5741
  }
5617
5742
  );
5618
5743
  };
5619
5744
 
5620
5745
  // src/upload/upload.spec.tsx
5621
- var import_jsx_runtime43 = require("react/jsx-runtime");
5746
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5622
5747
  var UPLOAD_CLASSNAME = `k-upload`;
5623
- var states24 = [
5748
+ var states28 = [
5624
5749
  States.hover,
5625
5750
  States.disabled
5626
5751
  ];
5627
- var options22 = {};
5628
- var defaultProps19 = {};
5752
+ var options26 = {};
5753
+ var defaultProps23 = {};
5629
5754
  var Upload = (props) => {
5630
5755
  const {
5631
5756
  async,
@@ -5636,7 +5761,7 @@ var Upload = (props) => {
5636
5761
  disabled,
5637
5762
  ...other
5638
5763
  } = props;
5639
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5764
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5640
5765
  "div",
5641
5766
  {
5642
5767
  ...other,
@@ -5652,30 +5777,30 @@ var Upload = (props) => {
5652
5777
  }
5653
5778
  ),
5654
5779
  children: [
5655
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(UploadDropzone, { status, hover }),
5656
- props.children && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ul", { className: "k-upload-files", children: props.children }),
5657
- actions && /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5658
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Button, { className: "k-clear-selected", children: "Clear" }),
5659
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5780
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(UploadDropzone, { status, hover }),
5781
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("ul", { className: "k-upload-files", children: props.children }),
5782
+ actions && /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5783
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { className: "k-clear-selected", children: "Clear" }),
5784
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5660
5785
  ] })
5661
5786
  ]
5662
5787
  }
5663
5788
  );
5664
5789
  };
5665
- Upload.states = states24;
5666
- Upload.options = options22;
5790
+ Upload.states = states28;
5791
+ Upload.options = options26;
5667
5792
  Upload.className = UPLOAD_CLASSNAME;
5668
- Upload.defaultProps = defaultProps19;
5793
+ Upload.defaultProps = defaultProps23;
5669
5794
 
5670
5795
  // src/progressbar/progressbar.spec.tsx
5671
- var import_jsx_runtime44 = require("react/jsx-runtime");
5796
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5672
5797
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
5673
- var states25 = [
5798
+ var states29 = [
5674
5799
  States.disabled,
5675
5800
  States.indeterminate
5676
5801
  ];
5677
- var options23 = {};
5678
- var defaultProps20 = {
5802
+ var options27 = {};
5803
+ var defaultProps24 = {
5679
5804
  indeterminate: false,
5680
5805
  label: true,
5681
5806
  labelPosition: "start",
@@ -5687,16 +5812,16 @@ var ProgressBar = (props) => {
5687
5812
  const {
5688
5813
  disabled,
5689
5814
  height,
5690
- indeterminate = defaultProps20.indeterminate,
5691
- label = defaultProps20.label,
5692
- labelPosition = defaultProps20.labelPosition,
5693
- orientation = defaultProps20.orientation,
5694
- reverse = defaultProps20.reverse,
5695
- value = defaultProps20.value,
5815
+ indeterminate = defaultProps24.indeterminate,
5816
+ label = defaultProps24.label,
5817
+ labelPosition = defaultProps24.labelPosition,
5818
+ orientation = defaultProps24.orientation,
5819
+ reverse = defaultProps24.reverse,
5820
+ value = defaultProps24.value,
5696
5821
  width,
5697
5822
  ...other
5698
5823
  } = props;
5699
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5824
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5700
5825
  "div",
5701
5826
  {
5702
5827
  ...other,
@@ -5714,21 +5839,21 @@ var ProgressBar = (props) => {
5714
5839
  ),
5715
5840
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
5716
5841
  children: [
5717
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: classNames(
5842
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: classNames(
5718
5843
  "k-progress-status-wrap",
5719
5844
  {
5720
5845
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
5721
5846
  }
5722
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("span", { className: "k-progress-status", children: [
5847
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("span", { className: "k-progress-status", children: [
5723
5848
  value,
5724
5849
  "%"
5725
5850
  ] }) }),
5726
- !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: classNames(
5851
+ !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: classNames(
5727
5852
  "k-progress-status-wrap",
5728
5853
  {
5729
5854
  [`k-progress-${labelPosition}`]: labelPosition
5730
5855
  }
5731
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("span", { className: "k-progress-status", children: [
5856
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("span", { className: "k-progress-status", children: [
5732
5857
  props.value,
5733
5858
  "%"
5734
5859
  ] }) }) })
@@ -5736,34 +5861,34 @@ var ProgressBar = (props) => {
5736
5861
  }
5737
5862
  );
5738
5863
  };
5739
- ProgressBar.states = states25;
5740
- ProgressBar.options = options23;
5864
+ ProgressBar.states = states29;
5865
+ ProgressBar.options = options27;
5741
5866
  ProgressBar.className = PROGRESSBAR_CLASSNAME;
5742
- ProgressBar.defaultProps = defaultProps20;
5867
+ ProgressBar.defaultProps = defaultProps24;
5743
5868
 
5744
5869
  // src/progressbar/chunk-progressbar.spec.tsx
5745
- var import_jsx_runtime45 = require("react/jsx-runtime");
5870
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5746
5871
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
5747
5872
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
5748
- var states26 = [
5873
+ var states30 = [
5749
5874
  States.indeterminate
5750
5875
  ];
5751
- var options24 = {};
5752
- var defaultProps21 = {
5876
+ var options28 = {};
5877
+ var defaultProps25 = {
5753
5878
  chunkCount: 5,
5754
5879
  orientation: "horizontal",
5755
5880
  progress: 0
5756
5881
  };
5757
5882
  var ChunkProgressBar = (props) => {
5758
5883
  const {
5759
- chunkCount = defaultProps21.chunkCount,
5884
+ chunkCount = defaultProps25.chunkCount,
5760
5885
  indeterminate,
5761
- orientation = defaultProps21.orientation,
5762
- progress = defaultProps21.progress,
5886
+ orientation = defaultProps25.orientation,
5887
+ progress = defaultProps25.progress,
5763
5888
  reverse,
5764
5889
  ...other
5765
5890
  } = props;
5766
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5891
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5767
5892
  "div",
5768
5893
  {
5769
5894
  ...other,
@@ -5777,8 +5902,8 @@ var ChunkProgressBar = (props) => {
5777
5902
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
5778
5903
  }
5779
5904
  ),
5780
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
5781
- (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("li", { className: classNames(
5905
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
5906
+ (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("li", { className: classNames(
5782
5907
  "k-progressbar-chunk",
5783
5908
  {
5784
5909
  "k-first": i === 0,
@@ -5790,13 +5915,13 @@ var ChunkProgressBar = (props) => {
5790
5915
  }
5791
5916
  );
5792
5917
  };
5793
- ChunkProgressBar.states = states26;
5794
- ChunkProgressBar.options = options24;
5918
+ ChunkProgressBar.states = states30;
5919
+ ChunkProgressBar.options = options28;
5795
5920
  ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
5796
- ChunkProgressBar.defaultProps = defaultProps21;
5921
+ ChunkProgressBar.defaultProps = defaultProps25;
5797
5922
 
5798
5923
  // src/upload/upload-file-info.tsx
5799
- var import_jsx_runtime46 = require("react/jsx-runtime");
5924
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5800
5925
  var UPLOADFILEINFO_CLASSNAME = `k-file-info`;
5801
5926
  var UploadFileInfo = (props) => {
5802
5927
  const {
@@ -5805,7 +5930,7 @@ var UploadFileInfo = (props) => {
5805
5930
  validationMsg,
5806
5931
  ...other
5807
5932
  } = props;
5808
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5933
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5809
5934
  "div",
5810
5935
  {
5811
5936
  ...other,
@@ -5814,16 +5939,16 @@ var UploadFileInfo = (props) => {
5814
5939
  UPLOADFILEINFO_CLASSNAME
5815
5940
  ),
5816
5941
  children: [
5817
- name && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-file-name", children: name }),
5818
- size && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-file-size", children: size }),
5819
- validationMsg && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-file-validation-message", children: validationMsg })
5942
+ name && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-file-name", children: name }),
5943
+ size && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-file-size", children: size }),
5944
+ validationMsg && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-file-validation-message", children: validationMsg })
5820
5945
  ]
5821
5946
  }
5822
5947
  );
5823
5948
  };
5824
5949
 
5825
5950
  // src/upload/upload-file.tsx
5826
- var import_jsx_runtime47 = require("react/jsx-runtime");
5951
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5827
5952
  var UPLOADFILE_CLASSNAME = `k-file`;
5828
5953
  var UploadFile = (props) => {
5829
5954
  const {
@@ -5836,7 +5961,7 @@ var UploadFile = (props) => {
5836
5961
  validationMsg,
5837
5962
  ...other
5838
5963
  } = props;
5839
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5964
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5840
5965
  "li",
5841
5966
  {
5842
5967
  ...other,
@@ -5847,37 +5972,37 @@ var UploadFile = (props) => {
5847
5972
  [`k-file-${status}`]: status
5848
5973
  }
5849
5974
  ),
5850
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-file-single", children: [
5851
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ProgressBar, { className: classNames(
5975
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-file-single", children: [
5976
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ProgressBar, { className: classNames(
5852
5977
  {
5853
5978
  "k-hidden": status !== "progress"
5854
5979
  }
5855
5980
  ), value: progress, label: false }),
5856
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("span", { className: "k-file-icon-wrapper", children: [
5857
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { className: "k-file-icon", icon, size: "xxlarge" }),
5858
- state && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-file-state", children: state })
5981
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("span", { className: "k-file-icon-wrapper", children: [
5982
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Icon, { className: "k-file-icon", icon, size: "xxlarge" }),
5983
+ state && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-file-state", children: state })
5859
5984
  ] }),
5860
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(UploadFileInfo, { name, size, validationMsg }),
5861
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-upload-actions", children: status === "progress" ? /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5862
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("span", { className: "k-upload-pct", children: [
5985
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(UploadFileInfo, { name, size, validationMsg }),
5986
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-upload-actions", children: status === "progress" ? /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5987
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("span", { className: "k-upload-pct", children: [
5863
5988
  progress,
5864
5989
  "%"
5865
5990
  ] }),
5866
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { icon: "pause-sm", fillMode: "flat", className: "k-upload-action" }),
5867
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { icon: "cancel", fillMode: "flat", className: "k-upload-action" })
5868
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { icon: "x", fillMode: "flat", className: "k-upload-action" }) })
5991
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "pause-sm", fillMode: "flat", className: "k-upload-action" }),
5992
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "cancel", fillMode: "flat", className: "k-upload-action" })
5993
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "x", fillMode: "flat", className: "k-upload-action" }) })
5869
5994
  ] })
5870
5995
  }
5871
5996
  );
5872
5997
  };
5873
5998
 
5874
5999
  // src/upload/upload-file-multiple.tsx
5875
- var import_jsx_runtime48 = require("react/jsx-runtime");
6000
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5876
6001
 
5877
6002
  // src/form/form-field.tsx
5878
- var import_jsx_runtime49 = require("react/jsx-runtime");
6003
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5879
6004
  var FORMFIELD_CLASSNAME = "k-form-field";
5880
- var states27 = [
6005
+ var states31 = [
5881
6006
  States.disabled
5882
6007
  ];
5883
6008
  var FormField = (props) => {
@@ -5893,7 +6018,7 @@ var FormField = (props) => {
5893
6018
  dir,
5894
6019
  colSpan
5895
6020
  } = props;
5896
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
6021
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5897
6022
  "div",
5898
6023
  {
5899
6024
  className: classNames(
@@ -5906,19 +6031,19 @@ var FormField = (props) => {
5906
6031
  ),
5907
6032
  dir,
5908
6033
  children: [
5909
- label && /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("label", { className: classNames(
6034
+ label && /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("label", { className: classNames(
5910
6035
  "k-label",
5911
6036
  "k-form-label"
5912
6037
  ), children: [
5913
6038
  label,
5914
- optional && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
5915
- info && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-field-info", children: "(field info)" })
6039
+ optional && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6040
+ info && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-field-info", children: "(field info)" })
5916
6041
  ] }),
5917
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
5918
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: "k-form-field-wrap", children: [
6042
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6043
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-form-field-wrap", children: [
5919
6044
  editor,
5920
- hint && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-form-hint", children: hint }),
5921
- error && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-form-error", children: error })
6045
+ hint && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-form-hint", children: hint }),
6046
+ error && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-form-error", children: error })
5922
6047
  ] })
5923
6048
  ]
5924
6049
  }
@@ -5927,7 +6052,7 @@ var FormField = (props) => {
5927
6052
  FormField.className = FORMFIELD_CLASSNAME;
5928
6053
 
5929
6054
  // src/form/fieldset.tsx
5930
- var import_jsx_runtime50 = require("react/jsx-runtime");
6055
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5931
6056
  var FIELDSET_CLASSNAME = "k-form-fieldset";
5932
6057
  var Fieldset = (props) => {
5933
6058
  const {
@@ -5937,9 +6062,9 @@ var Fieldset = (props) => {
5937
6062
  gapX,
5938
6063
  gapY
5939
6064
  } = props;
5940
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
5941
- legend && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("legend", { className: "k-form-legend", children: legend }),
5942
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: classNames(
6065
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6066
+ legend && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("legend", { className: "k-form-legend", children: legend }),
6067
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: classNames(
5943
6068
  "k-form-layout",
5944
6069
  "k-d-grid",
5945
6070
  {
@@ -5947,37 +6072,37 @@ var Fieldset = (props) => {
5947
6072
  [`k-gap-x-${gapX}`]: gapX,
5948
6073
  [`k-gap-y-${gapY}`]: gapY
5949
6074
  }
5950
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_jsx_runtime50.Fragment, { children: props.children })
6075
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, { children: props.children })
5951
6076
  ] });
5952
6077
  };
5953
6078
  Fieldset.className = FIELDSET_CLASSNAME;
5954
6079
 
5955
6080
  // src/form/form.spec.tsx
5956
- var import_jsx_runtime51 = require("react/jsx-runtime");
6081
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5957
6082
  var import_react = require("react");
5958
6083
  var FORM_CLASSNAME = "k-form";
5959
- var states28 = [];
5960
- var options25 = {
6084
+ var states32 = [];
6085
+ var options29 = {
5961
6086
  size: [Size.small, Size.medium, Size.large]
5962
6087
  };
5963
- var defaultProps22 = {
6088
+ var defaultProps26 = {
5964
6089
  size: Size.medium,
5965
6090
  layout: "basic",
5966
6091
  tag: "form"
5967
6092
  };
5968
6093
  var Form = (props) => {
5969
6094
  const {
5970
- size = defaultProps22.size,
6095
+ size = defaultProps26.size,
5971
6096
  orientation,
5972
- layout = defaultProps22.layout,
6097
+ layout = defaultProps26.layout,
5973
6098
  formButtons,
5974
6099
  cols,
5975
6100
  gapX,
5976
6101
  gapY,
5977
- tag = defaultProps22.tag,
6102
+ tag = defaultProps26.tag,
5978
6103
  children
5979
6104
  } = props;
5980
- const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("form", { className: className9, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: className9, children: children2 });
6105
+ const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("form", { className: className9, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: className9, children: children2 });
5981
6106
  const formChildren = [];
5982
6107
  if (children) {
5983
6108
  if (Array.isArray(children)) {
@@ -5996,7 +6121,7 @@ var Form = (props) => {
5996
6121
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
5997
6122
  }
5998
6123
  }
5999
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Parent, { tag, className: classNames(
6124
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(Parent, { tag, className: classNames(
6000
6125
  props.className,
6001
6126
  FORM_CLASSNAME,
6002
6127
  optionClassNames(FORM_CLASSNAME, {
@@ -6006,7 +6131,7 @@ var Form = (props) => {
6006
6131
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6007
6132
  }
6008
6133
  ), children: [
6009
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: classNames(
6134
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(
6010
6135
  "k-form-layout",
6011
6136
  "k-d-grid",
6012
6137
  {
@@ -6014,17 +6139,17 @@ var Form = (props) => {
6014
6139
  [`k-gap-x-${gapX}`]: gapX,
6015
6140
  [`k-gap-y-${gapY}`]: gapY
6016
6141
  }
6017
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_jsx_runtime51.Fragment, { children: formChildren }),
6018
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-form-buttons", children: formButtons })
6142
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: formChildren }),
6143
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-form-buttons", children: formButtons })
6019
6144
  ] });
6020
6145
  };
6021
- Form.states = states28;
6022
- Form.options = options25;
6146
+ Form.states = states32;
6147
+ Form.options = options29;
6023
6148
  Form.className = FORM_CLASSNAME;
6024
- Form.defaultProps = defaultProps22;
6149
+ Form.defaultProps = defaultProps26;
6025
6150
 
6026
6151
  // src/form/tests/form-field-inputs.tsx
6027
- var import_jsx_runtime52 = require("react/jsx-runtime");
6152
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6028
6153
  var styles = `
6029
6154
  section {
6030
6155
  padding: 20px;
@@ -6036,274 +6161,250 @@ var styles = `
6036
6161
  --kendo-slider-end: 50;
6037
6162
  }
6038
6163
  `;
6039
- var form_field_inputs_default = () => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6040
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("style", { children: styles }),
6041
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6042
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { children: "Vertical Form" }),
6043
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { children: "Horizontal Form" }),
6044
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Form, { children: [
6045
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6164
+ var form_field_inputs_default = () => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6165
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("style", { children: styles }),
6166
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6167
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { children: "Vertical Form" }),
6168
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { children: "Horizontal Form" }),
6169
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(Form, { children: [
6170
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6046
6171
  FormField,
6047
6172
  {
6048
6173
  label: "Textbox:",
6049
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Textbox, {})
6174
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {})
6050
6175
  }
6051
6176
  ),
6052
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6177
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6053
6178
  FormField,
6054
6179
  {
6055
6180
  label: "Checkbox:",
6056
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Checkbox, {})
6181
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {})
6057
6182
  }
6058
6183
  ),
6059
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6184
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6060
6185
  FormField,
6061
6186
  {
6062
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6063
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Checkbox, {}),
6064
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6187
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6188
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {}),
6189
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6065
6190
  ] })
6066
6191
  }
6067
6192
  ),
6068
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6193
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6069
6194
  FormField,
6070
6195
  {
6071
6196
  label: "Radio (Y):",
6072
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("ul", { className: "k-radio-list", children: [
6073
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6074
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6075
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Male" })
6076
- ] }),
6077
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6078
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6079
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Female" })
6080
- ] })
6197
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { children: [
6198
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6199
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6081
6200
  ] })
6082
6201
  }
6083
6202
  ),
6084
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6203
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6085
6204
  FormField,
6086
6205
  {
6087
6206
  label: "Radio (X):",
6088
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("ul", { className: "k-radio-list k-list-horizontal", children: [
6089
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6090
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6091
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Male" })
6092
- ] }),
6093
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6094
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6095
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Female" })
6096
- ] })
6207
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { layout: "horizontal", children: [
6208
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6209
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6097
6210
  ] })
6098
6211
  }
6099
6212
  ),
6100
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6213
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6101
6214
  FormField,
6102
6215
  {
6103
6216
  label: "Colorpicker:",
6104
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ColorPicker, {})
6217
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ColorPicker, {})
6105
6218
  }
6106
6219
  ),
6107
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6220
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6108
6221
  FormField,
6109
6222
  {
6110
6223
  label: "MaskedTextBox:",
6111
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(MaskedTextbox, {})
6224
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(MaskedTextbox, {})
6112
6225
  }
6113
6226
  ),
6114
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6227
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6115
6228
  FormField,
6116
6229
  {
6117
6230
  label: "NumericTextBox:",
6118
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(NumericTextbox, {})
6231
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(NumericTextbox, {})
6119
6232
  }
6120
6233
  ),
6121
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6234
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6122
6235
  FormField,
6123
6236
  {
6124
6237
  label: "Switch:",
6125
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6238
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6126
6239
  }
6127
6240
  ),
6128
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6241
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6129
6242
  FormField,
6130
6243
  {
6131
6244
  label: "Slider:",
6132
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6133
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6134
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-slider-track-wrap", children: [
6135
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6136
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label", children: "0" }) }),
6137
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6138
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6139
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6140
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6141
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label", children: "5" }) }),
6142
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6143
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6144
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6145
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6146
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label", children: "10" }) })
6245
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6246
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6247
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track-wrap", children: [
6248
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6249
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "0" }) }),
6250
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6251
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6252
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6253
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6254
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "5" }) }),
6255
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6256
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6257
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6258
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6259
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "10" }) })
6147
6260
  ] }),
6148
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-slider-track", children: [
6149
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-slider-selection" }),
6150
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6261
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track", children: [
6262
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-slider-selection" }),
6263
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6151
6264
  ] })
6152
6265
  ] }),
6153
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6266
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6154
6267
  ] })
6155
6268
  }
6156
6269
  ),
6157
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6270
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6158
6271
  FormField,
6159
6272
  {
6160
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Textbox, {}) })
6273
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {}) })
6161
6274
  }
6162
6275
  ),
6163
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6276
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6164
6277
  FormField,
6165
6278
  {
6166
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Textbox, { focus: true }) })
6279
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, { focus: true }) })
6167
6280
  }
6168
6281
  ),
6169
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6282
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6170
6283
  FormField,
6171
6284
  {
6172
6285
  label: "Upload",
6173
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6286
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6174
6287
  }
6175
6288
  )
6176
6289
  ] }) }),
6177
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Form, { orientation: "horizontal", children: [
6178
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6290
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(Form, { orientation: "horizontal", children: [
6291
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6179
6292
  FormField,
6180
6293
  {
6181
6294
  label: "Textbox:",
6182
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Textbox, {})
6295
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {})
6183
6296
  }
6184
6297
  ),
6185
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6298
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6186
6299
  FormField,
6187
6300
  {
6188
6301
  label: "Checkbox:",
6189
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Checkbox, {})
6302
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {})
6190
6303
  }
6191
6304
  ),
6192
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6305
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6193
6306
  FormField,
6194
6307
  {
6195
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6196
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Checkbox, {}),
6197
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6308
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6309
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {}),
6310
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6198
6311
  ] })
6199
6312
  }
6200
6313
  ),
6201
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6314
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6202
6315
  FormField,
6203
6316
  {
6204
6317
  label: "Radio (Y):",
6205
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("ul", { className: "k-radio-list", children: [
6206
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6207
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6208
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Male" })
6209
- ] }),
6210
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6211
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6212
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Female" })
6213
- ] })
6318
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { children: [
6319
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6320
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6214
6321
  ] })
6215
6322
  }
6216
6323
  ),
6217
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6324
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6218
6325
  FormField,
6219
6326
  {
6220
6327
  label: "Radio (X):",
6221
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("ul", { className: "k-radio-list k-list-horizontal", children: [
6222
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6223
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6224
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Male" })
6225
- ] }),
6226
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("li", { className: "k-radio-list-item", children: [
6227
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(RadioButton, {}),
6228
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { className: "k-radio-label", children: "Female" })
6229
- ] })
6328
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { layout: "horizontal", children: [
6329
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6330
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6230
6331
  ] })
6231
6332
  }
6232
6333
  ),
6233
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6334
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6234
6335
  FormField,
6235
6336
  {
6236
6337
  label: "Colorpicker:",
6237
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ColorPicker, {})
6338
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ColorPicker, {})
6238
6339
  }
6239
6340
  ),
6240
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6341
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6241
6342
  FormField,
6242
6343
  {
6243
6344
  label: "MaskedTextBox:",
6244
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(MaskedTextbox, {})
6345
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(MaskedTextbox, {})
6245
6346
  }
6246
6347
  ),
6247
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6348
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6248
6349
  FormField,
6249
6350
  {
6250
6351
  label: "NumericTextBox:",
6251
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(NumericTextbox, {})
6352
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(NumericTextbox, {})
6252
6353
  }
6253
6354
  ),
6254
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6355
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6255
6356
  FormField,
6256
6357
  {
6257
6358
  label: "Switch:",
6258
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6359
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6259
6360
  }
6260
6361
  ),
6261
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6362
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6262
6363
  FormField,
6263
6364
  {
6264
6365
  label: "Slider",
6265
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6266
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6267
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-slider-track-wrap", children: [
6268
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6269
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label", children: "0" }) }),
6270
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6271
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6272
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6273
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6274
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label", children: "5" }) }),
6275
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6276
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6277
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6278
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick" }),
6279
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label", children: "10" }) })
6366
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6367
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6368
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track-wrap", children: [
6369
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6370
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "0" }) }),
6371
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6372
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6373
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6374
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6375
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "5" }) }),
6376
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6377
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6378
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6379
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6380
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "10" }) })
6280
6381
  ] }),
6281
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-slider-track", children: [
6282
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-slider-selection" }),
6283
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6382
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track", children: [
6383
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-slider-selection" }),
6384
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6284
6385
  ] })
6285
6386
  ] }),
6286
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6387
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6287
6388
  ] })
6288
6389
  }
6289
6390
  ),
6290
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6391
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6291
6392
  FormField,
6292
6393
  {
6293
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Textbox, {}) })
6394
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {}) })
6294
6395
  }
6295
6396
  ),
6296
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6397
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6297
6398
  FormField,
6298
6399
  {
6299
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Textbox, { focus: true }) })
6400
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, { focus: true }) })
6300
6401
  }
6301
6402
  ),
6302
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6403
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6303
6404
  FormField,
6304
6405
  {
6305
6406
  label: "Upload",
6306
- editor: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6407
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6307
6408
  }
6308
6409
  )
6309
6410
  ] }) })