@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,43 +4815,43 @@ var InputValidationIcon = (props) => {
4755
4815
  const iconName = invalid ? "exclamation-circle" : "check";
4756
4816
  const renderValidationIcon = Boolean(valid || invalid);
4757
4817
  if (disabled || loading || !renderValidationIcon) {
4758
- return /* @__PURE__ */ jsx18(Fragment8, {});
4818
+ return /* @__PURE__ */ jsx20(Fragment8, {});
4759
4819
  }
4760
- return /* @__PURE__ */ jsx18(Icon, { className: classNames(className6), icon: iconName });
4820
+ return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
4761
4821
  };
4762
- InputValidationIcon.states = states12;
4763
- InputValidationIcon.options = options11;
4822
+ InputValidationIcon.states = states14;
4823
+ InputValidationIcon.options = options13;
4764
4824
  InputValidationIcon.className = className6;
4765
4825
 
4766
4826
  // src/input/input-prefix.tsx
4767
- import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
4827
+ import { Fragment as Fragment9, jsx as jsx21 } from "react/jsx-runtime";
4768
4828
  var className7 = `k-input-prefix`;
4769
4829
  var InputPrefix = (props) => {
4770
4830
  if (!props.children) {
4771
- return /* @__PURE__ */ jsx19(Fragment9, {});
4831
+ return /* @__PURE__ */ jsx21(Fragment9, {});
4772
4832
  }
4773
- return /* @__PURE__ */ jsx19("span", { className: classNames(className7, props.className), children: props.children });
4833
+ return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
4774
4834
  };
4775
4835
 
4776
4836
  // src/input/input-suffix.tsx
4777
- import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
4837
+ import { Fragment as Fragment10, jsx as jsx22 } from "react/jsx-runtime";
4778
4838
  var className8 = `k-input-suffix`;
4779
4839
  var InputSuffix = (props) => {
4780
4840
  if (!props.children) {
4781
- return /* @__PURE__ */ jsx20(Fragment10, {});
4841
+ return /* @__PURE__ */ jsx22(Fragment10, {});
4782
4842
  }
4783
- return /* @__PURE__ */ jsx20("span", { className: classNames(className8, props.className), children: props.children });
4843
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4784
4844
  };
4785
4845
 
4786
4846
  // src/input/input-separator.tsx
4787
- import { jsx as jsx21 } from "react/jsx-runtime";
4847
+ import { jsx as jsx23 } from "react/jsx-runtime";
4788
4848
 
4789
4849
  // src/animation-container/animation-container.spec.tsx
