@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
@@ -362,17 +362,77 @@ Checkbox.options = options3;
362
362
  Checkbox.className = CHECKBOX_CLASSNAME;
363
363
  Checkbox.defaultProps = defaultProps3;
364
364
 
365
- // src/checkbox/templates/checkbox-label.tsx
366
- import { Fragment, jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
365
+ // src/checkbox/checkbox-group.spec.tsx
366
+ import { jsx as jsx5 } from "react/jsx-runtime";
367
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
368
+ var states4 = [];
369
+ var options4 = {};
370
+ var defaultProps4 = {
371
+ layout: "vertical"
372
+ };
373
+ var CheckboxGroup = (props) => {
374
+ const {
375
+ layout = defaultProps4.layout,
376
+ ...other
377
+ } = props;
378
+ return /* @__PURE__ */ jsx5(
379
+ "ul",
380
+ {
381
+ ...other,
382
+ className: classNames(
383
+ props.className,
384
+ CHECKBOXGROUP_CLASSNAME,
385
+ {
386
+ [`k-list-${layout}`]: layout
387
+ }
388
+ ),
389
+ children: props.children
390
+ }
391
+ );
392
+ };
393
+ CheckboxGroup.states = states4;
394
+ CheckboxGroup.options = options4;
395
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
396
+ CheckboxGroup.defaultProps = defaultProps4;
367
397
 
368
- // src/checkbox/templates/checkbox-normal.tsx
398
+ // src/checkbox/checkbox-item.spec.tsx
369
399
  import { jsx as jsx6 } from "react/jsx-runtime";
400
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
401
+ var states5 = [];
402
+ var options5 = {};
403
+ var defaultProps5 = {};
404
+ var CheckboxItem = (props) => {
405
+ const {
406
+ ...other
407
+ } = props;
408
+ return /* @__PURE__ */ jsx6(
409
+ "li",
410
+ {
411
+ ...other,
412
+ className: classNames(
413
+ props.className,
414
+ CHECKBOXITEM_CLASSNAME
415
+ ),
416
+ children: props.children
417
+ }
418
+ );
419
+ };
420
+ CheckboxItem.states = states5;
421
+ CheckboxItem.options = options5;
422
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
423
+ CheckboxItem.defaultProps = defaultProps5;
424
+
425
+ // src/checkbox/templates/checkbox-with-label.tsx
426
+ import { Fragment, jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
427
+
428
+ // src/checkbox/templates/checkbox-normal.tsx
429
+ import { jsx as jsx8 } from "react/jsx-runtime";
370
430
 
371
431
  // src/icon/font-icon.spec.tsx
372
- import { Fragment as Fragment2, jsx as jsx7 } from "react/jsx-runtime";
432
+ import { Fragment as Fragment2, jsx as jsx9 } from "react/jsx-runtime";
373
433
  var FONTICON_CLASSNAME = `k-icon`;
374
- var states4 = [];
375
- var options4 = {
434
+ var states6 = [];
435
+ var options6 = {
376
436
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
377
437
  themeColor: [
378
438
  ThemeColor.base,
@@ -387,7 +447,7 @@ var options4 = {
387
447
  ThemeColor.dark
388
448
  ]
389
449
  };
390
- var defaultProps4 = {};
450
+ var defaultProps6 = {};
391
451
  var FontIcon = (props) => {
392
452
  const {
393
453
  size,
@@ -398,9 +458,9 @@ var FontIcon = (props) => {
398
458
  ...other
399
459
  } = props;
400
460
  if (!icon) {
401
- return /* @__PURE__ */ jsx7(Fragment2, {});
461
+ return /* @__PURE__ */ jsx9(Fragment2, {});
402
462
  }
403
- return /* @__PURE__ */ jsx7(
463
+ return /* @__PURE__ */ jsx9(
404
464
  "span",
405
465
  {
406
466
  ...other,
@@ -421,17 +481,17 @@ var FontIcon = (props) => {
421
481
  }
422
482
  );
423
483
  };
424
- FontIcon.states = states4;
425
- FontIcon.options = options4;
484
+ FontIcon.states = states6;
485
+ FontIcon.options = options6;
426
486
  FontIcon.className = FONTICON_CLASSNAME;
427
- FontIcon.defaultProps = defaultProps4;
487
+ FontIcon.defaultProps = defaultProps6;
428
488
  var font_icon_spec_default = FontIcon;
429
489
 
430
490
  // src/icon/svg-icon.spec.tsx
431
- import { Fragment as Fragment3, jsx as jsx8 } from "react/jsx-runtime";
491
+ import { Fragment as Fragment3, jsx as jsx10 } from "react/jsx-runtime";
432
492
  var SVGICON_CLASSNAME = `k-svg-icon`;
433
- var states5 = [];
434
- var options5 = {
493
+ var states7 = [];
494
+ var options7 = {
435
495
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
436
496
  themeColor: [
437
497
  ThemeColor.base,
@@ -446,7 +506,7 @@ var options5 = {
446
506
  ThemeColor.dark
447
507
  ]
448
508
  };
449
- var defaultProps5 = {
509
+ var defaultProps7 = {
450
510
  viewBox: "0 0 24 24"
451
511
  };
452
512
  var SvgIcon = (props) => {
@@ -455,15 +515,15 @@ var SvgIcon = (props) => {
455
515
  themeColor,
456
516
  rotate,
457
517
  flip,
458
- viewBox = defaultProps5.viewBox,
518
+ viewBox = defaultProps7.viewBox,
459
519
  icon,
460
520
  ...other
461
521
  } = props;
462
522
  if (!icon) {
463
- return /* @__PURE__ */ jsx8(Fragment3, {});
523
+ return /* @__PURE__ */ jsx10(Fragment3, {});
464
524
  }
465
525
  if (icon === "none") {
466
- /* @__PURE__ */ jsx8(
526
+ /* @__PURE__ */ jsx10(
467
527
  "span",
468
528
  {
469
529
  ...other,
@@ -476,7 +536,7 @@ var SvgIcon = (props) => {
476
536
  );
477
537
  }
478
538
  const name = typeof icon === "object" && icon.name && icon.name;
479
- return /* @__PURE__ */ jsx8(
539
+ return /* @__PURE__ */ jsx10(
480
540
  "span",
481
541
  {
482
542
  ...other,
@@ -494,7 +554,7 @@ var SvgIcon = (props) => {
494
554
  "k-flip-v": flip === "v" || flip === "both"
495
555
  }
496
556
  ),
497
- children: /* @__PURE__ */ jsx8(
557
+ children: /* @__PURE__ */ jsx10(
498
558
  "svg",
499
559
  {
500
560
  "aria-hidden": true,
@@ -508,10 +568,10 @@ var SvgIcon = (props) => {
508
568
  }
509
569
  );
510
570
  };
511
- SvgIcon.states = states5;
512
- SvgIcon.options = options5;
571
+ SvgIcon.states = states7;
572
+ SvgIcon.options = options7;
513
573
  SvgIcon.className = SVGICON_CLASSNAME;
514
- SvgIcon.defaultProps = defaultProps5;
574
+ SvgIcon.defaultProps = defaultProps7;
515
575
  var svg_icon_spec_default = SvgIcon;
516
576
 
517
577
  // node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4510,13 +4570,13 @@ var chartChoroplethIcon = {
4510
4570
  };
4511
4571
 
4512
4572
  // src/icon/icon.spec.tsx
4513
- import { Fragment as Fragment4, jsx as jsx9 } from "react/jsx-runtime";
4573
+ import { Fragment as Fragment4, jsx as jsx11 } from "react/jsx-runtime";
4514
4574
  var snakeToCamel = (str) => str.toLowerCase().replace(
4515
4575
  /([-_][a-z])/g,
4516
4576
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4517
4577
  );
4518
- var states6 = [];
4519
- var options6 = {
4578
+ var states8 = [];
4579
+ var options8 = {
4520
4580
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4521
4581
  themeColor: [
4522
4582
  ThemeColor.base,
@@ -4531,7 +4591,7 @@ var options6 = {
4531
4591
  ThemeColor.dark
4532
4592
  ]
4533
4593
  };
4534
- var defaultProps6 = {
4594
+ var defaultProps8 = {
4535
4595
  viewBox: "0 0 24 24",
4536
4596
  type: "svg"
4537
4597
  };
@@ -4540,42 +4600,42 @@ var Icon = (props) => {
4540
4600
  size,
4541
4601
  themeColor,
4542
4602
  icon,
4543
- type = defaultProps6.type,
4603
+ type = defaultProps8.type,
4544
4604
  rotate,
4545
4605
  flip,
4546
- viewBox = defaultProps6.viewBox,
4606
+ viewBox = defaultProps8.viewBox,
4547
4607
  ...other
4548
4608
  } = props;
4549
4609
  if (!icon) {
4550
- return /* @__PURE__ */ jsx9(Fragment4, {});
4610
+ return /* @__PURE__ */ jsx11(Fragment4, {});
4551
4611
  }
4552
4612
  if (type === "svg") {
4553
4613
  if (icon === "none") {
4554
- return /* @__PURE__ */ jsx9(svg_icon_spec_default, { ...other, icon, size });
4614
+ return /* @__PURE__ */ jsx11(svg_icon_spec_default, { ...other, icon, size });
4555
4615
  }
4556
4616
  const iconSVG = snakeToCamel(`${icon}-icon`);
4557
4617
  if (!index_es_exports[iconSVG]) {
4558
- return /* @__PURE__ */ jsx9(Fragment4, {});
4618
+ return /* @__PURE__ */ jsx11(Fragment4, {});
4559
4619
  }
4560
- return /* @__PURE__ */ jsx9(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4620
+ return /* @__PURE__ */ jsx11(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4561
4621
  }
4562
- return /* @__PURE__ */ jsx9(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4622
+ return /* @__PURE__ */ jsx11(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4563
4623
  };
4564
- Icon.states = states6;
4565
- Icon.options = options6;
4566
- Icon.defaultProps = defaultProps6;
4624
+ Icon.states = states8;
4625
+ Icon.options = options8;
4626
+ Icon.defaultProps = defaultProps8;
4567
4627
 
4568
4628
  // src/list/list-item.spec.tsx
4569
- import { jsx as jsx10, jsxs as jsxs4 } from "react/jsx-runtime";
4629
+ import { jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
4570
4630
  var LISTITEM_CLASSNAME = `k-list-item`;
4571
- var states7 = [
4631
+ var states9 = [
4572
4632
  States.hover,
4573
4633
  States.focus,
4574
4634
  States.selected,
4575
4635
  States.disabled
4576
4636
  ];
4577
- var options7 = {};
4578
- var defaultProps7 = {};
4637
+ var options9 = {};
4638
+ var defaultProps9 = {};
4579
4639
  var ListItem = (props) => {
4580
4640
  const {
4581
4641
  text,
@@ -4606,66 +4666,66 @@ var ListItem = (props) => {
4606
4666
  })
4607
4667
  ),
4608
4668
  children: [
4609
- showCheckbox && /* @__PURE__ */ jsx10(Checkbox, { checked }),
4610
- showIcon && /* @__PURE__ */ jsx10(Icon, { icon: iconName }),
4611
- /* @__PURE__ */ jsx10("span", { className: "k-list-item-text", children: textOrChildren }),
4612
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx10("div", { className: "k-list-item-group-label", children: groupLabel })
4669
+ showCheckbox && /* @__PURE__ */ jsx12(Checkbox, { checked }),
4670
+ showIcon && /* @__PURE__ */ jsx12(Icon, { icon: iconName }),
4671
+ /* @__PURE__ */ jsx12("span", { className: "k-list-item-text", children: textOrChildren }),
4672
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx12("div", { className: "k-list-item-group-label", children: groupLabel })
4613
4673
  ]
4614
4674
  }
4615
4675
  );
4616
4676
  };
4617
- ListItem.states = states7;
4618
- ListItem.options = options7;
4677
+ ListItem.states = states9;
4678
+ ListItem.options = options9;
4619
4679
  ListItem.className = LISTITEM_CLASSNAME;
4620
- ListItem.defaultProps = defaultProps7;
4680
+ ListItem.defaultProps = defaultProps9;
4621
4681
 
4622
4682
  // src/list/list-content.tsx
4623
- import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
4683
+ import { jsx as jsx13, jsxs as jsxs5 } from "react/jsx-runtime";
4624
4684
  var className2 = `k-list-content`;
4625
4685
  var ListContent = (props) => {
4626
4686
  const {
4627
4687
  virtualization
4628
4688
  } = props;
4629
4689
  return /* @__PURE__ */ jsxs5("div", { className: classNames(className2, props.className), children: [
4630
- /* @__PURE__ */ jsx11("ul", { className: classNames("k-list-ul"), children: props.children }),
4631
- virtualization && /* @__PURE__ */ jsx11("div", { className: "k-height-container", children: /* @__PURE__ */ jsx11("div", {}) })
4690
+ /* @__PURE__ */ jsx13("ul", { className: classNames("k-list-ul"), children: props.children }),
4691
+ virtualization && /* @__PURE__ */ jsx13("div", { className: "k-height-container", children: /* @__PURE__ */ jsx13("div", {}) })
4632
4692
  ] });
4633
4693
  };
4634
4694
 
4635
4695
  // src/list/list-header.tsx
4636
- import { jsx as jsx12 } from "react/jsx-runtime";
4696
+ import { jsx as jsx14 } from "react/jsx-runtime";
4637
4697
  var className3 = `k-list-group-sticky-header`;
4638
- var ListHeader = (props) => /* @__PURE__ */ jsx12("div", { className: classNames(className3, props.className), children: /* @__PURE__ */ jsx12("div", { className: "k-list-header-text", children: props.children }) });
4698
+ var ListHeader = (props) => /* @__PURE__ */ jsx14("div", { className: classNames(className3, props.className), children: /* @__PURE__ */ jsx14("div", { className: "k-list-header-text", children: props.children }) });
4639
4699
 
4640
4700
  // src/list/list-group.tsx
4641
- import { Fragment as Fragment5, jsx as jsx13, jsxs as jsxs6 } from "react/jsx-runtime";
4701
+ import { Fragment as Fragment5, jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
4642
4702
  var ListGroup = (props) => {
4643
4703
  const {
4644
4704
  virtualization,
4645
4705
  label
4646
4706
  } = props;
4647
4707
  return /* @__PURE__ */ jsxs6(Fragment5, { children: [
4648
- label && /* @__PURE__ */ jsx13(ListHeader, { children: label }),
4649
- props.children && /* @__PURE__ */ jsx13(ListContent, { virtualization, children: props.children })
4708
+ label && /* @__PURE__ */ jsx15(ListHeader, { children: label }),
4709
+ props.children && /* @__PURE__ */ jsx15(ListContent, { virtualization, children: props.children })
4650
4710
  ] });
4651
4711
  };
4652
4712
 
4653
4713
  // src/list/list-group-item.tsx
4654
- import { jsx as jsx14 } from "react/jsx-runtime";
4714
+ import { jsx as jsx16 } from "react/jsx-runtime";
4655
4715
  var className4 = `k-list-group-item`;
4656
- var ListGroupItem = (props) => /* @__PURE__ */ jsx14("li", { className: classNames(className4, props.className), children: /* @__PURE__ */ jsx14("span", { className: "k-list-item-text", children: props.children }) });
4716
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx16("li", { className: classNames(className4, props.className), children: /* @__PURE__ */ jsx16("span", { className: "k-list-item-text", children: props.children }) });
4657
4717
 
4658
4718
  // src/list/list-option-label.tsx
4659
- import { jsx as jsx15 } from "react/jsx-runtime";
4719
+ import { jsx as jsx17 } from "react/jsx-runtime";
4660
4720
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
4661
- var states8 = [
4721
+ var states10 = [
4662
4722
  States.hover,
4663
4723
  States.focus,
4664
4724
  States.selected,
4665
4725
  States.disabled
4666
4726
  ];
4667
- var options8 = {};
4668
- var defaultProps8 = {};
4727
+ var options10 = {};
4728
+ var defaultProps10 = {};
4669
4729
  var ListOptionLabel = (props) => {
4670
4730
  const {
4671
4731
  text,
@@ -4675,7 +4735,7 @@ var ListOptionLabel = (props) => {
4675
4735
  disabled,
4676
4736
  ...other
4677
4737
  } = props;
4678
- return /* @__PURE__ */ jsx15(
4738
+ return /* @__PURE__ */ jsx17(
4679
4739
  "div",
4680
4740
  {
4681
4741
  ...other,
@@ -4692,36 +4752,36 @@ var ListOptionLabel = (props) => {
4692
4752
  }
4693
4753
  );
4694
4754
  };
4695
- ListOptionLabel.states = states8;
4696
- ListOptionLabel.options = options8;
4755
+ ListOptionLabel.states = states10;
4756
+ ListOptionLabel.options = options10;
4697
4757
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
4698
- ListOptionLabel.defaultProps = defaultProps8;
4758
+ ListOptionLabel.defaultProps = defaultProps10;
4699
4759
 
4700
4760
  // src/list/templates/list-normal.tsx
4701
- import { jsx as jsx16 } from "react/jsx-runtime";
4761
+ import { jsx as jsx18 } from "react/jsx-runtime";
4702
4762
 
4703
4763
  // src/list/templates/list-virtualization.tsx
4704
- import { jsx as jsx17 } from "react/jsx-runtime";
4764
+ import { jsx as jsx19 } from "react/jsx-runtime";
4705
4765
 
4706
4766
  // src/list/templates/list-grouping.tsx
4707
- import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
4767
+ import { jsx as jsx20, jsxs as jsxs7 } from "react/jsx-runtime";
4708
4768
 
4709
4769
  // src/list/templates/list-virualization-grouping.tsx
4710
- import { jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
4770
+ import { jsx as jsx21, jsxs as jsxs8 } from "react/jsx-runtime";
4711
4771
 
4712
4772
  // src/list/templates/list-virtualization-angular.tsx
4713
- import { jsx as jsx20 } from "react/jsx-runtime";
4773
+ import { jsx as jsx22 } from "react/jsx-runtime";
4714
4774
 
4715
4775
  // src/list/templates/list-grouping-angular.tsx
4716
- import { jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
4776
+ import { jsx as jsx23, jsxs as jsxs9 } from "react/jsx-runtime";
4717
4777
 
4718
4778
  // src/list/templates/list-virualization-grouping-angular.tsx
4719
- import { jsx as jsx22, jsxs as jsxs10 } from "react/jsx-runtime";
4779
+ import { jsx as jsx24, jsxs as jsxs10 } from "react/jsx-runtime";
4720
4780
 
4721
4781
  // src/input/input.spec.tsx
4722
- import { jsx as jsx23 } from "react/jsx-runtime";
4782
+ import { jsx as jsx25 } from "react/jsx-runtime";
4723
4783
  var INPUT_CLASSNAME = `k-input`;
4724
- var states9 = [
4784
+ var states11 = [
4725
4785
  States.hover,
4726
4786
  States.focus,
4727
4787
  States.valid,
@@ -4731,12 +4791,12 @@ var states9 = [
4731
4791
  States.loading,
4732
4792
  States.readonly
4733
4793
  ];
4734
- var options9 = {
4794
+ var options11 = {
4735
4795
  size: [Size.small, Size.medium, Size.large],
4736
4796
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4737
4797
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4738
4798
  };
4739
- var defaultProps9 = {
4799
+ var defaultProps11 = {
4740
4800
  size: Size.medium,
4741
4801
  rounded: Size.medium,
4742
4802
  fillMode: FillMode.solid
@@ -4750,12 +4810,12 @@ var Input = (props) => {
4750
4810
  valid,
4751
4811
  loading,
4752
4812
  readonly,
4753
- size = defaultProps9.size,
4754
- rounded = defaultProps9.rounded,
4755
- fillMode = defaultProps9.fillMode,
4813
+ size = defaultProps11.size,
4814
+ rounded = defaultProps11.rounded,
4815
+ fillMode = defaultProps11.fillMode,
4756
4816
  ...other
4757
4817
  } = props;
4758
- return /* @__PURE__ */ jsx23(
4818
+ return /* @__PURE__ */ jsx25(
4759
4819
  "span",
4760
4820
  {
4761
4821
  ...other,
@@ -4768,13 +4828,13 @@ var Input = (props) => {
4768
4828
  }
4769
4829
  );
4770
4830
  };
4771
- Input.states = states9;
4772
- Input.options = options9;
4831
+ Input.states = states11;
4832
+ Input.options = options11;
4773
4833
  Input.className = INPUT_CLASSNAME;
4774
- Input.defaultProps = defaultProps9;
4834
+ Input.defaultProps = defaultProps11;
4775
4835
 
4776
4836
  // src/input/picker.spec.tsx
4777
- import { jsx as jsx24 } from "react/jsx-runtime";
4837
+ import { jsx as jsx26 } from "react/jsx-runtime";
4778
4838
  var PICKER_CLASSNAME = `k-picker`;
4779
4839
  var pickerStates = [
4780
4840
  States.hover,
@@ -4791,7 +4851,7 @@ var pickerOptions = {
4791
4851
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4792
4852
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4793
4853
  };
4794
- var defaultProps10 = {
4854
+ var defaultProps12 = {
4795
4855
  size: Size.medium,
4796
4856
  rounded: Roundness.medium,
4797
4857
  fillMode: FillMode.solid
@@ -4805,12 +4865,12 @@ var Picker = (props) => {
4805
4865
  valid,
4806
4866
  loading,
4807
4867
  readonly,
4808
- size = defaultProps10.size,
4809
- rounded = defaultProps10.rounded,
4810
- fillMode = defaultProps10.fillMode,
4868
+ size = defaultProps12.size,
4869
+ rounded = defaultProps12.rounded,
4870
+ fillMode = defaultProps12.fillMode,
4811
4871
  ...other
4812
4872
  } = props;
4813
- return /* @__PURE__ */ jsx24(
4873
+ return /* @__PURE__ */ jsx26(
4814
4874
  "span",
4815
4875
  {
4816
4876
  ...other,
@@ -4827,17 +4887,17 @@ var Picker = (props) => {
4827
4887
  Picker.states = pickerStates;
4828
4888
  Picker.options = pickerOptions;
4829
4889
  Picker.className = PICKER_CLASSNAME;
4830
- Picker.defaultProps = defaultProps10;
4890
+ Picker.defaultProps = defaultProps12;
4831
4891
 
4832
4892
  // src/input/input-clear-value.tsx
4833
- import { Fragment as Fragment6, jsx as jsx25 } from "react/jsx-runtime";
4893
+ import { Fragment as Fragment6, jsx as jsx27 } from "react/jsx-runtime";
4834
4894
  var className5 = `k-clear-value`;
4835
- var states10 = [
4895
+ var states12 = [
4836
4896
  States.disabled,
4837
4897
  States.loading,
4838
4898
  States.readonly
4839
4899
  ];
4840
- var options10 = {};
4900
+ var options12 = {};
4841
4901
  var InputClearValue = (props) => {
4842
4902
  const {
4843
4903
  disabled,
@@ -4846,20 +4906,20 @@ var InputClearValue = (props) => {
4846
4906
  value
4847
4907
  } = props;
4848
4908
  if (disabled || readonly || loading || !value) {
4849
- return /* @__PURE__ */ jsx25(Fragment6, {});
4909
+ return /* @__PURE__ */ jsx27(Fragment6, {});
4850
4910
  }
4851
- return /* @__PURE__ */ jsx25("span", { className: classNames(props.className, className5), children: /* @__PURE__ */ jsx25(Icon, { icon: "x" }) });
4911
+ return /* @__PURE__ */ jsx27("span", { className: classNames(props.className, className5), children: /* @__PURE__ */ jsx27(Icon, { icon: "x" }) });
4852
4912
  };
4853
- InputClearValue.states = states10;
4854
- InputClearValue.options = options10;
4913
+ InputClearValue.states = states12;
4914
+ InputClearValue.options = options12;
4855
4915
  InputClearValue.className = className5;
4856
4916
 
4857
4917
  // src/input/input-inner-input.tsx
4858
- import { jsx as jsx26 } from "react/jsx-runtime";
4918
+ import { jsx as jsx28 } from "react/jsx-runtime";
4859
4919
  var className6 = `k-input-inner`;
4860
- var states11 = [];
4861
- var options11 = {};
4862
- var defaultProps11 = {
4920
+ var states13 = [];
4921
+ var options13 = {};
4922
+ var defaultProps13 = {
4863
4923
  type: "text",
4864
4924
  autocomplete: "off",
4865
4925
  value: "",
@@ -4867,13 +4927,13 @@ var defaultProps11 = {
4867
4927
  };
4868
4928
  var InputInnerInput = (props) => {
4869
4929
  const {
4870
- value = defaultProps11.value,
4871
- type = defaultProps11.type,
4872
- placeholder = defaultProps11.placeholder,
4873
- autocomplete = defaultProps11.autocomplete,
4930
+ value = defaultProps13.value,
4931
+ type = defaultProps13.type,
4932
+ placeholder = defaultProps13.placeholder,
4933
+ autocomplete = defaultProps13.autocomplete,
4874
4934
  ...other
4875
4935
  } = props;
4876
- return /* @__PURE__ */ jsx26(
4936
+ return /* @__PURE__ */ jsx28(
4877
4937
  "input",
4878
4938
  {
4879
4939
  ...other,
@@ -4885,15 +4945,15 @@ var InputInnerInput = (props) => {
4885
4945
  }
4886
4946
  );
4887
4947
  };
4888
- InputInnerInput.states = states11;
4889
- InputInnerInput.options = options11;
4948
+ InputInnerInput.states = states13;
4949
+ InputInnerInput.options = options13;
4890
4950
  InputInnerInput.className = className6;
4891
4951
 
4892
4952
  // src/input/input-inner-span.tsx
4893
- import { jsx as jsx27, jsxs as jsxs11 } from "react/jsx-runtime";
4953
+ import { jsx as jsx29, jsxs as jsxs11 } from "react/jsx-runtime";
4894
4954
  var className7 = `k-input-inner`;
4895
- var states12 = [];
4896
- var options12 = {};
4955
+ var states14 = [];
4956
+ var options14 = {};
4897
4957
  var InputInnerSpan = (props) => {
4898
4958
  const {
4899
4959
  value,
@@ -4910,34 +4970,34 @@ var InputInnerSpan = (props) => {
4910
4970
  className: classNames(props.className, className7, optionClassNames(className7, props)),
4911
4971
  children: [
4912
4972
  valueIcon,
4913
- !valueIcon && valueIconName && /* @__PURE__ */ jsx27(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4973
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx29(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4914
4974
  showValue && !value && placeholder,
4915
- showValue && value && /* @__PURE__ */ jsx27("span", { className: "k-input-value-text", children: value })
4975
+ showValue && value && /* @__PURE__ */ jsx29("span", { className: "k-input-value-text", children: value })
4916
4976
  ]
4917
4977
  }
4918
4978
  );
4919
4979
  };
4920
- InputInnerSpan.states = states12;
4921
- InputInnerSpan.options = options12;
4980
+ InputInnerSpan.states = states14;
4981
+ InputInnerSpan.options = options14;
4922
4982
  InputInnerSpan.className = className7;
4923
4983
 
4924
4984
  // src/input/input-inner-textarea.tsx
4925
- import { jsx as jsx28 } from "react/jsx-runtime";
4926
- var defaultProps12 = {
4985
+ import { jsx as jsx30 } from "react/jsx-runtime";
4986
+ var defaultProps14 = {
4927
4987
  value: "",
4928
4988
  placeholder: ""
4929
4989
  };
4930
4990
  var className8 = `k-input-inner`;
4931
- var states13 = [];
4932
- var options13 = {};
4991
+ var states15 = [];
4992
+ var options15 = {};
4933
4993
  var InputInnerTextarea = (props) => {
4934
4994
  const {
4935
- value = defaultProps12.value,
4936
- placeholder = defaultProps12.placeholder,
4995
+ value = defaultProps14.value,
4996
+ placeholder = defaultProps14.placeholder,
4937
4997
  rows,
4938
4998
  ...other
4939
4999
  } = props;
4940
- return /* @__PURE__ */ jsx28(
5000
+ return /* @__PURE__ */ jsx30(
4941
5001
  "textarea",
4942
5002
  {
4943
5003
  ...other,
@@ -4948,14 +5008,14 @@ var InputInnerTextarea = (props) => {
4948
5008
  }
4949
5009
  );
4950
5010
  };
4951
- InputInnerTextarea.states = states13;
4952
- InputInnerTextarea.options = options13;
5011
+ InputInnerTextarea.states = states15;
5012
+ InputInnerTextarea.options = options15;
4953
5013
  InputInnerTextarea.className = className8;
4954
5014
 
4955
5015
  // src/input/input-loading-icon.tsx
4956
- import { Fragment as Fragment7, jsx as jsx29 } from "react/jsx-runtime";
5016
+ import { Fragment as Fragment7, jsx as jsx31 } from "react/jsx-runtime";
4957
5017
  var className9 = `k-input-loading-icon`;
4958
- var states14 = [
5018
+ var states16 = [
4959
5019
  States.disabled,
4960
5020
  States.loading
4961
5021
  ];
@@ -4965,21 +5025,21 @@ var InputLoadingIcon = (props) => {
4965
5025
  loading
4966
5026
  } = props;
4967
5027
  if (disabled || !loading) {
4968
- return /* @__PURE__ */ jsx29(Fragment7, {});
5028
+ return /* @__PURE__ */ jsx31(Fragment7, {});
4969
5029
  }
4970
- return /* @__PURE__ */ jsx29(Icon, { className: classNames(props.className, className9), icon: "loading", type: "font" });
5030
+ return /* @__PURE__ */ jsx31(Icon, { className: classNames(props.className, className9), icon: "loading", type: "font" });
4971
5031
  };
4972
5032
 
4973
5033
  // src/input/input-validation-icon.tsx
4974
- import { Fragment as Fragment8, jsx as jsx30 } from "react/jsx-runtime";
5034
+ import { Fragment as Fragment8, jsx as jsx32 } from "react/jsx-runtime";
4975
5035
  var className10 = `k-input-validation-icon`;
4976
- var states15 = [
5036
+ var states17 = [
4977
5037
  States.valid,
4978
5038
  States.invalid,
4979
5039
  States.disabled,
4980
5040
  States.loading
4981
5041
  ];
4982
- var options14 = {};
5042
+ var options16 = {};
4983
5043
  var InputValidationIcon = (props) => {
4984
5044
  const {
4985
5045
  valid,
@@ -4990,48 +5050,48 @@ var InputValidationIcon = (props) => {
4990
5050
  const iconName = invalid ? "exclamation-circle" : "check";
4991
5051
  const renderValidationIcon = Boolean(valid || invalid);
4992
5052
  if (disabled || loading || !renderValidationIcon) {
4993
- return /* @__PURE__ */ jsx30(Fragment8, {});
5053
+ return /* @__PURE__ */ jsx32(Fragment8, {});
4994
5054
  }
4995
- return /* @__PURE__ */ jsx30(Icon, { className: classNames(className10), icon: iconName });
5055
+ return /* @__PURE__ */ jsx32(Icon, { className: classNames(className10), icon: iconName });
4996
5056
  };
4997
- InputValidationIcon.states = states15;
4998
- InputValidationIcon.options = options14;
5057
+ InputValidationIcon.states = states17;
5058
+ InputValidationIcon.options = options16;
4999
5059
  InputValidationIcon.className = className10;
5000
5060
 
5001
5061
  // src/input/input-prefix.tsx
5002
- import { Fragment as Fragment9, jsx as jsx31 } from "react/jsx-runtime";
5062
+ import { Fragment as Fragment9, jsx as jsx33 } from "react/jsx-runtime";
5003
5063
  var className11 = `k-input-prefix`;
5004
5064
  var InputPrefix = (props) => {
5005
5065
  if (!props.children) {
5006
- return /* @__PURE__ */ jsx31(Fragment9, {});
5066
+ return /* @__PURE__ */ jsx33(Fragment9, {});
5007
5067
  }
5008
- return /* @__PURE__ */ jsx31("span", { className: classNames(className11, props.className), children: props.children });
5068
+ return /* @__PURE__ */ jsx33("span", { className: classNames(className11, props.className), children: props.children });
5009
5069
  };
5010
5070
 
5011
5071
  // src/input/input-suffix.tsx
5012
- import { Fragment as Fragment10, jsx as jsx32 } from "react/jsx-runtime";
5072
+ import { Fragment as Fragment10, jsx as jsx34 } from "react/jsx-runtime";
5013
5073
  var className12 = `k-input-suffix`;
5014
5074
  var InputSuffix = (props) => {
5015
5075
  if (!props.children) {
5016
- return /* @__PURE__ */ jsx32(Fragment10, {});
5076
+ return /* @__PURE__ */ jsx34(Fragment10, {});
5017
5077
  }
5018
- return /* @__PURE__ */ jsx32("span", { className: classNames(className12, props.className), children: props.children });
5078
+ return /* @__PURE__ */ jsx34("span", { className: classNames(className12, props.className), children: props.children });
5019
5079
  };
5020
5080
 
5021
5081
  // src/input/input-separator.tsx
5022
- import { jsx as jsx33 } from "react/jsx-runtime";
5082
+ import { jsx as jsx35 } from "react/jsx-runtime";
5023
5083
 
5024
5084
  // src/button/button.spec.tsx
5025
- import { Fragment as Fragment11, jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
5085
+ import { Fragment as Fragment11, jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5026
5086
  var BUTTON_CLASSNAME = `k-button`;
5027
- var states16 = [
5087
+ var states18 = [
5028
5088
  States.hover,
5029
5089
  States.focus,
5030
5090
  States.active,
5031
5091
  States.selected,
5032
5092
  States.disabled
5033
5093
  ];
5034
- var options15 = {
5094
+ var options17 = {
5035
5095
  size: [Size.small, Size.medium, Size.large],
5036
5096
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5037
5097
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5049,7 +5109,7 @@ var options15 = {
5049
5109
  ThemeColor.inverse
5050
5110
  ]
5051
5111
  };
5052
- var defaultProps13 = {
5112
+ var defaultProps15 = {
5053
5113
  size: Size.medium,
5054
5114
  rounded: Roundness.medium,
5055
5115
  fillMode: FillMode.solid,
@@ -5059,10 +5119,10 @@ var defaultProps13 = {
5059
5119
  };
5060
5120
  var Button = (props) => {
5061
5121
  const {
5062
- size = defaultProps13.size,
5063
- rounded = defaultProps13.rounded,
5064
- fillMode = defaultProps13.fillMode,
5065
- themeColor = defaultProps13.themeColor,
5122
+ size = defaultProps15.size,
5123
+ rounded = defaultProps15.rounded,
5124
+ fillMode = defaultProps15.fillMode,
5125
+ themeColor = defaultProps15.themeColor,
5066
5126
  hover,
5067
5127
  focus,
5068
5128
  active,
@@ -5071,8 +5131,8 @@ var Button = (props) => {
5071
5131
  icon,
5072
5132
  text,
5073
5133
  iconClassName,
5074
- showArrow = defaultProps13.showArrow,
5075
- arrowIconName = defaultProps13.arrowIconName,
5134
+ showArrow = defaultProps15.showArrow,
5135
+ arrowIconName = defaultProps15.arrowIconName,
5076
5136
  ...other
5077
5137
  } = props;
5078
5138
  const hasIcon = icon !== void 0;
@@ -5102,7 +5162,7 @@ var Button = (props) => {
5102
5162
  }
5103
5163
  ),
5104
5164
  children: [
5105
- icon && /* @__PURE__ */ jsx34(
5165
+ icon && /* @__PURE__ */ jsx36(
5106
5166
  Icon,
5107
5167
  {
5108
5168
  className: classNames(iconClassName, "k-button-icon"),
@@ -5110,34 +5170,34 @@ var Button = (props) => {
5110
5170
  }
5111
5171
  ),
5112
5172
  text ? /* @__PURE__ */ jsxs12(Fragment11, { children: [
5113
- text && /* @__PURE__ */ jsx34("span", { className: "k-button-text", children: text }),
5173
+ text && /* @__PURE__ */ jsx36("span", { className: "k-button-text", children: text }),
5114
5174
  props.children
5115
- ] }) : props.children && /* @__PURE__ */ jsx34("span", { className: "k-button-text", children: props.children }),
5116
- showArrow && /* @__PURE__ */ jsx34("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx34(Icon, { icon: arrowIconName }) })
5175
+ ] }) : props.children && /* @__PURE__ */ jsx36("span", { className: "k-button-text", children: props.children }),
5176
+ showArrow && /* @__PURE__ */ jsx36("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx36(Icon, { icon: arrowIconName }) })
5117
5177
  ]
5118
5178
  }
5119
5179
  );
5120
5180
  };
5121
- Button.states = states16;
5122
- Button.options = options15;
5181
+ Button.states = states18;
5182
+ Button.options = options17;
5123
5183
  Button.className = BUTTON_CLASSNAME;
5124
- Button.defaultProps = defaultProps13;
5184
+ Button.defaultProps = defaultProps15;
5125
5185
 
5126
5186
  // src/button/templates/icon-button.tsx
5127
- import { jsx as jsx35 } from "react/jsx-runtime";
5187
+ import { jsx as jsx37 } from "react/jsx-runtime";
5128
5188
 
5129
5189
  // src/button/templates/icon-text-button.tsx
5130
- import { jsx as jsx36 } from "react/jsx-runtime";
5190
+ import { jsx as jsx38 } from "react/jsx-runtime";
5131
5191
 
5132
5192
  // src/button/templates/text-button.tsx
5133
- import { jsx as jsx37 } from "react/jsx-runtime";
5193
+ import { jsx as jsx39 } from "react/jsx-runtime";
5134
5194
 
5135
5195
  // src/animation-container/animation-container.spec.tsx
5136
- import { jsx as jsx38 } from "react/jsx-runtime";
5196
+ import { jsx as jsx40 } from "react/jsx-runtime";
5137
5197
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5138
- var states17 = [];
5139
- var options16 = {};
5140
- var defaultProps14 = {
5198
+ var states19 = [];
5199
+ var options18 = {};
5200
+ var defaultProps16 = {
5141
5201
  positionMode: "absolute"
5142
5202
  };
5143
5203
  var AnimationContainer = (props) => {
@@ -5147,7 +5207,7 @@ var AnimationContainer = (props) => {
5147
5207
  offset,
5148
5208
  ...other
5149
5209
  } = props;
5150
- return /* @__PURE__ */ jsx38(
5210
+ return /* @__PURE__ */ jsx40(
5151
5211
  "div",
5152
5212
  {
5153
5213
  ...other,
@@ -5159,21 +5219,21 @@ var AnimationContainer = (props) => {
5159
5219
  ["k-animation-container-fixed"]: positionMode === "fixed"
5160
5220
  }
5161
5221
  ),
5162
- children: /* @__PURE__ */ jsx38("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5222
+ children: /* @__PURE__ */ jsx40("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5163
5223
  }
5164
5224
  );
5165
5225
  };
5166
- AnimationContainer.states = states17;
5167
- AnimationContainer.options = options16;
5226
+ AnimationContainer.states = states19;
5227
+ AnimationContainer.options = options18;
5168
5228
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5169
- AnimationContainer.defaultProps = defaultProps14;
5229
+ AnimationContainer.defaultProps = defaultProps16;
5170
5230
 
5171
5231
  // src/popup/popup.spec.tsx
5172
- import { jsx as jsx39 } from "react/jsx-runtime";
5232
+ import { jsx as jsx41 } from "react/jsx-runtime";
5173
5233
  var POPUP_CLASSNAME = `k-popup`;
5174
- var states18 = [];
5175
- var options17 = {};
5176
- var defaultProps15 = {
5234
+ var states20 = [];
5235
+ var options19 = {};
5236
+ var defaultProps17 = {
5177
5237
  positionMode: "absolute"
5178
5238
  };
5179
5239
  var Popup = (props) => {
@@ -5182,26 +5242,26 @@ var Popup = (props) => {
5182
5242
  positionMode,
5183
5243
  ...other
5184
5244
  } = props;
5185
- return /* @__PURE__ */ jsx39(
5245
+ return /* @__PURE__ */ jsx41(
5186
5246
  AnimationContainer,
5187
5247
  {
5188
5248
  positionMode,
5189
5249
  offset,
5190
- children: /* @__PURE__ */ jsx39("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5250
+ children: /* @__PURE__ */ jsx41("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5191
5251
  }
5192
5252
  );
5193
5253
  };
5194
- Popup.states = states18;
5195
- Popup.options = options17;
5254
+ Popup.states = states20;
5255
+ Popup.options = options19;
5196
5256
  Popup.className = POPUP_CLASSNAME;
5197
- Popup.defaultProps = defaultProps15;
5257
+ Popup.defaultProps = defaultProps17;
5198
5258
 
5199
5259
  // src/action-sheet/action-sheet.spec.tsx
5200
- import { Fragment as Fragment12, jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5260
+ import { Fragment as Fragment12, jsx as jsx42, jsxs as jsxs13 } from "react/jsx-runtime";
5201
5261
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5202
- var states19 = [];
5203
- var options18 = {};
5204
- var defaultProps16 = {
5262
+ var states21 = [];
5263
+ var options20 = {};
5264
+ var defaultProps18 = {
5205
5265
  side: "bottom",
5206
5266
  fullscreen: false,
5207
5267
  adaptive: false,
@@ -5214,14 +5274,14 @@ var ActionSheet = (props) => {
5214
5274
  header,
5215
5275
  footer,
5216
5276
  actions,
5217
- side = defaultProps16.side,
5218
- fullscreen = defaultProps16.fullscreen,
5219
- adaptive = defaultProps16.adaptive,
5220
- overlay = defaultProps16.overlay,
5277
+ side = defaultProps18.side,
5278
+ fullscreen = defaultProps18.fullscreen,
5279
+ adaptive = defaultProps18.adaptive,
5280
+ overlay = defaultProps18.overlay,
5221
5281
  ...other
5222
5282
  } = props;
5223
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx40(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5224
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx40(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx40(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5283
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx42(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5284
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx42(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx42(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5225
5285
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5226
5286
  switch (child.type) {
5227
5287
  case ActionSheetHeader:
@@ -5231,10 +5291,10 @@ var ActionSheet = (props) => {
5231
5291
  return true;
5232
5292
  }
5233
5293
  return true;
5234
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx40(Fragment12, {});
5294
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx42(Fragment12, {});
5235
5295
  return /* @__PURE__ */ jsxs13("div", { className: "k-actionsheet-container", children: [
5236
- overlay && /* @__PURE__ */ jsx40("div", { className: "k-overlay" }),
5237
- /* @__PURE__ */ jsx40(
5296
+ overlay && /* @__PURE__ */ jsx42("div", { className: "k-overlay" }),
5297
+ /* @__PURE__ */ jsx42(
5238
5298
  AnimationContainer,
5239
5299
  {
5240
5300
  animationStyle: {
@@ -5244,7 +5304,7 @@ var ActionSheet = (props) => {
5244
5304
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5245
5305
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5246
5306
  },
5247
- children: /* @__PURE__ */ jsx40(
5307
+ children: /* @__PURE__ */ jsx42(
5248
5308
  "div",
5249
5309
  {
5250
5310
  ...other,
@@ -5259,7 +5319,7 @@ var ActionSheet = (props) => {
5259
5319
  ),
5260
5320
  children: /* @__PURE__ */ jsxs13(Fragment12, { children: [
5261
5321
  _ActionSheetHeader,
5262
- /* @__PURE__ */ jsx40("div", { className: classNames(
5322
+ /* @__PURE__ */ jsx42("div", { className: classNames(
5263
5323
  "k-actionsheet-content",
5264
5324
  {
5265
5325
  "!k-overflow-hidden": adaptive
@@ -5273,15 +5333,15 @@ var ActionSheet = (props) => {
5273
5333
  )
5274
5334
  ] });
5275
5335
  };
5276
- ActionSheet.states = states19;
5277
- ActionSheet.options = options18;
5336
+ ActionSheet.states = states21;
5337
+ ActionSheet.options = options20;
5278
5338
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5279
- ActionSheet.defaultProps = defaultProps16;
5339
+ ActionSheet.defaultProps = defaultProps18;
5280
5340
 
5281
5341
  // src/searchbox/searchbox.spec.tsx
5282
- import { jsx as jsx41, jsxs as jsxs14 } from "react/jsx-runtime";
5342
+ import { jsx as jsx43, jsxs as jsxs14 } from "react/jsx-runtime";
5283
5343
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5284
- var states20 = [
5344
+ var states22 = [
5285
5345
  States.hover,
5286
5346
  States.focus,
5287
5347
  States.valid,
@@ -5290,12 +5350,12 @@ var states20 = [
5290
5350
  States.disabled,
5291
5351
  States.loading
5292
5352
  ];
5293
- var options19 = {
5353
+ var options21 = {
5294
5354
  size: [Size.small, Size.medium, Size.large],
5295
5355
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5296
5356
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5297
5357
  };
5298
- var defaultProps17 = {
5358
+ var defaultProps19 = {
5299
5359
  showIcon: true,
5300
5360
  icon: "search",
5301
5361
  size: Input.defaultProps.size,
@@ -5316,8 +5376,8 @@ var Searchbox = (props) => {
5316
5376
  required,
5317
5377
  loading,
5318
5378
  disabled,
5319
- showIcon = defaultProps17.showIcon,
5320
- icon = defaultProps17.icon,
5379
+ showIcon = defaultProps19.showIcon,
5380
+ icon = defaultProps19.icon,
5321
5381
  ...other
5322
5382
  } = props;
5323
5383
  return /* @__PURE__ */ jsxs14(
@@ -5336,25 +5396,25 @@ var Searchbox = (props) => {
5336
5396
  disabled,
5337
5397
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5338
5398
  children: [
5339
- showIcon && /* @__PURE__ */ jsx41(Icon, { className: "k-input-icon", icon }),
5340
- /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5341
- /* @__PURE__ */ jsx41(InputLoadingIcon, { ...props }),
5342
- /* @__PURE__ */ jsx41(InputValidationIcon, { ...props }),
5343
- /* @__PURE__ */ jsx41(InputClearValue, { ...props })
5399
+ showIcon && /* @__PURE__ */ jsx43(Icon, { className: "k-input-icon", icon }),
5400
+ /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5401
+ /* @__PURE__ */ jsx43(InputLoadingIcon, { ...props }),
5402
+ /* @__PURE__ */ jsx43(InputValidationIcon, { ...props }),
5403
+ /* @__PURE__ */ jsx43(InputClearValue, { ...props })
5344
5404
  ]
5345
5405
  }
5346
5406
  );
5347
5407
  };
5348
- Searchbox.states = states20;
5349
- Searchbox.options = options19;
5408
+ Searchbox.states = states22;
5409
+ Searchbox.options = options21;
5350
5410
  Searchbox.className = SEARCHBOX_CLASSNAME;
5351
- Searchbox.defaultProps = defaultProps17;
5411
+ Searchbox.defaultProps = defaultProps19;
5352
5412
 
5353
5413
  // src/searchbox/templates/searchbox-normal.tsx
5354
- import { jsx as jsx42 } from "react/jsx-runtime";
5414
+ import { jsx as jsx44 } from "react/jsx-runtime";
5355
5415
 
5356
5416
  // src/action-sheet/actionsheet-header.tsx
5357
- import { Fragment as Fragment13, jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5417
+ import { Fragment as Fragment13, jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5358
5418
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5359
5419
  var ActionSheetHeader = (props) => {
5360
5420
  const {
@@ -5364,7 +5424,7 @@ var ActionSheetHeader = (props) => {
5364
5424
  filter,
5365
5425
  ...other
5366
5426
  } = props;
5367
- return /* @__PURE__ */ jsx43(
5427
+ return /* @__PURE__ */ jsx45(
5368
5428
  "div",
5369
5429
  {
5370
5430
  ...other,
@@ -5374,35 +5434,35 @@ var ActionSheetHeader = (props) => {
5374
5434
  ),
5375
5435
  children: /* @__PURE__ */ jsxs15(Fragment13, { children: [
5376
5436
  /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5377
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx43(Fragment13, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5378
- title !== "" && /* @__PURE__ */ jsx43("div", { className: "k-text-center", children: title }),
5379
- subTitle !== "" && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5437
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx45(Fragment13, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5438
+ title !== "" && /* @__PURE__ */ jsx45("div", { className: "k-text-center", children: title }),
5439
+ subTitle !== "" && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5380
5440
  ] }) }),
5381
- props.children && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-title", children: props.children }),
5382
- actions && /* @__PURE__ */ jsx43(Fragment13, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx43(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5441
+ props.children && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-title", children: props.children }),
5442
+ actions && /* @__PURE__ */ jsx45(Fragment13, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx45(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5383
5443
  ] }),
5384
- filter && /* @__PURE__ */ jsx43(Fragment13, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx43(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5444
+ filter && /* @__PURE__ */ jsx45(Fragment13, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx45(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5385
5445
  ] })
5386
5446
  }
5387
5447
  );
5388
5448
  };
5389
5449
 
5390
5450
  // src/action-buttons/action-buttons.spec.tsx
5391
- import { jsx as jsx44 } from "react/jsx-runtime";
5451
+ import { jsx as jsx46 } from "react/jsx-runtime";
5392
5452
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5393
- var states21 = [];
5394
- var options20 = {};
5395
- var defaultProps18 = {
5453
+ var states23 = [];
5454
+ var options22 = {};
5455
+ var defaultProps20 = {
5396
5456
  alignment: "start",
5397
5457
  orientation: "horizontal"
5398
5458
  };
5399
5459
  var ActionButtons = (props) => {
5400
5460
  const {
5401
- alignment = defaultProps18.alignment,
5402
- orientation = defaultProps18.orientation,
5461
+ alignment = defaultProps20.alignment,
5462
+ orientation = defaultProps20.orientation,
5403
5463
  ...other
5404
5464
  } = props;
5405
- return /* @__PURE__ */ jsx44(
5465
+ return /* @__PURE__ */ jsx46(
5406
5466
  "div",
5407
5467
  {
5408
5468
  ...other,
@@ -5418,21 +5478,21 @@ var ActionButtons = (props) => {
5418
5478
  }
5419
5479
  );
5420
5480
  };
5421
- ActionButtons.states = states21;
5422
- ActionButtons.options = options20;
5481
+ ActionButtons.states = states23;
5482
+ ActionButtons.options = options22;
5423
5483
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5424
- ActionButtons.defaultProps = defaultProps18;
5484
+ ActionButtons.defaultProps = defaultProps20;
5425
5485
  var action_buttons_spec_default = ActionButtons;
5426
5486
 
5427
5487
  // src/action-sheet/actionsheet-footer.tsx
5428
- import { Fragment as Fragment14, jsx as jsx45, jsxs as jsxs16 } from "react/jsx-runtime";
5488
+ import { Fragment as Fragment14, jsx as jsx47, jsxs as jsxs16 } from "react/jsx-runtime";
5429
5489
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5430
5490
  var ActionSheetFooter = (props) => {
5431
5491
  const {
5432
5492
  actions,
5433
5493
  ...other
5434
5494
  } = props;
5435
- return /* @__PURE__ */ jsx45(
5495
+ return /* @__PURE__ */ jsx47(
5436
5496
  action_buttons_spec_default,
5437
5497
  {
5438
5498
  ...other,
@@ -5444,14 +5504,14 @@ var ActionSheetFooter = (props) => {
5444
5504
  children: /* @__PURE__ */ jsxs16(Fragment14, { children: [
5445
5505
  actions && actions.map((action, index) => {
5446
5506
  if (action === "|") {
5447
- return /* @__PURE__ */ jsx45("span", { className: "k-separator" }, index);
5507
+ return /* @__PURE__ */ jsx47("span", { className: "k-separator" }, index);
5448
5508
  }
5449
5509
  if (action === " ") {
5450
- return /* @__PURE__ */ jsx45("span", { className: "k-spacer" }, index);
5510
+ return /* @__PURE__ */ jsx47("span", { className: "k-spacer" }, index);
5451
5511
  }
5452
5512
  const importantFlag = action.startsWith("!");
5453
5513
  const actionName = importantFlag ? action.substring(1) : action;
5454
- return /* @__PURE__ */ jsx45(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5514
+ return /* @__PURE__ */ jsx47(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5455
5515
  }),
5456
5516
  !actions && props.children
5457
5517
  ] })
@@ -5460,12 +5520,12 @@ var ActionSheetFooter = (props) => {
5460
5520
  };
5461
5521
 
5462
5522
  // src/action-sheet/actionsheet-items.tsx
5463
- import { jsx as jsx46 } from "react/jsx-runtime";
5523
+ import { jsx as jsx48 } from "react/jsx-runtime";
5464
5524
  var ActionSheetItems = (props) => {
5465
5525
  const {
5466
5526
  ...other
5467
5527
  } = props;
5468
- return /* @__PURE__ */ jsx46(
5528
+ return /* @__PURE__ */ jsx48(
5469
5529
  "div",
5470
5530
  {
5471
5531
  ...other,
@@ -5479,8 +5539,8 @@ var ActionSheetItems = (props) => {
5479
5539
  };
5480
5540
 
5481
5541
  // src/action-sheet/actionsheet-item.tsx
5482
- import { Fragment as Fragment15, jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5483
- var states22 = [
5542
+ import { Fragment as Fragment15, jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
5543
+ var states24 = [
5484
5544
  States.hover,
5485
5545
  States.focus,
5486
5546
  States.selected,
@@ -5488,9 +5548,9 @@ var states22 = [
5488
5548
  ];
5489
5549
 
5490
5550
  // src/combobox/combobox.spec.tsx
5491
- import { Fragment as Fragment16, jsx as jsx48, jsxs as jsxs18 } from "react/jsx-runtime";
5551
+ import { Fragment as Fragment16, jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
5492
5552
  var COMBOBOX_CLASSNAME = `k-combobox`;
5493
- var states23 = [
5553
+ var states25 = [
5494
5554
  States.hover,
5495
5555
  States.focus,
5496
5556
  States.valid,
@@ -5500,12 +5560,12 @@ var states23 = [
5500
5560
  States.disabled,
5501
5561
  States.readonly
5502
5562
  ];
5503
- var defaultProps19 = {
5563
+ var defaultProps21 = {
5504
5564
  size: Input.defaultProps.size,
5505
5565
  rounded: Input.defaultProps.rounded,
5506
5566
  fillMode: Input.defaultProps.fillMode
5507
5567
  };
5508
- var options21 = {
5568
+ var options23 = {
5509
5569
  size: [Size.small, Size.medium, Size.large],
5510
5570
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5511
5571
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5551,9 +5611,9 @@ var Combobox = (props) => {
5551
5611
  readonly,
5552
5612
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5553
5613
  children: [
5554
- /* @__PURE__ */ jsx48(InputPrefix, { children: prefix }),
5555
- /* @__PURE__ */ jsx48(InputInnerInput, { placeholder, value }),
5556
- /* @__PURE__ */ jsx48(
5614
+ /* @__PURE__ */ jsx50(InputPrefix, { children: prefix }),
5615
+ /* @__PURE__ */ jsx50(InputInnerInput, { placeholder, value }),
5616
+ /* @__PURE__ */ jsx50(
5557
5617
  InputValidationIcon,
5558
5618
  {
5559
5619
  valid,
@@ -5562,14 +5622,14 @@ var Combobox = (props) => {
5562
5622
  disabled
5563
5623
  }
5564
5624
  ),
5565
- /* @__PURE__ */ jsx48(
5625
+ /* @__PURE__ */ jsx50(
5566
5626
  InputLoadingIcon,
5567
5627
  {
5568
5628
  loading,
5569
5629
  disabled
5570
5630
  }
5571
5631
  ),
5572
- /* @__PURE__ */ jsx48(
5632
+ /* @__PURE__ */ jsx50(
5573
5633
  InputClearValue,
5574
5634
  {
5575
5635
  loading,
@@ -5578,8 +5638,8 @@ var Combobox = (props) => {
5578
5638
  value
5579
5639
  }
5580
5640
  ),
5581
- /* @__PURE__ */ jsx48(InputSuffix, { children: suffix }),
5582
- /* @__PURE__ */ jsx48(
5641
+ /* @__PURE__ */ jsx50(InputSuffix, { children: suffix }),
5642
+ /* @__PURE__ */ jsx50(
5583
5643
  Button,
5584
5644
  {
5585
5645
  className: "k-input-button",
@@ -5592,9 +5652,9 @@ var Combobox = (props) => {
5592
5652
  ]
5593
5653
  }
5594
5654
  ),
5595
- opened && popup && /* @__PURE__ */ jsx48(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5655
+ opened && popup && /* @__PURE__ */ jsx50(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5596
5656
  adaptive && /* @__PURE__ */ jsxs18(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5597
- /* @__PURE__ */ jsx48(
5657
+ /* @__PURE__ */ jsx50(
5598
5658
  ActionSheetHeader,
5599
5659
  {
5600
5660
  actions: ["x"],
@@ -5602,30 +5662,30 @@ var Combobox = (props) => {
5602
5662
  title: "Select Item"
5603
5663
  }
5604
5664
  ),
5605
- /* @__PURE__ */ jsx48("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs18(List, { size: "large", children: [
5606
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" }),
5607
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" }),
5608
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" })
5665
+ /* @__PURE__ */ jsx50("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs18(List, { size: "large", children: [
5666
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" }),
5667
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" }),
5668
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" })
5609
5669
  ] }) })
5610
5670
  ] })
5611
5671
  ] });
5612
5672
  };
5613
- Combobox.states = states23;
5614
- Combobox.options = options21;
5673
+ Combobox.states = states25;
5674
+ Combobox.options = options23;
5615
5675
  Combobox.className = COMBOBOX_CLASSNAME;
5616
- Combobox.defaultProps = defaultProps19;
5676
+ Combobox.defaultProps = defaultProps21;
5617
5677
  var combobox_spec_default = Combobox;
5618
5678
 
5619
5679
  // src/combobox/templates/combobox-popup.tsx
5620
- import { jsx as jsx49, jsxs as jsxs19 } from "react/jsx-runtime";
5621
- var ComboboxPopup = (props) => /* @__PURE__ */ jsx49(
5680
+ import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5681
+ var ComboboxPopup = (props) => /* @__PURE__ */ jsx51(
5622
5682
  combobox_spec_default,
5623
5683
  {
5624
5684
  opened: true,
5625
5685
  popup: /* @__PURE__ */ jsxs19(List, { children: [
5626
- /* @__PURE__ */ jsx49(ListItem, { children: "List item" }),
5627
- /* @__PURE__ */ jsx49(ListItem, { children: "List item" }),
5628
- /* @__PURE__ */ jsx49(ListItem, { children: "List item" })
5686
+ /* @__PURE__ */ jsx51(ListItem, { children: "List item" }),
5687
+ /* @__PURE__ */ jsx51(ListItem, { children: "List item" }),
5688
+ /* @__PURE__ */ jsx51(ListItem, { children: "List item" })
5629
5689
  ] }),
5630
5690
  ...props
5631
5691
  }