@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
@@ -4477,16 +4477,76 @@ Checkbox.options = options5;
4477
4477
  Checkbox.className = CHECKBOX_CLASSNAME;
4478
4478
  Checkbox.defaultProps = defaultProps5;
4479
4479
 
4480
- // src/checkbox/templates/checkbox-label.tsx
4481
- import { Fragment as Fragment5, jsx as jsx9, jsxs as jsxs2 } from "react/jsx-runtime";
4480
+ // src/checkbox/checkbox-group.spec.tsx
4481
+ import { jsx as jsx9 } from "react/jsx-runtime";
4482
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4483
+ var states6 = [];
4484
+ var options6 = {};
4485
+ var defaultProps6 = {
4486
+ layout: "vertical"
4487
+ };
4488
+ var CheckboxGroup = (props) => {
4489
+ const {
4490
+ layout = defaultProps6.layout,
4491
+ ...other
4492
+ } = props;
4493
+ return /* @__PURE__ */ jsx9(
4494
+ "ul",
4495
+ {
4496
+ ...other,
4497
+ className: classNames(
4498
+ props.className,
4499
+ CHECKBOXGROUP_CLASSNAME,
4500
+ {
4501
+ [`k-list-${layout}`]: layout
4502
+ }
4503
+ ),
4504
+ children: props.children
4505
+ }
4506
+ );
4507
+ };
4508
+ CheckboxGroup.states = states6;
4509
+ CheckboxGroup.options = options6;
4510
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4511
+ CheckboxGroup.defaultProps = defaultProps6;
4482
4512
 
4483
- // src/checkbox/templates/checkbox-normal.tsx
4513
+ // src/checkbox/checkbox-item.spec.tsx
4484
4514
  import { jsx as jsx10 } from "react/jsx-runtime";
4515
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4516
+ var states7 = [];
4517
+ var options7 = {};
4518
+ var defaultProps7 = {};
4519
+ var CheckboxItem = (props) => {
4520
+ const {
4521
+ ...other
4522
+ } = props;
4523
+ return /* @__PURE__ */ jsx10(
4524
+ "li",
4525
+ {
4526
+ ...other,
4527
+ className: classNames(
4528
+ props.className,
4529
+ CHECKBOXITEM_CLASSNAME
4530
+ ),
4531
+ children: props.children
4532
+ }
4533
+ );
4534
+ };
4535
+ CheckboxItem.states = states7;
4536
+ CheckboxItem.options = options7;
4537
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4538
+ CheckboxItem.defaultProps = defaultProps7;
4539
+
4540
+ // src/checkbox/templates/checkbox-with-label.tsx
4541
+ import { Fragment as Fragment5, jsx as jsx11, jsxs as jsxs2 } from "react/jsx-runtime";
4542
+
4543
+ // src/checkbox/templates/checkbox-normal.tsx
4544
+ import { jsx as jsx12 } from "react/jsx-runtime";
4485
4545
 
4486
4546
  // src/input/input.spec.tsx
4487
- import { jsx as jsx11 } from "react/jsx-runtime";
4547
+ import { jsx as jsx13 } from "react/jsx-runtime";
4488
4548
  var INPUT_CLASSNAME = `k-input`;
