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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -4477,16 +4477,76 @@ Checkbox.options = options5;
4477
4477
  Checkbox.className = CHECKBOX_CLASSNAME;
4478
4478
  Checkbox.defaultProps = defaultProps5;
4479
4479
 
4480
- // src/checkbox/templates/checkbox-label.tsx
4481
- import { Fragment as Fragment5, jsx as jsx9, jsxs as jsxs2 } from "react/jsx-runtime";
4480
+ // src/checkbox/checkbox-group.spec.tsx
4481
+ import { jsx as jsx9 } from "react/jsx-runtime";
4482
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4483
+ var states6 = [];
4484
+ var options6 = {};
4485
+ var defaultProps6 = {
4486
+ layout: "vertical"
4487
+ };
4488
+ var CheckboxGroup = (props) => {
4489
+ const {
4490
+ layout = defaultProps6.layout,
4491
+ ...other
4492
+ } = props;
4493
+ return /* @__PURE__ */ jsx9(
4494
+ "ul",
4495
+ {
4496
+ ...other,
4497
+ className: classNames(
4498
+ props.className,
4499
+ CHECKBOXGROUP_CLASSNAME,
4500
+ {
4501
+ [`k-list-${layout}`]: layout
4502
+ }
4503
+ ),
4504
+ children: props.children
4505
+ }
4506
+ );
4507
+ };
4508
+ CheckboxGroup.states = states6;
4509
+ CheckboxGroup.options = options6;
4510
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4511
+ CheckboxGroup.defaultProps = defaultProps6;
4482
4512
 
4483
- // src/checkbox/templates/checkbox-normal.tsx
4513
+ // src/checkbox/checkbox-item.spec.tsx
4484
4514
  import { jsx as jsx10 } from "react/jsx-runtime";
4515
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4516
+ var states7 = [];
4517
+ var options7 = {};
4518
+ var defaultProps7 = {};
4519
+ var CheckboxItem = (props) => {
4520
+ const {
4521
+ ...other
4522
+ } = props;
4523
+ return /* @__PURE__ */ jsx10(
4524
+ "li",
4525
+ {
4526
+ ...other,
4527
+ className: classNames(
4528
+ props.className,
4529
+ CHECKBOXITEM_CLASSNAME
4530
+ ),
4531
+ children: props.children
4532
+ }
4533
+ );
4534
+ };
4535
+ CheckboxItem.states = states7;
4536
+ CheckboxItem.options = options7;
4537
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4538
+ CheckboxItem.defaultProps = defaultProps7;
4539
+
4540
+ // src/checkbox/templates/checkbox-with-label.tsx
4541
+ import { Fragment as Fragment5, jsx as jsx11, jsxs as jsxs2 } from "react/jsx-runtime";
4542
+
4543
+ // src/checkbox/templates/checkbox-normal.tsx
4544
+ import { jsx as jsx12 } from "react/jsx-runtime";
4485
4545
 
4486
4546
  // src/input/input.spec.tsx
4487
- import { jsx as jsx11 } from "react/jsx-runtime";
4547
+ import { jsx as jsx13 } from "react/jsx-runtime";
4488
4548
  var INPUT_CLASSNAME = `k-input`;
