@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,41 +4834,41 @@ 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/textbox/textbox.spec.tsx
4809
- var import_jsx_runtime22 = require("react/jsx-runtime");
4869
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4810
4870
  var TEXTBOX_CLASSNAME = `k-textbox`;
4811
- var states13 = [
4871
+ var states15 = [
4812
4872
  States.hover,
4813
4873
  States.focus,
4814
4874
  States.valid,
@@ -4818,12 +4878,12 @@ var states13 = [
4818
4878
  States.loading,
4819
4879
  States.readonly
4820
4880
  ];
4821
- var options12 = {
4881
+ var options14 = {
4822
4882
  size: [Size.small, Size.medium, Size.large],
4823
4883
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4824
4884
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4825
4885
  };
4826
- var defaultProps10 = {
4886
+ var defaultProps12 = {
4827
4887
  showClearButton: true,
4828
4888
  size: Input.defaultProps.size,
4829
4889
  rounded: Input.defaultProps.rounded,
@@ -4846,10 +4906,10 @@ var Textbox = (props) => {
4846
4906
  loading,
4847
4907
  disabled,
4848
4908
  readonly,
4849
- showClearButton = defaultProps10.showClearButton,
4909
+ showClearButton = defaultProps12.showClearButton,
4850
4910
  ...other
4851
4911
  } = props;
4852
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4912
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4853
4913
  Input,
4854
4914
  {
4855
4915
  ...other,
@@ -4866,9 +4926,9 @@ var Textbox = (props) => {
4866
4926
  readonly,
4867
4927
  className: classNames(props.className, TEXTBOX_CLASSNAME),
4868
4928
  children: [
4869
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputPrefix, { children: prefix }),
4870
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputInnerInput, { placeholder, value }),
4871
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4929
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputPrefix, { children: prefix }),
4930
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputInnerInput, { placeholder, value }),
4931
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4872
4932
  InputValidationIcon,
4873
4933
  {
4874
4934
  valid,
@@ -4877,14 +4937,14 @@ var Textbox = (props) => {
4877
4937
  disabled
4878
4938
  }
4879
4939
  ),
4880
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4940
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4881
4941
  InputLoadingIcon,
4882
4942
  {
4883
4943
  loading,
4884
4944
  disabled
4885
4945
  }
4886
4946
  ),
4887
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4947
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4888
4948
  InputClearValue,
4889
4949
  {
4890
4950
  loading,
@@ -4893,45 +4953,45 @@ var Textbox = (props) => {
4893
4953
  value
4894
4954
  }
4895
4955
  ),
4896
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputSuffix, { children: suffix })
4956
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputSuffix, { children: suffix })
4897
4957
  ]
4898
4958
  }
4899
4959
  );
4900
4960
  };
4901
- Textbox.states = states13;
4902
- Textbox.options = options12;
4961
+ Textbox.states = states15;
4962
+ Textbox.options = options14;
4903
4963
  Textbox.className = TEXTBOX_CLASSNAME;
4904
- Textbox.defaultProps = defaultProps10;
4964
+ Textbox.defaultProps = defaultProps12;
4905
4965
 
4906
4966
  // src/textbox/templates/textbox-normal.tsx
4907
- var import_jsx_runtime23 = require("react/jsx-runtime");
4967
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4908
4968
 
4909
4969
  // src/textbox/templates/textbox-prefix.tsx
4910
- var import_jsx_runtime24 = require("react/jsx-runtime");
4970
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4911
4971
 
4912
4972
  // src/textbox/templates/textbox-suffix.tsx
4913
- var import_jsx_runtime25 = require("react/jsx-runtime");
4973
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4914
4974
 
4915
4975
  // src/button-group/button-group.spec.tsx
