@progress/kendo-themes-html 6.7.1-dev.0 → 6.7.1-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -4496,16 +4496,76 @@ Checkbox.options = options5;
4496
4496
  Checkbox.className = CHECKBOX_CLASSNAME;
4497
4497
  Checkbox.defaultProps = defaultProps5;
4498
4498
 
4499
- // src/checkbox/templates/checkbox-label.tsx
4499
+ // src/checkbox/checkbox-group.spec.tsx
4500
4500
  var import_jsx_runtime9 = require("react/jsx-runtime");
4501
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4502
+ var states6 = [];
4503
+ var options6 = {};
4504
+ var defaultProps6 = {
4505
+ layout: "vertical"
4506
+ };
4507
+ var CheckboxGroup = (props) => {
4508
+ const {
4509
+ layout = defaultProps6.layout,
4510
+ ...other
4511
+ } = props;
4512
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4513
+ "ul",
4514
+ {
4515
+ ...other,
4516
+ className: classNames(
4517
+ props.className,
4518
+ CHECKBOXGROUP_CLASSNAME,
4519
+ {
4520
+ [`k-list-${layout}`]: layout
4521
+ }
4522
+ ),
4523
+ children: props.children
4524
+ }
4525
+ );
4526
+ };
4527
+ CheckboxGroup.states = states6;
4528
+ CheckboxGroup.options = options6;
4529
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4530
+ CheckboxGroup.defaultProps = defaultProps6;
4501
4531
 
4502
- // src/checkbox/templates/checkbox-normal.tsx
4532
+ // src/checkbox/checkbox-item.spec.tsx
4503
4533
  var import_jsx_runtime10 = require("react/jsx-runtime");
4534
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4535
+ var states7 = [];
4536
+ var options7 = {};
4537
+ var defaultProps7 = {};
4538
+ var CheckboxItem = (props) => {
4539
+ const {
4540
+ ...other
4541
+ } = props;
4542
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4543
+ "li",
4544
+ {
4545
+ ...other,
4546
+ className: classNames(
4547
+ props.className,
4548
+ CHECKBOXITEM_CLASSNAME
4549
+ ),
4550
+ children: props.children
4551
+ }
4552
+ );
4553
+ };
4554
+ CheckboxItem.states = states7;
4555
+ CheckboxItem.options = options7;
4556
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4557
+ CheckboxItem.defaultProps = defaultProps7;
4504
4558
 
4505
- // src/input/input.spec.tsx
4559
+ // src/checkbox/templates/checkbox-with-label.tsx
4506
4560
  var import_jsx_runtime11 = require("react/jsx-runtime");
4561
+
4562
+ // src/checkbox/templates/checkbox-normal.tsx
4563
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4564
+
4565
+ // src/input/input.spec.tsx
4566
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4507
4567
  var INPUT_CLASSNAME = `k-input`;