4489
- var states6 = [
4549
+ var states8 = [
4490
4550
  States.hover,
4491
4551
  States.focus,
4492
4552
  States.valid,
@@ -4496,12 +4556,12 @@ var states6 = [
4496
4556
  States.loading,
4497
4557
  States.readonly
4498
4558
  ];
4499
- var options6 = {
4559
+ var options8 = {
4500
4560
  size: [Size.small, Size.medium, Size.large],
4501
4561
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4502
4562
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4503
4563
  };
4504
- var defaultProps6 = {
4564
+ var defaultProps8 = {
4505
4565
  size: Size.medium,
4506
4566
  rounded: Size.medium,
4507
4567
  fillMode: FillMode.solid
@@ -4515,12 +4575,12 @@ var Input = (props) => {
4515
4575
  valid,
4516
4576
  loading,
4517
4577
  readonly,
4518
- size = defaultProps6.size,
4519
- rounded = defaultProps6.rounded,
4520
- fillMode = defaultProps6.fillMode,
4578
+ size = defaultProps8.size,
4579
+ rounded = defaultProps8.rounded,
4580
+ fillMode = defaultProps8.fillMode,
4521
4581
  ...other
4522
4582
  } = props;
4523
- return /* @__PURE__ */ jsx11(
4583
+ return /* @__PURE__ */ jsx13(
4524
4584
  "span",
4525
4585
  {
4526
4586
  ...other,
@@ -4533,13 +4593,13 @@ var Input = (props) => {
4533
4593
  }
4534
4594
  );
4535
4595
  };
4536
- Input.states = states6;
4537
- Input.options = options6;
4596
+ Input.states = states8;
4597
+ Input.options = options8;
4538
4598
  Input.className = INPUT_CLASSNAME;
4539
- Input.defaultProps = defaultProps6;
4599
+ Input.defaultProps = defaultProps8;
4540
4600
 
4541
4601
  // src/input/picker.spec.tsx
4542
- import { jsx as jsx12 } from "react/jsx-runtime";
4602
+ import { jsx as jsx14 } from "react/jsx-runtime";
4543
4603
  var PICKER_CLASSNAME = `k-picker`;
4544
4604
  var pickerStates = [
4545
4605
  States.hover,
@@ -4556,7 +4616,7 @@ var pickerOptions = {
4556
4616
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4557
4617
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4558
4618
  };
4559
- var defaultProps7 = {
4619
+ var defaultProps9 = {
4560
4620
  size: Size.medium,
4561
4621
  rounded: Roundness.medium,
4562
4622
  fillMode: FillMode.solid
@@ -4570,12 +4630,12 @@ var Picker = (props) => {
4570
4630
  valid,
4571
4631
  loading,
4572
4632
  readonly,
4573
- size = defaultProps7.size,
4574
- rounded = defaultProps7.rounded,
4575
- fillMode = defaultProps7.fillMode,
4633
+ size = defaultProps9.size,
4634
+ rounded = defaultProps9.rounded,
4635
+ fillMode = defaultProps9.fillMode,
4576
4636
  ...other
4577
4637
  } = props;
4578
- return /* @__PURE__ */ jsx12(
4638
+ return /* @__PURE__ */ jsx14(
4579
4639
  "span",
4580
4640
  {
4581
4641
  ...other,
@@ -4592,17 +4652,17 @@ var Picker = (props) => {
4592
4652
  Picker.states = pickerStates;
4593
4653
  Picker.options = pickerOptions;
4594
4654
  Picker.className = PICKER_CLASSNAME;
4595
- Picker.defaultProps = defaultProps7;
4655
+ Picker.defaultProps = defaultProps9;
4596
4656
 
4597
4657
  // src/input/input-clear-value.tsx
4598
- import { Fragment as Fragment6, jsx as jsx13 } from "react/jsx-runtime";
4658
+ import { Fragment as Fragment6, jsx as jsx15 } from "react/jsx-runtime";
4599
4659
  var className = `k-clear-value`;
4600
- var states7 = [
4660
+ var states9 = [
4601
4661
  States.disabled,
4602
4662
  States.loading,
4603
4663
  States.readonly
4604
4664
  ];
4605
- var options7 = {};
4665
+ var options9 = {};
4606
4666
  var InputClearValue = (props) => {
4607
4667
  const {
4608
4668
  disabled,
@@ -4611,20 +4671,20 @@ var InputClearValue = (props) => {
4611
4671
  value
4612
4672
  } = props;
4613
4673
  if (disabled || readonly || loading || !value) {
4614
- return /* @__PURE__ */ jsx13(Fragment6, {});
4674
+ return /* @__PURE__ */ jsx15(Fragment6, {});
4615
4675
  }
4616
- return /* @__PURE__ */ jsx13("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx13(Icon, { icon: "x" }) });
4676
+ return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
4617
4677
  };
4618
- InputClearValue.states = states7;
4619
- InputClearValue.options = options7;
4678
+ InputClearValue.states = states9;
4679
+ InputClearValue.options = options9;
4620
4680
  InputClearValue.className = className;
4621
4681
 
4622
4682
  // src/input/input-inner-input.tsx
4623
- import { jsx as jsx14 } from "react/jsx-runtime";
4683
+ import { jsx as jsx16 } from "react/jsx-runtime";
4624
4684
  var className2 = `k-input-inner`;
4625
- var states8 = [];
4626
- var options8 = {};
4627
- var defaultProps8 = {
4685
+ var states10 = [];
4686
+ var options10 = {};
4687
+ var defaultProps10 = {
4628
4688
  type: "text",
4629
4689
  autocomplete: "off",
4630
4690
  value: "",
@@ -4632,13 +4692,13 @@ var defaultProps8 = {
4632
4692
  };
4633
4693
  var InputInnerInput = (props) => {
4634
4694
  const {
4635
- value = defaultProps8.value,
4636
- type = defaultProps8.type,
4637
- placeholder = defaultProps8.placeholder,
4638
- autocomplete = defaultProps8.autocomplete,
4695
+ value = defaultProps10.value,
4696
+ type = defaultProps10.type,
4697
+ placeholder = defaultProps10.placeholder,
4698
+ autocomplete = defaultProps10.autocomplete,
4639
4699
  ...other
4640
4700
  } = props;
4641
- return /* @__PURE__ */ jsx14(
4701
+ return /* @__PURE__ */ jsx16(
4642
4702
  "input",
4643
4703
  {
4644
4704
  ...other,
@@ -4650,15 +4710,15 @@ var InputInnerInput = (props) => {
4650
4710
  }
4651
4711
  );
4652
4712
  };
4653
- InputInnerInput.states = states8;
4654
- InputInnerInput.options = options8;
4713
+ InputInnerInput.states = states10;
4714
+ InputInnerInput.options = options10;
4655
4715
  InputInnerInput.className = className2;
4656
4716
 
4657
4717
  // src/input/input-inner-span.tsx
4658
- import { jsx as jsx15, jsxs as jsxs3 } from "react/jsx-runtime";
4718
+ import { jsx as jsx17, jsxs as jsxs3 } from "react/jsx-runtime";
4659
4719
  var className3 = `k-input-inner`;
4660
- var states9 = [];
4661
- var options9 = {};
4720
+ var states11 = [];
4721
+ var options11 = {};
4662
4722
  var InputInnerSpan = (props) => {
4663
4723
  const {
4664
4724
  value,
@@ -4675,34 +4735,34 @@ var InputInnerSpan = (props) => {
4675
4735
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4676
4736
  children: [
4677
4737
  valueIcon,
4678
- !valueIcon && valueIconName && /* @__PURE__ */ jsx15(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4738
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx17(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4679
4739
  showValue && !value && placeholder,
4680
- showValue && value && /* @__PURE__ */ jsx15("span", { className: "k-input-value-text", children: value })
4740
+ showValue && value && /* @__PURE__ */ jsx17("span", { className: "k-input-value-text", children: value })
4681
4741
  ]
4682
4742
  }
4683
4743
  );
4684
4744
  };
4685
- InputInnerSpan.states = states9;
4686
- InputInnerSpan.options = options9;
4745
+ InputInnerSpan.states = states11;
4746
+ InputInnerSpan.options = options11;
4687
4747
  InputInnerSpan.className = className3;
4688
4748
 
4689
4749
  // src/input/input-inner-textarea.tsx
4690
- import { jsx as jsx16 } from "react/jsx-runtime";
4691
- var defaultProps9 = {
4750
+ import { jsx as jsx18 } from "react/jsx-runtime";
4751
+ var defaultProps11 = {
4692
4752
  value: "",
4693
4753
  placeholder: ""
4694
4754
  };
4695
4755
  var className4 = `k-input-inner`;
4696
- var states10 = [];
4697
- var options10 = {};
4756
+ var states12 = [];
4757
+ var options12 = {};
4698
4758
  var InputInnerTextarea = (props) => {
4699
4759
  const {
4700
- value = defaultProps9.value,
4701
- placeholder = defaultProps9.placeholder,
4760
+ value = defaultProps11.value,
4761
+ placeholder = defaultProps11.placeholder,
4702
4762
  rows,
4703
4763
  ...other
4704
4764
  } = props;
4705
- return /* @__PURE__ */ jsx16(
4765
+ return /* @__PURE__ */ jsx18(
4706
4766
  "textarea",
4707
4767
  {
4708
4768
  ...other,
@@ -4713,14 +4773,14 @@ var InputInnerTextarea = (props) => {
4713
4773
  }
4714
4774
  );
4715
4775
  };
4716
- InputInnerTextarea.states = states10;
4717
- InputInnerTextarea.options = options10;
4776
+ InputInnerTextarea.states = states12;
4777
+ InputInnerTextarea.options = options12;
4718
4778
  InputInnerTextarea.className = className4;
4719
4779
 
4720
4780
  // src/input/input-loading-icon.tsx
4721
- import { Fragment as Fragment7, jsx as jsx17 } from "react/jsx-runtime";
4781
+ import { Fragment as Fragment7, jsx as jsx19 } from "react/jsx-runtime";
4722
4782
  var className5 = `k-input-loading-icon`;
4723
- var states11 = [
4783
+ var states13 = [
4724
4784
  States.disabled,
4725
4785
  States.loading
4726
4786
  ];
@@ -4730,21 +4790,21 @@ var InputLoadingIcon = (props) => {
4730
4790
  loading
4731
4791
  } = props;
4732
4792
  if (disabled || !loading) {
4733
- return /* @__PURE__ */ jsx17(Fragment7, {});
4793
+ return /* @__PURE__ */ jsx19(Fragment7, {});
4734
4794
  }
4735
- return /* @__PURE__ */ jsx17(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4795
+ return /* @__PURE__ */ jsx19(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4736
4796
  };
4737
4797
 
4738
4798
  // src/input/input-validation-icon.tsx
4739
- import { Fragment as Fragment8, jsx as jsx18 } from "react/jsx-runtime";
4799
+ import { Fragment as Fragment8, jsx as jsx20 } from "react/jsx-runtime";
4740
4800
  var className6 = `k-input-validation-icon`;
4741
- var states12 = [
4801
+ var states14 = [
4742
4802
  States.valid,
4743
4803
  States.invalid,
4744
4804
  States.disabled,
4745
4805
  States.loading
4746
4806
  ];
4747
- var options11 = {};
4807
+ var options13 = {};
4748
4808
  var InputValidationIcon = (props) => {
4749
4809
  const {
4750
4810
  valid,
@@ -4755,53 +4815,53 @@ var InputValidationIcon = (props) => {
4755
4815
  const iconName = invalid ? "exclamation-circle" : "check";
4756
4816
  const renderValidationIcon = Boolean(valid || invalid);
4757
4817
  if (disabled || loading || !renderValidationIcon) {
4758
- return /* @__PURE__ */ jsx18(Fragment8, {});
4818
+ return /* @__PURE__ */ jsx20(Fragment8, {});
4759
4819
  }
4760
- return /* @__PURE__ */ jsx18(Icon, { className: classNames(className6), icon: iconName });
4820
+ return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
4761
4821
  };
4762
- InputValidationIcon.states = states12;
4763
- InputValidationIcon.options = options11;
4822
+ InputValidationIcon.states = states14;
4823
+ InputValidationIcon.options = options13;
4764
4824
  InputValidationIcon.className = className6;
4765
4825
 
4766
4826
  // src/input/input-prefix.tsx
4767
- import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
4827
+ import { Fragment as Fragment9, jsx as jsx21 } from "react/jsx-runtime";
4768
4828
  var className7 = `k-input-prefix`;
4769
4829
  var InputPrefix = (props) => {
4770
4830
  if (!props.children) {
4771
- return /* @__PURE__ */ jsx19(Fragment9, {});
4831
+ return /* @__PURE__ */ jsx21(Fragment9, {});
4772
4832
  }
4773
- return /* @__PURE__ */ jsx19("span", { className: classNames(className7, props.className), children: props.children });
4833
+ return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
4774
4834
  };
4775
4835
 
4776
4836
  // src/input/input-suffix.tsx
4777
- import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
4837
+ import { Fragment as Fragment10, jsx as jsx22 } from "react/jsx-runtime";
4778
4838
  var className8 = `k-input-suffix`;
4779
4839
  var InputSuffix = (props) => {
4780
4840
  if (!props.children) {
4781
- return /* @__PURE__ */ jsx20(Fragment10, {});
4841
+ return /* @__PURE__ */ jsx22(Fragment10, {});
4782
4842
  }
4783
- return /* @__PURE__ */ jsx20("span", { className: classNames(className8, props.className), children: props.children });
4843
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4784
4844
  };
4785
4845
 
4786
4846
  // src/input/input-separator.tsx
4787
- import { jsx as jsx21 } from "react/jsx-runtime";
4847
+ import { jsx as jsx23 } from "react/jsx-runtime";
4788
4848
 
4789
4849
  // src/spinbutton/spinbutton.spec.tsx
4790
- import { jsx as jsx22, jsxs as jsxs4 } from "react/jsx-runtime";
4850
+ import { jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
4791
4851
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
4792
- var states13 = [];
4793
- var options12 = {
4852
+ var states15 = [];
4853
+ var options14 = {
4794
4854
  size: [Size.small, Size.medium, Size.large],
4795
4855
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4796
4856
  };
4797
- var defaultProps10 = {
4857
+ var defaultProps12 = {
4798
4858
  size: Size.medium,
4799
4859
  fillMode: FillMode.solid
4800
4860
  };
4801
4861
  var SpinButton = (props) => {
4802
4862
  const {
4803
- size = defaultProps10.size,
4804
- fillMode = defaultProps10.fillMode,
4863
+ size = defaultProps12.size,
4864
+ fillMode = defaultProps12.fillMode,
4805
4865
  ...other
4806
4866
  } = props;
4807
4867
  return /* @__PURE__ */ jsxs4(
@@ -4813,7 +4873,7 @@ var SpinButton = (props) => {
4813
4873
  props.className
4814
4874
  ),
4815
4875
  children: [
4816
- /* @__PURE__ */ jsx22(
4876
+ /* @__PURE__ */ jsx24(
4817
4877
  Button,
4818
4878
  {
4819
4879
  className: "k-spinner-increase",
@@ -4823,7 +4883,7 @@ var SpinButton = (props) => {
4823
4883
  fillMode
4824
4884
  }
4825
4885
  ),
4826
- /* @__PURE__ */ jsx22(
4886
+ /* @__PURE__ */ jsx24(
4827
4887
  Button,
4828
4888
  {
4829
4889
  className: "k-spinner-decrease",
@@ -4837,15 +4897,15 @@ var SpinButton = (props) => {
4837
4897
  }
4838
4898
  );
4839
4899
  };
4840
- SpinButton.states = states13;
4841
- SpinButton.options = options12;
4900
+ SpinButton.states = states15;
4901
+ SpinButton.options = options14;
4842
4902
  SpinButton.className = SPINBUTTON_CLASSNAME;
4843
- SpinButton.defaultProps = defaultProps10;
4903
+ SpinButton.defaultProps = defaultProps12;
4844
4904
 
4845
4905
  // src/numerictextbox/numerictextbox.spec.tsx
4846
- import { jsx as jsx23, jsxs as jsxs5 } from "react/jsx-runtime";
4906
+ import { jsx as jsx25, jsxs as jsxs5 } from "react/jsx-runtime";
4847
4907
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
4848
- var states14 = [
4908
+ var states16 = [
4849
4909
  States.hover,
4850
4910
  States.focus,
4851
4911
  States.valid,
@@ -4855,12 +4915,12 @@ var states14 = [
4855
4915
  States.disabled,
4856
4916
  States.readonly
4857
4917
  ];
4858
- var options13 = {
4918
+ var options15 = {
4859
4919
  size: [Size.small, Size.medium, Size.large],
4860
4920
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4861
4921
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4862
4922
  };
4863
- var defaultProps11 = {
4923
+ var defaultProps13 = {
4864
4924
  showSpinButton: true,
4865
4925
  showClearButton: true,
4866
4926
  size: Input.defaultProps.size,
@@ -4882,8 +4942,8 @@ var NumericTextbox = (props) => {
4882
4942
  loading,
4883
4943
  disabled,
4884
4944
  readonly,
4885
- showClearButton = defaultProps11.showClearButton,
4886
- showSpinButton = defaultProps11.showSpinButton,
4945
+ showClearButton = defaultProps13.showClearButton,
4946
+ showSpinButton = defaultProps13.showSpinButton,
4887
4947
  ...other
4888
4948
  } = props;
4889
4949
  return /* @__PURE__ */ jsxs5(
@@ -4903,8 +4963,8 @@ var NumericTextbox = (props) => {
4903
4963
  readonly,
4904
4964
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
4905
4965
  children: [
4906
- /* @__PURE__ */ jsx23(InputInnerInput, { placeholder, value }),
4907
- /* @__PURE__ */ jsx23(
4966
+ /* @__PURE__ */ jsx25(InputInnerInput, { placeholder, value }),
4967
+ /* @__PURE__ */ jsx25(
4908
4968
  InputValidationIcon,
4909
4969
  {
4910
4970
  valid,
@@ -4913,14 +4973,14 @@ var NumericTextbox = (props) => {
4913
4973
  disabled
4914
4974
  }
4915
4975
  ),
4916
- /* @__PURE__ */ jsx23(
4976
+ /* @__PURE__ */ jsx25(
4917
4977
  InputLoadingIcon,
4918
4978
  {
4919
4979
  loading,
4920
4980
  disabled
4921
4981
  }
4922
4982
  ),
4923
- showClearButton && /* @__PURE__ */ jsx23(
4983
+ showClearButton && /* @__PURE__ */ jsx25(
4924
4984
  InputClearValue,
4925
4985
  {
4926
4986
  loading,
@@ -4929,7 +4989,7 @@ var NumericTextbox = (props) => {
4929
4989
  value
4930
4990
  }
4931
4991
  ),
4932
- showSpinButton && /* @__PURE__ */ jsx23(
4992
+ showSpinButton && /* @__PURE__ */ jsx25(
4933
4993
  SpinButton,
4934
4994
  {
4935
4995
  className: "k-input-spinner",
@@ -4941,18 +5001,18 @@ var NumericTextbox = (props) => {
4941
5001
  }
4942
5002
  );
4943
5003
  };
4944
- NumericTextbox.states = states14;
4945
- NumericTextbox.options = options13;
5004
+ NumericTextbox.states = states16;
5005
+ NumericTextbox.options = options15;
4946
5006
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
4947
- NumericTextbox.defaultProps = defaultProps11;
5007
+ NumericTextbox.defaultProps = defaultProps13;
4948
5008
 
4949
5009
  // src/numerictextbox/templates/numerictextbox-normal.tsx
4950
- import { jsx as jsx24 } from "react/jsx-runtime";
5010
+ import { jsx as jsx26 } from "react/jsx-runtime";
4951
5011
 
4952
5012
  // src/textbox/textbox.spec.tsx
4953
- import { jsx as jsx25, jsxs as jsxs6 } from "react/jsx-runtime";
5013
+ import { jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
4954
5014
  var TEXTBOX_CLASSNAME = `k-textbox`;
4955
- var states15 = [
5015
+ var states17 = [
4956
5016
  States.hover,
4957
5017
  States.focus,
4958
5018
  States.valid,
@@ -4962,12 +5022,12 @@ var states15 = [
4962
5022
  States.loading,
4963
5023
  States.readonly
4964
5024
  ];
4965
- var options14 = {
5025
+ var options16 = {
4966
5026
  size: [Size.small, Size.medium, Size.large],
4967
5027
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4968
5028
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4969
5029
  };
4970
- var defaultProps12 = {
5030
+ var defaultProps14 = {
4971
5031
  showClearButton: true,
4972
5032
  size: Input.defaultProps.size,
4973
5033
  rounded: Input.defaultProps.rounded,
@@ -4990,7 +5050,7 @@ var Textbox = (props) => {
4990
5050
  loading,
4991
5051
  disabled,
4992
5052
  readonly,
4993
- showClearButton = defaultProps12.showClearButton,
5053
+ showClearButton = defaultProps14.showClearButton,
4994
5054
  ...other
4995
5055
  } = props;
4996
5056
  return /* @__PURE__ */ jsxs6(
@@ -5010,9 +5070,9 @@ var Textbox = (props) => {
5010
5070
  readonly,
5011
5071
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5012
5072
  children: [
5013
- /* @__PURE__ */ jsx25(InputPrefix, { children: prefix }),
5014
- /* @__PURE__ */ jsx25(InputInnerInput, { placeholder, value }),
5015
- /* @__PURE__ */ jsx25(
5073
+ /* @__PURE__ */ jsx27(InputPrefix, { children: prefix }),
5074
+ /* @__PURE__ */ jsx27(InputInnerInput, { placeholder, value }),
5075
+ /* @__PURE__ */ jsx27(
5016
5076
  InputValidationIcon,
5017
5077
  {
5018
5078
  valid,
@@ -5021,14 +5081,14 @@ var Textbox = (props) => {
5021
5081
  disabled
5022
5082
  }
5023
5083
  ),
5024
- /* @__PURE__ */ jsx25(
5084
+ /* @__PURE__ */ jsx27(
5025
5085
  InputLoadingIcon,
5026
5086
  {
5027
5087
  loading,
5028
5088
  disabled
5029
5089
  }
5030
5090
  ),
5031
- showClearButton && /* @__PURE__ */ jsx25(
5091
+ showClearButton && /* @__PURE__ */ jsx27(
5032
5092
  InputClearValue,
5033
5093
  {
5034
5094
  loading,
@@ -5037,45 +5097,45 @@ var Textbox = (props) => {
5037
5097
  value
5038
5098
  }
5039
5099
  ),
5040
- /* @__PURE__ */ jsx25(InputSuffix, { children: suffix })
5100
+ /* @__PURE__ */ jsx27(InputSuffix, { children: suffix })
5041
5101
  ]
5042
5102
  }
5043
5103
  );
5044
5104
  };
5045
- Textbox.states = states15;
5046
- Textbox.options = options14;
5105
+ Textbox.states = states17;
5106
+ Textbox.options = options16;
5047
5107
  Textbox.className = TEXTBOX_CLASSNAME;
5048
- Textbox.defaultProps = defaultProps12;
5108
+ Textbox.defaultProps = defaultProps14;
5049
5109
 
5050
5110
  // src/textbox/templates/textbox-normal.tsx
5051
- import { jsx as jsx26 } from "react/jsx-runtime";
5111
+ import { jsx as jsx28 } from "react/jsx-runtime";
5052
5112
 
5053
5113
  // src/textbox/templates/textbox-prefix.tsx
5054
- import { jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
5114
+ import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5055
5115
 
5056
5116
  // src/textbox/templates/textbox-suffix.tsx
5057
- import { jsx as jsx28, jsxs as jsxs8 } from "react/jsx-runtime";
5117
+ import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5058
5118
 
5059
5119
  // src/button-group/button-group.spec.tsx
5060
- import { jsx as jsx29 } from "react/jsx-runtime";
5120
+ import { jsx as jsx31 } from "react/jsx-runtime";
5061
5121
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5062
- var states16 = [
5122
+ var states18 = [
5063
5123
  States.disabled
5064
5124
  ];
5065
- var options15 = {
5125
+ var options17 = {
5066
5126
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5067
5127
  };
5068
- var defaultProps13 = {
5128
+ var defaultProps15 = {
5069
5129
  fillMode: FillMode.solid
5070
5130
  };
5071
5131
  var ButtonGroup = (props) => {
5072
5132
  const {
5073
- fillMode = defaultProps13.fillMode,
5133
+ fillMode = defaultProps15.fillMode,
5074
5134
  disabled,
5075
5135
  stretched,
5076
5136
  ...other
5077
5137
  } = props;
5078
- return /* @__PURE__ */ jsx29(
5138
+ return /* @__PURE__ */ jsx31(
5079
5139
  "div",
5080
5140
  {
5081
5141
  ...other,
@@ -5096,28 +5156,28 @@ var ButtonGroup = (props) => {
5096
5156
  }
5097
5157
  );
5098
5158
  };
5099
- ButtonGroup.states = states16;
5100
- ButtonGroup.options = options15;
5159
+ ButtonGroup.states = states18;
5160
+ ButtonGroup.options = options17;
5101
5161
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5102
- ButtonGroup.defaultProps = defaultProps13;
5162
+ ButtonGroup.defaultProps = defaultProps15;
5103
5163
 
5104
5164
  // src/button-group/templates/icon-button-group.tsx
5105
- import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
5165
+ import { jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
5106
5166
 
5107
5167
  // src/button-group/templates/icon-text-button-group.tsx
5108
- import { jsx as jsx31, jsxs as jsxs10 } from "react/jsx-runtime";
5168
+ import { jsx as jsx33, jsxs as jsxs10 } from "react/jsx-runtime";
5109
5169
 
5110
5170
  // src/button-group/templates/text-button-group.tsx
5111
- import { jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
5171
+ import { jsx as jsx34, jsxs as jsxs11 } from "react/jsx-runtime";
5112
5172
 
5113
5173
  // src/button-group/templates/mixed-button-group.tsx
5114
- import { jsx as jsx33, jsxs as jsxs12 } from "react/jsx-runtime";
5174
+ import { jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
5115
5175
 
5116
5176
  // src/color-preview/color-preview.tsx
5117
- import { jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
5177
+ import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
5118
5178
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5119
- var states17 = [];
5120
- var options16 = {};
5179
+ var states19 = [];
5180
+ var options18 = {};
5121
5181
  var ColorPreview = (props) => {
5122
5182
  const {
5123
5183
  color,
@@ -5137,8 +5197,8 @@ var ColorPreview = (props) => {
5137
5197
  }
5138
5198
  ),
5139
5199
  children: [
5140
- iconName && /* @__PURE__ */ jsx34(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5141
- /* @__PURE__ */ jsx34(
5200
+ iconName && /* @__PURE__ */ jsx36(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5201
+ /* @__PURE__ */ jsx36(
5142
5202
  "span",
5143
5203
  {
5144
5204
  className: "k-color-preview-mask",
@@ -5149,14 +5209,14 @@ var ColorPreview = (props) => {
5149
5209
  }
5150
5210
  );
5151
5211
  };
5152
- ColorPreview.states = states17;
5153
- ColorPreview.options = options16;
5212
+ ColorPreview.states = states19;
5213
+ ColorPreview.options = options18;
5154
5214
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5155
5215
 
5156
5216
  // src/colorpicker/colorpicker.spec.tsx
5157
- import { jsx as jsx35, jsxs as jsxs14 } from "react/jsx-runtime";
5217
+ import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
5158
5218
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5159
- var states18 = [
5219
+ var states20 = [
5160
5220
  States.hover,
5161
5221
  States.focus,
5162
5222
  States.valid,
@@ -5164,12 +5224,12 @@ var states18 = [
5164
5224
  States.required,
5165
5225
  States.disabled
5166
5226
  ];
5167
- var options17 = {
5227
+ var options19 = {
5168
5228
  size: [Size.small, Size.medium, Size.large],
5169
5229
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5170
5230
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5171
5231
  };
5172
- var defaultProps14 = {
5232
+ var defaultProps16 = {
5173
5233
  arrowIconName: "caret-alt-down",
5174
5234
  size: Picker.defaultProps.size,
5175
5235
  rounded: Picker.defaultProps.rounded,
@@ -5191,7 +5251,7 @@ var ColorPicker = (props) => {
5191
5251
  required,
5192
5252
  disabled,
5193
5253
  valueIconName,
5194
- arrowIconName = defaultProps14.arrowIconName,
5254
+ arrowIconName = defaultProps16.arrowIconName,
5195
5255
  ...other
5196
5256
  } = props;
5197
5257
  return /* @__PURE__ */ jsxs14(
@@ -5213,14 +5273,14 @@ var ColorPicker = (props) => {
5213
5273
  "k-icon-picker"
5214
5274
  ),
5215
5275
  children: [
5216
- /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5217
- /* @__PURE__ */ jsx35(
5276
+ /* @__PURE__ */ jsx37(InputPrefix, { children: prefix }),
5277
+ /* @__PURE__ */ jsx37(
5218
5278
  InputInnerSpan,
5219
5279
  {
5220
5280
  placeholder,
5221
5281
  value,
5222
5282
  showValue: false,
5223
- valueIcon: /* @__PURE__ */ jsx35(
5283
+ valueIcon: /* @__PURE__ */ jsx37(
5224
5284
  ColorPreview,
5225
5285
  {
5226
5286
  className: "k-value-icon",
@@ -5231,8 +5291,8 @@ var ColorPicker = (props) => {
5231
5291
  valueIconName
5232
5292
  }
5233
5293
  ),
5234
- /* @__PURE__ */ jsx35(InputSuffix, { children: suffix }),
5235
- /* @__PURE__ */ jsx35(
5294
+ /* @__PURE__ */ jsx37(InputSuffix, { children: suffix }),
5295
+ /* @__PURE__ */ jsx37(
5236
5296
  Button,
5237
5297
  {
5238
5298
  className: "k-input-button",
@@ -5246,17 +5306,17 @@ var ColorPicker = (props) => {
5246
5306
  }
5247
5307
  );
5248
5308
  };
5249
- ColorPicker.states = states18;
5250
- ColorPicker.options = options17;
5309
+ ColorPicker.states = states20;
5310
+ ColorPicker.options = options19;
5251
5311
  ColorPicker.className = COLORPICKER_CLASSNAME;
5252
- ColorPicker.defaultProps = defaultProps14;
5312
+ ColorPicker.defaultProps = defaultProps16;
5253
5313
 
5254
5314
  // src/animation-container/animation-container.spec.tsx
5255
- import { jsx as jsx36 } from "react/jsx-runtime";
5315
+ import { jsx as jsx38 } from "react/jsx-runtime";
5256
5316
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5257
- var states19 = [];
5258
- var options18 = {};
5259
- var defaultProps15 = {
5317
+ var states21 = [];
5318
+ var options20 = {};
5319
+ var defaultProps17 = {
5260
5320
  positionMode: "absolute"
5261
5321
  };
5262
5322
  var AnimationContainer = (props) => {
@@ -5266,7 +5326,7 @@ var AnimationContainer = (props) => {
5266
5326
  offset,
5267
5327
  ...other
5268
5328
  } = props;
5269
- return /* @__PURE__ */ jsx36(
5329
+ return /* @__PURE__ */ jsx38(
5270
5330
  "div",
5271
5331
  {
5272
5332
  ...other,
@@ -5278,21 +5338,21 @@ var AnimationContainer = (props) => {
5278
5338
  ["k-animation-container-fixed"]: positionMode === "fixed"
5279
5339
  }
5280
5340
  ),
5281
- children: /* @__PURE__ */ jsx36("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5341
+ children: /* @__PURE__ */ jsx38("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5282
5342
  }
5283
5343
  );
5284
5344
  };
5285
- AnimationContainer.states = states19;
5286
- AnimationContainer.options = options18;
5345
+ AnimationContainer.states = states21;
5346
+ AnimationContainer.options = options20;
5287
5347
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5288
- AnimationContainer.defaultProps = defaultProps15;
5348
+ AnimationContainer.defaultProps = defaultProps17;
5289
5349
 
5290
5350
  // src/popup/popup.spec.tsx
5291
- import { jsx as jsx37 } from "react/jsx-runtime";
5351
+ import { jsx as jsx39 } from "react/jsx-runtime";
5292
5352
  var POPUP_CLASSNAME = `k-popup`;
5293
- var states20 = [];
5294
- var options19 = {};
5295
- var defaultProps16 = {
5353
+ var states22 = [];
5354
+ var options21 = {};
5355
+ var defaultProps18 = {
5296
5356
  positionMode: "absolute"
5297
5357
  };
5298
5358
  var Popup = (props) => {
@@ -5301,26 +5361,26 @@ var Popup = (props) => {
5301
5361
  positionMode,
5302
5362
  ...other
5303
5363
  } = props;
5304
- return /* @__PURE__ */ jsx37(
5364
+ return /* @__PURE__ */ jsx39(
5305
5365
  AnimationContainer,
5306
5366
  {
5307
5367
  positionMode,
5308
5368
  offset,
5309
- children: /* @__PURE__ */ jsx37("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5369
+ children: /* @__PURE__ */ jsx39("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5310
5370
  }
5311
5371
  );
5312
5372
  };
5313
- Popup.states = states20;
5314
- Popup.options = options19;
5373
+ Popup.states = states22;
5374
+ Popup.options = options21;
5315
5375
  Popup.className = POPUP_CLASSNAME;
5316
- Popup.defaultProps = defaultProps16;
5376
+ Popup.defaultProps = defaultProps18;
5317
5377
 
5318
5378
  // src/action-sheet/action-sheet.spec.tsx
5319
- import { Fragment as Fragment11, jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
5379
+ import { Fragment as Fragment11, jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5320
5380
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5321
- var states21 = [];
5322
- var options20 = {};
5323
- var defaultProps17 = {
5381
+ var states23 = [];
5382
+ var options22 = {};
5383
+ var defaultProps19 = {
5324
5384
  side: "bottom",
5325
5385
  fullscreen: false,
5326
5386
  adaptive: false,
@@ -5333,14 +5393,14 @@ var ActionSheet = (props) => {
5333
5393
  header,
5334
5394
  footer,
5335
5395
  actions,
5336
- side = defaultProps17.side,
5337
- fullscreen = defaultProps17.fullscreen,
5338
- adaptive = defaultProps17.adaptive,
5339
- overlay = defaultProps17.overlay,
5396
+ side = defaultProps19.side,
5397
+ fullscreen = defaultProps19.fullscreen,
5398
+ adaptive = defaultProps19.adaptive,
5399
+ overlay = defaultProps19.overlay,
5340
5400
  ...other
5341
5401
  } = props;
5342
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx38(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5343
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx38(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx38(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5402
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx40(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5403
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx40(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx40(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5344
5404
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5345
5405
  switch (child.type) {
5346
5406
  case ActionSheetHeader:
@@ -5350,10 +5410,10 @@ var ActionSheet = (props) => {
5350
5410
  return true;
5351
5411
  }
5352
5412
  return true;
5353
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx38(Fragment11, {});
5413
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx40(Fragment11, {});
5354
5414
  return /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-container", children: [
5355
- overlay && /* @__PURE__ */ jsx38("div", { className: "k-overlay" }),
5356
- /* @__PURE__ */ jsx38(
5415
+ overlay && /* @__PURE__ */ jsx40("div", { className: "k-overlay" }),
5416
+ /* @__PURE__ */ jsx40(
5357
5417
  AnimationContainer,
5358
5418
  {
5359
5419
  animationStyle: {
@@ -5363,7 +5423,7 @@ var ActionSheet = (props) => {
5363
5423
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5364
5424
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5365
5425
  },
5366
- children: /* @__PURE__ */ jsx38(
5426
+ children: /* @__PURE__ */ jsx40(
5367
5427
  "div",
5368
5428
  {
5369
5429
  ...other,
@@ -5378,7 +5438,7 @@ var ActionSheet = (props) => {
5378
5438
  ),
5379
5439
  children: /* @__PURE__ */ jsxs15(Fragment11, { children: [
5380
5440
  _ActionSheetHeader,
5381
- /* @__PURE__ */ jsx38("div", { className: classNames(
5441
+ /* @__PURE__ */ jsx40("div", { className: classNames(
5382
5442
  "k-actionsheet-content",
5383
5443
  {
5384
5444
  "!k-overflow-hidden": adaptive
@@ -5392,15 +5452,15 @@ var ActionSheet = (props) => {
5392
5452
  )
5393
5453
  ] });
5394
5454
  };
5395
- ActionSheet.states = states21;
5396
- ActionSheet.options = options20;
5455
+ ActionSheet.states = states23;
5456
+ ActionSheet.options = options22;
5397
5457
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5398
- ActionSheet.defaultProps = defaultProps17;
5458
+ ActionSheet.defaultProps = defaultProps19;
5399
5459
 
5400
5460
  // src/searchbox/searchbox.spec.tsx
5401
- import { jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
5461
+ import { jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
5402
5462
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5403
- var states22 = [
5463
+ var states24 = [
5404
5464
  States.hover,
5405
5465
  States.focus,
5406
5466
  States.valid,
@@ -5409,12 +5469,12 @@ var states22 = [
5409
5469
  States.disabled,
5410
5470
  States.loading
5411
5471
  ];
5412
- var options21 = {
5472
+ var options23 = {
5413
5473
  size: [Size.small, Size.medium, Size.large],
5414
5474
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5415
5475
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5416
5476
  };
5417
- var defaultProps18 = {
5477
+ var defaultProps20 = {
5418
5478
  showIcon: true,
5419
5479
  icon: "search",
5420
5480
  size: Input.defaultProps.size,
@@ -5435,8 +5495,8 @@ var Searchbox = (props) => {
5435
5495
  required,
5436
5496
  loading,
5437
5497
  disabled,
5438
- showIcon = defaultProps18.showIcon,
5439
- icon = defaultProps18.icon,
5498
+ showIcon = defaultProps20.showIcon,
5499
+ icon = defaultProps20.icon,
5440
5500
  ...other
5441
5501
  } = props;
5442
5502
  return /* @__PURE__ */ jsxs16(
@@ -5455,25 +5515,25 @@ var Searchbox = (props) => {
5455
5515
  disabled,
5456
5516
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5457
5517
  children: [
5458
- showIcon && /* @__PURE__ */ jsx39(Icon, { className: "k-input-icon", icon }),
5459
- /* @__PURE__ */ jsx39(InputInnerInput, { placeholder, value }),
5460
- /* @__PURE__ */ jsx39(InputLoadingIcon, { ...props }),
5461
- /* @__PURE__ */ jsx39(InputValidationIcon, { ...props }),
5462
- /* @__PURE__ */ jsx39(InputClearValue, { ...props })
5518
+ showIcon && /* @__PURE__ */ jsx41(Icon, { className: "k-input-icon", icon }),
5519
+ /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5520
+ /* @__PURE__ */ jsx41(InputLoadingIcon, { ...props }),
5521
+ /* @__PURE__ */ jsx41(InputValidationIcon, { ...props }),
5522
+ /* @__PURE__ */ jsx41(InputClearValue, { ...props })
5463
5523
  ]
5464
5524
  }
5465
5525
  );
5466
5526
  };
5467
- Searchbox.states = states22;
5468
- Searchbox.options = options21;
5527
+ Searchbox.states = states24;
5528
+ Searchbox.options = options23;
5469
5529
  Searchbox.className = SEARCHBOX_CLASSNAME;
5470
- Searchbox.defaultProps = defaultProps18;
5530
+ Searchbox.defaultProps = defaultProps20;
5471
5531
 
5472
5532
  // src/searchbox/templates/searchbox-normal.tsx
5473
- import { jsx as jsx40 } from "react/jsx-runtime";
5533
+ import { jsx as jsx42 } from "react/jsx-runtime";
5474
5534
 
5475
5535
  // src/action-sheet/actionsheet-header.tsx
5476
- import { Fragment as Fragment12, jsx as jsx41, jsxs as jsxs17 } from "react/jsx-runtime";
5536
+ import { Fragment as Fragment12, jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
5477
5537
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5478
5538
  var ActionSheetHeader = (props) => {
5479
5539
  const {
@@ -5483,7 +5543,7 @@ var ActionSheetHeader = (props) => {
5483
5543
  filter,
5484
5544
  ...other
5485
5545
  } = props;
5486
- return /* @__PURE__ */ jsx41(
5546
+ return /* @__PURE__ */ jsx43(
5487
5547
  "div",
5488
5548
  {
5489
5549
  ...other,
@@ -5493,35 +5553,35 @@ var ActionSheetHeader = (props) => {
5493
5553
  ),
5494
5554
  children: /* @__PURE__ */ jsxs17(Fragment12, { children: [
5495
5555
  /* @__PURE__ */ jsxs17("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5496
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx41(Fragment12, { children: /* @__PURE__ */ jsxs17("div", { className: "k-actionsheet-title", children: [
5497
- title !== "" && /* @__PURE__ */ jsx41("div", { className: "k-text-center", children: title }),
5498
- subTitle !== "" && /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5556
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx43(Fragment12, { children: /* @__PURE__ */ jsxs17("div", { className: "k-actionsheet-title", children: [
5557
+ title !== "" && /* @__PURE__ */ jsx43("div", { className: "k-text-center", children: title }),
5558
+ subTitle !== "" && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5499
5559
  ] }) }),
5500
- props.children && /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-title", children: props.children }),
5501
- actions && /* @__PURE__ */ jsx41(Fragment12, { children: /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx41(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5560
+ props.children && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-title", children: props.children }),
5561
+ actions && /* @__PURE__ */ jsx43(Fragment12, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx43(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5502
5562
  ] }),
5503
- filter && /* @__PURE__ */ jsx41(Fragment12, { children: /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx41(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5563
+ filter && /* @__PURE__ */ jsx43(Fragment12, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx43(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5504
5564
  ] })
5505
5565
  }
5506
5566
  );
5507
5567
  };
5508
5568
 
5509
5569
  // src/action-buttons/action-buttons.spec.tsx
5510
- import { jsx as jsx42 } from "react/jsx-runtime";
5570
+ import { jsx as jsx44 } from "react/jsx-runtime";
5511
5571
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5512
- var states23 = [];
5513
- var options22 = {};
5514
- var defaultProps19 = {
5572
+ var states25 = [];
5573
+ var options24 = {};
5574
+ var defaultProps21 = {
5515
5575
  alignment: "start",
5516
5576
  orientation: "horizontal"
5517
5577
  };
5518
5578
  var ActionButtons = (props) => {
5519
5579
  const {
5520
- alignment = defaultProps19.alignment,
5521
- orientation = defaultProps19.orientation,
5580
+ alignment = defaultProps21.alignment,
5581
+ orientation = defaultProps21.orientation,
5522
5582
  ...other
5523
5583
  } = props;
5524
- return /* @__PURE__ */ jsx42(
5584
+ return /* @__PURE__ */ jsx44(
5525
5585
  "div",
5526
5586
  {
5527
5587
  ...other,
@@ -5537,21 +5597,21 @@ var ActionButtons = (props) => {
5537
5597
  }
5538
5598
  );
5539
5599
  };
5540
- ActionButtons.states = states23;
5541
- ActionButtons.options = options22;
5600
+ ActionButtons.states = states25;
5601
+ ActionButtons.options = options24;
5542
5602
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5543
- ActionButtons.defaultProps = defaultProps19;
5603
+ ActionButtons.defaultProps = defaultProps21;
5544
5604
  var action_buttons_spec_default = ActionButtons;
5545
5605
 
5546
5606
  // src/action-sheet/actionsheet-footer.tsx
5547
- import { Fragment as Fragment13, jsx as jsx43, jsxs as jsxs18 } from "react/jsx-runtime";
5607
+ import { Fragment as Fragment13, jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
5548
5608
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5549
5609
  var ActionSheetFooter = (props) => {
5550
5610
  const {
5551
5611
  actions,
5552
5612
  ...other
5553
5613
  } = props;
5554
- return /* @__PURE__ */ jsx43(
5614
+ return /* @__PURE__ */ jsx45(
5555
5615
  action_buttons_spec_default,
5556
5616
  {
5557
5617
  ...other,
@@ -5563,14 +5623,14 @@ var ActionSheetFooter = (props) => {
5563
5623
  children: /* @__PURE__ */ jsxs18(Fragment13, { children: [
5564
5624
  actions && actions.map((action, index) => {
5565
5625
  if (action === "|") {
5566
- return /* @__PURE__ */ jsx43("span", { className: "k-separator" }, index);
5626
+ return /* @__PURE__ */ jsx45("span", { className: "k-separator" }, index);
5567
5627
  }
5568
5628
  if (action === " ") {
5569
- return /* @__PURE__ */ jsx43("span", { className: "k-spacer" }, index);
5629
+ return /* @__PURE__ */ jsx45("span", { className: "k-spacer" }, index);
5570
5630
  }
5571
5631
  const importantFlag = action.startsWith("!");
5572
5632
  const actionName = importantFlag ? action.substring(1) : action;
5573
- return /* @__PURE__ */ jsx43(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5633
+ return /* @__PURE__ */ jsx45(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5574
5634
  }),
5575
5635
  !actions && props.children
5576
5636
  ] })
@@ -5579,12 +5639,12 @@ var ActionSheetFooter = (props) => {
5579
5639
  };
5580
5640
 
5581
5641
  // src/action-sheet/actionsheet-items.tsx
5582
- import { jsx as jsx44 } from "react/jsx-runtime";
5642
+ import { jsx as jsx46 } from "react/jsx-runtime";
5583
5643
  var ActionSheetItems = (props) => {
5584
5644
  const {
5585
5645
  ...other
5586
5646
  } = props;
5587
- return /* @__PURE__ */ jsx44(
5647
+ return /* @__PURE__ */ jsx46(
5588
5648
  "div",
5589
5649
  {
5590
5650
  ...other,
@@ -5598,8 +5658,8 @@ var ActionSheetItems = (props) => {
5598
5658
  };
5599
5659
 
5600
5660
  // src/action-sheet/actionsheet-item.tsx
5601
- import { Fragment as Fragment14, jsx as jsx45, jsxs as jsxs19 } from "react/jsx-runtime";
5602
- var states24 = [
5661
+ import { Fragment as Fragment14, jsx as jsx47, jsxs as jsxs19 } from "react/jsx-runtime";
5662
+ var states26 = [
5603
5663
  States.hover,
5604
5664
  States.focus,
5605
5665
  States.selected,
@@ -5607,23 +5667,23 @@ var states24 = [
5607
5667
  ];
5608
5668
 
5609
5669
  // src/nodata/nodata.tsx
5610
- import { jsx as jsx46 } from "react/jsx-runtime";
5670
+ import { jsx as jsx48 } from "react/jsx-runtime";
5611
5671
  var className9 = `k-nodata`;
5612
- var NoData = (props) => /* @__PURE__ */ jsx46("span", { className: classNames(className9, props.className), children: props.children });
5672
+ var NoData = (props) => /* @__PURE__ */ jsx48("span", { className: classNames(className9, props.className), children: props.children });
5613
5673
 
5614
5674
  // src/list/list.spec.tsx
5615
- import { jsx as jsx47, jsxs as jsxs20 } from "react/jsx-runtime";
5675
+ import { jsx as jsx49, jsxs as jsxs20 } from "react/jsx-runtime";
5616
5676
  var LIST_CLASSNAME = `k-list`;
5617
- var states25 = [];
5618
- var options23 = {
5677
+ var states27 = [];
5678
+ var options25 = {
5619
5679
  size: [Size.small, Size.medium, Size.large]
5620
5680
  };
5621
- var defaultProps20 = {
5681
+ var defaultProps22 = {
5622
5682
  size: Size.medium
5623
5683
  };
5624
5684
  var List = (props) => {
5625
5685
  const {
5626
- size = defaultProps20.size,
5686
+ size = defaultProps22.size,
5627
5687
  virtualization,
5628
5688
  children,
5629
5689
  optionLabel,
@@ -5640,7 +5700,7 @@ var List = (props) => {
5640
5700
  listHeader = child.props.label;
5641
5701
  child.props.children.map((optChild, index2) => {
5642
5702
  listChildren.push(
5643
- /* @__PURE__ */ jsx47(
5703
+ /* @__PURE__ */ jsx49(
5644
5704
  ListItem,
5645
5705
  {
5646
5706
  ...optChild.props
@@ -5656,7 +5716,7 @@ var List = (props) => {
5656
5716
  groupLabel = child.props.label;
5657
5717
  }
5658
5718
  listChildren.push(
5659
- /* @__PURE__ */ jsx47(
5719
+ /* @__PURE__ */ jsx49(
5660
5720
  ListItem,
5661
5721
  {
5662
5722
  className: index2 === 0 ? "k-first" : "",
@@ -5668,14 +5728,14 @@ var List = (props) => {
5668
5728
  );
5669
5729
  });
5670
5730
  }
5671
- listGroup = /* @__PURE__ */ jsx47(ListGroup, { label: listHeader, virtualization, children: listChildren });
5731
+ listGroup = /* @__PURE__ */ jsx49(ListGroup, { label: listHeader, virtualization, children: listChildren });
5672
5732
  } else if (child.type === ListItem) {
5673
- listChildren.push(/* @__PURE__ */ jsx47(ListItem, { ...child.props }, `${child.type}-${index}`));
5674
- listContent = /* @__PURE__ */ jsx47(ListContent, { virtualization, children: listChildren });
5733
+ listChildren.push(/* @__PURE__ */ jsx49(ListItem, { ...child.props }, `${child.type}-${index}`));
5734
+ listContent = /* @__PURE__ */ jsx49(ListContent, { virtualization, children: listChildren });
5675
5735
  }
5676
5736
  });
5677
5737
  } else {
5678
- listContent = /* @__PURE__ */ jsx47(NoData, { children: "No data found." });
5738
+ listContent = /* @__PURE__ */ jsx49(NoData, { children: "No data found." });
5679
5739
  }
5680
5740
  return /* @__PURE__ */ jsxs20(
5681
5741
  "div",
@@ -5699,24 +5759,24 @@ var List = (props) => {
5699
5759
  }
5700
5760
  );
5701
5761
  };
5702
- List.states = states25;
5703
- List.options = options23;
5762
+ List.states = states27;
5763
+ List.options = options25;
5704
5764
  List.className = LIST_CLASSNAME;
5705
- List.defaultProps = defaultProps20;
5765
+ List.defaultProps = defaultProps22;
5706
5766
 
5707
5767
  // src/list/list-angular.spec.tsx
5708
- import { jsx as jsx48, jsxs as jsxs21 } from "react/jsx-runtime";
5768
+ import { jsx as jsx50, jsxs as jsxs21 } from "react/jsx-runtime";
5709
5769
  var LISTANGULAR_CLASSNAME = `k-list`;
5710
- var states26 = [];
5711
- var options24 = {
5770
+ var states28 = [];
5771
+ var options26 = {
5712
5772
  size: [Size.small, Size.medium, Size.large]
5713
5773
  };
5714
- var defaultProps21 = {
5774
+ var defaultProps23 = {
5715
5775
  size: Size.medium
5716
5776
  };
5717
5777
  var ListAngular = (props) => {
5718
5778
  const {
5719
- size = defaultProps21.size,
5779
+ size = defaultProps23.size,
5720
5780
  virtualization,
5721
5781
  children,
5722
5782
  ...other
@@ -5732,7 +5792,7 @@ var ListAngular = (props) => {
5732
5792
  listHeader = child.props.label;
5733
5793
  child.props.children.map((optChild, index2) => {
5734
5794
  listChildren.push(
5735
- /* @__PURE__ */ jsx48(
5795
+ /* @__PURE__ */ jsx50(
5736
5796
  ListItem,
5737
5797
  {
5738
5798
  ...optChild.props
@@ -5743,7 +5803,7 @@ var ListAngular = (props) => {
5743
5803
  });
5744
5804
  } else {
5745
5805
  listChildren.push(
5746
- /* @__PURE__ */ jsx48(
5806
+ /* @__PURE__ */ jsx50(
5747
5807
  ListGroupItem,
5748
5808
  {
5749
5809
  ...child.props,
@@ -5754,7 +5814,7 @@ var ListAngular = (props) => {
5754
5814
  );
5755
5815
  child.props.children.map((optChild, index2) => {
5756
5816
  listChildren.push(
5757
- /* @__PURE__ */ jsx48(
5817
+ /* @__PURE__ */ jsx50(
5758
5818
  ListItem,
5759
5819
  {
5760
5820
  ...optChild.props
@@ -5764,14 +5824,14 @@ var ListAngular = (props) => {
5764
5824
  );
5765
5825
  });
5766
5826
  }
5767
- listGroup = /* @__PURE__ */ jsx48(ListGroup, { label: listHeader, virtualization, children: listChildren });
5827
+ listGroup = /* @__PURE__ */ jsx50(ListGroup, { label: listHeader, virtualization, children: listChildren });
5768
5828
  } else if (child.type === ListItem) {
5769
- listChildren.push(/* @__PURE__ */ jsx48(ListItem, { ...child.props }, `${child.type}-${index}`));
5770
- listContent = /* @__PURE__ */ jsx48(ListContent, { virtualization, children: listChildren });
5829
+ listChildren.push(/* @__PURE__ */ jsx50(ListItem, { ...child.props }, `${child.type}-${index}`));
5830
+ listContent = /* @__PURE__ */ jsx50(ListContent, { virtualization, children: listChildren });
5771
5831
  }
5772
5832
  });
5773
5833
  } else {
5774
- listContent = /* @__PURE__ */ jsx48(NoData, { children: "No data found." });
5834
+ listContent = /* @__PURE__ */ jsx50(NoData, { children: "No data found." });
5775
5835
  }
5776
5836
  return /* @__PURE__ */ jsxs21(
5777
5837
  "div",
@@ -5794,22 +5854,22 @@ var ListAngular = (props) => {
5794
5854
  }
5795
5855
  );
5796
5856
  };
5797
- ListAngular.states = states26;
5798
- ListAngular.options = options24;
5857
+ ListAngular.states = states28;
5858
+ ListAngular.options = options26;
5799
5859
  ListAngular.className = LISTANGULAR_CLASSNAME;
5800
- ListAngular.defaultProps = defaultProps21;
5860
+ ListAngular.defaultProps = defaultProps23;
5801
5861
 
5802
5862
  // src/list/list-item.spec.tsx
5803
- import { jsx as jsx49, jsxs as jsxs22 } from "react/jsx-runtime";
5863
+ import { jsx as jsx51, jsxs as jsxs22 } from "react/jsx-runtime";
5804
5864
  var LISTITEM_CLASSNAME = `k-list-item`;
5805
- var states27 = [
5865
+ var states29 = [
5806
5866
  States.hover,
5807
5867
  States.focus,
5808
5868
  States.selected,
5809
5869
  States.disabled
5810
5870
  ];
5811
- var options25 = {};
5812
- var defaultProps22 = {};
5871
+ var options27 = {};
5872
+ var defaultProps24 = {};
5813
5873
  var ListItem = (props) => {
5814
5874
  const {
5815
5875
  text,
@@ -5840,66 +5900,66 @@ var ListItem = (props) => {
5840
5900
  })
5841
5901
  ),
5842
5902
  children: [
5843
- showCheckbox && /* @__PURE__ */ jsx49(Checkbox, { checked }),
5844
- showIcon && /* @__PURE__ */ jsx49(Icon, { icon: iconName }),
5845
- /* @__PURE__ */ jsx49("span", { className: "k-list-item-text", children: textOrChildren }),
5846
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx49("div", { className: "k-list-item-group-label", children: groupLabel })
5903
+ showCheckbox && /* @__PURE__ */ jsx51(Checkbox, { checked }),
5904
+ showIcon && /* @__PURE__ */ jsx51(Icon, { icon: iconName }),
5905
+ /* @__PURE__ */ jsx51("span", { className: "k-list-item-text", children: textOrChildren }),
5906
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx51("div", { className: "k-list-item-group-label", children: groupLabel })
5847
5907
  ]
5848
5908
  }
5849
5909
  );
5850
5910
  };
5851
- ListItem.states = states27;
5852
- ListItem.options = options25;
5911
+ ListItem.states = states29;
5912
+ ListItem.options = options27;
5853
5913
  ListItem.className = LISTITEM_CLASSNAME;
5854
- ListItem.defaultProps = defaultProps22;
5914
+ ListItem.defaultProps = defaultProps24;
5855
5915
 
5856
5916
  // src/list/list-content.tsx
5857
- import { jsx as jsx50, jsxs as jsxs23 } from "react/jsx-runtime";
5917
+ import { jsx as jsx52, jsxs as jsxs23 } from "react/jsx-runtime";
5858
5918
  var className10 = `k-list-content`;
5859
5919
  var ListContent = (props) => {
5860
5920
  const {
5861
5921
  virtualization
5862
5922
  } = props;
5863
5923
  return /* @__PURE__ */ jsxs23("div", { className: classNames(className10, props.className), children: [
5864
- /* @__PURE__ */ jsx50("ul", { className: classNames("k-list-ul"), children: props.children }),
5865
- virtualization && /* @__PURE__ */ jsx50("div", { className: "k-height-container", children: /* @__PURE__ */ jsx50("div", {}) })
5924
+ /* @__PURE__ */ jsx52("ul", { className: classNames("k-list-ul"), children: props.children }),
5925
+ virtualization && /* @__PURE__ */ jsx52("div", { className: "k-height-container", children: /* @__PURE__ */ jsx52("div", {}) })
5866
5926
  ] });
5867
5927
  };
5868
5928
 
5869
5929
  // src/list/list-header.tsx
5870
- import { jsx as jsx51 } from "react/jsx-runtime";
5930
+ import { jsx as jsx53 } from "react/jsx-runtime";
5871
5931
  var className11 = `k-list-group-sticky-header`;
5872
- var ListHeader = (props) => /* @__PURE__ */ jsx51("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx51("div", { className: "k-list-header-text", children: props.children }) });
5932
+ var ListHeader = (props) => /* @__PURE__ */ jsx53("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx53("div", { className: "k-list-header-text", children: props.children }) });
5873
5933
 
5874
5934
  // src/list/list-group.tsx
5875
- import { Fragment as Fragment15, jsx as jsx52, jsxs as jsxs24 } from "react/jsx-runtime";
5935
+ import { Fragment as Fragment15, jsx as jsx54, jsxs as jsxs24 } from "react/jsx-runtime";
5876
5936
  var ListGroup = (props) => {
5877
5937
  const {
5878
5938
  virtualization,
5879
5939
  label
5880
5940
  } = props;
5881
5941
  return /* @__PURE__ */ jsxs24(Fragment15, { children: [
5882
- label && /* @__PURE__ */ jsx52(ListHeader, { children: label }),
5883
- props.children && /* @__PURE__ */ jsx52(ListContent, { virtualization, children: props.children })
5942
+ label && /* @__PURE__ */ jsx54(ListHeader, { children: label }),
5943
+ props.children && /* @__PURE__ */ jsx54(ListContent, { virtualization, children: props.children })
5884
5944
  ] });
5885
5945
  };
5886
5946
 
5887
5947
  // src/list/list-group-item.tsx
5888
- import { jsx as jsx53 } from "react/jsx-runtime";
5948
+ import { jsx as jsx55 } from "react/jsx-runtime";
5889
5949
  var className12 = `k-list-group-item`;
5890
- var ListGroupItem = (props) => /* @__PURE__ */ jsx53("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx53("span", { className: "k-list-item-text", children: props.children }) });
5950
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx55("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx55("span", { className: "k-list-item-text", children: props.children }) });
5891
5951
 
5892
5952
  // src/list/list-option-label.tsx
5893
- import { jsx as jsx54 } from "react/jsx-runtime";
5953
+ import { jsx as jsx56 } from "react/jsx-runtime";
5894
5954
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5895
- var states28 = [
5955
+ var states30 = [
5896
5956
  States.hover,
5897
5957
  States.focus,
5898
5958
  States.selected,
5899
5959
  States.disabled
5900
5960
  ];
5901
- var options26 = {};
5902
- var defaultProps23 = {};
5961
+ var options28 = {};
5962
+ var defaultProps25 = {};
5903
5963
  var ListOptionLabel = (props) => {
5904
5964
  const {
5905
5965
  text,
@@ -5909,7 +5969,7 @@ var ListOptionLabel = (props) => {
5909
5969
  disabled,
5910
5970
  ...other
5911
5971
  } = props;
5912
- return /* @__PURE__ */ jsx54(
5972
+ return /* @__PURE__ */ jsx56(
5913
5973
  "div",
5914
5974
  {
5915
5975
  ...other,
@@ -5926,36 +5986,36 @@ var ListOptionLabel = (props) => {
5926
5986
  }
5927
5987
  );
5928
5988
  };
5929
- ListOptionLabel.states = states28;
5930
- ListOptionLabel.options = options26;
5989
+ ListOptionLabel.states = states30;
5990
+ ListOptionLabel.options = options28;
5931
5991
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5932
- ListOptionLabel.defaultProps = defaultProps23;
5992
+ ListOptionLabel.defaultProps = defaultProps25;
5933
5993
 
5934
5994
  // src/list/templates/list-normal.tsx
5935
- import { jsx as jsx55 } from "react/jsx-runtime";
5995
+ import { jsx as jsx57 } from "react/jsx-runtime";
5936
5996
 
5937
5997
  // src/list/templates/list-virtualization.tsx
5938
- import { jsx as jsx56 } from "react/jsx-runtime";
5998
+ import { jsx as jsx58 } from "react/jsx-runtime";
5939
5999
 
5940
6000
  // src/list/templates/list-grouping.tsx
5941
- import { jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
6001
+ import { jsx as jsx59, jsxs as jsxs25 } from "react/jsx-runtime";
5942
6002
 
5943
6003
  // src/list/templates/list-virualization-grouping.tsx
5944
- import { jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
6004
+ import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
5945
6005
 
5946
6006
  // src/list/templates/list-virtualization-angular.tsx
5947
- import { jsx as jsx59 } from "react/jsx-runtime";
6007
+ import { jsx as jsx61 } from "react/jsx-runtime";
5948
6008
 
5949
6009
  // src/list/templates/list-grouping-angular.tsx
5950
- import { jsx as jsx60, jsxs as jsxs27 } from "react/jsx-runtime";
6010
+ import { jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
5951
6011
 
5952
6012
  // src/list/templates/list-virualization-grouping-angular.tsx
5953
- import { jsx as jsx61, jsxs as jsxs28 } from "react/jsx-runtime";
6013
+ import { jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
5954
6014
 
5955
6015
  // src/combobox/combobox.spec.tsx
5956
- import { Fragment as Fragment16, jsx as jsx62, jsxs as jsxs29 } from "react/jsx-runtime";
6016
+ import { Fragment as Fragment16, jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
5957
6017
  var COMBOBOX_CLASSNAME = `k-combobox`;
5958
- var states29 = [
6018
+ var states31 = [
5959
6019
  States.hover,
5960
6020
  States.focus,
5961
6021
  States.valid,
@@ -5965,12 +6025,12 @@ var states29 = [
5965
6025
  States.disabled,
5966
6026
  States.readonly
5967
6027
  ];
5968
- var defaultProps24 = {
6028
+ var defaultProps26 = {
5969
6029
  size: Input.defaultProps.size,
5970
6030
  rounded: Input.defaultProps.rounded,
5971
6031
  fillMode: Input.defaultProps.fillMode
5972
6032
  };
5973
- var options27 = {
6033
+ var options29 = {
5974
6034
  size: [Size.small, Size.medium, Size.large],
5975
6035
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5976
6036
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6016,9 +6076,9 @@ var Combobox = (props) => {
6016
6076
  readonly,
6017
6077
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6018
6078
  children: [
6019
- /* @__PURE__ */ jsx62(InputPrefix, { children: prefix }),
6020
- /* @__PURE__ */ jsx62(InputInnerInput, { placeholder, value }),
6021
- /* @__PURE__ */ jsx62(
6079
+ /* @__PURE__ */ jsx64(InputPrefix, { children: prefix }),
6080
+ /* @__PURE__ */ jsx64(InputInnerInput, { placeholder, value }),
6081
+ /* @__PURE__ */ jsx64(
6022
6082
  InputValidationIcon,
6023
6083
  {
6024
6084
  valid,
@@ -6027,14 +6087,14 @@ var Combobox = (props) => {
6027
6087
  disabled
6028
6088
  }
6029
6089
  ),
6030
- /* @__PURE__ */ jsx62(
6090
+ /* @__PURE__ */ jsx64(
6031
6091
  InputLoadingIcon,
6032
6092
  {
6033
6093
  loading,
6034
6094
  disabled
6035
6095
  }
6036
6096
  ),
6037
- /* @__PURE__ */ jsx62(
6097
+ /* @__PURE__ */ jsx64(
6038
6098
  InputClearValue,
6039
6099
  {
6040
6100
  loading,
@@ -6043,8 +6103,8 @@ var Combobox = (props) => {
6043
6103
  value
6044
6104
  }
6045
6105
  ),
6046
- /* @__PURE__ */ jsx62(InputSuffix, { children: suffix }),
6047
- /* @__PURE__ */ jsx62(
6106
+ /* @__PURE__ */ jsx64(InputSuffix, { children: suffix }),
6107
+ /* @__PURE__ */ jsx64(
6048
6108
  Button,
6049
6109
  {
6050
6110
  className: "k-input-button",
@@ -6057,9 +6117,9 @@ var Combobox = (props) => {
6057
6117
  ]
6058
6118
  }
6059
6119
  ),
6060
- opened && popup && /* @__PURE__ */ jsx62(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6120
+ opened && popup && /* @__PURE__ */ jsx64(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6061
6121
  adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6062
- /* @__PURE__ */ jsx62(
6122
+ /* @__PURE__ */ jsx64(
6063
6123
  ActionSheetHeader,
6064
6124
  {
6065
6125
  actions: ["x"],
@@ -6067,35 +6127,35 @@ var Combobox = (props) => {
6067
6127
  title: "Select Item"
6068
6128
  }
6069
6129
  ),
6070
- /* @__PURE__ */ jsx62("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
6071
- /* @__PURE__ */ jsx62(ListItem, { text: "List item" }),
6072
- /* @__PURE__ */ jsx62(ListItem, { text: "List item" }),
6073
- /* @__PURE__ */ jsx62(ListItem, { text: "List item" })
6130
+ /* @__PURE__ */ jsx64("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
6131
+ /* @__PURE__ */ jsx64(ListItem, { text: "List item" }),
6132
+ /* @__PURE__ */ jsx64(ListItem, { text: "List item" }),
6133
+ /* @__PURE__ */ jsx64(ListItem, { text: "List item" })
6074
6134
  ] }) })
6075
6135
  ] })
6076
6136
  ] });
6077
6137
  };
6078
- Combobox.states = states29;
6079
- Combobox.options = options27;
6138
+ Combobox.states = states31;
6139
+ Combobox.options = options29;
6080
6140
  Combobox.className = COMBOBOX_CLASSNAME;
6081
- Combobox.defaultProps = defaultProps24;
6141
+ Combobox.defaultProps = defaultProps26;
6082
6142
 
6083
6143
  // src/combobox/templates/combobox-normal.tsx
6084
- import { jsx as jsx63 } from "react/jsx-runtime";
6144
+ import { jsx as jsx65 } from "react/jsx-runtime";
6085
6145
 
6086
6146
  // src/combobox/templates/combobox-popup.tsx
6087
- import { jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
6147
+ import { jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
6088
6148
 
6089
6149
  // src/combobox/templates/combobox-grouping.tsx
6090
- import { jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
6150
+ import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
6091
6151
 
6092
6152
  // src/combobox/templates/combobox-adaptive.tsx
6093
- import { jsx as jsx66 } from "react/jsx-runtime";
6153
+ import { jsx as jsx68 } from "react/jsx-runtime";
6094
6154
 
6095
6155
  // src/dropdownlist/dropdownlist.spec.tsx
6096
- import { Fragment as Fragment17, jsx as jsx67, jsxs as jsxs32 } from "react/jsx-runtime";
6156
+ import { Fragment as Fragment17, jsx as jsx69, jsxs as jsxs32 } from "react/jsx-runtime";
6097
6157
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6098
- var states30 = [
6158
+ var states32 = [
6099
6159
  States.hover,
6100
6160
  States.focus,
6101
6161
  States.valid,
@@ -6105,12 +6165,12 @@ var states30 = [
6105
6165
  States.loading,
6106
6166
  States.readonly
6107
6167
  ];
6108
- var options28 = {
6168
+ var options30 = {
6109
6169
  size: [Size.small, Size.medium, Size.large],
6110
6170
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6111
6171
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6112
6172
  };
6113
- var defaultProps25 = {
6173
+ var defaultProps27 = {
6114
6174
  showValue: true,
6115
6175
  arrowIconName: "caret-alt-down",
6116
6176
  size: Size.medium,
@@ -6120,7 +6180,7 @@ var defaultProps25 = {
6120
6180
  var DropdownList = (props) => {
6121
6181
  const {
6122
6182
  valueIconName,
6123
- arrowIconName = defaultProps25.arrowIconName,
6183
+ arrowIconName = defaultProps27.arrowIconName,
6124
6184
  prefix,
6125
6185
  suffix,
6126
6186
  value,
@@ -6136,7 +6196,7 @@ var DropdownList = (props) => {
6136
6196
  loading,
6137
6197
  disabled,
6138
6198
  readonly,
6139
- showValue = defaultProps25.showValue,
6199
+ showValue = defaultProps27.showValue,
6140
6200
  popup,
6141
6201
  opened,
6142
6202
  ...other
@@ -6165,8 +6225,8 @@ var DropdownList = (props) => {
6165
6225
  }
6166
6226
  ),
6167
6227
  children: [
6168
- /* @__PURE__ */ jsx67(InputPrefix, { children: prefix }),
6169
- /* @__PURE__ */ jsx67(
6228
+ /* @__PURE__ */ jsx69(InputPrefix, { children: prefix }),
6229
+ /* @__PURE__ */ jsx69(
6170
6230
  InputInnerSpan,
6171
6231
  {
6172
6232
  placeholder,
@@ -6175,7 +6235,7 @@ var DropdownList = (props) => {
6175
6235
  valueIconName
6176
6236
  }
6177
6237
  ),
6178
- /* @__PURE__ */ jsx67(
6238
+ /* @__PURE__ */ jsx69(
6179
6239
  InputValidationIcon,
6180
6240
  {
6181
6241
  valid,
@@ -6184,15 +6244,15 @@ var DropdownList = (props) => {
6184
6244
  disabled
6185
6245
  }
6186
6246
  ),
6187
- /* @__PURE__ */ jsx67(
6247
+ /* @__PURE__ */ jsx69(
6188
6248
  InputLoadingIcon,
6189
6249
  {
6190
6250
  loading,
6191
6251
  disabled
6192
6252
  }
6193
6253
  ),
6194
- /* @__PURE__ */ jsx67(InputSuffix, { children: suffix }),
6195
- /* @__PURE__ */ jsx67(
6254
+ /* @__PURE__ */ jsx69(InputSuffix, { children: suffix }),
6255
+ /* @__PURE__ */ jsx69(
6196
6256
  Button,
6197
6257
  {
6198
6258
  className: "k-input-button",
@@ -6205,40 +6265,40 @@ var DropdownList = (props) => {
6205
6265
  ]
6206
6266
  }
6207
6267
  ),
6208
- opened && popup && /* @__PURE__ */ jsx67(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6268
+ opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6209
6269
  ] });
6210
6270
  };
6211
- DropdownList.states = states30;
6212
- DropdownList.options = options28;
6271
+ DropdownList.states = states32;
6272
+ DropdownList.options = options30;
6213
6273
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6214
- DropdownList.defaultProps = defaultProps25;
6274
+ DropdownList.defaultProps = defaultProps27;
6215
6275
 
6216
6276
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6217
- import { jsx as jsx68 } from "react/jsx-runtime";
6277
+ import { jsx as jsx70 } from "react/jsx-runtime";
6218
6278
 
6219
6279
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6220
- import { jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
6280
+ import { jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
6221
6281
 
6222
6282
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6223
- import { Fragment as Fragment18, jsx as jsx70, jsxs as jsxs34 } from "react/jsx-runtime";
6283
+ import { Fragment as Fragment18, jsx as jsx72, jsxs as jsxs34 } from "react/jsx-runtime";
6224
6284
 
6225
6285
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6226
- import { jsx as jsx71, jsxs as jsxs35 } from "react/jsx-runtime";
6286
+ import { jsx as jsx73, jsxs as jsxs35 } from "react/jsx-runtime";
6227
6287
 
6228
6288
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6229
- import { Fragment as Fragment19, jsx as jsx72, jsxs as jsxs36 } from "react/jsx-runtime";
6289
+ import { Fragment as Fragment19, jsx as jsx74, jsxs as jsxs36 } from "react/jsx-runtime";
6230
6290
 
6231
6291
  // src/menu-button/menu-button.spec.tsx
6232
- import { Fragment as Fragment20, jsx as jsx73, jsxs as jsxs37 } from "react/jsx-runtime";
6292
+ import { Fragment as Fragment20, jsx as jsx75, jsxs as jsxs37 } from "react/jsx-runtime";
6233
6293
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6234
- var states31 = [
6294
+ var states33 = [
6235
6295
  States.hover,
6236
6296
  States.focus,
6237
6297
  States.active,
6238
6298
  States.selected,
6239
6299
  States.disabled
6240
6300
  ];
6241
- var options29 = {
6301
+ var options31 = {
6242
6302
  size: [Size.small, Size.medium, Size.large],
6243
6303
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6244
6304
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6256,7 +6316,7 @@ var options29 = {
6256
6316
  ThemeColor.inverse
6257
6317
  ]
6258
6318
  };
6259
- var defaultProps26 = {
6319
+ var defaultProps28 = {
6260
6320
  size: Size.medium,
6261
6321
  rounded: Roundness.medium,
6262
6322
  fillMode: FillMode.solid,
@@ -6266,10 +6326,10 @@ var defaultProps26 = {
6266
6326
  };
6267
6327
  var MenuButton = (props) => {
6268
6328
  const {
6269
- size = defaultProps26.size,
6270
- rounded = defaultProps26.rounded,
6271
- fillMode = defaultProps26.fillMode,
6272
- themeColor = defaultProps26.themeColor,
6329
+ size = defaultProps28.size,
6330
+ rounded = defaultProps28.rounded,
6331
+ fillMode = defaultProps28.fillMode,
6332
+ themeColor = defaultProps28.themeColor,
6273
6333
  hover,
6274
6334
  focus,
6275
6335
  active,
@@ -6277,14 +6337,14 @@ var MenuButton = (props) => {
6277
6337
  disabled,
6278
6338
  icon,
6279
6339
  text,
6280
- showArrow = defaultProps26.showArrow,
6281
- arrowIconName = defaultProps26.arrowIconName,
6340
+ showArrow = defaultProps28.showArrow,
6341
+ arrowIconName = defaultProps28.arrowIconName,
6282
6342
  popup,
6283
6343
  opened,
6284
6344
  ...other
6285
6345
  } = props;
6286
6346
  return /* @__PURE__ */ jsxs37(Fragment20, { children: [
6287
- /* @__PURE__ */ jsx73(
6347
+ /* @__PURE__ */ jsx75(
6288
6348
  Button,
6289
6349
  {
6290
6350
  ...other,
@@ -6307,35 +6367,35 @@ var MenuButton = (props) => {
6307
6367
  arrowIconName
6308
6368
  }
6309
6369
  ),
6310
- opened && popup && /* @__PURE__ */ jsx73(Popup, { className: "k-menu-popup", children: popup })
6370
+ opened && popup && /* @__PURE__ */ jsx75(Popup, { className: "k-menu-popup", children: popup })
6311
6371
  ] });
6312
6372
  };
6313
- MenuButton.states = states31;
6314
- MenuButton.options = options29;
6373
+ MenuButton.states = states33;
6374
+ MenuButton.options = options31;
6315
6375
  MenuButton.className = MENUBUTTON_CLASSNAME;
6316
- MenuButton.defaultProps = defaultProps26;
6376
+ MenuButton.defaultProps = defaultProps28;
6317
6377
 
6318
6378
  // src/menu-button/templates/icon-menu-button.tsx
6319
- import { jsx as jsx74 } from "react/jsx-runtime";
6379
+ import { jsx as jsx76 } from "react/jsx-runtime";
6320
6380
 
6321
6381
  // src/menu-button/templates/icon-text-menu-button.tsx
6322
- import { jsx as jsx75 } from "react/jsx-runtime";
6382
+ import { jsx as jsx77 } from "react/jsx-runtime";
6323
6383
 
6324
6384
  // src/menu-button/templates/text-menu-button.tsx
6325
- import { jsx as jsx76 } from "react/jsx-runtime";
6385
+ import { jsx as jsx78 } from "react/jsx-runtime";
6326
6386
 
6327
6387
  // src/menu/menu-item.spec.tsx
6328
- import { Fragment as Fragment21, jsx as jsx77, jsxs as jsxs38 } from "react/jsx-runtime";
6388
+ import { Fragment as Fragment21, jsx as jsx79, jsxs as jsxs38 } from "react/jsx-runtime";
6329
6389
  var MENUITEM_CLASSNAME = `k-menu-item`;
6330
- var states32 = [
6390
+ var states34 = [
6331
6391
  States.hover,
6332
6392
  States.focus,
6333
6393
  States.active,
6334
6394
  States.selected,
6335
6395
  States.disabled
6336
6396
  ];
6337
- var options30 = {};
6338
- var defaultProps27 = {
6397
+ var options32 = {};
6398
+ var defaultProps29 = {
6339
6399
  dir: "ltr"
6340
6400
  };
6341
6401
  var MenuItem = (props) => {
@@ -6349,11 +6409,11 @@ var MenuItem = (props) => {
6349
6409
  text,
6350
6410
  showArrow,
6351
6411
  arrowIconName,
6352
- dir = defaultProps27.dir,
6412
+ dir = defaultProps29.dir,
6353
6413
  children,
6354
6414
  ...other
6355
6415
  } = props;
6356
- const contentTemplate = /* @__PURE__ */ jsx77(Fragment21, {});
6416
+ const contentTemplate = /* @__PURE__ */ jsx79(Fragment21, {});
6357
6417
  if (children) {
6358
6418
  children.forEach((child) => {
6359
6419
  const component = child.type;
@@ -6395,9 +6455,9 @@ var MenuItem = (props) => {
6395
6455
  })
6396
6456
  ),
6397
6457
  children: [
6398
- icon && /* @__PURE__ */ jsx77(Icon, { className: "k-menu-link-icon", icon }),
6399
- /* @__PURE__ */ jsx77("span", { className: "k-menu-link-text", children: text }),
6400
- showArrow && /* @__PURE__ */ jsx77("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx77(Icon, { icon: expandArrowName }) })
6458
+ icon && /* @__PURE__ */ jsx79(Icon, { className: "k-menu-link-icon", icon }),
6459
+ /* @__PURE__ */ jsx79("span", { className: "k-menu-link-text", children: text }),
6460
+ showArrow && /* @__PURE__ */ jsx79("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx79(Icon, { icon: expandArrowName }) })
6401
6461
  ]
6402
6462
  }
6403
6463
  ),
@@ -6406,24 +6466,24 @@ var MenuItem = (props) => {
6406
6466
  }
6407
6467
  );
6408
6468
  };
6409
- MenuItem.states = states32;
6410
- MenuItem.options = options30;
6469
+ MenuItem.states = states34;
6470
+ MenuItem.options = options32;
6411
6471
  MenuItem.className = MENUITEM_CLASSNAME;
6412
- MenuItem.defaultProps = defaultProps27;
6472
+ MenuItem.defaultProps = defaultProps29;
6413
6473
  var menu_item_spec_default = MenuItem;
6414
6474
 
6415
6475
  // src/menu/menu-separator.spec.tsx
6416
- import { jsx as jsx78 } from "react/jsx-runtime";
6476
+ import { jsx as jsx80 } from "react/jsx-runtime";
6417
6477
  var SEPARATOR_CLASSNAME = `k-separator`;
6418
- var defaultProps28 = {
6478
+ var defaultProps30 = {
6419
6479
  orientation: "horizontal"
6420
6480
  };
6421
6481
  var MenuSeparator = (props) => {
6422
6482
  const {
6423
- orientation = defaultProps28.orientation,
6483
+ orientation = defaultProps30.orientation,
6424
6484
  ...other
6425
6485
  } = props;
6426
- return /* @__PURE__ */ jsx78(
6486
+ return /* @__PURE__ */ jsx80(
6427
6487
  "li",
6428
6488
  {
6429
6489
  ...other,
@@ -6441,25 +6501,25 @@ var MenuSeparator = (props) => {
6441
6501
  var menu_separator_spec_default = MenuSeparator;
6442
6502
 
6443
6503
  // src/menu/menu-item-content.tsx
6444
- import { Fragment as Fragment22, jsx as jsx79 } from "react/jsx-runtime";
6504
+ import { Fragment as Fragment22, jsx as jsx81 } from "react/jsx-runtime";
6445
6505
 
6446
6506
  // src/menu/menu-list.spec.tsx
6447
- import { jsx as jsx80 } from "react/jsx-runtime";
6507
+ import { jsx as jsx82 } from "react/jsx-runtime";
6448
6508
  import { createElement } from "react";
6449
6509
  var MENULIST_CLASSNAME = `k-menu-group`;
6450
- var states33 = [];
6451
- var options31 = {
6510
+ var states35 = [];
6511
+ var options33 = {
6452
6512
  size: [Size.small, Size.medium, Size.large]
6453
6513
  };
6454
- var defaultProps29 = {
6514
+ var defaultProps31 = {
6455
6515
  size: Size.medium,
6456
6516
  dir: "ltr"
6457
6517
  };
6458
6518
  var MenuList = (props) => {
6459
6519
  const {
6460
6520
  children,
6461
- size = defaultProps29.size,
6462
- dir = defaultProps29.dir,
6521
+ size = defaultProps31.size,
6522
+ dir = defaultProps31.dir,
6463
6523
  ...other
6464
6524
  } = props;
6465
6525
  const listChildren = [];
@@ -6472,7 +6532,7 @@ var MenuList = (props) => {
6472
6532
  );
6473
6533
  } else if (child.type === menu_separator_spec_default) {
6474
6534
  listChildren.push(
6475
- /* @__PURE__ */ jsx80(menu_separator_spec_default, {})
6535
+ /* @__PURE__ */ jsx82(menu_separator_spec_default, {})
6476
6536
  );
6477
6537
  } else {
6478
6538
  listChildren.push(child);
@@ -6480,7 +6540,7 @@ var MenuList = (props) => {
6480
6540
  });
6481
6541
  }
6482
6542
  }
6483
- return /* @__PURE__ */ jsx80(
6543
+ return /* @__PURE__ */ jsx82(
6484
6544
  "ul",
6485
6545
  {
6486
6546
  ...other,
@@ -6495,25 +6555,25 @@ var MenuList = (props) => {
6495
6555
  }
6496
6556
  );
6497
6557
  };
6498
- MenuList.states = states33;
6499
- MenuList.options = options31;
6558
+ MenuList.states = states35;
6559
+ MenuList.options = options33;
6500
6560
  MenuList.className = MENULIST_CLASSNAME;
6501
- MenuList.defaultProps = defaultProps29;
6561
+ MenuList.defaultProps = defaultProps31;
6502
6562
 
6503
6563
  // src/menu-button/templates/menu-button-popup.tsx
6504
- import { jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
6564
+ import { jsx as jsx83, jsxs as jsxs39 } from "react/jsx-runtime";
6505
6565
 
6506
6566
  // src/split-button/split-button.spec.tsx
6507
- import { Fragment as Fragment23, jsx as jsx82, jsxs as jsxs40 } from "react/jsx-runtime";
6567
+ import { Fragment as Fragment23, jsx as jsx84, jsxs as jsxs40 } from "react/jsx-runtime";
6508
6568
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6509
- var states34 = [
6569
+ var states36 = [
6510
6570
  States.hover,
6511
6571
  States.focus,
6512
6572
  States.active,
6513
6573
  States.selected,
6514
6574
  States.disabled
6515
6575
  ];
6516
- var options32 = {
6576
+ var options34 = {
6517
6577
  size: [Size.small, Size.medium, Size.large],
6518
6578
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6519
6579
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6531,7 +6591,7 @@ var options32 = {
6531
6591
  ThemeColor.inverse
6532
6592
  ]
6533
6593
  };
6534
- var defaultProps30 = {
6594
+ var defaultProps32 = {
6535
6595
  size: Size.medium,
6536
6596
  rounded: Roundness.medium,
6537
6597
  fillMode: FillMode.solid,
@@ -6540,10 +6600,10 @@ var defaultProps30 = {
6540
6600
  };
6541
6601
  var SplitButton = (props) => {
6542
6602
  const {
6543
- size = defaultProps30.size,
6544
- rounded = defaultProps30.rounded,
6545
- fillMode = defaultProps30.fillMode,
6546
- themeColor = defaultProps30.themeColor,
6603
+ size = defaultProps32.size,
6604
+ rounded = defaultProps32.rounded,
6605
+ fillMode = defaultProps32.fillMode,
6606
+ themeColor = defaultProps32.themeColor,
6547
6607
  hover,
6548
6608
  focus,
6549
6609
  active,
@@ -6551,7 +6611,7 @@ var SplitButton = (props) => {
6551
6611
  disabled,
6552
6612
  icon,
6553
6613
  text,
6554
- arrowIconName = defaultProps30.arrowIconName,
6614
+ arrowIconName = defaultProps32.arrowIconName,
6555
6615
  popup,
6556
6616
  opened,
6557
6617
  ...other
@@ -6570,7 +6630,7 @@ var SplitButton = (props) => {
6570
6630
  })
6571
6631
  ),
6572
6632
  children: [
6573
- /* @__PURE__ */ jsx82(
6633
+ /* @__PURE__ */ jsx84(
6574
6634
  Button,
6575
6635
  {
6576
6636
  text,
@@ -6587,7 +6647,7 @@ var SplitButton = (props) => {
6587
6647
  children: props.children
6588
6648
  }
6589
6649
  ),
6590
- /* @__PURE__ */ jsx82(
6650
+ /* @__PURE__ */ jsx84(
6591
6651
  Button,
6592
6652
  {
6593
6653
  className: "k-split-button-arrow",
@@ -6601,30 +6661,30 @@ var SplitButton = (props) => {
6601
6661
  ]
6602
6662
  }
6603
6663
  ),
6604
- opened && popup && /* @__PURE__ */ jsx82(Popup, { className: "k-menu-popup", children: popup })
6664
+ opened && popup && /* @__PURE__ */ jsx84(Popup, { className: "k-menu-popup", children: popup })
6605
6665
  ] });
6606
6666
  };
6607
- SplitButton.states = states34;
6608
- SplitButton.options = options32;
6667
+ SplitButton.states = states36;
6668
+ SplitButton.options = options34;
6609
6669
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6610
- SplitButton.defaultProps = defaultProps30;
6670
+ SplitButton.defaultProps = defaultProps32;
6611
6671
  var split_button_spec_default = SplitButton;
6612
6672
 
6613
6673
  // src/toolbar/toolbar.spec.tsx
6614
- import { jsx as jsx83 } from "react/jsx-runtime";
6674
+ import { jsx as jsx85 } from "react/jsx-runtime";
6615
6675
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6616
- var states35 = [
6676
+ var states37 = [
6617
6677
  States.focus
6618
6678
  ];
6619
- var options33 = {
6679
+ var options35 = {
6620
6680
  size: [Size.small, Size.medium, Size.large]
6621
6681
  };
6622
- var defaultProps31 = {
6682
+ var defaultProps33 = {
6623
6683
  size: Size.medium
6624
6684
  };
6625
6685
  var Toolbar = (props) => {
6626
6686
  const {
6627
- size = defaultProps31.size,
6687
+ size = defaultProps33.size,
6628
6688
  focus,
6629
6689
  resizable,
6630
6690
  ...other
@@ -6634,7 +6694,7 @@ var Toolbar = (props) => {
6634
6694
  const tempToolbarChildren = [];
6635
6695
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6636
6696
  tempToolbarChildren.push(
6637
- /* @__PURE__ */ jsx83(
6697
+ /* @__PURE__ */ jsx85(
6638
6698
  Button,
6639
6699
  {
6640
6700
  ...child.props,
@@ -6645,7 +6705,7 @@ var Toolbar = (props) => {
6645
6705
  );
6646
6706
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6647
6707
  tempToolbarChildren.push(
6648
- /* @__PURE__ */ jsx83(
6708
+ /* @__PURE__ */ jsx85(
6649
6709
  Button,
6650
6710
  {
6651
6711
  ...child.props,
@@ -6656,7 +6716,7 @@ var Toolbar = (props) => {
6656
6716
  );
6657
6717
  } else if (child.type === Button) {
6658
6718
  tempToolbarChildren.push(
6659
- /* @__PURE__ */ jsx83(
6719
+ /* @__PURE__ */ jsx85(
6660
6720
  Button,
6661
6721
  {
6662
6722
  ...child.props,
@@ -6667,7 +6727,7 @@ var Toolbar = (props) => {
6667
6727
  );
6668
6728
  } else if (child.type === MenuButton) {
6669
6729
  tempToolbarChildren.push(
6670
- /* @__PURE__ */ jsx83(
6730
+ /* @__PURE__ */ jsx85(
6671
6731
  MenuButton,
6672
6732
  {
6673
6733
  ...child.props,
@@ -6678,7 +6738,7 @@ var Toolbar = (props) => {
6678
6738
  );
6679
6739
  } else if (child.type === split_button_spec_default) {
6680
6740
  tempToolbarChildren.push(
6681
- /* @__PURE__ */ jsx83(
6741
+ /* @__PURE__ */ jsx85(
6682
6742
  split_button_spec_default,
6683
6743
  {
6684
6744
  ...child.props,
@@ -6692,7 +6752,7 @@ var Toolbar = (props) => {
6692
6752
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6693
6753
  childrenArray.forEach((button, bindex) => {
6694
6754
  buttonGroupItems.push(
6695
- /* @__PURE__ */ jsx83(
6755
+ /* @__PURE__ */ jsx85(
6696
6756
  Button,
6697
6757
  {
6698
6758
  ...button.props,
@@ -6703,7 +6763,7 @@ var Toolbar = (props) => {
6703
6763
  );
6704
6764
  });
6705
6765
  tempToolbarChildren.push(
6706
- /* @__PURE__ */ jsx83(
6766
+ /* @__PURE__ */ jsx85(
6707
6767
  ButtonGroup,
6708
6768
  {
6709
6769
  ...child.props,
@@ -6715,7 +6775,7 @@ var Toolbar = (props) => {
6715
6775
  );
6716
6776
  } else if (child.type === Combobox) {
6717
6777
  tempToolbarChildren.push(
6718
- /* @__PURE__ */ jsx83(
6778
+ /* @__PURE__ */ jsx85(
6719
6779
  Combobox,
6720
6780
  {
6721
6781
  ...child.props,
@@ -6726,7 +6786,7 @@ var Toolbar = (props) => {
6726
6786
  );
6727
6787
  } else if (child.type === DropdownList) {
6728
6788
  tempToolbarChildren.push(
6729
- /* @__PURE__ */ jsx83(
6789
+ /* @__PURE__ */ jsx85(
6730
6790
  DropdownList,
6731
6791
  {
6732
6792
  ...child.props,
@@ -6737,7 +6797,7 @@ var Toolbar = (props) => {
6737
6797
  );
6738
6798
  } else if (child.type === ColorPicker) {
6739
6799
  tempToolbarChildren.push(
6740
- /* @__PURE__ */ jsx83(
6800
+ /* @__PURE__ */ jsx85(
6741
6801
  ColorPicker,
6742
6802
  {
6743
6803
  ...child.props,
@@ -6759,7 +6819,7 @@ var Toolbar = (props) => {
6759
6819
  addUniqueToolClass(child, index);
6760
6820
  });
6761
6821
  }
6762
- return /* @__PURE__ */ jsx83(
6822
+ return /* @__PURE__ */ jsx85(
6763
6823
  "div",
6764
6824
  {
6765
6825
  ...other,
@@ -6780,26 +6840,26 @@ var Toolbar = (props) => {
6780
6840
  }
6781
6841
  );
6782
6842
  };
6783
- Toolbar.states = states35;
6784
- Toolbar.options = options33;
6843
+ Toolbar.states = states37;
6844
+ Toolbar.options = options35;
6785
6845
  Toolbar.className = TOOLBAR_CLASSNAME;
6786
- Toolbar.defaultProps = defaultProps31;
6846
+ Toolbar.defaultProps = defaultProps33;
6787
6847
 
6788
6848
  // src/toolbar/toolbar-angular.spec.tsx
6789
- import { jsx as jsx84 } from "react/jsx-runtime";
6849
+ import { jsx as jsx86 } from "react/jsx-runtime";
6790
6850
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6791
- var states36 = [
6851
+ var states38 = [
6792
6852
  States.focus
6793
6853
  ];
6794
- var options34 = {
6854
+ var options36 = {
6795
6855
  size: [Size.small, Size.medium, Size.large]
6796
6856
  };
6797
- var defaultProps32 = {
6857
+ var defaultProps34 = {
6798
6858
  size: Size.medium
6799
6859
  };
6800
6860
  var ToolbarAngular = (props) => {
6801
6861
  const {
6802
- size = defaultProps32.size,
6862
+ size = defaultProps34.size,
6803
6863
  focus,
6804
6864
  resizable,
6805
6865
  ...other
@@ -6809,7 +6869,7 @@ var ToolbarAngular = (props) => {
6809
6869
  const tempToolbarChildren = [];
6810
6870
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6811
6871
  tempToolbarChildren.push(
6812
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6872
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6813
6873
  Button,
6814
6874
  {
6815
6875
  ...child.props,
@@ -6820,7 +6880,7 @@ var ToolbarAngular = (props) => {
6820
6880
  );
6821
6881
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6822
6882
  tempToolbarChildren.push(
6823
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6883
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6824
6884
  Button,
6825
6885
  {
6826
6886
  ...child.props,
@@ -6831,7 +6891,7 @@ var ToolbarAngular = (props) => {
6831
6891
  );
6832
6892
  } else if (child.type === Button) {
6833
6893
  tempToolbarChildren.push(
6834
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6894
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6835
6895
  Button,
6836
6896
  {
6837
6897
  ...child.props,
@@ -6842,7 +6902,7 @@ var ToolbarAngular = (props) => {
6842
6902
  );
6843
6903
  } else if (child.type === MenuButton) {
6844
6904
  tempToolbarChildren.push(
6845
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6905
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6846
6906
  MenuButton,
6847
6907
  {
6848
6908
  ...child.props,
@@ -6853,7 +6913,7 @@ var ToolbarAngular = (props) => {
6853
6913
  );
6854
6914
  } else if (child.type === split_button_spec_default) {
6855
6915
  tempToolbarChildren.push(
6856
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6916
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6857
6917
  split_button_spec_default,
6858
6918
  {
6859
6919
  ...child.props,
@@ -6867,7 +6927,7 @@ var ToolbarAngular = (props) => {
6867
6927
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6868
6928
  childrenArray.forEach((button, bindex) => {
6869
6929
  buttonGroupItems.push(
6870
- /* @__PURE__ */ jsx84(
6930
+ /* @__PURE__ */ jsx86(
6871
6931
  Button,
6872
6932
  {
6873
6933
  ...button.props,
@@ -6878,7 +6938,7 @@ var ToolbarAngular = (props) => {
6878
6938
  );
6879
6939
  });
6880
6940
  tempToolbarChildren.push(
6881
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6941
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6882
6942
  ButtonGroup,
6883
6943
  {
6884
6944
  ...child.props,
@@ -6890,7 +6950,7 @@ var ToolbarAngular = (props) => {
6890
6950
  );
6891
6951
  } else if (child.type === Combobox) {
6892
6952
  tempToolbarChildren.push(
6893
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6953
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6894
6954
  Combobox,
6895
6955
  {
6896
6956
  ...child.props,
@@ -6901,7 +6961,7 @@ var ToolbarAngular = (props) => {
6901
6961
  );
6902
6962
  } else if (child.type === DropdownList) {
6903
6963
  tempToolbarChildren.push(
6904
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6964
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6905
6965
  DropdownList,
6906
6966
  {
6907
6967
  ...child.props,
@@ -6912,7 +6972,7 @@ var ToolbarAngular = (props) => {
6912
6972
  );
6913
6973
  } else if (child.type === ColorPicker) {
6914
6974
  tempToolbarChildren.push(
6915
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6975
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6916
6976
  ColorPicker,
6917
6977
  {
6918
6978
  ...child.props,
@@ -6934,7 +6994,7 @@ var ToolbarAngular = (props) => {
6934
6994
  addUniqueToolClass(child, index);
6935
6995
  });
6936
6996
  }
6937
- return /* @__PURE__ */ jsx84(
6997
+ return /* @__PURE__ */ jsx86(
6938
6998
  "div",
6939
6999
  {
6940
7000
  ...other,
@@ -6955,28 +7015,28 @@ var ToolbarAngular = (props) => {
6955
7015
  }
6956
7016
  );
6957
7017
  };
6958
- ToolbarAngular.states = states36;
6959
- ToolbarAngular.options = options34;
7018
+ ToolbarAngular.states = states38;
7019
+ ToolbarAngular.options = options36;
6960
7020
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6961
- ToolbarAngular.defaultProps = defaultProps32;
7021
+ ToolbarAngular.defaultProps = defaultProps34;
6962
7022
 
6963
7023
  // src/toolbar/toolbar-separator.tsx
6964
- import { jsx as jsx85 } from "react/jsx-runtime";
7024
+ import { jsx as jsx87 } from "react/jsx-runtime";
6965
7025
 
6966
7026
  // src/toolbar/toolbar-item.spec.tsx
6967
- import { jsx as jsx86 } from "react/jsx-runtime";
7027
+ import { jsx as jsx88 } from "react/jsx-runtime";
6968
7028
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6969
- var states37 = [
7029
+ var states39 = [
6970
7030
  States.focus
6971
7031
  ];
6972
- var options35 = {};
6973
- var defaultProps33 = {};
7032
+ var options37 = {};
7033
+ var defaultProps35 = {};
6974
7034
  var ToolbarItem = (props) => {
6975
7035
  const {
6976
7036
  focus,
6977
7037
  ...other
6978
7038
  } = props;
6979
- return /* @__PURE__ */ jsx86(
7039
+ return /* @__PURE__ */ jsx88(
6980
7040
  "div",
6981
7041
  {
6982
7042
  ...other,
@@ -6991,130 +7051,130 @@ var ToolbarItem = (props) => {
6991
7051
  }
6992
7052
  );
6993
7053
  };
6994
- ToolbarItem.states = states37;
6995
- ToolbarItem.options = options35;
7054
+ ToolbarItem.states = states39;
7055
+ ToolbarItem.options = options37;
6996
7056
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6997
- ToolbarItem.defaultProps = defaultProps33;
7057
+ ToolbarItem.defaultProps = defaultProps35;
6998
7058
 
6999
7059
  // src/grid/tests/grid-editing.tsx
7000
- import { Fragment as Fragment24, jsx as jsx87, jsxs as jsxs41 } from "react/jsx-runtime";
7001
- var grid_editing_default = () => /* @__PURE__ */ jsx87(Fragment24, { children: /* @__PURE__ */ jsxs41("div", { id: "test-area", className: "k-d-grid", children: [
7060
+ import { Fragment as Fragment24, jsx as jsx89, jsxs as jsxs41 } from "react/jsx-runtime";
7061
+ var grid_editing_default = () => /* @__PURE__ */ jsx89(Fragment24, { children: /* @__PURE__ */ jsxs41("div", { id: "test-area", className: "k-d-grid", children: [
7002
7062
  /* @__PURE__ */ jsxs41("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7003
7063
  /* @__PURE__ */ jsxs41(Toolbar, { className: "k-grid-toolbar", children: [
7004
- /* @__PURE__ */ jsx87(Button, { children: "Add new" }),
7005
- /* @__PURE__ */ jsx87(Button, { children: "Save Changes" }),
7006
- /* @__PURE__ */ jsx87(Button, { children: "Cancel Changes" })
7064
+ /* @__PURE__ */ jsx89(Button, { children: "Add new" }),
7065
+ /* @__PURE__ */ jsx89(Button, { children: "Save Changes" }),
7066
+ /* @__PURE__ */ jsx89(Button, { children: "Cancel Changes" })
7007
7067
  ] }),
7008
7068
  /* @__PURE__ */ jsxs41("div", { className: "k-grid-aria-root", children: [
7009
- /* @__PURE__ */ jsx87("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx87("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", children: [
7069
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx89("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", children: [
7010
7070
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7011
- /* @__PURE__ */ jsx87("col", {}),
7012
- /* @__PURE__ */ jsx87("col", {}),
7013
- /* @__PURE__ */ jsx87("col", {}),
7014
- /* @__PURE__ */ jsx87("col", { style: { width: "300px" } })
7071
+ /* @__PURE__ */ jsx89("col", {}),
7072
+ /* @__PURE__ */ jsx89("col", {}),
7073
+ /* @__PURE__ */ jsx89("col", {}),
7074
+ /* @__PURE__ */ jsx89("col", { style: { width: "300px" } })
7015
7075
  ] }),
7016
- /* @__PURE__ */ jsx87("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7017
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Name" }) }) }) }),
7018
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Price" }) }) }) }),
7019
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Available" }) }) }) }),
7020
- /* @__PURE__ */ jsx87("th", { className: "k-table-th k-header" })
7076
+ /* @__PURE__ */ jsx89("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7077
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Name" }) }) }) }),
7078
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Price" }) }) }) }),
7079
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Available" }) }) }) }),
7080
+ /* @__PURE__ */ jsx89("th", { className: "k-table-th k-header" })
7021
7081
  ] }) })
7022
7082
  ] }) }) }),
7023
- /* @__PURE__ */ jsx87("div", { className: "k-grid-container", children: /* @__PURE__ */ jsx87("div", { className: "k-grid-content", children: /* @__PURE__ */ jsx87("div", { children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-table", children: [
7083
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-container", children: /* @__PURE__ */ jsx89("div", { className: "k-grid-content", children: /* @__PURE__ */ jsx89("div", { children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-table", children: [
7024
7084
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7025
- /* @__PURE__ */ jsx87("col", {}),
7026
- /* @__PURE__ */ jsx87("col", {}),
7027
- /* @__PURE__ */ jsx87("col", {}),
7028
- /* @__PURE__ */ jsx87("col", { style: { width: "300px" } })
7085
+ /* @__PURE__ */ jsx89("col", {}),
7086
+ /* @__PURE__ */ jsx89("col", {}),
7087
+ /* @__PURE__ */ jsx89("col", {}),
7088
+ /* @__PURE__ */ jsx89("col", { style: { width: "300px" } })
7029
7089
  ] }),
7030
7090
  /* @__PURE__ */ jsxs41("tbody", { className: "k-table-tbody", children: [
7031
7091
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-grid-add-row k-grid-edit-row", children: [
7032
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: /* @__PURE__ */ jsx87(Textbox, { value: "Towel" }) }),
7033
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: /* @__PURE__ */ jsx87(NumericTextbox, { value: "42" }) }),
7034
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: /* @__PURE__ */ jsx87(Checkbox, {}) }),
7092
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: /* @__PURE__ */ jsx89(Textbox, { value: "Towel" }) }),
7093
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: /* @__PURE__ */ jsx89(NumericTextbox, { value: "42" }) }),
7094
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: /* @__PURE__ */ jsx89(Checkbox, {}) }),
7035
7095
  /* @__PURE__ */ jsxs41("td", { className: "k-table-td k-command-cell", children: [
7036
- /* @__PURE__ */ jsx87(Button, { children: "Add" }),
7037
- /* @__PURE__ */ jsx87(Button, { children: "Cancel" })
7096
+ /* @__PURE__ */ jsx89(Button, { children: "Add" }),
7097
+ /* @__PURE__ */ jsx89(Button, { children: "Cancel" })
7038
7098
  ] })
7039
7099
  ] }),
7040
7100
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7041
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "Chai" }),
7042
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "18" }),
7043
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "false" }),
7044
- /* @__PURE__ */ jsx87("td", { className: "k-table-td k-command-cell", children: /* @__PURE__ */ jsx87(Button, { children: "Remove" }) })
7101
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "Chai" }),
7102
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "18" }),
7103
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "false" }),
7104
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td k-command-cell", children: /* @__PURE__ */ jsx89(Button, { children: "Remove" }) })
7045
7105
  ] }),
7046
7106
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7047
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "Chang" }),
7048
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "19" }),
7049
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "false" }),
7050
- /* @__PURE__ */ jsx87("td", { className: "k-table-td k-command-cell", children: /* @__PURE__ */ jsx87(Button, { children: "Remove" }) })
7107
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "Chang" }),
7108
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "19" }),
7109
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "false" }),
7110
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td k-command-cell", children: /* @__PURE__ */ jsx89(Button, { children: "Remove" }) })
7051
7111
  ] })
7052
7112
  ] })
7053
7113
  ] }) }) }) })
7054
7114
  ] })
7055
7115
  ] }),
7056
7116
  /* @__PURE__ */ jsxs41("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7057
- /* @__PURE__ */ jsx87(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx87(Button, { icon: "plus", children: "Add new record" }) }),
7058
- /* @__PURE__ */ jsx87("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx87("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", children: [
7117
+ /* @__PURE__ */ jsx89(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx89(Button, { icon: "plus", children: "Add new record" }) }),
7118
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx89("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-header-table", children: [
7059
7119
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7060
- /* @__PURE__ */ jsx87("col", {}),
7061
- /* @__PURE__ */ jsx87("col", {}),
7062
- /* @__PURE__ */ jsx87("col", {}),
7063
- /* @__PURE__ */ jsx87("col", { style: { width: "300px" } })
7120
+ /* @__PURE__ */ jsx89("col", {}),
7121
+ /* @__PURE__ */ jsx89("col", {}),
7122
+ /* @__PURE__ */ jsx89("col", {}),
7123
+ /* @__PURE__ */ jsx89("col", { style: { width: "300px" } })
7064
7124
  ] }),
7065
- /* @__PURE__ */ jsx87("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7066
- /* @__PURE__ */ jsx87("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Name" }) }) }) }),
7067
- /* @__PURE__ */ jsx87("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Price" }) }) }) }),
7068
- /* @__PURE__ */ jsx87("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx87("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx87("span", { className: "k-link", children: /* @__PURE__ */ jsx87("span", { className: "k-column-title", children: "Available" }) }) }) }),
7069
- /* @__PURE__ */ jsx87("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7125
+ /* @__PURE__ */ jsx89("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7126
+ /* @__PURE__ */ jsx89("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Name" }) }) }) }),
7127
+ /* @__PURE__ */ jsx89("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Price" }) }) }) }),
7128
+ /* @__PURE__ */ jsx89("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx89("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx89("span", { className: "k-link", children: /* @__PURE__ */ jsx89("span", { className: "k-column-title", children: "Available" }) }) }) }),
7129
+ /* @__PURE__ */ jsx89("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7070
7130
  ] }) })
7071
7131
  ] }) }) }),
7072
- /* @__PURE__ */ jsx87("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7132
+ /* @__PURE__ */ jsx89("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs41("table", { className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
7073
7133
  /* @__PURE__ */ jsxs41("colgroup", { children: [
7074
- /* @__PURE__ */ jsx87("col", {}),
7075
- /* @__PURE__ */ jsx87("col", {}),
7076
- /* @__PURE__ */ jsx87("col", {}),
7077
- /* @__PURE__ */ jsx87("col", { style: { width: "300px" } })
7134
+ /* @__PURE__ */ jsx89("col", {}),
7135
+ /* @__PURE__ */ jsx89("col", {}),
7136
+ /* @__PURE__ */ jsx89("col", {}),
7137
+ /* @__PURE__ */ jsx89("col", { style: { width: "300px" } })
7078
7138
  ] }),
7079
7139
  /* @__PURE__ */ jsxs41("tbody", { className: "k-table-tbody", children: [
7080
7140
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-grid-edit-row", children: [
7081
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: /* @__PURE__ */ jsx87(Textbox, { value: "Towel", required: true }) }),
7141
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: /* @__PURE__ */ jsx89(Textbox, { value: "Towel", required: true }) }),
7082
7142
  /* @__PURE__ */ jsxs41("td", { className: "k-table-td", children: [
7083
- /* @__PURE__ */ jsx87(NumericTextbox, { invalid: true }),
7143
+ /* @__PURE__ */ jsx89(NumericTextbox, { invalid: true }),
7084
7144
  /* @__PURE__ */ jsxs41("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
7085
- /* @__PURE__ */ jsx87(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7086
- /* @__PURE__ */ jsx87("span", { className: "k-tooltip-content", children: "Price" }),
7087
- /* @__PURE__ */ jsx87("div", { className: "k-callout k-callout-n" })
7145
+ /* @__PURE__ */ jsx89(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7146
+ /* @__PURE__ */ jsx89("span", { className: "k-tooltip-content", children: "Price" }),
7147
+ /* @__PURE__ */ jsx89("div", { className: "k-callout k-callout-n" })
7088
7148
  ] })
7089
7149
  ] }),
7090
7150
  /* @__PURE__ */ jsxs41("td", { className: "k-table-td", children: [
7091
- /* @__PURE__ */ jsx87(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7092
- /* @__PURE__ */ jsx87("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7151
+ /* @__PURE__ */ jsx89(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7152
+ /* @__PURE__ */ jsx89("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7093
7153
  ] }),
7094
7154
  /* @__PURE__ */ jsxs41("td", { className: "k-table-td k-command-cell", children: [
7095
- /* @__PURE__ */ jsx87(Button, { icon: "check", themeColor: "primary", children: "Update" }),
7096
- /* @__PURE__ */ jsx87(Button, { icon: "cancel", children: "Cancel" })
7155
+ /* @__PURE__ */ jsx89(Button, { icon: "check", themeColor: "primary", children: "Update" }),
7156
+ /* @__PURE__ */ jsx89(Button, { icon: "cancel", children: "Cancel" })
7097
7157
  ] })
7098
7158
  ] }),
7099
7159
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7100
7160
  /* @__PURE__ */ jsxs41("td", { className: "k-table-td k-dirty-cell", children: [
7101
- /* @__PURE__ */ jsx87("span", { className: "k-dirty" }),
7161
+ /* @__PURE__ */ jsx89("span", { className: "k-dirty" }),
7102
7162
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
7103
7163
  ] }),
7104
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "18" }),
7105
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "false" }),
7164
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "18" }),
7165
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "false" }),
7106
7166
  /* @__PURE__ */ jsxs41("td", { className: "k-table-td k-command-cell", children: [
7107
- /* @__PURE__ */ jsx87(Button, { icon: "pencil", children: "Edit" }),
7108
- /* @__PURE__ */ jsx87(Button, { icon: "x", children: "Delete" })
7167
+ /* @__PURE__ */ jsx89(Button, { icon: "pencil", children: "Edit" }),
7168
+ /* @__PURE__ */ jsx89(Button, { icon: "x", children: "Delete" })
7109
7169
  ] })
7110
7170
  ] }),
7111
7171
  /* @__PURE__ */ jsxs41("tr", { className: "k-table-row", children: [
7112
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "Chang" }),
7113
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "19" }),
7114
- /* @__PURE__ */ jsx87("td", { className: "k-table-td", children: "false" }),
7172
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "Chang" }),
7173
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "19" }),
7174
+ /* @__PURE__ */ jsx89("td", { className: "k-table-td", children: "false" }),
7115
7175
  /* @__PURE__ */ jsxs41("td", { className: "k-table-td k-command-cell", children: [
7116
- /* @__PURE__ */ jsx87(Button, { icon: "pencil", children: "Edit" }),
7117
- /* @__PURE__ */ jsx87(Button, { icon: "x", children: "Delete" })
7176
+ /* @__PURE__ */ jsx89(Button, { icon: "pencil", children: "Edit" }),
7177
+ /* @__PURE__ */ jsx89(Button, { icon: "x", children: "Delete" })
7118
7178
  ] })
7119
7179
  ] })
7120
7180
  ] })