4916
- var import_jsx_runtime26 = require("react/jsx-runtime");
4976
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4917
4977
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4918
- var states14 = [
4978
+ var states16 = [
4919
4979
  States.disabled
4920
4980
  ];
4921
- var options13 = {
4981
+ var options15 = {
4922
4982
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4923
4983
  };
4924
- var defaultProps11 = {
4984
+ var defaultProps13 = {
4925
4985
  fillMode: FillMode.solid
4926
4986
  };
4927
4987
  var ButtonGroup = (props) => {
4928
4988
  const {
4929
- fillMode = defaultProps11.fillMode,
4989
+ fillMode = defaultProps13.fillMode,
4930
4990
  disabled,
4931
4991
  stretched,
4932
4992
  ...other
4933
4993
  } = props;
4934
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4994
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4935
4995
  "div",
4936
4996
  {
4937
4997
  ...other,
@@ -4952,35 +5012,35 @@ var ButtonGroup = (props) => {
4952
5012
  }
4953
5013
  );
4954
5014
  };
4955
- ButtonGroup.states = states14;
4956
- ButtonGroup.options = options13;
5015
+ ButtonGroup.states = states16;
5016
+ ButtonGroup.options = options15;
4957
5017
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4958
- ButtonGroup.defaultProps = defaultProps11;
5018
+ ButtonGroup.defaultProps = defaultProps13;
4959
5019
 
4960
5020
  // src/button-group/templates/icon-button-group.tsx
4961
- var import_jsx_runtime27 = require("react/jsx-runtime");
5021
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4962
5022
 
4963
5023
  // src/button-group/templates/icon-text-button-group.tsx
4964
- var import_jsx_runtime28 = require("react/jsx-runtime");
5024
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4965
5025
 
4966
5026
  // src/button-group/templates/text-button-group.tsx
4967
- var import_jsx_runtime29 = require("react/jsx-runtime");
5027
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4968
5028
 
4969
5029
  // src/button-group/templates/mixed-button-group.tsx
4970
- var import_jsx_runtime30 = require("react/jsx-runtime");
5030
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4971
5031
 
4972
5032
  // src/color-preview/color-preview.tsx
4973
- var import_jsx_runtime31 = require("react/jsx-runtime");
5033
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4974
5034
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4975
- var states15 = [];
4976
- var options14 = {};
5035
+ var states17 = [];
5036
+ var options16 = {};
4977
5037
  var ColorPreview = (props) => {
4978
5038
  const {
4979
5039
  color,
4980
5040
  iconName,
4981
5041
  ...other
4982
5042
  } = props;
4983
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5043
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
4984
5044
  "span",
4985
5045
  {
4986
5046
  ...other,
@@ -4993,8 +5053,8 @@ var ColorPreview = (props) => {
4993
5053
  }
4994
5054
  ),
4995
5055
  children: [
4996
- iconName && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4997
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5056
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5057
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4998
5058
  "span",
4999
5059
  {
5000
5060
  className: "k-color-preview-mask",
@@ -5005,14 +5065,14 @@ var ColorPreview = (props) => {
5005
5065
  }
5006
5066
  );
5007
5067
  };
5008
- ColorPreview.states = states15;
5009
- ColorPreview.options = options14;
5068
+ ColorPreview.states = states17;
5069
+ ColorPreview.options = options16;
5010
5070
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5011
5071
 
5012
5072
  // src/colorpicker/colorpicker.spec.tsx
5013
- var import_jsx_runtime32 = require("react/jsx-runtime");
5073
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5014
5074
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5015
- var states16 = [
5075
+ var states18 = [
5016
5076
  States.hover,
5017
5077
  States.focus,
5018
5078
  States.valid,
@@ -5020,12 +5080,12 @@ var states16 = [
5020
5080
  States.required,
5021
5081
  States.disabled
5022
5082
  ];
5023
- var options15 = {
5083
+ var options17 = {
5024
5084
  size: [Size.small, Size.medium, Size.large],
5025
5085
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5026
5086
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5027
5087
  };
5028
- var defaultProps12 = {
5088
+ var defaultProps14 = {
5029
5089
  arrowIconName: "caret-alt-down",
5030
5090
  size: Picker.defaultProps.size,
5031
5091
  rounded: Picker.defaultProps.rounded,
@@ -5047,10 +5107,10 @@ var ColorPicker = (props) => {
5047
5107
  required,
5048
5108
  disabled,
5049
5109
  valueIconName,
5050
- arrowIconName = defaultProps12.arrowIconName,
5110
+ arrowIconName = defaultProps14.arrowIconName,
5051
5111
  ...other
5052
5112
  } = props;
5053
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5113
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5054
5114
  Picker,
5055
5115
  {
5056
5116
  ...other,
@@ -5069,14 +5129,14 @@ var ColorPicker = (props) => {
5069
5129
  "k-icon-picker"
5070
5130
  ),
5071
5131
  children: [
5072
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputPrefix, { children: prefix }),
5073
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5132
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputPrefix, { children: prefix }),
5133
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5074
5134
  InputInnerSpan,
5075
5135
  {
5076
5136
  placeholder,
5077
5137
  value,
5078
5138
  showValue: false,
5079
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5139
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5080
5140
  ColorPreview,
5081
5141
  {
5082
5142
  className: "k-value-icon",
@@ -5087,8 +5147,8 @@ var ColorPicker = (props) => {
5087
5147
  valueIconName
5088
5148
  }
5089
5149
  ),
5090
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputSuffix, { children: suffix }),
5091
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5150
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputSuffix, { children: suffix }),
5151
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5092
5152
  Button,
5093
5153
  {
5094
5154
  className: "k-input-button",
@@ -5102,17 +5162,17 @@ var ColorPicker = (props) => {
5102
5162
  }
5103
5163
  );
5104
5164
  };
5105
- ColorPicker.states = states16;
5106
- ColorPicker.options = options15;
5165
+ ColorPicker.states = states18;
5166
+ ColorPicker.options = options17;
5107
5167
  ColorPicker.className = COLORPICKER_CLASSNAME;
5108
- ColorPicker.defaultProps = defaultProps12;
5168
+ ColorPicker.defaultProps = defaultProps14;
5109
5169
 
5110
5170
  // src/animation-container/animation-container.spec.tsx
5111
- var import_jsx_runtime33 = require("react/jsx-runtime");
5171
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5112
5172
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5113
- var states17 = [];
5114
- var options16 = {};
5115
- var defaultProps13 = {
5173
+ var states19 = [];
5174
+ var options18 = {};
5175
+ var defaultProps15 = {
5116
5176
  positionMode: "absolute"
5117
5177
  };
5118
5178
  var AnimationContainer = (props) => {
@@ -5122,7 +5182,7 @@ var AnimationContainer = (props) => {
5122
5182
  offset,
5123
5183
  ...other
5124
5184
  } = props;
5125
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5185
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5126
5186
  "div",
5127
5187
  {
5128
5188
  ...other,
@@ -5134,21 +5194,21 @@ var AnimationContainer = (props) => {
5134
5194
  ["k-animation-container-fixed"]: positionMode === "fixed"
5135
5195
  }
5136
5196
  ),
5137
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5197
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5138
5198
  }
5139
5199
  );
5140
5200
  };
5141
- AnimationContainer.states = states17;
5142
- AnimationContainer.options = options16;
5201
+ AnimationContainer.states = states19;
5202
+ AnimationContainer.options = options18;
5143
5203
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5144
- AnimationContainer.defaultProps = defaultProps13;
5204
+ AnimationContainer.defaultProps = defaultProps15;
5145
5205
 
5146
5206
  // src/popup/popup.spec.tsx
5147
- var import_jsx_runtime34 = require("react/jsx-runtime");
5207
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5148
5208
  var POPUP_CLASSNAME = `k-popup`;
5149
- var states18 = [];
5150
- var options17 = {};
5151
- var defaultProps14 = {
5209
+ var states20 = [];
5210
+ var options19 = {};
5211
+ var defaultProps16 = {
5152
5212
  positionMode: "absolute"
5153
5213
  };
5154
5214
  var Popup = (props) => {
@@ -5157,26 +5217,26 @@ var Popup = (props) => {
5157
5217
  positionMode,
5158
5218
  ...other
5159
5219
  } = props;
5160
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5220
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5161
5221
  AnimationContainer,
5162
5222
  {
5163
5223
  positionMode,
5164
5224
  offset,
5165
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5225
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5166
5226
  }
5167
5227
  );
5168
5228
  };
5169
- Popup.states = states18;
5170
- Popup.options = options17;
5229
+ Popup.states = states20;
5230
+ Popup.options = options19;
5171
5231
  Popup.className = POPUP_CLASSNAME;
5172
- Popup.defaultProps = defaultProps14;
5232
+ Popup.defaultProps = defaultProps16;
5173
5233
 
5174
5234
  // src/action-sheet/action-sheet.spec.tsx
5175
- var import_jsx_runtime35 = require("react/jsx-runtime");
5235
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5176
5236
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5177
- var states19 = [];
5178
- var options18 = {};
5179
- var defaultProps15 = {
5237
+ var states21 = [];
5238
+ var options20 = {};
5239
+ var defaultProps17 = {
5180
5240
  side: "bottom",
5181
5241
  fullscreen: false,
5182
5242
  adaptive: false,
@@ -5189,14 +5249,14 @@ var ActionSheet = (props) => {
5189
5249
  header,
5190
5250
  footer,
5191
5251
  actions,
5192
- side = defaultProps15.side,
5193
- fullscreen = defaultProps15.fullscreen,
5194
- adaptive = defaultProps15.adaptive,
5195
- overlay = defaultProps15.overlay,
5252
+ side = defaultProps17.side,
5253
+ fullscreen = defaultProps17.fullscreen,
5254
+ adaptive = defaultProps17.adaptive,
5255
+ overlay = defaultProps17.overlay,
5196
5256
  ...other
5197
5257
  } = props;
5198
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5199
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5258
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5259
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5200
5260
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5201
5261
  switch (child.type) {
5202
5262
  case ActionSheetHeader:
@@ -5206,10 +5266,10 @@ var ActionSheet = (props) => {
5206
5266
  return true;
5207
5267
  }
5208
5268
  return true;
5209
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_jsx_runtime35.Fragment, {});
5210
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "k-actionsheet-container", children: [
5211
- overlay && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-overlay" }),
5212
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5269
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, {});
5270
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-actionsheet-container", children: [
5271
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-overlay" }),
5272
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5213
5273
  AnimationContainer,
5214
5274
  {
5215
5275
  animationStyle: {
@@ -5219,7 +5279,7 @@ var ActionSheet = (props) => {
5219
5279
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5220
5280
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5221
5281
  },
5222
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5282
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5223
5283
  "div",
5224
5284
  {
5225
5285
  ...other,
@@ -5232,9 +5292,9 @@ var ActionSheet = (props) => {
5232
5292
  "k-adaptive-actionsheet": adaptive
5233
5293
  }
5234
5294
  ),
5235
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
5295
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5236
5296
  _ActionSheetHeader,
5237
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: classNames(
5297
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: classNames(
5238
5298
  "k-actionsheet-content",
5239
5299
  {
5240
5300
  "!k-overflow-hidden": adaptive
@@ -5248,15 +5308,15 @@ var ActionSheet = (props) => {
5248
5308
  )
5249
5309
  ] });
5250
5310
  };
5251
- ActionSheet.states = states19;
5252
- ActionSheet.options = options18;
5311
+ ActionSheet.states = states21;
5312
+ ActionSheet.options = options20;
5253
5313
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5254
- ActionSheet.defaultProps = defaultProps15;
5314
+ ActionSheet.defaultProps = defaultProps17;
5255
5315
 
5256
5316
  // src/searchbox/searchbox.spec.tsx
5257
- var import_jsx_runtime36 = require("react/jsx-runtime");
5317
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5258
5318
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5259
- var states20 = [
5319
+ var states22 = [
5260
5320
  States.hover,
5261
5321
  States.focus,
5262
5322
  States.valid,
@@ -5265,12 +5325,12 @@ var states20 = [
5265
5325
  States.disabled,
5266
5326
  States.loading
5267
5327
  ];
5268
- var options19 = {
5328
+ var options21 = {
5269
5329
  size: [Size.small, Size.medium, Size.large],
5270
5330
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5271
5331
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5272
5332
  };
5273
- var defaultProps16 = {
5333
+ var defaultProps18 = {
5274
5334
  showIcon: true,
5275
5335
  icon: "search",
5276
5336
  size: Input.defaultProps.size,
@@ -5291,11 +5351,11 @@ var Searchbox = (props) => {
5291
5351
  required,
5292
5352
  loading,
5293
5353
  disabled,
5294
- showIcon = defaultProps16.showIcon,
5295
- icon = defaultProps16.icon,
5354
+ showIcon = defaultProps18.showIcon,
5355
+ icon = defaultProps18.icon,
5296
5356
  ...other
5297
5357
  } = props;
5298
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5358
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5299
5359
  Input,
5300
5360
  {
5301
5361
  ...other,
@@ -5311,25 +5371,25 @@ var Searchbox = (props) => {
5311
5371
  disabled,
5312
5372
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5313
5373
  children: [
5314
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { className: "k-input-icon", icon }),
5315
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputInnerInput, { placeholder, value }),
5316
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputLoadingIcon, { ...props }),
5317
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputValidationIcon, { ...props }),
5318
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputClearValue, { ...props })
5374
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { className: "k-input-icon", icon }),
5375
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputInnerInput, { placeholder, value }),
5376
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputLoadingIcon, { ...props }),
5377
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputValidationIcon, { ...props }),
5378
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputClearValue, { ...props })
5319
5379
  ]
5320
5380
  }
5321
5381
  );
5322
5382
  };
5323
- Searchbox.states = states20;
5324
- Searchbox.options = options19;
5383
+ Searchbox.states = states22;
5384
+ Searchbox.options = options21;
5325
5385
  Searchbox.className = SEARCHBOX_CLASSNAME;
5326
- Searchbox.defaultProps = defaultProps16;
5386
+ Searchbox.defaultProps = defaultProps18;
5327
5387
 
5328
5388
  // src/searchbox/templates/searchbox-normal.tsx
5329
- var import_jsx_runtime37 = require("react/jsx-runtime");
5389
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5330
5390
 
5331
5391
  // src/action-sheet/actionsheet-header.tsx
5332
- var import_jsx_runtime38 = require("react/jsx-runtime");
5392
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5333
5393
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5334
5394
  var ActionSheetHeader = (props) => {
5335
5395
  const {
@@ -5339,7 +5399,7 @@ var ActionSheetHeader = (props) => {
5339
5399
  filter,
5340
5400
  ...other
5341
5401
  } = props;
5342
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5402
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5343
5403
  "div",
5344
5404
  {
5345
5405
  ...other,
@@ -5347,37 +5407,37 @@ var ActionSheetHeader = (props) => {
5347
5407
  props.className,
5348
5408
  ACTIONSHEETHEADER_CLASSNAME
5349
5409
  ),
5350
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5351
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5352
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-actionsheet-title", children: [
5353
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-text-center", children: title }),
5354
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5410
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5411
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5412
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_jsx_runtime40.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "k-actionsheet-title", children: [
5413
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-text-center", children: title }),
5414
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5355
5415
  ] }) }),
5356
- props.children && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5357
- actions && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5416
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5417
+ actions && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_jsx_runtime40.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5358
5418
  ] }),