4508
- var states6 = [
4568
+ var states8 = [
4509
4569
  States.hover,
4510
4570
  States.focus,
4511
4571
  States.valid,
@@ -4515,12 +4575,12 @@ var states6 = [
4515
4575
  States.loading,
4516
4576
  States.readonly
4517
4577
  ];
4518
- var options6 = {
4578
+ var options8 = {
4519
4579
  size: [Size.small, Size.medium, Size.large],
4520
4580
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4521
4581
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4522
4582
  };
4523
- var defaultProps6 = {
4583
+ var defaultProps8 = {
4524
4584
  size: Size.medium,
4525
4585
  rounded: Size.medium,
4526
4586
  fillMode: FillMode.solid
@@ -4534,12 +4594,12 @@ var Input = (props) => {
4534
4594
  valid,
4535
4595
  loading,
4536
4596
  readonly,
4537
- size = defaultProps6.size,
4538
- rounded = defaultProps6.rounded,
4539
- fillMode = defaultProps6.fillMode,
4597
+ size = defaultProps8.size,
4598
+ rounded = defaultProps8.rounded,
4599
+ fillMode = defaultProps8.fillMode,
4540
4600
  ...other
4541
4601
  } = props;
4542
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4602
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4543
4603
  "span",
4544
4604
  {
4545
4605
  ...other,
@@ -4552,13 +4612,13 @@ var Input = (props) => {
4552
4612
  }
4553
4613
  );
4554
4614
  };
4555
- Input.states = states6;
4556
- Input.options = options6;
4615
+ Input.states = states8;
4616
+ Input.options = options8;
4557
4617
  Input.className = INPUT_CLASSNAME;
4558
- Input.defaultProps = defaultProps6;
4618
+ Input.defaultProps = defaultProps8;
4559
4619
 
4560
4620
  // src/input/picker.spec.tsx
4561
- var import_jsx_runtime12 = require("react/jsx-runtime");
4621
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4562
4622
  var PICKER_CLASSNAME = `k-picker`;
4563
4623
  var pickerStates = [
4564
4624
  States.hover,
@@ -4575,7 +4635,7 @@ var pickerOptions = {
4575
4635
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4576
4636
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4577
4637
  };
4578
- var defaultProps7 = {
4638
+ var defaultProps9 = {
4579
4639
  size: Size.medium,
4580
4640
  rounded: Roundness.medium,
4581
4641
  fillMode: FillMode.solid
@@ -4589,12 +4649,12 @@ var Picker = (props) => {
4589
4649
  valid,
4590
4650
  loading,
4591
4651
  readonly,
4592
- size = defaultProps7.size,
4593
- rounded = defaultProps7.rounded,
4594
- fillMode = defaultProps7.fillMode,
4652
+ size = defaultProps9.size,
4653
+ rounded = defaultProps9.rounded,
4654
+ fillMode = defaultProps9.fillMode,
4595
4655
  ...other
4596
4656
  } = props;
4597
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4657
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4598
4658
  "span",
4599
4659
  {
4600
4660
  ...other,
@@ -4611,17 +4671,17 @@ var Picker = (props) => {
4611
4671
  Picker.states = pickerStates;
4612
4672
  Picker.options = pickerOptions;
4613
4673
  Picker.className = PICKER_CLASSNAME;
4614
- Picker.defaultProps = defaultProps7;
4674
+ Picker.defaultProps = defaultProps9;
4615
4675
 
4616
4676
  // src/input/input-clear-value.tsx
4617
- var import_jsx_runtime13 = require("react/jsx-runtime");
4677
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4618
4678
  var className = `k-clear-value`;
4619
- var states7 = [
4679
+ var states9 = [
4620
4680
  States.disabled,
4621
4681
  States.loading,
4622
4682
  States.readonly
4623
4683
  ];
4624
- var options7 = {};
4684
+ var options9 = {};
4625
4685
  var InputClearValue = (props) => {
4626
4686
  const {
4627
4687
  disabled,
@@ -4630,20 +4690,20 @@ var InputClearValue = (props) => {
4630
4690
  value
4631
4691
  } = props;
4632
4692
  if (disabled || readonly || loading || !value) {
4633
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, {});
4693
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4634
4694
  }
4635
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { icon: "x" }) });
4695
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
4636
4696
  };
4637
- InputClearValue.states = states7;
4638
- InputClearValue.options = options7;
4697
+ InputClearValue.states = states9;
4698
+ InputClearValue.options = options9;
4639
4699
  InputClearValue.className = className;
4640
4700
 
4641
4701
  // src/input/input-inner-input.tsx
4642
- var import_jsx_runtime14 = require("react/jsx-runtime");
4702
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4643
4703
  var className2 = `k-input-inner`;
4644
- var states8 = [];
4645
- var options8 = {};
4646
- var defaultProps8 = {
4704
+ var states10 = [];
4705
+ var options10 = {};
4706
+ var defaultProps10 = {
4647
4707
  type: "text",
4648
4708
  autocomplete: "off",
4649
4709
  value: "",
@@ -4651,13 +4711,13 @@ var defaultProps8 = {
4651
4711
  };
4652
4712
  var InputInnerInput = (props) => {
4653
4713
  const {
4654
- value = defaultProps8.value,
4655
- type = defaultProps8.type,
4656
- placeholder = defaultProps8.placeholder,
4657
- autocomplete = defaultProps8.autocomplete,
4714
+ value = defaultProps10.value,
4715
+ type = defaultProps10.type,
4716
+ placeholder = defaultProps10.placeholder,
4717
+ autocomplete = defaultProps10.autocomplete,
4658
4718
  ...other
4659
4719
  } = props;
4660
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4720
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4661
4721
  "input",
4662
4722
  {
4663
4723
  ...other,
@@ -4669,15 +4729,15 @@ var InputInnerInput = (props) => {
4669
4729
  }
4670
4730
  );
4671
4731
  };
4672
- InputInnerInput.states = states8;
4673
- InputInnerInput.options = options8;
4732
+ InputInnerInput.states = states10;
4733
+ InputInnerInput.options = options10;
4674
4734
  InputInnerInput.className = className2;
4675
4735
 
4676
4736
  // src/input/input-inner-span.tsx
4677
- var import_jsx_runtime15 = require("react/jsx-runtime");
4737
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4678
4738
  var className3 = `k-input-inner`;
4679
- var states9 = [];
4680
- var options9 = {};
4739
+ var states11 = [];
4740
+ var options11 = {};
4681
4741
  var InputInnerSpan = (props) => {
4682
4742
  const {
4683
4743
  value,
@@ -4687,41 +4747,41 @@ var InputInnerSpan = (props) => {
4687
4747
  valueIconName,
4688
4748
  ...other
4689
4749
  } = props;
4690
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4750
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4691
4751
  "span",
4692
4752
  {
4693
4753
  ...other,
4694
4754
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4695
4755
  children: [
4696
4756
  valueIcon,
4697
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4757
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4698
4758
  showValue && !value && placeholder,
4699
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-input-value-text", children: value })
4759
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
4700
4760
  ]
4701
4761
  }
4702
4762
  );
4703
4763
  };
4704
- InputInnerSpan.states = states9;
4705
- InputInnerSpan.options = options9;
4764
+ InputInnerSpan.states = states11;
4765
+ InputInnerSpan.options = options11;
4706
4766
  InputInnerSpan.className = className3;
4707
4767
 
4708
4768
  // src/input/input-inner-textarea.tsx
4709
- var import_jsx_runtime16 = require("react/jsx-runtime");
4710
- var defaultProps9 = {
4769
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4770
+ var defaultProps11 = {
4711
4771
  value: "",
4712
4772
  placeholder: ""
4713
4773
  };
4714
4774
  var className4 = `k-input-inner`;
4715
- var states10 = [];
4716
- var options10 = {};
4775
+ var states12 = [];
4776
+ var options12 = {};
4717
4777
  var InputInnerTextarea = (props) => {
4718
4778
  const {
4719
- value = defaultProps9.value,
4720
- placeholder = defaultProps9.placeholder,
4779
+ value = defaultProps11.value,
4780
+ placeholder = defaultProps11.placeholder,
4721
4781
  rows,
4722
4782
  ...other
4723
4783
  } = props;
4724
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4784
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4725
4785
  "textarea",
4726
4786
  {
4727
4787
  ...other,
@@ -4732,14 +4792,14 @@ var InputInnerTextarea = (props) => {
4732
4792
  }
4733
4793
  );
4734
4794
  };
4735
- InputInnerTextarea.states = states10;
4736
- InputInnerTextarea.options = options10;
4795
+ InputInnerTextarea.states = states12;
4796
+ InputInnerTextarea.options = options12;
4737
4797
  InputInnerTextarea.className = className4;
4738
4798
 
4739
4799
  // src/input/input-loading-icon.tsx
4740
- var import_jsx_runtime17 = require("react/jsx-runtime");
4800
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4741
4801
  var className5 = `k-input-loading-icon`;
4742
- var states11 = [
4802
+ var states13 = [
4743
4803
  States.disabled,
4744
4804
  States.loading
4745
4805
  ];
@@ -4749,21 +4809,21 @@ var InputLoadingIcon = (props) => {
4749
4809
  loading
4750
4810
  } = props;
4751
4811
  if (disabled || !loading) {
4752
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4812
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4753
4813
  }
4754
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4814
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4755
4815
  };
4756
4816
 
4757
4817
  // src/input/input-validation-icon.tsx
4758
- var import_jsx_runtime18 = require("react/jsx-runtime");
4818
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4759
4819
  var className6 = `k-input-validation-icon`;
4760
- var states12 = [
4820
+ var states14 = [
4761
4821
  States.valid,
4762
4822
  States.invalid,
4763
4823
  States.disabled,
4764
4824
  States.loading
4765
4825
  ];
4766
- var options11 = {};
4826
+ var options13 = {};
4767
4827
  var InputValidationIcon = (props) => {
4768
4828
  const {
4769
4829
  valid,
@@ -4774,43 +4834,43 @@ var InputValidationIcon = (props) => {
4774
4834
  const iconName = invalid ? "exclamation-circle" : "check";
4775
4835
  const renderValidationIcon = Boolean(valid || invalid);
4776
4836
  if (disabled || loading || !renderValidationIcon) {
4777
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, {});
4837
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4778
4838
  }
4779
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { className: classNames(className6), icon: iconName });
4839
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
4780
4840
  };
4781
- InputValidationIcon.states = states12;
4782
- InputValidationIcon.options = options11;
4841
+ InputValidationIcon.states = states14;
4842
+ InputValidationIcon.options = options13;
4783
4843
  InputValidationIcon.className = className6;
4784
4844
 
4785
4845
  // src/input/input-prefix.tsx
4786
- var import_jsx_runtime19 = require("react/jsx-runtime");
4846
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4787
4847
  var className7 = `k-input-prefix`;
4788
4848
  var InputPrefix = (props) => {
4789
4849
  if (!props.children) {
4790
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4850
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4791
4851
  }
4792
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4852
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4793
4853
  };
4794
4854
 
4795
4855
  // src/input/input-suffix.tsx
4796
- var import_jsx_runtime20 = require("react/jsx-runtime");
4856
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4797
4857
  var className8 = `k-input-suffix`;
4798
4858
  var InputSuffix = (props) => {
4799
4859
  if (!props.children) {
4800
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4860
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4801
4861
  }
4802
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4862
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4803
4863
  };
4804
4864
 
4805
4865
  // src/input/input-separator.tsx
4806
- var import_jsx_runtime21 = require("react/jsx-runtime");
4866
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4807
4867
 
4808
4868
  // src/animation-container/animation-container.spec.tsx
4809
- var import_jsx_runtime22 = require("react/jsx-runtime");
4869
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4810
4870
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4811
- var states13 = [];
4812
- var options12 = {};
4813
- var defaultProps10 = {
4871
+ var states15 = [];
4872
+ var options14 = {};
4873
+ var defaultProps12 = {
4814
4874
  positionMode: "absolute"
4815
4875
  };
4816
4876
  var AnimationContainer = (props) => {
@@ -4820,7 +4880,7 @@ var AnimationContainer = (props) => {
4820
4880
  offset,
4821
4881
  ...other
4822
4882
  } = props;
4823
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4883
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4824
4884
  "div",
4825
4885
  {
4826
4886
  ...other,
@@ -4832,21 +4892,21 @@ var AnimationContainer = (props) => {
4832
4892
  ["k-animation-container-fixed"]: positionMode === "fixed"
4833
4893
  }
4834
4894
  ),
4835
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4895
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4836
4896
  }
4837
4897
  );
4838
4898
  };
4839
- AnimationContainer.states = states13;
4840
- AnimationContainer.options = options12;
4899
+ AnimationContainer.states = states15;
4900
+ AnimationContainer.options = options14;
4841
4901
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4842
- AnimationContainer.defaultProps = defaultProps10;
4902
+ AnimationContainer.defaultProps = defaultProps12;
4843
4903
 
4844
4904
  // src/popup/popup.spec.tsx
4845
- var import_jsx_runtime23 = require("react/jsx-runtime");
4905
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4846
4906
  var POPUP_CLASSNAME = `k-popup`;
4847
- var states14 = [];
4848
- var options13 = {};
4849
- var defaultProps11 = {
4907
+ var states16 = [];
4908
+ var options15 = {};
4909
+ var defaultProps13 = {
4850
4910
  positionMode: "absolute"
4851
4911
  };
4852
4912
  var Popup = (props) => {
@@ -4855,24 +4915,24 @@ var Popup = (props) => {
4855
4915
  positionMode,
4856
4916
  ...other
4857
4917
  } = props;
4858
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4918
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4859
4919
  AnimationContainer,
4860
4920
  {
4861
4921
  positionMode,
4862
4922
  offset,
4863
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4923
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4864
4924
  }
4865
4925
  );
4866
4926
  };
4867
- Popup.states = states14;
4868
- Popup.options = options13;
4927
+ Popup.states = states16;
4928
+ Popup.options = options15;
4869
4929
  Popup.className = POPUP_CLASSNAME;
4870
- Popup.defaultProps = defaultProps11;
4930
+ Popup.defaultProps = defaultProps13;
4871
4931
 
4872
4932
  // src/dropdownlist/dropdownlist.spec.tsx
4873
- var import_jsx_runtime24 = require("react/jsx-runtime");
4933
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4874
4934
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4875
- var states15 = [
4935
+ var states17 = [
4876
4936
  States.hover,
4877
4937
  States.focus,
4878
4938
  States.valid,
@@ -4882,12 +4942,12 @@ var states15 = [
4882
4942
  States.loading,
4883
4943
  States.readonly
4884
4944
  ];
4885
- var options14 = {
4945
+ var options16 = {
4886
4946
  size: [Size.small, Size.medium, Size.large],
4887
4947
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4888
4948
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4889
4949
  };
4890
- var defaultProps12 = {
4950
+ var defaultProps14 = {
4891
4951
  showValue: true,
4892
4952
  arrowIconName: "caret-alt-down",
4893
4953
  size: Size.medium,
@@ -4897,7 +4957,7 @@ var defaultProps12 = {
4897
4957
  var DropdownList = (props) => {
4898
4958
  const {
4899
4959
  valueIconName,
4900
- arrowIconName = defaultProps12.arrowIconName,
4960
+ arrowIconName = defaultProps14.arrowIconName,
4901
4961
  prefix,
4902
4962
  suffix,
4903
4963
  value,
@@ -4913,13 +4973,13 @@ var DropdownList = (props) => {
4913
4973
  loading,
4914
4974
  disabled,
4915
4975
  readonly,
4916
- showValue = defaultProps12.showValue,
4976
+ showValue = defaultProps14.showValue,
4917
4977
  popup,
4918
4978
  opened,
4919
4979
  ...other
4920
4980
  } = props;
4921
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_jsx_runtime24.Fragment, { children: [
4922
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4981
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
4982
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
4923
4983
  Picker,
4924
4984
  {
4925
4985
  ...other,
@@ -4942,8 +5002,8 @@ var DropdownList = (props) => {
4942
5002
  }
4943
5003
  ),
4944
5004
  children: [
4945
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputPrefix, { children: prefix }),
4946
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5005
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputPrefix, { children: prefix }),
5006
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4947
5007
  InputInnerSpan,
4948
5008
  {
4949
5009
  placeholder,
@@ -4952,7 +5012,7 @@ var DropdownList = (props) => {
4952
5012
  valueIconName
4953
5013
  }
4954
5014
  ),
4955
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5015
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4956
5016
  InputValidationIcon,
4957
5017
  {
4958
5018
  valid,
@@ -4961,15 +5021,15 @@ var DropdownList = (props) => {
4961
5021
  disabled
4962
5022
  }
4963
5023
  ),
4964
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5024
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4965
5025
  InputLoadingIcon,
4966
5026
  {
4967
5027
  loading,
4968
5028
  disabled
4969
5029
  }
4970
5030
  ),
4971
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputSuffix, { children: suffix }),
4972
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5031
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputSuffix, { children: suffix }),
5032
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4973
5033
  Button,
4974
5034
  {
4975
5035
  className: "k-input-button",
@@ -4982,35 +5042,35 @@ var DropdownList = (props) => {
4982
5042
  ]
4983
5043
  }
4984
5044
  ),
4985
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5045
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
4986
5046
  ] });
4987
5047
  };
4988
- DropdownList.states = states15;
4989
- DropdownList.options = options14;
5048
+ DropdownList.states = states17;
5049
+ DropdownList.options = options16;
4990
5050
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
4991
- DropdownList.defaultProps = defaultProps12;
5051
+ DropdownList.defaultProps = defaultProps14;
4992
5052
 
4993
5053
  // src/dropdownlist/templates/dropdownlist-normal.tsx
4994
- var import_jsx_runtime25 = require("react/jsx-runtime");
5054
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4995
5055
 
4996
5056
  // src/nodata/nodata.tsx
4997
- var import_jsx_runtime26 = require("react/jsx-runtime");
5057
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4998
5058
  var className9 = `k-nodata`;
4999
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5059
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5000
5060
 
5001
5061
  // src/list/list.spec.tsx
5002
- var import_jsx_runtime27 = require("react/jsx-runtime");
5062
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5003
5063
  var LIST_CLASSNAME = `k-list`;
5004
- var states16 = [];
5005
- var options15 = {
5064
+ var states18 = [];
5065
+ var options17 = {
5006
5066
  size: [Size.small, Size.medium, Size.large]
5007
5067
  };
5008
- var defaultProps13 = {
5068
+ var defaultProps15 = {
5009
5069
  size: Size.medium
5010
5070
  };
5011
5071
  var List = (props) => {
5012
5072
  const {
5013
- size = defaultProps13.size,
5073
+ size = defaultProps15.size,
5014
5074
  virtualization,
5015
5075
  children,
5016
5076
  optionLabel,
@@ -5027,7 +5087,7 @@ var List = (props) => {
5027
5087
  listHeader = child.props.label;
5028
5088
  child.props.children.map((optChild, index2) => {
5029
5089
  listChildren.push(
5030
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5090
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5031
5091
  ListItem,
5032
5092
  {
5033
5093
  ...optChild.props
@@ -5043,7 +5103,7 @@ var List = (props) => {
5043
5103
  groupLabel = child.props.label;
5044
5104
  }
5045
5105
  listChildren.push(
5046
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5106
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5047
5107
  ListItem,
5048
5108
  {
5049
5109
  className: index2 === 0 ? "k-first" : "",
@@ -5055,16 +5115,16 @@ var List = (props) => {
5055
5115
  );
5056
5116
  });
5057
5117
  }
5058
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5118
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5059
5119
  } else if (child.type === ListItem) {
5060
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5061
- listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListContent, { virtualization, children: listChildren });
5120
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5121
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListContent, { virtualization, children: listChildren });
5062
5122
  }
5063
5123
  });
5064
5124
  } else {
5065
- listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(NoData, { children: "No data found." });
5125
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(NoData, { children: "No data found." });
5066
5126
  }
5067
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5127
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5068
5128
  "div",
5069
5129
  {
5070
5130
  ...other,
@@ -5086,24 +5146,24 @@ var List = (props) => {
5086
5146
  }
5087
5147
  );
5088
5148
  };
5089
- List.states = states16;
5090
- List.options = options15;
5149
+ List.states = states18;
5150
+ List.options = options17;
5091
5151
  List.className = LIST_CLASSNAME;
5092
- List.defaultProps = defaultProps13;
5152
+ List.defaultProps = defaultProps15;
5093
5153
 
5094
5154
  // src/list/list-angular.spec.tsx
5095
- var import_jsx_runtime28 = require("react/jsx-runtime");
5155
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5096
5156
  var LISTANGULAR_CLASSNAME = `k-list`;
5097
- var states17 = [];
5098
- var options16 = {
5157
+ var states19 = [];
5158
+ var options18 = {
5099
5159
  size: [Size.small, Size.medium, Size.large]
5100
5160
  };
5101
- var defaultProps14 = {
5161
+ var defaultProps16 = {
5102
5162
  size: Size.medium
5103
5163
  };
5104
5164
  var ListAngular = (props) => {
5105
5165
  const {
5106
- size = defaultProps14.size,
5166
+ size = defaultProps16.size,
5107
5167
  virtualization,
5108
5168
  children,
5109
5169
  ...other
@@ -5119,7 +5179,7 @@ var ListAngular = (props) => {
5119
5179
  listHeader = child.props.label;
5120
5180
  child.props.children.map((optChild, index2) => {
5121
5181
  listChildren.push(
5122
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5182
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5123
5183
  ListItem,
5124
5184
  {
5125
5185
  ...optChild.props
@@ -5130,7 +5190,7 @@ var ListAngular = (props) => {
5130
5190
  });
5131
5191
  } else {
5132
5192
  listChildren.push(
5133
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5193
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5134
5194
  ListGroupItem,
5135
5195
  {
5136
5196
  ...child.props,
@@ -5141,7 +5201,7 @@ var ListAngular = (props) => {
5141
5201
  );
5142
5202
  child.props.children.map((optChild, index2) => {
5143
5203
  listChildren.push(
5144
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5204
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5145
5205
  ListItem,
5146
5206
  {
5147
5207
  ...optChild.props
@@ -5151,16 +5211,16 @@ var ListAngular = (props) => {
5151
5211
  );
5152
5212
  });
5153
5213
  }
5154
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5214
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5155
5215
  } else if (child.type === ListItem) {
5156
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5157
- listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListContent, { virtualization, children: listChildren });
5216
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5217
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
5158
5218
  }
5159
5219
  });
5160
5220
  } else {
5161
- listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(NoData, { children: "No data found." });
5221
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
5162
5222
  }
5163
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5223
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5164
5224
  "div",
5165
5225
  {
5166
5226
  ...other,
@@ -5181,22 +5241,22 @@ var ListAngular = (props) => {
5181
5241
  }
5182
5242
  );
5183
5243
  };
5184
- ListAngular.states = states17;
5185
- ListAngular.options = options16;
5244
+ ListAngular.states = states19;
5245
+ ListAngular.options = options18;
5186
5246
  ListAngular.className = LISTANGULAR_CLASSNAME;
5187
- ListAngular.defaultProps = defaultProps14;
5247
+ ListAngular.defaultProps = defaultProps16;
5188
5248
 
5189
5249
  // src/list/list-item.spec.tsx
5190
- var import_jsx_runtime29 = require("react/jsx-runtime");
5250
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5191
5251
  var LISTITEM_CLASSNAME = `k-list-item`;
5192
- var states18 = [
5252
+ var states20 = [
5193
5253
  States.hover,
5194
5254
  States.focus,
5195
5255
  States.selected,
5196
5256
  States.disabled
5197
5257
  ];
5198
- var options17 = {};
5199
- var defaultProps15 = {};
5258
+ var options19 = {};
5259
+ var defaultProps17 = {};
5200
5260
  var ListItem = (props) => {
5201
5261
  const {
5202
5262
  text,
@@ -5212,7 +5272,7 @@ var ListItem = (props) => {
5212
5272
  ...other
5213
5273
  } = props;
5214
5274
  const textOrChildren = text ? text : props.children;
5215
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5275
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5216
5276
  "li",
5217
5277
  {
5218
5278
  ...other,
@@ -5227,66 +5287,66 @@ var ListItem = (props) => {
5227
5287
  })
5228
5288
  ),
5229
5289
  children: [
5230
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Checkbox, { checked }),
5231
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: iconName }),
5232
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5233
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5290
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Checkbox, { checked }),
5291
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName }),
5292
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5293
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5234
5294
  ]
5235
5295
  }
5236
5296
  );
5237
5297
  };
5238
- ListItem.states = states18;
5239
- ListItem.options = options17;
5298
+ ListItem.states = states20;
5299
+ ListItem.options = options19;
5240
5300
  ListItem.className = LISTITEM_CLASSNAME;
5241
- ListItem.defaultProps = defaultProps15;
5301
+ ListItem.defaultProps = defaultProps17;
5242
5302
 
5243
5303
  // src/list/list-content.tsx
5244
- var import_jsx_runtime30 = require("react/jsx-runtime");
5304
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5245
5305
  var className10 = `k-list-content`;
5246
5306
  var ListContent = (props) => {
5247
5307
  const {
5248
5308
  virtualization
5249
5309
  } = props;
5250
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: classNames(className10, props.className), children: [
5251
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5252
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", {}) })
5310
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: classNames(className10, props.className), children: [
5311
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5312
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", {}) })
5253
5313
  ] });
5254
5314
  };
5255
5315
 
5256
5316
  // src/list/list-header.tsx
5257
- var import_jsx_runtime31 = require("react/jsx-runtime");
5317
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5258
5318
  var className11 = `k-list-group-sticky-header`;
5259
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5319
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5260
5320
 
5261
5321
  // src/list/list-group.tsx
5262
- var import_jsx_runtime32 = require("react/jsx-runtime");
5322
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5263
5323
  var ListGroup = (props) => {
5264
5324
  const {
5265
5325
  virtualization,
5266
5326
  label
5267
5327
  } = props;
5268
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5269
- label && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListHeader, { children: label }),
5270
- props.children && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListContent, { virtualization, children: props.children })
5328
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5329
+ label && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListHeader, { children: label }),
5330
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: props.children })
5271
5331
  ] });
5272
5332
  };
5273
5333
 
5274
5334
  // src/list/list-group-item.tsx
5275
- var import_jsx_runtime33 = require("react/jsx-runtime");
5335
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5276
5336
  var className12 = `k-list-group-item`;
5277
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5337
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5278
5338
 
5279
5339
  // src/list/list-option-label.tsx
5280
- var import_jsx_runtime34 = require("react/jsx-runtime");
5340
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5281
5341
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5282
- var states19 = [
5342
+ var states21 = [
5283
5343
  States.hover,
5284
5344
  States.focus,
5285
5345
  States.selected,
5286
5346
  States.disabled
5287
5347
  ];
5288
- var options18 = {};
5289
- var defaultProps16 = {};
5348
+ var options20 = {};
5349
+ var defaultProps18 = {};
5290
5350
  var ListOptionLabel = (props) => {
5291
5351
  const {
5292
5352
  text,
@@ -5296,7 +5356,7 @@ var ListOptionLabel = (props) => {
5296
5356
  disabled,
5297
5357
  ...other
5298
5358
  } = props;
5299
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5359
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5300
5360
  "div",
5301
5361
  {
5302
5362
  ...other,
@@ -5313,39 +5373,39 @@ var ListOptionLabel = (props) => {
5313
5373
  }
5314
5374
  );
5315
5375
  };
5316
- ListOptionLabel.states = states19;
5317
- ListOptionLabel.options = options18;
5376
+ ListOptionLabel.states = states21;
5377
+ ListOptionLabel.options = options20;
5318
5378
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5319
- ListOptionLabel.defaultProps = defaultProps16;
5379
+ ListOptionLabel.defaultProps = defaultProps18;
5320
5380
 
5321
5381
  // src/list/templates/list-normal.tsx
5322
- var import_jsx_runtime35 = require("react/jsx-runtime");
5382
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5323
5383
 
5324
5384
  // src/list/templates/list-virtualization.tsx
5325
- var import_jsx_runtime36 = require("react/jsx-runtime");
5385
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5326
5386
 
5327
5387
  // src/list/templates/list-grouping.tsx
5328
- var import_jsx_runtime37 = require("react/jsx-runtime");
5388
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5329
5389
 
5330
5390
  // src/list/templates/list-virualization-grouping.tsx
5331
- var import_jsx_runtime38 = require("react/jsx-runtime");
5391
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5332
5392
 
5333
5393
  // src/list/templates/list-virtualization-angular.tsx
5334
- var import_jsx_runtime39 = require("react/jsx-runtime");
5394
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5335
5395
 
5336
5396
  // src/list/templates/list-grouping-angular.tsx
5337
- var import_jsx_runtime40 = require("react/jsx-runtime");
5397
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5338
5398
 
5339
5399
  // src/list/templates/list-virualization-grouping-angular.tsx
5340
- var import_jsx_runtime41 = require("react/jsx-runtime");
5400
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5341
5401
 
5342
5402
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5343
- var import_jsx_runtime42 = require("react/jsx-runtime");
5403
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5344
5404
 
5345
5405
  // src/searchbox/searchbox.spec.tsx
5346
- var import_jsx_runtime43 = require("react/jsx-runtime");
5406
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5347
5407
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5348
- var states20 = [
5408
+ var states22 = [
5349
5409
  States.hover,
5350
5410
  States.focus,
5351
5411
  States.valid,
@@ -5354,12 +5414,12 @@ var states20 = [
5354
5414
  States.disabled,
5355
5415
  States.loading
5356
5416
  ];
5357
- var options19 = {
5417
+ var options21 = {
5358
5418
  size: [Size.small, Size.medium, Size.large],
5359
5419
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5360
5420
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5361
5421
  };
5362
- var defaultProps17 = {
5422
+ var defaultProps19 = {
5363
5423
  showIcon: true,
5364
5424
  icon: "search",
5365
5425
  size: Input.defaultProps.size,
@@ -5380,11 +5440,11 @@ var Searchbox = (props) => {
5380
5440
  required,
5381
5441
  loading,
5382
5442
  disabled,
5383
- showIcon = defaultProps17.showIcon,
5384
- icon = defaultProps17.icon,
5443
+ showIcon = defaultProps19.showIcon,
5444
+ icon = defaultProps19.icon,
5385
5445
  ...other
5386
5446
  } = props;
5387
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5447
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5388
5448
  Input,
5389
5449
  {
5390
5450
  ...other,
@@ -5400,51 +5460,51 @@ var Searchbox = (props) => {
5400
5460
  disabled,
5401
5461
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5402
5462
  children: [
5403
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { className: "k-input-icon", icon }),
5404
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5405
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputLoadingIcon, { ...props }),
5406
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputValidationIcon, { ...props }),
5407
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputClearValue, { ...props })
5463
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { className: "k-input-icon", icon }),
5464
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
5465
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputLoadingIcon, { ...props }),
5466
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputValidationIcon, { ...props }),
5467
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputClearValue, { ...props })
5408
5468
  ]
5409
5469
  }
5410
5470
  );
