@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
@@ -169,17 +169,77 @@ Checkbox.options = options;
169
169
  Checkbox.className = CHECKBOX_CLASSNAME;
170
170
  Checkbox.defaultProps = defaultProps;
171
171
 
172
- // src/checkbox/templates/checkbox-label.tsx
173
- import { Fragment, jsx as jsx2, jsxs } from "react/jsx-runtime";
172
+ // src/checkbox/checkbox-group.spec.tsx
173
+ import { jsx as jsx2 } from "react/jsx-runtime";
174
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
175
+ var states2 = [];
176
+ var options2 = {};
177
+ var defaultProps2 = {
178
+ layout: "vertical"
179
+ };
180
+ var CheckboxGroup = (props) => {
181
+ const {
182
+ layout = defaultProps2.layout,
183
+ ...other
184
+ } = props;
185
+ return /* @__PURE__ */ jsx2(
186
+ "ul",
187
+ {
188
+ ...other,
189
+ className: classNames(
190
+ props.className,
191
+ CHECKBOXGROUP_CLASSNAME,
192
+ {
193
+ [`k-list-${layout}`]: layout
194
+ }
195
+ ),
196
+ children: props.children
197
+ }
198
+ );
199
+ };
200
+ CheckboxGroup.states = states2;
201
+ CheckboxGroup.options = options2;
202
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
203
+ CheckboxGroup.defaultProps = defaultProps2;
174
204
 
175
- // src/checkbox/templates/checkbox-normal.tsx
205
+ // src/checkbox/checkbox-item.spec.tsx
176
206
  import { jsx as jsx3 } from "react/jsx-runtime";
207
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
208
+ var states3 = [];
209
+ var options3 = {};
210
+ var defaultProps3 = {};
211
+ var CheckboxItem = (props) => {
212
+ const {
213
+ ...other
214
+ } = props;
215
+ return /* @__PURE__ */ jsx3(
216
+ "li",
217
+ {
218
+ ...other,
219
+ className: classNames(
220
+ props.className,
221
+ CHECKBOXITEM_CLASSNAME
222
+ ),
223
+ children: props.children
224
+ }
225
+ );
226
+ };
227
+ CheckboxItem.states = states3;
228
+ CheckboxItem.options = options3;
229
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
230
+ CheckboxItem.defaultProps = defaultProps3;
231
+
232
+ // src/checkbox/templates/checkbox-with-label.tsx
233
+ import { Fragment, jsx as jsx4, jsxs } from "react/jsx-runtime";
234
+
235
+ // src/checkbox/templates/checkbox-normal.tsx
236
+ import { jsx as jsx5 } from "react/jsx-runtime";
177
237
 
178
238
  // src/icon/font-icon.spec.tsx
179
- import { Fragment as Fragment2, jsx as jsx4 } from "react/jsx-runtime";
239
+ import { Fragment as Fragment2, jsx as jsx6 } from "react/jsx-runtime";
180
240
  var FONTICON_CLASSNAME = `k-icon`;