5359
- filter && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5419
+ filter && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_jsx_runtime40.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5360
5420
  ] })
5361
5421
  }
5362
5422
  );
5363
5423
  };
5364
5424
 
5365
5425
  // src/action-buttons/action-buttons.spec.tsx
5366
- var import_jsx_runtime39 = require("react/jsx-runtime");
5426
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5367
5427
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5368
- var states21 = [];
5369
- var options20 = {};
5370
- var defaultProps17 = {
5428
+ var states23 = [];
5429
+ var options22 = {};
5430
+ var defaultProps19 = {
5371
5431
  alignment: "start",
5372
5432
  orientation: "horizontal"
5373
5433
  };
5374
5434
  var ActionButtons = (props) => {
5375
5435
  const {
5376
- alignment = defaultProps17.alignment,
5377
- orientation = defaultProps17.orientation,
5436
+ alignment = defaultProps19.alignment,
5437
+ orientation = defaultProps19.orientation,
5378
5438
  ...other
5379
5439
  } = props;
5380
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5440
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5381
5441
  "div",
5382
5442
  {
5383
5443
  ...other,
@@ -5393,21 +5453,21 @@ var ActionButtons = (props) => {
5393
5453
  }
5394
5454
  );
5395
5455
  };
5396
- ActionButtons.states = states21;
5397
- ActionButtons.options = options20;
5456
+ ActionButtons.states = states23;
5457
+ ActionButtons.options = options22;
5398
5458
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5399
- ActionButtons.defaultProps = defaultProps17;
5459
+ ActionButtons.defaultProps = defaultProps19;
5400
5460
  var action_buttons_spec_default = ActionButtons;
5401
5461
 
5402
5462
  // src/action-sheet/actionsheet-footer.tsx
5403
- var import_jsx_runtime40 = require("react/jsx-runtime");
5463
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5404
5464
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5405
5465
  var ActionSheetFooter = (props) => {
5406
5466
  const {
5407
5467
  actions,
5408
5468
  ...other
5409
5469
  } = props;
5410
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5470
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5411
5471
  action_buttons_spec_default,
5412
5472
  {
5413
5473
  ...other,
@@ -5416,17 +5476,17 @@ var ActionSheetFooter = (props) => {
5416
5476
  ACTIONSHEETFOOTER_CLASSNAME
5417
5477
  ),
5418
5478
  alignment: "stretched",
5419
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5479
+ children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5420
5480
  actions && actions.map((action, index) => {
5421
5481
  if (action === "|") {
5422
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-separator" }, index);
5482
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-separator" }, index);
5423
5483
  }
5424
5484
  if (action === " ") {
5425
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-spacer" }, index);
5485
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-spacer" }, index);
5426
5486
  }
5427
5487
  const importantFlag = action.startsWith("!");
5428
5488
  const actionName = importantFlag ? action.substring(1) : action;
5429
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5489
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5430
5490
  }),
5431
5491
  !actions && props.children
5432
5492
  ] })
@@ -5435,12 +5495,12 @@ var ActionSheetFooter = (props) => {
5435
5495
  };
5436
5496
 
5437
5497
  // src/action-sheet/actionsheet-items.tsx
5438
- var import_jsx_runtime41 = require("react/jsx-runtime");
5498
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5439
5499
  var ActionSheetItems = (props) => {
5440
5500
  const {
5441
5501
  ...other
5442
5502
  } = props;
5443
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5503
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5444
5504
  "div",
5445
5505
  {
5446
5506
  ...other,
@@ -5454,8 +5514,8 @@ var ActionSheetItems = (props) => {
5454
5514
  };
5455
5515
 
5456
5516
  // src/action-sheet/actionsheet-item.tsx
5457
- var import_jsx_runtime42 = require("react/jsx-runtime");
5458
- var states22 = [
5517
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5518
+ var states24 = [
5459
5519
  States.hover,
5460
5520
  States.focus,
5461
5521
  States.selected,
@@ -5463,23 +5523,23 @@ var states22 = [
5463
5523
  ];
5464
5524
 
5465
5525
  // src/nodata/nodata.tsx
5466
- var import_jsx_runtime43 = require("react/jsx-runtime");
5526
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5467
5527
  var className9 = `k-nodata`;
5468
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5528
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5469
5529
 
5470
5530
  // src/list/list.spec.tsx
5471
- var import_jsx_runtime44 = require("react/jsx-runtime");
5531
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5472
5532
  var LIST_CLASSNAME = `k-list`;
5473
- var states23 = [];
5474
- var options21 = {
5533
+ var states25 = [];
5534
+ var options23 = {
5475
5535
  size: [Size.small, Size.medium, Size.large]
5476
5536
  };
5477
- var defaultProps18 = {
5537
+ var defaultProps20 = {
5478
5538
  size: Size.medium
5479
5539
  };
5480
5540
  var List = (props) => {
5481
5541
  const {
5482
- size = defaultProps18.size,
5542
+ size = defaultProps20.size,
5483
5543
  virtualization,
5484
5544
  children,
5485
5545
  optionLabel,
@@ -5496,7 +5556,7 @@ var List = (props) => {
5496
5556
  listHeader = child.props.label;
5497
5557
  child.props.children.map((optChild, index2) => {
5498
5558
  listChildren.push(
5499
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5559
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5500
5560
  ListItem,
5501
5561
  {
5502
5562
  ...optChild.props
@@ -5512,7 +5572,7 @@ var List = (props) => {
5512
5572
  groupLabel = child.props.label;
5513
5573
  }
5514
5574
  listChildren.push(
5515
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5575
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5516
5576
  ListItem,
5517
5577
  {
5518
5578
  className: index2 === 0 ? "k-first" : "",
@@ -5524,16 +5584,16 @@ var List = (props) => {
5524
5584
  );
5525
5585
  });
5526
5586
  }
5527
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5587
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5528
5588
  } else if (child.type === ListItem) {
5529
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5530
- listContent = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListContent, { virtualization, children: listChildren });
5589
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5590
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: listChildren });
5531
5591
  }
5532
5592
  });
5533
5593
  } else {
5534
- listContent = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(NoData, { children: "No data found." });
5594
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NoData, { children: "No data found." });
5535
5595
  }
5536
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5596
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5537
5597
  "div",
5538
5598
  {
5539
5599
  ...other,
@@ -5555,24 +5615,24 @@ var List = (props) => {
5555
5615
  }
5556
5616
  );
5557
5617
  };
5558
- List.states = states23;
5559
- List.options = options21;
5618
+ List.states = states25;
5619
+ List.options = options23;
5560
5620
  List.className = LIST_CLASSNAME;
5561
- List.defaultProps = defaultProps18;
5621
+ List.defaultProps = defaultProps20;
5562
5622
 
5563
5623
  // src/list/list-angular.spec.tsx
5564
- var import_jsx_runtime45 = require("react/jsx-runtime");
5624
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5565
5625
  var LISTANGULAR_CLASSNAME = `k-list`;
5566
- var states24 = [];
5567
- var options22 = {
5626
+ var states26 = [];
5627
+ var options24 = {
5568
5628
  size: [Size.small, Size.medium, Size.large]
5569
5629
  };
5570
- var defaultProps19 = {
5630
+ var defaultProps21 = {
5571
5631
  size: Size.medium
5572
5632
  };
5573
5633
  var ListAngular = (props) => {
5574
5634
  const {
5575
- size = defaultProps19.size,
5635
+ size = defaultProps21.size,
5576
5636
  virtualization,
5577
5637
  children,
5578
5638
  ...other
@@ -5588,7 +5648,7 @@ var ListAngular = (props) => {
5588
5648
  listHeader = child.props.label;
5589
5649
  child.props.children.map((optChild, index2) => {
5590
5650
  listChildren.push(
5591
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5651
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5592
5652
  ListItem,
5593
5653
  {
5594
5654
  ...optChild.props
@@ -5599,7 +5659,7 @@ var ListAngular = (props) => {
5599
5659
  });
5600
5660
  } else {
5601
5661
  listChildren.push(
5602
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5662
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5603
5663
  ListGroupItem,
5604
5664
  {
5605
5665
  ...child.props,
@@ -5610,7 +5670,7 @@ var ListAngular = (props) => {
5610
5670
  );
5611
5671
  child.props.children.map((optChild, index2) => {
5612
5672
  listChildren.push(
5613
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5673
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5614
5674
  ListItem,
5615
5675
  {
5616
5676
  ...optChild.props
@@ -5620,16 +5680,16 @@ var ListAngular = (props) => {
5620
5680
  );
5621
5681
  });
5622
5682
  }
5623
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5683
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5624
5684
  } else if (child.type === ListItem) {
5625
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5626
- listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: listChildren });
5685
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5686
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
5627
5687
  }
5628
5688
  });
5629
5689
  } else {
5630
- listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(NoData, { children: "No data found." });
5690
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
5631
5691
  }
5632
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5692
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5633
5693
  "div",
5634
5694
  {
5635
5695
  ...other,
@@ -5650,22 +5710,22 @@ var ListAngular = (props) => {
5650
5710
  }
5651
5711
  );
5652
5712
  };
5653
- ListAngular.states = states24;
5654
- ListAngular.options = options22;
5713
+ ListAngular.states = states26;
5714
+ ListAngular.options = options24;
5655
5715
  ListAngular.className = LISTANGULAR_CLASSNAME;
5656
- ListAngular.defaultProps = defaultProps19;
5716
+ ListAngular.defaultProps = defaultProps21;
5657
5717
 
5658
5718
  // src/list/list-item.spec.tsx
5659
- var import_jsx_runtime46 = require("react/jsx-runtime");
5719
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5660
5720
  var LISTITEM_CLASSNAME = `k-list-item`;
5661
- var states25 = [
5721
+ var states27 = [
5662
5722
  States.hover,
5663
5723
  States.focus,
5664
5724
  States.selected,
5665
5725
  States.disabled
5666
5726
  ];
5667
- var options23 = {};
5668
- var defaultProps20 = {};
5727
+ var options25 = {};
5728
+ var defaultProps22 = {};
5669
5729
  var ListItem = (props) => {
5670
5730
  const {
5671
5731
  text,
@@ -5681,7 +5741,7 @@ var ListItem = (props) => {
5681
5741
  ...other
5682
5742
  } = props;
5683
5743
  const textOrChildren = text ? text : props.children;
5684
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5744
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5685
5745
  "li",
5686
5746
  {
5687
5747
  ...other,
@@ -5696,66 +5756,66 @@ var ListItem = (props) => {
5696
5756
  })
5697
5757
  ),
5698
5758
  children: [
5699
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Checkbox, { checked }),
5700
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: iconName }),
5701
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5702
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5759
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Checkbox, { checked }),
5760
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: iconName }),
5761
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5762
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5703
5763
  ]
5704
5764
  }
5705
5765
  );
5706
5766
  };