5411
5471
  };
5412
- Searchbox.states = states20;
5413
- Searchbox.options = options19;
5472
+ Searchbox.states = states22;
5473
+ Searchbox.options = options21;
5414
5474
  Searchbox.className = SEARCHBOX_CLASSNAME;
5415
- Searchbox.defaultProps = defaultProps17;
5475
+ Searchbox.defaultProps = defaultProps19;
5416
5476
 
5417
5477
  // src/searchbox/templates/searchbox-normal.tsx
5418
- var import_jsx_runtime44 = require("react/jsx-runtime");
5478
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5419
5479
 
5420
5480
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5421
- var import_jsx_runtime45 = require("react/jsx-runtime");
5481
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5422
5482
 
5423
5483
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5424
- var import_jsx_runtime46 = require("react/jsx-runtime");
5484
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5425
5485
 
5426
5486
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5427
- var import_jsx_runtime47 = require("react/jsx-runtime");
5487
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5428
5488
 
5429
5489
  // src/spinbutton/spinbutton.spec.tsx
5430
- var import_jsx_runtime48 = require("react/jsx-runtime");
5490
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5431
5491
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5432
- var states21 = [];
5433
- var options20 = {
5492
+ var states23 = [];
5493
+ var options22 = {
5434
5494
  size: [Size.small, Size.medium, Size.large],
5435
5495
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5436
5496
  };
5437
- var defaultProps18 = {
5497
+ var defaultProps20 = {
5438
5498
  size: Size.medium,
5439
5499
  fillMode: FillMode.solid
5440
5500
  };
5441
5501
  var SpinButton = (props) => {
5442
5502
  const {
5443
- size = defaultProps18.size,
5444
- fillMode = defaultProps18.fillMode,
5503
+ size = defaultProps20.size,
5504
+ fillMode = defaultProps20.fillMode,
5445
5505
  ...other
5446
5506
  } = props;
5447
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5507
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5448
5508
  "span",
5449
5509
  {
5450
5510
  ...other,
@@ -5453,7 +5513,7 @@ var SpinButton = (props) => {
5453
5513
  props.className
5454
5514
  ),
5455
5515
  children: [
5456
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5516
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5457
5517
  Button,
5458
5518
  {
5459
5519
  className: "k-spinner-increase",
@@ -5463,7 +5523,7 @@ var SpinButton = (props) => {
5463
5523
  fillMode
5464
5524
  }
5465
5525
  ),
5466
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5526
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5467
5527
  Button,
5468
5528
  {
5469
5529
  className: "k-spinner-decrease",
@@ -5477,15 +5537,15 @@ var SpinButton = (props) => {
5477
5537
  }
5478
5538
  );
5479
5539
  };
5480
- SpinButton.states = states21;
5481
- SpinButton.options = options20;
5540
+ SpinButton.states = states23;
5541
+ SpinButton.options = options22;
5482
5542
  SpinButton.className = SPINBUTTON_CLASSNAME;
5483
- SpinButton.defaultProps = defaultProps18;
5543
+ SpinButton.defaultProps = defaultProps20;
5484
5544
 
5485
5545
  // src/numerictextbox/numerictextbox.spec.tsx
5486
- var import_jsx_runtime49 = require("react/jsx-runtime");
5546
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5487
5547
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5488
- var states22 = [
5548
+ var states24 = [
5489
5549
  States.hover,
5490
5550
  States.focus,
5491
5551
  States.valid,
@@ -5495,12 +5555,12 @@ var states22 = [
5495
5555
  States.disabled,
5496
5556
  States.readonly
5497
5557
  ];
5498
- var options21 = {
5558
+ var options23 = {
5499
5559
  size: [Size.small, Size.medium, Size.large],
5500
5560
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5501
5561
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5502
5562
  };
5503
- var defaultProps19 = {
5563
+ var defaultProps21 = {
5504
5564
  showSpinButton: true,
5505
5565
  showClearButton: true,
5506
5566
  size: Input.defaultProps.size,
@@ -5522,11 +5582,11 @@ var NumericTextbox = (props) => {
5522
5582
  loading,
5523
5583
  disabled,
5524
5584
  readonly,
5525
- showClearButton = defaultProps19.showClearButton,
5526
- showSpinButton = defaultProps19.showSpinButton,
5585
+ showClearButton = defaultProps21.showClearButton,
5586
+ showSpinButton = defaultProps21.showSpinButton,
5527
5587
  ...other
5528
5588
  } = props;
5529
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5589
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5530
5590
  Input,
5531
5591
  {
5532
5592
  ...other,
@@ -5543,8 +5603,8 @@ var NumericTextbox = (props) => {
5543
5603
  readonly,
5544
5604
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5545
5605
  children: [
5546
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(InputInnerInput, { placeholder, value }),
5547
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5606
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputInnerInput, { placeholder, value }),
5607
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5548
5608
  InputValidationIcon,
5549
5609
  {
5550
5610
  valid,
@@ -5553,14 +5613,14 @@ var NumericTextbox = (props) => {
5553
5613
  disabled
5554
5614
  }
5555
5615
  ),
5556
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5616
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5557
5617
  InputLoadingIcon,
5558
5618
  {
5559
5619
  loading,
5560
5620
  disabled
5561
5621
  }
5562
5622
  ),
5563
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5623
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5564
5624
  InputClearValue,
5565
5625
  {
5566
5626
  loading,
@@ -5569,7 +5629,7 @@ var NumericTextbox = (props) => {
5569
5629
  value
5570
5630
  }
5571
5631
  ),
5572
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5632
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5573
5633
  SpinButton,
5574
5634
  {
5575
5635
  className: "k-input-spinner",
@@ -5581,18 +5641,18 @@ var NumericTextbox = (props) => {
5581
5641
  }
5582
5642
  );
5583
5643
  };
5584
- NumericTextbox.states = states22;
5585
- NumericTextbox.options = options21;
5644
+ NumericTextbox.states = states24;
5645
+ NumericTextbox.options = options23;
5586
5646
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5587
- NumericTextbox.defaultProps = defaultProps19;
5647
+ NumericTextbox.defaultProps = defaultProps21;
5588
5648
 
5589
5649
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5590
- var import_jsx_runtime50 = require("react/jsx-runtime");
5650
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5591
5651
 
5592
5652
  // src/textbox/textbox.spec.tsx
5593
- var import_jsx_runtime51 = require("react/jsx-runtime");
5653
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5594
5654
  var TEXTBOX_CLASSNAME = `k-textbox`;
5595
- var states23 = [
5655
+ var states25 = [
5596
5656
  States.hover,
5597
5657
  States.focus,
5598
5658
  States.valid,
@@ -5602,12 +5662,12 @@ var states23 = [
5602
5662
  States.loading,
5603
5663
  States.readonly
5604
5664
  ];
5605
- var options22 = {
5665
+ var options24 = {
5606
5666
  size: [Size.small, Size.medium, Size.large],
5607
5667
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5608
5668
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5609
5669
  };
5610
- var defaultProps20 = {
5670
+ var defaultProps22 = {
5611
5671
  showClearButton: true,
5612
5672
  size: Input.defaultProps.size,
5613
5673
  rounded: Input.defaultProps.rounded,
@@ -5630,10 +5690,10 @@ var Textbox = (props) => {
5630
5690
  loading,
5631
5691
  disabled,
5632
5692
  readonly,
5633
- showClearButton = defaultProps20.showClearButton,
5693
+ showClearButton = defaultProps22.showClearButton,
5634
5694
  ...other
5635
5695
  } = props;
5636
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5696
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5637
5697
  Input,
5638
5698
  {
5639
5699
  ...other,
@@ -5650,9 +5710,9 @@ var Textbox = (props) => {
5650
5710
  readonly,
5651
5711
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5652
5712
  children: [
5653
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputPrefix, { children: prefix }),
5654
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputInnerInput, { placeholder, value }),
5655
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5713
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputPrefix, { children: prefix }),
5714
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputInnerInput, { placeholder, value }),
5715
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5656
5716
  InputValidationIcon,
5657
5717
  {
5658
5718
  valid,
@@ -5661,14 +5721,14 @@ var Textbox = (props) => {
5661
5721
  disabled
5662
5722
  }
5663
5723
  ),
5664
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5724
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5665
5725
  InputLoadingIcon,
5666
5726
  {
5667
5727
  loading,
5668
5728
  disabled
5669
5729
  }
5670
5730
  ),
5671
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5731
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5672
5732
  InputClearValue,
5673
5733
  {
5674
5734
  loading,
@@ -5677,45 +5737,45 @@ var Textbox = (props) => {
5677
5737
  value
5678
5738
  }
5679
5739
  ),
5680
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputSuffix, { children: suffix })
5740
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputSuffix, { children: suffix })
5681
5741
  ]
5682
5742
  }
5683
5743
  );
5684
5744
  };
5685
- Textbox.states = states23;
5686
- Textbox.options = options22;
5745
+ Textbox.states = states25;
5746
+ Textbox.options = options24;
5687
5747
  Textbox.className = TEXTBOX_CLASSNAME;
5688
- Textbox.defaultProps = defaultProps20;
5748
+ Textbox.defaultProps = defaultProps22;
5689
5749
 
5690
5750
  // src/textbox/templates/textbox-normal.tsx
5691
- var import_jsx_runtime52 = require("react/jsx-runtime");
5751
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5692
5752
 
5693
5753
  // src/textbox/templates/textbox-prefix.tsx
5694
- var import_jsx_runtime53 = require("react/jsx-runtime");
5754
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5695
5755
 
5696
5756
  // src/textbox/templates/textbox-suffix.tsx
5697
- var import_jsx_runtime54 = require("react/jsx-runtime");
5757
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5698
5758
 
5699
5759
  // src/button-group/button-group.spec.tsx
5700
- var import_jsx_runtime55 = require("react/jsx-runtime");
5760
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5701
5761
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5702
- var states24 = [
5762
+ var states26 = [
5703
5763
  States.disabled
5704
5764
  ];
5705
- var options23 = {
5765
+ var options25 = {
5706
5766
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5707
5767
  };
5708
- var defaultProps21 = {
5768
+ var defaultProps23 = {
5709
5769
  fillMode: FillMode.solid
5710
5770
  };
5711
5771
  var ButtonGroup = (props) => {
5712
5772
  const {
5713
- fillMode = defaultProps21.fillMode,
5773
+ fillMode = defaultProps23.fillMode,
5714
5774
  disabled,
5715
5775
  stretched,
5716
5776
  ...other
5717
5777
  } = props;
5718
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5778
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5719
5779
  "div",
5720
5780
  {
5721
5781
  ...other,
@@ -5736,35 +5796,35 @@ var ButtonGroup = (props) => {
5736
5796
  }
5737
5797
  );
5738
5798
  };
5739
- ButtonGroup.states = states24;
5740
- ButtonGroup.options = options23;
5799
+ ButtonGroup.states = states26;
5800
+ ButtonGroup.options = options25;
5741
5801
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5742
- ButtonGroup.defaultProps = defaultProps21;
5802
+ ButtonGroup.defaultProps = defaultProps23;
5743
5803
 
5744
5804
  // src/button-group/templates/icon-button-group.tsx
5745
- var import_jsx_runtime56 = require("react/jsx-runtime");
5805
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5746
5806
 
5747
5807
  // src/button-group/templates/icon-text-button-group.tsx
5748
- var import_jsx_runtime57 = require("react/jsx-runtime");
5808
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5749
5809
 
5750
5810
  // src/button-group/templates/text-button-group.tsx
5751
- var import_jsx_runtime58 = require("react/jsx-runtime");
5811
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5752
5812
 
5753
5813
  // src/button-group/templates/mixed-button-group.tsx
5754
- var import_jsx_runtime59 = require("react/jsx-runtime");
5814
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5755
5815
 
5756
5816
  // src/color-preview/color-preview.tsx
5757
- var import_jsx_runtime60 = require("react/jsx-runtime");
5817
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5758
5818
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5759
- var states25 = [];
5760
- var options24 = {};
5819
+ var states27 = [];
5820
+ var options26 = {};
5761
5821
  var ColorPreview = (props) => {
5762
5822
  const {
5763
5823
  color,
5764
5824
  iconName,
5765
5825
  ...other
5766
5826
  } = props;
5767
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5827
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5768
5828
  "span",
5769
5829
  {
5770
5830
  ...other,
@@ -5777,8 +5837,8 @@ var ColorPreview = (props) => {
5777
5837
  }
5778
5838
  ),
5779
5839
  children: [
5780
- iconName && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5781
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5840
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5841
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5782
5842
  "span",
5783
5843
  {
5784
5844
  className: "k-color-preview-mask",
@@ -5789,14 +5849,14 @@ var ColorPreview = (props) => {
5789
5849
  }
5790
5850
  );
5791
5851
  };
5792
- ColorPreview.states = states25;
5793
- ColorPreview.options = options24;
5852
+ ColorPreview.states = states27;
5853
+ ColorPreview.options = options26;
5794
5854
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5795
5855
 
5796
5856
  // src/colorpicker/colorpicker.spec.tsx
5797
- var import_jsx_runtime61 = require("react/jsx-runtime");
5857
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5798
5858
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5799
- var states26 = [
5859
+ var states28 = [
5800
5860
  States.hover,
5801
5861
  States.focus,
5802
5862
  States.valid,
@@ -5804,12 +5864,12 @@ var states26 = [
5804
5864
  States.required,
5805
5865
  States.disabled
5806
5866
  ];
5807
- var options25 = {
5867
+ var options27 = {
5808
5868
  size: [Size.small, Size.medium, Size.large],
5809
5869
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5810
5870
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5811
5871
  };
5812
- var defaultProps22 = {
5872
+ var defaultProps24 = {
5813
5873
  arrowIconName: "caret-alt-down",
5814
5874
  size: Picker.defaultProps.size,
5815
5875
  rounded: Picker.defaultProps.rounded,
@@ -5831,10 +5891,10 @@ var ColorPicker = (props) => {
5831
5891
  required,
5832
5892
  disabled,
5833
5893
  valueIconName,
5834
- arrowIconName = defaultProps22.arrowIconName,
5894
+ arrowIconName = defaultProps24.arrowIconName,
5835
5895
  ...other
5836
5896
  } = props;
5837
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5897
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5838
5898
  Picker,
5839
5899
  {
5840
5900
  ...other,
@@ -5853,14 +5913,14 @@ var ColorPicker = (props) => {
5853
5913
  "k-icon-picker"
5854
5914
  ),
5855
5915
  children: [
5856
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputPrefix, { children: prefix }),
5857
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5916
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputPrefix, { children: prefix }),
5917
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5858
5918
  InputInnerSpan,
5859
5919
  {
5860
5920
  placeholder,
5861
5921
  value,
5862
5922
  showValue: false,
5863
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5923
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5864
5924
  ColorPreview,
5865
5925
  {
5866
5926
  className: "k-value-icon",
@@ -5871,8 +5931,8 @@ var ColorPicker = (props) => {
5871
5931
  valueIconName
5872
5932
  }
5873
5933
  ),
5874
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputSuffix, { children: suffix }),
5875
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5934
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputSuffix, { children: suffix }),
5935
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5876
5936
  Button,
5877
5937
  {
5878
5938
  className: "k-input-button",
@@ -5886,17 +5946,17 @@ var ColorPicker = (props) => {
5886
5946
  }
5887
5947
  );
5888
5948
  };
5889
- ColorPicker.states = states26;
5890
- ColorPicker.options = options25;
5949
+ ColorPicker.states = states28;
5950
+ ColorPicker.options = options27;
5891
5951
  ColorPicker.className = COLORPICKER_CLASSNAME;
5892
- ColorPicker.defaultProps = defaultProps22;
5952
+ ColorPicker.defaultProps = defaultProps24;
5893
5953
 
5894
5954
  // src/action-sheet/action-sheet.spec.tsx
5895
- var import_jsx_runtime62 = require("react/jsx-runtime");
5955
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5896
5956
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5897
- var states27 = [];
5898
- var options26 = {};
5899
- var defaultProps23 = {
5957
+ var states29 = [];
5958
+ var options28 = {};
5959
+ var defaultProps25 = {
5900
5960
  side: "bottom",
5901
5961
  fullscreen: false,
5902
5962
  adaptive: false,
@@ -5909,14 +5969,14 @@ var ActionSheet = (props) => {
5909
5969
  header,
5910
5970
  footer,
5911
5971
  actions,
5912
- side = defaultProps23.side,
5913
- fullscreen = defaultProps23.fullscreen,
5914
- adaptive = defaultProps23.adaptive,
5915
- overlay = defaultProps23.overlay,
5972
+ side = defaultProps25.side,
5973
+ fullscreen = defaultProps25.fullscreen,
5974
+ adaptive = defaultProps25.adaptive,
5975
+ overlay = defaultProps25.overlay,
5916
5976
  ...other
5917
5977
  } = props;
5918
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5919
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5978
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5979
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5920
5980
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5921
5981
  switch (child.type) {
5922
5982
  case ActionSheetHeader:
@@ -5926,10 +5986,10 @@ var ActionSheet = (props) => {
5926
5986
  return true;
5927
5987
  }
5928
5988
  return true;
5929
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_jsx_runtime62.Fragment, {});
5930
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "k-actionsheet-container", children: [
5931
- overlay && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-overlay" }),
5932
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5989
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_jsx_runtime64.Fragment, {});
5990
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-actionsheet-container", children: [
5991
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-overlay" }),
5992
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5933
5993
  AnimationContainer,
5934
5994
  {
5935
5995
  animationStyle: {
@@ -5939,7 +5999,7 @@ var ActionSheet = (props) => {
5939
5999
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5940
6000
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5941
6001
  },
5942
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6002
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5943
6003
  "div",
5944
6004
  {
5945
6005
  ...other,
@@ -5952,9 +6012,9 @@ var ActionSheet = (props) => {
5952
6012
  "k-adaptive-actionsheet": adaptive
5953
6013
  }
5954
6014
  ),
5955
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
6015
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
5956
6016
  _ActionSheetHeader,
5957
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: classNames(
6017
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: classNames(
5958
6018
  "k-actionsheet-content",
5959
6019
  {
5960
6020
  "!k-overflow-hidden": adaptive
@@ -5968,13 +6028,13 @@ var ActionSheet = (props) => {
5968
6028
  )
5969
6029
  ] });
5970
6030
  };
5971
- ActionSheet.states = states27;
5972
- ActionSheet.options = options26;
6031
+ ActionSheet.states = states29;
6032
+ ActionSheet.options = options28;
5973
6033
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5974
- ActionSheet.defaultProps = defaultProps23;
6034
+ ActionSheet.defaultProps = defaultProps25;
5975
6035
 
5976
6036
  // src/action-sheet/actionsheet-header.tsx
5977
- var import_jsx_runtime63 = require("react/jsx-runtime");
6037
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5978
6038
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5979
6039
  var ActionSheetHeader = (props) => {
5980
6040
  const {
@@ -5984,7 +6044,7 @@ var ActionSheetHeader = (props) => {
5984
6044
  filter,
5985
6045
  ...other
5986
6046
  } = props;
5987
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6047
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5988
6048
  "div",
5989
6049
  {
5990
6050
  ...other,
@@ -5992,37 +6052,37 @@ var ActionSheetHeader = (props) => {
5992
6052
  props.className,
5993
6053
  ACTIONSHEETHEADER_CLASSNAME
5994
6054
  ),
5995
- children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
5996
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5997
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-actionsheet-title", children: [
5998
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-text-center", children: title }),
5999
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6055
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6056
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6057
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-actionsheet-title", children: [
6058
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-text-center", children: title }),
6059
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6000
6060
  ] }) }),
6001
- props.children && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6002
- actions && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6061
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6062
+ actions && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6003
6063
  ] }),
6004
- filter && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6064
+ filter && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6005
6065
  ] })
6006
6066
  }
6007
6067
  );
6008
6068
  };
6009
6069
 
6010
6070
  // src/action-buttons/action-buttons.spec.tsx
6011
- var import_jsx_runtime64 = require("react/jsx-runtime");
6071
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6012
6072
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6013
- var states28 = [];
6014
- var options27 = {};
6015
- var defaultProps24 = {
6073
+ var states30 = [];
6074
+ var options29 = {};
6075
+ var defaultProps26 = {
6016
6076
  alignment: "start",
6017
6077
  orientation: "horizontal"
6018
6078
  };
6019
6079
  var ActionButtons = (props) => {
6020
6080
  const {
6021
- alignment = defaultProps24.alignment,
6022
- orientation = defaultProps24.orientation,
6081
+ alignment = defaultProps26.alignment,
6082
+ orientation = defaultProps26.orientation,
6023
6083
  ...other
6024
6084
  } = props;
6025
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6085
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6026
6086
  "div",
6027
6087
  {
6028
6088
  ...other,
@@ -6038,21 +6098,21 @@ var ActionButtons = (props) => {
6038
6098
  }
6039
6099
  );
6040
6100
  };
6041
- ActionButtons.states = states28;
6042
- ActionButtons.options = options27;
6101
+ ActionButtons.states = states30;
6102
+ ActionButtons.options = options29;
6043
6103
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6044
- ActionButtons.defaultProps = defaultProps24;
6104
+ ActionButtons.defaultProps = defaultProps26;
6045
6105
  var action_buttons_spec_default = ActionButtons;
6046
6106
 
6047
6107
  // src/action-sheet/actionsheet-footer.tsx
6048
- var import_jsx_runtime65 = require("react/jsx-runtime");
6108
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6049
6109
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6050
6110
  var ActionSheetFooter = (props) => {
6051
6111
  const {
6052
6112
  actions,
6053
6113
  ...other
6054
6114
  } = props;
6055
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6115
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6056
6116
  action_buttons_spec_default,
6057
6117
  {
6058
6118
  ...other,
@@ -6061,17 +6121,17 @@ var ActionSheetFooter = (props) => {
6061
6121
  ACTIONSHEETFOOTER_CLASSNAME
6062
6122
  ),
6063
6123
  alignment: "stretched",
6064
- children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6124
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
6065
6125
  actions && actions.map((action, index) => {
6066
6126
  if (action === "|") {
6067
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-separator" }, index);
6127
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "k-separator" }, index);
6068
6128
  }
6069
6129
  if (action === " ") {
6070
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }, index);
6130
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "k-spacer" }, index);
6071
6131
  }
6072
6132
  const importantFlag = action.startsWith("!");
6073
6133
  const actionName = importantFlag ? action.substring(1) : action;
6074
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6134
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6075
6135
  }),
6076
6136
  !actions && props.children
6077
6137
  ] })