4489
- var states6 = [
4549
+ var states8 = [
4490
4550
  States.hover,
4491
4551
  States.focus,
4492
4552
  States.valid,
@@ -4496,12 +4556,12 @@ var states6 = [
4496
4556
  States.loading,
4497
4557
  States.readonly
4498
4558
  ];
4499
- var options6 = {
4559
+ var options8 = {
4500
4560
  size: [Size.small, Size.medium, Size.large],
4501
4561
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4502
4562
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4503
4563
  };
4504
- var defaultProps6 = {
4564
+ var defaultProps8 = {
4505
4565
  size: Size.medium,
4506
4566
  rounded: Size.medium,
4507
4567
  fillMode: FillMode.solid
@@ -4515,12 +4575,12 @@ var Input = (props) => {
4515
4575
  valid,
4516
4576
  loading,
4517
4577
  readonly,
4518
- size = defaultProps6.size,
4519
- rounded = defaultProps6.rounded,
4520
- fillMode = defaultProps6.fillMode,
4578
+ size = defaultProps8.size,
4579
+ rounded = defaultProps8.rounded,
4580
+ fillMode = defaultProps8.fillMode,
4521
4581
  ...other
4522
4582
  } = props;
4523
- return /* @__PURE__ */ jsx11(
4583
+ return /* @__PURE__ */ jsx13(
4524
4584
  "span",
4525
4585
  {
4526
4586
  ...other,
@@ -4533,13 +4593,13 @@ var Input = (props) => {
4533
4593
  }
4534
4594
  );
4535
4595
  };
4536
- Input.states = states6;
4537
- Input.options = options6;
4596
+ Input.states = states8;
4597
+ Input.options = options8;
4538
4598
  Input.className = INPUT_CLASSNAME;
4539
- Input.defaultProps = defaultProps6;
4599
+ Input.defaultProps = defaultProps8;
4540
4600
 
4541
4601
  // src/input/picker.spec.tsx
4542
- import { jsx as jsx12 } from "react/jsx-runtime";
4602
+ import { jsx as jsx14 } from "react/jsx-runtime";
4543
4603
  var PICKER_CLASSNAME = `k-picker`;
4544
4604
  var pickerStates = [
4545
4605
  States.hover,
@@ -4556,7 +4616,7 @@ var pickerOptions = {
4556
4616
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4557
4617
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4558
4618
  };
4559
- var defaultProps7 = {
4619
+ var defaultProps9 = {
4560
4620
  size: Size.medium,
4561
4621
  rounded: Roundness.medium,
4562
4622
  fillMode: FillMode.solid
@@ -4570,12 +4630,12 @@ var Picker = (props) => {
4570
4630
  valid,
4571
4631
  loading,
4572
4632
  readonly,
4573
- size = defaultProps7.size,
4574
- rounded = defaultProps7.rounded,
4575
- fillMode = defaultProps7.fillMode,
4633
+ size = defaultProps9.size,
4634
+ rounded = defaultProps9.rounded,
4635
+ fillMode = defaultProps9.fillMode,
4576
4636
  ...other
4577
4637
  } = props;
4578
- return /* @__PURE__ */ jsx12(
4638
+ return /* @__PURE__ */ jsx14(
4579
4639
  "span",
4580
4640
  {
4581
4641
  ...other,
@@ -4592,17 +4652,17 @@ var Picker = (props) => {
4592
4652
  Picker.states = pickerStates;
4593
4653
  Picker.options = pickerOptions;
4594
4654
  Picker.className = PICKER_CLASSNAME;
4595
- Picker.defaultProps = defaultProps7;
4655
+ Picker.defaultProps = defaultProps9;
4596
4656
 
4597
4657
  // src/input/input-clear-value.tsx
4598
- import { Fragment as Fragment6, jsx as jsx13 } from "react/jsx-runtime";
4658
+ import { Fragment as Fragment6, jsx as jsx15 } from "react/jsx-runtime";
4599
4659
  var className = `k-clear-value`;
4600
- var states7 = [
4660
+ var states9 = [
4601
4661
  States.disabled,
4602
4662
  States.loading,
4603
4663
  States.readonly
4604
4664
  ];
4605
- var options7 = {};
4665
+ var options9 = {};
4606
4666
  var InputClearValue = (props) => {
4607
4667
  const {
4608
4668
  disabled,
@@ -4611,20 +4671,20 @@ var InputClearValue = (props) => {
4611
4671
  value
4612
4672
  } = props;
4613
4673
  if (disabled || readonly || loading || !value) {
4614
- return /* @__PURE__ */ jsx13(Fragment6, {});
4674
+ return /* @__PURE__ */ jsx15(Fragment6, {});
4615
4675
  }
4616
- return /* @__PURE__ */ jsx13("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx13(Icon, { icon: "x" }) });
4676
+ return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
4617
4677
  };
4618
- InputClearValue.states = states7;
4619
- InputClearValue.options = options7;
4678
+ InputClearValue.states = states9;
4679
+ InputClearValue.options = options9;
4620
4680
  InputClearValue.className = className;
4621
4681
 
4622
4682
  // src/input/input-inner-input.tsx
4623
- import { jsx as jsx14 } from "react/jsx-runtime";
4683
+ import { jsx as jsx16 } from "react/jsx-runtime";
4624
4684
  var className2 = `k-input-inner`;
4625
- var states8 = [];
4626
- var options8 = {};
4627
- var defaultProps8 = {
4685
+ var states10 = [];
4686
+ var options10 = {};
4687
+ var defaultProps10 = {
4628
4688
  type: "text",
4629
4689
  autocomplete: "off",
4630
4690
  value: "",
@@ -4632,13 +4692,13 @@ var defaultProps8 = {
4632
4692
  };
4633
4693
  var InputInnerInput = (props) => {
4634
4694
  const {
4635
- value = defaultProps8.value,
4636
- type = defaultProps8.type,
4637
- placeholder = defaultProps8.placeholder,
4638
- autocomplete = defaultProps8.autocomplete,
4695
+ value = defaultProps10.value,
4696
+ type = defaultProps10.type,
4697
+ placeholder = defaultProps10.placeholder,
4698
+ autocomplete = defaultProps10.autocomplete,
4639
4699
  ...other
4640
4700
  } = props;
4641
- return /* @__PURE__ */ jsx14(
4701
+ return /* @__PURE__ */ jsx16(
4642
4702
  "input",
4643
4703
  {
4644
4704
  ...other,
@@ -4650,15 +4710,15 @@ var InputInnerInput = (props) => {
4650
4710
  }
4651
4711
  );
4652
4712
  };
4653
- InputInnerInput.states = states8;
4654
- InputInnerInput.options = options8;
4713
+ InputInnerInput.states = states10;
4714
+ InputInnerInput.options = options10;
4655
4715
  InputInnerInput.className = className2;
4656
4716
 
4657
4717
  // src/input/input-inner-span.tsx
4658
- import { jsx as jsx15, jsxs as jsxs3 } from "react/jsx-runtime";
4718
+ import { jsx as jsx17, jsxs as jsxs3 } from "react/jsx-runtime";
4659
4719
  var className3 = `k-input-inner`;
4660
- var states9 = [];
4661
- var options9 = {};
4720
+ var states11 = [];
4721
+ var options11 = {};
4662
4722
  var InputInnerSpan = (props) => {
4663
4723
  const {
4664
4724
  value,
@@ -4675,34 +4735,34 @@ var InputInnerSpan = (props) => {
4675
4735
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4676
4736
  children: [
4677
4737
  valueIcon,
4678
- !valueIcon && valueIconName && /* @__PURE__ */ jsx15(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4738
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx17(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4679
4739
  showValue && !value && placeholder,
4680
- showValue && value && /* @__PURE__ */ jsx15("span", { className: "k-input-value-text", children: value })
4740
+ showValue && value && /* @__PURE__ */ jsx17("span", { className: "k-input-value-text", children: value })
4681
4741
  ]
4682
4742
  }
4683
4743
  );
4684
4744
  };
4685
- InputInnerSpan.states = states9;
4686
- InputInnerSpan.options = options9;
4745
+ InputInnerSpan.states = states11;
4746
+ InputInnerSpan.options = options11;
4687
4747
  InputInnerSpan.className = className3;
4688
4748
 
4689
4749
  // src/input/input-inner-textarea.tsx
4690
- import { jsx as jsx16 } from "react/jsx-runtime";
4691
- var defaultProps9 = {
4750
+ import { jsx as jsx18 } from "react/jsx-runtime";
4751
+ var defaultProps11 = {
4692
4752
  value: "",
4693
4753
  placeholder: ""
4694
4754
  };
4695
4755
  var className4 = `k-input-inner`;
4696
- var states10 = [];
4697
- var options10 = {};
4756
+ var states12 = [];
4757
+ var options12 = {};
4698
4758
  var InputInnerTextarea = (props) => {
4699
4759
  const {
4700
- value = defaultProps9.value,
4701
- placeholder = defaultProps9.placeholder,
4760
+ value = defaultProps11.value,
4761
+ placeholder = defaultProps11.placeholder,
4702
4762
  rows,
4703
4763
  ...other
4704
4764
  } = props;
4705
- return /* @__PURE__ */ jsx16(
4765
+ return /* @__PURE__ */ jsx18(
4706
4766
  "textarea",
4707
4767
  {
4708
4768
  ...other,
@@ -4713,14 +4773,14 @@ var InputInnerTextarea = (props) => {
4713
4773
  }
4714
4774
  );
4715
4775
  };
4716
- InputInnerTextarea.states = states10;
4717
- InputInnerTextarea.options = options10;
4776
+ InputInnerTextarea.states = states12;
4777
+ InputInnerTextarea.options = options12;
4718
4778
  InputInnerTextarea.className = className4;
4719
4779
 
4720
4780
  // src/input/input-loading-icon.tsx
4721
- import { Fragment as Fragment7, jsx as jsx17 } from "react/jsx-runtime";
4781
+ import { Fragment as Fragment7, jsx as jsx19 } from "react/jsx-runtime";
4722
4782
  var className5 = `k-input-loading-icon`;
4723
- var states11 = [
4783
+ var states13 = [
4724
4784
  States.disabled,
4725
4785
  States.loading
4726
4786
  ];
@@ -4730,21 +4790,21 @@ var InputLoadingIcon = (props) => {
4730
4790
  loading
4731
4791
  } = props;
4732
4792
  if (disabled || !loading) {
4733
- return /* @__PURE__ */ jsx17(Fragment7, {});
4793
+ return /* @__PURE__ */ jsx19(Fragment7, {});
4734
4794
  }
4735
- return /* @__PURE__ */ jsx17(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4795
+ return /* @__PURE__ */ jsx19(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4736
4796
  };
4737
4797
 
4738
4798
  // src/input/input-validation-icon.tsx
4739
- import { Fragment as Fragment8, jsx as jsx18 } from "react/jsx-runtime";
4799
+ import { Fragment as Fragment8, jsx as jsx20 } from "react/jsx-runtime";
4740
4800
  var className6 = `k-input-validation-icon`;
4741
- var states12 = [
4801
+ var states14 = [
4742
4802
  States.valid,
4743
4803
  States.invalid,
4744
4804
  States.disabled,
4745
4805
  States.loading
4746
4806
  ];
4747
- var options11 = {};
4807
+ var options13 = {};
4748
4808
  var InputValidationIcon = (props) => {
4749
4809
  const {
4750
4810
  valid,
@@ -4755,41 +4815,41 @@ var InputValidationIcon = (props) => {
4755
4815
  const iconName = invalid ? "exclamation-circle" : "check";
4756
4816
  const renderValidationIcon = Boolean(valid || invalid);
4757
4817
  if (disabled || loading || !renderValidationIcon) {
4758
- return /* @__PURE__ */ jsx18(Fragment8, {});
4818
+ return /* @__PURE__ */ jsx20(Fragment8, {});
4759
4819
  }
4760
- return /* @__PURE__ */ jsx18(Icon, { className: classNames(className6), icon: iconName });
4820
+ return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
4761
4821
  };
4762
- InputValidationIcon.states = states12;
4763
- InputValidationIcon.options = options11;
4822
+ InputValidationIcon.states = states14;
4823
+ InputValidationIcon.options = options13;
4764
4824
  InputValidationIcon.className = className6;
4765
4825
 
4766
4826
  // src/input/input-prefix.tsx
4767
- import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
4827
+ import { Fragment as Fragment9, jsx as jsx21 } from "react/jsx-runtime";
4768
4828
  var className7 = `k-input-prefix`;
4769
4829
  var InputPrefix = (props) => {
4770
4830
  if (!props.children) {
4771
- return /* @__PURE__ */ jsx19(Fragment9, {});
4831
+ return /* @__PURE__ */ jsx21(Fragment9, {});
4772
4832
  }
4773
- return /* @__PURE__ */ jsx19("span", { className: classNames(className7, props.className), children: props.children });
4833
+ return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
4774
4834
  };
4775
4835
 
4776
4836
  // src/input/input-suffix.tsx
4777
- import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
4837
+ import { Fragment as Fragment10, jsx as jsx22 } from "react/jsx-runtime";
4778
4838
  var className8 = `k-input-suffix`;
4779
4839
  var InputSuffix = (props) => {
4780
4840
  if (!props.children) {
4781
- return /* @__PURE__ */ jsx20(Fragment10, {});
4841
+ return /* @__PURE__ */ jsx22(Fragment10, {});
4782
4842
  }
4783
- return /* @__PURE__ */ jsx20("span", { className: classNames(className8, props.className), children: props.children });
4843
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4784
4844
  };
4785
4845
 
4786
4846
  // src/input/input-separator.tsx
4787
- import { jsx as jsx21 } from "react/jsx-runtime";
4847
+ import { jsx as jsx23 } from "react/jsx-runtime";
4788
4848
 
4789
4849
  // src/textbox/textbox.spec.tsx
4790
- import { jsx as jsx22, jsxs as jsxs4 } from "react/jsx-runtime";
4850
+ import { jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
4791
4851
  var TEXTBOX_CLASSNAME = `k-textbox`;
4792
- var states13 = [
4852
+ var states15 = [
4793
4853
  States.hover,
4794
4854
  States.focus,
4795
4855
  States.valid,
@@ -4799,12 +4859,12 @@ var states13 = [
4799
4859
  States.loading,
4800
4860
  States.readonly
4801
4861
  ];
4802
- var options12 = {
4862
+ var options14 = {
4803
4863
  size: [Size.small, Size.medium, Size.large],
4804
4864
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4805
4865
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4806
4866
  };
4807
- var defaultProps10 = {
4867
+ var defaultProps12 = {
4808
4868
  showClearButton: true,
4809
4869
  size: Input.defaultProps.size,
4810
4870
  rounded: Input.defaultProps.rounded,
@@ -4827,7 +4887,7 @@ var Textbox = (props) => {
4827
4887
  loading,
4828
4888
  disabled,
4829
4889
  readonly,
4830
- showClearButton = defaultProps10.showClearButton,
4890
+ showClearButton = defaultProps12.showClearButton,
4831
4891
  ...other
4832
4892
  } = props;
4833
4893
  return /* @__PURE__ */ jsxs4(
@@ -4847,9 +4907,9 @@ var Textbox = (props) => {
4847
4907
  readonly,
4848
4908
  className: classNames(props.className, TEXTBOX_CLASSNAME),
4849
4909
  children: [
4850
- /* @__PURE__ */ jsx22(InputPrefix, { children: prefix }),
4851
- /* @__PURE__ */ jsx22(InputInnerInput, { placeholder, value }),
4852
- /* @__PURE__ */ jsx22(
4910
+ /* @__PURE__ */ jsx24(InputPrefix, { children: prefix }),
4911
+ /* @__PURE__ */ jsx24(InputInnerInput, { placeholder, value }),
4912
+ /* @__PURE__ */ jsx24(
4853
4913
  InputValidationIcon,
4854
4914
  {
4855
4915
  valid,
@@ -4858,14 +4918,14 @@ var Textbox = (props) => {
4858
4918
  disabled
4859
4919
  }
4860
4920
  ),
4861
- /* @__PURE__ */ jsx22(
4921
+ /* @__PURE__ */ jsx24(
4862
4922
  InputLoadingIcon,
4863
4923
  {
4864
4924
  loading,
4865
4925
  disabled
4866
4926
  }
4867
4927
  ),
4868
- showClearButton && /* @__PURE__ */ jsx22(
4928
+ showClearButton && /* @__PURE__ */ jsx24(
4869
4929
  InputClearValue,
4870
4930
  {
4871
4931
  loading,
@@ -4874,45 +4934,45 @@ var Textbox = (props) => {
4874
4934
  value
4875
4935
  }
4876
4936
  ),
4877
- /* @__PURE__ */ jsx22(InputSuffix, { children: suffix })
4937
+ /* @__PURE__ */ jsx24(InputSuffix, { children: suffix })
4878
4938
  ]
4879
4939
  }
4880
4940
  );
4881
4941
  };
4882
- Textbox.states = states13;
4883
- Textbox.options = options12;
4942
+ Textbox.states = states15;
4943
+ Textbox.options = options14;
4884
4944
  Textbox.className = TEXTBOX_CLASSNAME;
4885
- Textbox.defaultProps = defaultProps10;
4945
+ Textbox.defaultProps = defaultProps12;
4886
4946
 
4887
4947
  // src/textbox/templates/textbox-normal.tsx
4888
- import { jsx as jsx23 } from "react/jsx-runtime";
4948
+ import { jsx as jsx25 } from "react/jsx-runtime";
4889
4949
 
4890
4950
  // src/textbox/templates/textbox-prefix.tsx
4891
- import { jsx as jsx24, jsxs as jsxs5 } from "react/jsx-runtime";
4951
+ import { jsx as jsx26, jsxs as jsxs5 } from "react/jsx-runtime";
4892
4952
 
4893
4953
  // src/textbox/templates/textbox-suffix.tsx
4894
- import { jsx as jsx25, jsxs as jsxs6 } from "react/jsx-runtime";
4954
+ import { jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
4895
4955
 
4896
4956
  // src/button-group/button-group.spec.tsx
4897
- import { jsx as jsx26 } from "react/jsx-runtime";
4957
+ import { jsx as jsx28 } from "react/jsx-runtime";
4898
4958
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4899
- var states14 = [
4959
+ var states16 = [
4900
4960
  States.disabled
4901
4961
  ];
4902
- var options13 = {
4962
+ var options15 = {
4903
4963
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4904
4964
  };
4905
- var defaultProps11 = {
4965
+ var defaultProps13 = {
4906
4966
  fillMode: FillMode.solid
4907
4967
  };
4908
4968
  var ButtonGroup = (props) => {
4909
4969
  const {
4910
- fillMode = defaultProps11.fillMode,
4970
+ fillMode = defaultProps13.fillMode,
4911
4971
  disabled,
4912
4972
  stretched,
4913
4973
  ...other
4914
4974
  } = props;
4915
- return /* @__PURE__ */ jsx26(
4975
+ return /* @__PURE__ */ jsx28(
4916
4976
  "div",
4917
4977
  {
4918
4978
  ...other,
@@ -4933,28 +4993,28 @@ var ButtonGroup = (props) => {
4933
4993
  }
4934
4994
  );
4935
4995
  };
4936
- ButtonGroup.states = states14;
4937
- ButtonGroup.options = options13;
4996
+ ButtonGroup.states = states16;
4997
+ ButtonGroup.options = options15;
4938
4998
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4939
- ButtonGroup.defaultProps = defaultProps11;
4999
+ ButtonGroup.defaultProps = defaultProps13;
4940
5000
 
4941
5001
  // src/button-group/templates/icon-button-group.tsx
4942
- import { jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
5002
+ import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
4943
5003
 
4944
5004
  // src/button-group/templates/icon-text-button-group.tsx
4945
- import { jsx as jsx28, jsxs as jsxs8 } from "react/jsx-runtime";
5005
+ import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
4946
5006
 
4947
5007
  // src/button-group/templates/text-button-group.tsx
4948
- import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
5008
+ import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
4949
5009
 
4950
5010
  // src/button-group/templates/mixed-button-group.tsx
4951
- import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
5011
+ import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
4952
5012
 
4953
5013
  // src/color-preview/color-preview.tsx
4954
- import { jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
5014
+ import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
4955
5015
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4956
- var states15 = [];
4957
- var options14 = {};
5016
+ var states17 = [];
5017
+ var options16 = {};
4958
5018
  var ColorPreview = (props) => {
4959
5019
  const {
4960
5020
  color,
@@ -4974,8 +5034,8 @@ var ColorPreview = (props) => {
4974
5034
  }
4975
5035
  ),
4976
5036
  children: [
4977
- iconName && /* @__PURE__ */ jsx31(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4978
- /* @__PURE__ */ jsx31(
5037
+ iconName && /* @__PURE__ */ jsx33(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5038
+ /* @__PURE__ */ jsx33(
4979
5039
  "span",
4980
5040
  {
4981
5041
  className: "k-color-preview-mask",
@@ -4986,14 +5046,14 @@ var ColorPreview = (props) => {
4986
5046
  }
4987
5047
  );
4988
5048
  };
4989
- ColorPreview.states = states15;
4990
- ColorPreview.options = options14;
5049
+ ColorPreview.states = states17;
5050
+ ColorPreview.options = options16;
4991
5051
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
4992
5052
 
4993
5053
  // src/colorpicker/colorpicker.spec.tsx
4994
- import { jsx as jsx32, jsxs as jsxs12 } from "react/jsx-runtime";
5054
+ import { jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
4995
5055
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
4996
- var states16 = [
5056
+ var states18 = [
4997
5057
  States.hover,
4998
5058
  States.focus,
4999
5059
  States.valid,
@@ -5001,12 +5061,12 @@ var states16 = [
5001
5061
  States.required,
5002
5062
  States.disabled
5003
5063
  ];
5004
- var options15 = {
5064
+ var options17 = {
5005
5065
  size: [Size.small, Size.medium, Size.large],
5006
5066
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5007
5067
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5008
5068
  };
5009
- var defaultProps12 = {
5069
+ var defaultProps14 = {
5010
5070
  arrowIconName: "caret-alt-down",
5011
5071
  size: Picker.defaultProps.size,
5012
5072
  rounded: Picker.defaultProps.rounded,
@@ -5028,7 +5088,7 @@ var ColorPicker = (props) => {
5028
5088
  required,
5029
5089
  disabled,
5030
5090
  valueIconName,
5031
- arrowIconName = defaultProps12.arrowIconName,
5091
+ arrowIconName = defaultProps14.arrowIconName,
5032
5092
  ...other
5033
5093
  } = props;
5034
5094
  return /* @__PURE__ */ jsxs12(
@@ -5050,14 +5110,14 @@ var ColorPicker = (props) => {
5050
5110
  "k-icon-picker"
5051
5111
  ),
5052
5112
  children: [
5053
- /* @__PURE__ */ jsx32(InputPrefix, { children: prefix }),
5054
- /* @__PURE__ */ jsx32(
5113
+ /* @__PURE__ */ jsx34(InputPrefix, { children: prefix }),
5114
+ /* @__PURE__ */ jsx34(
5055
5115
  InputInnerSpan,
5056
5116
  {
5057
5117
  placeholder,
5058
5118
  value,
5059
5119
  showValue: false,
5060
- valueIcon: /* @__PURE__ */ jsx32(
5120
+ valueIcon: /* @__PURE__ */ jsx34(
5061
5121
  ColorPreview,
5062
5122
  {
5063
5123
  className: "k-value-icon",
@@ -5068,8 +5128,8 @@ var ColorPicker = (props) => {
5068
5128
  valueIconName
5069
5129
  }
5070
5130
  ),
5071
- /* @__PURE__ */ jsx32(InputSuffix, { children: suffix }),
5072
- /* @__PURE__ */ jsx32(
5131
+ /* @__PURE__ */ jsx34(InputSuffix, { children: suffix }),
5132
+ /* @__PURE__ */ jsx34(
5073
5133
  Button,
5074
5134
  {
5075
5135
  className: "k-input-button",
@@ -5083,17 +5143,17 @@ var ColorPicker = (props) => {
5083
5143
  }
5084
5144
  );
5085
5145
  };
5086
- ColorPicker.states = states16;
5087
- ColorPicker.options = options15;
5146
+ ColorPicker.states = states18;
5147
+ ColorPicker.options = options17;
5088
5148
  ColorPicker.className = COLORPICKER_CLASSNAME;
5089
- ColorPicker.defaultProps = defaultProps12;
5149
+ ColorPicker.defaultProps = defaultProps14;
5090
5150
 
5091
5151
  // src/animation-container/animation-container.spec.tsx
5092
- import { jsx as jsx33 } from "react/jsx-runtime";
5152
+ import { jsx as jsx35 } from "react/jsx-runtime";
5093
5153
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5094
- var states17 = [];
5095
- var options16 = {};
5096
- var defaultProps13 = {
5154
+ var states19 = [];
5155
+ var options18 = {};
5156
+ var defaultProps15 = {
5097
5157
  positionMode: "absolute"
5098
5158
  };
5099
5159
  var AnimationContainer = (props) => {
@@ -5103,7 +5163,7 @@ var AnimationContainer = (props) => {
5103
5163
  offset,
5104
5164
  ...other
5105
5165
  } = props;
5106
- return /* @__PURE__ */ jsx33(
5166
+ return /* @__PURE__ */ jsx35(
5107
5167
  "div",
5108
5168
  {
5109
5169
  ...other,
@@ -5115,21 +5175,21 @@ var AnimationContainer = (props) => {
5115
5175
  ["k-animation-container-fixed"]: positionMode === "fixed"
5116
5176
  }
5117
5177
  ),
5118
- children: /* @__PURE__ */ jsx33("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5178
+ children: /* @__PURE__ */ jsx35("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5119
5179
  }
5120
5180
  );
5121
5181
  };
5122
- AnimationContainer.states = states17;
5123
- AnimationContainer.options = options16;
5182
+ AnimationContainer.states = states19;
5183
+ AnimationContainer.options = options18;
5124
5184
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5125
- AnimationContainer.defaultProps = defaultProps13;
5185
+ AnimationContainer.defaultProps = defaultProps15;
5126
5186
 
5127
5187
  // src/popup/popup.spec.tsx
5128
- import { jsx as jsx34 } from "react/jsx-runtime";
5188
+ import { jsx as jsx36 } from "react/jsx-runtime";
5129
5189
  var POPUP_CLASSNAME = `k-popup`;
5130
- var states18 = [];
5131
- var options17 = {};
5132
- var defaultProps14 = {
5190
+ var states20 = [];
5191
+ var options19 = {};
5192
+ var defaultProps16 = {
5133
5193
  positionMode: "absolute"
5134
5194
  };
5135
5195
  var Popup = (props) => {
@@ -5138,26 +5198,26 @@ var Popup = (props) => {
5138
5198
  positionMode,
5139
5199
  ...other
5140
5200
  } = props;
5141
- return /* @__PURE__ */ jsx34(
5201
+ return /* @__PURE__ */ jsx36(
5142
5202
  AnimationContainer,
5143
5203
  {
5144
5204
  positionMode,
5145
5205
  offset,
5146
- children: /* @__PURE__ */ jsx34("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5206
+ children: /* @__PURE__ */ jsx36("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5147
5207
  }
5148
5208
  );
5149
5209
  };
5150
- Popup.states = states18;
5151
- Popup.options = options17;
5210
+ Popup.states = states20;
5211
+ Popup.options = options19;
5152
5212
  Popup.className = POPUP_CLASSNAME;
5153
- Popup.defaultProps = defaultProps14;
5213
+ Popup.defaultProps = defaultProps16;
5154
5214
 
5155
5215
  // src/action-sheet/action-sheet.spec.tsx
5156
- import { Fragment as Fragment11, jsx as jsx35, jsxs as jsxs13 } from "react/jsx-runtime";
5216
+ import { Fragment as Fragment11, jsx as jsx37, jsxs as jsxs13 } from "react/jsx-runtime";
5157
5217
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5158
- var states19 = [];
5159
- var options18 = {};
5160
- var defaultProps15 = {
5218
+ var states21 = [];
5219
+ var options20 = {};
5220
+ var defaultProps17 = {
5161
5221
  side: "bottom",
5162
5222
  fullscreen: false,
5163
5223
  adaptive: false,
@@ -5170,14 +5230,14 @@ var ActionSheet = (props) => {
5170
5230
  header,
5171
5231
  footer,
5172
5232
  actions,
5173
- side = defaultProps15.side,
5174
- fullscreen = defaultProps15.fullscreen,
5175
- adaptive = defaultProps15.adaptive,
5176
- overlay = defaultProps15.overlay,
5233
+ side = defaultProps17.side,
5234
+ fullscreen = defaultProps17.fullscreen,
5235
+ adaptive = defaultProps17.adaptive,
5236
+ overlay = defaultProps17.overlay,
5177
5237
  ...other
5178
5238
  } = props;
5179
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx35(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5180
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx35(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx35(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5239
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx37(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5240
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx37(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx37(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5181
5241
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5182
5242
  switch (child.type) {
5183
5243
  case ActionSheetHeader:
@@ -5187,10 +5247,10 @@ var ActionSheet = (props) => {
5187
5247
  return true;
5188
5248
  }
5189
5249
  return true;
5190
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx35(Fragment11, {});
5250
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx37(Fragment11, {});
5191
5251
  return /* @__PURE__ */ jsxs13("div", { className: "k-actionsheet-container", children: [
5192
- overlay && /* @__PURE__ */ jsx35("div", { className: "k-overlay" }),
5193
- /* @__PURE__ */ jsx35(
5252
+ overlay && /* @__PURE__ */ jsx37("div", { className: "k-overlay" }),
5253
+ /* @__PURE__ */ jsx37(
5194
5254
  AnimationContainer,
5195
5255
  {
5196
5256
  animationStyle: {
@@ -5200,7 +5260,7 @@ var ActionSheet = (props) => {
5200
5260
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5201
5261
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5202
5262
  },
5203
- children: /* @__PURE__ */ jsx35(
5263
+ children: /* @__PURE__ */ jsx37(
5204
5264
  "div",
5205
5265
  {
5206
5266
  ...other,
@@ -5215,7 +5275,7 @@ var ActionSheet = (props) => {
5215
5275
  ),
5216
5276
  children: /* @__PURE__ */ jsxs13(Fragment11, { children: [
5217
5277
  _ActionSheetHeader,
5218
- /* @__PURE__ */ jsx35("div", { className: classNames(
5278
+ /* @__PURE__ */ jsx37("div", { className: classNames(
5219
5279
  "k-actionsheet-content",
5220
5280
  {
5221
5281
  "!k-overflow-hidden": adaptive
@@ -5229,15 +5289,15 @@ var ActionSheet = (props) => {
5229
5289
  )
5230
5290
  ] });
5231
5291
  };
5232
- ActionSheet.states = states19;
5233
- ActionSheet.options = options18;
5292
+ ActionSheet.states = states21;
5293
+ ActionSheet.options = options20;
5234
5294
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5235
- ActionSheet.defaultProps = defaultProps15;
5295
+ ActionSheet.defaultProps = defaultProps17;
5236
5296
 
5237
5297
  // src/searchbox/searchbox.spec.tsx
5238
- import { jsx as jsx36, jsxs as jsxs14 } from "react/jsx-runtime";
5298
+ import { jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
5239
5299
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5240
- var states20 = [
5300
+ var states22 = [
5241
5301
  States.hover,
5242
5302
  States.focus,
5243
5303
  States.valid,
@@ -5246,12 +5306,12 @@ var states20 = [
5246
5306
  States.disabled,
5247
5307
  States.loading
5248
5308
  ];
5249
- var options19 = {
5309
+ var options21 = {
5250
5310
  size: [Size.small, Size.medium, Size.large],
5251
5311
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5252
5312
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5253
5313
  };
5254
- var defaultProps16 = {
5314
+ var defaultProps18 = {
5255
5315
  showIcon: true,
5256
5316
  icon: "search",
5257
5317
  size: Input.defaultProps.size,
@@ -5272,8 +5332,8 @@ var Searchbox = (props) => {
5272
5332
  required,
5273
5333
  loading,
5274
5334
  disabled,
5275
- showIcon = defaultProps16.showIcon,
5276
- icon = defaultProps16.icon,
5335
+ showIcon = defaultProps18.showIcon,
5336
+ icon = defaultProps18.icon,
5277
5337
  ...other
5278
5338
  } = props;
5279
5339
  return /* @__PURE__ */ jsxs14(
@@ -5292,25 +5352,25 @@ var Searchbox = (props) => {
5292
5352
  disabled,
5293
5353
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5294
5354
  children: [
5295
- showIcon && /* @__PURE__ */ jsx36(Icon, { className: "k-input-icon", icon }),
5296
- /* @__PURE__ */ jsx36(InputInnerInput, { placeholder, value }),
5297
- /* @__PURE__ */ jsx36(InputLoadingIcon, { ...props }),
5298
- /* @__PURE__ */ jsx36(InputValidationIcon, { ...props }),
5299
- /* @__PURE__ */ jsx36(InputClearValue, { ...props })
5355
+ showIcon && /* @__PURE__ */ jsx38(Icon, { className: "k-input-icon", icon }),
5356
+ /* @__PURE__ */ jsx38(InputInnerInput, { placeholder, value }),
5357
+ /* @__PURE__ */ jsx38(InputLoadingIcon, { ...props }),
5358
+ /* @__PURE__ */ jsx38(InputValidationIcon, { ...props }),
5359
+ /* @__PURE__ */ jsx38(InputClearValue, { ...props })
5300
5360
  ]
5301
5361
  }
5302
5362
  );
5303
5363
  };
5304
- Searchbox.states = states20;
5305
- Searchbox.options = options19;
5364
+ Searchbox.states = states22;
5365
+ Searchbox.options = options21;
5306
5366
  Searchbox.className = SEARCHBOX_CLASSNAME;
5307
- Searchbox.defaultProps = defaultProps16;
5367
+ Searchbox.defaultProps = defaultProps18;
5308
5368
 
5309
5369
  // src/searchbox/templates/searchbox-normal.tsx
5310
- import { jsx as jsx37 } from "react/jsx-runtime";
5370
+ import { jsx as jsx39 } from "react/jsx-runtime";
5311
5371
 
5312
5372
  // src/action-sheet/actionsheet-header.tsx
5313
- import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
5373
+ import { Fragment as Fragment12, jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5314
5374
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5315
5375
  var ActionSheetHeader = (props) => {
5316
5376
  const {
@@ -5320,7 +5380,7 @@ var ActionSheetHeader = (props) => {
5320
5380
  filter,
5321
5381
  ...other
5322
5382
  } = props;
5323
- return /* @__PURE__ */ jsx38(
5383
+ return /* @__PURE__ */ jsx40(
5324
5384
  "div",
5325
5385
  {
5326
5386
  ...other,
@@ -5330,35 +5390,35 @@ var ActionSheetHeader = (props) => {
5330
5390
  ),
5331
5391
  children: /* @__PURE__ */ jsxs15(Fragment12, { children: [
5332
5392
  /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5333
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx38(Fragment12, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5334
- title !== "" && /* @__PURE__ */ jsx38("div", { className: "k-text-center", children: title }),
5335
- subTitle !== "" && /* @__PURE__ */ jsx38("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5393
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx40(Fragment12, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5394
+ title !== "" && /* @__PURE__ */ jsx40("div", { className: "k-text-center", children: title }),
5395
+ subTitle !== "" && /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5336
5396
  ] }) }),
5337
- props.children && /* @__PURE__ */ jsx38("div", { className: "k-actionsheet-title", children: props.children }),
5338
- actions && /* @__PURE__ */ jsx38(Fragment12, { children: /* @__PURE__ */ jsx38("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx38(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5397
+ props.children && /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-title", children: props.children }),
5398
+ actions && /* @__PURE__ */ jsx40(Fragment12, { children: /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx40(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5339
5399
  ] }),
5340
- filter && /* @__PURE__ */ jsx38(Fragment12, { children: /* @__PURE__ */ jsx38("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx38(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5400
+ filter && /* @__PURE__ */ jsx40(Fragment12, { children: /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx40(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5341
5401
  ] })
5342
5402
  }
5343
5403
  );
5344
5404
  };
5345
5405
 
5346
5406
  // src/action-buttons/action-buttons.spec.tsx
5347
- import { jsx as jsx39 } from "react/jsx-runtime";
5407
+ import { jsx as jsx41 } from "react/jsx-runtime";
5348
5408
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5349
- var states21 = [];
5350
- var options20 = {};
5351
- var defaultProps17 = {
5409
+ var states23 = [];
5410
+ var options22 = {};
5411
+ var defaultProps19 = {
5352
5412
  alignment: "start",
5353
5413
  orientation: "horizontal"
5354
5414
  };
5355
5415
  var ActionButtons = (props) => {
5356
5416
  const {
5357
- alignment = defaultProps17.alignment,
5358
- orientation = defaultProps17.orientation,
5417
+ alignment = defaultProps19.alignment,
5418
+ orientation = defaultProps19.orientation,
5359
5419
  ...other
5360
5420
  } = props;
5361
- return /* @__PURE__ */ jsx39(
5421
+ return /* @__PURE__ */ jsx41(
5362
5422
  "div",
5363
5423
  {
5364
5424
  ...other,
@@ -5374,21 +5434,21 @@ var ActionButtons = (props) => {
5374
5434
  }
5375
5435
  );
5376
5436
  };
5377
- ActionButtons.states = states21;
5378
- ActionButtons.options = options20;
5437
+ ActionButtons.states = states23;
5438
+ ActionButtons.options = options22;
5379
5439
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5380
- ActionButtons.defaultProps = defaultProps17;
5440
+ ActionButtons.defaultProps = defaultProps19;
5381
5441
  var action_buttons_spec_default = ActionButtons;
5382
5442
 
5383
5443
  // src/action-sheet/actionsheet-footer.tsx
5384
- import { Fragment as Fragment13, jsx as jsx40, jsxs as jsxs16 } from "react/jsx-runtime";
5444
+ import { Fragment as Fragment13, jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
5385
5445
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5386
5446
  var ActionSheetFooter = (props) => {
5387
5447
  const {
5388
5448
  actions,
5389
5449
  ...other
5390
5450
  } = props;
5391
- return /* @__PURE__ */ jsx40(
5451
+ return /* @__PURE__ */ jsx42(
5392
5452
  action_buttons_spec_default,
5393
5453
  {
5394
5454
  ...other,
@@ -5400,14 +5460,14 @@ var ActionSheetFooter = (props) => {
5400
5460
  children: /* @__PURE__ */ jsxs16(Fragment13, { children: [
5401
5461
  actions && actions.map((action, index) => {
5402
5462
  if (action === "|") {
5403
- return /* @__PURE__ */ jsx40("span", { className: "k-separator" }, index);
5463
+ return /* @__PURE__ */ jsx42("span", { className: "k-separator" }, index);
5404
5464
  }
5405
5465
  if (action === " ") {
5406
- return /* @__PURE__ */ jsx40("span", { className: "k-spacer" }, index);
5466
+ return /* @__PURE__ */ jsx42("span", { className: "k-spacer" }, index);
5407
5467
  }
5408
5468
  const importantFlag = action.startsWith("!");
5409
5469
  const actionName = importantFlag ? action.substring(1) : action;
5410
- return /* @__PURE__ */ jsx40(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5470
+ return /* @__PURE__ */ jsx42(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5411
5471
  }),
5412
5472
  !actions && props.children
5413
5473
  ] })
@@ -5416,12 +5476,12 @@ var ActionSheetFooter = (props) => {
5416
5476
  };
5417
5477
 
5418
5478
  // src/action-sheet/actionsheet-items.tsx
5419
- import { jsx as jsx41 } from "react/jsx-runtime";
5479
+ import { jsx as jsx43 } from "react/jsx-runtime";
5420
5480
  var ActionSheetItems = (props) => {
5421
5481
  const {
5422
5482
  ...other
5423
5483
  } = props;
5424
- return /* @__PURE__ */ jsx41(
5484
+ return /* @__PURE__ */ jsx43(
5425
5485
  "div",
5426
5486
  {
5427
5487
  ...other,
@@ -5435,8 +5495,8 @@ var ActionSheetItems = (props) => {
5435
5495
  };
5436
5496
 
5437
5497
  // src/action-sheet/actionsheet-item.tsx
5438
- import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs17 } from "react/jsx-runtime";
5439
- var states22 = [
5498
+ import { Fragment as Fragment14, jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
5499
+ var states24 = [
5440
5500
  States.hover,
5441
5501
  States.focus,
5442
5502
  States.selected,
@@ -5444,23 +5504,23 @@ var states22 = [
5444
5504
  ];
5445
5505
 
5446
5506
  // src/nodata/nodata.tsx
5447
- import { jsx as jsx43 } from "react/jsx-runtime";
5507
+ import { jsx as jsx45 } from "react/jsx-runtime";
5448
5508
  var className9 = `k-nodata`;
5449
- var NoData = (props) => /* @__PURE__ */ jsx43("span", { className: classNames(className9, props.className), children: props.children });
5509
+ var NoData = (props) => /* @__PURE__ */ jsx45("span", { className: classNames(className9, props.className), children: props.children });
5450
5510
 
5451
5511
  // src/list/list.spec.tsx
5452
- import { jsx as jsx44, jsxs as jsxs18 } from "react/jsx-runtime";
5512
+ import { jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
5453
5513
  var LIST_CLASSNAME = `k-list`;
5454
- var states23 = [];
5455
- var options21 = {
5514
+ var states25 = [];
5515
+ var options23 = {
5456
5516
  size: [Size.small, Size.medium, Size.large]
5457
5517
  };
5458
- var defaultProps18 = {
5518
+ var defaultProps20 = {
5459
5519
  size: Size.medium
5460
5520
  };
5461
5521
  var List = (props) => {
5462
5522
  const {
5463
- size = defaultProps18.size,
5523
+ size = defaultProps20.size,
5464
5524
  virtualization,
5465
5525
  children,
5466
5526
  optionLabel,
@@ -5477,7 +5537,7 @@ var List = (props) => {
5477
5537
  listHeader = child.props.label;
5478
5538
  child.props.children.map((optChild, index2) => {
5479
5539
  listChildren.push(
5480
- /* @__PURE__ */ jsx44(
5540
+ /* @__PURE__ */ jsx46(
5481
5541
  ListItem,
5482
5542
  {
5483
5543
  ...optChild.props
@@ -5493,7 +5553,7 @@ var List = (props) => {
5493
5553
  groupLabel = child.props.label;
5494
5554
  }
5495
5555
  listChildren.push(
5496
- /* @__PURE__ */ jsx44(
5556
+ /* @__PURE__ */ jsx46(
5497
5557
  ListItem,
5498
5558
  {
5499
5559
  className: index2 === 0 ? "k-first" : "",
@@ -5505,14 +5565,14 @@ var List = (props) => {
5505
5565
  );
5506
5566
  });
5507
5567
  }
5508
- listGroup = /* @__PURE__ */ jsx44(ListGroup, { label: listHeader, virtualization, children: listChildren });
5568
+ listGroup = /* @__PURE__ */ jsx46(ListGroup, { label: listHeader, virtualization, children: listChildren });
5509
5569
  } else if (child.type === ListItem) {
5510
- listChildren.push(/* @__PURE__ */ jsx44(ListItem, { ...child.props }, `${child.type}-${index}`));
5511
- listContent = /* @__PURE__ */ jsx44(ListContent, { virtualization, children: listChildren });
5570
+ listChildren.push(/* @__PURE__ */ jsx46(ListItem, { ...child.props }, `${child.type}-${index}`));
5571
+ listContent = /* @__PURE__ */ jsx46(ListContent, { virtualization, children: listChildren });
5512
5572
  }
5513
5573
  });
5514
5574
  } else {
5515
- listContent = /* @__PURE__ */ jsx44(NoData, { children: "No data found." });
5575
+ listContent = /* @__PURE__ */ jsx46(NoData, { children: "No data found." });
5516
5576
  }
5517
5577
  return /* @__PURE__ */ jsxs18(
5518
5578
  "div",
@@ -5536,24 +5596,24 @@ var List = (props) => {
5536
5596
  }
5537
5597
  );
5538
5598
  };
5539
- List.states = states23;
5540
- List.options = options21;
5599
+ List.states = states25;
5600
+ List.options = options23;
5541
5601
  List.className = LIST_CLASSNAME;
5542
- List.defaultProps = defaultProps18;
5602
+ List.defaultProps = defaultProps20;
5543
5603
 
5544
5604
  // src/list/list-angular.spec.tsx
5545
- import { jsx as jsx45, jsxs as jsxs19 } from "react/jsx-runtime";
5605
+ import { jsx as jsx47, jsxs as jsxs19 } from "react/jsx-runtime";
5546
5606
  var LISTANGULAR_CLASSNAME = `k-list`;
5547
- var states24 = [];
5548
- var options22 = {
5607
+ var states26 = [];
5608
+ var options24 = {
5549
5609
  size: [Size.small, Size.medium, Size.large]
5550
5610
  };
5551
- var defaultProps19 = {
5611
+ var defaultProps21 = {
5552
5612
  size: Size.medium
5553
5613
  };
5554
5614
  var ListAngular = (props) => {
5555
5615
  const {
5556
- size = defaultProps19.size,
5616
+ size = defaultProps21.size,
5557
5617
  virtualization,
5558
5618
  children,
5559
5619
  ...other
@@ -5569,7 +5629,7 @@ var ListAngular = (props) => {
5569
5629
  listHeader = child.props.label;
5570
5630
  child.props.children.map((optChild, index2) => {
5571
5631
  listChildren.push(
5572
- /* @__PURE__ */ jsx45(
5632
+ /* @__PURE__ */ jsx47(
5573
5633
  ListItem,
5574
5634
  {
5575
5635
  ...optChild.props
@@ -5580,7 +5640,7 @@ var ListAngular = (props) => {
5580
5640
  });
5581
5641
  } else {
5582
5642
  listChildren.push(
5583
- /* @__PURE__ */ jsx45(
5643
+ /* @__PURE__ */ jsx47(
5584
5644
  ListGroupItem,
5585
5645
  {
5586
5646
  ...child.props,
@@ -5591,7 +5651,7 @@ var ListAngular = (props) => {
5591
5651
  );
5592
5652
  child.props.children.map((optChild, index2) => {
5593
5653
  listChildren.push(
5594
- /* @__PURE__ */ jsx45(
5654
+ /* @__PURE__ */ jsx47(
5595
5655
  ListItem,
5596
5656
  {
5597
5657
  ...optChild.props
@@ -5601,14 +5661,14 @@ var ListAngular = (props) => {
5601
5661
  );
5602
5662
  });
5603
5663
  }
5604
- listGroup = /* @__PURE__ */ jsx45(ListGroup, { label: listHeader, virtualization, children: listChildren });
5664
+ listGroup = /* @__PURE__ */ jsx47(ListGroup, { label: listHeader, virtualization, children: listChildren });
5605
5665
  } else if (child.type === ListItem) {
5606
- listChildren.push(/* @__PURE__ */ jsx45(ListItem, { ...child.props }, `${child.type}-${index}`));
5607
- listContent = /* @__PURE__ */ jsx45(ListContent, { virtualization, children: listChildren });
5666
+ listChildren.push(/* @__PURE__ */ jsx47(ListItem, { ...child.props }, `${child.type}-${index}`));
5667
+ listContent = /* @__PURE__ */ jsx47(ListContent, { virtualization, children: listChildren });
5608
5668
  }
5609
5669
  });
5610
5670
  } else {
5611
- listContent = /* @__PURE__ */ jsx45(NoData, { children: "No data found." });
5671
+ listContent = /* @__PURE__ */ jsx47(NoData, { children: "No data found." });
5612
5672
  }
5613
5673
  return /* @__PURE__ */ jsxs19(
5614
5674
  "div",
@@ -5631,22 +5691,22 @@ var ListAngular = (props) => {
5631
5691
  }
5632
5692
  );
5633
5693
  };
5634
- ListAngular.states = states24;
5635
- ListAngular.options = options22;
5694
+ ListAngular.states = states26;
5695
+ ListAngular.options = options24;
5636
5696
  ListAngular.className = LISTANGULAR_CLASSNAME;
5637
- ListAngular.defaultProps = defaultProps19;
5697
+ ListAngular.defaultProps = defaultProps21;
5638
5698
 
5639
5699
  // src/list/list-item.spec.tsx
5640
- import { jsx as jsx46, jsxs as jsxs20 } from "react/jsx-runtime";
5700
+ import { jsx as jsx48, jsxs as jsxs20 } from "react/jsx-runtime";
5641
5701
  var LISTITEM_CLASSNAME = `k-list-item`;
5642
- var states25 = [
5702
+ var states27 = [
5643
5703
  States.hover,
5644
5704
  States.focus,
5645
5705
  States.selected,
5646
5706
  States.disabled
5647
5707
  ];
5648
- var options23 = {};
5649
- var defaultProps20 = {};
5708
+ var options25 = {};
5709
+ var defaultProps22 = {};
5650
5710
  var ListItem = (props) => {
5651
5711
  const {
5652
5712
  text,
@@ -5677,66 +5737,66 @@ var ListItem = (props) => {
5677
5737
  })
5678
5738
  ),
5679
5739
  children: [
5680
- showCheckbox && /* @__PURE__ */ jsx46(Checkbox, { checked }),
5681
- showIcon && /* @__PURE__ */ jsx46(Icon, { icon: iconName }),
5682
- /* @__PURE__ */ jsx46("span", { className: "k-list-item-text", children: textOrChildren }),
5683
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx46("div", { className: "k-list-item-group-label", children: groupLabel })
5740
+ showCheckbox && /* @__PURE__ */ jsx48(Checkbox, { checked }),
5741
+ showIcon && /* @__PURE__ */ jsx48(Icon, { icon: iconName }),
5742
+ /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: textOrChildren }),
5743
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx48("div", { className: "k-list-item-group-label", children: groupLabel })
5684
5744
  ]
5685
5745
  }
5686
5746
  );
5687
5747
  };
5688
- ListItem.states = states25;
5689
- ListItem.options = options23;
5748
+ ListItem.states = states27;
5749
+ ListItem.options = options25;
5690
5750
  ListItem.className = LISTITEM_CLASSNAME;
5691
- ListItem.defaultProps = defaultProps20;
5751
+ ListItem.defaultProps = defaultProps22;
5692
5752
 
5693
5753
  // src/list/list-content.tsx
5694
- import { jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
5754
+ import { jsx as jsx49, jsxs as jsxs21 } from "react/jsx-runtime";
5695
5755
  var className10 = `k-list-content`;
5696
5756
  var ListContent = (props) => {
5697
5757
  const {
5698
5758
  virtualization
5699
5759
  } = props;
5700
5760
  return /* @__PURE__ */ jsxs21("div", { className: classNames(className10, props.className), children: [
5701
- /* @__PURE__ */ jsx47("ul", { className: classNames("k-list-ul"), children: props.children }),
5702
- virtualization && /* @__PURE__ */ jsx47("div", { className: "k-height-container", children: /* @__PURE__ */ jsx47("div", {}) })
5761
+ /* @__PURE__ */ jsx49("ul", { className: classNames("k-list-ul"), children: props.children }),
5762
+ virtualization && /* @__PURE__ */ jsx49("div", { className: "k-height-container", children: /* @__PURE__ */ jsx49("div", {}) })
5703
5763
  ] });
5704
5764
  };
5705
5765
 
5706
5766
  // src/list/list-header.tsx
5707
- import { jsx as jsx48 } from "react/jsx-runtime";
5767
+ import { jsx as jsx50 } from "react/jsx-runtime";
5708
5768
  var className11 = `k-list-group-sticky-header`;
5709
- var ListHeader = (props) => /* @__PURE__ */ jsx48("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx48("div", { className: "k-list-header-text", children: props.children }) });
5769
+ var ListHeader = (props) => /* @__PURE__ */ jsx50("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx50("div", { className: "k-list-header-text", children: props.children }) });
5710
5770
 
5711
5771
  // src/list/list-group.tsx
5712
- import { Fragment as Fragment15, jsx as jsx49, jsxs as jsxs22 } from "react/jsx-runtime";
5772
+ import { Fragment as Fragment15, jsx as jsx51, jsxs as jsxs22 } from "react/jsx-runtime";
5713
5773
  var ListGroup = (props) => {
5714
5774
  const {
5715
5775
  virtualization,
5716
5776
  label
5717
5777
  } = props;
5718
5778
  return /* @__PURE__ */ jsxs22(Fragment15, { children: [
5719
- label && /* @__PURE__ */ jsx49(ListHeader, { children: label }),
5720
- props.children && /* @__PURE__ */ jsx49(ListContent, { virtualization, children: props.children })
5779
+ label && /* @__PURE__ */ jsx51(ListHeader, { children: label }),
5780
+ props.children && /* @__PURE__ */ jsx51(ListContent, { virtualization, children: props.children })
5721
5781
  ] });
5722
5782
  };
5723
5783
 
5724
5784
  // src/list/list-group-item.tsx
5725
- import { jsx as jsx50 } from "react/jsx-runtime";
5785
+ import { jsx as jsx52 } from "react/jsx-runtime";
5726
5786
  var className12 = `k-list-group-item`;
5727
- var ListGroupItem = (props) => /* @__PURE__ */ jsx50("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx50("span", { className: "k-list-item-text", children: props.children }) });
5787
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx52("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx52("span", { className: "k-list-item-text", children: props.children }) });
5728
5788
 
5729
5789
  // src/list/list-option-label.tsx
5730
- import { jsx as jsx51 } from "react/jsx-runtime";
5790
+ import { jsx as jsx53 } from "react/jsx-runtime";
5731
5791
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5732
- var states26 = [
5792
+ var states28 = [
5733
5793
  States.hover,
5734
5794
  States.focus,
5735
5795
  States.selected,
5736
5796
  States.disabled
5737
5797
  ];
5738
- var options24 = {};
5739
- var defaultProps21 = {};
5798
+ var options26 = {};
5799
+ var defaultProps23 = {};
5740
5800
  var ListOptionLabel = (props) => {
5741
5801
  const {
5742
5802
  text,
@@ -5746,7 +5806,7 @@ var ListOptionLabel = (props) => {
5746
5806
  disabled,
5747
5807
  ...other
5748
5808
  } = props;
5749
- return /* @__PURE__ */ jsx51(
5809
+ return /* @__PURE__ */ jsx53(
5750
5810
  "div",
5751
5811
  {
5752
5812
  ...other,
@@ -5763,36 +5823,36 @@ var ListOptionLabel = (props) => {
5763
5823
  }
5764
5824
  );
5765
5825
  };
5766
- ListOptionLabel.states = states26;
5767
- ListOptionLabel.options = options24;
5826
+ ListOptionLabel.states = states28;
5827
+ ListOptionLabel.options = options26;
5768
5828
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5769
- ListOptionLabel.defaultProps = defaultProps21;
5829
+ ListOptionLabel.defaultProps = defaultProps23;
5770
5830
 
5771
5831
  // src/list/templates/list-normal.tsx
5772
- import { jsx as jsx52 } from "react/jsx-runtime";
5832
+ import { jsx as jsx54 } from "react/jsx-runtime";
5773
5833
 
5774
5834
  // src/list/templates/list-virtualization.tsx
5775
- import { jsx as jsx53 } from "react/jsx-runtime";
5835
+ import { jsx as jsx55 } from "react/jsx-runtime";
5776
5836
 
5777
5837
  // src/list/templates/list-grouping.tsx
5778
- import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
5838
+ import { jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5779
5839
 
5780
5840
  // src/list/templates/list-virualization-grouping.tsx
5781
- import { jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
5841
+ import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
5782
5842
 
5783
5843
  // src/list/templates/list-virtualization-angular.tsx
5784
- import { jsx as jsx56 } from "react/jsx-runtime";
5844
+ import { jsx as jsx58 } from "react/jsx-runtime";
5785
5845
 
5786
5846
  // src/list/templates/list-grouping-angular.tsx
5787
- import { jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
5847
+ import { jsx as jsx59, jsxs as jsxs25 } from "react/jsx-runtime";
5788
5848
 
5789
5849
  // src/list/templates/list-virualization-grouping-angular.tsx
5790
- import { jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
5850
+ import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
5791
5851
 
5792
5852
  // src/combobox/combobox.spec.tsx
5793
- import { Fragment as Fragment16, jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
5853
+ import { Fragment as Fragment16, jsx as jsx61, jsxs as jsxs27 } from "react/jsx-runtime";
5794
5854
  var COMBOBOX_CLASSNAME = `k-combobox`;
5795
- var states27 = [
5855
+ var states29 = [
5796
5856
  States.hover,
5797
5857
  States.focus,
5798
5858
  States.valid,
@@ -5802,12 +5862,12 @@ var states27 = [
5802
5862
  States.disabled,
5803
5863
  States.readonly
5804
5864
  ];
5805
- var defaultProps22 = {
5865
+ var defaultProps24 = {
5806
5866
  size: Input.defaultProps.size,
5807
5867
  rounded: Input.defaultProps.rounded,
5808
5868
  fillMode: Input.defaultProps.fillMode
5809
5869
  };
5810
- var options25 = {
5870
+ var options27 = {
5811
5871
  size: [Size.small, Size.medium, Size.large],
5812
5872
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5813
5873
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5853,9 +5913,9 @@ var Combobox = (props) => {
5853
5913
  readonly,
5854
5914
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5855
5915
  children: [
5856
- /* @__PURE__ */ jsx59(InputPrefix, { children: prefix }),
5857
- /* @__PURE__ */ jsx59(InputInnerInput, { placeholder, value }),
5858
- /* @__PURE__ */ jsx59(
5916
+ /* @__PURE__ */ jsx61(InputPrefix, { children: prefix }),
5917
+ /* @__PURE__ */ jsx61(InputInnerInput, { placeholder, value }),
5918
+ /* @__PURE__ */ jsx61(
5859
5919
  InputValidationIcon,
5860
5920
  {
5861
5921
  valid,
@@ -5864,14 +5924,14 @@ var Combobox = (props) => {
5864
5924
  disabled
5865
5925
  }
5866
5926
  ),
5867
- /* @__PURE__ */ jsx59(
5927
+ /* @__PURE__ */ jsx61(
5868
5928
  InputLoadingIcon,
5869
5929
  {
5870
5930
  loading,
5871
5931
  disabled
5872
5932
  }
5873
5933
  ),
5874
- /* @__PURE__ */ jsx59(
5934
+ /* @__PURE__ */ jsx61(
5875
5935
  InputClearValue,
5876
5936
  {
5877
5937
  loading,
@@ -5880,8 +5940,8 @@ var Combobox = (props) => {
5880
5940
  value
5881
5941
  }
5882
5942
  ),
5883
- /* @__PURE__ */ jsx59(InputSuffix, { children: suffix }),
5884
- /* @__PURE__ */ jsx59(
5943
+ /* @__PURE__ */ jsx61(InputSuffix, { children: suffix }),
5944
+ /* @__PURE__ */ jsx61(
5885
5945
  Button,
5886
5946
  {
5887
5947
  className: "k-input-button",
@@ -5894,9 +5954,9 @@ var Combobox = (props) => {
5894
5954
  ]
5895
5955
  }
5896
5956
  ),
5897
- opened && popup && /* @__PURE__ */ jsx59(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5957
+ opened && popup && /* @__PURE__ */ jsx61(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5898
5958
  adaptive && /* @__PURE__ */ jsxs27(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5899
- /* @__PURE__ */ jsx59(
5959
+ /* @__PURE__ */ jsx61(
5900
5960
  ActionSheetHeader,
5901
5961
  {
5902
5962
  actions: ["x"],
@@ -5904,35 +5964,35 @@ var Combobox = (props) => {
5904
5964
  title: "Select Item"
5905
5965
  }
5906
5966
  ),
5907
- /* @__PURE__ */ jsx59("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs27(List, { size: "large", children: [
5908
- /* @__PURE__ */ jsx59(ListItem, { text: "List item" }),
5909
- /* @__PURE__ */ jsx59(ListItem, { text: "List item" }),
5910
- /* @__PURE__ */ jsx59(ListItem, { text: "List item" })
5967
+ /* @__PURE__ */ jsx61("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs27(List, { size: "large", children: [
5968
+ /* @__PURE__ */ jsx61(ListItem, { text: "List item" }),
5969
+ /* @__PURE__ */ jsx61(ListItem, { text: "List item" }),
5970
+ /* @__PURE__ */ jsx61(ListItem, { text: "List item" })
5911
5971
  ] }) })
5912
5972
  ] })
5913
5973
  ] });
5914
5974
  };
5915
- Combobox.states = states27;
5916
- Combobox.options = options25;
5975
+ Combobox.states = states29;
5976
+ Combobox.options = options27;
5917
5977
  Combobox.className = COMBOBOX_CLASSNAME;
5918
- Combobox.defaultProps = defaultProps22;
5978
+ Combobox.defaultProps = defaultProps24;
5919
5979
 
5920
5980
  // src/combobox/templates/combobox-normal.tsx
5921
- import { jsx as jsx60 } from "react/jsx-runtime";
5981
+ import { jsx as jsx62 } from "react/jsx-runtime";
5922
5982
 
5923
5983
  // src/combobox/templates/combobox-popup.tsx
5924
- import { jsx as jsx61, jsxs as jsxs28 } from "react/jsx-runtime";
5984
+ import { jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
5925
5985
 
5926
5986
  // src/combobox/templates/combobox-grouping.tsx
5927
- import { jsx as jsx62, jsxs as jsxs29 } from "react/jsx-runtime";
5987
+ import { jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
5928
5988
 
5929
5989
  // src/combobox/templates/combobox-adaptive.tsx
5930
- import { jsx as jsx63 } from "react/jsx-runtime";
5990
+ import { jsx as jsx65 } from "react/jsx-runtime";
5931
5991
 
5932
5992
  // src/dropdownlist/dropdownlist.spec.tsx
5933
- import { Fragment as Fragment17, jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
5993
+ import { Fragment as Fragment17, jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
5934
5994
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5935
- var states28 = [
5995
+ var states30 = [
5936
5996
  States.hover,
5937
5997
  States.focus,
5938
5998
  States.valid,
@@ -5942,12 +6002,12 @@ var states28 = [
5942
6002
  States.loading,
5943
6003
  States.readonly
5944
6004
  ];
5945
- var options26 = {
6005
+ var options28 = {
5946
6006
  size: [Size.small, Size.medium, Size.large],
5947
6007
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5948
6008
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5949
6009
  };
5950
- var defaultProps23 = {
6010
+ var defaultProps25 = {
5951
6011
  showValue: true,
5952
6012
  arrowIconName: "caret-alt-down",
5953
6013
  size: Size.medium,
@@ -5957,7 +6017,7 @@ var defaultProps23 = {
5957
6017
  var DropdownList = (props) => {
5958
6018
  const {
5959
6019
  valueIconName,
5960
- arrowIconName = defaultProps23.arrowIconName,
6020
+ arrowIconName = defaultProps25.arrowIconName,
5961
6021
  prefix,
5962
6022
  suffix,
5963
6023
  value,
@@ -5973,7 +6033,7 @@ var DropdownList = (props) => {
5973
6033
  loading,
5974
6034
  disabled,
5975
6035
  readonly,
5976
- showValue = defaultProps23.showValue,
6036
+ showValue = defaultProps25.showValue,
5977
6037
  popup,
5978
6038
  opened,
5979
6039
  ...other
@@ -6002,8 +6062,8 @@ var DropdownList = (props) => {
6002
6062
  }
6003
6063
  ),
6004
6064
  children: [
6005
- /* @__PURE__ */ jsx64(InputPrefix, { children: prefix }),
6006
- /* @__PURE__ */ jsx64(
6065
+ /* @__PURE__ */ jsx66(InputPrefix, { children: prefix }),
6066
+ /* @__PURE__ */ jsx66(
6007
6067
  InputInnerSpan,
6008
6068
  {
6009
6069
  placeholder,
@@ -6012,7 +6072,7 @@ var DropdownList = (props) => {
6012
6072
  valueIconName
6013
6073
  }
6014
6074
  ),
6015
- /* @__PURE__ */ jsx64(
6075
+ /* @__PURE__ */ jsx66(
6016
6076
  InputValidationIcon,
6017
6077
  {
6018
6078
  valid,
@@ -6021,15 +6081,15 @@ var DropdownList = (props) => {
6021
6081
  disabled
6022
6082
  }
6023
6083
  ),
6024
- /* @__PURE__ */ jsx64(
6084
+ /* @__PURE__ */ jsx66(
6025
6085
  InputLoadingIcon,
6026
6086
  {
6027
6087
  loading,
6028
6088
  disabled
6029
6089
  }
6030
6090
  ),
6031
- /* @__PURE__ */ jsx64(InputSuffix, { children: suffix }),
6032
- /* @__PURE__ */ jsx64(
6091
+ /* @__PURE__ */ jsx66(InputSuffix, { children: suffix }),
6092
+ /* @__PURE__ */ jsx66(
6033
6093
  Button,
6034
6094
  {
6035
6095
  className: "k-input-button",
@@ -6042,40 +6102,40 @@ var DropdownList = (props) => {
6042
6102
  ]
6043
6103
  }
6044
6104
  ),
6045
- opened && popup && /* @__PURE__ */ jsx64(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6105
+ opened && popup && /* @__PURE__ */ jsx66(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6046
6106
  ] });
6047
6107
  };
6048
- DropdownList.states = states28;
6049
- DropdownList.options = options26;
6108
+ DropdownList.states = states30;
6109
+ DropdownList.options = options28;
6050
6110
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6051
- DropdownList.defaultProps = defaultProps23;
6111
+ DropdownList.defaultProps = defaultProps25;
6052
6112
 
6053
6113
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6054
- import { jsx as jsx65 } from "react/jsx-runtime";
6114
+ import { jsx as jsx67 } from "react/jsx-runtime";
6055
6115
 
6056
6116
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6057
- import { jsx as jsx66, jsxs as jsxs31 } from "react/jsx-runtime";
6117
+ import { jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
6058
6118
 
6059
6119
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6060
- import { Fragment as Fragment18, jsx as jsx67, jsxs as jsxs32 } from "react/jsx-runtime";
6120
+ import { Fragment as Fragment18, jsx as jsx69, jsxs as jsxs32 } from "react/jsx-runtime";
6061
6121
 
6062
6122
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6063
- import { jsx as jsx68, jsxs as jsxs33 } from "react/jsx-runtime";
6123
+ import { jsx as jsx70, jsxs as jsxs33 } from "react/jsx-runtime";
6064
6124
 
6065
6125
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6066
- import { Fragment as Fragment19, jsx as jsx69, jsxs as jsxs34 } from "react/jsx-runtime";
6126
+ import { Fragment as Fragment19, jsx as jsx71, jsxs as jsxs34 } from "react/jsx-runtime";
6067
6127
 
6068
6128
  // src/menu-button/menu-button.spec.tsx
6069
- import { Fragment as Fragment20, jsx as jsx70, jsxs as jsxs35 } from "react/jsx-runtime";
6129
+ import { Fragment as Fragment20, jsx as jsx72, jsxs as jsxs35 } from "react/jsx-runtime";
6070
6130
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6071
- var states29 = [
6131
+ var states31 = [
6072
6132
  States.hover,
6073
6133
  States.focus,
6074
6134
  States.active,
6075
6135
  States.selected,
6076
6136
  States.disabled
6077
6137
  ];
6078
- var options27 = {
6138
+ var options29 = {
6079
6139
  size: [Size.small, Size.medium, Size.large],
6080
6140
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6081
6141
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6093,7 +6153,7 @@ var options27 = {
6093
6153
  ThemeColor.inverse
6094
6154
  ]
6095
6155
  };
6096
- var defaultProps24 = {
6156
+ var defaultProps26 = {
6097
6157
  size: Size.medium,
6098
6158
  rounded: Roundness.medium,
6099
6159
  fillMode: FillMode.solid,
@@ -6103,10 +6163,10 @@ var defaultProps24 = {
6103
6163
  };
6104
6164
  var MenuButton = (props) => {
6105
6165
  const {
6106
- size = defaultProps24.size,
6107
- rounded = defaultProps24.rounded,
6108
- fillMode = defaultProps24.fillMode,
6109
- themeColor = defaultProps24.themeColor,
6166
+ size = defaultProps26.size,
6167
+ rounded = defaultProps26.rounded,
6168
+ fillMode = defaultProps26.fillMode,
6169
+ themeColor = defaultProps26.themeColor,
6110
6170
  hover,
6111
6171
  focus,
6112
6172
  active,
@@ -6114,14 +6174,14 @@ var MenuButton = (props) => {
6114
6174
  disabled,
6115
6175
  icon,
6116
6176
  text,
6117
- showArrow = defaultProps24.showArrow,
6118
- arrowIconName = defaultProps24.arrowIconName,
6177
+ showArrow = defaultProps26.showArrow,
6178
+ arrowIconName = defaultProps26.arrowIconName,
6119
6179
  popup,
6120
6180
  opened,
6121
6181
  ...other
6122
6182
  } = props;
6123
6183
  return /* @__PURE__ */ jsxs35(Fragment20, { children: [
6124
- /* @__PURE__ */ jsx70(
6184
+ /* @__PURE__ */ jsx72(
6125
6185
  Button,
6126
6186
  {
6127
6187
  ...other,
@@ -6144,35 +6204,35 @@ var MenuButton = (props) => {
6144
6204
  arrowIconName
6145
6205
  }
6146
6206
  ),
6147
- opened && popup && /* @__PURE__ */ jsx70(Popup, { className: "k-menu-popup", children: popup })
6207
+ opened && popup && /* @__PURE__ */ jsx72(Popup, { className: "k-menu-popup", children: popup })
6148
6208
  ] });
6149
6209
  };
6150
- MenuButton.states = states29;
6151
- MenuButton.options = options27;
6210
+ MenuButton.states = states31;
6211
+ MenuButton.options = options29;
6152
6212
  MenuButton.className = MENUBUTTON_CLASSNAME;
6153
- MenuButton.defaultProps = defaultProps24;
6213
+ MenuButton.defaultProps = defaultProps26;
6154
6214
 
6155
6215
  // src/menu-button/templates/icon-menu-button.tsx
6156
- import { jsx as jsx71 } from "react/jsx-runtime";
6216
+ import { jsx as jsx73 } from "react/jsx-runtime";
6157
6217
 
6158
6218
  // src/menu-button/templates/icon-text-menu-button.tsx
6159
- import { jsx as jsx72 } from "react/jsx-runtime";
6219
+ import { jsx as jsx74 } from "react/jsx-runtime";
6160
6220
 
6161
6221
  // src/menu-button/templates/text-menu-button.tsx
6162
- import { jsx as jsx73 } from "react/jsx-runtime";
6222
+ import { jsx as jsx75 } from "react/jsx-runtime";
6163
6223
 
6164
6224
  // src/menu/menu-item.spec.tsx
6165
- import { Fragment as Fragment21, jsx as jsx74, jsxs as jsxs36 } from "react/jsx-runtime";
6225
+ import { Fragment as Fragment21, jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
6166
6226
  var MENUITEM_CLASSNAME = `k-menu-item`;
6167
- var states30 = [
6227
+ var states32 = [
6168
6228
  States.hover,
6169
6229
  States.focus,
6170
6230
  States.active,
6171
6231
  States.selected,
6172
6232
  States.disabled
6173
6233
  ];
6174
- var options28 = {};
6175
- var defaultProps25 = {
6234
+ var options30 = {};
6235
+ var defaultProps27 = {
6176
6236
  dir: "ltr"
6177
6237
  };
6178
6238
  var MenuItem = (props) => {
@@ -6186,11 +6246,11 @@ var MenuItem = (props) => {
6186
6246
  text,
6187
6247
  showArrow,
6188
6248
  arrowIconName,
6189
- dir = defaultProps25.dir,
6249
+ dir = defaultProps27.dir,
6190
6250
  children,
6191
6251
  ...other
6192
6252
  } = props;
6193
- const contentTemplate = /* @__PURE__ */ jsx74(Fragment21, {});
6253
+ const contentTemplate = /* @__PURE__ */ jsx76(Fragment21, {});
6194
6254
  if (children) {
6195
6255
  children.forEach((child) => {
6196
6256
  const component = child.type;
@@ -6232,9 +6292,9 @@ var MenuItem = (props) => {
6232
6292
  })
6233
6293
  ),
6234
6294
  children: [
6235
- icon && /* @__PURE__ */ jsx74(Icon, { className: "k-menu-link-icon", icon }),
6236
- /* @__PURE__ */ jsx74("span", { className: "k-menu-link-text", children: text }),
6237
- showArrow && /* @__PURE__ */ jsx74("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx74(Icon, { icon: expandArrowName }) })
6295
+ icon && /* @__PURE__ */ jsx76(Icon, { className: "k-menu-link-icon", icon }),
6296
+ /* @__PURE__ */ jsx76("span", { className: "k-menu-link-text", children: text }),
6297
+ showArrow && /* @__PURE__ */ jsx76("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx76(Icon, { icon: expandArrowName }) })
6238
6298
  ]
6239
6299
  }
6240
6300
  ),
@@ -6243,24 +6303,24 @@ var MenuItem = (props) => {
6243
6303
  }
6244
6304
  );
6245
6305
  };
6246
- MenuItem.states = states30;
6247
- MenuItem.options = options28;
6306
+ MenuItem.states = states32;
6307
+ MenuItem.options = options30;
6248
6308
  MenuItem.className = MENUITEM_CLASSNAME;
6249
- MenuItem.defaultProps = defaultProps25;
6309
+ MenuItem.defaultProps = defaultProps27;
6250
6310
  var menu_item_spec_default = MenuItem;
6251
6311
 
6252
6312
  // src/menu/menu-separator.spec.tsx
6253
- import { jsx as jsx75 } from "react/jsx-runtime";
6313
+ import { jsx as jsx77 } from "react/jsx-runtime";
6254
6314
  var SEPARATOR_CLASSNAME = `k-separator`;
6255
- var defaultProps26 = {
6315
+ var defaultProps28 = {
6256
6316
  orientation: "horizontal"
6257
6317
  };
6258
6318
  var MenuSeparator = (props) => {
6259
6319
  const {
6260
- orientation = defaultProps26.orientation,
6320
+ orientation = defaultProps28.orientation,
6261
6321
  ...other
6262
6322
  } = props;
6263
- return /* @__PURE__ */ jsx75(
6323
+ return /* @__PURE__ */ jsx77(
6264
6324
  "li",
6265
6325
  {
6266
6326
  ...other,
@@ -6278,25 +6338,25 @@ var MenuSeparator = (props) => {
6278
6338
  var menu_separator_spec_default = MenuSeparator;
6279
6339
 
6280
6340
  // src/menu/menu-item-content.tsx
6281
- import { Fragment as Fragment22, jsx as jsx76 } from "react/jsx-runtime";
6341
+ import { Fragment as Fragment22, jsx as jsx78 } from "react/jsx-runtime";
6282
6342
 
6283
6343
  // src/menu/menu-list.spec.tsx
6284
- import { jsx as jsx77 } from "react/jsx-runtime";
6344
+ import { jsx as jsx79 } from "react/jsx-runtime";
6285
6345
  import { createElement } from "react";
6286
6346
  var MENULIST_CLASSNAME = `k-menu-group`;
6287
- var states31 = [];
6288
- var options29 = {
6347
+ var states33 = [];
6348
+ var options31 = {
6289
6349
  size: [Size.small, Size.medium, Size.large]
6290
6350
  };
6291
- var defaultProps27 = {
6351
+ var defaultProps29 = {
6292
6352
  size: Size.medium,
6293
6353
  dir: "ltr"
6294
6354
  };
6295
6355
  var MenuList = (props) => {
6296
6356
  const {
6297
6357
  children,
6298
- size = defaultProps27.size,
6299
- dir = defaultProps27.dir,
6358
+ size = defaultProps29.size,
6359
+ dir = defaultProps29.dir,
6300
6360
  ...other
6301
6361
  } = props;
6302
6362
  const listChildren = [];
@@ -6309,7 +6369,7 @@ var MenuList = (props) => {
6309
6369
  );
6310
6370
  } else if (child.type === menu_separator_spec_default) {
6311
6371
  listChildren.push(
6312
- /* @__PURE__ */ jsx77(menu_separator_spec_default, {})
6372
+ /* @__PURE__ */ jsx79(menu_separator_spec_default, {})
6313
6373
  );
6314
6374
  } else {
6315
6375
  listChildren.push(child);
@@ -6317,7 +6377,7 @@ var MenuList = (props) => {
6317
6377
  });
6318
6378
  }
6319
6379
  }
6320
- return /* @__PURE__ */ jsx77(
6380
+ return /* @__PURE__ */ jsx79(
6321
6381
  "ul",
6322
6382
  {
6323
6383
  ...other,
@@ -6332,25 +6392,25 @@ var MenuList = (props) => {
6332
6392
  }
6333
6393
  );
6334
6394
  };
6335
- MenuList.states = states31;
6336
- MenuList.options = options29;
6395
+ MenuList.states = states33;
6396
+ MenuList.options = options31;
6337
6397
  MenuList.className = MENULIST_CLASSNAME;
6338
- MenuList.defaultProps = defaultProps27;
6398
+ MenuList.defaultProps = defaultProps29;
6339
6399
 
6340
6400
  // src/menu-button/templates/menu-button-popup.tsx
6341
- import { jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
6401
+ import { jsx as jsx80, jsxs as jsxs37 } from "react/jsx-runtime";
6342
6402
 
6343
6403
  // src/split-button/split-button.spec.tsx
6344
- import { Fragment as Fragment23, jsx as jsx79, jsxs as jsxs38 } from "react/jsx-runtime";
6404
+ import { Fragment as Fragment23, jsx as jsx81, jsxs as jsxs38 } from "react/jsx-runtime";
6345
6405
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6346
- var states32 = [
6406
+ var states34 = [
6347
6407
  States.hover,
6348
6408
  States.focus,
6349
6409
  States.active,
6350
6410
  States.selected,
6351
6411
  States.disabled
6352
6412
  ];
6353
- var options30 = {
6413
+ var options32 = {
6354
6414
  size: [Size.small, Size.medium, Size.large],
6355
6415
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6356
6416
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6368,7 +6428,7 @@ var options30 = {
6368
6428
  ThemeColor.inverse
6369
6429
  ]
6370
6430
  };
6371
- var defaultProps28 = {
6431
+ var defaultProps30 = {
6372
6432
  size: Size.medium,
6373
6433
  rounded: Roundness.medium,
6374
6434
  fillMode: FillMode.solid,
@@ -6377,10 +6437,10 @@ var defaultProps28 = {
6377
6437
  };
6378
6438
  var SplitButton = (props) => {
6379
6439
  const {
6380
- size = defaultProps28.size,
6381
- rounded = defaultProps28.rounded,
6382
- fillMode = defaultProps28.fillMode,
6383
- themeColor = defaultProps28.themeColor,
6440
+ size = defaultProps30.size,
6441
+ rounded = defaultProps30.rounded,
6442
+ fillMode = defaultProps30.fillMode,
6443
+ themeColor = defaultProps30.themeColor,
6384
6444
  hover,
6385
6445
  focus,
6386
6446
  active,
@@ -6388,7 +6448,7 @@ var SplitButton = (props) => {
6388
6448
  disabled,
6389
6449
  icon,
6390
6450
  text,
6391
- arrowIconName = defaultProps28.arrowIconName,
6451
+ arrowIconName = defaultProps30.arrowIconName,
6392
6452
  popup,
6393
6453
  opened,
6394
6454
  ...other
@@ -6407,7 +6467,7 @@ var SplitButton = (props) => {
6407
6467
  })
6408
6468
  ),
6409
6469
  children: [
6410
- /* @__PURE__ */ jsx79(
6470
+ /* @__PURE__ */ jsx81(
6411
6471
  Button,
6412
6472
  {
6413
6473
  text,
@@ -6424,7 +6484,7 @@ var SplitButton = (props) => {
6424
6484
  children: props.children
6425
6485
  }
6426
6486
  ),
6427
- /* @__PURE__ */ jsx79(
6487
+ /* @__PURE__ */ jsx81(
6428
6488
  Button,
6429
6489
  {
6430
6490
  className: "k-split-button-arrow",
@@ -6438,30 +6498,30 @@ var SplitButton = (props) => {
6438
6498
  ]
6439
6499
  }
6440
6500
  ),
6441
- opened && popup && /* @__PURE__ */ jsx79(Popup, { className: "k-menu-popup", children: popup })
6501
+ opened && popup && /* @__PURE__ */ jsx81(Popup, { className: "k-menu-popup", children: popup })
6442
6502
  ] });
6443
6503
  };
6444
- SplitButton.states = states32;
6445
- SplitButton.options = options30;
6504
+ SplitButton.states = states34;
6505
+ SplitButton.options = options32;
6446
6506
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6447
- SplitButton.defaultProps = defaultProps28;
6507
+ SplitButton.defaultProps = defaultProps30;
6448
6508
  var split_button_spec_default = SplitButton;
6449
6509
 
6450
6510
  // src/toolbar/toolbar.spec.tsx
6451
- import { jsx as jsx80 } from "react/jsx-runtime";
6511
+ import { jsx as jsx82 } from "react/jsx-runtime";
6452
6512
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6453
- var states33 = [
6513
+ var states35 = [
6454
6514
  States.focus
6455
6515
  ];
6456
- var options31 = {
6516
+ var options33 = {
6457
6517
  size: [Size.small, Size.medium, Size.large]
6458
6518
  };
6459
- var defaultProps29 = {
6519
+ var defaultProps31 = {
6460
6520
  size: Size.medium
6461
6521
  };
6462
6522
  var Toolbar = (props) => {
6463
6523
  const {
6464
- size = defaultProps29.size,
6524
+ size = defaultProps31.size,
6465
6525
  focus,
6466
6526
  resizable,
6467
6527
  ...other
@@ -6471,7 +6531,7 @@ var Toolbar = (props) => {
6471
6531
  const tempToolbarChildren = [];
6472
6532
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6473
6533
  tempToolbarChildren.push(
6474
- /* @__PURE__ */ jsx80(
6534
+ /* @__PURE__ */ jsx82(
6475
6535
  Button,
6476
6536
  {
6477
6537
  ...child.props,
@@ -6482,7 +6542,7 @@ var Toolbar = (props) => {
6482
6542
  );
6483
6543
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6484
6544
  tempToolbarChildren.push(
6485
- /* @__PURE__ */ jsx80(
6545
+ /* @__PURE__ */ jsx82(
6486
6546
  Button,
6487
6547
  {
6488
6548
  ...child.props,
@@ -6493,7 +6553,7 @@ var Toolbar = (props) => {
6493
6553
  );
6494
6554
  } else if (child.type === Button) {
6495
6555
  tempToolbarChildren.push(
6496
- /* @__PURE__ */ jsx80(
6556
+ /* @__PURE__ */ jsx82(
6497
6557
  Button,
6498
6558
  {
6499
6559
  ...child.props,
@@ -6504,7 +6564,7 @@ var Toolbar = (props) => {
6504
6564
  );
6505
6565
  } else if (child.type === MenuButton) {
6506
6566
  tempToolbarChildren.push(
6507
- /* @__PURE__ */ jsx80(
6567
+ /* @__PURE__ */ jsx82(
6508
6568
  MenuButton,
6509
6569
  {
6510
6570
  ...child.props,
@@ -6515,7 +6575,7 @@ var Toolbar = (props) => {
6515
6575
  );
6516
6576
  } else if (child.type === split_button_spec_default) {
6517
6577
  tempToolbarChildren.push(
6518
- /* @__PURE__ */ jsx80(
6578
+ /* @__PURE__ */ jsx82(
6519
6579
  split_button_spec_default,
6520
6580
  {
6521
6581
  ...child.props,
@@ -6529,7 +6589,7 @@ var Toolbar = (props) => {
6529
6589
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6530
6590
  childrenArray.forEach((button, bindex) => {
6531
6591
  buttonGroupItems.push(
6532
- /* @__PURE__ */ jsx80(
6592
+ /* @__PURE__ */ jsx82(
6533
6593
  Button,
6534
6594
  {
6535
6595
  ...button.props,
@@ -6540,7 +6600,7 @@ var Toolbar = (props) => {
6540
6600
  );
6541
6601
  });
6542
6602
  tempToolbarChildren.push(
6543
- /* @__PURE__ */ jsx80(
6603
+ /* @__PURE__ */ jsx82(
6544
6604
  ButtonGroup,
6545
6605
  {
6546
6606
  ...child.props,
@@ -6552,7 +6612,7 @@ var Toolbar = (props) => {
6552
6612
  );
6553
6613
  } else if (child.type === Combobox) {
6554
6614
  tempToolbarChildren.push(
6555
- /* @__PURE__ */ jsx80(
6615
+ /* @__PURE__ */ jsx82(
6556
6616
  Combobox,
6557
6617
  {
6558
6618
  ...child.props,
@@ -6563,7 +6623,7 @@ var Toolbar = (props) => {
6563
6623
  );
6564
6624
  } else if (child.type === DropdownList) {
6565
6625
  tempToolbarChildren.push(
6566
- /* @__PURE__ */ jsx80(
6626
+ /* @__PURE__ */ jsx82(
6567
6627
  DropdownList,
6568
6628
  {
6569
6629
  ...child.props,
@@ -6574,7 +6634,7 @@ var Toolbar = (props) => {
6574
6634
  );
6575
6635
  } else if (child.type === ColorPicker) {
6576
6636
  tempToolbarChildren.push(
6577
- /* @__PURE__ */ jsx80(
6637
+ /* @__PURE__ */ jsx82(
6578
6638
  ColorPicker,
6579
6639
  {
6580
6640
  ...child.props,
@@ -6596,7 +6656,7 @@ var Toolbar = (props) => {
6596
6656
  addUniqueToolClass(child, index);
6597
6657
  });
6598
6658
  }
6599
- return /* @__PURE__ */ jsx80(
6659
+ return /* @__PURE__ */ jsx82(
6600
6660
  "div",
6601
6661
  {
6602
6662
  ...other,
@@ -6617,26 +6677,26 @@ var Toolbar = (props) => {
6617
6677
  }
6618
6678
  );
6619
6679
  };
6620
- Toolbar.states = states33;
6621
- Toolbar.options = options31;
6680
+ Toolbar.states = states35;
6681
+ Toolbar.options = options33;
6622
6682
  Toolbar.className = TOOLBAR_CLASSNAME;
6623
- Toolbar.defaultProps = defaultProps29;
6683
+ Toolbar.defaultProps = defaultProps31;
6624
6684
 
6625
6685
  // src/toolbar/toolbar-angular.spec.tsx
6626
- import { jsx as jsx81 } from "react/jsx-runtime";
6686
+ import { jsx as jsx83 } from "react/jsx-runtime";
6627
6687
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6628
- var states34 = [
6688
+ var states36 = [
6629
6689
  States.focus
6630
6690
  ];
6631
- var options32 = {
6691
+ var options34 = {
6632
6692
  size: [Size.small, Size.medium, Size.large]
6633
6693
  };
6634
- var defaultProps30 = {
6694
+ var defaultProps32 = {
6635
6695
  size: Size.medium
6636
6696
  };
6637
6697
  var ToolbarAngular = (props) => {
6638
6698
  const {
6639
- size = defaultProps30.size,
6699
+ size = defaultProps32.size,
6640
6700
  focus,
6641
6701
  resizable,
6642
6702
  ...other
@@ -6646,7 +6706,7 @@ var ToolbarAngular = (props) => {
6646
6706
  const tempToolbarChildren = [];
6647
6707
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6648
6708
  tempToolbarChildren.push(
6649
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6709
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6650
6710
  Button,
6651
6711
  {
6652
6712
  ...child.props,
@@ -6657,7 +6717,7 @@ var ToolbarAngular = (props) => {
6657
6717
  );
6658
6718
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6659
6719
  tempToolbarChildren.push(
6660
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6720
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6661
6721
  Button,
6662
6722
  {
6663
6723
  ...child.props,
@@ -6668,7 +6728,7 @@ var ToolbarAngular = (props) => {
6668
6728
  );
6669
6729
  } else if (child.type === Button) {
6670
6730
  tempToolbarChildren.push(
6671
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6731
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6672
6732
  Button,
6673
6733
  {
6674
6734
  ...child.props,
@@ -6679,7 +6739,7 @@ var ToolbarAngular = (props) => {
6679
6739
  );
6680
6740
  } else if (child.type === MenuButton) {
6681
6741
  tempToolbarChildren.push(
6682
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6742
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6683
6743
  MenuButton,
6684
6744
  {
6685
6745
  ...child.props,
@@ -6690,7 +6750,7 @@ var ToolbarAngular = (props) => {
6690
6750
  );
6691
6751
  } else if (child.type === split_button_spec_default) {
6692
6752
  tempToolbarChildren.push(
6693
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6753
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6694
6754
  split_button_spec_default,
6695
6755
  {
6696
6756
  ...child.props,
@@ -6704,7 +6764,7 @@ var ToolbarAngular = (props) => {
6704
6764
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6705
6765
  childrenArray.forEach((button, bindex) => {
6706
6766
  buttonGroupItems.push(
6707
- /* @__PURE__ */ jsx81(
6767
+ /* @__PURE__ */ jsx83(
6708
6768
  Button,
6709
6769
  {
6710
6770
  ...button.props,
@@ -6715,7 +6775,7 @@ var ToolbarAngular = (props) => {
6715
6775
  );
6716
6776
  });
6717
6777
  tempToolbarChildren.push(
6718
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6778
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6719
6779
  ButtonGroup,
6720
6780
  {
6721
6781
  ...child.props,
@@ -6727,7 +6787,7 @@ var ToolbarAngular = (props) => {
6727
6787
  );
6728
6788
  } else if (child.type === Combobox) {
6729
6789
  tempToolbarChildren.push(
6730
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6790
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6731
6791
  Combobox,
6732
6792
  {
6733
6793
  ...child.props,
@@ -6738,7 +6798,7 @@ var ToolbarAngular = (props) => {
6738
6798
  );
6739
6799
  } else if (child.type === DropdownList) {
6740
6800
  tempToolbarChildren.push(
6741
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6801
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6742
6802
  DropdownList,
6743
6803
  {
6744
6804
  ...child.props,
@@ -6749,7 +6809,7 @@ var ToolbarAngular = (props) => {
6749
6809
  );
6750
6810
  } else if (child.type === ColorPicker) {
6751
6811
  tempToolbarChildren.push(
6752
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6812
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6753
6813
  ColorPicker,
6754
6814
  {
6755
6815
  ...child.props,
@@ -6771,7 +6831,7 @@ var ToolbarAngular = (props) => {
6771
6831
  addUniqueToolClass(child, index);
6772
6832
  });
6773
6833
  }
6774
- return /* @__PURE__ */ jsx81(
6834
+ return /* @__PURE__ */ jsx83(
6775
6835
  "div",
6776
6836
  {
6777
6837
  ...other,
@@ -6792,28 +6852,28 @@ var ToolbarAngular = (props) => {
6792
6852
  }
6793
6853
  );
6794
6854
  };
6795
- ToolbarAngular.states = states34;
6796
- ToolbarAngular.options = options32;
6855
+ ToolbarAngular.states = states36;
6856
+ ToolbarAngular.options = options34;
6797
6857
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6798
- ToolbarAngular.defaultProps = defaultProps30;
6858
+ ToolbarAngular.defaultProps = defaultProps32;
6799
6859
 
6800
6860
  // src/toolbar/toolbar-separator.tsx
6801
- import { jsx as jsx82 } from "react/jsx-runtime";
6861
+ import { jsx as jsx84 } from "react/jsx-runtime";
6802
6862
 
6803
6863
  // src/toolbar/toolbar-item.spec.tsx
6804
- import { jsx as jsx83 } from "react/jsx-runtime";
6864
+ import { jsx as jsx85 } from "react/jsx-runtime";
6805
6865
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6806
- var states35 = [
6866
+ var states37 = [
6807
6867
  States.focus
6808
6868
  ];
6809
- var options33 = {};
6810
- var defaultProps31 = {};
6869
+ var options35 = {};
6870
+ var defaultProps33 = {};
6811
6871
  var ToolbarItem = (props) => {
6812
6872
  const {
6813
6873
  focus,
6814
6874
  ...other
6815
6875
  } = props;
6816
- return /* @__PURE__ */ jsx83(
6876
+ return /* @__PURE__ */ jsx85(
6817
6877
  "div",
6818
6878
  {
6819
6879
  ...other,
@@ -6828,111 +6888,111 @@ var ToolbarItem = (props) => {
6828
6888
  }
6829
6889
  );
6830
6890
  };
6831
- ToolbarItem.states = states35;
6832
- ToolbarItem.options = options33;
6891
+ ToolbarItem.states = states37;
6892
+ ToolbarItem.options = options35;
6833
6893
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6834
- ToolbarItem.defaultProps = defaultProps31;
6894
+ ToolbarItem.defaultProps = defaultProps33;
6835
6895
 
6836
6896
  // src/grid/tests/grid-editing-inline-angular.tsx
6837
- import { Fragment as Fragment24, jsx as jsx84, jsxs as jsxs39 } from "react/jsx-runtime";
6838
- var grid_editing_inline_angular_default = () => /* @__PURE__ */ jsx84(Fragment24, { children: /* @__PURE__ */ jsxs39("div", { id: "test-area", className: "k-d-grid", children: [
6839
- /* @__PURE__ */ jsx84("h3", { children: "Edit Row" }),
6897
+ import { Fragment as Fragment24, jsx as jsx86, jsxs as jsxs39 } from "react/jsx-runtime";
6898
+ var grid_editing_inline_angular_default = () => /* @__PURE__ */ jsx86(Fragment24, { children: /* @__PURE__ */ jsxs39("div", { id: "test-area", className: "k-d-grid", children: [
6899
+ /* @__PURE__ */ jsx86("h3", { children: "Edit Row" }),
6840
6900
  /* @__PURE__ */ jsxs39("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
6841
- /* @__PURE__ */ jsx84(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx84(Button, { icon: "plus", children: "Add" }) }),
6901
+ /* @__PURE__ */ jsx86(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx86(Button, { icon: "plus", children: "Add" }) }),
6842
6902
  /* @__PURE__ */ jsxs39("div", { className: "k-grid-aria-root", role: "grid", children: [
6843
- /* @__PURE__ */ jsx84("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx84("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-header-table", children: [
6903
+ /* @__PURE__ */ jsx86("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx86("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-header-table", children: [
6844
6904
  /* @__PURE__ */ jsxs39("colgroup", { children: [
6845
- /* @__PURE__ */ jsx84("col", { style: { width: "50px" } }),
6846
- /* @__PURE__ */ jsx84("col", {}),
6847
- /* @__PURE__ */ jsx84("col", {})
6905
+ /* @__PURE__ */ jsx86("col", { style: { width: "50px" } }),
6906
+ /* @__PURE__ */ jsx86("col", {}),
6907
+ /* @__PURE__ */ jsx86("col", {})
6848
6908
  ] }),
6849
- /* @__PURE__ */ jsx84("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs39("tr", { className: "k-table-row", children: [
6850
- /* @__PURE__ */ jsx84("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx84(Checkbox, {}) }),
6851
- /* @__PURE__ */ jsx84("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx84("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx84("span", { className: "k-link", children: /* @__PURE__ */ jsx84("span", { className: "k-column-title", children: "Name" }) }) }) }),
6852
- /* @__PURE__ */ jsx84("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx84("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx84("span", { className: "k-link", children: /* @__PURE__ */ jsx84("span", { className: "k-column-title", children: "Command" }) }) }) })
6909
+ /* @__PURE__ */ jsx86("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs39("tr", { className: "k-table-row", children: [
6910
+ /* @__PURE__ */ jsx86("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx86(Checkbox, {}) }),
6911
+ /* @__PURE__ */ jsx86("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx86("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx86("span", { className: "k-link", children: /* @__PURE__ */ jsx86("span", { className: "k-column-title", children: "Name" }) }) }) }),
6912
+ /* @__PURE__ */ jsx86("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx86("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx86("span", { className: "k-link", children: /* @__PURE__ */ jsx86("span", { className: "k-column-title", children: "Command" }) }) }) })
6853
6913
  ] }) })
6854
6914
  ] }) }) }),
6855
- /* @__PURE__ */ jsx84("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs39("div", { className: "k-grid-content k-virtual-content", children: [
6856
- /* @__PURE__ */ jsx84("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-table", children: [
6915
+ /* @__PURE__ */ jsx86("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs39("div", { className: "k-grid-content k-virtual-content", children: [
6916
+ /* @__PURE__ */ jsx86("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-table", children: [
6857
6917
  /* @__PURE__ */ jsxs39("colgroup", { children: [
6858
- /* @__PURE__ */ jsx84("col", { style: { width: "50px" } }),
6859
- /* @__PURE__ */ jsx84("col", {}),
6860
- /* @__PURE__ */ jsx84("col", {})
6918
+ /* @__PURE__ */ jsx86("col", { style: { width: "50px" } }),
6919
+ /* @__PURE__ */ jsx86("col", {}),
6920
+ /* @__PURE__ */ jsx86("col", {})
6861
6921
  ] }),
6862
6922
  /* @__PURE__ */ jsxs39("tbody", { className: "k-table-tbody", children: [
6863
6923
  /* @__PURE__ */ jsxs39("tr", { className: "k-table-row k-grid-edit-row", role: "row", children: [
6864
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx84(Checkbox, {}) }),
6865
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx84(Textbox, {}) }),
6924
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx86(Checkbox, {}) }),
6925
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx86(Textbox, {}) }),
6866
6926
  /* @__PURE__ */ jsxs39("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
6867
- /* @__PURE__ */ jsx84(Button, { children: "Update" }),
6868
- /* @__PURE__ */ jsx84(Button, { children: "Cancel" })
6927
+ /* @__PURE__ */ jsx86(Button, { children: "Update" }),
6928
+ /* @__PURE__ */ jsx86(Button, { children: "Cancel" })
6869
6929
  ] })
6870
6930
  ] }),
6871
6931
  /* @__PURE__ */ jsxs39("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6872
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx84(Checkbox, {}) }),
6873
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
6932
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx86(Checkbox, {}) }),
6933
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
6874
6934
  /* @__PURE__ */ jsxs39("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
6875
- /* @__PURE__ */ jsx84(Button, { children: "Edit" }),
6876
- /* @__PURE__ */ jsx84(Button, { children: "Remove" })
6935
+ /* @__PURE__ */ jsx86(Button, { children: "Edit" }),
6936
+ /* @__PURE__ */ jsx86(Button, { children: "Remove" })
6877
6937
  ] })
6878
6938
  ] })
6879
6939
  ] })
6880
6940
  ] }) }),
6881
- /* @__PURE__ */ jsx84("div", { className: "k-height-container", children: /* @__PURE__ */ jsx84("div", {}) })
6941
+ /* @__PURE__ */ jsx86("div", { className: "k-height-container", children: /* @__PURE__ */ jsx86("div", {}) })
6882
6942
  ] }) })
6883
6943
  ] })
6884
6944
  ] }),
6885
- /* @__PURE__ */ jsx84("h3", { children: "New Row" }),
6945
+ /* @__PURE__ */ jsx86("h3", { children: "New Row" }),
6886
6946
  /* @__PURE__ */ jsxs39("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
6887
- /* @__PURE__ */ jsx84(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx84(Button, { icon: "plus", children: "Add" }) }),
6947
+ /* @__PURE__ */ jsx86(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx86(Button, { icon: "plus", children: "Add" }) }),
6888
6948
  /* @__PURE__ */ jsxs39("div", { className: "k-grid-aria-root", role: "grid", children: [
6889
- /* @__PURE__ */ jsx84("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx84("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-header-table", children: [
6949
+ /* @__PURE__ */ jsx86("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx86("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-header-table", children: [
6890
6950
  /* @__PURE__ */ jsxs39("colgroup", { children: [
6891
- /* @__PURE__ */ jsx84("col", { style: { width: "50px" } }),
6892
- /* @__PURE__ */ jsx84("col", {}),
6893
- /* @__PURE__ */ jsx84("col", {})
6951
+ /* @__PURE__ */ jsx86("col", { style: { width: "50px" } }),
6952
+ /* @__PURE__ */ jsx86("col", {}),
6953
+ /* @__PURE__ */ jsx86("col", {})
6894
6954
  ] }),
6895
- /* @__PURE__ */ jsx84("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs39("tr", { className: "k-table-row", children: [
6896
- /* @__PURE__ */ jsx84("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx84(Checkbox, {}) }),
6897
- /* @__PURE__ */ jsx84("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx84("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx84("span", { className: "k-link", children: /* @__PURE__ */ jsx84("span", { className: "k-column-title", children: "Name" }) }) }) }),
6898
- /* @__PURE__ */ jsx84("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx84("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx84("span", { className: "k-link", children: /* @__PURE__ */ jsx84("span", { className: "k-column-title", children: "Command" }) }) }) })
6955
+ /* @__PURE__ */ jsx86("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs39("tr", { className: "k-table-row", children: [
6956
+ /* @__PURE__ */ jsx86("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx86(Checkbox, {}) }),
6957
+ /* @__PURE__ */ jsx86("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx86("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx86("span", { className: "k-link", children: /* @__PURE__ */ jsx86("span", { className: "k-column-title", children: "Name" }) }) }) }),
6958
+ /* @__PURE__ */ jsx86("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ jsx86("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx86("span", { className: "k-link", children: /* @__PURE__ */ jsx86("span", { className: "k-column-title", children: "Command" }) }) }) })
6899
6959
  ] }) })
6900
6960
  ] }) }) }),
6901
- /* @__PURE__ */ jsx84("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs39("div", { className: "k-grid-content k-virtual-content", children: [
6902
- /* @__PURE__ */ jsx84("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-table", children: [
6961
+ /* @__PURE__ */ jsx86("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs39("div", { className: "k-grid-content k-virtual-content", children: [
6962
+ /* @__PURE__ */ jsx86("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ jsxs39("table", { className: "k-table k-table-md k-grid-table", children: [
6903
6963
  /* @__PURE__ */ jsxs39("colgroup", { children: [
6904
- /* @__PURE__ */ jsx84("col", { style: { width: "50px" } }),
6905
- /* @__PURE__ */ jsx84("col", {}),
6906
- /* @__PURE__ */ jsx84("col", {})
6964
+ /* @__PURE__ */ jsx86("col", { style: { width: "50px" } }),
6965
+ /* @__PURE__ */ jsx86("col", {}),
6966
+ /* @__PURE__ */ jsx86("col", {})
6907
6967
  ] }),
6908
6968
  /* @__PURE__ */ jsxs39("tbody", { className: "k-table-tbody", children: [
6909
6969
  /* @__PURE__ */ jsxs39("tr", { className: "k-table-row k-grid-add-row k-grid-edit-row", role: "row", children: [
6910
- /* @__PURE__ */ jsx84("td", { className: "k-table-td", colSpan: 1 }),
6911
- /* @__PURE__ */ jsx84("td", { className: "k-table-td", colSpan: 1, children: /* @__PURE__ */ jsx84(Textbox, {}) }),
6970
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td", colSpan: 1 }),
6971
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td", colSpan: 1, children: /* @__PURE__ */ jsx86(Textbox, {}) }),
6912
6972
  /* @__PURE__ */ jsxs39("td", { className: "k-table-td k-command-cell", colSpan: 1, children: [
6913
- /* @__PURE__ */ jsx84(Button, { children: "Add" }),
6914
- /* @__PURE__ */ jsx84(Button, { children: "Discard changes" })
6973
+ /* @__PURE__ */ jsx86(Button, { children: "Add" }),
6974
+ /* @__PURE__ */ jsx86(Button, { children: "Discard changes" })
6915
6975
  ] })
6916
6976
  ] }),
6917
6977
  /* @__PURE__ */ jsxs39("tr", { className: "k-table-row", children: [
6918
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx84(Checkbox, {}) }),
6919
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
6978
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx86(Checkbox, {}) }),
6979
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
6920
6980
  /* @__PURE__ */ jsxs39("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
6921
- /* @__PURE__ */ jsx84(Button, { children: "Edit" }),
6922
- /* @__PURE__ */ jsx84(Button, { children: "Remove" })
6981
+ /* @__PURE__ */ jsx86(Button, { children: "Edit" }),
6982
+ /* @__PURE__ */ jsx86(Button, { children: "Remove" })
6923
6983
  ] })
6924
6984
  ] }),
6925
6985
  /* @__PURE__ */ jsxs39("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6926
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx84(Checkbox, {}) }),
6927
- /* @__PURE__ */ jsx84("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
6986
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ jsx86(Checkbox, {}) }),
6987
+ /* @__PURE__ */ jsx86("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
6928
6988
  /* @__PURE__ */ jsxs39("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
6929
- /* @__PURE__ */ jsx84(Button, { children: "Edit" }),
6930
- /* @__PURE__ */ jsx84(Button, { children: "Remove" })
6989
+ /* @__PURE__ */ jsx86(Button, { children: "Edit" }),
6990
+ /* @__PURE__ */ jsx86(Button, { children: "Remove" })
6931
6991
  ] })
6932
6992
  ] })
6933
6993
  ] })
6934
6994
  ] }) }),
6935
- /* @__PURE__ */ jsx84("div", { className: "k-height-container", children: /* @__PURE__ */ jsx84("div", {}) })
6995
+ /* @__PURE__ */ jsx86("div", { className: "k-height-container", children: /* @__PURE__ */ jsx86("div", {}) })
6936
6996
  ] }) })
6937
6997
  ] })
6938
6998
  ] })