5707
- ListItem.states = states25;
5708
- ListItem.options = options23;
5767
+ ListItem.states = states27;
5768
+ ListItem.options = options25;
5709
5769
  ListItem.className = LISTITEM_CLASSNAME;
5710
- ListItem.defaultProps = defaultProps20;
5770
+ ListItem.defaultProps = defaultProps22;
5711
5771
 
5712
5772
  // src/list/list-content.tsx
5713
- var import_jsx_runtime47 = require("react/jsx-runtime");
5773
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5714
5774
  var className10 = `k-list-content`;
5715
5775
  var ListContent = (props) => {
5716
5776
  const {
5717
5777
  virtualization
5718
5778
  } = props;
5719
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: classNames(className10, props.className), children: [
5720
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5721
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", {}) })
5779
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: classNames(className10, props.className), children: [
5780
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5781
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", {}) })
5722
5782
  ] });
5723
5783
  };
5724
5784
 
5725
5785
  // src/list/list-header.tsx
5726
- var import_jsx_runtime48 = require("react/jsx-runtime");
5786
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5727
5787
  var className11 = `k-list-group-sticky-header`;
5728
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5788
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5729
5789
 
5730
5790
  // src/list/list-group.tsx
5731
- var import_jsx_runtime49 = require("react/jsx-runtime");
5791
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5732
5792
  var ListGroup = (props) => {
5733
5793
  const {
5734
5794
  virtualization,
5735
5795
  label
5736
5796
  } = props;
5737
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_jsx_runtime49.Fragment, { children: [
5738
- label && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListHeader, { children: label }),
5739
- props.children && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListContent, { virtualization, children: props.children })
5797
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5798
+ label && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ListHeader, { children: label }),
5799
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ListContent, { virtualization, children: props.children })
5740
5800
  ] });
5741
5801
  };
5742
5802
 
5743
5803
  // src/list/list-group-item.tsx
5744
- var import_jsx_runtime50 = require("react/jsx-runtime");
5804
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5745
5805
  var className12 = `k-list-group-item`;
5746
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5806
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5747
5807
 
5748
5808
  // src/list/list-option-label.tsx
5749
- var import_jsx_runtime51 = require("react/jsx-runtime");
5809
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5750
5810
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5751
- var states26 = [
5811
+ var states28 = [
5752
5812
  States.hover,
5753
5813
  States.focus,
5754
5814
  States.selected,
5755
5815
  States.disabled
5756
5816
  ];
5757
- var options24 = {};
5758
- var defaultProps21 = {};
5817
+ var options26 = {};
5818
+ var defaultProps23 = {};
5759
5819
  var ListOptionLabel = (props) => {
5760
5820
  const {
5761
5821
  text,
@@ -5765,7 +5825,7 @@ var ListOptionLabel = (props) => {
5765
5825
  disabled,
5766
5826
  ...other
5767
5827
  } = props;
5768
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5828
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5769
5829
  "div",
5770
5830
  {
5771
5831
  ...other,
@@ -5782,36 +5842,36 @@ var ListOptionLabel = (props) => {
5782
5842
  }
5783
5843
  );
5784
5844
  };
5785
- ListOptionLabel.states = states26;
5786
- ListOptionLabel.options = options24;
5845
+ ListOptionLabel.states = states28;
5846
+ ListOptionLabel.options = options26;
5787
5847
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5788
- ListOptionLabel.defaultProps = defaultProps21;
5848
+ ListOptionLabel.defaultProps = defaultProps23;
5789
5849
 
5790
5850
  // src/list/templates/list-normal.tsx
5791
- var import_jsx_runtime52 = require("react/jsx-runtime");
5851
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5792
5852
 
5793
5853
  // src/list/templates/list-virtualization.tsx
5794
- var import_jsx_runtime53 = require("react/jsx-runtime");
5854
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5795
5855
 
5796
5856
  // src/list/templates/list-grouping.tsx
5797
- var import_jsx_runtime54 = require("react/jsx-runtime");
5857
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5798
5858
 
5799
5859
  // src/list/templates/list-virualization-grouping.tsx
5800
- var import_jsx_runtime55 = require("react/jsx-runtime");
5860
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5801
5861
 
5802
5862
  // src/list/templates/list-virtualization-angular.tsx
5803
- var import_jsx_runtime56 = require("react/jsx-runtime");
5863
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5804
5864
 
5805
5865
  // src/list/templates/list-grouping-angular.tsx
5806
- var import_jsx_runtime57 = require("react/jsx-runtime");
5866
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5807
5867
 
5808
5868
  // src/list/templates/list-virualization-grouping-angular.tsx
5809
- var import_jsx_runtime58 = require("react/jsx-runtime");
5869
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5810
5870
 
5811
5871
  // src/combobox/combobox.spec.tsx
5812
- var import_jsx_runtime59 = require("react/jsx-runtime");
5872
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5813
5873
  var COMBOBOX_CLASSNAME = `k-combobox`;
5814
- var states27 = [
5874
+ var states29 = [
5815
5875
  States.hover,
5816
5876
  States.focus,
5817
5877
  States.valid,
@@ -5821,12 +5881,12 @@ var states27 = [
5821
5881
  States.disabled,
5822
5882
  States.readonly
5823
5883
  ];
5824
- var defaultProps22 = {
5884
+ var defaultProps24 = {
5825
5885
  size: Input.defaultProps.size,
5826
5886
  rounded: Input.defaultProps.rounded,
5827
5887
  fillMode: Input.defaultProps.fillMode
5828
5888
  };
5829
- var options25 = {
5889
+ var options27 = {
5830
5890
  size: [Size.small, Size.medium, Size.large],
5831
5891
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5832
5892
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5854,8 +5914,8 @@ var Combobox = (props) => {
5854
5914
  adaptiveSettings,
5855
5915
  ...other
5856
5916
  } = props;
5857
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
5858
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5917
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
5918
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5859
5919
  Input,
5860
5920
  {
5861
5921
  ...other,
@@ -5872,9 +5932,9 @@ var Combobox = (props) => {
5872
5932
  readonly,
5873
5933
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5874
5934
  children: [
5875
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputPrefix, { children: prefix }),
5876
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputInnerInput, { placeholder, value }),
5877
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5935
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputPrefix, { children: prefix }),
5936
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputInnerInput, { placeholder, value }),
5937
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5878
5938
  InputValidationIcon,
5879
5939
  {
5880
5940
  valid,
@@ -5883,14 +5943,14 @@ var Combobox = (props) => {
5883
5943
  disabled
5884
5944
  }
5885
5945
  ),
5886
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5946
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5887
5947
  InputLoadingIcon,
5888
5948
  {
5889
5949
  loading,
5890
5950
  disabled
5891
5951
  }
5892
5952
  ),
5893
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5953
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5894
5954
  InputClearValue,
5895
5955
  {
5896
5956
  loading,
@@ -5899,8 +5959,8 @@ var Combobox = (props) => {
5899
5959
  value
5900
5960
  }
5901
5961
  ),
5902
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputSuffix, { children: suffix }),
5903
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5962
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputSuffix, { children: suffix }),
5963
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5904
5964
  Button,
5905
5965
  {
5906
5966
  className: "k-input-button",
@@ -5913,9 +5973,9 @@ var Combobox = (props) => {
5913
5973
  ]
5914
5974
  }
5915
5975
  ),
5916
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5917
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5918
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5976
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5977
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5978
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5919
5979
  ActionSheetHeader,
5920
5980
  {
5921
5981
  actions: ["x"],
@@ -5923,35 +5983,35 @@ var Combobox = (props) => {
5923
5983
  title: "Select Item"
5924
5984
  }
5925
5985
  ),
5926
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(List, { size: "large", children: [
5927
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { text: "List item" }),
5928
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { text: "List item" }),
5929
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { text: "List item" })
5986
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(List, { size: "large", children: [
5987
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListItem, { text: "List item" }),
5988
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListItem, { text: "List item" }),
5989
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListItem, { text: "List item" })
5930
5990
  ] }) })