@@ -6080,12 +6140,12 @@ var ActionSheetFooter = (props) => {
6080
6140
  };
6081
6141
 
6082
6142
  // src/action-sheet/actionsheet-items.tsx
6083
- var import_jsx_runtime66 = require("react/jsx-runtime");
6143
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6084
6144
  var ActionSheetItems = (props) => {
6085
6145
  const {
6086
6146
  ...other
6087
6147
  } = props;
6088
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6148
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6089
6149
  "div",
6090
6150
  {
6091
6151
  ...other,
@@ -6099,8 +6159,8 @@ var ActionSheetItems = (props) => {
6099
6159
  };
6100
6160
 
6101
6161
  // src/action-sheet/actionsheet-item.tsx
6102
- var import_jsx_runtime67 = require("react/jsx-runtime");
6103
- var states29 = [
6162
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6163
+ var states31 = [
6104
6164
  States.hover,
6105
6165
  States.focus,
6106
6166
  States.selected,
@@ -6108,9 +6168,9 @@ var states29 = [
6108
6168
  ];
6109
6169
 
6110
6170
  // src/combobox/combobox.spec.tsx
6111
- var import_jsx_runtime68 = require("react/jsx-runtime");
6171
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6112
6172
  var COMBOBOX_CLASSNAME = `k-combobox`;
6113
- var states30 = [
6173
+ var states32 = [
6114
6174
  States.hover,
6115
6175
  States.focus,
6116
6176
  States.valid,
@@ -6120,12 +6180,12 @@ var states30 = [
6120
6180
  States.disabled,
6121
6181
  States.readonly
6122
6182
  ];
6123
- var defaultProps25 = {
6183
+ var defaultProps27 = {
6124
6184
  size: Input.defaultProps.size,
6125
6185
  rounded: Input.defaultProps.rounded,
6126
6186
  fillMode: Input.defaultProps.fillMode
6127
6187
  };
6128
- var options28 = {
6188
+ var options30 = {
6129
6189
  size: [Size.small, Size.medium, Size.large],
6130
6190
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6131
6191
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6153,8 +6213,8 @@ var Combobox = (props) => {
6153
6213
  adaptiveSettings,
6154
6214
  ...other
6155
6215
  } = props;
6156
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6157
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6216
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6217
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
6158
6218
  Input,
6159
6219
  {
6160
6220
  ...other,
@@ -6171,9 +6231,9 @@ var Combobox = (props) => {
6171
6231
  readonly,
6172
6232
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6173
6233
  children: [
6174
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputPrefix, { children: prefix }),
6175
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6176
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6234
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(InputPrefix, { children: prefix }),
6235
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(InputInnerInput, { placeholder, value }),
6236
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6177
6237
  InputValidationIcon,
6178
6238
  {
6179
6239
  valid,
@@ -6182,14 +6242,14 @@ var Combobox = (props) => {
6182
6242
  disabled
6183
6243
  }
6184
6244
  ),
6185
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6245
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6186
6246
  InputLoadingIcon,
6187
6247
  {
6188
6248
  loading,
6189
6249
  disabled
6190
6250
  }
6191
6251
  ),
6192
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6252
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6193
6253
  InputClearValue,
6194
6254
  {
6195
6255
  loading,
@@ -6198,8 +6258,8 @@ var Combobox = (props) => {
6198
6258
  value
6199
6259
  }
6200
6260
  ),
6201
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputSuffix, { children: suffix }),
6202
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6261
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(InputSuffix, { children: suffix }),
6262
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6203
6263
  Button,
6204
6264
  {
6205
6265
  className: "k-input-button",
@@ -6212,9 +6272,9 @@ var Combobox = (props) => {
6212
6272
  ]
6213
6273
  }
6214
6274
  ),
6215
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6216
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6217
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6275
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6276
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6277
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6218
6278
  ActionSheetHeader,
6219
6279
  {
6220
6280
  actions: ["x"],
@@ -6222,42 +6282,42 @@ var Combobox = (props) => {
6222
6282
  title: "Select Item"
6223
6283
  }
6224
6284
  ),
6225
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(List, { size: "large", children: [
6226
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ListItem, { text: "List item" }),
6227
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ListItem, { text: "List item" }),
6228
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ListItem, { text: "List item" })
6285
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(List, { size: "large", children: [
6286
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListItem, { text: "List item" }),
6287
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListItem, { text: "List item" }),
6288
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListItem, { text: "List item" })
6229
6289
  ] }) })
6230
6290
  ] })