181
- var states2 = [];
182
- var options2 = {
241
+ var states4 = [];
242
+ var options4 = {
183
243
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
184
244
  themeColor: [
185
245
  ThemeColor.base,
@@ -194,7 +254,7 @@ var options2 = {
194
254
  ThemeColor.dark
195
255
  ]
196
256
  };
197
- var defaultProps2 = {};
257
+ var defaultProps4 = {};
198
258
  var FontIcon = (props) => {
199
259
  const {
200
260
  size,
@@ -205,9 +265,9 @@ var FontIcon = (props) => {
205
265
  ...other
206
266
  } = props;
207
267
  if (!icon) {
208
- return /* @__PURE__ */ jsx4(Fragment2, {});
268
+ return /* @__PURE__ */ jsx6(Fragment2, {});
209
269
  }
210
- return /* @__PURE__ */ jsx4(
270
+ return /* @__PURE__ */ jsx6(
211
271
  "span",
212
272
  {
213
273
  ...other,
@@ -228,17 +288,17 @@ var FontIcon = (props) => {
228
288
  }
229
289
  );
230
290
  };
231
- FontIcon.states = states2;
232
- FontIcon.options = options2;
291
+ FontIcon.states = states4;
292
+ FontIcon.options = options4;
233
293
  FontIcon.className = FONTICON_CLASSNAME;
234
- FontIcon.defaultProps = defaultProps2;
294
+ FontIcon.defaultProps = defaultProps4;
235
295
  var font_icon_spec_default = FontIcon;
236
296
 
237
297
  // src/icon/svg-icon.spec.tsx
238
- import { Fragment as Fragment3, jsx as jsx5 } from "react/jsx-runtime";
298
+ import { Fragment as Fragment3, jsx as jsx7 } from "react/jsx-runtime";
239
299
  var SVGICON_CLASSNAME = `k-svg-icon`;
240
- var states3 = [];
241
- var options3 = {
300
+ var states5 = [];
301
+ var options5 = {
242
302
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
243
303
  themeColor: [
244
304
  ThemeColor.base,
@@ -253,7 +313,7 @@ var options3 = {
253
313
  ThemeColor.dark
254
314
  ]
255
315
  };
256
- var defaultProps3 = {
316
+ var defaultProps5 = {
257
317
  viewBox: "0 0 24 24"
258
318
  };
259
319
  var SvgIcon = (props) => {
@@ -262,15 +322,15 @@ var SvgIcon = (props) => {
262
322
  themeColor,
263
323
  rotate,
264
324
  flip,
265
- viewBox = defaultProps3.viewBox,
325
+ viewBox = defaultProps5.viewBox,
266
326
  icon,
267
327
  ...other
268
328
  } = props;
269
329
  if (!icon) {
270
- return /* @__PURE__ */ jsx5(Fragment3, {});
330
+ return /* @__PURE__ */ jsx7(Fragment3, {});
271
331
  }
272
332
  if (icon === "none") {
273
- /* @__PURE__ */ jsx5(
333
+ /* @__PURE__ */ jsx7(
274
334
  "span",
275
335
  {
276
336
  ...other,
@@ -283,7 +343,7 @@ var SvgIcon = (props) => {
283
343
  );
284
344
  }
285
345
  const name = typeof icon === "object" && icon.name && icon.name;
286
- return /* @__PURE__ */ jsx5(
346
+ return /* @__PURE__ */ jsx7(
287
347
  "span",
288
348
  {
289
349
  ...other,
@@ -301,7 +361,7 @@ var SvgIcon = (props) => {
301
361
  "k-flip-v": flip === "v" || flip === "both"
302
362
  }
303
363
  ),
304
- children: /* @__PURE__ */ jsx5(
364
+ children: /* @__PURE__ */ jsx7(
305
365
  "svg",
306
366
  {
307
367
  "aria-hidden": true,
@@ -315,10 +375,10 @@ var SvgIcon = (props) => {
315
375
  }
316
376
  );
317
377
  };
318
- SvgIcon.states = states3;
319
- SvgIcon.options = options3;
378
+ SvgIcon.states = states5;
379
+ SvgIcon.options = options5;
320
380
  SvgIcon.className = SVGICON_CLASSNAME;
321
- SvgIcon.defaultProps = defaultProps3;
381
+ SvgIcon.defaultProps = defaultProps5;
322
382
  var svg_icon_spec_default = SvgIcon;
323
383
 
324
384
  // node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4317,13 +4377,13 @@ var chartChoroplethIcon = {
4317
4377
  };
4318
4378
 
4319
4379
  // src/icon/icon.spec.tsx
4320
- import { Fragment as Fragment4, jsx as jsx6 } from "react/jsx-runtime";
4380
+ import { Fragment as Fragment4, jsx as jsx8 } from "react/jsx-runtime";
4321
4381
  var snakeToCamel = (str) => str.toLowerCase().replace(
4322
4382
  /([-_][a-z])/g,
4323
4383
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4324
4384
  );
4325
- var states4 = [];
4326
- var options4 = {
4385
+ var states6 = [];
4386
+ var options6 = {
4327
4387
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4328
4388
  themeColor: [
4329
4389
  ThemeColor.base,
@@ -4338,7 +4398,7 @@ var options4 = {
4338
4398
  ThemeColor.dark
4339
4399
  ]
4340
4400
  };
4341
- var defaultProps4 = {
4401
+ var defaultProps6 = {
4342
4402
  viewBox: "0 0 24 24",
4343
4403
  type: "svg"
4344
4404
  };
@@ -4347,42 +4407,42 @@ var Icon = (props) => {
4347
4407
  size,
4348
4408
  themeColor,
4349
4409
  icon,
4350
- type = defaultProps4.type,
4410
+ type = defaultProps6.type,
4351
4411
  rotate,
4352
4412
  flip,
4353
- viewBox = defaultProps4.viewBox,
4413
+ viewBox = defaultProps6.viewBox,
4354
4414
  ...other
4355
4415
  } = props;
4356
4416
  if (!icon) {
4357
- return /* @__PURE__ */ jsx6(Fragment4, {});
4417
+ return /* @__PURE__ */ jsx8(Fragment4, {});
4358
4418
  }
4359
4419
  if (type === "svg") {
4360
4420
  if (icon === "none") {
4361
- return /* @__PURE__ */ jsx6(svg_icon_spec_default, { ...other, icon, size });
4421
+ return /* @__PURE__ */ jsx8(svg_icon_spec_default, { ...other, icon, size });
4362
4422
  }
4363
4423
  const iconSVG = snakeToCamel(`${icon}-icon`);
4364
4424
  if (!index_es_exports[iconSVG]) {
4365
- return /* @__PURE__ */ jsx6(Fragment4, {});
4425
+ return /* @__PURE__ */ jsx8(Fragment4, {});
4366
4426
  }
4367
- return /* @__PURE__ */ jsx6(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4427
+ return /* @__PURE__ */ jsx8(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4368
4428
  }
4369
- return /* @__PURE__ */ jsx6(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4429
+ return /* @__PURE__ */ jsx8(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4370
4430
  };
4371
- Icon.states = states4;
4372
- Icon.options = options4;
4373
- Icon.defaultProps = defaultProps4;
4431
+ Icon.states = states6;
4432
+ Icon.options = options6;
4433
+ Icon.defaultProps = defaultProps6;
4374
4434
 
4375
4435
  // src/button/button.spec.tsx
4376
- import { Fragment as Fragment5, jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
4436
+ import { Fragment as Fragment5, jsx as jsx9, jsxs as jsxs2 } from "react/jsx-runtime";
4377
4437
  var BUTTON_CLASSNAME = `k-button`;
4378
- var states5 = [
4438
+ var states7 = [
4379
4439
  States.hover,
4380
4440
  States.focus,
4381
4441
  States.active,
4382
4442
  States.selected,
4383
4443
  States.disabled
4384
4444
  ];
4385
- var options5 = {
4445
+ var options7 = {
4386
4446
  size: [Size.small, Size.medium, Size.large],
4387
4447
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4388
4448
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4400,7 +4460,7 @@ var options5 = {
4400
4460
  ThemeColor.inverse
4401
4461
  ]
4402
4462
  };
4403
- var defaultProps5 = {
4463
+ var defaultProps7 = {
4404
4464
  size: Size.medium,
4405
4465
  rounded: Roundness.medium,
4406
4466
  fillMode: FillMode.solid,
@@ -4410,10 +4470,10 @@ var defaultProps5 = {
4410
4470
  };
4411
4471
  var Button = (props) => {
4412
4472
  const {
4413
- size = defaultProps5.size,
4414
- rounded = defaultProps5.rounded,
4415
- fillMode = defaultProps5.fillMode,
4416
- themeColor = defaultProps5.themeColor,
4473
+ size = defaultProps7.size,
4474
+ rounded = defaultProps7.rounded,
4475
+ fillMode = defaultProps7.fillMode,
4476
+ themeColor = defaultProps7.themeColor,
4417
4477
  hover,
4418
4478
  focus,
4419
4479
  active,
@@ -4422,8 +4482,8 @@ var Button = (props) => {
4422
4482
  icon,
4423
4483
  text,
4424
4484
  iconClassName,
4425
- showArrow = defaultProps5.showArrow,
4426
- arrowIconName = defaultProps5.arrowIconName,
4485
+ showArrow = defaultProps7.showArrow,
4486
+ arrowIconName = defaultProps7.arrowIconName,
4427
4487
  ...other
4428
4488
  } = props;
4429
4489
  const hasIcon = icon !== void 0;
@@ -4453,7 +4513,7 @@ var Button = (props) => {
4453
4513
  }
4454
4514
  ),
4455
4515
  children: [
4456
- icon && /* @__PURE__ */ jsx7(
4516
+ icon && /* @__PURE__ */ jsx9(
4457
4517
  Icon,
4458
4518
  {
4459
4519
  className: classNames(iconClassName, "k-button-icon"),
@@ -4461,32 +4521,32 @@ var Button = (props) => {
4461
4521
  }
4462
4522
  ),
4463
4523
  text ? /* @__PURE__ */ jsxs2(Fragment5, { children: [
4464
- text && /* @__PURE__ */ jsx7("span", { className: "k-button-text", children: text }),
4524
+ text && /* @__PURE__ */ jsx9("span", { className: "k-button-text", children: text }),
4465
4525
  props.children
4466
- ] }) : props.children && /* @__PURE__ */ jsx7("span", { className: "k-button-text", children: props.children }),
4467
- showArrow && /* @__PURE__ */ jsx7("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx7(Icon, { icon: arrowIconName }) })
4526
+ ] }) : props.children && /* @__PURE__ */ jsx9("span", { className: "k-button-text", children: props.children }),
4527
+ showArrow && /* @__PURE__ */ jsx9("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx9(Icon, { icon: arrowIconName }) })
4468
4528
  ]
4469
4529
  }
4470
4530
  );
4471
4531
  };
4472
- Button.states = states5;
4473
- Button.options = options5;
4532
+ Button.states = states7;
4533
+ Button.options = options7;
4474
4534
  Button.className = BUTTON_CLASSNAME;
4475
- Button.defaultProps = defaultProps5;
4535
+ Button.defaultProps = defaultProps7;
4476
4536
 
4477
4537
  // src/button/templates/icon-button.tsx
4478
- import { jsx as jsx8 } from "react/jsx-runtime";
4538
+ import { jsx as jsx10 } from "react/jsx-runtime";
4479
4539
 
4480
4540
  // src/button/templates/icon-text-button.tsx
4481
- import { jsx as jsx9 } from "react/jsx-runtime";
4541
+ import { jsx as jsx11 } from "react/jsx-runtime";
4482
4542
 
4483
4543
  // src/button/templates/text-button.tsx
4484
- import { jsx as jsx10 } from "react/jsx-runtime";
4544
+ import { jsx as jsx12 } from "react/jsx-runtime";
4485
4545
 
4486
4546
  // src/input/input.spec.tsx
4487
- import { jsx as jsx11 } from "react/jsx-runtime";
4547
+ import { jsx as jsx13 } from "react/jsx-runtime";
4488
4548
  var INPUT_CLASSNAME = `k-input`;
4489
- var states6 = [
4549
+ var states8 = [
4490
4550
  States.hover,
4491
4551
  States.focus,
4492
4552
  States.valid,
@@ -4496,12 +4556,12 @@ var states6 = [
4496
4556
  States.loading,
4497
4557
  States.readonly
4498
4558
  ];
4499
- var options6 = {
4559
+ var options8 = {
4500
4560
  size: [Size.small, Size.medium, Size.large],
4501
4561
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4502
4562
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4503
4563
  };
4504
- var defaultProps6 = {
4564
+ var defaultProps8 = {
4505
4565
  size: Size.medium,
4506
4566
  rounded: Size.medium,
4507
4567
  fillMode: FillMode.solid
@@ -4515,12 +4575,12 @@ var Input = (props) => {
4515
4575
  valid,
4516
4576
  loading,
4517
4577
  readonly,
4518
- size = defaultProps6.size,
4519
- rounded = defaultProps6.rounded,
4520
- fillMode = defaultProps6.fillMode,
4578
+ size = defaultProps8.size,
4579
+ rounded = defaultProps8.rounded,
4580
+ fillMode = defaultProps8.fillMode,
4521
4581
  ...other
4522
4582
  } = props;
4523
- return /* @__PURE__ */ jsx11(
4583
+ return /* @__PURE__ */ jsx13(
4524
4584
  "span",
4525
4585
  {
4526
4586
  ...other,
@@ -4533,13 +4593,13 @@ var Input = (props) => {
4533
4593
  }
4534
4594
  );
4535
4595
  };
4536
- Input.states = states6;
4537
- Input.options = options6;
4596
+ Input.states = states8;
4597
+ Input.options = options8;
4538
4598
  Input.className = INPUT_CLASSNAME;
4539
- Input.defaultProps = defaultProps6;
4599
+ Input.defaultProps = defaultProps8;
4540
4600
 
4541
4601
  // src/input/picker.spec.tsx
4542
- import { jsx as jsx12 } from "react/jsx-runtime";
4602
+ import { jsx as jsx14 } from "react/jsx-runtime";
4543
4603
  var PICKER_CLASSNAME = `k-picker`;
4544
4604
  var pickerStates = [
4545
4605
  States.hover,
@@ -4556,7 +4616,7 @@ var pickerOptions = {
4556
4616
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4557
4617
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4558
4618
  };
4559
- var defaultProps7 = {
4619
+ var defaultProps9 = {
4560
4620
  size: Size.medium,
4561
4621
  rounded: Roundness.medium,
4562
4622
  fillMode: FillMode.solid
@@ -4570,12 +4630,12 @@ var Picker = (props) => {
4570
4630
  valid,
4571
4631
  loading,
4572
4632
  readonly,
4573
- size = defaultProps7.size,
4574
- rounded = defaultProps7.rounded,
4575
- fillMode = defaultProps7.fillMode,
4633
+ size = defaultProps9.size,
4634
+ rounded = defaultProps9.rounded,
4635
+ fillMode = defaultProps9.fillMode,
4576
4636
  ...other
4577
4637
  } = props;
4578
- return /* @__PURE__ */ jsx12(
4638
+ return /* @__PURE__ */ jsx14(
4579
4639
  "span",
4580
4640
  {
4581
4641
  ...other,
@@ -4592,17 +4652,17 @@ var Picker = (props) => {
4592
4652
  Picker.states = pickerStates;
4593
4653
  Picker.options = pickerOptions;
4594
4654
  Picker.className = PICKER_CLASSNAME;
4595
- Picker.defaultProps = defaultProps7;
4655
+ Picker.defaultProps = defaultProps9;
4596
4656
 
4597
4657
  // src/input/input-clear-value.tsx
4598
- import { Fragment as Fragment6, jsx as jsx13 } from "react/jsx-runtime";
4658
+ import { Fragment as Fragment6, jsx as jsx15 } from "react/jsx-runtime";
4599
4659
  var className = `k-clear-value`;
4600
- var states7 = [
4660
+ var states9 = [
4601
4661
  States.disabled,
4602
4662
  States.loading,
4603
4663
  States.readonly
4604
4664
  ];
4605
- var options7 = {};
4665
+ var options9 = {};
4606
4666
  var InputClearValue = (props) => {
4607
4667
  const {
4608
4668
  disabled,
@@ -4611,20 +4671,20 @@ var InputClearValue = (props) => {
4611
4671
  value
4612
4672
  } = props;
4613
4673
  if (disabled || readonly || loading || !value) {
4614
- return /* @__PURE__ */ jsx13(Fragment6, {});
4674
+ return /* @__PURE__ */ jsx15(Fragment6, {});
4615
4675
  }
4616
- return /* @__PURE__ */ jsx13("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx13(Icon, { icon: "x" }) });
4676
+ return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
4617
4677
  };
4618
- InputClearValue.states = states7;
4619
- InputClearValue.options = options7;
4678
+ InputClearValue.states = states9;
4679
+ InputClearValue.options = options9;
4620
4680
  InputClearValue.className = className;
4621
4681
 
4622
4682
  // src/input/input-inner-input.tsx
4623
- import { jsx as jsx14 } from "react/jsx-runtime";
4683
+ import { jsx as jsx16 } from "react/jsx-runtime";
4624
4684
  var className2 = `k-input-inner`;
4625
- var states8 = [];
4626
- var options8 = {};
4627
- var defaultProps8 = {
4685
+ var states10 = [];
4686
+ var options10 = {};
4687
+ var defaultProps10 = {
4628
4688
  type: "text",
4629
4689
  autocomplete: "off",
4630
4690
  value: "",
@@ -4632,13 +4692,13 @@ var defaultProps8 = {
4632
4692
  };
4633
4693
  var InputInnerInput = (props) => {
4634
4694
  const {
4635
- value = defaultProps8.value,
4636
- type = defaultProps8.type,
4637
- placeholder = defaultProps8.placeholder,
4638
- autocomplete = defaultProps8.autocomplete,
4695
+ value = defaultProps10.value,
4696
+ type = defaultProps10.type,
4697
+ placeholder = defaultProps10.placeholder,
4698
+ autocomplete = defaultProps10.autocomplete,
4639
4699
  ...other
4640
4700
  } = props;
4641
- return /* @__PURE__ */ jsx14(
4701
+ return /* @__PURE__ */ jsx16(
4642
4702
  "input",
4643
4703
  {
4644
4704
  ...other,
@@ -4650,15 +4710,15 @@ var InputInnerInput = (props) => {
4650
4710
  }
4651
4711
  );
4652
4712
  };
4653
- InputInnerInput.states = states8;
4654
- InputInnerInput.options = options8;
4713
+ InputInnerInput.states = states10;
4714
+ InputInnerInput.options = options10;
4655
4715
  InputInnerInput.className = className2;
4656
4716
 
4657
4717
  // src/input/input-inner-span.tsx
4658
- import { jsx as jsx15, jsxs as jsxs3 } from "react/jsx-runtime";
4718
+ import { jsx as jsx17, jsxs as jsxs3 } from "react/jsx-runtime";
4659
4719
  var className3 = `k-input-inner`;
4660
- var states9 = [];
4661
- var options9 = {};
4720
+ var states11 = [];
4721
+ var options11 = {};
4662
4722
  var InputInnerSpan = (props) => {
4663
4723
  const {
4664
4724
  value,
@@ -4675,34 +4735,34 @@ var InputInnerSpan = (props) => {
4675
4735
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4676
4736
  children: [
4677
4737
  valueIcon,
4678
- !valueIcon && valueIconName && /* @__PURE__ */ jsx15(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4738
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx17(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4679
4739
  showValue && !value && placeholder,
4680
- showValue && value && /* @__PURE__ */ jsx15("span", { className: "k-input-value-text", children: value })
4740
+ showValue && value && /* @__PURE__ */ jsx17("span", { className: "k-input-value-text", children: value })
4681
4741
  ]
4682
4742
  }
4683
4743
  );
4684
4744
  };
4685
- InputInnerSpan.states = states9;
4686
- InputInnerSpan.options = options9;
4745
+ InputInnerSpan.states = states11;
4746
+ InputInnerSpan.options = options11;
4687
4747
  InputInnerSpan.className = className3;
4688
4748
 
4689
4749
  // src/input/input-inner-textarea.tsx
4690
- import { jsx as jsx16 } from "react/jsx-runtime";
4691
- var defaultProps9 = {
4750
+ import { jsx as jsx18 } from "react/jsx-runtime";
4751
+ var defaultProps11 = {
4692
4752
  value: "",
4693
4753
  placeholder: ""
4694
4754
  };
4695
4755
  var className4 = `k-input-inner`;
4696
- var states10 = [];
4697
- var options10 = {};
4756
+ var states12 = [];
4757
+ var options12 = {};
4698
4758
  var InputInnerTextarea = (props) => {
4699
4759
  const {
4700
- value = defaultProps9.value,
4701
- placeholder = defaultProps9.placeholder,
4760
+ value = defaultProps11.value,
4761
+ placeholder = defaultProps11.placeholder,
4702
4762
  rows,
4703
4763
  ...other
4704
4764
  } = props;
4705
- return /* @__PURE__ */ jsx16(
4765
+ return /* @__PURE__ */ jsx18(
4706
4766
  "textarea",
4707
4767
  {
4708
4768
  ...other,
@@ -4713,14 +4773,14 @@ var InputInnerTextarea = (props) => {
4713
4773
  }
4714
4774
  );
4715
4775
  };
4716
- InputInnerTextarea.states = states10;
4717
- InputInnerTextarea.options = options10;
4776
+ InputInnerTextarea.states = states12;
4777
+ InputInnerTextarea.options = options12;
4718
4778
  InputInnerTextarea.className = className4;
4719
4779
 
4720
4780
  // src/input/input-loading-icon.tsx
4721
- import { Fragment as Fragment7, jsx as jsx17 } from "react/jsx-runtime";
4781
+ import { Fragment as Fragment7, jsx as jsx19 } from "react/jsx-runtime";
4722
4782
  var className5 = `k-input-loading-icon`;
4723
- var states11 = [
4783
+ var states13 = [
4724
4784
  States.disabled,
4725
4785
  States.loading
4726
4786
  ];
@@ -4730,21 +4790,21 @@ var InputLoadingIcon = (props) => {
4730
4790
  loading
4731
4791
  } = props;
4732
4792
  if (disabled || !loading) {
4733
- return /* @__PURE__ */ jsx17(Fragment7, {});
4793
+ return /* @__PURE__ */ jsx19(Fragment7, {});
4734
4794
  }
4735
- return /* @__PURE__ */ jsx17(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4795
+ return /* @__PURE__ */ jsx19(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4736
4796
  };
4737
4797
 
4738
4798
  // src/input/input-validation-icon.tsx
4739
- import { Fragment as Fragment8, jsx as jsx18 } from "react/jsx-runtime";
4799
+ import { Fragment as Fragment8, jsx as jsx20 } from "react/jsx-runtime";
4740
4800
  var className6 = `k-input-validation-icon`;
4741
- var states12 = [
4801
+ var states14 = [
4742
4802
  States.valid,
4743
4803
  States.invalid,
4744
4804
  States.disabled,
4745
4805
  States.loading
4746
4806
  ];
4747
- var options11 = {};
4807
+ var options13 = {};
4748
4808
  var InputValidationIcon = (props) => {
4749
4809
  const {
4750
4810
  valid,
@@ -4755,43 +4815,43 @@ var InputValidationIcon = (props) => {
4755
4815
  const iconName = invalid ? "exclamation-circle" : "check";
4756
4816
  const renderValidationIcon = Boolean(valid || invalid);
4757
4817
  if (disabled || loading || !renderValidationIcon) {
4758
- return /* @__PURE__ */ jsx18(Fragment8, {});
4818
+ return /* @__PURE__ */ jsx20(Fragment8, {});
4759
4819
  }
4760
- return /* @__PURE__ */ jsx18(Icon, { className: classNames(className6), icon: iconName });
4820
+ return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
4761
4821
  };
4762
- InputValidationIcon.states = states12;
4763
- InputValidationIcon.options = options11;
4822
+ InputValidationIcon.states = states14;
4823
+ InputValidationIcon.options = options13;
4764
4824
  InputValidationIcon.className = className6;
4765
4825
 
4766
4826
  // src/input/input-prefix.tsx
4767
- import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
4827
+ import { Fragment as Fragment9, jsx as jsx21 } from "react/jsx-runtime";
4768
4828
  var className7 = `k-input-prefix`;
4769
4829
  var InputPrefix = (props) => {
4770
4830
  if (!props.children) {
4771
- return /* @__PURE__ */ jsx19(Fragment9, {});
4831
+ return /* @__PURE__ */ jsx21(Fragment9, {});
4772
4832
  }
4773
- return /* @__PURE__ */ jsx19("span", { className: classNames(className7, props.className), children: props.children });
4833
+ return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
4774
4834
  };
4775
4835
 
4776
4836
  // src/input/input-suffix.tsx
4777
- import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
4837
+ import { Fragment as Fragment10, jsx as jsx22 } from "react/jsx-runtime";
4778
4838
  var className8 = `k-input-suffix`;
4779
4839
  var InputSuffix = (props) => {
4780
4840
  if (!props.children) {
4781
- return /* @__PURE__ */ jsx20(Fragment10, {});
4841
+ return /* @__PURE__ */ jsx22(Fragment10, {});
4782
4842
  }
4783
- return /* @__PURE__ */ jsx20("span", { className: classNames(className8, props.className), children: props.children });
4843
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4784
4844
  };
4785
4845
 
4786
4846
  // src/input/input-separator.tsx
4787
- import { jsx as jsx21 } from "react/jsx-runtime";
4847
+ import { jsx as jsx23 } from "react/jsx-runtime";
4788
4848
 
4789
4849
  // src/animation-container/animation-container.spec.tsx
4790
- import { jsx as jsx22 } from "react/jsx-runtime";
4850
+ import { jsx as jsx24 } from "react/jsx-runtime";
4791
4851
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4792
- var states13 = [];
4793
- var options12 = {};
4794
- var defaultProps10 = {
4852
+ var states15 = [];
4853
+ var options14 = {};
4854
+ var defaultProps12 = {
4795
4855
  positionMode: "absolute"
4796
4856
  };
4797
4857
  var AnimationContainer = (props) => {
@@ -4801,7 +4861,7 @@ var AnimationContainer = (props) => {
4801
4861
  offset,
4802
4862
  ...other
4803
4863
  } = props;
4804
- return /* @__PURE__ */ jsx22(
4864
+ return /* @__PURE__ */ jsx24(
4805
4865
  "div",
4806
4866
  {
4807
4867
  ...other,
@@ -4813,21 +4873,21 @@ var AnimationContainer = (props) => {
4813
4873
  ["k-animation-container-fixed"]: positionMode === "fixed"
4814
4874
  }
4815
4875
  ),
4816
- children: /* @__PURE__ */ jsx22("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4876
+ children: /* @__PURE__ */ jsx24("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4817
4877
  }
4818
4878
  );
4819
4879
  };
4820
- AnimationContainer.states = states13;
4821
- AnimationContainer.options = options12;
4880
+ AnimationContainer.states = states15;
4881
+ AnimationContainer.options = options14;
4822
4882
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4823
- AnimationContainer.defaultProps = defaultProps10;
4883
+ AnimationContainer.defaultProps = defaultProps12;
4824
4884
 
4825
4885
  // src/popup/popup.spec.tsx
4826
- import { jsx as jsx23 } from "react/jsx-runtime";
4886
+ import { jsx as jsx25 } from "react/jsx-runtime";
4827
4887
  var POPUP_CLASSNAME = `k-popup`;
4828
- var states14 = [];
4829
- var options13 = {};
4830
- var defaultProps11 = {
4888
+ var states16 = [];
4889
+ var options15 = {};
4890
+ var defaultProps13 = {
4831
4891
  positionMode: "absolute"
4832
4892
  };
4833
4893
  var Popup = (props) => {
@@ -4836,26 +4896,26 @@ var Popup = (props) => {
4836
4896
  positionMode,
4837
4897
  ...other
4838
4898
  } = props;
4839
- return /* @__PURE__ */ jsx23(
4899
+ return /* @__PURE__ */ jsx25(
4840
4900
  AnimationContainer,
4841
4901
  {
4842
4902
  positionMode,
4843
4903
  offset,
4844
- children: /* @__PURE__ */ jsx23("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4904
+ children: /* @__PURE__ */ jsx25("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4845
4905
  }
4846
4906
  );
4847
4907
  };
4848
- Popup.states = states14;
4849
- Popup.options = options13;
4908
+ Popup.states = states16;
4909
+ Popup.options = options15;
4850
4910
  Popup.className = POPUP_CLASSNAME;
4851
- Popup.defaultProps = defaultProps11;
4911
+ Popup.defaultProps = defaultProps13;
4852
4912
 
4853
4913
  // src/action-sheet/action-sheet.spec.tsx
4854
- import { Fragment as Fragment11, jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
4914
+ import { Fragment as Fragment11, jsx as jsx26, jsxs as jsxs4 } from "react/jsx-runtime";
4855
4915
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
4856
- var states15 = [];
4857
- var options14 = {};
4858
- var defaultProps12 = {
4916
+ var states17 = [];
4917
+ var options16 = {};
4918
+ var defaultProps14 = {
4859
4919
  side: "bottom",
4860
4920
  fullscreen: false,
4861
4921
  adaptive: false,
@@ -4868,14 +4928,14 @@ var ActionSheet = (props) => {
4868
4928
  header,
4869
4929
  footer,
4870
4930
  actions,
4871
- side = defaultProps12.side,
4872
- fullscreen = defaultProps12.fullscreen,
4873
- adaptive = defaultProps12.adaptive,
4874
- overlay = defaultProps12.overlay,
4931
+ side = defaultProps14.side,
4932
+ fullscreen = defaultProps14.fullscreen,
4933
+ adaptive = defaultProps14.adaptive,
4934
+ overlay = defaultProps14.overlay,
4875
4935
  ...other
4876
4936
  } = props;
4877
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx24(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
4878
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx24(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx24(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
4937
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx26(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
4938
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx26(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx26(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
4879
4939
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
4880
4940
  switch (child.type) {
4881
4941
  case ActionSheetHeader:
@@ -4885,10 +4945,10 @@ var ActionSheet = (props) => {
4885
4945
  return true;
4886
4946
  }
4887
4947
  return true;
4888
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx24(Fragment11, {});
4948
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx26(Fragment11, {});
4889
4949
  return /* @__PURE__ */ jsxs4("div", { className: "k-actionsheet-container", children: [
4890
- overlay && /* @__PURE__ */ jsx24("div", { className: "k-overlay" }),
4891
- /* @__PURE__ */ jsx24(
4950
+ overlay && /* @__PURE__ */ jsx26("div", { className: "k-overlay" }),
4951
+ /* @__PURE__ */ jsx26(
4892
4952
  AnimationContainer,
4893
4953
  {
4894
4954
  animationStyle: {
@@ -4898,7 +4958,7 @@ var ActionSheet = (props) => {
4898
4958
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
4899
4959
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
4900
4960
  },
4901
- children: /* @__PURE__ */ jsx24(
4961
+ children: /* @__PURE__ */ jsx26(
4902
4962
  "div",
4903
4963
  {
4904
4964
  ...other,
@@ -4913,7 +4973,7 @@ var ActionSheet = (props) => {
4913
4973
  ),
4914
4974
  children: /* @__PURE__ */ jsxs4(Fragment11, { children: [
4915
4975
  _ActionSheetHeader,
4916
- /* @__PURE__ */ jsx24("div", { className: classNames(
4976
+ /* @__PURE__ */ jsx26("div", { className: classNames(
4917
4977
  "k-actionsheet-content",
4918
4978
  {
4919
4979
  "!k-overflow-hidden": adaptive
@@ -4927,15 +4987,15 @@ var ActionSheet = (props) => {
4927
4987
  )
4928
4988
  ] });
4929
4989
  };
4930
- ActionSheet.states = states15;
4931
- ActionSheet.options = options14;
4990
+ ActionSheet.states = states17;
4991
+ ActionSheet.options = options16;
4932
4992
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
4933
- ActionSheet.defaultProps = defaultProps12;
4993
+ ActionSheet.defaultProps = defaultProps14;
4934
4994
 
4935
4995
  // src/searchbox/searchbox.spec.tsx
4936
- import { jsx as jsx25, jsxs as jsxs5 } from "react/jsx-runtime";
4996
+ import { jsx as jsx27, jsxs as jsxs5 } from "react/jsx-runtime";
4937
4997
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
4938
- var states16 = [
4998
+ var states18 = [
4939
4999
  States.hover,
4940
5000
  States.focus,
4941
5001
  States.valid,
@@ -4944,12 +5004,12 @@ var states16 = [
4944
5004
  States.disabled,
4945
5005
  States.loading
4946
5006
  ];
4947
- var options15 = {
5007
+ var options17 = {
4948
5008
  size: [Size.small, Size.medium, Size.large],
4949
5009
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4950
5010
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4951
5011
  };
4952
- var defaultProps13 = {
5012
+ var defaultProps15 = {
4953
5013
  showIcon: true,
4954
5014
  icon: "search",
4955
5015
  size: Input.defaultProps.size,
@@ -4970,8 +5030,8 @@ var Searchbox = (props) => {
4970
5030
  required,
4971
5031
  loading,
4972
5032
  disabled,
4973
- showIcon = defaultProps13.showIcon,
4974
- icon = defaultProps13.icon,
5033
+ showIcon = defaultProps15.showIcon,
5034
+ icon = defaultProps15.icon,
4975
5035
  ...other
4976
5036
  } = props;
4977
5037
  return /* @__PURE__ */ jsxs5(
@@ -4990,25 +5050,25 @@ var Searchbox = (props) => {
4990
5050
  disabled,
4991
5051
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
4992
5052
  children: [
4993
- showIcon && /* @__PURE__ */ jsx25(Icon, { className: "k-input-icon", icon }),
4994
- /* @__PURE__ */ jsx25(InputInnerInput, { placeholder, value }),
4995
- /* @__PURE__ */ jsx25(InputLoadingIcon, { ...props }),
4996
- /* @__PURE__ */ jsx25(InputValidationIcon, { ...props }),
4997
- /* @__PURE__ */ jsx25(InputClearValue, { ...props })
5053
+ showIcon && /* @__PURE__ */ jsx27(Icon, { className: "k-input-icon", icon }),
5054
+ /* @__PURE__ */ jsx27(InputInnerInput, { placeholder, value }),
5055
+ /* @__PURE__ */ jsx27(InputLoadingIcon, { ...props }),
5056
+ /* @__PURE__ */ jsx27(InputValidationIcon, { ...props }),
5057
+ /* @__PURE__ */ jsx27(InputClearValue, { ...props })
4998
5058
  ]
4999
5059
  }
5000
5060
  );
5001
5061
  };
5002
- Searchbox.states = states16;
5003
- Searchbox.options = options15;
5062
+ Searchbox.states = states18;
5063
+ Searchbox.options = options17;
5004
5064
  Searchbox.className = SEARCHBOX_CLASSNAME;
5005
- Searchbox.defaultProps = defaultProps13;
5065
+ Searchbox.defaultProps = defaultProps15;
5006
5066
 
5007
5067
  // src/searchbox/templates/searchbox-normal.tsx
5008
- import { jsx as jsx26 } from "react/jsx-runtime";
5068
+ import { jsx as jsx28 } from "react/jsx-runtime";
5009
5069
 
5010
5070
  // src/action-sheet/actionsheet-header.tsx
5011
- import { Fragment as Fragment12, jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
5071
+ import { Fragment as Fragment12, jsx as jsx29, jsxs as jsxs6 } from "react/jsx-runtime";
5012
5072
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5013
5073
  var ActionSheetHeader = (props) => {
5014
5074
  const {
@@ -5018,7 +5078,7 @@ var ActionSheetHeader = (props) => {
5018
5078
  filter,
5019
5079
  ...other
5020
5080
  } = props;
5021
- return /* @__PURE__ */ jsx27(
5081
+ return /* @__PURE__ */ jsx29(
5022
5082
  "div",
5023
5083
  {
5024
5084
  ...other,
@@ -5028,35 +5088,35 @@ var ActionSheetHeader = (props) => {
5028
5088
  ),
5029
5089
  children: /* @__PURE__ */ jsxs6(Fragment12, { children: [
5030
5090
  /* @__PURE__ */ jsxs6("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5031
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx27(Fragment12, { children: /* @__PURE__ */ jsxs6("div", { className: "k-actionsheet-title", children: [
5032
- title !== "" && /* @__PURE__ */ jsx27("div", { className: "k-text-center", children: title }),
5033
- subTitle !== "" && /* @__PURE__ */ jsx27("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5091
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx29(Fragment12, { children: /* @__PURE__ */ jsxs6("div", { className: "k-actionsheet-title", children: [
5092
+ title !== "" && /* @__PURE__ */ jsx29("div", { className: "k-text-center", children: title }),
5093
+ subTitle !== "" && /* @__PURE__ */ jsx29("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5034
5094
  ] }) }),
5035
- props.children && /* @__PURE__ */ jsx27("div", { className: "k-actionsheet-title", children: props.children }),
5036
- actions && /* @__PURE__ */ jsx27(Fragment12, { children: /* @__PURE__ */ jsx27("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx27(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5095
+ props.children && /* @__PURE__ */ jsx29("div", { className: "k-actionsheet-title", children: props.children }),
5096
+ actions && /* @__PURE__ */ jsx29(Fragment12, { children: /* @__PURE__ */ jsx29("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx29(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5037
5097
  ] }),
5038
- filter && /* @__PURE__ */ jsx27(Fragment12, { children: /* @__PURE__ */ jsx27("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx27(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5098
+ filter && /* @__PURE__ */ jsx29(Fragment12, { children: /* @__PURE__ */ jsx29("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx29(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5039
5099
  ] })
5040
5100
  }
5041
5101
  );
5042
5102
  };
5043
5103
 
5044
5104
  // src/action-buttons/action-buttons.spec.tsx
5045
- import { jsx as jsx28 } from "react/jsx-runtime";
5105
+ import { jsx as jsx30 } from "react/jsx-runtime";
5046
5106
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5047
- var states17 = [];
5048
- var options16 = {};
5049
- var defaultProps14 = {
5107
+ var states19 = [];
5108
+ var options18 = {};
5109
+ var defaultProps16 = {
5050
5110
  alignment: "start",
5051
5111
  orientation: "horizontal"
5052
5112
  };
5053
5113
  var ActionButtons = (props) => {
5054
5114
  const {
5055
- alignment = defaultProps14.alignment,
5056
- orientation = defaultProps14.orientation,
5115
+ alignment = defaultProps16.alignment,
5116
+ orientation = defaultProps16.orientation,
5057
5117
  ...other
5058
5118
  } = props;
5059
- return /* @__PURE__ */ jsx28(
5119
+ return /* @__PURE__ */ jsx30(
5060
5120
  "div",
5061
5121
  {
5062
5122
  ...other,
@@ -5072,21 +5132,21 @@ var ActionButtons = (props) => {
5072
5132
  }
5073
5133
  );
5074
5134
  };
5075
- ActionButtons.states = states17;
5076
- ActionButtons.options = options16;
5135
+ ActionButtons.states = states19;
5136
+ ActionButtons.options = options18;
5077
5137
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5078
- ActionButtons.defaultProps = defaultProps14;
5138
+ ActionButtons.defaultProps = defaultProps16;
5079
5139
  var action_buttons_spec_default = ActionButtons;
5080
5140
 
5081
5141
  // src/action-sheet/actionsheet-footer.tsx
5082
- import { Fragment as Fragment13, jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5142
+ import { Fragment as Fragment13, jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5083
5143
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5084
5144
  var ActionSheetFooter = (props) => {
5085
5145
  const {
5086
5146
  actions,
5087
5147
  ...other
5088
5148
  } = props;
5089
- return /* @__PURE__ */ jsx29(
5149
+ return /* @__PURE__ */ jsx31(
5090
5150
  action_buttons_spec_default,
5091
5151
  {
5092
5152
  ...other,
@@ -5098,14 +5158,14 @@ var ActionSheetFooter = (props) => {
5098
5158
  children: /* @__PURE__ */ jsxs7(Fragment13, { children: [
5099
5159
  actions && actions.map((action, index) => {
5100
5160
  if (action === "|") {
5101
- return /* @__PURE__ */ jsx29("span", { className: "k-separator" }, index);
5161
+ return /* @__PURE__ */ jsx31("span", { className: "k-separator" }, index);
5102
5162
  }
5103
5163
  if (action === " ") {
5104
- return /* @__PURE__ */ jsx29("span", { className: "k-spacer" }, index);
5164
+ return /* @__PURE__ */ jsx31("span", { className: "k-spacer" }, index);
5105
5165
  }
5106
5166
  const importantFlag = action.startsWith("!");
5107
5167
  const actionName = importantFlag ? action.substring(1) : action;
5108
- return /* @__PURE__ */ jsx29(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5168
+ return /* @__PURE__ */ jsx31(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5109
5169
  }),
5110
5170
  !actions && props.children
5111
5171
  ] })
@@ -5114,12 +5174,12 @@ var ActionSheetFooter = (props) => {
5114
5174
  };
5115
5175
 
5116
5176
  // src/action-sheet/actionsheet-items.tsx
5117
- import { jsx as jsx30 } from "react/jsx-runtime";
5177
+ import { jsx as jsx32 } from "react/jsx-runtime";
5118
5178
  var ActionSheetItems = (props) => {
5119
5179
  const {
5120
5180
  ...other
5121
5181
  } = props;
5122
- return /* @__PURE__ */ jsx30(
5182
+ return /* @__PURE__ */ jsx32(
5123
5183
  "div",
5124
5184
  {
5125
5185
  ...other,
@@ -5133,8 +5193,8 @@ var ActionSheetItems = (props) => {
5133
5193
  };
5134
5194
 
5135
5195
  // src/action-sheet/actionsheet-item.tsx
5136
- import { Fragment as Fragment14, jsx as jsx31, jsxs as jsxs8 } from "react/jsx-runtime";
5137
- var states18 = [
5196
+ import { Fragment as Fragment14, jsx as jsx33, jsxs as jsxs8 } from "react/jsx-runtime";
5197
+ var states20 = [
5138
5198
  States.hover,
5139
5199
  States.focus,
5140
5200
  States.selected,
@@ -5142,19 +5202,19 @@ var states18 = [
5142
5202
  ];
5143
5203
 
5144
5204
  // src/treeview/treeview.spec.tsx
5145
- import { jsx as jsx32 } from "react/jsx-runtime";
5205
+ import { jsx as jsx34 } from "react/jsx-runtime";
5146
5206
  import { createElement } from "react";
5147
5207
  var TREEVIEW_CLASSNAME = `k-treeview`;
5148
- var states19 = [];
5149
- var options17 = {
5208
+ var states21 = [];
5209
+ var options19 = {
5150
5210
  size: [Size.small, Size.medium, Size.large]
5151
5211
  };
5152
- var defaultProps15 = {
5212
+ var defaultProps17 = {
5153
5213
  size: Size.medium
5154
5214
  };
5155
5215
  var Treeview = (props) => {
5156
5216
  const {
5157
- size = defaultProps15.size,
5217
+ size = defaultProps17.size,
5158
5218
  children,
5159
5219
  dir,
5160
5220
  ...other
@@ -5177,17 +5237,17 @@ var Treeview = (props) => {
5177
5237
  } else {
5178
5238
  if (children.type === TreeviewItem) {
5179
5239
  listChildren.push(
5180
- /* @__PURE__ */ jsx32(TreeviewItem, { ...children.props, dir })
5240
+ /* @__PURE__ */ jsx34(TreeviewItem, { ...children.props, dir })
5181
5241
  );
5182
5242
  }
5183
5243
  if (children.type === TreeviewGroup) {
5184
5244
  listChildren.push(
5185
- /* @__PURE__ */ jsx32(TreeviewGroup, { ...children.props, dir })
5245
+ /* @__PURE__ */ jsx34(TreeviewGroup, { ...children.props, dir })
5186
5246
  );
5187
5247
  }
5188
5248
  }
5189
5249
  }
5190
- return /* @__PURE__ */ jsx32(
5250
+ return /* @__PURE__ */ jsx34(
5191
5251
  "div",
5192
5252
  {
5193
5253
  ...other,
@@ -5199,17 +5259,17 @@ var Treeview = (props) => {
5199
5259
  size
5200
5260
  })
5201
5261
  ),
5202
- children: /* @__PURE__ */ jsx32(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5262
+ children: /* @__PURE__ */ jsx34(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5203
5263
  }
5204
5264
  );
5205
5265
  };
5206
- Treeview.states = states19;
5207
- Treeview.options = options17;
5266
+ Treeview.states = states21;
5267
+ Treeview.options = options19;
5208
5268
  Treeview.className = TREEVIEW_CLASSNAME;
5209
- Treeview.defaultProps = defaultProps15;
5269
+ Treeview.defaultProps = defaultProps17;
5210
5270
 
5211
5271
  // src/treeview/treeview-group.tsx
5212
- import { jsx as jsx33 } from "react/jsx-runtime";
5272
+ import { jsx as jsx35 } from "react/jsx-runtime";
5213
5273
  import { createElement as createElement2 } from "react";
5214
5274
  var className9 = `k-treeview-group`;
5215
5275
  var TreeviewGroup = (props) => {
@@ -5230,23 +5290,23 @@ var TreeviewGroup = (props) => {
5230
5290
  } else {
5231
5291
  if (children.type === treeview_item_spec_default) {
5232
5292
  listChildren.push(
5233
- /* @__PURE__ */ jsx33(treeview_item_spec_default, { ...children.props, dir })
5293
+ /* @__PURE__ */ jsx35(treeview_item_spec_default, { ...children.props, dir })
5234
5294
  );
5235
5295
  }
5236
5296
  }
5237
5297
  }
5238
- return /* @__PURE__ */ jsx33("ul", { className: classNames(props.className, className9), children: listChildren });
5298
+ return /* @__PURE__ */ jsx35("ul", { className: classNames(props.className, className9), children: listChildren });
5239
5299
  };
5240
5300
 
5241
5301
  // src/treeview/treeview-leaf.tsx
5242
- import { jsx as jsx34, jsxs as jsxs9 } from "react/jsx-runtime";
5302
+ import { jsx as jsx36, jsxs as jsxs9 } from "react/jsx-runtime";
5243
5303
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5244
- var states20 = [
5304
+ var states22 = [
5245
5305
  States.hover,
5246
5306
  States.focus,
5247
5307
  States.selected
5248
5308
  ];
5249
- var options18 = {};
5309
+ var options20 = {};
5250
5310
  var TreeviewLeaf = (props) => {
5251
5311
  const {
5252
5312
  text,
@@ -5271,29 +5331,29 @@ var TreeviewLeaf = (props) => {
5271
5331
  })
5272
5332
  ),
5273
5333
  children: [
5274
- showIcon && /* @__PURE__ */ jsx34(Icon, { icon }),
5275
- /* @__PURE__ */ jsx34("span", { className: "k-treeview-leaf-text", children: text })
5334
+ showIcon && /* @__PURE__ */ jsx36(Icon, { icon }),
5335
+ /* @__PURE__ */ jsx36("span", { className: "k-treeview-leaf-text", children: text })
5276
5336
  ]
5277
5337
  }
5278
5338
  );
5279
5339
  };
5280
- TreeviewLeaf.states = states20;
5281
- TreeviewLeaf.options = options18;
5340
+ TreeviewLeaf.states = states22;
5341
+ TreeviewLeaf.options = options20;
5282
5342
  TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5283
5343
  var treeview_leaf_default = TreeviewLeaf;
5284
5344
 
5285
5345
  // src/treeview/treeview-item.spec.tsx
5286
- import { Fragment as Fragment15, jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5346
+ import { Fragment as Fragment15, jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5287
5347
  import { createElement as createElement3 } from "react";
5288
5348
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5289
- var states21 = [
5349
+ var states23 = [
5290
5350
  States.hover,
5291
5351
  States.focus,
5292
5352
  States.selected,
5293
5353
  States.disabled
5294
5354
  ];
5295
- var options19 = {};
5296
- var defaultProps16 = {};
5355
+ var options21 = {};
5356
+ var defaultProps18 = {};
5297
5357
  var TreeviewItem = (props) => {
5298
5358
  const {
5299
5359
  leafClassName,
@@ -5326,7 +5386,7 @@ var TreeviewItem = (props) => {
5326
5386
  } else {
5327
5387
  if (children.type === TreeviewGroup) {
5328
5388
  listChildren.push(
5329
- /* @__PURE__ */ jsx35(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5389
+ /* @__PURE__ */ jsx37(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5330
5390
  );
5331
5391
  }
5332
5392
  }
@@ -5341,18 +5401,18 @@ var TreeviewItem = (props) => {
5341
5401
  ),
5342
5402
  children: [
5343
5403
  /* @__PURE__ */ jsxs10("span", { className: "k-treeview-mid", children: [
5344
- _hasChildren && /* @__PURE__ */ jsx35(
5404
+ _hasChildren && /* @__PURE__ */ jsx37(
5345
5405
  "span",
5346
5406
  {
5347
5407
  className: classNames(
5348
5408
  "k-treeview-toggle",
5349
5409
  stateClassNames("k-treeview-toggle", { disabled })
5350
5410
  ),
5351
- children: /* @__PURE__ */ jsx35(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5411
+ children: /* @__PURE__ */ jsx37(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5352
5412
  }
5353
5413
  ),
5354
- showCheckbox && /* @__PURE__ */ jsx35(Checkbox, { checked, disabled }),
5355
- /* @__PURE__ */ jsx35(
5414
+ showCheckbox && /* @__PURE__ */ jsx37(Checkbox, { checked, disabled }),
5415
+ /* @__PURE__ */ jsx37(
5356
5416
  treeview_leaf_default,
5357
5417
  {
5358
5418
  className: classNames(
@@ -5368,33 +5428,33 @@ var TreeviewItem = (props) => {
5368
5428
  }
5369
5429
  )
5370
5430
  ] }),
5371
- expanded && _hasChildren && /* @__PURE__ */ jsx35(Fragment15, { children: listChildren })
5431
+ expanded && _hasChildren && /* @__PURE__ */ jsx37(Fragment15, { children: listChildren })
5372
5432
  ]
5373
5433
  }
5374
5434
  );
5375
5435
  };
5376
- TreeviewItem.states = states21;
5377
- TreeviewItem.options = options19;
5436
+ TreeviewItem.states = states23;
5437
+ TreeviewItem.options = options21;
5378
5438
  TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
5379
- TreeviewItem.defaultProps = defaultProps16;
5439
+ TreeviewItem.defaultProps = defaultProps18;
5380
5440
  var treeview_item_spec_default = TreeviewItem;
5381
5441
 
5382
5442
  // src/treeview/templates/treeview-normal.tsx
5383
- import { jsx as jsx36 } from "react/jsx-runtime";
5443
+ import { jsx as jsx38 } from "react/jsx-runtime";
5384
5444
 
5385
5445
  // src/treeview/templates/treeview-hierarchy.tsx
5386
- import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5446
+ import { jsx as jsx39, jsxs as jsxs11 } from "react/jsx-runtime";
5387
5447
 
5388
5448
  // src/treeview/templates/treeview-icons.tsx
5389
- import { jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5449
+ import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
5390
5450
 
5391
5451
  // src/treeview/templates/treeview-checkboxes.tsx
5392
- import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5452
+ import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5393
5453
 
5394
5454
  // src/dropdowntree/dropdowntree.spec.tsx
5395
- import { Fragment as Fragment16, jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5455
+ import { Fragment as Fragment16, jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5396
5456
  var DROPDOWNTREE_CLASSNAME = `k-dropdowntree`;
5397
- var states22 = [
5457
+ var states24 = [
5398
5458
  States.hover,
5399
5459
  States.focus,
5400
5460
  States.valid,
@@ -5404,12 +5464,12 @@ var states22 = [
5404
5464
  States.loading,
5405
5465
  States.readonly
5406
5466
  ];
5407
- var options20 = {
5467
+ var options22 = {
5408
5468
  size: [Size.small, Size.medium, Size.large],
5409
5469
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5410
5470
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5411
5471
  };
5412
- var defaultProps17 = {
5472
+ var defaultProps19 = {
5413
5473
  showValue: true,
5414
5474
  arrowIconName: "caret-alt-down",
5415
5475
  size: Size.medium,
@@ -5419,7 +5479,7 @@ var defaultProps17 = {
5419
5479
  var DropdownTree = (props) => {
5420
5480
  const {
5421
5481
  valueIconName,
5422
- arrowIconName = defaultProps17.arrowIconName,
5482
+ arrowIconName = defaultProps19.arrowIconName,
5423
5483
  prefix,
5424
5484
  suffix,
5425
5485
  value,
@@ -5435,7 +5495,7 @@ var DropdownTree = (props) => {
5435
5495
  loading,
5436
5496
  disabled,
5437
5497
  readonly,
5438
- showValue = defaultProps17.showValue,
5498
+ showValue = defaultProps19.showValue,
5439
5499
  popup,
5440
5500
  opened,
5441
5501
  adaptive,
@@ -5468,8 +5528,8 @@ var DropdownTree = (props) => {
5468
5528
  }
5469
5529
  ),
5470
5530
  children: [
5471
- /* @__PURE__ */ jsx40(InputPrefix, { children: prefix }),
5472
- /* @__PURE__ */ jsx40(
5531
+ /* @__PURE__ */ jsx42(InputPrefix, { children: prefix }),
5532
+ /* @__PURE__ */ jsx42(
5473
5533
  InputInnerSpan,
5474
5534
  {
5475
5535
  placeholder,
@@ -5478,7 +5538,7 @@ var DropdownTree = (props) => {
5478
5538
  valueIconName
5479
5539
  }
5480
5540
  ),
5481
- /* @__PURE__ */ jsx40(
5541
+ /* @__PURE__ */ jsx42(
5482
5542
  InputValidationIcon,
5483
5543
  {
5484
5544
  valid,
@@ -5487,15 +5547,15 @@ var DropdownTree = (props) => {
5487
5547
  disabled
5488
5548
  }
5489
5549
  ),
5490
- /* @__PURE__ */ jsx40(
5550
+ /* @__PURE__ */ jsx42(
5491
5551
  InputLoadingIcon,
5492
5552
  {
5493
5553
  loading,
5494
5554
  disabled
5495
5555
  }
5496
5556
  ),
5497
- /* @__PURE__ */ jsx40(InputSuffix, { children: suffix }),
5498
- /* @__PURE__ */ jsx40(
5557
+ /* @__PURE__ */ jsx42(InputSuffix, { children: suffix }),
5558
+ /* @__PURE__ */ jsx42(
5499
5559
  Button,
5500
5560
  {
5501
5561
  className: "k-input-button",
@@ -5508,49 +5568,49 @@ var DropdownTree = (props) => {
5508
5568
  ]
5509
5569
  }
5510
5570
  ),
5511
- opened && popup && /* @__PURE__ */ jsx40(Popup, { className: "k-list-container k-dropdowntree-popup", dir, children: popup }),
5571
+ opened && popup && /* @__PURE__ */ jsx42(Popup, { className: "k-list-container k-dropdowntree-popup", dir, children: popup }),
5512
5572
  adaptive && /* @__PURE__ */ jsxs14(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5513
- /* @__PURE__ */ jsx40(ActionSheetHeader, { actions: ["x"], children: /* @__PURE__ */ jsx40("div", { className: "k-text-center", children: "Select value" }) }),
5573
+ /* @__PURE__ */ jsx42(ActionSheetHeader, { actions: ["x"], children: /* @__PURE__ */ jsx42("div", { className: "k-text-center", children: "Select value" }) }),
5514
5574
  /* @__PURE__ */ jsxs14(Treeview, { size: "large", children: [
5515
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Root 1" }),
5516
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Root 2", expanded: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5517
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Child 2.1" }),
5518
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Child 2.2", children: /* @__PURE__ */ jsx40(TreeviewGroup, { children: /* @__PURE__ */ jsx40(TreeviewItem, { text: "Child 2.2.1" }) }) }),
5519
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Child 2.3" }),
5520
- /* @__PURE__ */ jsx40(TreeviewItem, { leafClassName: "k-treeview-load-more-button", text: "Load more ..." })
5575
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Root 1" }),
5576
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Root 2", expanded: true, children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5577
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Child 2.1" }),
5578
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Child 2.2", children: /* @__PURE__ */ jsx42(TreeviewGroup, { children: /* @__PURE__ */ jsx42(TreeviewItem, { text: "Child 2.2.1" }) }) }),
5579
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Child 2.3" }),
5580
+ /* @__PURE__ */ jsx42(TreeviewItem, { leafClassName: "k-treeview-load-more-button", text: "Load more ..." })
5521
5581
  ] }) }),
5522
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Root 3", children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5523
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Child 3.1" }),
5524
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Child 3.2" }),
5525
- /* @__PURE__ */ jsx40(TreeviewItem, { text: "Child 3.3" })
5582
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Root 3", children: /* @__PURE__ */ jsxs14(TreeviewGroup, { children: [
5583
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Child 3.1" }),
5584
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Child 3.2" }),
5585
+ /* @__PURE__ */ jsx42(TreeviewItem, { text: "Child 3.3" })
5526
5586
  ] }) })
5527
5587
  ] })
5528
5588
  ] })
5529
5589
  ] });
5530
5590
  };
5531
- DropdownTree.states = states22;
5532
- DropdownTree.options = options20;
5591
+ DropdownTree.states = states24;
5592
+ DropdownTree.options = options22;
5533
5593
  DropdownTree.className = DROPDOWNTREE_CLASSNAME;
5534
- DropdownTree.defaultProps = defaultProps17;
5594
+ DropdownTree.defaultProps = defaultProps19;
5535
5595
  var dropdowntree_spec_default = DropdownTree;
5536
5596
 
5537
5597
  // src/dropdowntree/templates/dropdowntree-popup.tsx
5538
- import { Fragment as Fragment17, jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5539
- var DropdownTreePopup = (props) => /* @__PURE__ */ jsx41(
5598
+ import { Fragment as Fragment17, jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5599
+ var DropdownTreePopup = (props) => /* @__PURE__ */ jsx43(
5540
5600
  dropdowntree_spec_default,
5541
5601
  {
5542
5602
  opened: true,
5543
5603
  popup: /* @__PURE__ */ jsxs15(Fragment17, { children: [
5544
5604
  /* @__PURE__ */ jsxs15("div", { className: "k-check-all", children: [
5545
- /* @__PURE__ */ jsx41(Checkbox, {}),
5546
- /* @__PURE__ */ jsx41("span", { className: "k-checkbox-label", children: "Check all" })
5605
+ /* @__PURE__ */ jsx43(Checkbox, {}),
5606
+ /* @__PURE__ */ jsx43("span", { className: "k-checkbox-label", children: "Check all" })
5547
5607
  ] }),
5548
5608
  /* @__PURE__ */ jsxs15(Treeview, { children: [
5549
- /* @__PURE__ */ jsx41(TreeviewItem, { text: "Root 1" }),
5550
- /* @__PURE__ */ jsx41(TreeviewItem, { text: "Root 2", expanded: true, children: /* @__PURE__ */ jsxs15(TreeviewGroup, { children: [
5551
- /* @__PURE__ */ jsx41(TreeviewItem, { text: "Child 2.1", expanded: true, children: /* @__PURE__ */ jsx41(TreeviewGroup, { children: /* @__PURE__ */ jsx41(TreeviewItem, { text: "Child 2.1.1" }) }) }),
5552
- /* @__PURE__ */ jsx41(TreeviewItem, { text: "Child 2.2" }),
5553
- /* @__PURE__ */ jsx41(TreeviewItem, { leafClassName: "k-treeview-load-more-button", text: "Load more ..." })
5609
+ /* @__PURE__ */ jsx43(TreeviewItem, { text: "Root 1" }),
5610
+ /* @__PURE__ */ jsx43(TreeviewItem, { text: "Root 2", expanded: true, children: /* @__PURE__ */ jsxs15(TreeviewGroup, { children: [
5611
+ /* @__PURE__ */ jsx43(TreeviewItem, { text: "Child 2.1", expanded: true, children: /* @__PURE__ */ jsx43(TreeviewGroup, { children: /* @__PURE__ */ jsx43(TreeviewItem, { text: "Child 2.1.1" }) }) }),
5612
+ /* @__PURE__ */ jsx43(TreeviewItem, { text: "Child 2.2" }),
5613
+ /* @__PURE__ */ jsx43(TreeviewItem, { leafClassName: "k-treeview-load-more-button", text: "Load more ..." })
5554
5614
  ] }) })
5555
5615
  ] })
5556
5616
  ] }),