5931
5991
  ] })
5932
5992
  ] });
5933
5993
  };
5934
- Combobox.states = states27;
5935
- Combobox.options = options25;
5994
+ Combobox.states = states29;
5995
+ Combobox.options = options27;
5936
5996
  Combobox.className = COMBOBOX_CLASSNAME;
5937
- Combobox.defaultProps = defaultProps22;
5997
+ Combobox.defaultProps = defaultProps24;
5938
5998
 
5939
5999
  // src/combobox/templates/combobox-normal.tsx
5940
- var import_jsx_runtime60 = require("react/jsx-runtime");
6000
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5941
6001
 
5942
6002
  // src/combobox/templates/combobox-popup.tsx
5943
- var import_jsx_runtime61 = require("react/jsx-runtime");
6003
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5944
6004
 
5945
6005
  // src/combobox/templates/combobox-grouping.tsx
5946
- var import_jsx_runtime62 = require("react/jsx-runtime");
6006
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5947
6007
 
5948
6008
  // src/combobox/templates/combobox-adaptive.tsx
5949
- var import_jsx_runtime63 = require("react/jsx-runtime");
6009
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5950
6010
 
5951
6011
  // src/dropdownlist/dropdownlist.spec.tsx
5952
- var import_jsx_runtime64 = require("react/jsx-runtime");
6012
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5953
6013
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5954
- var states28 = [
6014
+ var states30 = [
5955
6015
  States.hover,
5956
6016
  States.focus,
5957
6017
  States.valid,
@@ -5961,12 +6021,12 @@ var states28 = [
5961
6021
  States.loading,
5962
6022
  States.readonly
5963
6023
  ];
5964
- var options26 = {
6024
+ var options28 = {
5965
6025
  size: [Size.small, Size.medium, Size.large],
5966
6026
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5967
6027
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5968
6028
  };
5969
- var defaultProps23 = {
6029
+ var defaultProps25 = {
5970
6030
  showValue: true,
5971
6031
  arrowIconName: "caret-alt-down",
5972
6032
  size: Size.medium,
@@ -5976,7 +6036,7 @@ var defaultProps23 = {
5976
6036
  var DropdownList = (props) => {
5977
6037
  const {
5978
6038
  valueIconName,
5979
- arrowIconName = defaultProps23.arrowIconName,
6039
+ arrowIconName = defaultProps25.arrowIconName,
5980
6040
  prefix,
5981
6041
  suffix,
5982
6042
  value,
@@ -5992,13 +6052,13 @@ var DropdownList = (props) => {
5992
6052
  loading,
5993
6053
  disabled,
5994
6054
  readonly,
5995
- showValue = defaultProps23.showValue,
6055
+ showValue = defaultProps25.showValue,
5996
6056
  popup,
5997
6057
  opened,
5998
6058
  ...other
5999
6059
  } = props;
6000
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6001
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6060
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6061
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6002
6062
  Picker,
6003
6063
  {
6004
6064
  ...other,
@@ -6021,8 +6081,8 @@ var DropdownList = (props) => {
6021
6081
  }
6022
6082
  ),
6023
6083
  children: [
6024
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
6025
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6084
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputPrefix, { children: prefix }),
6085
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6026
6086
  InputInnerSpan,
6027
6087
  {
6028
6088
  placeholder,
@@ -6031,7 +6091,7 @@ var DropdownList = (props) => {
6031
6091
  valueIconName
6032
6092
  }
6033
6093
  ),
6034
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6094
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6035
6095
  InputValidationIcon,
6036
6096
  {
6037
6097
  valid,
@@ -6040,15 +6100,15 @@ var DropdownList = (props) => {
6040
6100
  disabled
6041
6101
  }
6042
6102
  ),
6043
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6103
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6044
6104
  InputLoadingIcon,
6045
6105
  {
6046
6106
  loading,
6047
6107
  disabled
6048
6108
  }
6049
6109
  ),
6050
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix }),
6051
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6110
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputSuffix, { children: suffix }),
6111
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6052
6112
  Button,
6053
6113
  {
6054
6114
  className: "k-input-button",
@@ -6061,40 +6121,40 @@ var DropdownList = (props) => {
6061
6121
  ]
6062
6122
  }
6063
6123
  ),
6064
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6124
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6065
6125
  ] });
6066
6126
  };
6067
- DropdownList.states = states28;
6068
- DropdownList.options = options26;
6127
+ DropdownList.states = states30;
6128
+ DropdownList.options = options28;
6069
6129
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6070
- DropdownList.defaultProps = defaultProps23;
6130
+ DropdownList.defaultProps = defaultProps25;
6071
6131
 
6072
6132
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6073
- var import_jsx_runtime65 = require("react/jsx-runtime");
6133
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6074
6134
 
6075
6135
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6076
- var import_jsx_runtime66 = require("react/jsx-runtime");
6136
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6077
6137
 
6078
6138
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6079
- var import_jsx_runtime67 = require("react/jsx-runtime");
6139
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6080
6140
 
6081
6141
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6082
- var import_jsx_runtime68 = require("react/jsx-runtime");
6142
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6083
6143
 
6084
6144
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6085
- var import_jsx_runtime69 = require("react/jsx-runtime");
6145
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6086
6146
 
6087
6147
  // src/menu-button/menu-button.spec.tsx