6231
6291
  ] });
6232
6292
  };
6233
- Combobox.states = states30;
6234
- Combobox.options = options28;
6293
+ Combobox.states = states32;
6294
+ Combobox.options = options30;
6235
6295
  Combobox.className = COMBOBOX_CLASSNAME;
6236
- Combobox.defaultProps = defaultProps25;
6296
+ Combobox.defaultProps = defaultProps27;
6237
6297
 
6238
6298
  // src/combobox/templates/combobox-normal.tsx
6239
- var import_jsx_runtime69 = require("react/jsx-runtime");
6299
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6240
6300
 
6241
6301
  // src/combobox/templates/combobox-popup.tsx
6242
- var import_jsx_runtime70 = require("react/jsx-runtime");
6302
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6243
6303
 
6244
6304
  // src/combobox/templates/combobox-grouping.tsx
6245
- var import_jsx_runtime71 = require("react/jsx-runtime");
6305
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6246
6306
 
6247
6307
  // src/combobox/templates/combobox-adaptive.tsx
6248
- var import_jsx_runtime72 = require("react/jsx-runtime");
6308
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6249
6309
 
6250
6310
  // src/menu-button/menu-button.spec.tsx
6251
- var import_jsx_runtime73 = require("react/jsx-runtime");
6311
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6252
6312
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6253
- var states31 = [
6313
+ var states33 = [
6254
6314
  States.hover,
6255
6315
  States.focus,
6256
6316
  States.active,
6257
6317
  States.selected,
6258
6318
  States.disabled
6259
6319
  ];
6260
- var options29 = {
6320
+ var options31 = {
6261
6321
  size: [Size.small, Size.medium, Size.large],
6262
6322
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6263
6323
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6275,7 +6335,7 @@ var options29 = {
6275
6335
  ThemeColor.inverse
6276
6336
  ]
6277
6337
  };
6278
- var defaultProps26 = {
6338
+ var defaultProps28 = {
6279
6339
  size: Size.medium,
6280
6340
  rounded: Roundness.medium,
6281
6341
  fillMode: FillMode.solid,
@@ -6285,10 +6345,10 @@ var defaultProps26 = {
6285
6345
  };
6286
6346
  var MenuButton = (props) => {
6287
6347
  const {
6288
- size = defaultProps26.size,
6289
- rounded = defaultProps26.rounded,
6290
- fillMode = defaultProps26.fillMode,
6291
- themeColor = defaultProps26.themeColor,
6348
+ size = defaultProps28.size,
6349
+ rounded = defaultProps28.rounded,
6350
+ fillMode = defaultProps28.fillMode,
6351
+ themeColor = defaultProps28.themeColor,
6292
6352
  hover,
6293
6353
  focus,
6294
6354
  active,
@@ -6296,14 +6356,14 @@ var MenuButton = (props) => {
6296
6356
  disabled,
6297
6357
  icon,
6298
6358
  text,
6299
- showArrow = defaultProps26.showArrow,
6300
- arrowIconName = defaultProps26.arrowIconName,
6359
+ showArrow = defaultProps28.showArrow,
6360
+ arrowIconName = defaultProps28.arrowIconName,
6301
6361
  popup,
6302
6362
  opened,
6303
6363
  ...other
6304
6364
  } = props;
6305
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(import_jsx_runtime73.Fragment, { children: [
6306
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6365
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6366
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6307
6367
  Button,
6308
6368
  {
6309
6369
  ...other,
@@ -6326,35 +6386,35 @@ var MenuButton = (props) => {
6326
6386
  arrowIconName
6327
6387
  }
6328
6388
  ),
6329
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Popup, { className: "k-menu-popup", children: popup })
6389
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Popup, { className: "k-menu-popup", children: popup })
6330
6390
  ] });
6331
6391
  };
6332
- MenuButton.states = states31;
6333
- MenuButton.options = options29;
6392
+ MenuButton.states = states33;
6393
+ MenuButton.options = options31;
6334
6394
  MenuButton.className = MENUBUTTON_CLASSNAME;
6335
- MenuButton.defaultProps = defaultProps26;
6395
+ MenuButton.defaultProps = defaultProps28;
6336
6396
 
6337
6397
  // src/menu-button/templates/icon-menu-button.tsx
6338
- var import_jsx_runtime74 = require("react/jsx-runtime");
6398
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6339
6399
 
6340
6400
  // src/menu-button/templates/icon-text-menu-button.tsx
6341
- var import_jsx_runtime75 = require("react/jsx-runtime");
6401
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6342
6402
 
6343
6403
  // src/menu-button/templates/text-menu-button.tsx
6344
- var import_jsx_runtime76 = require("react/jsx-runtime");
6404
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6345
6405
 
6346
6406
  // src/menu/menu-item.spec.tsx
6347
- var import_jsx_runtime77 = require("react/jsx-runtime");
6407
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6348
6408
  var MENUITEM_CLASSNAME = `k-menu-item`;
6349
- var states32 = [
6409
+ var states34 = [
6350
6410
  States.hover,
6351
6411
  States.focus,
6352
6412
  States.active,
6353
6413
  States.selected,
6354
6414
  States.disabled
6355
6415
  ];
6356
- var options30 = {};
6357
- var defaultProps27 = {
6416
+ var options32 = {};
6417
+ var defaultProps29 = {
6358
6418
  dir: "ltr"
6359
6419
  };
6360
6420
  var MenuItem = (props) => {
@@ -6368,11 +6428,11 @@ var MenuItem = (props) => {
6368
6428
  text,
6369
6429
  showArrow,
6370
6430
  arrowIconName,
6371
- dir = defaultProps27.dir,
6431
+ dir = defaultProps29.dir,
6372
6432
  children,
6373
6433
  ...other
6374
6434
  } = props;
6375
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_jsx_runtime77.Fragment, {});
6435
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_jsx_runtime79.Fragment, {});
6376
6436
  if (children) {
6377
6437
  children.forEach((child) => {
6378
6438
  const component = child.type;
@@ -6386,7 +6446,7 @@ var MenuItem = (props) => {
6386
6446
  if (!expandArrowName) {
6387
6447
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6388
6448
  }
6389
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6449
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6390
6450
  "li",
6391
6451
  {
6392
6452
  ...other,
@@ -6401,7 +6461,7 @@ var MenuItem = (props) => {
6401
6461
  })
6402
6462
  ),
6403
6463
  children: [
6404
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6464
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6405
6465
  "span",
6406
6466
  {
6407
6467
  className: classNames(
@@ -6414,9 +6474,9 @@ var MenuItem = (props) => {
6414
6474
  })
6415
6475
  ),
6416
6476
  children: [
6417
- icon && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6418
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-menu-link-text", children: text }),
6419
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { icon: expandArrowName }) })
6477
+ icon && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6478
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: "k-menu-link-text", children: text }),
6479
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Icon, { icon: expandArrowName }) })
6420
6480
  ]
