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

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