6088
- var import_jsx_runtime70 = require("react/jsx-runtime");
6148
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6089
6149
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6090
- var states29 = [
6150
+ var states31 = [
6091
6151
  States.hover,
6092
6152
  States.focus,
6093
6153
  States.active,
6094
6154
  States.selected,
6095
6155
  States.disabled
6096
6156
  ];
6097
- var options27 = {
6157
+ var options29 = {
6098
6158
  size: [Size.small, Size.medium, Size.large],
6099
6159
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6100
6160
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6112,7 +6172,7 @@ var options27 = {
6112
6172
  ThemeColor.inverse
6113
6173
  ]
6114
6174
  };
6115
- var defaultProps24 = {
6175
+ var defaultProps26 = {
6116
6176
  size: Size.medium,
6117
6177
  rounded: Roundness.medium,
6118
6178
  fillMode: FillMode.solid,
@@ -6122,10 +6182,10 @@ var defaultProps24 = {
6122
6182
  };
6123
6183
  var MenuButton = (props) => {
6124
6184
  const {
6125
- size = defaultProps24.size,
6126
- rounded = defaultProps24.rounded,
6127
- fillMode = defaultProps24.fillMode,
6128
- themeColor = defaultProps24.themeColor,
6185
+ size = defaultProps26.size,
6186
+ rounded = defaultProps26.rounded,
6187
+ fillMode = defaultProps26.fillMode,
6188
+ themeColor = defaultProps26.themeColor,
6129
6189
  hover,
6130
6190
  focus,
6131
6191
  active,
@@ -6133,14 +6193,14 @@ var MenuButton = (props) => {
6133
6193
  disabled,
6134
6194
  icon,
6135
6195
  text,
6136
- showArrow = defaultProps24.showArrow,
6137
- arrowIconName = defaultProps24.arrowIconName,
6196
+ showArrow = defaultProps26.showArrow,
6197
+ arrowIconName = defaultProps26.arrowIconName,
6138
6198
  popup,
6139
6199
  opened,
6140
6200
  ...other
6141
6201
  } = props;
6142
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6143
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6202
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6203
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6144
6204
  Button,
6145
6205
  {
6146
6206
  ...other,
@@ -6163,35 +6223,35 @@ var MenuButton = (props) => {
6163
6223
  arrowIconName
6164
6224
  }
6165
6225
  ),
6166
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-menu-popup", children: popup })
6226
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Popup, { className: "k-menu-popup", children: popup })
6167
6227
  ] });
6168
6228
  };
6169
- MenuButton.states = states29;
6170
- MenuButton.options = options27;
6229
+ MenuButton.states = states31;
6230
+ MenuButton.options = options29;
6171
6231
  MenuButton.className = MENUBUTTON_CLASSNAME;
6172
- MenuButton.defaultProps = defaultProps24;
6232
+ MenuButton.defaultProps = defaultProps26;
6173
6233
 
6174
6234
  // src/menu-button/templates/icon-menu-button.tsx
6175
- var import_jsx_runtime71 = require("react/jsx-runtime");
6235
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6176
6236
 
6177
6237
  // src/menu-button/templates/icon-text-menu-button.tsx
6178
- var import_jsx_runtime72 = require("react/jsx-runtime");
6238
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6179
6239
 
6180
6240
  // src/menu-button/templates/text-menu-button.tsx
6181
- var import_jsx_runtime73 = require("react/jsx-runtime");
6241
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6182
6242
 
6183
6243
  // src/menu/menu-item.spec.tsx
6184
- var import_jsx_runtime74 = require("react/jsx-runtime");
6244
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6185
6245
  var MENUITEM_CLASSNAME = `k-menu-item`;
6186
- var states30 = [
6246
+ var states32 = [
6187
6247
  States.hover,
6188
6248
  States.focus,
6189
6249
  States.active,
6190
6250
  States.selected,
6191
6251
  States.disabled
6192
6252
  ];
6193
- var options28 = {};
6194
- var defaultProps25 = {
6253
+ var options30 = {};
6254
+ var defaultProps27 = {
6195
6255
  dir: "ltr"
6196
6256
  };
6197
6257
  var MenuItem = (props) => {
@@ -6205,11 +6265,11 @@ var MenuItem = (props) => {
6205
6265
  text,
6206
6266
  showArrow,
6207
6267
  arrowIconName,
6208
- dir = defaultProps25.dir,
6268
+ dir = defaultProps27.dir,
6209
6269
  children,
6210
6270
  ...other
6211
6271
  } = props;
6212
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(import_jsx_runtime74.Fragment, {});
6272
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_jsx_runtime76.Fragment, {});
6213
6273
  if (children) {
6214
6274
  children.forEach((child) => {
6215
6275
  const component = child.type;
@@ -6223,7 +6283,7 @@ var MenuItem = (props) => {
6223
6283
  if (!expandArrowName) {
6224
6284
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6225
6285
  }
6226
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6286
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6227
6287
  "li",
6228
6288
  {
6229
6289
  ...other,
@@ -6238,7 +6298,7 @@ var MenuItem = (props) => {
6238
6298
  })
6239
6299
  ),
6240
6300
  children: [
6241
- /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6301
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6242
6302
  "span",
6243
6303
  {
6244
6304
  className: classNames(
@@ -6251,9 +6311,9 @@ var MenuItem = (props) => {
6251
6311
  })
6252
6312
  ),
6253
6313
  children: [
6254
- icon && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6255
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: "k-menu-link-text", children: text }),
6256
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { icon: expandArrowName }) })
6314
+ icon && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6315
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "k-menu-link-text", children: text }),
6316
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Icon, { icon: expandArrowName }) })
6257
6317
  ]
6258
6318
  }
6259
6319
  ),
@@ -6262,24 +6322,24 @@ var MenuItem = (props) => {
6262
6322
  }
6263
6323
  );
6264
6324
  };
6265
- MenuItem.states = states30;
6266
- MenuItem.options = options28;
6325
+ MenuItem.states = states32;
6326
+ MenuItem.options = options30;
6267
6327
  MenuItem.className = MENUITEM_CLASSNAME;
6268
- MenuItem.defaultProps = defaultProps25;
6328
+ MenuItem.defaultProps = defaultProps27;
6269
6329
  var menu_item_spec_default = MenuItem;
6270
6330
 
6271
6331
  // src/menu/menu-separator.spec.tsx
6272
- var import_jsx_runtime75 = require("react/jsx-runtime");
6332
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6273
6333
  var SEPARATOR_CLASSNAME = `k-separator`;