6421
6481
  }
6422
6482
  ),
@@ -6425,24 +6485,24 @@ var MenuItem = (props) => {
6425
6485
  }
6426
6486
  );
6427
6487
  };
6428
- MenuItem.states = states32;
6429
- MenuItem.options = options30;
6488
+ MenuItem.states = states34;
6489
+ MenuItem.options = options32;
6430
6490
  MenuItem.className = MENUITEM_CLASSNAME;
6431
- MenuItem.defaultProps = defaultProps27;
6491
+ MenuItem.defaultProps = defaultProps29;
6432
6492
  var menu_item_spec_default = MenuItem;
6433
6493
 
6434
6494
  // src/menu/menu-separator.spec.tsx
6435
- var import_jsx_runtime78 = require("react/jsx-runtime");
6495
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6436
6496
  var SEPARATOR_CLASSNAME = `k-separator`;
6437
- var defaultProps28 = {
6497
+ var defaultProps30 = {
6438
6498
  orientation: "horizontal"
6439
6499
  };
6440
6500
  var MenuSeparator = (props) => {
6441
6501
  const {
6442
- orientation = defaultProps28.orientation,
6502
+ orientation = defaultProps30.orientation,
6443
6503
  ...other
6444
6504
  } = props;
6445
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6505
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6446
6506
  "li",
6447
6507
  {
6448
6508
  ...other,
@@ -6460,25 +6520,25 @@ var MenuSeparator = (props) => {
6460
6520
  var menu_separator_spec_default = MenuSeparator;
6461
6521
 
6462
6522
  // src/menu/menu-item-content.tsx
6463
- var import_jsx_runtime79 = require("react/jsx-runtime");
6523
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6464
6524
 
6465
6525
  // src/menu/menu-list.spec.tsx
6466
- var import_jsx_runtime80 = require("react/jsx-runtime");
6526
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6467
6527
  var import_react = require("react");
6468
6528
  var MENULIST_CLASSNAME = `k-menu-group`;
6469
- var states33 = [];
6470
- var options31 = {
6529
+ var states35 = [];
6530
+ var options33 = {
6471
6531
  size: [Size.small, Size.medium, Size.large]
6472
6532
  };
6473
- var defaultProps29 = {
6533
+ var defaultProps31 = {
6474
6534
  size: Size.medium,
6475
6535
  dir: "ltr"
6476
6536
  };
6477
6537
  var MenuList = (props) => {
6478
6538
  const {
6479
6539
  children,
6480
- size = defaultProps29.size,
6481
- dir = defaultProps29.dir,
6540
+ size = defaultProps31.size,
6541
+ dir = defaultProps31.dir,
6482
6542
  ...other
6483
6543
  } = props;
6484
6544
  const listChildren = [];
@@ -6491,7 +6551,7 @@ var MenuList = (props) => {
6491
6551
  );
6492
6552
  } else if (child.type === menu_separator_spec_default) {
6493
6553
  listChildren.push(
6494
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(menu_separator_spec_default, {})
6554
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_separator_spec_default, {})
6495
6555
  );
6496
6556
  } else {
6497
6557
  listChildren.push(child);
@@ -6499,7 +6559,7 @@ var MenuList = (props) => {
6499
6559
  });
6500
6560
  }
6501
6561
  }
6502
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6562
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6503
6563
  "ul",
6504
6564
  {
6505
6565
  ...other,
@@ -6514,25 +6574,25 @@ var MenuList = (props) => {
6514
6574
  }
6515
6575
  );
6516
6576
  };
6517
- MenuList.states = states33;
6518
- MenuList.options = options31;
6577
+ MenuList.states = states35;
6578
+ MenuList.options = options33;
6519
6579
  MenuList.className = MENULIST_CLASSNAME;
6520
- MenuList.defaultProps = defaultProps29;
6580
+ MenuList.defaultProps = defaultProps31;
6521
6581
 
6522
6582
  // src/menu-button/templates/menu-button-popup.tsx
6523
- var import_jsx_runtime81 = require("react/jsx-runtime");
6583
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6524
6584
 
6525
6585
  // src/split-button/split-button.spec.tsx
6526
- var import_jsx_runtime82 = require("react/jsx-runtime");
6586
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6527
6587
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6528
- var states34 = [
6588
+ var states36 = [
6529
6589
  States.hover,
6530
6590
  States.focus,
6531
6591
  States.active,
6532
6592
  States.selected,
6533
6593
  States.disabled
6534
6594
  ];
6535
- var options32 = {
6595
+ var options34 = {
6536
6596
  size: [Size.small, Size.medium, Size.large],
6537
6597
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6538
6598
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6550,7 +6610,7 @@ var options32 = {
6550
6610
  ThemeColor.inverse
6551
6611
  ]
6552
6612
  };
6553
- var defaultProps30 = {
6613
+ var defaultProps32 = {
6554
6614
  size: Size.medium,
6555
6615
  rounded: Roundness.medium,
6556
6616
  fillMode: FillMode.solid,
@@ -6559,10 +6619,10 @@ var defaultProps30 = {
6559
6619
  };
6560
6620
  var SplitButton = (props) => {
6561
6621
  const {
6562
- size = defaultProps30.size,
6563
- rounded = defaultProps30.rounded,
6564
- fillMode = defaultProps30.fillMode,
6565
- themeColor = defaultProps30.themeColor,
6622
+ size = defaultProps32.size,
6623
+ rounded = defaultProps32.rounded,
6624
+ fillMode = defaultProps32.fillMode,
6625
+ themeColor = defaultProps32.themeColor,
6566
6626
  hover,
6567
6627
  focus,
6568
6628
  active,
@@ -6570,13 +6630,13 @@ var SplitButton = (props) => {
6570
6630
  disabled,
6571
6631
  icon,
6572
6632
  text,
6573
- arrowIconName = defaultProps30.arrowIconName,
6633
+ arrowIconName = defaultProps32.arrowIconName,
6574
6634
  popup,
6575
6635
  opened,
6576
6636
  ...other
6577
6637
  } = props;
6578
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(import_jsx_runtime82.Fragment, { children: [
6579
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
6638
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_jsx_runtime84.Fragment, { children: [
6639
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
6580
6640
  "div",
6581
6641
  {
6582
6642
  ...other,
@@ -6589,7 +6649,7 @@ var SplitButton = (props) => {
6589
6649
  })
6590
6650
  ),
6591
6651
  children: [
6592
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6652
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6593
6653
  Button,
6594
6654
  {
6595
6655
  text,
@@ -6606,7 +6666,7 @@ var SplitButton = (props) => {
6606
6666
  children: props.children
6607
6667
  }
6608
6668
  ),
6609
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6669
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6610
6670
  Button,
6611
6671
  {
6612
6672
  className: "k-split-button-arrow",
@@ -6620,30 +6680,30 @@ var SplitButton = (props) => {
6620
6680
  ]
6621
6681
  }
6622
6682
  ),
6623
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Popup, { className: "k-menu-popup", children: popup })
6683
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Popup, { className: "k-menu-popup", children: popup })
6624
6684
  ] });
6625
6685
  };
6626
- SplitButton.states = states34;
6627
- SplitButton.options = options32;
6686
+ SplitButton.states = states36;
6687
+ SplitButton.options = options34;
6628
6688
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6629
- SplitButton.defaultProps = defaultProps30;
6689
+ SplitButton.defaultProps = defaultProps32;
6630
6690
  var split_button_spec_default = SplitButton;
6631
6691
 
6632
6692
  // src/toolbar/toolbar.spec.tsx
6633
- var import_jsx_runtime83 = require("react/jsx-runtime");
6693
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6634
6694
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6635
- var states35 = [
6695
+ var states37 = [
6636
6696
  States.focus
6637
6697
  ];
6638
- var options33 = {
6698
+ var options35 = {
6639
6699
  size: [Size.small, Size.medium, Size.large]
6640
6700
  };
6641
- var defaultProps31 = {
6701
+ var defaultProps33 = {
6642
6702
  size: Size.medium
6643
6703
  };
6644
6704
  var Toolbar = (props) => {
6645
6705
  const {
6646
- size = defaultProps31.size,
6706
+ size = defaultProps33.size,
6647
6707
  focus,
6648
6708
  resizable,
6649
6709
  ...other
@@ -6653,7 +6713,7 @@ var Toolbar = (props) => {
6653
6713
  const tempToolbarChildren = [];
6654
6714
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6655
6715
  tempToolbarChildren.push(
6656
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6716
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6657
6717
  Button,
6658
6718
  {
6659
6719
  ...child.props,
@@ -6664,7 +6724,7 @@ var Toolbar = (props) => {
6664
6724
  );
6665
6725
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6666
6726
  tempToolbarChildren.push(
6667
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6727
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6668
6728
  Button,
6669
6729
  {
6670
6730
  ...child.props,
@@ -6675,7 +6735,7 @@ var Toolbar = (props) => {
6675
6735
  );
6676
6736
  } else if (child.type === Button) {
6677
6737
  tempToolbarChildren.push(
6678
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6738
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6679
6739
  Button,
6680
6740
  {
6681
6741
  ...child.props,
@@ -6686,7 +6746,7 @@ var Toolbar = (props) => {
6686
6746
  );
6687
6747
  } else if (child.type === MenuButton) {
6688
6748
  tempToolbarChildren.push(
6689
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6749
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6690
6750
  MenuButton,
6691
6751
  {
6692
6752
  ...child.props,
@@ -6697,7 +6757,7 @@ var Toolbar = (props) => {
6697
6757
  );
6698
6758
  } else if (child.type === split_button_spec_default) {
6699
6759
  tempToolbarChildren.push(
6700
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6760
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6701
6761
  split_button_spec_default,
6702
6762
  {
6703
6763
  ...child.props,
@@ -6711,7 +6771,7 @@ var Toolbar = (props) => {
6711
6771
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6712
6772
  childrenArray.forEach((button, bindex) => {
6713
6773
  buttonGroupItems.push(
6714
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6774
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6715
6775
  Button,
6716
6776
  {
6717
6777
  ...button.props,
@@ -6722,7 +6782,7 @@ var Toolbar = (props) => {
6722
6782
  );
6723
6783
  });
6724
6784
  tempToolbarChildren.push(
6725
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6785
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6726
6786
  ButtonGroup,
6727
6787
  {
6728
6788
  ...child.props,
@@ -6734,7 +6794,7 @@ var Toolbar = (props) => {
6734
6794
  );
6735
6795
  } else if (child.type === Combobox) {
6736
6796
  tempToolbarChildren.push(
6737
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6797
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6738
6798
  Combobox,
6739
6799
  {
6740
6800
  ...child.props,
@@ -6745,7 +6805,7 @@ var Toolbar = (props) => {
6745
6805
  );
6746
6806
  } else if (child.type === DropdownList) {
6747
6807
  tempToolbarChildren.push(
6748
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6808
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6749
6809
  DropdownList,
6750
6810
  {
6751
6811
  ...child.props,
@@ -6756,7 +6816,7 @@ var Toolbar = (props) => {
6756
6816
  );
6757
6817
  } else if (child.type === ColorPicker) {
6758
6818
  tempToolbarChildren.push(
6759
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6819
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6760
6820
  ColorPicker,
6761
6821
  {
6762
6822
  ...child.props,
@@ -6778,7 +6838,7 @@ var Toolbar = (props) => {
6778
6838
  addUniqueToolClass(child, index);
6779
6839
  });
6780
6840
  }
6781
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6841
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6782
6842
  "div",
6783
6843
  {
6784
6844
  ...other,
@@ -6799,26 +6859,26 @@ var Toolbar = (props) => {
6799
6859
  }
6800
6860
  );
6801
6861
  };
6802
- Toolbar.states = states35;
6803
- Toolbar.options = options33;
6862
+ Toolbar.states = states37;
6863
+ Toolbar.options = options35;
6804
6864
  Toolbar.className = TOOLBAR_CLASSNAME;
6805
- Toolbar.defaultProps = defaultProps31;
6865
+ Toolbar.defaultProps = defaultProps33;
6806
6866
 
6807
6867
  // src/toolbar/toolbar-angular.spec.tsx
6808
- var import_jsx_runtime84 = require("react/jsx-runtime");
6868
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6809
6869
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6810
- var states36 = [
6870
+ var states38 = [
6811
6871
  States.focus
6812
6872
  ];
6813
- var options34 = {
6873
+ var options36 = {
6814
6874
  size: [Size.small, Size.medium, Size.large]
6815
6875
  };
6816
- var defaultProps32 = {
6876
+ var defaultProps34 = {
6817
6877
  size: Size.medium
6818
6878
  };
6819
6879
  var ToolbarAngular = (props) => {
6820
6880
  const {
6821
- size = defaultProps32.size,
6881
+ size = defaultProps34.size,
6822
6882
  focus,
6823
6883
  resizable,
6824
6884
  ...other
@@ -6828,7 +6888,7 @@ var ToolbarAngular = (props) => {
6828
6888
  const tempToolbarChildren = [];
6829
6889
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6830
6890
  tempToolbarChildren.push(
6831
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6891
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6832
6892
  Button,
6833
6893
  {
6834
6894
  ...child.props,
@@ -6839,7 +6899,7 @@ var ToolbarAngular = (props) => {
6839
6899
  );
6840
6900
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6841
6901
  tempToolbarChildren.push(
6842
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6902
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6843
6903
  Button,
6844
6904
  {
6845
6905
  ...child.props,
@@ -6850,7 +6910,7 @@ var ToolbarAngular = (props) => {
6850
6910
  );
6851
6911
  } else if (child.type === Button) {
6852
6912
  tempToolbarChildren.push(
6853
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6913
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6854
6914
  Button,
6855
6915
  {
6856
6916
  ...child.props,
@@ -6861,7 +6921,7 @@ var ToolbarAngular = (props) => {
6861
6921
  );
6862
6922
  } else if (child.type === MenuButton) {
6863
6923
  tempToolbarChildren.push(
6864
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6924
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6865
6925
  MenuButton,
6866
6926
  {
6867
6927
  ...child.props,
@@ -6872,7 +6932,7 @@ var ToolbarAngular = (props) => {
6872
6932
  );
6873
6933
  } else if (child.type === split_button_spec_default) {
6874
6934
  tempToolbarChildren.push(
6875
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6935
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6876
6936
  split_button_spec_default,
6877
6937
  {
6878
6938
  ...child.props,
@@ -6886,7 +6946,7 @@ var ToolbarAngular = (props) => {
6886
6946
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6887
6947
  childrenArray.forEach((button, bindex) => {
6888
6948
  buttonGroupItems.push(
6889
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6949
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6890
6950
  Button,
6891
6951
  {
6892
6952
  ...button.props,
@@ -6897,7 +6957,7 @@ var ToolbarAngular = (props) => {
6897
6957
  );
6898
6958
  });
6899
6959
  tempToolbarChildren.push(
6900
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6960
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6901
6961
  ButtonGroup,
6902
6962
  {
6903
6963
  ...child.props,
@@ -6909,7 +6969,7 @@ var ToolbarAngular = (props) => {
6909
6969
  );
6910
6970
  } else if (child.type === Combobox) {
6911
6971
  tempToolbarChildren.push(
6912
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6972
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6913
6973
  Combobox,
6914
6974
  {
6915
6975
  ...child.props,
@@ -6920,7 +6980,7 @@ var ToolbarAngular = (props) => {
6920
6980
  );
6921
6981
  } else if (child.type === DropdownList) {
6922
6982
  tempToolbarChildren.push(
6923
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6983
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6924
6984
  DropdownList,
6925
6985
  {
6926
6986
  ...child.props,
@@ -6931,7 +6991,7 @@ var ToolbarAngular = (props) => {
6931
6991
  );
6932
6992
  } else if (child.type === ColorPicker) {
6933
6993
  tempToolbarChildren.push(
6934
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6994
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6935
6995
  ColorPicker,
6936
6996
  {
6937
6997
  ...child.props,
@@ -6953,7 +7013,7 @@ var ToolbarAngular = (props) => {
6953
7013
  addUniqueToolClass(child, index);
6954
7014
  });
6955
7015
  }
6956
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
7016
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6957
7017
  "div",
6958
7018
  {
6959
7019
  ...other,
@@ -6974,28 +7034,28 @@ var ToolbarAngular = (props) => {
6974
7034
  }
6975
7035
  );
6976
7036
  };
6977
- ToolbarAngular.states = states36;
6978
- ToolbarAngular.options = options34;
7037
+ ToolbarAngular.states = states38;
7038
+ ToolbarAngular.options = options36;
6979
7039
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6980
- ToolbarAngular.defaultProps = defaultProps32;
7040
+ ToolbarAngular.defaultProps = defaultProps34;
6981
7041
 
6982
7042
  // src/toolbar/toolbar-separator.tsx
6983
- var import_jsx_runtime85 = require("react/jsx-runtime");
7043
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6984
7044
 
6985
7045
  // src/toolbar/toolbar-item.spec.tsx
6986
- var import_jsx_runtime86 = require("react/jsx-runtime");
7046
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6987
7047
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6988
- var states37 = [
7048
+ var states39 = [
6989
7049
  States.focus
6990
7050
  ];
6991
- var options35 = {};
6992
- var defaultProps33 = {};
7051
+ var options37 = {};
7052
+ var defaultProps35 = {};
6993
7053
  var ToolbarItem = (props) => {
6994
7054
  const {
6995
7055
  focus,
6996
7056
  ...other
6997
7057
  } = props;
6998
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7058
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
6999
7059
  "div",
7000
7060
  {
7001
7061
  ...other,
@@ -7010,141 +7070,141 @@ var ToolbarItem = (props) => {
7010
7070
  }
7011
7071
  );
7012
7072
  };
7013
- ToolbarItem.states = states37;
7014
- ToolbarItem.options = options35;
7073
+ ToolbarItem.states = states39;
7074
+ ToolbarItem.options = options37;
7015
7075
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7016
- ToolbarItem.defaultProps = defaultProps33;
7076
+ ToolbarItem.defaultProps = defaultProps35;
7017
7077
 
7018
7078
  // src/grid/tests/grid-filter-row-blazor.tsx
7019
- var import_jsx_runtime87 = require("react/jsx-runtime");
7020
- var grid_filter_row_blazor_default = () => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_jsx_runtime87.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
7021
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("h3", { children: "Base" }),
7022
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
7023
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7024
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("colgroup", { children: [
7025
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", { style: { width: "65px" } }),
7026
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7027
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7028
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {})
7079
+ var import_jsx_runtime89 = require("react/jsx-runtime");
7080
+ var grid_filter_row_blazor_default = () => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_jsx_runtime89.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
7081
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("h3", { children: "Base" }),
7082
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
7083
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7084
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("colgroup", { children: [
7085
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", { style: { width: "65px" } }),
7086
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7087
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7088
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {})
7029
7089
  ] }),
7030
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("thead", { className: "k-table-thead", children: [
7031
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row", children: [
7032
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Checkbox, {}) }),
7033
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-column-title", children: "Id" }) }) }) }),
7034
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7035
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
7090
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("thead", { className: "k-table-thead", children: [
7091
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row", children: [
7092
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Checkbox, {}) }),
7093
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-title", children: "Id" }) }) }) }),
7094
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7095
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
7036
7096
  ] }),
7037
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
7038
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
7039
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7040
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, {}),
7041
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-operator", children: [
7042
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7097
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
7098
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
7099
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7100
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, {}),
7101
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-operator", children: [
7102
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7043
7103
  " ",
7044
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "filter-clear", disabled: true })
7104
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "filter-clear", disabled: true })
7045
7105
  ] })
7046
7106
  ] }) }) }),
7047
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7048
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Textbox, { showClearButton: false, value: "p" }),
7049
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-operator", children: [
7050
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7107
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7108
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Textbox, { showClearButton: false, value: "p" }),
7109
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-operator", children: [
7110
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7051
7111
  " ",
7052
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "filter-clear" })
7112
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "filter-clear" })
7053
7113
  ] })
7054
7114
  ] }) }) }),
7055
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
7115
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
7056
7116
  ] })
7057
7117
  ] })
7058
7118
  ] }) }) }),
7059
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
7060
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-pos-relative", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7061
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("colgroup", { children: [
7062
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", { style: { width: "65px" } }),
7063
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7064
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7065
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {})
7119
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
7120
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-pos-relative", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7121
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("colgroup", { children: [
7122
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", { style: { width: "65px" } }),
7123
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7124
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7125
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {})
7066
7126
  ] }),
7067
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tbody", { className: "k-table-tbody", children: [
7068
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row k-master-row", children: [
7069
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7070
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7071
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7072
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7127
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tbody", { className: "k-table-tbody", children: [
7128
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row k-master-row", children: [
7129
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7130
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7131
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7132
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7073
7133
  ] }),
7074
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7075
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7076
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7077
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7078
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7134
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7135
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7136
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7137
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7138
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7079
7139
  ] })
7080
7140
  ] })