4790
- import { jsx as jsx22 } from "react/jsx-runtime";
4850
+ import { jsx as jsx24 } from "react/jsx-runtime";
4791
4851
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4792
- var states13 = [];
4793
- var options12 = {};
4794
- var defaultProps10 = {
4852
+ var states15 = [];
4853
+ var options14 = {};
4854
+ var defaultProps12 = {
4795
4855
  positionMode: "absolute"
4796
4856
  };
4797
4857
  var AnimationContainer = (props) => {
@@ -4801,7 +4861,7 @@ var AnimationContainer = (props) => {
4801
4861
  offset,
4802
4862
  ...other
4803
4863
  } = props;
4804
- return /* @__PURE__ */ jsx22(
4864
+ return /* @__PURE__ */ jsx24(
4805
4865
  "div",
4806
4866
  {
4807
4867
  ...other,
@@ -4813,21 +4873,21 @@ var AnimationContainer = (props) => {
4813
4873
  ["k-animation-container-fixed"]: positionMode === "fixed"
4814
4874
  }
4815
4875
  ),
4816
- children: /* @__PURE__ */ jsx22("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4876
+ children: /* @__PURE__ */ jsx24("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4817
4877
  }
4818
4878
  );
4819
4879
  };
4820
- AnimationContainer.states = states13;
4821
- AnimationContainer.options = options12;
4880
+ AnimationContainer.states = states15;
4881
+ AnimationContainer.options = options14;
4822
4882
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4823
- AnimationContainer.defaultProps = defaultProps10;
4883
+ AnimationContainer.defaultProps = defaultProps12;
4824
4884
 
4825
4885
  // src/popup/popup.spec.tsx
4826
- import { jsx as jsx23 } from "react/jsx-runtime";
4886
+ import { jsx as jsx25 } from "react/jsx-runtime";
4827
4887
  var POPUP_CLASSNAME = `k-popup`;
4828
- var states14 = [];
4829
- var options13 = {};
4830
- var defaultProps11 = {
4888
+ var states16 = [];
4889
+ var options15 = {};
4890
+ var defaultProps13 = {
4831
4891
  positionMode: "absolute"
4832
4892
  };
4833
4893
  var Popup = (props) => {
@@ -4836,24 +4896,24 @@ var Popup = (props) => {
4836
4896
  positionMode,
4837
4897
  ...other
4838
4898
  } = props;
4839
- return /* @__PURE__ */ jsx23(
4899
+ return /* @__PURE__ */ jsx25(
4840
4900
  AnimationContainer,
4841
4901
  {
4842
4902
  positionMode,
4843
4903
  offset,
4844
- children: /* @__PURE__ */ jsx23("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4904
+ children: /* @__PURE__ */ jsx25("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4845
4905
  }
4846
4906
  );
4847
4907
  };
4848
- Popup.states = states14;
4849
- Popup.options = options13;
4908
+ Popup.states = states16;
4909
+ Popup.options = options15;
4850
4910
  Popup.className = POPUP_CLASSNAME;
4851
- Popup.defaultProps = defaultProps11;
4911
+ Popup.defaultProps = defaultProps13;
4852
4912
 
4853
4913
  // src/dropdownlist/dropdownlist.spec.tsx
4854
- import { Fragment as Fragment11, jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
4914
+ import { Fragment as Fragment11, jsx as jsx26, jsxs as jsxs4 } from "react/jsx-runtime";
4855
4915
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4856
- var states15 = [
4916
+ var states17 = [
4857
4917
  States.hover,
4858
4918
  States.focus,
4859
4919
  States.valid,
@@ -4863,12 +4923,12 @@ var states15 = [
4863
4923
  States.loading,
4864
4924
  States.readonly
4865
4925
  ];
4866
- var options14 = {
4926
+ var options16 = {
4867
4927
  size: [Size.small, Size.medium, Size.large],
4868
4928
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4869
4929
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4870
4930
  };
4871
- var defaultProps12 = {
4931
+ var defaultProps14 = {
4872
4932
  showValue: true,
4873
4933
  arrowIconName: "caret-alt-down",
4874
4934
  size: Size.medium,
@@ -4878,7 +4938,7 @@ var defaultProps12 = {
4878
4938
  var DropdownList = (props) => {
4879
4939
  const {
4880
4940
  valueIconName,
4881
- arrowIconName = defaultProps12.arrowIconName,
4941
+ arrowIconName = defaultProps14.arrowIconName,
4882
4942
  prefix,
4883
4943
  suffix,
4884
4944
  value,
@@ -4894,7 +4954,7 @@ var DropdownList = (props) => {
4894
4954
  loading,
4895
4955
  disabled,
4896
4956
  readonly,
4897
- showValue = defaultProps12.showValue,
4957
+ showValue = defaultProps14.showValue,
4898
4958
  popup,
4899
4959
  opened,
4900
4960
  ...other
@@ -4923,8 +4983,8 @@ var DropdownList = (props) => {
4923
4983
  }
4924
4984
  ),
4925
4985
  children: [
4926
- /* @__PURE__ */ jsx24(InputPrefix, { children: prefix }),
4927
- /* @__PURE__ */ jsx24(
4986
+ /* @__PURE__ */ jsx26(InputPrefix, { children: prefix }),
4987
+ /* @__PURE__ */ jsx26(
4928
4988
  InputInnerSpan,
4929
4989
  {
4930
4990
  placeholder,
@@ -4933,7 +4993,7 @@ var DropdownList = (props) => {
4933
4993
  valueIconName
4934
4994
  }
4935
4995
  ),
4936
- /* @__PURE__ */ jsx24(
4996
+ /* @__PURE__ */ jsx26(
4937
4997
  InputValidationIcon,
4938
4998
  {
4939
4999
  valid,
@@ -4942,15 +5002,15 @@ var DropdownList = (props) => {
4942
5002
  disabled
4943
5003
  }
4944
5004
  ),
4945
- /* @__PURE__ */ jsx24(
5005
+ /* @__PURE__ */ jsx26(
4946
5006
  InputLoadingIcon,
4947
5007
  {
4948
5008
  loading,
4949
5009
  disabled
4950
5010
  }
4951
5011
  ),
4952
- /* @__PURE__ */ jsx24(InputSuffix, { children: suffix }),
4953
- /* @__PURE__ */ jsx24(
5012
+ /* @__PURE__ */ jsx26(InputSuffix, { children: suffix }),
5013
+ /* @__PURE__ */ jsx26(
4954
5014
  Button,
4955
5015
  {
4956
5016
  className: "k-input-button",
@@ -4963,35 +5023,35 @@ var DropdownList = (props) => {
4963
5023
  ]
4964
5024
  }
4965
5025
  ),
4966
- opened && popup && /* @__PURE__ */ jsx24(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5026
+ opened && popup && /* @__PURE__ */ jsx26(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
4967
5027
  ] });
4968
5028
  };
4969
- DropdownList.states = states15;
4970
- DropdownList.options = options14;
5029
+ DropdownList.states = states17;
5030
+ DropdownList.options = options16;
4971
5031
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
4972
- DropdownList.defaultProps = defaultProps12;
5032
+ DropdownList.defaultProps = defaultProps14;
4973
5033
 
4974
5034
  // src/dropdownlist/templates/dropdownlist-normal.tsx
4975
- import { jsx as jsx25 } from "react/jsx-runtime";
5035
+ import { jsx as jsx27 } from "react/jsx-runtime";
4976
5036
 
4977
5037
  // src/nodata/nodata.tsx
4978
- import { jsx as jsx26 } from "react/jsx-runtime";
5038
+ import { jsx as jsx28 } from "react/jsx-runtime";
4979
5039
  var className9 = `k-nodata`;
4980
- var NoData = (props) => /* @__PURE__ */ jsx26("span", { className: classNames(className9, props.className), children: props.children });
5040
+ var NoData = (props) => /* @__PURE__ */ jsx28("span", { className: classNames(className9, props.className), children: props.children });
4981
5041
 
4982
5042
  // src/list/list.spec.tsx
4983
- import { jsx as jsx27, jsxs as jsxs5 } from "react/jsx-runtime";
5043
+ import { jsx as jsx29, jsxs as jsxs5 } from "react/jsx-runtime";
4984
5044
  var LIST_CLASSNAME = `k-list`;
4985
- var states16 = [];
4986
- var options15 = {
5045
+ var states18 = [];
5046
+ var options17 = {
4987
5047
  size: [Size.small, Size.medium, Size.large]
4988
5048
  };
4989
- var defaultProps13 = {
5049
+ var defaultProps15 = {
4990
5050
  size: Size.medium
4991
5051
  };
4992
5052
  var List = (props) => {
4993
5053
  const {
4994
- size = defaultProps13.size,
5054
+ size = defaultProps15.size,
4995
5055
  virtualization,
4996
5056
  children,
4997
5057
  optionLabel,
@@ -5008,7 +5068,7 @@ var List = (props) => {
5008
5068
  listHeader = child.props.label;
5009
5069
  child.props.children.map((optChild, index2) => {
5010
5070
  listChildren.push(
5011
- /* @__PURE__ */ jsx27(
5071
+ /* @__PURE__ */ jsx29(
5012
5072
  ListItem,
5013
5073
  {
5014
5074
  ...optChild.props
@@ -5024,7 +5084,7 @@ var List = (props) => {
5024
5084
  groupLabel = child.props.label;
5025
5085
  }
5026
5086
  listChildren.push(
5027
- /* @__PURE__ */ jsx27(
5087
+ /* @__PURE__ */ jsx29(
5028
5088
  ListItem,
5029
5089
  {
5030
5090
  className: index2 === 0 ? "k-first" : "",
@@ -5036,14 +5096,14 @@ var List = (props) => {
5036
5096
  );
5037
5097
  });
5038
5098
  }
5039
- listGroup = /* @__PURE__ */ jsx27(ListGroup, { label: listHeader, virtualization, children: listChildren });
5099
+ listGroup = /* @__PURE__ */ jsx29(ListGroup, { label: listHeader, virtualization, children: listChildren });
5040
5100
  } else if (child.type === ListItem) {
5041
- listChildren.push(/* @__PURE__ */ jsx27(ListItem, { ...child.props }, `${child.type}-${index}`));
5042
- listContent = /* @__PURE__ */ jsx27(ListContent, { virtualization, children: listChildren });
5101
+ listChildren.push(/* @__PURE__ */ jsx29(ListItem, { ...child.props }, `${child.type}-${index}`));
5102
+ listContent = /* @__PURE__ */ jsx29(ListContent, { virtualization, children: listChildren });
5043
5103
  }
5044
5104
  });
5045
5105
  } else {
5046
- listContent = /* @__PURE__ */ jsx27(NoData, { children: "No data found." });
5106
+ listContent = /* @__PURE__ */ jsx29(NoData, { children: "No data found." });
5047
5107
  }
5048
5108
  return /* @__PURE__ */ jsxs5(
5049
5109
  "div",
@@ -5067,24 +5127,24 @@ var List = (props) => {
5067
5127
  }
5068
5128
  );
5069
5129
  };
5070
- List.states = states16;
5071
- List.options = options15;
5130
+ List.states = states18;
5131
+ List.options = options17;
5072
5132
  List.className = LIST_CLASSNAME;
5073
- List.defaultProps = defaultProps13;
5133
+ List.defaultProps = defaultProps15;
5074
5134
 
5075
5135
  // src/list/list-angular.spec.tsx
5076
- import { jsx as jsx28, jsxs as jsxs6 } from "react/jsx-runtime";
5136
+ import { jsx as jsx30, jsxs as jsxs6 } from "react/jsx-runtime";
5077
5137
  var LISTANGULAR_CLASSNAME = `k-list`;
5078
- var states17 = [];
5079
- var options16 = {
5138
+ var states19 = [];
5139
+ var options18 = {
5080
5140
  size: [Size.small, Size.medium, Size.large]
5081
5141
  };
5082
- var defaultProps14 = {
5142
+ var defaultProps16 = {
5083
5143
  size: Size.medium
5084
5144
  };
5085
5145
  var ListAngular = (props) => {
5086
5146
  const {
5087
- size = defaultProps14.size,
5147
+ size = defaultProps16.size,
5088
5148
  virtualization,
5089
5149
  children,
5090
5150
  ...other
@@ -5100,7 +5160,7 @@ var ListAngular = (props) => {
5100
5160
  listHeader = child.props.label;
5101
5161
  child.props.children.map((optChild, index2) => {
5102
5162
  listChildren.push(
5103
- /* @__PURE__ */ jsx28(
5163
+ /* @__PURE__ */ jsx30(
5104
5164
  ListItem,
5105
5165
  {
5106
5166
  ...optChild.props
@@ -5111,7 +5171,7 @@ var ListAngular = (props) => {
5111
5171
  });
5112
5172
  } else {
5113
5173
  listChildren.push(
5114
- /* @__PURE__ */ jsx28(
5174
+ /* @__PURE__ */ jsx30(
5115
5175
  ListGroupItem,
5116
5176
  {
5117
5177
  ...child.props,
@@ -5122,7 +5182,7 @@ var ListAngular = (props) => {
5122
5182
  );
5123
5183
  child.props.children.map((optChild, index2) => {
5124
5184
  listChildren.push(
5125
- /* @__PURE__ */ jsx28(
5185
+ /* @__PURE__ */ jsx30(
5126
5186
  ListItem,
5127
5187
  {
5128
5188
  ...optChild.props
@@ -5132,14 +5192,14 @@ var ListAngular = (props) => {
5132
5192
  );
5133
5193
  });
5134
5194
  }
5135
- listGroup = /* @__PURE__ */ jsx28(ListGroup, { label: listHeader, virtualization, children: listChildren });
5195
+ listGroup = /* @__PURE__ */ jsx30(ListGroup, { label: listHeader, virtualization, children: listChildren });
5136
5196
  } else if (child.type === ListItem) {
5137
- listChildren.push(/* @__PURE__ */ jsx28(ListItem, { ...child.props }, `${child.type}-${index}`));
5138
- listContent = /* @__PURE__ */ jsx28(ListContent, { virtualization, children: listChildren });
5197
+ listChildren.push(/* @__PURE__ */ jsx30(ListItem, { ...child.props }, `${child.type}-${index}`));
5198
+ listContent = /* @__PURE__ */ jsx30(ListContent, { virtualization, children: listChildren });
5139
5199
  }
5140
5200
  });
5141
5201
  } else {
5142
- listContent = /* @__PURE__ */ jsx28(NoData, { children: "No data found." });
5202
+ listContent = /* @__PURE__ */ jsx30(NoData, { children: "No data found." });
5143
5203
  }
5144
5204
  return /* @__PURE__ */ jsxs6(
5145
5205
  "div",
@@ -5162,22 +5222,22 @@ var ListAngular = (props) => {
5162
5222
  }
5163
5223
  );
5164
5224
  };
5165
- ListAngular.states = states17;
5166
- ListAngular.options = options16;
5225
+ ListAngular.states = states19;
5226
+ ListAngular.options = options18;
5167
5227
  ListAngular.className = LISTANGULAR_CLASSNAME;
5168
- ListAngular.defaultProps = defaultProps14;
5228
+ ListAngular.defaultProps = defaultProps16;
5169
5229
 
5170
5230
  // src/list/list-item.spec.tsx
5171
- import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5231
+ import { jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5172
5232
  var LISTITEM_CLASSNAME = `k-list-item`;
5173
- var states18 = [
5233
+ var states20 = [
5174
5234
  States.hover,
5175
5235
  States.focus,
5176
5236
  States.selected,
5177
5237
  States.disabled
5178
5238
  ];
5179
- var options17 = {};
5180
- var defaultProps15 = {};
5239
+ var options19 = {};
5240
+ var defaultProps17 = {};
5181
5241
  var ListItem = (props) => {
5182
5242
  const {
5183
5243
  text,
@@ -5208,66 +5268,66 @@ var ListItem = (props) => {
5208
5268
  })
5209
5269
  ),
5210
5270
  children: [
5211
- showCheckbox && /* @__PURE__ */ jsx29(Checkbox, { checked }),
5212
- showIcon && /* @__PURE__ */ jsx29(Icon, { icon: iconName }),
5213
- /* @__PURE__ */ jsx29("span", { className: "k-list-item-text", children: textOrChildren }),
5214
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx29("div", { className: "k-list-item-group-label", children: groupLabel })
5271
+ showCheckbox && /* @__PURE__ */ jsx31(Checkbox, { checked }),
5272
+ showIcon && /* @__PURE__ */ jsx31(Icon, { icon: iconName }),
5273
+ /* @__PURE__ */ jsx31("span", { className: "k-list-item-text", children: textOrChildren }),
5274
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx31("div", { className: "k-list-item-group-label", children: groupLabel })
5215
5275
  ]
5216
5276
  }
5217
5277
  );
5218
5278
  };
5219
- ListItem.states = states18;
5220
- ListItem.options = options17;
5279
+ ListItem.states = states20;
5280
+ ListItem.options = options19;
5221
5281
  ListItem.className = LISTITEM_CLASSNAME;
5222
- ListItem.defaultProps = defaultProps15;
5282
+ ListItem.defaultProps = defaultProps17;
5223
5283
 
5224
5284
  // src/list/list-content.tsx
5225
- import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5285
+ import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
5226
5286
  var className10 = `k-list-content`;
5227
5287
  var ListContent = (props) => {
5228
5288
  const {
5229
5289
  virtualization
5230
5290
  } = props;
5231
5291
  return /* @__PURE__ */ jsxs8("div", { className: classNames(className10, props.className), children: [
5232
- /* @__PURE__ */ jsx30("ul", { className: classNames("k-list-ul"), children: props.children }),
5233
- virtualization && /* @__PURE__ */ jsx30("div", { className: "k-height-container", children: /* @__PURE__ */ jsx30("div", {}) })
5292
+ /* @__PURE__ */ jsx32("ul", { className: classNames("k-list-ul"), children: props.children }),
5293
+ virtualization && /* @__PURE__ */ jsx32("div", { className: "k-height-container", children: /* @__PURE__ */ jsx32("div", {}) })
5234
5294
  ] });
5235
5295
  };
5236
5296
 
5237
5297
  // src/list/list-header.tsx
5238
- import { jsx as jsx31 } from "react/jsx-runtime";
5298
+ import { jsx as jsx33 } from "react/jsx-runtime";
5239
5299
  var className11 = `k-list-group-sticky-header`;
5240
- var ListHeader = (props) => /* @__PURE__ */ jsx31("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx31("div", { className: "k-list-header-text", children: props.children }) });
5300
+ var ListHeader = (props) => /* @__PURE__ */ jsx33("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx33("div", { className: "k-list-header-text", children: props.children }) });
5241
5301
 
5242
5302
  // src/list/list-group.tsx
5243
- import { Fragment as Fragment12, jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
5303
+ import { Fragment as Fragment12, jsx as jsx34, jsxs as jsxs9 } from "react/jsx-runtime";
5244
5304
  var ListGroup = (props) => {
5245
5305
  const {
5246
5306
  virtualization,
5247
5307
  label
5248
5308
  } = props;
5249
5309
  return /* @__PURE__ */ jsxs9(Fragment12, { children: [
5250
- label && /* @__PURE__ */ jsx32(ListHeader, { children: label }),
5251
- props.children && /* @__PURE__ */ jsx32(ListContent, { virtualization, children: props.children })
5310
+ label && /* @__PURE__ */ jsx34(ListHeader, { children: label }),
5311
+ props.children && /* @__PURE__ */ jsx34(ListContent, { virtualization, children: props.children })
5252
5312
  ] });
5253
5313
  };
5254
5314
 
5255
5315
  // src/list/list-group-item.tsx
5256
- import { jsx as jsx33 } from "react/jsx-runtime";
5316
+ import { jsx as jsx35 } from "react/jsx-runtime";
5257
5317
  var className12 = `k-list-group-item`;
5258
- var ListGroupItem = (props) => /* @__PURE__ */ jsx33("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx33("span", { className: "k-list-item-text", children: props.children }) });
5318
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx35("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx35("span", { className: "k-list-item-text", children: props.children }) });
5259
5319
 
5260
5320
  // src/list/list-option-label.tsx
5261
- import { jsx as jsx34 } from "react/jsx-runtime";
5321
+ import { jsx as jsx36 } from "react/jsx-runtime";
5262
5322
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5263
- var states19 = [
5323
+ var states21 = [
5264
5324
  States.hover,
5265
5325
  States.focus,
5266
5326
  States.selected,
5267
5327
  States.disabled
5268
5328
  ];
5269
- var options18 = {};
5270
- var defaultProps16 = {};
5329
+ var options20 = {};
5330
+ var defaultProps18 = {};
5271
5331
  var ListOptionLabel = (props) => {
5272
5332
  const {
5273
5333
  text,
@@ -5277,7 +5337,7 @@ var ListOptionLabel = (props) => {
5277
5337
  disabled,
5278
5338
  ...other
5279
5339
  } = props;
5280
- return /* @__PURE__ */ jsx34(
5340
+ return /* @__PURE__ */ jsx36(
5281
5341
  "div",
5282
5342
  {
5283
5343
  ...other,
@@ -5294,39 +5354,39 @@ var ListOptionLabel = (props) => {
5294
5354
  }
5295
5355
  );
5296
5356
  };
5297
- ListOptionLabel.states = states19;
5298
- ListOptionLabel.options = options18;
5357
+ ListOptionLabel.states = states21;
5358
+ ListOptionLabel.options = options20;
5299
5359
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5300
- ListOptionLabel.defaultProps = defaultProps16;
5360
+ ListOptionLabel.defaultProps = defaultProps18;
5301
5361
 
5302
5362
  // src/list/templates/list-normal.tsx
5303
- import { jsx as jsx35 } from "react/jsx-runtime";
5363
+ import { jsx as jsx37 } from "react/jsx-runtime";
5304
5364
 
5305
5365
  // src/list/templates/list-virtualization.tsx
5306
- import { jsx as jsx36 } from "react/jsx-runtime";
5366
+ import { jsx as jsx38 } from "react/jsx-runtime";
5307
5367
 
5308
5368
  // src/list/templates/list-grouping.tsx
5309
- import { jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5369
+ import { jsx as jsx39, jsxs as jsxs10 } from "react/jsx-runtime";
5310
5370
 
5311
5371
  // src/list/templates/list-virualization-grouping.tsx
5312
- import { jsx as jsx38, jsxs as jsxs11 } from "react/jsx-runtime";
5372
+ import { jsx as jsx40, jsxs as jsxs11 } from "react/jsx-runtime";
5313
5373
 
5314
5374
  // src/list/templates/list-virtualization-angular.tsx
5315
- import { jsx as jsx39 } from "react/jsx-runtime";
5375
+ import { jsx as jsx41 } from "react/jsx-runtime";
5316
5376
 
5317
5377
  // src/list/templates/list-grouping-angular.tsx
5318
- import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
5378
+ import { jsx as jsx42, jsxs as jsxs12 } from "react/jsx-runtime";
5319
5379
 
5320
5380
  // src/list/templates/list-virualization-grouping-angular.tsx
5321
- import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5381
+ import { jsx as jsx43, jsxs as jsxs13 } from "react/jsx-runtime";
5322
5382
 
5323
5383
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5324
- import { jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5384
+ import { jsx as jsx44, jsxs as jsxs14 } from "react/jsx-runtime";
5325
5385
 
5326
5386
  // src/searchbox/searchbox.spec.tsx
5327
- import { jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5387
+ import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5328
5388
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5329
- var states20 = [
5389
+ var states22 = [
5330
5390
  States.hover,
5331
5391
  States.focus,
5332
5392
  States.valid,
@@ -5335,12 +5395,12 @@ var states20 = [
5335
5395
  States.disabled,
5336
5396
  States.loading
5337
5397
  ];
5338
- var options19 = {
5398
+ var options21 = {
5339
5399
  size: [Size.small, Size.medium, Size.large],
5340
5400
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5341
5401
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5342
5402
  };
5343
- var defaultProps17 = {
5403
+ var defaultProps19 = {
5344
5404
  showIcon: true,
5345
5405
  icon: "search",
5346
5406
  size: Input.defaultProps.size,
@@ -5361,8 +5421,8 @@ var Searchbox = (props) => {
5361
5421
  required,
5362
5422
  loading,
5363
5423
  disabled,
5364
- showIcon = defaultProps17.showIcon,
5365
- icon = defaultProps17.icon,
5424
+ showIcon = defaultProps19.showIcon,
5425
+ icon = defaultProps19.icon,
5366
5426
  ...other
5367
5427
  } = props;
5368
5428
  return /* @__PURE__ */ jsxs15(
@@ -5381,48 +5441,48 @@ var Searchbox = (props) => {
5381
5441
  disabled,
5382
5442
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5383
5443
  children: [
5384
- showIcon && /* @__PURE__ */ jsx43(Icon, { className: "k-input-icon", icon }),
5385
- /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5386
- /* @__PURE__ */ jsx43(InputLoadingIcon, { ...props }),
5387
- /* @__PURE__ */ jsx43(InputValidationIcon, { ...props }),
5388
- /* @__PURE__ */ jsx43(InputClearValue, { ...props })
5444
+ showIcon && /* @__PURE__ */ jsx45(Icon, { className: "k-input-icon", icon }),
5445
+ /* @__PURE__ */ jsx45(InputInnerInput, { placeholder, value }),
5446
+ /* @__PURE__ */ jsx45(InputLoadingIcon, { ...props }),
5447
+ /* @__PURE__ */ jsx45(InputValidationIcon, { ...props }),
5448
+ /* @__PURE__ */ jsx45(InputClearValue, { ...props })
5389
5449
  ]
5390
5450
  }
5391
5451
  );
5392
5452
  };
5393
- Searchbox.states = states20;
5394
- Searchbox.options = options19;
5453
+ Searchbox.states = states22;
5454
+ Searchbox.options = options21;
5395
5455
  Searchbox.className = SEARCHBOX_CLASSNAME;
5396
- Searchbox.defaultProps = defaultProps17;
5456
+ Searchbox.defaultProps = defaultProps19;
5397
5457
 
5398
5458
  // src/searchbox/templates/searchbox-normal.tsx
5399
- import { jsx as jsx44 } from "react/jsx-runtime";
5459
+ import { jsx as jsx46 } from "react/jsx-runtime";
5400
5460
 
5401
5461
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5402
- import { Fragment as Fragment13, jsx as jsx45, jsxs as jsxs16 } from "react/jsx-runtime";
5462
+ import { Fragment as Fragment13, jsx as jsx47, jsxs as jsxs16 } from "react/jsx-runtime";
5403
5463
 
5404
5464
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5405
- import { jsx as jsx46, jsxs as jsxs17 } from "react/jsx-runtime";
5465
+ import { jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
5406
5466
 
5407
5467
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5408
- import { Fragment as Fragment14, jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5468
+ import { Fragment as Fragment14, jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5409
5469
 
5410
5470
  // src/spinbutton/spinbutton.spec.tsx
5411
- import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
5471
+ import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5412
5472
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5413
- var states21 = [];
5414
- var options20 = {
5473
+ var states23 = [];
5474
+ var options22 = {
5415
5475
  size: [Size.small, Size.medium, Size.large],
5416
5476
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5417
5477
  };
5418
- var defaultProps18 = {
5478
+ var defaultProps20 = {
5419
5479
  size: Size.medium,
5420
5480
  fillMode: FillMode.solid
5421
5481
  };
5422
5482
  var SpinButton = (props) => {
5423
5483
  const {
5424
- size = defaultProps18.size,
5425
- fillMode = defaultProps18.fillMode,
5484
+ size = defaultProps20.size,
5485
+ fillMode = defaultProps20.fillMode,
5426
5486
  ...other
5427
5487
  } = props;
5428
5488
  return /* @__PURE__ */ jsxs19(
@@ -5434,7 +5494,7 @@ var SpinButton = (props) => {
5434
5494
  props.className
5435
5495
  ),
5436
5496
  children: [
5437
- /* @__PURE__ */ jsx48(
5497
+ /* @__PURE__ */ jsx50(
5438
5498
  Button,
5439
5499
  {
5440
5500
  className: "k-spinner-increase",
@@ -5444,7 +5504,7 @@ var SpinButton = (props) => {
5444
5504
  fillMode
5445
5505
  }
5446
5506
  ),
5447
- /* @__PURE__ */ jsx48(
5507
+ /* @__PURE__ */ jsx50(
5448
5508
  Button,
5449
5509
  {
5450
5510
  className: "k-spinner-decrease",
@@ -5458,15 +5518,15 @@ var SpinButton = (props) => {
5458
5518
  }
5459
5519
  );
5460
5520
  };
5461
- SpinButton.states = states21;
5462
- SpinButton.options = options20;
5521
+ SpinButton.states = states23;
5522
+ SpinButton.options = options22;
5463
5523
  SpinButton.className = SPINBUTTON_CLASSNAME;
5464
- SpinButton.defaultProps = defaultProps18;
5524
+ SpinButton.defaultProps = defaultProps20;
5465
5525
 
5466
5526
  // src/numerictextbox/numerictextbox.spec.tsx
5467
- import { jsx as jsx49, jsxs as jsxs20 } from "react/jsx-runtime";
5527
+ import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
5468
5528
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5469
- var states22 = [
5529
+ var states24 = [
5470
5530
  States.hover,
5471
5531
  States.focus,
5472
5532
  States.valid,
@@ -5476,12 +5536,12 @@ var states22 = [
5476
5536
  States.disabled,
5477
5537
  States.readonly
5478
5538
  ];
5479
- var options21 = {
5539
+ var options23 = {
5480
5540
  size: [Size.small, Size.medium, Size.large],
5481
5541
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5482
5542
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5483
5543
  };
5484
- var defaultProps19 = {
5544
+ var defaultProps21 = {
5485
5545
  showSpinButton: true,
5486
5546
  showClearButton: true,
5487
5547
  size: Input.defaultProps.size,
@@ -5503,8 +5563,8 @@ var NumericTextbox = (props) => {
5503
5563
  loading,
5504
5564
  disabled,
5505
5565
  readonly,
5506
- showClearButton = defaultProps19.showClearButton,
5507
- showSpinButton = defaultProps19.showSpinButton,
5566
+ showClearButton = defaultProps21.showClearButton,
5567
+ showSpinButton = defaultProps21.showSpinButton,
5508
5568
  ...other
5509
5569
  } = props;
5510
5570
  return /* @__PURE__ */ jsxs20(
@@ -5524,8 +5584,8 @@ var NumericTextbox = (props) => {
5524
5584
  readonly,
5525
5585
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5526
5586
  children: [
5527
- /* @__PURE__ */ jsx49(InputInnerInput, { placeholder, value }),
5528
- /* @__PURE__ */ jsx49(
5587
+ /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
5588
+ /* @__PURE__ */ jsx51(
5529
5589
  InputValidationIcon,
5530
5590
  {
5531
5591
  valid,
@@ -5534,14 +5594,14 @@ var NumericTextbox = (props) => {
5534
5594
  disabled
5535
5595
  }
5536
5596
  ),
5537
- /* @__PURE__ */ jsx49(
5597
+ /* @__PURE__ */ jsx51(
5538
5598
  InputLoadingIcon,
5539
5599
  {
5540
5600
  loading,
5541
5601
  disabled
5542
5602
  }
5543
5603
  ),
5544
- showClearButton && /* @__PURE__ */ jsx49(
5604
+ showClearButton && /* @__PURE__ */ jsx51(
5545
5605
  InputClearValue,
5546
5606
  {
5547
5607
  loading,
@@ -5550,7 +5610,7 @@ var NumericTextbox = (props) => {
5550
5610
  value
5551
5611
  }
5552
5612
  ),
5553
- showSpinButton && /* @__PURE__ */ jsx49(
5613
+ showSpinButton && /* @__PURE__ */ jsx51(
5554
5614
  SpinButton,
5555
5615
  {
5556
5616
  className: "k-input-spinner",
@@ -5562,18 +5622,18 @@ var NumericTextbox = (props) => {
5562
5622
  }
5563
5623
  );
5564
5624
  };
5565
- NumericTextbox.states = states22;
5566
- NumericTextbox.options = options21;
5625
+ NumericTextbox.states = states24;
5626
+ NumericTextbox.options = options23;
5567
5627
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5568
- NumericTextbox.defaultProps = defaultProps19;
5628
+ NumericTextbox.defaultProps = defaultProps21;
5569
5629
 
5570
5630
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5571
- import { jsx as jsx50 } from "react/jsx-runtime";
5631
+ import { jsx as jsx52 } from "react/jsx-runtime";
5572
5632
 
5573
5633
  // src/textbox/textbox.spec.tsx
5574
- import { jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
5634
+ import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5575
5635
  var TEXTBOX_CLASSNAME = `k-textbox`;
5576
- var states23 = [
5636
+ var states25 = [
5577
5637
  States.hover,
5578
5638
  States.focus,
5579
5639
  States.valid,
@@ -5583,12 +5643,12 @@ var states23 = [
5583
5643
  States.loading,
5584
5644
  States.readonly
5585
5645
  ];
5586
- var options22 = {
5646
+ var options24 = {
5587
5647
  size: [Size.small, Size.medium, Size.large],
5588
5648
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5589
5649
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5590
5650
  };
5591
- var defaultProps20 = {
5651
+ var defaultProps22 = {
5592
5652
  showClearButton: true,
5593
5653
  size: Input.defaultProps.size,
5594
5654
  rounded: Input.defaultProps.rounded,
@@ -5611,7 +5671,7 @@ var Textbox = (props) => {
5611
5671
  loading,
5612
5672
  disabled,
5613
5673
  readonly,
5614
- showClearButton = defaultProps20.showClearButton,
5674
+ showClearButton = defaultProps22.showClearButton,
5615
5675
  ...other
5616
5676
  } = props;
5617
5677
  return /* @__PURE__ */ jsxs21(
@@ -5631,9 +5691,9 @@ var Textbox = (props) => {
5631
5691
  readonly,
5632
5692
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5633
5693
  children: [
5634
- /* @__PURE__ */ jsx51(InputPrefix, { children: prefix }),
5635
- /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
5636
- /* @__PURE__ */ jsx51(
5694
+ /* @__PURE__ */ jsx53(InputPrefix, { children: prefix }),
5695
+ /* @__PURE__ */ jsx53(InputInnerInput, { placeholder, value }),
5696
+ /* @__PURE__ */ jsx53(
5637
5697
  InputValidationIcon,
5638
5698
  {
5639
5699
  valid,
@@ -5642,14 +5702,14 @@ var Textbox = (props) => {
5642
5702
  disabled
5643
5703
  }
5644
5704
  ),
5645
- /* @__PURE__ */ jsx51(
5705
+ /* @__PURE__ */ jsx53(
5646
5706
  InputLoadingIcon,
5647
5707
  {
5648
5708
  loading,
5649
5709
  disabled
5650
5710
  }
5651
5711
  ),
5652
- showClearButton && /* @__PURE__ */ jsx51(
5712
+ showClearButton && /* @__PURE__ */ jsx53(
5653
5713
  InputClearValue,
5654
5714
  {
5655
5715
  loading,
@@ -5658,45 +5718,45 @@ var Textbox = (props) => {
5658
5718
  value
5659
5719
  }
5660
5720
  ),
5661
- /* @__PURE__ */ jsx51(InputSuffix, { children: suffix })
5721
+ /* @__PURE__ */ jsx53(InputSuffix, { children: suffix })
5662
5722
  ]
5663
5723
  }
5664
5724
  );
5665
5725
  };
5666
- Textbox.states = states23;
5667
- Textbox.options = options22;
5726
+ Textbox.states = states25;
5727
+ Textbox.options = options24;
5668
5728
  Textbox.className = TEXTBOX_CLASSNAME;
5669
- Textbox.defaultProps = defaultProps20;
5729
+ Textbox.defaultProps = defaultProps22;
5670
5730
 
5671
5731
  // src/textbox/templates/textbox-normal.tsx
5672
- import { jsx as jsx52 } from "react/jsx-runtime";
5732
+ import { jsx as jsx54 } from "react/jsx-runtime";
5673
5733
 
5674
5734
  // src/textbox/templates/textbox-prefix.tsx
5675
- import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
5735
+ import { jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
5676
5736
 
5677
5737
  // src/textbox/templates/textbox-suffix.tsx
5678
- import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
5738
+ import { jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5679
5739
 
5680
5740
  // src/button-group/button-group.spec.tsx
5681
- import { jsx as jsx55 } from "react/jsx-runtime";
5741
+ import { jsx as jsx57 } from "react/jsx-runtime";
5682
5742
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5683
- var states24 = [
5743
+ var states26 = [
5684
5744
  States.disabled
5685
5745
  ];
5686
- var options23 = {
5746
+ var options25 = {
5687
5747
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5688
5748
  };
5689
- var defaultProps21 = {
5749
+ var defaultProps23 = {
5690
5750
  fillMode: FillMode.solid
5691
5751
  };
5692
5752
  var ButtonGroup = (props) => {
5693
5753
  const {
5694
- fillMode = defaultProps21.fillMode,
5754
+ fillMode = defaultProps23.fillMode,
5695
5755
  disabled,
5696
5756
  stretched,
5697
5757
  ...other
5698
5758
  } = props;
5699
- return /* @__PURE__ */ jsx55(
5759
+ return /* @__PURE__ */ jsx57(
5700
5760
  "div",
5701
5761
  {
5702
5762
  ...other,
@@ -5717,28 +5777,28 @@ var ButtonGroup = (props) => {
5717
5777
  }
5718
5778
  );
5719
5779
  };
5720
- ButtonGroup.states = states24;
5721
- ButtonGroup.options = options23;
5780
+ ButtonGroup.states = states26;
5781
+ ButtonGroup.options = options25;
5722
5782
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5723
- ButtonGroup.defaultProps = defaultProps21;
5783
+ ButtonGroup.defaultProps = defaultProps23;
5724
5784
 
5725
5785
  // src/button-group/templates/icon-button-group.tsx
5726
- import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
5786
+ import { jsx as jsx58, jsxs as jsxs24 } from "react/jsx-runtime";
5727
5787
 
5728
5788
  // src/button-group/templates/icon-text-button-group.tsx
5729
- import { jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
5789
+ import { jsx as jsx59, jsxs as jsxs25 } from "react/jsx-runtime";
5730
5790
 
5731
5791
  // src/button-group/templates/text-button-group.tsx
5732
- import { jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
5792
+ import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
5733
5793
 
5734
5794
  // src/button-group/templates/mixed-button-group.tsx
5735
- import { jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
5795
+ import { jsx as jsx61, jsxs as jsxs27 } from "react/jsx-runtime";
5736
5796
 
5737
5797
  // src/color-preview/color-preview.tsx
5738
- import { jsx as jsx60, jsxs as jsxs28 } from "react/jsx-runtime";
5798
+ import { jsx as jsx62, jsxs as jsxs28 } from "react/jsx-runtime";
5739
5799
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5740
- var states25 = [];
5741
- var options24 = {};
5800
+ var states27 = [];
5801
+ var options26 = {};
5742
5802
  var ColorPreview = (props) => {
5743
5803
  const {
5744
5804
  color,
@@ -5758,8 +5818,8 @@ var ColorPreview = (props) => {
5758
5818
  }
5759
5819
  ),
5760
5820
  children: [
5761
- iconName && /* @__PURE__ */ jsx60(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5762
- /* @__PURE__ */ jsx60(
5821
+ iconName && /* @__PURE__ */ jsx62(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5822
+ /* @__PURE__ */ jsx62(
5763
5823
  "span",
5764
5824
  {
5765
5825
  className: "k-color-preview-mask",
@@ -5770,14 +5830,14 @@ var ColorPreview = (props) => {
5770
5830
  }
5771
5831
  );
5772
5832
  };
5773
- ColorPreview.states = states25;
5774
- ColorPreview.options = options24;
5833
+ ColorPreview.states = states27;
5834
+ ColorPreview.options = options26;
5775
5835
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5776
5836
 
5777
5837
  // src/colorpicker/colorpicker.spec.tsx
5778
- import { jsx as jsx61, jsxs as jsxs29 } from "react/jsx-runtime";
5838
+ import { jsx as jsx63, jsxs as jsxs29 } from "react/jsx-runtime";
5779
5839
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5780
- var states26 = [
5840
+ var states28 = [
5781
5841
  States.hover,
5782
5842
  States.focus,
5783
5843
  States.valid,
@@ -5785,12 +5845,12 @@ var states26 = [
5785
5845
  States.required,
5786
5846
  States.disabled
5787
5847
  ];
5788
- var options25 = {
5848
+ var options27 = {
5789
5849
  size: [Size.small, Size.medium, Size.large],
5790
5850
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5791
5851
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5792
5852
  };
5793
- var defaultProps22 = {
5853
+ var defaultProps24 = {
5794
5854
  arrowIconName: "caret-alt-down",
5795
5855
  size: Picker.defaultProps.size,
5796
5856
  rounded: Picker.defaultProps.rounded,
@@ -5812,7 +5872,7 @@ var ColorPicker = (props) => {
5812
5872
  required,
5813
5873
  disabled,
5814
5874
  valueIconName,
5815
- arrowIconName = defaultProps22.arrowIconName,
5875
+ arrowIconName = defaultProps24.arrowIconName,
5816
5876
  ...other
5817
5877
  } = props;
5818
5878
  return /* @__PURE__ */ jsxs29(
@@ -5834,14 +5894,14 @@ var ColorPicker = (props) => {
5834
5894
  "k-icon-picker"
5835
5895
  ),
5836
5896
  children: [
5837
- /* @__PURE__ */ jsx61(InputPrefix, { children: prefix }),
5838
- /* @__PURE__ */ jsx61(
5897
+ /* @__PURE__ */ jsx63(InputPrefix, { children: prefix }),
5898
+ /* @__PURE__ */ jsx63(
5839
5899
  InputInnerSpan,
5840
5900
  {
5841
5901
  placeholder,
5842
5902
  value,
5843
5903
  showValue: false,
5844
- valueIcon: /* @__PURE__ */ jsx61(
5904
+ valueIcon: /* @__PURE__ */ jsx63(
5845
5905
  ColorPreview,
5846
5906
  {
5847
5907
  className: "k-value-icon",
@@ -5852,8 +5912,8 @@ var ColorPicker = (props) => {
5852
5912
  valueIconName
5853
5913
  }
5854
5914
  ),
5855
- /* @__PURE__ */ jsx61(InputSuffix, { children: suffix }),
5856
- /* @__PURE__ */ jsx61(
5915
+ /* @__PURE__ */ jsx63(InputSuffix, { children: suffix }),
5916
+ /* @__PURE__ */ jsx63(
5857
5917
  Button,
5858
5918
  {
5859
5919
  className: "k-input-button",
@@ -5867,17 +5927,17 @@ var ColorPicker = (props) => {
5867
5927
  }
5868
5928
  );
5869
5929
  };
5870
- ColorPicker.states = states26;
5871
- ColorPicker.options = options25;
5930
+ ColorPicker.states = states28;
5931
+ ColorPicker.options = options27;
5872
5932
  ColorPicker.className = COLORPICKER_CLASSNAME;
5873
- ColorPicker.defaultProps = defaultProps22;
5933
+ ColorPicker.defaultProps = defaultProps24;
5874
5934
 
5875
5935
  // src/action-sheet/action-sheet.spec.tsx
5876
- import { Fragment as Fragment15, jsx as jsx62, jsxs as jsxs30 } from "react/jsx-runtime";
5936
+ import { Fragment as Fragment15, jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
5877
5937
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5878
- var states27 = [];
5879
- var options26 = {};
5880
- var defaultProps23 = {
5938
+ var states29 = [];
5939
+ var options28 = {};
5940
+ var defaultProps25 = {
5881
5941
  side: "bottom",
5882
5942
  fullscreen: false,
5883
5943
  adaptive: false,
@@ -5890,14 +5950,14 @@ var ActionSheet = (props) => {
5890
5950
  header,
5891
5951
  footer,
5892
5952
  actions,
5893
- side = defaultProps23.side,
5894
- fullscreen = defaultProps23.fullscreen,
5895
- adaptive = defaultProps23.adaptive,
5896
- overlay = defaultProps23.overlay,
5953
+ side = defaultProps25.side,
5954
+ fullscreen = defaultProps25.fullscreen,
5955
+ adaptive = defaultProps25.adaptive,
5956
+ overlay = defaultProps25.overlay,
5897
5957
  ...other
5898
5958
  } = props;
5899
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx62(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5900
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx62(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx62(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5959
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx64(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5960
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx64(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx64(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5901
5961
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5902
5962
  switch (child.type) {
5903
5963
  case ActionSheetHeader:
@@ -5907,10 +5967,10 @@ var ActionSheet = (props) => {
5907
5967
  return true;
5908
5968
  }
5909
5969
  return true;
5910
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx62(Fragment15, {});
5970
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx64(Fragment15, {});
5911
5971
  return /* @__PURE__ */ jsxs30("div", { className: "k-actionsheet-container", children: [
5912
- overlay && /* @__PURE__ */ jsx62("div", { className: "k-overlay" }),
5913
- /* @__PURE__ */ jsx62(
5972
+ overlay && /* @__PURE__ */ jsx64("div", { className: "k-overlay" }),
5973
+ /* @__PURE__ */ jsx64(
5914
5974
  AnimationContainer,
5915
5975
  {
5916
5976
  animationStyle: {
@@ -5920,7 +5980,7 @@ var ActionSheet = (props) => {
5920
5980
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5921
5981
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5922
5982
  },
5923
- children: /* @__PURE__ */ jsx62(
5983
+ children: /* @__PURE__ */ jsx64(
5924
5984
  "div",
5925
5985
  {
5926
5986
  ...other,
@@ -5935,7 +5995,7 @@ var ActionSheet = (props) => {
5935
5995
  ),
5936
5996
  children: /* @__PURE__ */ jsxs30(Fragment15, { children: [
5937
5997
  _ActionSheetHeader,
5938
- /* @__PURE__ */ jsx62("div", { className: classNames(
5998
+ /* @__PURE__ */ jsx64("div", { className: classNames(
5939
5999
  "k-actionsheet-content",
5940
6000
  {
5941
6001
  "!k-overflow-hidden": adaptive
@@ -5949,13 +6009,13 @@ var ActionSheet = (props) => {
5949
6009
  )
5950
6010
  ] });
5951
6011
  };
5952
- ActionSheet.states = states27;
5953
- ActionSheet.options = options26;
6012
+ ActionSheet.states = states29;
6013
+ ActionSheet.options = options28;
5954
6014
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5955
- ActionSheet.defaultProps = defaultProps23;
6015
+ ActionSheet.defaultProps = defaultProps25;
5956
6016
 
5957
6017
  // src/action-sheet/actionsheet-header.tsx
5958
- import { Fragment as Fragment16, jsx as jsx63, jsxs as jsxs31 } from "react/jsx-runtime";
6018
+ import { Fragment as Fragment16, jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
5959
6019
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5960
6020
  var ActionSheetHeader = (props) => {
5961
6021
  const {
@@ -5965,7 +6025,7 @@ var ActionSheetHeader = (props) => {
5965
6025
  filter,
5966
6026
  ...other
5967
6027
  } = props;
5968
- return /* @__PURE__ */ jsx63(
6028
+ return /* @__PURE__ */ jsx65(
5969
6029
  "div",
5970
6030
  {
5971
6031
  ...other,
@@ -5975,35 +6035,35 @@ var ActionSheetHeader = (props) => {
5975
6035
  ),
5976
6036
  children: /* @__PURE__ */ jsxs31(Fragment16, { children: [
5977
6037
  /* @__PURE__ */ jsxs31("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5978
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx63(Fragment16, { children: /* @__PURE__ */ jsxs31("div", { className: "k-actionsheet-title", children: [
5979
- title !== "" && /* @__PURE__ */ jsx63("div", { className: "k-text-center", children: title }),
5980
- subTitle !== "" && /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6038
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx65(Fragment16, { children: /* @__PURE__ */ jsxs31("div", { className: "k-actionsheet-title", children: [
6039
+ title !== "" && /* @__PURE__ */ jsx65("div", { className: "k-text-center", children: title }),
6040
+ subTitle !== "" && /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5981
6041
  ] }) }),
5982
- props.children && /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-title", children: props.children }),
5983
- actions && /* @__PURE__ */ jsx63(Fragment16, { children: /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx63(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6042
+ props.children && /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-title", children: props.children }),
6043
+ actions && /* @__PURE__ */ jsx65(Fragment16, { children: /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx65(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5984
6044
  ] }),
5985
- filter && /* @__PURE__ */ jsx63(Fragment16, { children: /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx63(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6045
+ filter && /* @__PURE__ */ jsx65(Fragment16, { children: /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx65(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5986
6046
  ] })
5987
6047
  }
5988
6048
  );
5989
6049
  };
5990
6050
 
5991
6051
  // src/action-buttons/action-buttons.spec.tsx
5992
- import { jsx as jsx64 } from "react/jsx-runtime";
6052
+ import { jsx as jsx66 } from "react/jsx-runtime";
5993
6053
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5994
- var states28 = [];
5995
- var options27 = {};
5996
- var defaultProps24 = {
6054
+ var states30 = [];
6055
+ var options29 = {};
6056
+ var defaultProps26 = {
5997
6057
  alignment: "start",
5998
6058
  orientation: "horizontal"
5999
6059
  };
6000
6060
  var ActionButtons = (props) => {
6001
6061
  const {
6002
- alignment = defaultProps24.alignment,
6003
- orientation = defaultProps24.orientation,
6062
+ alignment = defaultProps26.alignment,
6063
+ orientation = defaultProps26.orientation,
6004
6064
  ...other
6005
6065
  } = props;
6006
- return /* @__PURE__ */ jsx64(
6066
+ return /* @__PURE__ */ jsx66(
6007
6067
  "div",
6008
6068
  {
6009
6069
  ...other,
@@ -6019,21 +6079,21 @@ var ActionButtons = (props) => {
6019
6079
  }
6020
6080
  );
6021
6081
  };
6022
- ActionButtons.states = states28;
6023
- ActionButtons.options = options27;
6082
+ ActionButtons.states = states30;
6083
+ ActionButtons.options = options29;
6024
6084
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6025
- ActionButtons.defaultProps = defaultProps24;
6085
+ ActionButtons.defaultProps = defaultProps26;
6026
6086
  var action_buttons_spec_default = ActionButtons;
6027
6087
 
6028
6088
  // src/action-sheet/actionsheet-footer.tsx
6029
- import { Fragment as Fragment17, jsx as jsx65, jsxs as jsxs32 } from "react/jsx-runtime";
6089
+ import { Fragment as Fragment17, jsx as jsx67, jsxs as jsxs32 } from "react/jsx-runtime";
6030
6090
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6031
6091
  var ActionSheetFooter = (props) => {
6032
6092
  const {
6033
6093
  actions,
6034
6094
  ...other
6035
6095
  } = props;
6036
- return /* @__PURE__ */ jsx65(
6096
+ return /* @__PURE__ */ jsx67(
6037
6097
  action_buttons_spec_default,
6038
6098
  {
6039
6099
  ...other,
@@ -6045,14 +6105,14 @@ var ActionSheetFooter = (props) => {
6045
6105
  children: /* @__PURE__ */ jsxs32(Fragment17, { children: [
6046
6106
  actions && actions.map((action, index) => {
6047
6107
  if (action === "|") {
6048
- return /* @__PURE__ */ jsx65("span", { className: "k-separator" }, index);
6108
+ return /* @__PURE__ */ jsx67("span", { className: "k-separator" }, index);
6049
6109
  }
6050
6110
  if (action === " ") {
6051
- return /* @__PURE__ */ jsx65("span", { className: "k-spacer" }, index);
6111
+ return /* @__PURE__ */ jsx67("span", { className: "k-spacer" }, index);
6052
6112
  }
6053
6113
  const importantFlag = action.startsWith("!");
6054
6114
  const actionName = importantFlag ? action.substring(1) : action;
6055
- return /* @__PURE__ */ jsx65(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6115
+ return /* @__PURE__ */ jsx67(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6056
6116
  }),
6057
6117
  !actions && props.children
6058
6118
  ] })
@@ -6061,12 +6121,12 @@ var ActionSheetFooter = (props) => {
6061
6121
  };
6062
6122
 
6063
6123
  // src/action-sheet/actionsheet-items.tsx
6064
- import { jsx as jsx66 } from "react/jsx-runtime";
6124
+ import { jsx as jsx68 } from "react/jsx-runtime";
6065
6125
  var ActionSheetItems = (props) => {
6066
6126
  const {
6067
6127
  ...other
6068
6128
  } = props;
6069
- return /* @__PURE__ */ jsx66(
6129
+ return /* @__PURE__ */ jsx68(
6070
6130
  "div",
6071
6131
  {
6072
6132
  ...other,
@@ -6080,8 +6140,8 @@ var ActionSheetItems = (props) => {
6080
6140
  };
6081
6141
 
6082
6142
  // src/action-sheet/actionsheet-item.tsx
6083
- import { Fragment as Fragment18, jsx as jsx67, jsxs as jsxs33 } from "react/jsx-runtime";
6084
- var states29 = [
6143
+ import { Fragment as Fragment18, jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
6144
+ var states31 = [
6085
6145
  States.hover,
6086
6146
  States.focus,
6087
6147
  States.selected,
@@ -6089,9 +6149,9 @@ var states29 = [
6089
6149
  ];
6090
6150
 
6091
6151
  // src/combobox/combobox.spec.tsx
6092
- import { Fragment as Fragment19, jsx as jsx68, jsxs as jsxs34 } from "react/jsx-runtime";
6152
+ import { Fragment as Fragment19, jsx as jsx70, jsxs as jsxs34 } from "react/jsx-runtime";
6093
6153
  var COMBOBOX_CLASSNAME = `k-combobox`;
6094
- var states30 = [
6154
+ var states32 = [
6095
6155
  States.hover,
6096
6156
  States.focus,
6097
6157
  States.valid,
@@ -6101,12 +6161,12 @@ var states30 = [
6101
6161
  States.disabled,
6102
6162
  States.readonly
6103
6163
  ];
6104
- var defaultProps25 = {
6164
+ var defaultProps27 = {
6105
6165
  size: Input.defaultProps.size,
6106
6166
  rounded: Input.defaultProps.rounded,
6107
6167
  fillMode: Input.defaultProps.fillMode
6108
6168
  };
6109
- var options28 = {
6169
+ var options30 = {
6110
6170
  size: [Size.small, Size.medium, Size.large],
6111
6171
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6112
6172
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6152,9 +6212,9 @@ var Combobox = (props) => {
6152
6212
  readonly,
6153
6213
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6154
6214
  children: [
6155
- /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6156
- /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6157
- /* @__PURE__ */ jsx68(
6215
+ /* @__PURE__ */ jsx70(InputPrefix, { children: prefix }),
6216
+ /* @__PURE__ */ jsx70(InputInnerInput, { placeholder, value }),
6217
+ /* @__PURE__ */ jsx70(
6158
6218
  InputValidationIcon,
6159
6219
  {
6160
6220
  valid,
@@ -6163,14 +6223,14 @@ var Combobox = (props) => {
6163
6223
  disabled
6164
6224
  }
6165
6225
  ),
6166
- /* @__PURE__ */ jsx68(
6226
+ /* @__PURE__ */ jsx70(
6167
6227
  InputLoadingIcon,
6168
6228
  {
6169
6229
  loading,
6170
6230
  disabled
6171
6231
  }
6172
6232
  ),
6173
- /* @__PURE__ */ jsx68(
6233
+ /* @__PURE__ */ jsx70(
6174
6234
  InputClearValue,
6175
6235
  {
6176
6236
  loading,
@@ -6179,8 +6239,8 @@ var Combobox = (props) => {
6179
6239
  value
6180
6240
  }
6181
6241
  ),
6182
- /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6183
- /* @__PURE__ */ jsx68(
6242
+ /* @__PURE__ */ jsx70(InputSuffix, { children: suffix }),
6243
+ /* @__PURE__ */ jsx70(
6184
6244
  Button,
6185
6245
  {
6186
6246
  className: "k-input-button",
@@ -6193,9 +6253,9 @@ var Combobox = (props) => {
6193
6253
  ]
6194
6254
  }
6195
6255
  ),
6196
- opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6256
+ opened && popup && /* @__PURE__ */ jsx70(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6197
6257
  adaptive && /* @__PURE__ */ jsxs34(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6198
- /* @__PURE__ */ jsx68(
6258
+ /* @__PURE__ */ jsx70(
6199
6259
  ActionSheetHeader,
6200
6260
  {
6201
6261
  actions: ["x"],
@@ -6203,42 +6263,42 @@ var Combobox = (props) => {
6203
6263
  title: "Select Item"
6204
6264
  }
6205
6265
  ),
6206
- /* @__PURE__ */ jsx68("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs34(List, { size: "large", children: [
6207
- /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6208
- /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6209
- /* @__PURE__ */ jsx68(ListItem, { text: "List item" })
6266
+ /* @__PURE__ */ jsx70("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs34(List, { size: "large", children: [
6267
+ /* @__PURE__ */ jsx70(ListItem, { text: "List item" }),
6268
+ /* @__PURE__ */ jsx70(ListItem, { text: "List item" }),
6269
+ /* @__PURE__ */ jsx70(ListItem, { text: "List item" })
6210
6270
  ] }) })
6211
6271
  ] })
6212
6272
  ] });
6213
6273
  };
6214
- Combobox.states = states30;
6215
- Combobox.options = options28;
6274
+ Combobox.states = states32;
6275
+ Combobox.options = options30;
6216
6276
  Combobox.className = COMBOBOX_CLASSNAME;
6217
- Combobox.defaultProps = defaultProps25;
6277
+ Combobox.defaultProps = defaultProps27;
6218
6278
 
6219
6279
  // src/combobox/templates/combobox-normal.tsx
6220
- import { jsx as jsx69 } from "react/jsx-runtime";
6280
+ import { jsx as jsx71 } from "react/jsx-runtime";
6221
6281
 
6222
6282
  // src/combobox/templates/combobox-popup.tsx
6223
- import { jsx as jsx70, jsxs as jsxs35 } from "react/jsx-runtime";
6283
+ import { jsx as jsx72, jsxs as jsxs35 } from "react/jsx-runtime";
6224
6284
 
6225
6285
  // src/combobox/templates/combobox-grouping.tsx
6226
- import { jsx as jsx71, jsxs as jsxs36 } from "react/jsx-runtime";
6286
+ import { jsx as jsx73, jsxs as jsxs36 } from "react/jsx-runtime";
6227
6287
 
6228
6288
  // src/combobox/templates/combobox-adaptive.tsx
6229
- import { jsx as jsx72 } from "react/jsx-runtime";
6289
+ import { jsx as jsx74 } from "react/jsx-runtime";
6230
6290
 
6231
6291
  // src/menu-button/menu-button.spec.tsx
6232
- import { Fragment as Fragment20, jsx as jsx73, jsxs as jsxs37 } from "react/jsx-runtime";
6292
+ import { Fragment as Fragment20, jsx as jsx75, jsxs as jsxs37 } from "react/jsx-runtime";
6233
6293
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6234
- var states31 = [
6294
+ var states33 = [
6235
6295
  States.hover,
6236
6296
  States.focus,
6237
6297
  States.active,
6238
6298
  States.selected,
6239
6299
  States.disabled
6240
6300
  ];
6241
- var options29 = {
6301
+ var options31 = {
6242
6302
  size: [Size.small, Size.medium, Size.large],
6243
6303
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6244
6304
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6256,7 +6316,7 @@ var options29 = {
6256
6316
  ThemeColor.inverse
6257
6317
  ]
6258
6318
  };
6259
- var defaultProps26 = {
6319
+ var defaultProps28 = {
6260
6320
  size: Size.medium,
6261
6321
  rounded: Roundness.medium,
6262
6322
  fillMode: FillMode.solid,
@@ -6266,10 +6326,10 @@ var defaultProps26 = {
6266
6326
  };
6267
6327
  var MenuButton = (props) => {
6268
6328
  const {
6269
- size = defaultProps26.size,
6270
- rounded = defaultProps26.rounded,
6271
- fillMode = defaultProps26.fillMode,
6272
- themeColor = defaultProps26.themeColor,
6329
+ size = defaultProps28.size,
6330
+ rounded = defaultProps28.rounded,
6331
+ fillMode = defaultProps28.fillMode,
6332
+ themeColor = defaultProps28.themeColor,
6273
6333
  hover,
6274
6334
  focus,
6275
6335
  active,
@@ -6277,14 +6337,14 @@ var MenuButton = (props) => {
6277
6337
  disabled,
6278
6338
  icon,
6279
6339
  text,
6280
- showArrow = defaultProps26.showArrow,
6281
- arrowIconName = defaultProps26.arrowIconName,
6340
+ showArrow = defaultProps28.showArrow,
6341
+ arrowIconName = defaultProps28.arrowIconName,
6282
6342
  popup,
6283
6343
  opened,
6284
6344
  ...other
6285
6345
  } = props;
6286
6346
  return /* @__PURE__ */ jsxs37(Fragment20, { children: [
6287
- /* @__PURE__ */ jsx73(
6347
+ /* @__PURE__ */ jsx75(
6288
6348
  Button,
6289
6349
  {
6290
6350
  ...other,
@@ -6307,35 +6367,35 @@ var MenuButton = (props) => {
6307
6367
  arrowIconName
6308
6368
  }
6309
6369
  ),
6310
- opened && popup && /* @__PURE__ */ jsx73(Popup, { className: "k-menu-popup", children: popup })
6370
+ opened && popup && /* @__PURE__ */ jsx75(Popup, { className: "k-menu-popup", children: popup })
6311
6371
  ] });
6312
6372
  };
6313
- MenuButton.states = states31;
6314
- MenuButton.options = options29;
6373
+ MenuButton.states = states33;
6374
+ MenuButton.options = options31;
6315
6375
  MenuButton.className = MENUBUTTON_CLASSNAME;
6316
- MenuButton.defaultProps = defaultProps26;
6376
+ MenuButton.defaultProps = defaultProps28;
6317
6377
 
6318
6378
  // src/menu-button/templates/icon-menu-button.tsx
6319
- import { jsx as jsx74 } from "react/jsx-runtime";
6379
+ import { jsx as jsx76 } from "react/jsx-runtime";
6320
6380
 
6321
6381
  // src/menu-button/templates/icon-text-menu-button.tsx
6322
- import { jsx as jsx75 } from "react/jsx-runtime";
6382
+ import { jsx as jsx77 } from "react/jsx-runtime";
6323
6383
 
6324
6384
  // src/menu-button/templates/text-menu-button.tsx
6325
- import { jsx as jsx76 } from "react/jsx-runtime";
6385
+ import { jsx as jsx78 } from "react/jsx-runtime";
6326
6386
 
6327
6387
  // src/menu/menu-item.spec.tsx
6328
- import { Fragment as Fragment21, jsx as jsx77, jsxs as jsxs38 } from "react/jsx-runtime";
6388
+ import { Fragment as Fragment21, jsx as jsx79, jsxs as jsxs38 } from "react/jsx-runtime";
6329
6389
  var MENUITEM_CLASSNAME = `k-menu-item`;
6330
- var states32 = [
6390
+ var states34 = [
6331
6391
  States.hover,
6332
6392
  States.focus,
6333
6393
  States.active,
6334
6394
  States.selected,
6335
6395
  States.disabled
6336
6396
  ];
6337
- var options30 = {};
6338
- var defaultProps27 = {
6397
+ var options32 = {};
6398
+ var defaultProps29 = {
6339
6399
  dir: "ltr"
6340
6400
  };
6341
6401
  var MenuItem = (props) => {
@@ -6349,11 +6409,11 @@ var MenuItem = (props) => {
6349
6409
  text,
6350
6410
  showArrow,
6351
6411
  arrowIconName,
6352
- dir = defaultProps27.dir,
6412
+ dir = defaultProps29.dir,
6353
6413
  children,
6354
6414
  ...other
6355
6415
  } = props;
6356
- const contentTemplate = /* @__PURE__ */ jsx77(Fragment21, {});
6416
+ const contentTemplate = /* @__PURE__ */ jsx79(Fragment21, {});
6357
6417
  if (children) {
6358
6418
  children.forEach((child) => {
6359
6419
  const component = child.type;
@@ -6395,9 +6455,9 @@ var MenuItem = (props) => {
6395
6455
  })
6396
6456
  ),
6397
6457
  children: [
6398
- icon && /* @__PURE__ */ jsx77(Icon, { className: "k-menu-link-icon", icon }),
6399
- /* @__PURE__ */ jsx77("span", { className: "k-menu-link-text", children: text }),
6400
- showArrow && /* @__PURE__ */ jsx77("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx77(Icon, { icon: expandArrowName }) })
6458
+ icon && /* @__PURE__ */ jsx79(Icon, { className: "k-menu-link-icon", icon }),
6459
+ /* @__PURE__ */ jsx79("span", { className: "k-menu-link-text", children: text }),
6460
+ showArrow && /* @__PURE__ */ jsx79("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx79(Icon, { icon: expandArrowName }) })
6401
6461
  ]
6402
6462
  }
6403
6463
  ),
@@ -6406,24 +6466,24 @@ var MenuItem = (props) => {
6406
6466
  }
6407
6467
  );
6408
6468
  };
6409
- MenuItem.states = states32;
6410
- MenuItem.options = options30;
6469
+ MenuItem.states = states34;
6470
+ MenuItem.options = options32;
6411
6471
  MenuItem.className = MENUITEM_CLASSNAME;
6412
- MenuItem.defaultProps = defaultProps27;
6472
+ MenuItem.defaultProps = defaultProps29;
6413
6473
  var menu_item_spec_default = MenuItem;
6414
6474
 
6415
6475
  // src/menu/menu-separator.spec.tsx
6416
- import { jsx as jsx78 } from "react/jsx-runtime";
6476
+ import { jsx as jsx80 } from "react/jsx-runtime";
6417
6477
  var SEPARATOR_CLASSNAME = `k-separator`;
6418
- var defaultProps28 = {
6478
+ var defaultProps30 = {
6419
6479
  orientation: "horizontal"
6420
6480
  };
6421
6481
  var MenuSeparator = (props) => {
6422
6482
  const {
6423
- orientation = defaultProps28.orientation,
6483
+ orientation = defaultProps30.orientation,
6424
6484
  ...other
6425
6485
  } = props;
6426
- return /* @__PURE__ */ jsx78(
6486
+ return /* @__PURE__ */ jsx80(
6427
6487
  "li",
6428
6488
  {
6429
6489
  ...other,
@@ -6441,25 +6501,25 @@ var MenuSeparator = (props) => {
6441
6501
  var menu_separator_spec_default = MenuSeparator;
6442
6502
 
6443
6503
  // src/menu/menu-item-content.tsx
6444
- import { Fragment as Fragment22, jsx as jsx79 } from "react/jsx-runtime";
6504
+ import { Fragment as Fragment22, jsx as jsx81 } from "react/jsx-runtime";
6445
6505
 
6446
6506
  // src/menu/menu-list.spec.tsx
6447
- import { jsx as jsx80 } from "react/jsx-runtime";
6507
+ import { jsx as jsx82 } from "react/jsx-runtime";
6448
6508
  import { createElement } from "react";
6449
6509
  var MENULIST_CLASSNAME = `k-menu-group`;
6450
- var states33 = [];
6451
- var options31 = {
6510
+ var states35 = [];
6511
+ var options33 = {
6452
6512
  size: [Size.small, Size.medium, Size.large]
6453
6513
  };
6454
- var defaultProps29 = {
6514
+ var defaultProps31 = {
6455
6515
  size: Size.medium,
6456
6516
  dir: "ltr"
6457
6517
  };
6458
6518
  var MenuList = (props) => {
6459
6519
  const {
6460
6520
  children,
6461
- size = defaultProps29.size,
6462
- dir = defaultProps29.dir,
6521
+ size = defaultProps31.size,
6522
+ dir = defaultProps31.dir,
6463
6523
  ...other
6464
6524
  } = props;
6465
6525
  const listChildren = [];
@@ -6472,7 +6532,7 @@ var MenuList = (props) => {
6472
6532
  );
6473
6533
  } else if (child.type === menu_separator_spec_default) {
6474
6534
  listChildren.push(
6475
- /* @__PURE__ */ jsx80(menu_separator_spec_default, {})
6535
+ /* @__PURE__ */ jsx82(menu_separator_spec_default, {})
6476
6536
  );
6477
6537
  } else {
6478
6538
  listChildren.push(child);
@@ -6480,7 +6540,7 @@ var MenuList = (props) => {
6480
6540
  });
6481
6541
  }
6482
6542
  }
6483
- return /* @__PURE__ */ jsx80(
6543
+ return /* @__PURE__ */ jsx82(
6484
6544
  "ul",
6485
6545
  {
6486
6546
  ...other,
@@ -6495,25 +6555,25 @@ var MenuList = (props) => {
6495
6555
  }
6496
6556
  );
6497
6557
  };
6498
- MenuList.states = states33;
6499
- MenuList.options = options31;
6558
+ MenuList.states = states35;
6559
+ MenuList.options = options33;
6500
6560
  MenuList.className = MENULIST_CLASSNAME;
6501
- MenuList.defaultProps = defaultProps29;
6561
+ MenuList.defaultProps = defaultProps31;
6502
6562
 
6503
6563
  // src/menu-button/templates/menu-button-popup.tsx
6504
- import { jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
6564
+ import { jsx as jsx83, jsxs as jsxs39 } from "react/jsx-runtime";
6505
6565
 
6506
6566
  // src/split-button/split-button.spec.tsx
6507
- import { Fragment as Fragment23, jsx as jsx82, jsxs as jsxs40 } from "react/jsx-runtime";
6567
+ import { Fragment as Fragment23, jsx as jsx84, jsxs as jsxs40 } from "react/jsx-runtime";
6508
6568
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6509
- var states34 = [
6569
+ var states36 = [
6510
6570
  States.hover,
6511
6571
  States.focus,
6512
6572
  States.active,
6513
6573
  States.selected,
6514
6574
  States.disabled
6515
6575
  ];
6516
- var options32 = {
6576
+ var options34 = {
6517
6577
  size: [Size.small, Size.medium, Size.large],
6518
6578
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6519
6579
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6531,7 +6591,7 @@ var options32 = {
6531
6591
  ThemeColor.inverse
6532
6592
  ]
6533
6593
  };
6534
- var defaultProps30 = {
6594
+ var defaultProps32 = {
6535
6595
  size: Size.medium,
6536
6596
  rounded: Roundness.medium,
6537
6597
  fillMode: FillMode.solid,
@@ -6540,10 +6600,10 @@ var defaultProps30 = {
6540
6600
  };
6541
6601
  var SplitButton = (props) => {
6542
6602
  const {
6543
- size = defaultProps30.size,
6544
- rounded = defaultProps30.rounded,
6545
- fillMode = defaultProps30.fillMode,
6546
- themeColor = defaultProps30.themeColor,
6603
+ size = defaultProps32.size,
6604
+ rounded = defaultProps32.rounded,
6605
+ fillMode = defaultProps32.fillMode,
6606
+ themeColor = defaultProps32.themeColor,
6547
6607
  hover,
6548
6608
  focus,
6549
6609
  active,
@@ -6551,7 +6611,7 @@ var SplitButton = (props) => {
6551
6611
  disabled,
6552
6612
  icon,
6553
6613
  text,
6554
- arrowIconName = defaultProps30.arrowIconName,
6614
+ arrowIconName = defaultProps32.arrowIconName,
6555
6615
  popup,
6556
6616
  opened,
6557
6617
  ...other
@@ -6570,7 +6630,7 @@ var SplitButton = (props) => {
6570
6630
  })
6571
6631
  ),
6572
6632
  children: [
6573
- /* @__PURE__ */ jsx82(
6633
+ /* @__PURE__ */ jsx84(
6574
6634
  Button,
6575
6635
  {
6576
6636
  text,
@@ -6587,7 +6647,7 @@ var SplitButton = (props) => {
6587
6647
  children: props.children
6588
6648
  }
6589
6649
  ),
6590
- /* @__PURE__ */ jsx82(
6650
+ /* @__PURE__ */ jsx84(
6591
6651
  Button,
6592
6652
  {
6593
6653
  className: "k-split-button-arrow",
@@ -6601,30 +6661,30 @@ var SplitButton = (props) => {
6601
6661
  ]
6602
6662
  }
6603
6663
  ),
6604
- opened && popup && /* @__PURE__ */ jsx82(Popup, { className: "k-menu-popup", children: popup })
6664
+ opened && popup && /* @__PURE__ */ jsx84(Popup, { className: "k-menu-popup", children: popup })
6605
6665
  ] });
6606
6666
  };
6607
- SplitButton.states = states34;
6608
- SplitButton.options = options32;
6667
+ SplitButton.states = states36;
6668
+ SplitButton.options = options34;
6609
6669
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6610
- SplitButton.defaultProps = defaultProps30;
6670
+ SplitButton.defaultProps = defaultProps32;
6611
6671
  var split_button_spec_default = SplitButton;
6612
6672
 
6613
6673
  // src/toolbar/toolbar.spec.tsx
6614
- import { jsx as jsx83 } from "react/jsx-runtime";
6674
+ import { jsx as jsx85 } from "react/jsx-runtime";
6615
6675
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6616
- var states35 = [
6676
+ var states37 = [
6617
6677
  States.focus
6618
6678
  ];
6619
- var options33 = {
6679
+ var options35 = {
6620
6680
  size: [Size.small, Size.medium, Size.large]
6621
6681
  };
6622
- var defaultProps31 = {
6682
+ var defaultProps33 = {
6623
6683
  size: Size.medium
6624
6684
  };
6625
6685
  var Toolbar = (props) => {
6626
6686
  const {
6627
- size = defaultProps31.size,
6687
+ size = defaultProps33.size,
6628
6688
  focus,
6629
6689
  resizable,
6630
6690
  ...other
@@ -6634,7 +6694,7 @@ var Toolbar = (props) => {
6634
6694
  const tempToolbarChildren = [];
6635
6695
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6636
6696
  tempToolbarChildren.push(
6637
- /* @__PURE__ */ jsx83(
6697
+ /* @__PURE__ */ jsx85(
6638
6698
  Button,
6639
6699
  {
6640
6700
  ...child.props,
@@ -6645,7 +6705,7 @@ var Toolbar = (props) => {
6645
6705
  );
6646
6706
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6647
6707
  tempToolbarChildren.push(
6648
- /* @__PURE__ */ jsx83(
6708
+ /* @__PURE__ */ jsx85(
6649
6709
  Button,
6650
6710
  {
6651
6711
  ...child.props,
@@ -6656,7 +6716,7 @@ var Toolbar = (props) => {
6656
6716
  );
6657
6717
  } else if (child.type === Button) {
6658
6718
  tempToolbarChildren.push(
6659
- /* @__PURE__ */ jsx83(
6719
+ /* @__PURE__ */ jsx85(
6660
6720
  Button,
6661
6721
  {
6662
6722
  ...child.props,
@@ -6667,7 +6727,7 @@ var Toolbar = (props) => {
6667
6727
  );
6668
6728
  } else if (child.type === MenuButton) {
6669
6729
  tempToolbarChildren.push(
6670
- /* @__PURE__ */ jsx83(
6730
+ /* @__PURE__ */ jsx85(
6671
6731
  MenuButton,
6672
6732
  {
6673
6733
  ...child.props,
@@ -6678,7 +6738,7 @@ var Toolbar = (props) => {
6678
6738
  );
6679
6739
  } else if (child.type === split_button_spec_default) {
6680
6740
  tempToolbarChildren.push(
6681
- /* @__PURE__ */ jsx83(
6741
+ /* @__PURE__ */ jsx85(
6682
6742
  split_button_spec_default,
6683
6743
  {
6684
6744
  ...child.props,
@@ -6692,7 +6752,7 @@ var Toolbar = (props) => {
6692
6752
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6693
6753
  childrenArray.forEach((button, bindex) => {
6694
6754
  buttonGroupItems.push(
6695
- /* @__PURE__ */ jsx83(
6755
+ /* @__PURE__ */ jsx85(
6696
6756
  Button,
6697
6757
  {
6698
6758
  ...button.props,
@@ -6703,7 +6763,7 @@ var Toolbar = (props) => {
6703
6763
  );
6704
6764
  });
6705
6765
  tempToolbarChildren.push(
6706
- /* @__PURE__ */ jsx83(
6766
+ /* @__PURE__ */ jsx85(
6707
6767
  ButtonGroup,
6708
6768
  {
6709
6769
  ...child.props,
@@ -6715,7 +6775,7 @@ var Toolbar = (props) => {
6715
6775
  );
6716
6776
  } else if (child.type === Combobox) {
6717
6777
  tempToolbarChildren.push(
6718
- /* @__PURE__ */ jsx83(
6778
+ /* @__PURE__ */ jsx85(
6719
6779
  Combobox,
6720
6780
  {
6721
6781
  ...child.props,
@@ -6726,7 +6786,7 @@ var Toolbar = (props) => {
6726
6786
  );
6727
6787
  } else if (child.type === DropdownList) {
6728
6788
  tempToolbarChildren.push(
6729
- /* @__PURE__ */ jsx83(
6789
+ /* @__PURE__ */ jsx85(
6730
6790
  DropdownList,
6731
6791
  {
6732
6792
  ...child.props,
@@ -6737,7 +6797,7 @@ var Toolbar = (props) => {
6737
6797
  );
6738
6798
  } else if (child.type === ColorPicker) {
6739
6799
  tempToolbarChildren.push(
6740
- /* @__PURE__ */ jsx83(
6800
+ /* @__PURE__ */ jsx85(
6741
6801
  ColorPicker,
6742
6802
  {
6743
6803
  ...child.props,
@@ -6759,7 +6819,7 @@ var Toolbar = (props) => {
6759
6819
  addUniqueToolClass(child, index);
6760
6820
  });
6761
6821
  }
6762
- return /* @__PURE__ */ jsx83(
6822
+ return /* @__PURE__ */ jsx85(
6763
6823
  "div",
6764
6824
  {
6765
6825
  ...other,
@@ -6780,26 +6840,26 @@ var Toolbar = (props) => {
6780
6840
  }
6781
6841
  );
6782
6842
  };
6783
- Toolbar.states = states35;
6784
- Toolbar.options = options33;
6843
+ Toolbar.states = states37;
6844
+ Toolbar.options = options35;
6785
6845
  Toolbar.className = TOOLBAR_CLASSNAME;
6786
- Toolbar.defaultProps = defaultProps31;
6846
+ Toolbar.defaultProps = defaultProps33;
6787
6847
 
6788
6848
  // src/toolbar/toolbar-angular.spec.tsx
6789
- import { jsx as jsx84 } from "react/jsx-runtime";
6849
+ import { jsx as jsx86 } from "react/jsx-runtime";
6790
6850
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6791
- var states36 = [
6851
+ var states38 = [
6792
6852
  States.focus
6793
6853
  ];
6794
- var options34 = {
6854
+ var options36 = {
6795
6855
  size: [Size.small, Size.medium, Size.large]
6796
6856
  };
6797
- var defaultProps32 = {
6857
+ var defaultProps34 = {
6798
6858
  size: Size.medium
6799
6859
  };
6800
6860
  var ToolbarAngular = (props) => {
6801
6861
  const {
6802
- size = defaultProps32.size,
6862
+ size = defaultProps34.size,
6803
6863
  focus,
6804
6864
  resizable,
6805
6865
  ...other
@@ -6809,7 +6869,7 @@ var ToolbarAngular = (props) => {
6809
6869
  const tempToolbarChildren = [];
6810
6870
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6811
6871
  tempToolbarChildren.push(
6812
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6872
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6813
6873
  Button,
6814
6874
  {
6815
6875
  ...child.props,
@@ -6820,7 +6880,7 @@ var ToolbarAngular = (props) => {
6820
6880
  );
6821
6881
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6822
6882
  tempToolbarChildren.push(
6823
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6883
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6824
6884
  Button,
6825
6885
  {
6826
6886
  ...child.props,
@@ -6831,7 +6891,7 @@ var ToolbarAngular = (props) => {
6831
6891
  );
6832
6892
  } else if (child.type === Button) {
6833
6893
  tempToolbarChildren.push(
6834
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6894
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6835
6895
  Button,
6836
6896
  {
6837
6897
  ...child.props,
@@ -6842,7 +6902,7 @@ var ToolbarAngular = (props) => {
6842
6902
  );
6843
6903
  } else if (child.type === MenuButton) {
6844
6904
  tempToolbarChildren.push(
6845
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6905
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6846
6906
  MenuButton,
6847
6907
  {
6848
6908
  ...child.props,
@@ -6853,7 +6913,7 @@ var ToolbarAngular = (props) => {
6853
6913
  );
6854
6914
  } else if (child.type === split_button_spec_default) {
6855
6915
  tempToolbarChildren.push(
6856
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6916
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6857
6917
  split_button_spec_default,
6858
6918
  {
6859
6919
  ...child.props,
@@ -6867,7 +6927,7 @@ var ToolbarAngular = (props) => {
6867
6927
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6868
6928
  childrenArray.forEach((button, bindex) => {
6869
6929
  buttonGroupItems.push(
6870
- /* @__PURE__ */ jsx84(
6930
+ /* @__PURE__ */ jsx86(
6871
6931
  Button,
6872
6932
  {
6873
6933
  ...button.props,
@@ -6878,7 +6938,7 @@ var ToolbarAngular = (props) => {
6878
6938
  );
6879
6939
  });
6880
6940
  tempToolbarChildren.push(
6881
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6941
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6882
6942
  ButtonGroup,
6883
6943
  {
6884
6944
  ...child.props,
@@ -6890,7 +6950,7 @@ var ToolbarAngular = (props) => {
6890
6950
  );
6891
6951
  } else if (child.type === Combobox) {
6892
6952
  tempToolbarChildren.push(
6893
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6953
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6894
6954
  Combobox,
6895
6955
  {
6896
6956
  ...child.props,
@@ -6901,7 +6961,7 @@ var ToolbarAngular = (props) => {
6901
6961
  );
6902
6962
  } else if (child.type === DropdownList) {
6903
6963
  tempToolbarChildren.push(
6904
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6964
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6905
6965
  DropdownList,
6906
6966
  {
6907
6967
  ...child.props,
@@ -6912,7 +6972,7 @@ var ToolbarAngular = (props) => {
6912
6972
  );
6913
6973
  } else if (child.type === ColorPicker) {
6914
6974
  tempToolbarChildren.push(
6915
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6975
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6916
6976
  ColorPicker,
6917
6977
  {
6918
6978
  ...child.props,
@@ -6934,7 +6994,7 @@ var ToolbarAngular = (props) => {
6934
6994
  addUniqueToolClass(child, index);
6935
6995
  });
6936
6996
  }
6937
- return /* @__PURE__ */ jsx84(
6997
+ return /* @__PURE__ */ jsx86(
6938
6998
  "div",
6939
6999
  {
6940
7000
  ...other,
@@ -6955,28 +7015,28 @@ var ToolbarAngular = (props) => {
6955
7015
  }
6956
7016
  );
6957
7017
  };
6958
- ToolbarAngular.states = states36;
6959
- ToolbarAngular.options = options34;
7018
+ ToolbarAngular.states = states38;
7019
+ ToolbarAngular.options = options36;
6960
7020
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6961
- ToolbarAngular.defaultProps = defaultProps32;
7021
+ ToolbarAngular.defaultProps = defaultProps34;
6962
7022
 
6963
7023
  // src/toolbar/toolbar-separator.tsx
6964
- import { jsx as jsx85 } from "react/jsx-runtime";
7024
+ import { jsx as jsx87 } from "react/jsx-runtime";
6965
7025
 
6966
7026
  // src/toolbar/toolbar-item.spec.tsx
6967
- import { jsx as jsx86 } from "react/jsx-runtime";
7027
+ import { jsx as jsx88 } from "react/jsx-runtime";
6968
7028
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6969
- var states37 = [
7029
+ var states39 = [
6970
7030
  States.focus
6971
7031
  ];
6972
- var options35 = {};
6973
- var defaultProps33 = {};
7032
+ var options37 = {};
7033
+ var defaultProps35 = {};
6974
7034
  var ToolbarItem = (props) => {
6975
7035
  const {
6976
7036
  focus,
6977
7037
  ...other
6978
7038
  } = props;
6979
- return /* @__PURE__ */ jsx86(
7039
+ return /* @__PURE__ */ jsx88(
6980
7040
  "div",
6981
7041
  {
6982
7042
  ...other,
@@ -6991,141 +7051,141 @@ var ToolbarItem = (props) => {
6991
7051
  }
6992
7052
  );
6993
7053
  };
6994
- ToolbarItem.states = states37;
6995
- ToolbarItem.options = options35;
7054
+ ToolbarItem.states = states39;
7055
+ ToolbarItem.options = options37;
6996
7056
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6997
- ToolbarItem.defaultProps = defaultProps33;
7057
+ ToolbarItem.defaultProps = defaultProps35;
6998
7058
 
6999
7059
  // src/grid/tests/grid-filter-row-blazor.tsx
7000
- import { Fragment as Fragment24, jsx as jsx87, jsxs as jsxs41 } from "react/jsx-runtime";
7001
- var grid_filter_row_blazor_default = () => /* @__PURE__ */ jsx87(Fragment24, { children: /* @__PURE__ */ jsxs41("div", { id: "test-area", className: "k-d-grid", children: [
7002
- /* @__PURE__ */ jsx87("h3", { children: "Base" }),
7060
+ import { Fragment as Fragment24, jsx as jsx89, jsxs as jsxs41 } from "react/jsx-runtime";
7061
+ var grid_filter_row_blazor_default = () => /* @__PURE__ */ jsx89(Fragment24, { children: /* @__PURE__ */ jsxs41("div", { id: "test-area", className: "k-d-grid", children: [
7062
+ /* @__PURE__ */ jsx89("h3", { children: "Base" }),
7003
7063
  /* @__PURE__ */ jsxs41("div", { className: "k-grid k-grid-md telerik-blazor", children: [
7004
- /* @__PURE__ */ jsx87("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx87("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7064
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx89("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7005
7065
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7006
- /* @__PURE__ */ jsx87("col", { style: { width: "65px" } }),
7007
- /* @__PURE__ */ jsx87("col", {}),
7008
- /* @__PURE__ */ jsx87("col", {}),
7009
- /* @__PURE__ */ jsx87("col", {})
7066
+ /* @__PURE__ */ jsx89("col", { style: { width: "65px" } }),
7067
+ /* @__PURE__ */ jsx89("col", {}),
7068
+ /* @__PURE__ */ jsx89("col", {}),
7069
+ /* @__PURE__ */ jsx89("col", {})
7010
7070
  ] }),
7011
7071
  /* @__PURE__ */ jsxs41("thead", { className: "k-table-thead", children: [
7012
7072
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7013
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87(Checkbox, {}) }),
7014
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Id" }) }) }) }),
7015
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Name" }) }) }) }),
7016
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Command" }) }) }) })
7073
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89(Checkbox, {}) }),
7074
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Id" }) }) }) }),
7075
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Name" }) }) }) }),
7076
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Command" }) }) }) })
7017
7077
  ] }),
7018
7078
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-filter-row", children: [
7019
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell-wrapper" }) }) }),
7020
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7021
- /* @__PURE__ */ jsx87(NumericTextbox, {}),
7079
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell-wrapper" }) }) }),
7080
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7081
+ /* @__PURE__ */ jsx89(NumericTextbox, {}),
7022
7082
  /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-operator", children: [
7023
- /* @__PURE__ */ jsx87(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7083
+ /* @__PURE__ */ jsx89(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7024
7084
  " ",
7025
- /* @__PURE__ */ jsx87(Button, { icon: "filter-clear", disabled: true })
7085
+ /* @__PURE__ */ jsx89(Button, { icon: "filter-clear", disabled: true })
7026
7086
  ] })
7027
7087
  ] }) }) }),
7028
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7029
- /* @__PURE__ */ jsx87(Textbox, { showClearButton: false, value: "p" }),
7088
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7089
+ /* @__PURE__ */ jsx89(Textbox, { showClearButton: false, value: "p" }),
7030
7090
  /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-operator", children: [
7031
- /* @__PURE__ */ jsx87(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7091
+ /* @__PURE__ */ jsx89(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7032
7092
  " ",
7033
- /* @__PURE__ */ jsx87(Button, { icon: "filter-clear" })
7093
+ /* @__PURE__ */ jsx89(Button, { icon: "filter-clear" })
7034
7094
  ] })
7035
7095
  ] }) }) }),
7036
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell-wrapper" }) }) })
7096
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell-wrapper" }) }) })
7037
7097
  ] })
7038
7098
  ] })
7039
7099
  ] }) }) }),
7040
- /* @__PURE__ */ jsx87("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs41("div", { className: "k-grid-content k-virtual-content", children: [
7041
- /* @__PURE__ */ jsx87("div", { className: "k-pos-relative", children: /* @__PURE__ */ jsx87("div", { className: "k-virtual-position", children: /* @__PURE__ */ jsxs41("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7100
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs41("div", { className: "k-grid-content k-virtual-content", children: [
7101
+ /* @__PURE__ */ jsx89("div", { className: "k-pos-relative", children: /* @__PURE__ */ jsx89("div", { className: "k-virtual-position", children: /* @__PURE__ */ jsxs41("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7042
7102
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7043
- /* @__PURE__ */ jsx87("col", { style: { width: "65px" } }),
7044
- /* @__PURE__ */ jsx87("col", {}),
7045
- /* @__PURE__ */ jsx87("col", {}),
7046
- /* @__PURE__ */ jsx87("col", {})
7103
+ /* @__PURE__ */ jsx89("col", { style: { width: "65px" } }),
7104
+ /* @__PURE__ */ jsx89("col", {}),
7105
+ /* @__PURE__ */ jsx89("col", {}),
7106
+ /* @__PURE__ */ jsx89("col", {})
7047
7107
  ] }),
7048
7108
  /* @__PURE__ */ jsxs41("tbody", { className: "k-table-tbody", children: [
7049
7109
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-master-row", children: [
7050
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Checkbox, { className: "k-grid-checkbox" }) }) }),
7051
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7052
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7053
- /* @__PURE__ */ jsx87("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Button, { icon: "trash", children: "Delete" }) }) })
7110
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Checkbox, { className: "k-grid-checkbox" }) }) }),
7111
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7112
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7113
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Button, { icon: "trash", children: "Delete" }) }) })
7054
7114
  ] }),
7055
7115
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7056
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Checkbox, { className: "k-grid-checkbox" }) }) }),
7057
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7058
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7059
- /* @__PURE__ */ jsx87("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Button, { icon: "trash", children: "Delete" }) }) })
7116
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Checkbox, { className: "k-grid-checkbox" }) }) }),
7117
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7118
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7119
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Button, { icon: "trash", children: "Delete" }) }) })
7060
7120
  ] })
7061
7121
  ] })
7062
7122
  ] }) }) }),
7063
- /* @__PURE__ */ jsx87("div", { className: "k-height-container", children: /* @__PURE__ */ jsx87("div", {}) })
7123
+ /* @__PURE__ */ jsx89("div", { className: "k-height-container", children: /* @__PURE__ */ jsx89("div", {}) })
7064
7124
  ] }) })
7065
7125
  ] }),
7066
- /* @__PURE__ */ jsx87("h3", { children: "With Toolbar" }),
7126
+ /* @__PURE__ */ jsx89("h3", { children: "With Toolbar" }),
7067
7127
  /* @__PURE__ */ jsxs41("div", { className: "k-grid k-grid-md telerik-blazor", children: [
7068
- /* @__PURE__ */ jsx87(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx87(Button, { icon: "plus", children: "Add" }) }),
7069
- /* @__PURE__ */ jsx87("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx87("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7128
+ /* @__PURE__ */ jsx89(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx89(Button, { icon: "plus", children: "Add" }) }),
7129
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx89("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7070
7130
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7071
- /* @__PURE__ */ jsx87("col", { style: { width: "65px" } }),
7072
- /* @__PURE__ */ jsx87("col", {}),
7073
- /* @__PURE__ */ jsx87("col", {}),
7074
- /* @__PURE__ */ jsx87("col", {})
7131
+ /* @__PURE__ */ jsx89("col", { style: { width: "65px" } }),
7132
+ /* @__PURE__ */ jsx89("col", {}),
7133
+ /* @__PURE__ */ jsx89("col", {}),
7134
+ /* @__PURE__ */ jsx89("col", {})
7075
7135
  ] }),
7076
7136
  /* @__PURE__ */ jsxs41("thead", { className: "k-table-thead", children: [
7077
7137
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7078
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87(Checkbox, {}) }),
7079
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Id" }) }) }) }),
7080
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Name" }) }) }) }),
7081
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Command" }) }) }) })
7138
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89(Checkbox, {}) }),
7139
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Id" }) }) }) }),
7140
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Name" }) }) }) }),
7141
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Command" }) }) }) })
7082
7142
  ] }),
7083
7143
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-filter-row", children: [
7084
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell-wrapper" }) }) }),
7085
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7086
- /* @__PURE__ */ jsx87(NumericTextbox, {}),
7144
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell-wrapper" }) }) }),
7145
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7146
+ /* @__PURE__ */ jsx89(NumericTextbox, {}),
7087
7147
  /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-operator", children: [
7088
- /* @__PURE__ */ jsx87(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7148
+ /* @__PURE__ */ jsx89(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7089
7149
  " ",
7090
- /* @__PURE__ */ jsx87(Button, { icon: "filter-clear", disabled: true })
7150
+ /* @__PURE__ */ jsx89(Button, { icon: "filter-clear", disabled: true })
7091
7151
  ] })
7092
7152
  ] }) }) }),
7093
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7094
- /* @__PURE__ */ jsx87(Textbox, { showClearButton: false, value: "p" }),
7153
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-wrapper", children: [
7154
+ /* @__PURE__ */ jsx89(Textbox, { showClearButton: false, value: "p" }),
7095
7155
  /* @__PURE__ */ jsxs41("div", { className: "k-filtercell-operator", children: [
7096
- /* @__PURE__ */ jsx87(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7156
+ /* @__PURE__ */ jsx89(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7097
7157
  " ",
7098
- /* @__PURE__ */ jsx87(Button, { icon: "filter-clear" })
7158
+ /* @__PURE__ */ jsx89(Button, { icon: "filter-clear" })
7099
7159
  ] })
7100
7160
  ] }) }) }),
7101
- /* @__PURE__ */ jsx87("th", { className: "k-table-th", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx87("div", { className: "k-filtercell-wrapper" }) }) })
7161
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx89("div", { className: "k-filtercell-wrapper" }) }) })
7102
7162
  ] })
7103
7163
  ] })
7104
7164
  ] }) }) }),
7105
- /* @__PURE__ */ jsx87("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs41("div", { className: "k-grid-content k-virtual-content", children: [
7106
- /* @__PURE__ */ jsx87("div", { className: "k-pos-relative", children: /* @__PURE__ */ jsx87("div", { className: "k-virtual-position", children: /* @__PURE__ */ jsxs41("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7165
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs41("div", { className: "k-grid-content k-virtual-content", children: [
7166
+ /* @__PURE__ */ jsx89("div", { className: "k-pos-relative", children: /* @__PURE__ */ jsx89("div", { className: "k-virtual-position", children: /* @__PURE__ */ jsxs41("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7107
7167
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7108
- /* @__PURE__ */ jsx87("col", { style: { width: "65px" } }),
7109
- /* @__PURE__ */ jsx87("col", {}),
7110
- /* @__PURE__ */ jsx87("col", {}),
7111
- /* @__PURE__ */ jsx87("col", {})
7168
+ /* @__PURE__ */ jsx89("col", { style: { width: "65px" } }),
7169
+ /* @__PURE__ */ jsx89("col", {}),
7170
+ /* @__PURE__ */ jsx89("col", {}),
7171
+ /* @__PURE__ */ jsx89("col", {})
7112
7172
  ] }),
7113
7173
  /* @__PURE__ */ jsxs41("tbody", { className: "k-table-tbody", children: [
7114
7174
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-master-row", children: [
7115
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Checkbox, { className: "k-grid-checkbox" }) }) }),
7116
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7117
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7118
- /* @__PURE__ */ jsx87("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Button, { icon: "trash", children: "Delete" }) }) })
7175
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Checkbox, { className: "k-grid-checkbox" }) }) }),
7176
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7177
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7178
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Button, { icon: "trash", children: "Delete" }) }) })
7119
7179
  ] }),
7120
7180
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7121
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Checkbox, { className: "k-grid-checkbox" }) }) }),
7122
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7123
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7124
- /* @__PURE__ */ jsx87("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx87("span", { children: /* @__PURE__ */ jsx87(Button, { icon: "trash", children: "Delete" }) }) })
7181
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Checkbox, { className: "k-grid-checkbox" }) }) }),
7182
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7183
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7184
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ jsx89("span", { children: /* @__PURE__ */ jsx89(Button, { icon: "trash", children: "Delete" }) }) })
7125
7185
  ] })
7126
7186
  ] })
7127
7187
  ] }) }) }),
7128
- /* @__PURE__ */ jsx87("div", { className: "k-height-container", children: /* @__PURE__ */ jsx87("div", {}) })
7188
+ /* @__PURE__ */ jsx89("div", { className: "k-height-container", children: /* @__PURE__ */ jsx89("div", {}) })
7129
7189
  ] }) })
7130
7190
  ] })
7131
7191
  ] }) });