6274
- var defaultProps26 = {
6334
+ var defaultProps28 = {
6275
6335
  orientation: "horizontal"
6276
6336
  };
6277
6337
  var MenuSeparator = (props) => {
6278
6338
  const {
6279
- orientation = defaultProps26.orientation,
6339
+ orientation = defaultProps28.orientation,
6280
6340
  ...other
6281
6341
  } = props;
6282
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6342
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6283
6343
  "li",
6284
6344
  {
6285
6345
  ...other,
@@ -6297,25 +6357,25 @@ var MenuSeparator = (props) => {
6297
6357
  var menu_separator_spec_default = MenuSeparator;
6298
6358
 
6299
6359
  // src/menu/menu-item-content.tsx
6300
- var import_jsx_runtime76 = require("react/jsx-runtime");
6360
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6301
6361
 
6302
6362
  // src/menu/menu-list.spec.tsx
6303
- var import_jsx_runtime77 = require("react/jsx-runtime");
6363
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6304
6364
  var import_react = require("react");
6305
6365
  var MENULIST_CLASSNAME = `k-menu-group`;
6306
- var states31 = [];
6307
- var options29 = {
6366
+ var states33 = [];
6367
+ var options31 = {
6308
6368
  size: [Size.small, Size.medium, Size.large]
6309
6369
  };
6310
- var defaultProps27 = {
6370
+ var defaultProps29 = {
6311
6371
  size: Size.medium,
6312
6372
  dir: "ltr"
6313
6373
  };
6314
6374
  var MenuList = (props) => {
6315
6375
  const {
6316
6376
  children,
6317
- size = defaultProps27.size,
6318
- dir = defaultProps27.dir,
6377
+ size = defaultProps29.size,
6378
+ dir = defaultProps29.dir,
6319
6379
  ...other
6320
6380
  } = props;
6321
6381
  const listChildren = [];
@@ -6328,7 +6388,7 @@ var MenuList = (props) => {
6328
6388
  );
6329
6389
  } else if (child.type === menu_separator_spec_default) {
6330
6390
  listChildren.push(
6331
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(menu_separator_spec_default, {})
6391
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(menu_separator_spec_default, {})
6332
6392
  );
6333
6393
  } else {
6334
6394
  listChildren.push(child);
@@ -6336,7 +6396,7 @@ var MenuList = (props) => {
6336
6396
  });
6337
6397
  }
6338
6398
  }
6339
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6399
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6340
6400
  "ul",
6341
6401
  {
6342
6402
  ...other,
@@ -6351,25 +6411,25 @@ var MenuList = (props) => {
6351
6411
  }
6352
6412
  );
6353
6413
  };
6354
- MenuList.states = states31;
6355
- MenuList.options = options29;
6414
+ MenuList.states = states33;
6415
+ MenuList.options = options31;
6356
6416
  MenuList.className = MENULIST_CLASSNAME;
6357
- MenuList.defaultProps = defaultProps27;
6417
+ MenuList.defaultProps = defaultProps29;
6358
6418
 
6359
6419
  // src/menu-button/templates/menu-button-popup.tsx
6360
- var import_jsx_runtime78 = require("react/jsx-runtime");
6420
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6361
6421
 
6362
6422
  // src/split-button/split-button.spec.tsx
6363
- var import_jsx_runtime79 = require("react/jsx-runtime");
6423
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6364
6424
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6365
- var states32 = [
6425
+ var states34 = [
6366
6426
  States.hover,
6367
6427
  States.focus,
6368
6428
  States.active,
6369
6429
  States.selected,
6370
6430
  States.disabled
6371
6431
  ];
6372
- var options30 = {
6432
+ var options32 = {
6373
6433
  size: [Size.small, Size.medium, Size.large],
6374
6434
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6375
6435
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6387,7 +6447,7 @@ var options30 = {
6387
6447
  ThemeColor.inverse
6388
6448
  ]
6389
6449
  };
6390
- var defaultProps28 = {
6450
+ var defaultProps30 = {
6391
6451
  size: Size.medium,
6392
6452
  rounded: Roundness.medium,
6393
6453
  fillMode: FillMode.solid,
@@ -6396,10 +6456,10 @@ var defaultProps28 = {
6396
6456
  };
6397
6457
  var SplitButton = (props) => {
6398
6458
  const {
6399
- size = defaultProps28.size,
6400
- rounded = defaultProps28.rounded,
6401
- fillMode = defaultProps28.fillMode,
6402
- themeColor = defaultProps28.themeColor,
6459
+ size = defaultProps30.size,
6460
+ rounded = defaultProps30.rounded,
6461
+ fillMode = defaultProps30.fillMode,
6462
+ themeColor = defaultProps30.themeColor,
6403
6463
  hover,
6404
6464
  focus,
6405
6465
  active,
@@ -6407,13 +6467,13 @@ var SplitButton = (props) => {
6407
6467
  disabled,
6408
6468
  icon,
6409
6469
  text,
6410
- arrowIconName = defaultProps28.arrowIconName,
6470
+ arrowIconName = defaultProps30.arrowIconName,
6411
6471
  popup,
6412
6472
  opened,
6413
6473
  ...other
6414
6474
  } = props;
6415
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6416
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6475
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(import_jsx_runtime81.Fragment, { children: [
6476
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6417
6477
  "div",
6418
6478
  {
6419
6479
  ...other,
@@ -6426,7 +6486,7 @@ var SplitButton = (props) => {
6426
6486
  })
6427
6487
  ),
6428
6488
  children: [
6429
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6489
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6430
6490
  Button,
6431
6491
  {
6432
6492
  text,
@@ -6443,7 +6503,7 @@ var SplitButton = (props) => {
6443
6503
  children: props.children
6444
6504
  }
6445
6505
  ),
6446
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6506
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6447
6507
  Button,
6448
6508
  {
6449
6509
  className: "k-split-button-arrow",
@@ -6457,30 +6517,30 @@ var SplitButton = (props) => {
6457
6517
  ]
6458
6518
  }
6459
6519
  ),
6460
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Popup, { className: "k-menu-popup", children: popup })
6520
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Popup, { className: "k-menu-popup", children: popup })
6461
6521
  ] });
6462
6522
  };
6463
- SplitButton.states = states32;
6464
- SplitButton.options = options30;
6523
+ SplitButton.states = states34;
6524
+ SplitButton.options = options32;
6465
6525
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6466
- SplitButton.defaultProps = defaultProps28;
6526
+ SplitButton.defaultProps = defaultProps30;
6467
6527
  var split_button_spec_default = SplitButton;
6468
6528
 
6469
6529
  // src/toolbar/toolbar.spec.tsx
6470
- var import_jsx_runtime80 = require("react/jsx-runtime");
6530
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6471
6531
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6472
- var states33 = [
6532
+ var states35 = [
6473
6533
  States.focus
6474
6534
  ];
6475
- var options31 = {
6535
+ var options33 = {
6476
6536
  size: [Size.small, Size.medium, Size.large]
6477
6537
  };
6478
- var defaultProps29 = {
6538
+ var defaultProps31 = {
6479
6539
  size: Size.medium
6480
6540
  };
6481
6541
  var Toolbar = (props) => {
6482
6542
  const {
6483
- size = defaultProps29.size,
6543
+ size = defaultProps31.size,
6484
6544
  focus,
6485
6545
  resizable,
6486
6546
  ...other
@@ -6490,7 +6550,7 @@ var Toolbar = (props) => {
6490
6550
  const tempToolbarChildren = [];
6491
6551
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6492
6552
  tempToolbarChildren.push(
6493
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6553
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6494
6554
  Button,
6495
6555
  {
6496
6556
  ...child.props,
@@ -6501,7 +6561,7 @@ var Toolbar = (props) => {
6501
6561
  );
6502
6562
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6503
6563
  tempToolbarChildren.push(
6504
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6564
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6505
6565
  Button,
6506
6566
  {
6507
6567
  ...child.props,
@@ -6512,7 +6572,7 @@ var Toolbar = (props) => {
6512
6572
  );
6513
6573
  } else if (child.type === Button) {
6514
6574
  tempToolbarChildren.push(
6515
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6575
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6516
6576
  Button,
6517
6577
  {
6518
6578
  ...child.props,
@@ -6523,7 +6583,7 @@ var Toolbar = (props) => {
6523
6583
  );
6524
6584
  } else if (child.type === MenuButton) {
6525
6585
  tempToolbarChildren.push(
6526
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6586
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6527
6587
  MenuButton,
6528
6588
  {
6529
6589
  ...child.props,
@@ -6534,7 +6594,7 @@ var Toolbar = (props) => {
6534
6594
  );
6535
6595
  } else if (child.type === split_button_spec_default) {
6536
6596
  tempToolbarChildren.push(
6537
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6597
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6538
6598
  split_button_spec_default,
6539
6599
  {
6540
6600
  ...child.props,
@@ -6548,7 +6608,7 @@ var Toolbar = (props) => {
6548
6608
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6549
6609
  childrenArray.forEach((button, bindex) => {
6550
6610
  buttonGroupItems.push(
6551
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6611
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6552
6612
  Button,
6553
6613
  {
6554
6614
  ...button.props,
@@ -6559,7 +6619,7 @@ var Toolbar = (props) => {
6559
6619
  );
6560
6620
  });
6561
6621
  tempToolbarChildren.push(
6562
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6622
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6563
6623
  ButtonGroup,
6564
6624
  {
6565
6625
  ...child.props,
@@ -6571,7 +6631,7 @@ var Toolbar = (props) => {
6571
6631
  );
6572
6632
  } else if (child.type === Combobox) {
6573
6633
  tempToolbarChildren.push(
6574
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6634
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6575
6635
  Combobox,
6576
6636
  {
6577
6637
  ...child.props,
@@ -6582,7 +6642,7 @@ var Toolbar = (props) => {
6582
6642
  );
6583
6643
  } else if (child.type === DropdownList) {
6584
6644
  tempToolbarChildren.push(
6585
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6645
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6586
6646
  DropdownList,
6587
6647
  {
6588
6648
  ...child.props,
@@ -6593,7 +6653,7 @@ var Toolbar = (props) => {
6593
6653
  );
6594
6654
  } else if (child.type === ColorPicker) {
6595
6655
  tempToolbarChildren.push(
6596
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6656
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6597
6657
  ColorPicker,
6598
6658
  {
6599
6659
  ...child.props,
@@ -6615,7 +6675,7 @@ var Toolbar = (props) => {
6615
6675
  addUniqueToolClass(child, index);
6616
6676
  });
6617
6677
  }
6618
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6678
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6619
6679
  "div",
6620
6680
  {
6621
6681
  ...other,
@@ -6636,26 +6696,26 @@ var Toolbar = (props) => {
6636
6696
  }
6637
6697
  );
6638
6698
  };
6639
- Toolbar.states = states33;
6640
- Toolbar.options = options31;
6699
+ Toolbar.states = states35;
6700
+ Toolbar.options = options33;
6641
6701
  Toolbar.className = TOOLBAR_CLASSNAME;
6642
- Toolbar.defaultProps = defaultProps29;
6702
+ Toolbar.defaultProps = defaultProps31;
6643
6703
 
6644
6704
  // src/toolbar/toolbar-angular.spec.tsx
6645
- var import_jsx_runtime81 = require("react/jsx-runtime");
6705
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6646
6706
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6647
- var states34 = [
6707
+ var states36 = [
6648
6708
  States.focus
6649
6709
  ];
6650
- var options32 = {
6710
+ var options34 = {
6651
6711
  size: [Size.small, Size.medium, Size.large]
6652
6712
  };
6653
- var defaultProps30 = {
6713
+ var defaultProps32 = {
6654
6714
  size: Size.medium
6655
6715
  };
6656
6716
  var ToolbarAngular = (props) => {
6657
6717
  const {
6658
- size = defaultProps30.size,
6718
+ size = defaultProps32.size,
6659
6719
  focus,
6660
6720
  resizable,
6661
6721
  ...other
@@ -6665,7 +6725,7 @@ var ToolbarAngular = (props) => {
6665
6725
  const tempToolbarChildren = [];
6666
6726
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6667
6727
  tempToolbarChildren.push(
6668
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6728
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6669
6729
  Button,
6670
6730
  {
6671
6731
  ...child.props,
@@ -6676,7 +6736,7 @@ var ToolbarAngular = (props) => {
6676
6736
  );
6677
6737
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6678
6738
  tempToolbarChildren.push(
6679
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6739
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6680
6740
  Button,
6681
6741
  {
6682
6742
  ...child.props,
@@ -6687,7 +6747,7 @@ var ToolbarAngular = (props) => {
6687
6747
  );
6688
6748
  } else if (child.type === Button) {
6689
6749
  tempToolbarChildren.push(
6690
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6750
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6691
6751
  Button,
6692
6752
  {
6693
6753
  ...child.props,
@@ -6698,7 +6758,7 @@ var ToolbarAngular = (props) => {
6698
6758
  );
6699
6759
  } else if (child.type === MenuButton) {
6700
6760
  tempToolbarChildren.push(
6701
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6761
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6702
6762
  MenuButton,
6703
6763
  {
6704
6764
  ...child.props,
@@ -6709,7 +6769,7 @@ var ToolbarAngular = (props) => {
6709
6769
  );
6710
6770
  } else if (child.type === split_button_spec_default) {
6711
6771
  tempToolbarChildren.push(
6712
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6772
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6713
6773
  split_button_spec_default,
6714
6774
  {
6715
6775
  ...child.props,
@@ -6723,7 +6783,7 @@ var ToolbarAngular = (props) => {
6723
6783
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6724
6784
  childrenArray.forEach((button, bindex) => {
6725
6785
  buttonGroupItems.push(
6726
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6786
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6727
6787
  Button,
6728
6788
  {
6729
6789
  ...button.props,
@@ -6734,7 +6794,7 @@ var ToolbarAngular = (props) => {
6734
6794
  );
6735
6795
  });
6736
6796
  tempToolbarChildren.push(
6737
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6797
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6738
6798
  ButtonGroup,
6739
6799
  {
6740
6800
  ...child.props,
@@ -6746,7 +6806,7 @@ var ToolbarAngular = (props) => {
6746
6806
  );
6747
6807
  } else if (child.type === Combobox) {
6748
6808
  tempToolbarChildren.push(
6749
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6809
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6750
6810
  Combobox,
6751
6811
  {
6752
6812
  ...child.props,
@@ -6757,7 +6817,7 @@ var ToolbarAngular = (props) => {
6757
6817
  );
6758
6818
  } else if (child.type === DropdownList) {
6759
6819
  tempToolbarChildren.push(
6760
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6820
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6761
6821
  DropdownList,
6762
6822
  {
6763
6823
  ...child.props,
@@ -6768,7 +6828,7 @@ var ToolbarAngular = (props) => {
6768
6828
  );
6769
6829
  } else if (child.type === ColorPicker) {
6770
6830
  tempToolbarChildren.push(
6771
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6831
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6772
6832
  ColorPicker,
6773
6833
  {
6774
6834
  ...child.props,
@@ -6790,7 +6850,7 @@ var ToolbarAngular = (props) => {
6790
6850
  addUniqueToolClass(child, index);
6791
6851
  });
6792
6852
  }
6793
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6853
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6794
6854
  "div",
6795
6855
  {
6796
6856
  ...other,
@@ -6811,28 +6871,28 @@ var ToolbarAngular = (props) => {
6811
6871
  }
6812
6872
  );
6813
6873
  };
6814
- ToolbarAngular.states = states34;
6815
- ToolbarAngular.options = options32;
6874
+ ToolbarAngular.states = states36;
6875
+ ToolbarAngular.options = options34;
6816
6876
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6817
- ToolbarAngular.defaultProps = defaultProps30;
6877
+ ToolbarAngular.defaultProps = defaultProps32;
6818
6878
 
6819
6879
  // src/toolbar/toolbar-separator.tsx
6820
- var import_jsx_runtime82 = require("react/jsx-runtime");
6880
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6821
6881
 
6822
6882
  // src/toolbar/toolbar-item.spec.tsx
6823
- var import_jsx_runtime83 = require("react/jsx-runtime");
6883
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6824
6884
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6825
- var states35 = [
6885
+ var states37 = [
6826
6886
  States.focus
6827
6887
  ];
6828
- var options33 = {};
6829
- var defaultProps31 = {};
6888
+ var options35 = {};
6889
+ var defaultProps33 = {};
6830
6890
  var ToolbarItem = (props) => {
6831
6891
  const {
6832
6892
  focus,
6833
6893
  ...other
6834
6894
  } = props;
6835
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6895
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6836
6896
  "div",
6837
6897
  {
6838
6898
  ...other,
@@ -6847,108 +6907,108 @@ var ToolbarItem = (props) => {
6847
6907
  }
6848
6908
  );
6849
6909
  };
6850
- ToolbarItem.states = states35;
6851
- ToolbarItem.options = options33;
6910
+ ToolbarItem.states = states37;
6911
+ ToolbarItem.options = options35;
6852
6912
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6853
- ToolbarItem.defaultProps = defaultProps31;
6913
+ ToolbarItem.defaultProps = defaultProps33;
6854
6914
 
6855
6915
  // src/grid/tests/grid-editing-inline-blazor.tsx
6856
- var import_jsx_runtime84 = require("react/jsx-runtime");
6857
- var grid_editing_inline_blazor_default = () => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_jsx_runtime84.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
6858
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("h3", { children: "Edit Row" }),
6859
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
6860
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "plus", children: "Add" }) }),
6861
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
6862
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("colgroup", { children: [
6863
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", { style: { width: "65px" } }),
6864
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {}),
6865
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {})
6916
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6917
+ var grid_editing_inline_blazor_default = () => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_jsx_runtime86.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
6918
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("h3", { children: "Edit Row" }),
6919
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
6920
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "plus", children: "Add" }) }),
6921
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
6922
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("colgroup", { children: [
6923
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", { style: { width: "65px" } }),
6924
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {}),
6925
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {})
6866
6926
  ] }),
6867
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tr", { className: "k-table-row", children: [
6868
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Checkbox, {}) }),
6869
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
6870
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
6927
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tr", { className: "k-table-row", children: [
6928
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Checkbox, {}) }),
6929
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
6930
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
6871
6931
  ] }) })
6872
6932
  ] }) }) }),
6873
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
6874
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
6875
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("colgroup", { children: [
6876
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", { style: { width: "65px" } }),
6877
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {}),
6878
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {})
6933
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
6934
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
6935
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("colgroup", { children: [
6936
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", { style: { width: "65px" } }),
6937
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {}),
6938
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {})
6879
6939
  ] }),
6880
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tbody", { className: "k-table-tbody", children: [
6881
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tr", { className: "k-table-row k-master-row k-grid-edit-row", children: [
6882
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6883
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td k-grid-edit-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Textbox, {}) }),
6884
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6885
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "save", children: "Update" }),
6886
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "cancel", children: "Cancel" })
6940
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tbody", { className: "k-table-tbody", children: [
6941
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tr", { className: "k-table-row k-master-row k-grid-edit-row", children: [
6942
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6943
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td k-grid-edit-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Textbox, {}) }),
6944
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6945
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "save", children: "Update" }),
6946
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "cancel", children: "Cancel" })
6887
6947
  ] }) })
6888
6948
  ] }),
6889
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
6890
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6891
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
6892
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6893
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "pencil", children: "Edit" }),
6894
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "trash", children: "Delete" })
6949
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
6950
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6951
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
6952
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6953
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "pencil", children: "Edit" }),
6954
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "trash", children: "Delete" })
6895
6955
  ] }) })