7081
7141
  ] }) }) }),
7082
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", {}) })
7142
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", {}) })
7083
7143
  ] }) })
7084
7144
  ] }),
7085
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("h3", { children: "With Toolbar" }),
7086
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
7087
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "plus", children: "Add" }) }),
7088
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7089
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("colgroup", { children: [
7090
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", { style: { width: "65px" } }),
7091
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7092
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7093
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {})
7145
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("h3", { children: "With Toolbar" }),
7146
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
7147
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "plus", children: "Add" }) }),
7148
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
7149
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("colgroup", { children: [
7150
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", { style: { width: "65px" } }),
7151
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7152
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7153
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {})
7094
7154
  ] }),
7095
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("thead", { className: "k-table-thead", children: [
7096
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row", children: [
7097
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Checkbox, {}) }),
7098
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-column-title", children: "Id" }) }) }) }),
7099
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7100
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
7155
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("thead", { className: "k-table-thead", children: [
7156
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row", children: [
7157
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Checkbox, {}) }),
7158
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-title", children: "Id" }) }) }) }),
7159
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7160
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
7101
7161
  ] }),
7102
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
7103
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
7104
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7105
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, {}),
7106
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-operator", children: [
7107
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7162
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
7163
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
7164
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7165
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, {}),
7166
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-operator", children: [
7167
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7108
7168
  " ",
7109
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "filter-clear", disabled: true })
7169
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "filter-clear", disabled: true })
7110
7170
  ] })
7111
7171
  ] }) }) }),
7112
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7113
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Textbox, { showClearButton: false, value: "p" }),
7114
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-filtercell-operator", children: [
7115
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7172
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7173
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Textbox, { showClearButton: false, value: "p" }),
7174
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-filtercell-operator", children: [
7175
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7116
7176
  " ",
7117
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "filter-clear" })
7177
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "filter-clear" })
7118
7178
  ] })
7119
7179
  ] }) }) }),
7120
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
7180
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
7121
7181
  ] })
7122
7182
  ] })
7123
7183
  ] }) }) }),
7124
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
7125
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-pos-relative", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7126
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("colgroup", { children: [
7127
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", { style: { width: "65px" } }),
7128
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7129
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {}),
7130
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("col", {})
7184
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
7185
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-pos-relative", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7186
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("colgroup", { children: [
7187
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", { style: { width: "65px" } }),
7188
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7189
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {}),
7190
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("col", {})
7131
7191
  ] }),
7132
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tbody", { className: "k-table-tbody", children: [
7133
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row k-master-row", children: [
7134
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7135
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7136
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7137
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7192
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tbody", { className: "k-table-tbody", children: [
7193
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row k-master-row", children: [
7194
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7195
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "1" }),
7196
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
7197
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7138
7198
  ] }),
7139
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7140
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7141
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7142
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7143
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7199
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7200
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7201
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "2" }),
7202
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7203
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: "trash", children: "Delete" }) }) })
7144
7204
  ] })
7145
7205
  ] })
7146
7206
  ] }) }) }),
7147
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", {}) })
7207
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", {}) })
7148
7208
  ] }) })
7149
7209
  ] })
7150
7210
  ] }) });