6896
6956
  ] })
6897
6957
  ] })
6898
6958
  ] }) }) }),
6899
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", {}) })
6959
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", {}) })
6900
6960
  ] }) })
6901
6961
  ] }),
6902
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("h3", { children: "New Row" }),
6903
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
6904
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "plus", children: "Add" }) }),
6905
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
6906
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("colgroup", { children: [
6907
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", { style: { width: "65px" } }),
6908
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {}),
6909
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {})
6962
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("h3", { children: "New Row" }),
6963
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
6964
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "plus", children: "Add" }) }),
6965
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", role: "grid", children: [
6966
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("colgroup", { children: [
6967
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", { style: { width: "65px" } }),
6968
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {}),
6969
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {})
6910
6970
  ] }),
6911
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tr", { className: "k-table-row", children: [
6912
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Checkbox, {}) }),
6913
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
6914
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
6971
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tr", { className: "k-table-row", children: [
6972
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Checkbox, {}) }),
6973
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
6974
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
6915
6975
  ] }) })
6916
6976
  ] }) }) }),
6917
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
6918
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
6919
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("colgroup", { children: [
6920
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", { style: { width: "65px" } }),
6921
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {}),
6922
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("col", {})
6977
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
6978
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("table", { role: "grid", className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
6979
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("colgroup", { children: [
6980
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", { style: { width: "65px" } }),
6981
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {}),
6982
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("col", {})
6923
6983
  ] }),
6924
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tbody", { className: "k-table-tbody", children: [
6925
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tr", { className: "k-table-row k-master-row k-grid-add-row k-grid-edit-row", children: [
6926
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6927
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td k-grid-edit-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Textbox, {}) }),
6928
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6929
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "save", children: "Update" }),
6930
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "cancel", children: "Cancel" })
6984
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tbody", { className: "k-table-tbody", children: [
6985
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tr", { className: "k-table-row k-master-row k-grid-add-row k-grid-edit-row", children: [
6986
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6987
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td k-grid-edit-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Textbox, {}) }),
6988
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6989
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "save", children: "Update" }),
6990
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "cancel", children: "Cancel" })
6931
6991
  ] }) })
6932
6992
  ] }),
6933
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6934
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6935
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
6936
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6937
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "pencil", children: "Edit" }),
6938
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "trash", children: "Delete" })
6993
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6994
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6995
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product1" }),
6996
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6997
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "pencil", children: "Edit" }),
6998
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "trash", children: "Delete" })
6939
6999
  ] }) })
6940
7000
  ] }),
6941
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
6942
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
6943
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
6944
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
6945
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "pencil", children: "Edit" }),
6946
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "trash", children: "Delete" })
7001
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7002
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Checkbox, { className: "k-grid-checkbox" }) }) }),
7003
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td", colSpan: 0, children: "Product2" }),
7004
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("td", { className: "k-table-td k-command-cell", colSpan: 0, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("span", { className: "k-d-flex k-gap-1", children: [
7005
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "pencil", children: "Edit" }),
7006
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { icon: "trash", children: "Delete" })
6947
7007
  ] }) })
6948
7008
  ] })
6949
7009
  ] })
6950
7010
  ] }) }) }),
6951
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", {}) })
7011
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", {}) })
6952
7012
  ] }) })
6953
7013
  ] })
6954
7014
  ] }) });