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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -4477,14 +4477,74 @@ Checkbox.options = options5;
4477
4477
  Checkbox.className = CHECKBOX_CLASSNAME;
4478
4478
  Checkbox.defaultProps = defaultProps5;
4479
4479
 
4480
- // src/checkbox/templates/checkbox-label.tsx
4481
- import { Fragment as Fragment5, jsx as jsx9, jsxs as jsxs2 } from "react/jsx-runtime";
4480
+ // src/checkbox/checkbox-group.spec.tsx
4481
+ import { jsx as jsx9 } from "react/jsx-runtime";
4482
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4483
+ var states6 = [];
4484
+ var options6 = {};
4485
+ var defaultProps6 = {
4486
+ layout: "vertical"
4487
+ };
4488
+ var CheckboxGroup = (props) => {
4489
+ const {
4490
+ layout = defaultProps6.layout,
4491
+ ...other
4492
+ } = props;
4493
+ return /* @__PURE__ */ jsx9(
4494
+ "ul",
4495
+ {
4496
+ ...other,
4497
+ className: classNames(
4498
+ props.className,
4499
+ CHECKBOXGROUP_CLASSNAME,
4500
+ {
4501
+ [`k-list-${layout}`]: layout
4502
+ }
4503
+ ),
4504
+ children: props.children
4505
+ }
4506
+ );
4507
+ };
4508
+ CheckboxGroup.states = states6;
4509
+ CheckboxGroup.options = options6;
4510
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4511
+ CheckboxGroup.defaultProps = defaultProps6;
4482
4512
 
4483
- // src/checkbox/templates/checkbox-normal.tsx
4513
+ // src/checkbox/checkbox-item.spec.tsx
4484
4514
  import { jsx as jsx10 } from "react/jsx-runtime";
4515
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4516
+ var states7 = [];
4517
+ var options7 = {};
4518
+ var defaultProps7 = {};
4519
+ var CheckboxItem = (props) => {
4520
+ const {
4521
+ ...other
4522
+ } = props;
4523
+ return /* @__PURE__ */ jsx10(
4524
+ "li",
4525
+ {
4526
+ ...other,
4527
+ className: classNames(
4528
+ props.className,
4529
+ CHECKBOXITEM_CLASSNAME
4530
+ ),
4531
+ children: props.children
4532
+ }
4533
+ );
4534
+ };
4535
+ CheckboxItem.states = states7;
4536
+ CheckboxItem.options = options7;
4537
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4538
+ CheckboxItem.defaultProps = defaultProps7;
4539
+
4540
+ // src/checkbox/templates/checkbox-with-label.tsx
4541
+ import { Fragment as Fragment5, jsx as jsx11, jsxs as jsxs2 } from "react/jsx-runtime";
4542
+
4543
+ // src/checkbox/templates/checkbox-normal.tsx
4544
+ import { jsx as jsx12 } from "react/jsx-runtime";
4485
4545
 
4486
4546
  // src/chip/chip-action.tsx
4487
- import { jsx as jsx11 } from "react/jsx-runtime";
4547
+ import { jsx as jsx13 } from "react/jsx-runtime";
4488
4548
  var CHIPACTION_CLASSNAME = `k-chip-action`;
4489
4549
  var ChipAction = (props) => {
4490
4550
  const {
@@ -4494,15 +4554,15 @@ var ChipAction = (props) => {
4494
4554
  let icon;
4495
4555
  switch (type) {
4496
4556
  case "remove" /* REMOVE */:
4497
- icon = /* @__PURE__ */ jsx11(Icon, { icon: "x-circle", size: "small" });
4557
+ icon = /* @__PURE__ */ jsx13(Icon, { icon: "x-circle", size: "small" });
4498
4558
  break;
4499
4559
  case "more" /* MORE */:
4500
- icon = /* @__PURE__ */ jsx11(Icon, { icon: "more-vertical", size: "small" });
4560
+ icon = /* @__PURE__ */ jsx13(Icon, { icon: "more-vertical", size: "small" });
4501
4561
  break;
4502
4562
  default:
4503
- return /* @__PURE__ */ jsx11(Icon, { icon: type, size: "small" });
4563
+ return /* @__PURE__ */ jsx13(Icon, { icon: type, size: "small" });
4504
4564
  }
4505
- return /* @__PURE__ */ jsx11(
4565
+ return /* @__PURE__ */ jsx13(
4506
4566
  "span",
4507
4567
  {
4508
4568
  ...other,
@@ -4517,16 +4577,16 @@ var ChipAction = (props) => {
4517
4577
  };
4518
4578
 
4519
4579
  // src/avatar/avatar.spec.tsx
4520
- import { jsx as jsx12 } from "react/jsx-runtime";
4580
+ import { jsx as jsx14 } from "react/jsx-runtime";
4521
4581
  var AVATAR_CLASSNAME = `k-avatar`;
4522
- var states6 = [
4582
+ var states8 = [
4523
4583
  States.hover,
4524
4584
  States.focus,
4525
4585
  States.active,
4526
4586
  States.selected,
4527
4587
  States.disabled
4528
4588
  ];
4529
- var options6 = {
4589
+ var options8 = {
4530
4590
  size: [Size.small, Size.medium, Size.large],
4531
4591
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4532
4592
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline],
@@ -4544,7 +4604,7 @@ var options6 = {
4544
4604
  ThemeColor.inverse
4545
4605
  ]
4546
4606
  };
4547
- var defaultProps6 = {
4607
+ var defaultProps8 = {
4548
4608
  type: "text" /* TEXT */,
4549
4609
  size: Size.medium,
4550
4610
  rounded: Roundness.full,
@@ -4554,15 +4614,15 @@ var defaultProps6 = {
4554
4614
  };
4555
4615
  var Avatar = (props) => {
4556
4616
  const {
4557
- size = defaultProps6.size,
4558
- rounded = defaultProps6.rounded,
4559
- fillMode = defaultProps6.fillMode,
4560
- themeColor = defaultProps6.themeColor,
4561
- type = defaultProps6.type,
4562
- border = defaultProps6.border,
4617
+ size = defaultProps8.size,
4618
+ rounded = defaultProps8.rounded,
4619
+ fillMode = defaultProps8.fillMode,
4620
+ themeColor = defaultProps8.themeColor,
4621
+ type = defaultProps8.type,
4622
+ border = defaultProps8.border,
4563
4623
  ...other
4564
4624
  } = props;
4565
- return /* @__PURE__ */ jsx12(
4625
+ return /* @__PURE__ */ jsx14(
4566
4626
  "div",
4567
4627
  {
4568
4628
  ...other,
@@ -4579,35 +4639,35 @@ var Avatar = (props) => {
4579
4639
  [`${AVATAR_CLASSNAME}-bordered`]: border
4580
4640
  }
4581
4641
  ),
4582
- children: /* @__PURE__ */ jsx12("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
4642
+ children: /* @__PURE__ */ jsx14("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
4583
4643
  }
4584
4644
  );
4585
4645
  };
4586
- Avatar.states = states6;
4587
- Avatar.options = options6;
4646
+ Avatar.states = states8;
4647
+ Avatar.options = options8;
4588
4648
  Avatar.className = AVATAR_CLASSNAME;
4589
- Avatar.defaultProps = defaultProps6;
4649
+ Avatar.defaultProps = defaultProps8;
4590
4650
 
4591
4651
  // src/avatar/templates/avatar-icon.tsx
4592
- import { jsx as jsx13 } from "react/jsx-runtime";
4652
+ import { jsx as jsx15 } from "react/jsx-runtime";
4593
4653
 
4594
4654
  // src/avatar/templates/avatar-text.tsx
4595
- import { jsx as jsx14 } from "react/jsx-runtime";
4655
+ import { jsx as jsx16 } from "react/jsx-runtime";
4596
4656
 
4597
4657
  // src/avatar/templates/avatar-image.tsx
4598
- import { jsx as jsx15 } from "react/jsx-runtime";
4658
+ import { jsx as jsx17 } from "react/jsx-runtime";
4599
4659
 
4600
4660
  // src/chip/chip.spec.tsx
4601
- import { jsx as jsx16, jsxs as jsxs3 } from "react/jsx-runtime";
4661
+ import { jsx as jsx18, jsxs as jsxs3 } from "react/jsx-runtime";
4602
4662
  var CHIP_CLASSNAME = `k-chip`;
4603
- var states7 = [
4663
+ var states9 = [
4604
4664
  States.hover,
4605
4665
  States.focus,
4606
4666
  States.active,
4607
4667
  States.selected,
4608
4668
  States.disabled
4609
4669
  ];
4610
- var options7 = {
4670
+ var options9 = {
4611
4671
  size: [Size.small, Size.medium, Size.large],
4612
4672
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4613
4673
  fillMode: [FillMode.solid, FillMode.outline],
@@ -4619,7 +4679,7 @@ var options7 = {
4619
4679
  ThemeColor.info
4620
4680
  ]
4621
4681
  };
4622
- var defaultProps7 = {
4682
+ var defaultProps9 = {
4623
4683
  size: Size.medium,
4624
4684
  rounded: Roundness.medium,
4625
4685
  fillMode: FillMode.solid,
@@ -4627,10 +4687,10 @@ var defaultProps7 = {
4627
4687
  };
4628
4688
  var Chip = (props) => {
4629
4689
  const {
4630
- size = defaultProps7.size,
4631
- rounded = defaultProps7.rounded,
4632
- fillMode = defaultProps7.fillMode,
4633
- themeColor = defaultProps7.themeColor,
4690
+ size = defaultProps9.size,
4691
+ rounded = defaultProps9.rounded,
4692
+ fillMode = defaultProps9.fillMode,
4693
+ themeColor = defaultProps9.themeColor,
4634
4694
  text,
4635
4695
  icon,
4636
4696
  actions,
@@ -4664,35 +4724,35 @@ var Chip = (props) => {
4664
4724
  })
4665
4725
  ),
4666
4726
  children: [
4667
- icon && /* @__PURE__ */ jsx16(Icon, { className: "k-chip-icon", icon, size: "small" }),
4668
- showAvatar && /* @__PURE__ */ jsx16(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx16("img", { src: "/packages/html/assets/avatar.jpg" }) }),
4669
- /* @__PURE__ */ jsx16("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx16("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
4670
- actions && /* @__PURE__ */ jsx16("span", { className: "k-chip-actions", children: actions })
4727
+ icon && /* @__PURE__ */ jsx18(Icon, { className: "k-chip-icon", icon, size: "small" }),
4728
+ showAvatar && /* @__PURE__ */ jsx18(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx18("img", { src: "/packages/html/assets/avatar.jpg" }) }),
4729
+ /* @__PURE__ */ jsx18("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx18("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
4730
+ actions && /* @__PURE__ */ jsx18("span", { className: "k-chip-actions", children: actions })
4671
4731
  ]
4672
4732
  }
4673
4733
  );
4674
4734
  };
4675
- Chip.states = states7;
4676
- Chip.options = options7;
4735
+ Chip.states = states9;
4736
+ Chip.options = options9;
4677
4737
  Chip.className = CHIP_CLASSNAME;
4678
- Chip.defaultProps = defaultProps7;
4738
+ Chip.defaultProps = defaultProps9;
4679
4739
 
4680
4740
  // src/chip/chip-list.spec.tsx
4681
- import { jsx as jsx17 } from "react/jsx-runtime";
4741
+ import { jsx as jsx19 } from "react/jsx-runtime";
4682
4742
  var CHIPLIST_CLASSNAME = `k-chip-list`;
4683
- var states8 = [];
4684
- var options8 = {
4743
+ var states10 = [];
4744
+ var options10 = {
4685
4745
  size: [Size.small, Size.medium, Size.large]
4686
4746
  };
4687
- var defaultProps8 = {
4747
+ var defaultProps10 = {
4688
4748
  size: Size.medium
4689
4749
  };
4690
4750
  var ChipList = (props) => {
4691
4751
  const {
4692
- size = defaultProps8.size,
4752
+ size = defaultProps10.size,
4693
4753
  ...other
4694
4754
  } = props;
4695
- return /* @__PURE__ */ jsx17(
4755
+ return /* @__PURE__ */ jsx19(
4696
4756
  "div",
4697
4757
  {
4698
4758
  ...other,
@@ -4707,27 +4767,27 @@ var ChipList = (props) => {
4707
4767
  }
4708
4768
  );
4709
4769
  };
4710
- ChipList.states = states8;
4711
- ChipList.options = options8;
4770
+ ChipList.states = states10;
4771
+ ChipList.options = options10;
4712
4772
  ChipList.className = CHIPLIST_CLASSNAME;
4713
- ChipList.defaultProps = defaultProps8;
4773
+ ChipList.defaultProps = defaultProps10;
4714
4774
 
4715
4775
  // src/chip/templates/chip-avatar.tsx
4716
- import { jsx as jsx18 } from "react/jsx-runtime";
4776
+ import { jsx as jsx20 } from "react/jsx-runtime";
4717
4777
 
4718
4778
  // src/chip/templates/chip-icon.tsx
4719
- import { jsx as jsx19 } from "react/jsx-runtime";
4779
+ import { jsx as jsx21 } from "react/jsx-runtime";
4720
4780
 
4721
4781
  // src/chip/templates/chip-normal.tsx
4722
- import { jsx as jsx20 } from "react/jsx-runtime";
4782
+ import { jsx as jsx22 } from "react/jsx-runtime";
4723
4783
 
4724
4784
  // src/chip/templates/chip-removable.tsx
4725
- import { jsx as jsx21 } from "react/jsx-runtime";
4785
+ import { jsx as jsx23 } from "react/jsx-runtime";
4726
4786
 
4727
4787
  // src/input/input.spec.tsx
4728
- import { jsx as jsx22 } from "react/jsx-runtime";
4788
+ import { jsx as jsx24 } from "react/jsx-runtime";
4729
4789
  var INPUT_CLASSNAME = `k-input`;
4730
- var states9 = [
4790
+ var states11 = [
4731
4791
  States.hover,
4732
4792
  States.focus,
4733
4793
  States.valid,
@@ -4737,12 +4797,12 @@ var states9 = [
4737
4797
  States.loading,
4738
4798
  States.readonly
4739
4799
  ];
4740
- var options9 = {
4800
+ var options11 = {
4741
4801
  size: [Size.small, Size.medium, Size.large],
4742
4802
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4743
4803
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4744
4804
  };
4745
- var defaultProps9 = {
4805
+ var defaultProps11 = {
4746
4806
  size: Size.medium,
4747
4807
  rounded: Size.medium,
4748
4808
  fillMode: FillMode.solid
@@ -4756,12 +4816,12 @@ var Input = (props) => {
4756
4816
  valid,
4757
4817
  loading,
4758
4818
  readonly,
4759
- size = defaultProps9.size,
4760
- rounded = defaultProps9.rounded,
4761
- fillMode = defaultProps9.fillMode,
4819
+ size = defaultProps11.size,
4820
+ rounded = defaultProps11.rounded,
4821
+ fillMode = defaultProps11.fillMode,
4762
4822
  ...other
4763
4823
  } = props;
4764
- return /* @__PURE__ */ jsx22(
4824
+ return /* @__PURE__ */ jsx24(
4765
4825
  "span",
4766
4826
  {
4767
4827
  ...other,
@@ -4774,13 +4834,13 @@ var Input = (props) => {
4774
4834
  }
4775
4835
  );
4776
4836
  };
4777
- Input.states = states9;
4778
- Input.options = options9;
4837
+ Input.states = states11;
4838
+ Input.options = options11;
4779
4839
  Input.className = INPUT_CLASSNAME;
4780
- Input.defaultProps = defaultProps9;
4840
+ Input.defaultProps = defaultProps11;
4781
4841
 
4782
4842
  // src/input/picker.spec.tsx
4783
- import { jsx as jsx23 } from "react/jsx-runtime";
4843
+ import { jsx as jsx25 } from "react/jsx-runtime";
4784
4844
  var PICKER_CLASSNAME = `k-picker`;
4785
4845
  var pickerStates = [
4786
4846
  States.hover,
@@ -4797,7 +4857,7 @@ var pickerOptions = {
4797
4857
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4798
4858
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4799
4859
  };
4800
- var defaultProps10 = {
4860
+ var defaultProps12 = {
4801
4861
  size: Size.medium,
4802
4862
  rounded: Roundness.medium,
4803
4863
  fillMode: FillMode.solid
@@ -4811,12 +4871,12 @@ var Picker = (props) => {
4811
4871
  valid,
4812
4872
  loading,
4813
4873
  readonly,
4814
- size = defaultProps10.size,
4815
- rounded = defaultProps10.rounded,
4816
- fillMode = defaultProps10.fillMode,
4874
+ size = defaultProps12.size,
4875
+ rounded = defaultProps12.rounded,
4876
+ fillMode = defaultProps12.fillMode,
4817
4877
  ...other
4818
4878
  } = props;
4819
- return /* @__PURE__ */ jsx23(
4879
+ return /* @__PURE__ */ jsx25(
4820
4880
  "span",
4821
4881
  {
4822
4882
  ...other,
@@ -4833,17 +4893,17 @@ var Picker = (props) => {
4833
4893
  Picker.states = pickerStates;
4834
4894
  Picker.options = pickerOptions;
4835
4895
  Picker.className = PICKER_CLASSNAME;
4836
- Picker.defaultProps = defaultProps10;
4896
+ Picker.defaultProps = defaultProps12;
4837
4897
 
4838
4898
  // src/input/input-clear-value.tsx
4839
- import { Fragment as Fragment6, jsx as jsx24 } from "react/jsx-runtime";
4899
+ import { Fragment as Fragment6, jsx as jsx26 } from "react/jsx-runtime";
4840
4900
  var className = `k-clear-value`;
4841
- var states10 = [
4901
+ var states12 = [
4842
4902
  States.disabled,
4843
4903
  States.loading,
4844
4904
  States.readonly
4845
4905
  ];
4846
- var options10 = {};
4906
+ var options12 = {};
4847
4907
  var InputClearValue = (props) => {
4848
4908
  const {
4849
4909
  disabled,
@@ -4852,20 +4912,20 @@ var InputClearValue = (props) => {
4852
4912
  value
4853
4913
  } = props;
4854
4914
  if (disabled || readonly || loading || !value) {
4855
- return /* @__PURE__ */ jsx24(Fragment6, {});
4915
+ return /* @__PURE__ */ jsx26(Fragment6, {});
4856
4916
  }
4857
- return /* @__PURE__ */ jsx24("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx24(Icon, { icon: "x" }) });
4917
+ return /* @__PURE__ */ jsx26("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx26(Icon, { icon: "x" }) });
4858
4918
  };
4859
- InputClearValue.states = states10;
4860
- InputClearValue.options = options10;
4919
+ InputClearValue.states = states12;
4920
+ InputClearValue.options = options12;
4861
4921
  InputClearValue.className = className;
4862
4922
 
4863
4923
  // src/input/input-inner-input.tsx
4864
- import { jsx as jsx25 } from "react/jsx-runtime";
4924
+ import { jsx as jsx27 } from "react/jsx-runtime";
4865
4925
  var className2 = `k-input-inner`;
4866
- var states11 = [];
4867
- var options11 = {};
4868
- var defaultProps11 = {
4926
+ var states13 = [];
4927
+ var options13 = {};
4928
+ var defaultProps13 = {
4869
4929
  type: "text",
4870
4930
  autocomplete: "off",
4871
4931
  value: "",
@@ -4873,13 +4933,13 @@ var defaultProps11 = {
4873
4933
  };
4874
4934
  var InputInnerInput = (props) => {
4875
4935
  const {
4876
- value = defaultProps11.value,
4877
- type = defaultProps11.type,
4878
- placeholder = defaultProps11.placeholder,
4879
- autocomplete = defaultProps11.autocomplete,
4936
+ value = defaultProps13.value,
4937
+ type = defaultProps13.type,
4938
+ placeholder = defaultProps13.placeholder,
4939
+ autocomplete = defaultProps13.autocomplete,
4880
4940
  ...other
4881
4941
  } = props;
4882
- return /* @__PURE__ */ jsx25(
4942
+ return /* @__PURE__ */ jsx27(
4883
4943
  "input",
4884
4944
  {
4885
4945
  ...other,
@@ -4891,15 +4951,15 @@ var InputInnerInput = (props) => {
4891
4951
  }
4892
4952
  );
4893
4953
  };
4894
- InputInnerInput.states = states11;
4895
- InputInnerInput.options = options11;
4954
+ InputInnerInput.states = states13;
4955
+ InputInnerInput.options = options13;
4896
4956
  InputInnerInput.className = className2;
4897
4957
 
4898
4958
  // src/input/input-inner-span.tsx
4899
- import { jsx as jsx26, jsxs as jsxs4 } from "react/jsx-runtime";
4959
+ import { jsx as jsx28, jsxs as jsxs4 } from "react/jsx-runtime";
4900
4960
  var className3 = `k-input-inner`;
4901
- var states12 = [];
4902
- var options12 = {};
4961
+ var states14 = [];
4962
+ var options14 = {};
4903
4963
  var InputInnerSpan = (props) => {
4904
4964
  const {
4905
4965
  value,
@@ -4916,34 +4976,34 @@ var InputInnerSpan = (props) => {
4916
4976
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4917
4977
  children: [
4918
4978
  valueIcon,
4919
- !valueIcon && valueIconName && /* @__PURE__ */ jsx26(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4979
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx28(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4920
4980
  showValue && !value && placeholder,
4921
- showValue && value && /* @__PURE__ */ jsx26("span", { className: "k-input-value-text", children: value })
4981
+ showValue && value && /* @__PURE__ */ jsx28("span", { className: "k-input-value-text", children: value })
4922
4982
  ]
4923
4983
  }
4924
4984
  );
4925
4985
  };
4926
- InputInnerSpan.states = states12;
4927
- InputInnerSpan.options = options12;
4986
+ InputInnerSpan.states = states14;
4987
+ InputInnerSpan.options = options14;
4928
4988
  InputInnerSpan.className = className3;
4929
4989
 
4930
4990
  // src/input/input-inner-textarea.tsx
4931
- import { jsx as jsx27 } from "react/jsx-runtime";
4932
- var defaultProps12 = {
4991
+ import { jsx as jsx29 } from "react/jsx-runtime";
4992
+ var defaultProps14 = {
4933
4993
  value: "",
4934
4994
  placeholder: ""
4935
4995
  };
4936
4996
  var className4 = `k-input-inner`;
4937
- var states13 = [];
4938
- var options13 = {};
4997
+ var states15 = [];
4998
+ var options15 = {};
4939
4999
  var InputInnerTextarea = (props) => {
4940
5000
  const {
4941
- value = defaultProps12.value,
4942
- placeholder = defaultProps12.placeholder,
5001
+ value = defaultProps14.value,
5002
+ placeholder = defaultProps14.placeholder,
4943
5003
  rows,
4944
5004
  ...other
4945
5005
  } = props;
4946
- return /* @__PURE__ */ jsx27(
5006
+ return /* @__PURE__ */ jsx29(
4947
5007
  "textarea",
4948
5008
  {
4949
5009
  ...other,
@@ -4954,14 +5014,14 @@ var InputInnerTextarea = (props) => {
4954
5014
  }
4955
5015
  );
4956
5016
  };
4957
- InputInnerTextarea.states = states13;
4958
- InputInnerTextarea.options = options13;
5017
+ InputInnerTextarea.states = states15;
5018
+ InputInnerTextarea.options = options15;
4959
5019
  InputInnerTextarea.className = className4;
4960
5020
 
4961
5021
  // src/input/input-loading-icon.tsx
4962
- import { Fragment as Fragment7, jsx as jsx28 } from "react/jsx-runtime";
5022
+ import { Fragment as Fragment7, jsx as jsx30 } from "react/jsx-runtime";
4963
5023
  var className5 = `k-input-loading-icon`;
4964
- var states14 = [
5024
+ var states16 = [
4965
5025
  States.disabled,
4966
5026
  States.loading
4967
5027
  ];
@@ -4971,21 +5031,21 @@ var InputLoadingIcon = (props) => {
4971
5031
  loading
4972
5032
  } = props;
4973
5033
  if (disabled || !loading) {
4974
- return /* @__PURE__ */ jsx28(Fragment7, {});
5034
+ return /* @__PURE__ */ jsx30(Fragment7, {});
4975
5035
  }
4976
- return /* @__PURE__ */ jsx28(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5036
+ return /* @__PURE__ */ jsx30(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4977
5037
  };
4978
5038
 
4979
5039
  // src/input/input-validation-icon.tsx
4980
- import { Fragment as Fragment8, jsx as jsx29 } from "react/jsx-runtime";
5040
+ import { Fragment as Fragment8, jsx as jsx31 } from "react/jsx-runtime";
4981
5041
  var className6 = `k-input-validation-icon`;
4982
- var states15 = [
5042
+ var states17 = [
4983
5043
  States.valid,
4984
5044
  States.invalid,
4985
5045
  States.disabled,
4986
5046
  States.loading
4987
5047
  ];
4988
- var options14 = {};
5048
+ var options16 = {};
4989
5049
  var InputValidationIcon = (props) => {
4990
5050
  const {
4991
5051
  valid,
@@ -4996,43 +5056,43 @@ var InputValidationIcon = (props) => {
4996
5056
  const iconName = invalid ? "exclamation-circle" : "check";
4997
5057
  const renderValidationIcon = Boolean(valid || invalid);
4998
5058
  if (disabled || loading || !renderValidationIcon) {
4999
- return /* @__PURE__ */ jsx29(Fragment8, {});
5059
+ return /* @__PURE__ */ jsx31(Fragment8, {});
5000
5060
  }
5001
- return /* @__PURE__ */ jsx29(Icon, { className: classNames(className6), icon: iconName });
5061
+ return /* @__PURE__ */ jsx31(Icon, { className: classNames(className6), icon: iconName });
5002
5062
  };
5003
- InputValidationIcon.states = states15;
5004
- InputValidationIcon.options = options14;
5063
+ InputValidationIcon.states = states17;
5064
+ InputValidationIcon.options = options16;
5005
5065
  InputValidationIcon.className = className6;
5006
5066
 
5007
5067
  // src/input/input-prefix.tsx
5008
- import { Fragment as Fragment9, jsx as jsx30 } from "react/jsx-runtime";
5068
+ import { Fragment as Fragment9, jsx as jsx32 } from "react/jsx-runtime";
5009
5069
  var className7 = `k-input-prefix`;
5010
5070
  var InputPrefix = (props) => {
5011
5071
  if (!props.children) {
5012
- return /* @__PURE__ */ jsx30(Fragment9, {});
5072
+ return /* @__PURE__ */ jsx32(Fragment9, {});
5013
5073
  }
5014
- return /* @__PURE__ */ jsx30("span", { className: classNames(className7, props.className), children: props.children });
5074
+ return /* @__PURE__ */ jsx32("span", { className: classNames(className7, props.className), children: props.children });
5015
5075
  };
5016
5076
 
5017
5077
  // src/input/input-suffix.tsx
5018
- import { Fragment as Fragment10, jsx as jsx31 } from "react/jsx-runtime";
5078
+ import { Fragment as Fragment10, jsx as jsx33 } from "react/jsx-runtime";
5019
5079
  var className8 = `k-input-suffix`;
5020
5080
  var InputSuffix = (props) => {
5021
5081
  if (!props.children) {
5022
- return /* @__PURE__ */ jsx31(Fragment10, {});
5082
+ return /* @__PURE__ */ jsx33(Fragment10, {});
5023
5083
  }
5024
- return /* @__PURE__ */ jsx31("span", { className: classNames(className8, props.className), children: props.children });
5084
+ return /* @__PURE__ */ jsx33("span", { className: classNames(className8, props.className), children: props.children });
5025
5085
  };
5026
5086
 
5027
5087
  // src/input/input-separator.tsx
5028
- import { jsx as jsx32 } from "react/jsx-runtime";
5088
+ import { jsx as jsx34 } from "react/jsx-runtime";
5029
5089
 
5030
5090
  // src/animation-container/animation-container.spec.tsx
5031
- import { jsx as jsx33 } from "react/jsx-runtime";
5091
+ import { jsx as jsx35 } from "react/jsx-runtime";
5032
5092
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5033
- var states16 = [];
5034
- var options15 = {};
5035
- var defaultProps13 = {
5093
+ var states18 = [];
5094
+ var options17 = {};
5095
+ var defaultProps15 = {
5036
5096
  positionMode: "absolute"
5037
5097
  };
5038
5098
  var AnimationContainer = (props) => {
@@ -5042,7 +5102,7 @@ var AnimationContainer = (props) => {
5042
5102
  offset,
5043
5103
  ...other
5044
5104
  } = props;
5045
- return /* @__PURE__ */ jsx33(
5105
+ return /* @__PURE__ */ jsx35(
5046
5106
  "div",
5047
5107
  {
5048
5108
  ...other,
@@ -5054,21 +5114,21 @@ var AnimationContainer = (props) => {
5054
5114
  ["k-animation-container-fixed"]: positionMode === "fixed"
5055
5115
  }
5056
5116
  ),
5057
- children: /* @__PURE__ */ jsx33("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5117
+ children: /* @__PURE__ */ jsx35("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5058
5118
  }
5059
5119
  );
5060
5120
  };
5061
- AnimationContainer.states = states16;
5062
- AnimationContainer.options = options15;
5121
+ AnimationContainer.states = states18;
5122
+ AnimationContainer.options = options17;
5063
5123
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5064
- AnimationContainer.defaultProps = defaultProps13;
5124
+ AnimationContainer.defaultProps = defaultProps15;
5065
5125
 
5066
5126
  // src/popup/popup.spec.tsx
5067
- import { jsx as jsx34 } from "react/jsx-runtime";
5127
+ import { jsx as jsx36 } from "react/jsx-runtime";
5068
5128
  var POPUP_CLASSNAME = `k-popup`;
5069
- var states17 = [];
5070
- var options16 = {};
5071
- var defaultProps14 = {
5129
+ var states19 = [];
5130
+ var options18 = {};
5131
+ var defaultProps16 = {
5072
5132
  positionMode: "absolute"
5073
5133
  };
5074
5134
  var Popup = (props) => {
@@ -5077,24 +5137,24 @@ var Popup = (props) => {
5077
5137
  positionMode,
5078
5138
  ...other
5079
5139
  } = props;
5080
- return /* @__PURE__ */ jsx34(
5140
+ return /* @__PURE__ */ jsx36(
5081
5141
  AnimationContainer,
5082
5142
  {
5083
5143
  positionMode,
5084
5144
  offset,
5085
- children: /* @__PURE__ */ jsx34("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5145
+ children: /* @__PURE__ */ jsx36("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5086
5146
  }
5087
5147
  );
5088
5148
  };
5089
- Popup.states = states17;
5090
- Popup.options = options16;
5149
+ Popup.states = states19;
5150
+ Popup.options = options18;
5091
5151
  Popup.className = POPUP_CLASSNAME;
5092
- Popup.defaultProps = defaultProps14;
5152
+ Popup.defaultProps = defaultProps16;
5093
5153
 
5094
5154
  // src/dropdownlist/dropdownlist.spec.tsx
5095
- import { Fragment as Fragment11, jsx as jsx35, jsxs as jsxs5 } from "react/jsx-runtime";
5155
+ import { Fragment as Fragment11, jsx as jsx37, jsxs as jsxs5 } from "react/jsx-runtime";
5096
5156
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5097
- var states18 = [
5157
+ var states20 = [
5098
5158
  States.hover,
5099
5159
  States.focus,
5100
5160
  States.valid,
@@ -5104,12 +5164,12 @@ var states18 = [
5104
5164
  States.loading,
5105
5165
  States.readonly
5106
5166
  ];
5107
- var options17 = {
5167
+ var options19 = {
5108
5168
  size: [Size.small, Size.medium, Size.large],
5109
5169
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5110
5170
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5111
5171
  };
5112
- var defaultProps15 = {
5172
+ var defaultProps17 = {
5113
5173
  showValue: true,
5114
5174
  arrowIconName: "caret-alt-down",
5115
5175
  size: Size.medium,
@@ -5119,7 +5179,7 @@ var defaultProps15 = {
5119
5179
  var DropdownList = (props) => {
5120
5180
  const {
5121
5181
  valueIconName,
5122
- arrowIconName = defaultProps15.arrowIconName,
5182
+ arrowIconName = defaultProps17.arrowIconName,
5123
5183
  prefix,
5124
5184
  suffix,
5125
5185
  value,
@@ -5135,7 +5195,7 @@ var DropdownList = (props) => {
5135
5195
  loading,
5136
5196
  disabled,
5137
5197
  readonly,
5138
- showValue = defaultProps15.showValue,
5198
+ showValue = defaultProps17.showValue,
5139
5199
  popup,
5140
5200
  opened,
5141
5201
  ...other
@@ -5164,8 +5224,8 @@ var DropdownList = (props) => {
5164
5224
  }
5165
5225
  ),
5166
5226
  children: [
5167
- /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5168
- /* @__PURE__ */ jsx35(
5227
+ /* @__PURE__ */ jsx37(InputPrefix, { children: prefix }),
5228
+ /* @__PURE__ */ jsx37(
5169
5229
  InputInnerSpan,
5170
5230
  {
5171
5231
  placeholder,
@@ -5174,7 +5234,7 @@ var DropdownList = (props) => {
5174
5234
  valueIconName
5175
5235
  }
5176
5236
  ),
5177
- /* @__PURE__ */ jsx35(
5237
+ /* @__PURE__ */ jsx37(
5178
5238
  InputValidationIcon,
5179
5239
  {
5180
5240
  valid,
@@ -5183,15 +5243,15 @@ var DropdownList = (props) => {
5183
5243
  disabled
5184
5244
  }
5185
5245
  ),
5186
- /* @__PURE__ */ jsx35(
5246
+ /* @__PURE__ */ jsx37(
5187
5247
  InputLoadingIcon,
5188
5248
  {
5189
5249
  loading,
5190
5250
  disabled
5191
5251
  }
5192
5252
  ),
5193
- /* @__PURE__ */ jsx35(InputSuffix, { children: suffix }),
5194
- /* @__PURE__ */ jsx35(
5253
+ /* @__PURE__ */ jsx37(InputSuffix, { children: suffix }),
5254
+ /* @__PURE__ */ jsx37(
5195
5255
  Button,
5196
5256
  {
5197
5257
  className: "k-input-button",
@@ -5204,35 +5264,35 @@ var DropdownList = (props) => {
5204
5264
  ]
5205
5265
  }
5206
5266
  ),
5207
- opened && popup && /* @__PURE__ */ jsx35(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5267
+ opened && popup && /* @__PURE__ */ jsx37(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5208
5268
  ] });
5209
5269
  };
5210
- DropdownList.states = states18;
5211
- DropdownList.options = options17;
5270
+ DropdownList.states = states20;
5271
+ DropdownList.options = options19;
5212
5272
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5213
- DropdownList.defaultProps = defaultProps15;
5273
+ DropdownList.defaultProps = defaultProps17;
5214
5274
 
5215
5275
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5216
- import { jsx as jsx36 } from "react/jsx-runtime";
5276
+ import { jsx as jsx38 } from "react/jsx-runtime";
5217
5277
 
5218
5278
  // src/nodata/nodata.tsx
5219
- import { jsx as jsx37 } from "react/jsx-runtime";
5279
+ import { jsx as jsx39 } from "react/jsx-runtime";
5220
5280
  var className9 = `k-nodata`;
5221
- var NoData = (props) => /* @__PURE__ */ jsx37("span", { className: classNames(className9, props.className), children: props.children });
5281
+ var NoData = (props) => /* @__PURE__ */ jsx39("span", { className: classNames(className9, props.className), children: props.children });
5222
5282
 
5223
5283
  // src/list/list.spec.tsx
5224
- import { jsx as jsx38, jsxs as jsxs6 } from "react/jsx-runtime";
5284
+ import { jsx as jsx40, jsxs as jsxs6 } from "react/jsx-runtime";
5225
5285
  var LIST_CLASSNAME = `k-list`;
5226
- var states19 = [];
5227
- var options18 = {
5286
+ var states21 = [];
5287
+ var options20 = {
5228
5288
  size: [Size.small, Size.medium, Size.large]
5229
5289
  };
5230
- var defaultProps16 = {
5290
+ var defaultProps18 = {
5231
5291
  size: Size.medium
5232
5292
  };
5233
5293
  var List = (props) => {
5234
5294
  const {
5235
- size = defaultProps16.size,
5295
+ size = defaultProps18.size,
5236
5296
  virtualization,
5237
5297
  children,
5238
5298
  optionLabel,
@@ -5249,7 +5309,7 @@ var List = (props) => {
5249
5309
  listHeader = child.props.label;
5250
5310
  child.props.children.map((optChild, index2) => {
5251
5311
  listChildren.push(
5252
- /* @__PURE__ */ jsx38(
5312
+ /* @__PURE__ */ jsx40(
5253
5313
  ListItem,
5254
5314
  {
5255
5315
  ...optChild.props
@@ -5265,7 +5325,7 @@ var List = (props) => {
5265
5325
  groupLabel = child.props.label;
5266
5326
  }
5267
5327
  listChildren.push(
5268
- /* @__PURE__ */ jsx38(
5328
+ /* @__PURE__ */ jsx40(
5269
5329
  ListItem,
5270
5330
  {
5271
5331
  className: index2 === 0 ? "k-first" : "",
@@ -5277,14 +5337,14 @@ var List = (props) => {
5277
5337
  );
5278
5338
  });
5279
5339
  }
5280
- listGroup = /* @__PURE__ */ jsx38(ListGroup, { label: listHeader, virtualization, children: listChildren });
5340
+ listGroup = /* @__PURE__ */ jsx40(ListGroup, { label: listHeader, virtualization, children: listChildren });
5281
5341
  } else if (child.type === ListItem) {
5282
- listChildren.push(/* @__PURE__ */ jsx38(ListItem, { ...child.props }, `${child.type}-${index}`));
5283
- listContent = /* @__PURE__ */ jsx38(ListContent, { virtualization, children: listChildren });
5342
+ listChildren.push(/* @__PURE__ */ jsx40(ListItem, { ...child.props }, `${child.type}-${index}`));
5343
+ listContent = /* @__PURE__ */ jsx40(ListContent, { virtualization, children: listChildren });
5284
5344
  }
5285
5345
  });
5286
5346
  } else {
5287
- listContent = /* @__PURE__ */ jsx38(NoData, { children: "No data found." });
5347
+ listContent = /* @__PURE__ */ jsx40(NoData, { children: "No data found." });
5288
5348
  }
5289
5349
  return /* @__PURE__ */ jsxs6(
5290
5350
  "div",
@@ -5308,24 +5368,24 @@ var List = (props) => {
5308
5368
  }
5309
5369
  );
5310
5370
  };
5311
- List.states = states19;
5312
- List.options = options18;
5371
+ List.states = states21;
5372
+ List.options = options20;
5313
5373
  List.className = LIST_CLASSNAME;
5314
- List.defaultProps = defaultProps16;
5374
+ List.defaultProps = defaultProps18;
5315
5375
 
5316
5376
  // src/list/list-angular.spec.tsx
5317
- import { jsx as jsx39, jsxs as jsxs7 } from "react/jsx-runtime";
5377
+ import { jsx as jsx41, jsxs as jsxs7 } from "react/jsx-runtime";
5318
5378
  var LISTANGULAR_CLASSNAME = `k-list`;
5319
- var states20 = [];
5320
- var options19 = {
5379
+ var states22 = [];
5380
+ var options21 = {
5321
5381
  size: [Size.small, Size.medium, Size.large]
5322
5382
  };
5323
- var defaultProps17 = {
5383
+ var defaultProps19 = {
5324
5384
  size: Size.medium
5325
5385
  };
5326
5386
  var ListAngular = (props) => {
5327
5387
  const {
5328
- size = defaultProps17.size,
5388
+ size = defaultProps19.size,
5329
5389
  virtualization,
5330
5390
  children,
5331
5391
  ...other
@@ -5341,7 +5401,7 @@ var ListAngular = (props) => {
5341
5401
  listHeader = child.props.label;
5342
5402
  child.props.children.map((optChild, index2) => {
5343
5403
  listChildren.push(
5344
- /* @__PURE__ */ jsx39(
5404
+ /* @__PURE__ */ jsx41(
5345
5405
  ListItem,
5346
5406
  {
5347
5407
  ...optChild.props
@@ -5352,7 +5412,7 @@ var ListAngular = (props) => {
5352
5412
  });
5353
5413
  } else {
5354
5414
  listChildren.push(
5355
- /* @__PURE__ */ jsx39(
5415
+ /* @__PURE__ */ jsx41(
5356
5416
  ListGroupItem,
5357
5417
  {
5358
5418
  ...child.props,
@@ -5363,7 +5423,7 @@ var ListAngular = (props) => {
5363
5423
  );
5364
5424
  child.props.children.map((optChild, index2) => {
5365
5425
  listChildren.push(
5366
- /* @__PURE__ */ jsx39(
5426
+ /* @__PURE__ */ jsx41(
5367
5427
  ListItem,
5368
5428
  {
5369
5429
  ...optChild.props
@@ -5373,14 +5433,14 @@ var ListAngular = (props) => {
5373
5433
  );
5374
5434
  });
5375
5435
  }
5376
- listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5436
+ listGroup = /* @__PURE__ */ jsx41(ListGroup, { label: listHeader, virtualization, children: listChildren });
5377
5437
  } else if (child.type === ListItem) {
5378
- listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5379
- listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5438
+ listChildren.push(/* @__PURE__ */ jsx41(ListItem, { ...child.props }, `${child.type}-${index}`));
5439
+ listContent = /* @__PURE__ */ jsx41(ListContent, { virtualization, children: listChildren });
5380
5440
  }
5381
5441
  });
5382
5442
  } else {
5383
- listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5443
+ listContent = /* @__PURE__ */ jsx41(NoData, { children: "No data found." });
5384
5444
  }
5385
5445
  return /* @__PURE__ */ jsxs7(
5386
5446
  "div",
@@ -5403,22 +5463,22 @@ var ListAngular = (props) => {
5403
5463
  }
5404
5464
  );
5405
5465
  };
5406
- ListAngular.states = states20;
5407
- ListAngular.options = options19;
5466
+ ListAngular.states = states22;
5467
+ ListAngular.options = options21;
5408
5468
  ListAngular.className = LISTANGULAR_CLASSNAME;
5409
- ListAngular.defaultProps = defaultProps17;
5469
+ ListAngular.defaultProps = defaultProps19;
5410
5470
 
5411
5471
  // src/list/list-item.spec.tsx
5412
- import { jsx as jsx40, jsxs as jsxs8 } from "react/jsx-runtime";
5472
+ import { jsx as jsx42, jsxs as jsxs8 } from "react/jsx-runtime";
5413
5473
  var LISTITEM_CLASSNAME = `k-list-item`;
5414
- var states21 = [
5474
+ var states23 = [
5415
5475
  States.hover,
5416
5476
  States.focus,
5417
5477
  States.selected,
5418
5478
  States.disabled
5419
5479
  ];
5420
- var options20 = {};
5421
- var defaultProps18 = {};
5480
+ var options22 = {};
5481
+ var defaultProps20 = {};
5422
5482
  var ListItem = (props) => {
5423
5483
  const {
5424
5484
  text,
@@ -5449,66 +5509,66 @@ var ListItem = (props) => {
5449
5509
  })
5450
5510
  ),
5451
5511
  children: [
5452
- showCheckbox && /* @__PURE__ */ jsx40(Checkbox, { checked }),
5453
- showIcon && /* @__PURE__ */ jsx40(Icon, { icon: iconName }),
5454
- /* @__PURE__ */ jsx40("span", { className: "k-list-item-text", children: textOrChildren }),
5455
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx40("div", { className: "k-list-item-group-label", children: groupLabel })
5512
+ showCheckbox && /* @__PURE__ */ jsx42(Checkbox, { checked }),
5513
+ showIcon && /* @__PURE__ */ jsx42(Icon, { icon: iconName }),
5514
+ /* @__PURE__ */ jsx42("span", { className: "k-list-item-text", children: textOrChildren }),
5515
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx42("div", { className: "k-list-item-group-label", children: groupLabel })
5456
5516
  ]
5457
5517
  }
5458
5518
  );
5459
5519
  };
5460
- ListItem.states = states21;
5461
- ListItem.options = options20;
5520
+ ListItem.states = states23;
5521
+ ListItem.options = options22;
5462
5522
  ListItem.className = LISTITEM_CLASSNAME;
5463
- ListItem.defaultProps = defaultProps18;
5523
+ ListItem.defaultProps = defaultProps20;
5464
5524
 
5465
5525
  // src/list/list-content.tsx
5466
- import { jsx as jsx41, jsxs as jsxs9 } from "react/jsx-runtime";
5526
+ import { jsx as jsx43, jsxs as jsxs9 } from "react/jsx-runtime";
5467
5527
  var className10 = `k-list-content`;
5468
5528
  var ListContent = (props) => {
5469
5529
  const {
5470
5530
  virtualization
5471
5531
  } = props;
5472
5532
  return /* @__PURE__ */ jsxs9("div", { className: classNames(className10, props.className), children: [
5473
- /* @__PURE__ */ jsx41("ul", { className: classNames("k-list-ul"), children: props.children }),
5474
- virtualization && /* @__PURE__ */ jsx41("div", { className: "k-height-container", children: /* @__PURE__ */ jsx41("div", {}) })
5533
+ /* @__PURE__ */ jsx43("ul", { className: classNames("k-list-ul"), children: props.children }),
5534
+ virtualization && /* @__PURE__ */ jsx43("div", { className: "k-height-container", children: /* @__PURE__ */ jsx43("div", {}) })
5475
5535
  ] });
5476
5536
  };
5477
5537
 
5478
5538
  // src/list/list-header.tsx
5479
- import { jsx as jsx42 } from "react/jsx-runtime";
5539
+ import { jsx as jsx44 } from "react/jsx-runtime";
5480
5540
  var className11 = `k-list-group-sticky-header`;
5481
- var ListHeader = (props) => /* @__PURE__ */ jsx42("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx42("div", { className: "k-list-header-text", children: props.children }) });
5541
+ var ListHeader = (props) => /* @__PURE__ */ jsx44("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx44("div", { className: "k-list-header-text", children: props.children }) });
5482
5542
 
5483
5543
  // src/list/list-group.tsx
5484
- import { Fragment as Fragment12, jsx as jsx43, jsxs as jsxs10 } from "react/jsx-runtime";
5544
+ import { Fragment as Fragment12, jsx as jsx45, jsxs as jsxs10 } from "react/jsx-runtime";
5485
5545
  var ListGroup = (props) => {
5486
5546
  const {
5487
5547
  virtualization,
5488
5548
  label
5489
5549
  } = props;
5490
5550
  return /* @__PURE__ */ jsxs10(Fragment12, { children: [
5491
- label && /* @__PURE__ */ jsx43(ListHeader, { children: label }),
5492
- props.children && /* @__PURE__ */ jsx43(ListContent, { virtualization, children: props.children })
5551
+ label && /* @__PURE__ */ jsx45(ListHeader, { children: label }),
5552
+ props.children && /* @__PURE__ */ jsx45(ListContent, { virtualization, children: props.children })
5493
5553
  ] });
5494
5554
  };
5495
5555
 
5496
5556
  // src/list/list-group-item.tsx
5497
- import { jsx as jsx44 } from "react/jsx-runtime";
5557
+ import { jsx as jsx46 } from "react/jsx-runtime";
5498
5558
  var className12 = `k-list-group-item`;
5499
- var ListGroupItem = (props) => /* @__PURE__ */ jsx44("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: props.children }) });
5559
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx46("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx46("span", { className: "k-list-item-text", children: props.children }) });
5500
5560
 
5501
5561
  // src/list/list-option-label.tsx
5502
- import { jsx as jsx45 } from "react/jsx-runtime";
5562
+ import { jsx as jsx47 } from "react/jsx-runtime";
5503
5563
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5504
- var states22 = [
5564
+ var states24 = [
5505
5565
  States.hover,
5506
5566
  States.focus,
5507
5567
  States.selected,
5508
5568
  States.disabled
5509
5569
  ];
5510
- var options21 = {};
5511
- var defaultProps19 = {};
5570
+ var options23 = {};
5571
+ var defaultProps21 = {};
5512
5572
  var ListOptionLabel = (props) => {
5513
5573
  const {
5514
5574
  text,
@@ -5518,7 +5578,7 @@ var ListOptionLabel = (props) => {
5518
5578
  disabled,
5519
5579
  ...other
5520
5580
  } = props;
5521
- return /* @__PURE__ */ jsx45(
5581
+ return /* @__PURE__ */ jsx47(
5522
5582
  "div",
5523
5583
  {
5524
5584
  ...other,
@@ -5535,39 +5595,39 @@ var ListOptionLabel = (props) => {
5535
5595
  }
5536
5596
  );
5537
5597
  };
5538
- ListOptionLabel.states = states22;
5539
- ListOptionLabel.options = options21;
5598
+ ListOptionLabel.states = states24;
5599
+ ListOptionLabel.options = options23;
5540
5600
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5541
- ListOptionLabel.defaultProps = defaultProps19;
5601
+ ListOptionLabel.defaultProps = defaultProps21;
5542
5602
 
5543
5603
  // src/list/templates/list-normal.tsx
5544
- import { jsx as jsx46 } from "react/jsx-runtime";
5604
+ import { jsx as jsx48 } from "react/jsx-runtime";
5545
5605
 
5546
5606
  // src/list/templates/list-virtualization.tsx
5547
- import { jsx as jsx47 } from "react/jsx-runtime";
5607
+ import { jsx as jsx49 } from "react/jsx-runtime";
5548
5608
 
5549
5609
  // src/list/templates/list-grouping.tsx
5550
- import { jsx as jsx48, jsxs as jsxs11 } from "react/jsx-runtime";
5610
+ import { jsx as jsx50, jsxs as jsxs11 } from "react/jsx-runtime";
5551
5611
 
5552
5612
  // src/list/templates/list-virualization-grouping.tsx
5553
- import { jsx as jsx49, jsxs as jsxs12 } from "react/jsx-runtime";
5613
+ import { jsx as jsx51, jsxs as jsxs12 } from "react/jsx-runtime";
5554
5614
 
5555
5615
  // src/list/templates/list-virtualization-angular.tsx
5556
- import { jsx as jsx50 } from "react/jsx-runtime";
5616
+ import { jsx as jsx52 } from "react/jsx-runtime";
5557
5617
 
5558
5618
  // src/list/templates/list-grouping-angular.tsx
5559
- import { jsx as jsx51, jsxs as jsxs13 } from "react/jsx-runtime";
5619
+ import { jsx as jsx53, jsxs as jsxs13 } from "react/jsx-runtime";
5560
5620
 
5561
5621
  // src/list/templates/list-virualization-grouping-angular.tsx
5562
- import { jsx as jsx52, jsxs as jsxs14 } from "react/jsx-runtime";
5622
+ import { jsx as jsx54, jsxs as jsxs14 } from "react/jsx-runtime";
5563
5623
 
5564
5624
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5565
- import { jsx as jsx53, jsxs as jsxs15 } from "react/jsx-runtime";
5625
+ import { jsx as jsx55, jsxs as jsxs15 } from "react/jsx-runtime";
5566
5626
 
5567
5627
  // src/searchbox/searchbox.spec.tsx
5568
- import { jsx as jsx54, jsxs as jsxs16 } from "react/jsx-runtime";
5628
+ import { jsx as jsx56, jsxs as jsxs16 } from "react/jsx-runtime";
5569
5629
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5570
- var states23 = [
5630
+ var states25 = [
5571
5631
  States.hover,
5572
5632
  States.focus,
5573
5633
  States.valid,
@@ -5576,12 +5636,12 @@ var states23 = [
5576
5636
  States.disabled,
5577
5637
  States.loading
5578
5638
  ];
5579
- var options22 = {
5639
+ var options24 = {
5580
5640
  size: [Size.small, Size.medium, Size.large],
5581
5641
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5582
5642
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5583
5643
  };
5584
- var defaultProps20 = {
5644
+ var defaultProps22 = {
5585
5645
  showIcon: true,
5586
5646
  icon: "search",
5587
5647
  size: Input.defaultProps.size,
@@ -5602,8 +5662,8 @@ var Searchbox = (props) => {
5602
5662
  required,
5603
5663
  loading,
5604
5664
  disabled,
5605
- showIcon = defaultProps20.showIcon,
5606
- icon = defaultProps20.icon,
5665
+ showIcon = defaultProps22.showIcon,
5666
+ icon = defaultProps22.icon,
5607
5667
  ...other
5608
5668
  } = props;
5609
5669
  return /* @__PURE__ */ jsxs16(
@@ -5622,48 +5682,48 @@ var Searchbox = (props) => {
5622
5682
  disabled,
5623
5683
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5624
5684
  children: [
5625
- showIcon && /* @__PURE__ */ jsx54(Icon, { className: "k-input-icon", icon }),
5626
- /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
5627
- /* @__PURE__ */ jsx54(InputLoadingIcon, { ...props }),
5628
- /* @__PURE__ */ jsx54(InputValidationIcon, { ...props }),
5629
- /* @__PURE__ */ jsx54(InputClearValue, { ...props })
5685
+ showIcon && /* @__PURE__ */ jsx56(Icon, { className: "k-input-icon", icon }),
5686
+ /* @__PURE__ */ jsx56(InputInnerInput, { placeholder, value }),
5687
+ /* @__PURE__ */ jsx56(InputLoadingIcon, { ...props }),
5688
+ /* @__PURE__ */ jsx56(InputValidationIcon, { ...props }),
5689
+ /* @__PURE__ */ jsx56(InputClearValue, { ...props })
5630
5690
  ]
5631
5691
  }
5632
5692
  );
5633
5693
  };
5634
- Searchbox.states = states23;
5635
- Searchbox.options = options22;
5694
+ Searchbox.states = states25;
5695
+ Searchbox.options = options24;
5636
5696
  Searchbox.className = SEARCHBOX_CLASSNAME;
5637
- Searchbox.defaultProps = defaultProps20;
5697
+ Searchbox.defaultProps = defaultProps22;
5638
5698
 
5639
5699
  // src/searchbox/templates/searchbox-normal.tsx
5640
- import { jsx as jsx55 } from "react/jsx-runtime";
5700
+ import { jsx as jsx57 } from "react/jsx-runtime";
5641
5701
 
5642
5702
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5643
- import { Fragment as Fragment13, jsx as jsx56, jsxs as jsxs17 } from "react/jsx-runtime";
5703
+ import { Fragment as Fragment13, jsx as jsx58, jsxs as jsxs17 } from "react/jsx-runtime";
5644
5704
 
5645
5705
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5646
- import { jsx as jsx57, jsxs as jsxs18 } from "react/jsx-runtime";
5706
+ import { jsx as jsx59, jsxs as jsxs18 } from "react/jsx-runtime";
5647
5707
 
5648
5708
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5649
- import { Fragment as Fragment14, jsx as jsx58, jsxs as jsxs19 } from "react/jsx-runtime";
5709
+ import { Fragment as Fragment14, jsx as jsx60, jsxs as jsxs19 } from "react/jsx-runtime";
5650
5710
 
5651
5711
  // src/spinbutton/spinbutton.spec.tsx
5652
- import { jsx as jsx59, jsxs as jsxs20 } from "react/jsx-runtime";
5712
+ import { jsx as jsx61, jsxs as jsxs20 } from "react/jsx-runtime";
5653
5713
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5654
- var states24 = [];
5655
- var options23 = {
5714
+ var states26 = [];
5715
+ var options25 = {
5656
5716
  size: [Size.small, Size.medium, Size.large],
5657
5717
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5658
5718
  };
5659
- var defaultProps21 = {
5719
+ var defaultProps23 = {
5660
5720
  size: Size.medium,
5661
5721
  fillMode: FillMode.solid
5662
5722
  };
5663
5723
  var SpinButton = (props) => {
5664
5724
  const {
5665
- size = defaultProps21.size,
5666
- fillMode = defaultProps21.fillMode,
5725
+ size = defaultProps23.size,
5726
+ fillMode = defaultProps23.fillMode,
5667
5727
  ...other
5668
5728
  } = props;
5669
5729
  return /* @__PURE__ */ jsxs20(
@@ -5675,7 +5735,7 @@ var SpinButton = (props) => {
5675
5735
  props.className
5676
5736
  ),
5677
5737
  children: [
5678
- /* @__PURE__ */ jsx59(
5738
+ /* @__PURE__ */ jsx61(
5679
5739
  Button,
5680
5740
  {
5681
5741
  className: "k-spinner-increase",
@@ -5685,7 +5745,7 @@ var SpinButton = (props) => {
5685
5745
  fillMode
5686
5746
  }
5687
5747
  ),
5688
- /* @__PURE__ */ jsx59(
5748
+ /* @__PURE__ */ jsx61(
5689
5749
  Button,
5690
5750
  {
5691
5751
  className: "k-spinner-decrease",
@@ -5699,15 +5759,15 @@ var SpinButton = (props) => {
5699
5759
  }
5700
5760
  );
5701
5761
  };
5702
- SpinButton.states = states24;
5703
- SpinButton.options = options23;
5762
+ SpinButton.states = states26;
5763
+ SpinButton.options = options25;
5704
5764
  SpinButton.className = SPINBUTTON_CLASSNAME;
5705
- SpinButton.defaultProps = defaultProps21;
5765
+ SpinButton.defaultProps = defaultProps23;
5706
5766
 
5707
5767
  // src/numerictextbox/numerictextbox.spec.tsx
5708
- import { jsx as jsx60, jsxs as jsxs21 } from "react/jsx-runtime";
5768
+ import { jsx as jsx62, jsxs as jsxs21 } from "react/jsx-runtime";
5709
5769
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5710
- var states25 = [
5770
+ var states27 = [
5711
5771
  States.hover,
5712
5772
  States.focus,
5713
5773
  States.valid,
@@ -5717,12 +5777,12 @@ var states25 = [
5717
5777
  States.disabled,
5718
5778
  States.readonly
5719
5779
  ];
5720
- var options24 = {
5780
+ var options26 = {
5721
5781
  size: [Size.small, Size.medium, Size.large],
5722
5782
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5723
5783
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5724
5784
  };
5725
- var defaultProps22 = {
5785
+ var defaultProps24 = {
5726
5786
  showSpinButton: true,
5727
5787
  showClearButton: true,
5728
5788
  size: Input.defaultProps.size,
@@ -5744,8 +5804,8 @@ var NumericTextbox = (props) => {
5744
5804
  loading,
5745
5805
  disabled,
5746
5806
  readonly,
5747
- showClearButton = defaultProps22.showClearButton,
5748
- showSpinButton = defaultProps22.showSpinButton,
5807
+ showClearButton = defaultProps24.showClearButton,
5808
+ showSpinButton = defaultProps24.showSpinButton,
5749
5809
  ...other
5750
5810
  } = props;
5751
5811
  return /* @__PURE__ */ jsxs21(
@@ -5765,8 +5825,8 @@ var NumericTextbox = (props) => {
5765
5825
  readonly,
5766
5826
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5767
5827
  children: [
5768
- /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
5769
- /* @__PURE__ */ jsx60(
5828
+ /* @__PURE__ */ jsx62(InputInnerInput, { placeholder, value }),
5829
+ /* @__PURE__ */ jsx62(
5770
5830
  InputValidationIcon,
5771
5831
  {
5772
5832
  valid,
@@ -5775,14 +5835,14 @@ var NumericTextbox = (props) => {
5775
5835
  disabled
5776
5836
  }
5777
5837
  ),
5778
- /* @__PURE__ */ jsx60(
5838
+ /* @__PURE__ */ jsx62(
5779
5839
  InputLoadingIcon,
5780
5840
  {
5781
5841
  loading,
5782
5842
  disabled
5783
5843
  }
5784
5844
  ),
5785
- showClearButton && /* @__PURE__ */ jsx60(
5845
+ showClearButton && /* @__PURE__ */ jsx62(
5786
5846
  InputClearValue,
5787
5847
  {
5788
5848
  loading,
@@ -5791,7 +5851,7 @@ var NumericTextbox = (props) => {
5791
5851
  value
5792
5852
  }
5793
5853
  ),
5794
- showSpinButton && /* @__PURE__ */ jsx60(
5854
+ showSpinButton && /* @__PURE__ */ jsx62(
5795
5855
  SpinButton,
5796
5856
  {
5797
5857
  className: "k-input-spinner",
@@ -5803,25 +5863,25 @@ var NumericTextbox = (props) => {
5803
5863
  }
5804
5864
  );
5805
5865
  };
5806
- NumericTextbox.states = states25;
5807
- NumericTextbox.options = options24;
5866
+ NumericTextbox.states = states27;
5867
+ NumericTextbox.options = options26;
5808
5868
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5809
- NumericTextbox.defaultProps = defaultProps22;
5869
+ NumericTextbox.defaultProps = defaultProps24;
5810
5870
 
5811
5871
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5812
- import { jsx as jsx61 } from "react/jsx-runtime";
5872
+ import { jsx as jsx63 } from "react/jsx-runtime";
5813
5873
 
5814
5874
  // src/pager/pager.spec.tsx
5815
- import { jsx as jsx62, jsxs as jsxs22 } from "react/jsx-runtime";
5875
+ import { jsx as jsx64, jsxs as jsxs22 } from "react/jsx-runtime";
5816
5876
  var PAGER_CLASSNAME = `k-pager`;
5817
- var states26 = [
5877
+ var states28 = [
5818
5878
  States.focus,
5819
5879
  States.disabled
5820
5880
  ];
5821
- var options25 = {
5881
+ var options27 = {
5822
5882
  size: [Size.small, Size.medium, Size.large]
5823
5883
  };
5824
- var defaultProps23 = {
5884
+ var defaultProps25 = {
5825
5885
  size: Size.medium,
5826
5886
  adaptive: false,
5827
5887
  itemsPerPage: true,
@@ -5832,13 +5892,13 @@ var defaultProps23 = {
5832
5892
  };
5833
5893
  var Pager = (props) => {
5834
5894
  const {
5835
- size = defaultProps23.size,
5836
- adaptive = defaultProps23.adaptive,
5837
- itemsPerPage = defaultProps23.itemsPerPage,
5838
- type = defaultProps23.type,
5839
- pageSizes = defaultProps23.pageSizes,
5840
- refresh = defaultProps23.refresh,
5841
- info = defaultProps23.info,
5895
+ size = defaultProps25.size,
5896
+ adaptive = defaultProps25.adaptive,
5897
+ itemsPerPage = defaultProps25.itemsPerPage,
5898
+ type = defaultProps25.type,
5899
+ pageSizes = defaultProps25.pageSizes,
5900
+ refresh = defaultProps25.refresh,
5901
+ info = defaultProps25.info,
5842
5902
  focus,
5843
5903
  disabled,
5844
5904
  dir,
@@ -5868,7 +5928,7 @@ var Pager = (props) => {
5868
5928
  "k-pager-numbers-wrap"
5869
5929
  ),
5870
5930
  children: [
5871
- /* @__PURE__ */ jsx62(
5931
+ /* @__PURE__ */ jsx64(
5872
5932
  Button,
5873
5933
  {
5874
5934
  className: classNames(
@@ -5882,7 +5942,7 @@ var Pager = (props) => {
5882
5942
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5883
5943
  }
5884
5944
  ),
5885
- /* @__PURE__ */ jsx62(
5945
+ /* @__PURE__ */ jsx64(
5886
5946
  Button,
5887
5947
  {
5888
5948
  className: classNames(
@@ -5902,7 +5962,7 @@ var Pager = (props) => {
5902
5962
  "k-pager-numbers"
5903
5963
  ),
5904
5964
  children: [
5905
- /* @__PURE__ */ jsx62(
5965
+ /* @__PURE__ */ jsx64(
5906
5966
  Button,
5907
5967
  {
5908
5968
  fillMode: "flat",
@@ -5912,7 +5972,7 @@ var Pager = (props) => {
5912
5972
  children: "1"
5913
5973
  }
5914
5974
  ),
5915
- /* @__PURE__ */ jsx62(
5975
+ /* @__PURE__ */ jsx64(
5916
5976
  Button,
5917
5977
  {
5918
5978
  hover: true,
@@ -5923,7 +5983,7 @@ var Pager = (props) => {
5923
5983
  children: "2"
5924
5984
  }
5925
5985
  ),
5926
- /* @__PURE__ */ jsx62(
5986
+ /* @__PURE__ */ jsx64(
5927
5987
  Button,
5928
5988
  {
5929
5989
  focus: true,
@@ -5934,7 +5994,7 @@ var Pager = (props) => {
5934
5994
  children: "3"
5935
5995
  }
5936
5996
  ),
5937
- /* @__PURE__ */ jsx62(
5997
+ /* @__PURE__ */ jsx64(
5938
5998
  Button,
5939
5999
  {
5940
6000
  selected: true,
@@ -5945,7 +6005,7 @@ var Pager = (props) => {
5945
6005
  children: "4"
5946
6006
  }
5947
6007
  ),
5948
- /* @__PURE__ */ jsx62(
6008
+ /* @__PURE__ */ jsx64(
5949
6009
  Button,
5950
6010
  {
5951
6011
  hover: true,
@@ -5957,7 +6017,7 @@ var Pager = (props) => {
5957
6017
  children: "5"
5958
6018
  }
5959
6019
  ),
5960
- /* @__PURE__ */ jsx62(
6020
+ /* @__PURE__ */ jsx64(
5961
6021
  Button,
5962
6022
  {
5963
6023
  selected: true,
@@ -5972,7 +6032,7 @@ var Pager = (props) => {
5972
6032
  ]
5973
6033
  }
5974
6034
  ),
5975
- type === "numeric" && /* @__PURE__ */ jsx62(
6035
+ type === "numeric" && /* @__PURE__ */ jsx64(
5976
6036
  "select",
5977
6037
  {
5978
6038
  className: classNames(
@@ -5988,7 +6048,7 @@ var Pager = (props) => {
5988
6048
  ["k-hidden"]: !adaptive
5989
6049
  }
5990
6050
  ),
5991
- children: /* @__PURE__ */ jsx62("option", { children: "99" })
6051
+ children: /* @__PURE__ */ jsx64("option", { children: "99" })
5992
6052
  }
5993
6053
  ),
5994
6054
  type === "input" && /* @__PURE__ */ jsxs22(
@@ -5998,13 +6058,13 @@ var Pager = (props) => {
5998
6058
  "k-pager-input"
5999
6059
  ),
6000
6060
  children: [
6001
- !adaptive && /* @__PURE__ */ jsx62("span", { children: "Page" }),
6002
- /* @__PURE__ */ jsx62(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6003
- !adaptive && /* @__PURE__ */ jsx62("span", { children: "of 8" })
6061
+ !adaptive && /* @__PURE__ */ jsx64("span", { children: "Page" }),
6062
+ /* @__PURE__ */ jsx64(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6063
+ !adaptive && /* @__PURE__ */ jsx64("span", { children: "of 8" })
6004
6064
  ]
6005
6065
  }
6006
6066
  ),
6007
- /* @__PURE__ */ jsx62(
6067
+ /* @__PURE__ */ jsx64(
6008
6068
  Button,
6009
6069
  {
6010
6070
  className: classNames(
@@ -6017,7 +6077,7 @@ var Pager = (props) => {
6017
6077
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6018
6078
  }
6019
6079
  ),
6020
- /* @__PURE__ */ jsx62(
6080
+ /* @__PURE__ */ jsx64(
6021
6081
  Button,
6022
6082
  {
6023
6083
  className: classNames(
@@ -6040,12 +6100,12 @@ var Pager = (props) => {
6040
6100
  "k-pager-sizes"
6041
6101
  ),
6042
6102
  children: [
6043
- /* @__PURE__ */ jsx62(DropdownList, { value: "99", size }),
6044
- itemsPerPage && /* @__PURE__ */ jsx62("span", { children: "items per page" })
6103
+ /* @__PURE__ */ jsx64(DropdownList, { value: "99", size }),
6104
+ itemsPerPage && /* @__PURE__ */ jsx64("span", { children: "items per page" })
6045
6105
  ]
6046
6106
  }
6047
6107
  ),
6048
- refresh && /* @__PURE__ */ jsx62(
6108
+ refresh && /* @__PURE__ */ jsx64(
6049
6109
  Button,
6050
6110
  {
6051
6111
  className: classNames(
@@ -6057,7 +6117,7 @@ var Pager = (props) => {
6057
6117
  icon: "arrow-rotate-cw"
6058
6118
  }
6059
6119
  ),
6060
- info && /* @__PURE__ */ jsx62(
6120
+ info && /* @__PURE__ */ jsx64(
6061
6121
  "span",
6062
6122
  {
6063
6123
  className: classNames(
@@ -6070,39 +6130,39 @@ var Pager = (props) => {
6070
6130
  }
6071
6131
  );
6072
6132
  };
6073
- Pager.states = states26;
6074
- Pager.options = options25;
6133
+ Pager.states = states28;
6134
+ Pager.options = options27;
6075
6135
  Pager.className = PAGER_CLASSNAME;
6076
- Pager.defaultProps = defaultProps23;
6136
+ Pager.defaultProps = defaultProps25;
6077
6137
 
6078
6138
  // src/pager/templates/pager-normal.tsx
6079
- import { jsx as jsx63 } from "react/jsx-runtime";
6139
+ import { jsx as jsx65 } from "react/jsx-runtime";
6080
6140
 
6081
6141
  // src/pager/templates/pager-input.tsx
6082
- import { jsx as jsx64 } from "react/jsx-runtime";
6142
+ import { jsx as jsx66 } from "react/jsx-runtime";
6083
6143
 
6084
6144
  // src/pager/templates/pager-adaptive.tsx
6085
- import { jsx as jsx65 } from "react/jsx-runtime";
6145
+ import { jsx as jsx67 } from "react/jsx-runtime";
6086
6146
 
6087
6147
  // src/pager/templates/pager-adaptive-input.tsx
6088
- import { jsx as jsx66 } from "react/jsx-runtime";
6148
+ import { jsx as jsx68 } from "react/jsx-runtime";
6089
6149
 
6090
6150
  // src/skeleton/skeleton.spec.tsx
6091
- import { jsx as jsx67 } from "react/jsx-runtime";
6151
+ import { jsx as jsx69 } from "react/jsx-runtime";
6092
6152
  var SKELETON_CLASSNAME = `k-skeleton`;
6093
- var states27 = [];
6094
- var options26 = {};
6095
- var defaultProps24 = {
6153
+ var states29 = [];
6154
+ var options28 = {};
6155
+ var defaultProps26 = {
6096
6156
  shape: "text",
6097
6157
  animation: "pulse"
6098
6158
  };
6099
6159
  var Skeleton = (props) => {
6100
6160
  const {
6101
- shape = defaultProps24.shape,
6102
- animation = defaultProps24.animation,
6161
+ shape = defaultProps26.shape,
6162
+ animation = defaultProps26.animation,
6103
6163
  ...other
6104
6164
  } = props;
6105
- return /* @__PURE__ */ jsx67(
6165
+ return /* @__PURE__ */ jsx69(
6106
6166
  "span",
6107
6167
  {
6108
6168
  ...other,
@@ -6118,15 +6178,15 @@ var Skeleton = (props) => {
6118
6178
  }
6119
6179
  );
6120
6180
  };
6121
- Skeleton.states = states27;
6122
- Skeleton.options = options26;
6181
+ Skeleton.states = states29;
6182
+ Skeleton.options = options28;
6123
6183
  Skeleton.className = SKELETON_CLASSNAME;
6124
- Skeleton.defaultProps = defaultProps24;
6184
+ Skeleton.defaultProps = defaultProps26;
6125
6185
 
6126
6186
  // src/textbox/textbox.spec.tsx
6127
- import { jsx as jsx68, jsxs as jsxs23 } from "react/jsx-runtime";
6187
+ import { jsx as jsx70, jsxs as jsxs23 } from "react/jsx-runtime";
6128
6188
  var TEXTBOX_CLASSNAME = `k-textbox`;
6129
- var states28 = [
6189
+ var states30 = [
6130
6190
  States.hover,
6131
6191
  States.focus,
6132
6192
  States.valid,
@@ -6136,12 +6196,12 @@ var states28 = [
6136
6196
  States.loading,
6137
6197
  States.readonly
6138
6198
  ];
6139
- var options27 = {
6199
+ var options29 = {
6140
6200
  size: [Size.small, Size.medium, Size.large],
6141
6201
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6142
6202
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6143
6203
  };
6144
- var defaultProps25 = {
6204
+ var defaultProps27 = {
6145
6205
  showClearButton: true,
6146
6206
  size: Input.defaultProps.size,
6147
6207
  rounded: Input.defaultProps.rounded,
@@ -6164,7 +6224,7 @@ var Textbox = (props) => {
6164
6224
  loading,
6165
6225
  disabled,
6166
6226
  readonly,
6167
- showClearButton = defaultProps25.showClearButton,
6227
+ showClearButton = defaultProps27.showClearButton,
6168
6228
  ...other
6169
6229
  } = props;
6170
6230
  return /* @__PURE__ */ jsxs23(
@@ -6184,9 +6244,9 @@ var Textbox = (props) => {
6184
6244
  readonly,
6185
6245
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6186
6246
  children: [
6187
- /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6188
- /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6189
- /* @__PURE__ */ jsx68(
6247
+ /* @__PURE__ */ jsx70(InputPrefix, { children: prefix }),
6248
+ /* @__PURE__ */ jsx70(InputInnerInput, { placeholder, value }),
6249
+ /* @__PURE__ */ jsx70(
6190
6250
  InputValidationIcon,
6191
6251
  {
6192
6252
  valid,
@@ -6195,14 +6255,14 @@ var Textbox = (props) => {
6195
6255
  disabled
6196
6256
  }
6197
6257
  ),
6198
- /* @__PURE__ */ jsx68(
6258
+ /* @__PURE__ */ jsx70(
6199
6259
  InputLoadingIcon,
6200
6260
  {
6201
6261
  loading,
6202
6262
  disabled
6203
6263
  }
6204
6264
  ),
6205
- showClearButton && /* @__PURE__ */ jsx68(
6265
+ showClearButton && /* @__PURE__ */ jsx70(
6206
6266
  InputClearValue,
6207
6267
  {
6208
6268
  loading,
@@ -6211,45 +6271,45 @@ var Textbox = (props) => {
6211
6271
  value
6212
6272
  }
6213
6273
  ),
6214
- /* @__PURE__ */ jsx68(InputSuffix, { children: suffix })
6274
+ /* @__PURE__ */ jsx70(InputSuffix, { children: suffix })
6215
6275
  ]
6216
6276
  }
6217
6277
  );
6218
6278
  };
6219
- Textbox.states = states28;
6220
- Textbox.options = options27;
6279
+ Textbox.states = states30;
6280
+ Textbox.options = options29;
6221
6281
  Textbox.className = TEXTBOX_CLASSNAME;
6222
- Textbox.defaultProps = defaultProps25;
6282
+ Textbox.defaultProps = defaultProps27;
6223
6283
 
6224
6284
  // src/textbox/templates/textbox-normal.tsx
6225
- import { jsx as jsx69 } from "react/jsx-runtime";
6285
+ import { jsx as jsx71 } from "react/jsx-runtime";
6226
6286
 
6227
6287
  // src/textbox/templates/textbox-prefix.tsx
6228
- import { jsx as jsx70, jsxs as jsxs24 } from "react/jsx-runtime";
6288
+ import { jsx as jsx72, jsxs as jsxs24 } from "react/jsx-runtime";
6229
6289
 
6230
6290
  // src/textbox/templates/textbox-suffix.tsx
6231
- import { jsx as jsx71, jsxs as jsxs25 } from "react/jsx-runtime";
6291
+ import { jsx as jsx73, jsxs as jsxs25 } from "react/jsx-runtime";
6232
6292
 
6233
6293
  // src/button-group/button-group.spec.tsx
6234
- import { jsx as jsx72 } from "react/jsx-runtime";
6294
+ import { jsx as jsx74 } from "react/jsx-runtime";
6235
6295
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6236
- var states29 = [
6296
+ var states31 = [
6237
6297
  States.disabled
6238
6298
  ];
6239
- var options28 = {
6299
+ var options30 = {
6240
6300
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6241
6301
  };
6242
- var defaultProps26 = {
6302
+ var defaultProps28 = {
6243
6303
  fillMode: FillMode.solid
6244
6304
  };
6245
6305
  var ButtonGroup = (props) => {
6246
6306
  const {
6247
- fillMode = defaultProps26.fillMode,
6307
+ fillMode = defaultProps28.fillMode,
6248
6308
  disabled,
6249
6309
  stretched,
6250
6310
  ...other
6251
6311
  } = props;
6252
- return /* @__PURE__ */ jsx72(
6312
+ return /* @__PURE__ */ jsx74(
6253
6313
  "div",
6254
6314
  {
6255
6315
  ...other,
@@ -6270,28 +6330,28 @@ var ButtonGroup = (props) => {
6270
6330
  }
6271
6331
  );
6272
6332
  };
6273
- ButtonGroup.states = states29;
6274
- ButtonGroup.options = options28;
6333
+ ButtonGroup.states = states31;
6334
+ ButtonGroup.options = options30;
6275
6335
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6276
- ButtonGroup.defaultProps = defaultProps26;
6336
+ ButtonGroup.defaultProps = defaultProps28;
6277
6337
 
6278
6338
  // src/button-group/templates/icon-button-group.tsx
6279
- import { jsx as jsx73, jsxs as jsxs26 } from "react/jsx-runtime";
6339
+ import { jsx as jsx75, jsxs as jsxs26 } from "react/jsx-runtime";
6280
6340
 
6281
6341
  // src/button-group/templates/icon-text-button-group.tsx
6282
- import { jsx as jsx74, jsxs as jsxs27 } from "react/jsx-runtime";
6342
+ import { jsx as jsx76, jsxs as jsxs27 } from "react/jsx-runtime";
6283
6343
 
6284
6344
  // src/button-group/templates/text-button-group.tsx
6285
- import { jsx as jsx75, jsxs as jsxs28 } from "react/jsx-runtime";
6345
+ import { jsx as jsx77, jsxs as jsxs28 } from "react/jsx-runtime";
6286
6346
 
6287
6347
  // src/button-group/templates/mixed-button-group.tsx
6288
- import { jsx as jsx76, jsxs as jsxs29 } from "react/jsx-runtime";
6348
+ import { jsx as jsx78, jsxs as jsxs29 } from "react/jsx-runtime";
6289
6349
 
6290
6350
  // src/color-preview/color-preview.tsx
6291
- import { jsx as jsx77, jsxs as jsxs30 } from "react/jsx-runtime";
6351
+ import { jsx as jsx79, jsxs as jsxs30 } from "react/jsx-runtime";
6292
6352
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6293
- var states30 = [];
6294
- var options29 = {};
6353
+ var states32 = [];
6354
+ var options31 = {};
6295
6355
  var ColorPreview = (props) => {
6296
6356
  const {
6297
6357
  color,
@@ -6311,8 +6371,8 @@ var ColorPreview = (props) => {
6311
6371
  }
6312
6372
  ),
6313
6373
  children: [
6314
- iconName && /* @__PURE__ */ jsx77(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6315
- /* @__PURE__ */ jsx77(
6374
+ iconName && /* @__PURE__ */ jsx79(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6375
+ /* @__PURE__ */ jsx79(
6316
6376
  "span",
6317
6377
  {
6318
6378
  className: "k-color-preview-mask",
@@ -6323,14 +6383,14 @@ var ColorPreview = (props) => {
6323
6383
  }
6324
6384
  );
6325
6385
  };
6326
- ColorPreview.states = states30;
6327
- ColorPreview.options = options29;
6386
+ ColorPreview.states = states32;
6387
+ ColorPreview.options = options31;
6328
6388
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6329
6389
 
6330
6390
  // src/colorpicker/colorpicker.spec.tsx
6331
- import { jsx as jsx78, jsxs as jsxs31 } from "react/jsx-runtime";
6391
+ import { jsx as jsx80, jsxs as jsxs31 } from "react/jsx-runtime";
6332
6392
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6333
- var states31 = [
6393
+ var states33 = [
6334
6394
  States.hover,
6335
6395
  States.focus,
6336
6396
  States.valid,
@@ -6338,12 +6398,12 @@ var states31 = [
6338
6398
  States.required,
6339
6399
  States.disabled
6340
6400
  ];
6341
- var options30 = {
6401
+ var options32 = {
6342
6402
  size: [Size.small, Size.medium, Size.large],
6343
6403
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6344
6404
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6345
6405
  };
6346
- var defaultProps27 = {
6406
+ var defaultProps29 = {
6347
6407
  arrowIconName: "caret-alt-down",
6348
6408
  size: Picker.defaultProps.size,
6349
6409
  rounded: Picker.defaultProps.rounded,
@@ -6365,7 +6425,7 @@ var ColorPicker = (props) => {
6365
6425
  required,
6366
6426
  disabled,
6367
6427
  valueIconName,
6368
- arrowIconName = defaultProps27.arrowIconName,
6428
+ arrowIconName = defaultProps29.arrowIconName,
6369
6429
  ...other
6370
6430
  } = props;
6371
6431
  return /* @__PURE__ */ jsxs31(
@@ -6387,14 +6447,14 @@ var ColorPicker = (props) => {
6387
6447
  "k-icon-picker"
6388
6448
  ),
6389
6449
  children: [
6390
- /* @__PURE__ */ jsx78(InputPrefix, { children: prefix }),
6391
- /* @__PURE__ */ jsx78(
6450
+ /* @__PURE__ */ jsx80(InputPrefix, { children: prefix }),
6451
+ /* @__PURE__ */ jsx80(
6392
6452
  InputInnerSpan,
6393
6453
  {
6394
6454
  placeholder,
6395
6455
  value,
6396
6456
  showValue: false,
6397
- valueIcon: /* @__PURE__ */ jsx78(
6457
+ valueIcon: /* @__PURE__ */ jsx80(
6398
6458
  ColorPreview,
6399
6459
  {
6400
6460
  className: "k-value-icon",
@@ -6405,8 +6465,8 @@ var ColorPicker = (props) => {
6405
6465
  valueIconName
6406
6466
  }
6407
6467
  ),
6408
- /* @__PURE__ */ jsx78(InputSuffix, { children: suffix }),
6409
- /* @__PURE__ */ jsx78(
6468
+ /* @__PURE__ */ jsx80(InputSuffix, { children: suffix }),
6469
+ /* @__PURE__ */ jsx80(
6410
6470
  Button,
6411
6471
  {
6412
6472
  className: "k-input-button",
@@ -6420,17 +6480,17 @@ var ColorPicker = (props) => {
6420
6480
  }
6421
6481
  );
6422
6482
  };
6423
- ColorPicker.states = states31;
6424
- ColorPicker.options = options30;
6483
+ ColorPicker.states = states33;
6484
+ ColorPicker.options = options32;
6425
6485
  ColorPicker.className = COLORPICKER_CLASSNAME;
6426
- ColorPicker.defaultProps = defaultProps27;
6486
+ ColorPicker.defaultProps = defaultProps29;
6427
6487
 
6428
6488
  // src/action-sheet/action-sheet.spec.tsx
6429
- import { Fragment as Fragment15, jsx as jsx79, jsxs as jsxs32 } from "react/jsx-runtime";
6489
+ import { Fragment as Fragment15, jsx as jsx81, jsxs as jsxs32 } from "react/jsx-runtime";
6430
6490
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6431
- var states32 = [];
6432
- var options31 = {};
6433
- var defaultProps28 = {
6491
+ var states34 = [];
6492
+ var options33 = {};
6493
+ var defaultProps30 = {
6434
6494
  side: "bottom",
6435
6495
  fullscreen: false,
6436
6496
  adaptive: false,
@@ -6443,14 +6503,14 @@ var ActionSheet = (props) => {
6443
6503
  header,
6444
6504
  footer,
6445
6505
  actions,
6446
- side = defaultProps28.side,
6447
- fullscreen = defaultProps28.fullscreen,
6448
- adaptive = defaultProps28.adaptive,
6449
- overlay = defaultProps28.overlay,
6506
+ side = defaultProps30.side,
6507
+ fullscreen = defaultProps30.fullscreen,
6508
+ adaptive = defaultProps30.adaptive,
6509
+ overlay = defaultProps30.overlay,
6450
6510
  ...other
6451
6511
  } = props;
6452
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx79(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6453
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx79(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx79(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6512
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx81(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6513
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx81(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx81(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6454
6514
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6455
6515
  switch (child.type) {
6456
6516
  case ActionSheetHeader:
@@ -6460,10 +6520,10 @@ var ActionSheet = (props) => {
6460
6520
  return true;
6461
6521
  }
6462
6522
  return true;
6463
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx79(Fragment15, {});
6523
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx81(Fragment15, {});
6464
6524
  return /* @__PURE__ */ jsxs32("div", { className: "k-actionsheet-container", children: [
6465
- overlay && /* @__PURE__ */ jsx79("div", { className: "k-overlay" }),
6466
- /* @__PURE__ */ jsx79(
6525
+ overlay && /* @__PURE__ */ jsx81("div", { className: "k-overlay" }),
6526
+ /* @__PURE__ */ jsx81(
6467
6527
  AnimationContainer,
6468
6528
  {
6469
6529
  animationStyle: {
@@ -6473,7 +6533,7 @@ var ActionSheet = (props) => {
6473
6533
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6474
6534
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6475
6535
  },
6476
- children: /* @__PURE__ */ jsx79(
6536
+ children: /* @__PURE__ */ jsx81(
6477
6537
  "div",
6478
6538
  {
6479
6539
  ...other,
@@ -6488,7 +6548,7 @@ var ActionSheet = (props) => {
6488
6548
  ),
6489
6549
  children: /* @__PURE__ */ jsxs32(Fragment15, { children: [
6490
6550
  _ActionSheetHeader,
6491
- /* @__PURE__ */ jsx79("div", { className: classNames(
6551
+ /* @__PURE__ */ jsx81("div", { className: classNames(
6492
6552
  "k-actionsheet-content",
6493
6553
  {
6494
6554
  "!k-overflow-hidden": adaptive
@@ -6502,13 +6562,13 @@ var ActionSheet = (props) => {
6502
6562
  )
6503
6563
  ] });
6504
6564
  };
6505
- ActionSheet.states = states32;
6506
- ActionSheet.options = options31;
6565
+ ActionSheet.states = states34;
6566
+ ActionSheet.options = options33;
6507
6567
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
6508
- ActionSheet.defaultProps = defaultProps28;
6568
+ ActionSheet.defaultProps = defaultProps30;
6509
6569
 
6510
6570
  // src/action-sheet/actionsheet-header.tsx
6511
- import { Fragment as Fragment16, jsx as jsx80, jsxs as jsxs33 } from "react/jsx-runtime";
6571
+ import { Fragment as Fragment16, jsx as jsx82, jsxs as jsxs33 } from "react/jsx-runtime";
6512
6572
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6513
6573
  var ActionSheetHeader = (props) => {
6514
6574
  const {
@@ -6518,7 +6578,7 @@ var ActionSheetHeader = (props) => {
6518
6578
  filter,
6519
6579
  ...other
6520
6580
  } = props;
6521
- return /* @__PURE__ */ jsx80(
6581
+ return /* @__PURE__ */ jsx82(
6522
6582
  "div",
6523
6583
  {
6524
6584
  ...other,
@@ -6528,35 +6588,35 @@ var ActionSheetHeader = (props) => {
6528
6588
  ),
6529
6589
  children: /* @__PURE__ */ jsxs33(Fragment16, { children: [
6530
6590
  /* @__PURE__ */ jsxs33("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6531
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx80(Fragment16, { children: /* @__PURE__ */ jsxs33("div", { className: "k-actionsheet-title", children: [
6532
- title !== "" && /* @__PURE__ */ jsx80("div", { className: "k-text-center", children: title }),
6533
- subTitle !== "" && /* @__PURE__ */ jsx80("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6591
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx82(Fragment16, { children: /* @__PURE__ */ jsxs33("div", { className: "k-actionsheet-title", children: [
6592
+ title !== "" && /* @__PURE__ */ jsx82("div", { className: "k-text-center", children: title }),
6593
+ subTitle !== "" && /* @__PURE__ */ jsx82("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6534
6594
  ] }) }),
6535
- props.children && /* @__PURE__ */ jsx80("div", { className: "k-actionsheet-title", children: props.children }),
6536
- actions && /* @__PURE__ */ jsx80(Fragment16, { children: /* @__PURE__ */ jsx80("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx80(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6595
+ props.children && /* @__PURE__ */ jsx82("div", { className: "k-actionsheet-title", children: props.children }),
6596
+ actions && /* @__PURE__ */ jsx82(Fragment16, { children: /* @__PURE__ */ jsx82("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx82(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6537
6597
  ] }),
6538
- filter && /* @__PURE__ */ jsx80(Fragment16, { children: /* @__PURE__ */ jsx80("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx80(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6598
+ filter && /* @__PURE__ */ jsx82(Fragment16, { children: /* @__PURE__ */ jsx82("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx82(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6539
6599
  ] })
6540
6600
  }
6541
6601
  );
6542
6602
  };
6543
6603
 
6544
6604
  // src/action-buttons/action-buttons.spec.tsx
6545
- import { jsx as jsx81 } from "react/jsx-runtime";
6605
+ import { jsx as jsx83 } from "react/jsx-runtime";
6546
6606
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6547
- var states33 = [];
6548
- var options32 = {};
6549
- var defaultProps29 = {
6607
+ var states35 = [];
6608
+ var options34 = {};
6609
+ var defaultProps31 = {
6550
6610
  alignment: "start",
6551
6611
  orientation: "horizontal"
6552
6612
  };
6553
6613
  var ActionButtons = (props) => {
6554
6614
  const {
6555
- alignment = defaultProps29.alignment,
6556
- orientation = defaultProps29.orientation,
6615
+ alignment = defaultProps31.alignment,
6616
+ orientation = defaultProps31.orientation,
6557
6617
  ...other
6558
6618
  } = props;
6559
- return /* @__PURE__ */ jsx81(
6619
+ return /* @__PURE__ */ jsx83(
6560
6620
  "div",
6561
6621
  {
6562
6622
  ...other,
@@ -6572,21 +6632,21 @@ var ActionButtons = (props) => {
6572
6632
  }
6573
6633
  );
6574
6634
  };
6575
- ActionButtons.states = states33;
6576
- ActionButtons.options = options32;
6635
+ ActionButtons.states = states35;
6636
+ ActionButtons.options = options34;
6577
6637
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6578
- ActionButtons.defaultProps = defaultProps29;
6638
+ ActionButtons.defaultProps = defaultProps31;
6579
6639
  var action_buttons_spec_default = ActionButtons;
6580
6640
 
6581
6641
  // src/action-sheet/actionsheet-footer.tsx
6582
- import { Fragment as Fragment17, jsx as jsx82, jsxs as jsxs34 } from "react/jsx-runtime";
6642
+ import { Fragment as Fragment17, jsx as jsx84, jsxs as jsxs34 } from "react/jsx-runtime";
6583
6643
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6584
6644
  var ActionSheetFooter = (props) => {
6585
6645
  const {
6586
6646
  actions,
6587
6647
  ...other
6588
6648
  } = props;
6589
- return /* @__PURE__ */ jsx82(
6649
+ return /* @__PURE__ */ jsx84(
6590
6650
  action_buttons_spec_default,
6591
6651
  {
6592
6652
  ...other,
@@ -6598,14 +6658,14 @@ var ActionSheetFooter = (props) => {
6598
6658
  children: /* @__PURE__ */ jsxs34(Fragment17, { children: [
6599
6659
  actions && actions.map((action, index) => {
6600
6660
  if (action === "|") {
6601
- return /* @__PURE__ */ jsx82("span", { className: "k-separator" }, index);
6661
+ return /* @__PURE__ */ jsx84("span", { className: "k-separator" }, index);
6602
6662
  }
6603
6663
  if (action === " ") {
6604
- return /* @__PURE__ */ jsx82("span", { className: "k-spacer" }, index);
6664
+ return /* @__PURE__ */ jsx84("span", { className: "k-spacer" }, index);
6605
6665
  }
6606
6666
  const importantFlag = action.startsWith("!");
6607
6667
  const actionName = importantFlag ? action.substring(1) : action;
6608
- return /* @__PURE__ */ jsx82(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6668
+ return /* @__PURE__ */ jsx84(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6609
6669
  }),
6610
6670
  !actions && props.children
6611
6671
  ] })
@@ -6614,12 +6674,12 @@ var ActionSheetFooter = (props) => {
6614
6674
  };
6615
6675
 
6616
6676
  // src/action-sheet/actionsheet-items.tsx
6617
- import { jsx as jsx83 } from "react/jsx-runtime";
6677
+ import { jsx as jsx85 } from "react/jsx-runtime";
6618
6678
  var ActionSheetItems = (props) => {
6619
6679
  const {
6620
6680
  ...other
6621
6681
  } = props;
6622
- return /* @__PURE__ */ jsx83(
6682
+ return /* @__PURE__ */ jsx85(
6623
6683
  "div",
6624
6684
  {
6625
6685
  ...other,
@@ -6633,8 +6693,8 @@ var ActionSheetItems = (props) => {
6633
6693
  };
6634
6694
 
6635
6695
  // src/action-sheet/actionsheet-item.tsx
6636
- import { Fragment as Fragment18, jsx as jsx84, jsxs as jsxs35 } from "react/jsx-runtime";
6637
- var states34 = [
6696
+ import { Fragment as Fragment18, jsx as jsx86, jsxs as jsxs35 } from "react/jsx-runtime";
6697
+ var states36 = [
6638
6698
  States.hover,
6639
6699
  States.focus,
6640
6700
  States.selected,
@@ -6642,9 +6702,9 @@ var states34 = [
6642
6702
  ];
6643
6703
 
6644
6704
  // src/combobox/combobox.spec.tsx
6645
- import { Fragment as Fragment19, jsx as jsx85, jsxs as jsxs36 } from "react/jsx-runtime";
6705
+ import { Fragment as Fragment19, jsx as jsx87, jsxs as jsxs36 } from "react/jsx-runtime";
6646
6706
  var COMBOBOX_CLASSNAME = `k-combobox`;
6647
- var states35 = [
6707
+ var states37 = [
6648
6708
  States.hover,
6649
6709
  States.focus,
6650
6710
  States.valid,
@@ -6654,12 +6714,12 @@ var states35 = [
6654
6714
  States.disabled,
6655
6715
  States.readonly
6656
6716
  ];
6657
- var defaultProps30 = {
6717
+ var defaultProps32 = {
6658
6718
  size: Input.defaultProps.size,
6659
6719
  rounded: Input.defaultProps.rounded,
6660
6720
  fillMode: Input.defaultProps.fillMode
6661
6721
  };
6662
- var options33 = {
6722
+ var options35 = {
6663
6723
  size: [Size.small, Size.medium, Size.large],
6664
6724
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6665
6725
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6705,9 +6765,9 @@ var Combobox = (props) => {
6705
6765
  readonly,
6706
6766
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6707
6767
  children: [
6708
- /* @__PURE__ */ jsx85(InputPrefix, { children: prefix }),
6709
- /* @__PURE__ */ jsx85(InputInnerInput, { placeholder, value }),
6710
- /* @__PURE__ */ jsx85(
6768
+ /* @__PURE__ */ jsx87(InputPrefix, { children: prefix }),
6769
+ /* @__PURE__ */ jsx87(InputInnerInput, { placeholder, value }),
6770
+ /* @__PURE__ */ jsx87(
6711
6771
  InputValidationIcon,
6712
6772
  {
6713
6773
  valid,
@@ -6716,14 +6776,14 @@ var Combobox = (props) => {
6716
6776
  disabled
6717
6777
  }
6718
6778
  ),
6719
- /* @__PURE__ */ jsx85(
6779
+ /* @__PURE__ */ jsx87(
6720
6780
  InputLoadingIcon,
6721
6781
  {
6722
6782
  loading,
6723
6783
  disabled
6724
6784
  }
6725
6785
  ),
6726
- /* @__PURE__ */ jsx85(
6786
+ /* @__PURE__ */ jsx87(
6727
6787
  InputClearValue,
6728
6788
  {
6729
6789
  loading,
@@ -6732,8 +6792,8 @@ var Combobox = (props) => {
6732
6792
  value
6733
6793
  }
6734
6794
  ),
6735
- /* @__PURE__ */ jsx85(InputSuffix, { children: suffix }),
6736
- /* @__PURE__ */ jsx85(
6795
+ /* @__PURE__ */ jsx87(InputSuffix, { children: suffix }),
6796
+ /* @__PURE__ */ jsx87(
6737
6797
  Button,
6738
6798
  {
6739
6799
  className: "k-input-button",
@@ -6746,9 +6806,9 @@ var Combobox = (props) => {
6746
6806
  ]
6747
6807
  }
6748
6808
  ),
6749
- opened && popup && /* @__PURE__ */ jsx85(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6809
+ opened && popup && /* @__PURE__ */ jsx87(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6750
6810
  adaptive && /* @__PURE__ */ jsxs36(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6751
- /* @__PURE__ */ jsx85(
6811
+ /* @__PURE__ */ jsx87(
6752
6812
  ActionSheetHeader,
6753
6813
  {
6754
6814
  actions: ["x"],
@@ -6756,42 +6816,42 @@ var Combobox = (props) => {
6756
6816
  title: "Select Item"
6757
6817
  }
6758
6818
  ),
6759
- /* @__PURE__ */ jsx85("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs36(List, { size: "large", children: [
6760
- /* @__PURE__ */ jsx85(ListItem, { text: "List item" }),
6761
- /* @__PURE__ */ jsx85(ListItem, { text: "List item" }),
6762
- /* @__PURE__ */ jsx85(ListItem, { text: "List item" })
6819
+ /* @__PURE__ */ jsx87("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs36(List, { size: "large", children: [
6820
+ /* @__PURE__ */ jsx87(ListItem, { text: "List item" }),
6821
+ /* @__PURE__ */ jsx87(ListItem, { text: "List item" }),
6822
+ /* @__PURE__ */ jsx87(ListItem, { text: "List item" })
6763
6823
  ] }) })
6764
6824
  ] })
6765
6825
  ] });
6766
6826
  };
6767
- Combobox.states = states35;
6768
- Combobox.options = options33;
6827
+ Combobox.states = states37;
6828
+ Combobox.options = options35;
6769
6829
  Combobox.className = COMBOBOX_CLASSNAME;
6770
- Combobox.defaultProps = defaultProps30;
6830
+ Combobox.defaultProps = defaultProps32;
6771
6831
 
6772
6832
  // src/combobox/templates/combobox-normal.tsx
6773
- import { jsx as jsx86 } from "react/jsx-runtime";
6833
+ import { jsx as jsx88 } from "react/jsx-runtime";
6774
6834
 
6775
6835
  // src/combobox/templates/combobox-popup.tsx
6776
- import { jsx as jsx87, jsxs as jsxs37 } from "react/jsx-runtime";
6836
+ import { jsx as jsx89, jsxs as jsxs37 } from "react/jsx-runtime";
6777
6837
 
6778
6838
  // src/combobox/templates/combobox-grouping.tsx
6779
- import { jsx as jsx88, jsxs as jsxs38 } from "react/jsx-runtime";
6839
+ import { jsx as jsx90, jsxs as jsxs38 } from "react/jsx-runtime";
6780
6840
 
6781
6841
  // src/combobox/templates/combobox-adaptive.tsx
6782
- import { jsx as jsx89 } from "react/jsx-runtime";
6842
+ import { jsx as jsx91 } from "react/jsx-runtime";
6783
6843
 
6784
6844
  // src/menu-button/menu-button.spec.tsx
6785
- import { Fragment as Fragment20, jsx as jsx90, jsxs as jsxs39 } from "react/jsx-runtime";
6845
+ import { Fragment as Fragment20, jsx as jsx92, jsxs as jsxs39 } from "react/jsx-runtime";
6786
6846
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6787
- var states36 = [
6847
+ var states38 = [
6788
6848
  States.hover,
6789
6849
  States.focus,
6790
6850
  States.active,
6791
6851
  States.selected,
6792
6852
  States.disabled
6793
6853
  ];
6794
- var options34 = {
6854
+ var options36 = {
6795
6855
  size: [Size.small, Size.medium, Size.large],
6796
6856
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6797
6857
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6809,7 +6869,7 @@ var options34 = {
6809
6869
  ThemeColor.inverse
6810
6870
  ]
6811
6871
  };
6812
- var defaultProps31 = {
6872
+ var defaultProps33 = {
6813
6873
  size: Size.medium,
6814
6874
  rounded: Roundness.medium,
6815
6875
  fillMode: FillMode.solid,
@@ -6819,10 +6879,10 @@ var defaultProps31 = {
6819
6879
  };
6820
6880
  var MenuButton = (props) => {
6821
6881
  const {
6822
- size = defaultProps31.size,
6823
- rounded = defaultProps31.rounded,
6824
- fillMode = defaultProps31.fillMode,
6825
- themeColor = defaultProps31.themeColor,
6882
+ size = defaultProps33.size,
6883
+ rounded = defaultProps33.rounded,
6884
+ fillMode = defaultProps33.fillMode,
6885
+ themeColor = defaultProps33.themeColor,
6826
6886
  hover,
6827
6887
  focus,
6828
6888
  active,
@@ -6830,14 +6890,14 @@ var MenuButton = (props) => {
6830
6890
  disabled,
6831
6891
  icon,
6832
6892
  text,
6833
- showArrow = defaultProps31.showArrow,
6834
- arrowIconName = defaultProps31.arrowIconName,
6893
+ showArrow = defaultProps33.showArrow,
6894
+ arrowIconName = defaultProps33.arrowIconName,
6835
6895
  popup,
6836
6896
  opened,
6837
6897
  ...other
6838
6898
  } = props;
6839
6899
  return /* @__PURE__ */ jsxs39(Fragment20, { children: [
6840
- /* @__PURE__ */ jsx90(
6900
+ /* @__PURE__ */ jsx92(
6841
6901
  Button,
6842
6902
  {
6843
6903
  ...other,
@@ -6860,35 +6920,35 @@ var MenuButton = (props) => {
6860
6920
  arrowIconName
6861
6921
  }
6862
6922
  ),
6863
- opened && popup && /* @__PURE__ */ jsx90(Popup, { className: "k-menu-popup", children: popup })
6923
+ opened && popup && /* @__PURE__ */ jsx92(Popup, { className: "k-menu-popup", children: popup })
6864
6924
  ] });
6865
6925
  };
6866
- MenuButton.states = states36;
6867
- MenuButton.options = options34;
6926
+ MenuButton.states = states38;
6927
+ MenuButton.options = options36;
6868
6928
  MenuButton.className = MENUBUTTON_CLASSNAME;
6869
- MenuButton.defaultProps = defaultProps31;
6929
+ MenuButton.defaultProps = defaultProps33;
6870
6930
 
6871
6931
  // src/menu-button/templates/icon-menu-button.tsx
6872
- import { jsx as jsx91 } from "react/jsx-runtime";
6932
+ import { jsx as jsx93 } from "react/jsx-runtime";
6873
6933
 
6874
6934
  // src/menu-button/templates/icon-text-menu-button.tsx
6875
- import { jsx as jsx92 } from "react/jsx-runtime";
6935
+ import { jsx as jsx94 } from "react/jsx-runtime";
6876
6936
 
6877
6937
  // src/menu-button/templates/text-menu-button.tsx
6878
- import { jsx as jsx93 } from "react/jsx-runtime";
6938
+ import { jsx as jsx95 } from "react/jsx-runtime";
6879
6939
 
6880
6940
  // src/menu/menu-item.spec.tsx
6881
- import { Fragment as Fragment21, jsx as jsx94, jsxs as jsxs40 } from "react/jsx-runtime";
6941
+ import { Fragment as Fragment21, jsx as jsx96, jsxs as jsxs40 } from "react/jsx-runtime";
6882
6942
  var MENUITEM_CLASSNAME = `k-menu-item`;
6883
- var states37 = [
6943
+ var states39 = [
6884
6944
  States.hover,
6885
6945
  States.focus,
6886
6946
  States.active,
6887
6947
  States.selected,
6888
6948
  States.disabled
6889
6949
  ];
6890
- var options35 = {};
6891
- var defaultProps32 = {
6950
+ var options37 = {};
6951
+ var defaultProps34 = {
6892
6952
  dir: "ltr"
6893
6953
  };
6894
6954
  var MenuItem = (props) => {
@@ -6902,11 +6962,11 @@ var MenuItem = (props) => {
6902
6962
  text,
6903
6963
  showArrow,
6904
6964
  arrowIconName,
6905
- dir = defaultProps32.dir,
6965
+ dir = defaultProps34.dir,
6906
6966
  children,
6907
6967
  ...other
6908
6968
  } = props;
6909
- const contentTemplate = /* @__PURE__ */ jsx94(Fragment21, {});
6969
+ const contentTemplate = /* @__PURE__ */ jsx96(Fragment21, {});
6910
6970
  if (children) {
6911
6971
  children.forEach((child) => {
6912
6972
  const component = child.type;
@@ -6948,9 +7008,9 @@ var MenuItem = (props) => {
6948
7008
  })
6949
7009
  ),
6950
7010
  children: [
6951
- icon && /* @__PURE__ */ jsx94(Icon, { className: "k-menu-link-icon", icon }),
6952
- /* @__PURE__ */ jsx94("span", { className: "k-menu-link-text", children: text }),
6953
- showArrow && /* @__PURE__ */ jsx94("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx94(Icon, { icon: expandArrowName }) })
7011
+ icon && /* @__PURE__ */ jsx96(Icon, { className: "k-menu-link-icon", icon }),
7012
+ /* @__PURE__ */ jsx96("span", { className: "k-menu-link-text", children: text }),
7013
+ showArrow && /* @__PURE__ */ jsx96("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx96(Icon, { icon: expandArrowName }) })
6954
7014
  ]
6955
7015
  }
6956
7016
  ),
@@ -6959,24 +7019,24 @@ var MenuItem = (props) => {
6959
7019
  }
6960
7020
  );
6961
7021
  };
6962
- MenuItem.states = states37;
6963
- MenuItem.options = options35;
7022
+ MenuItem.states = states39;
7023
+ MenuItem.options = options37;
6964
7024
  MenuItem.className = MENUITEM_CLASSNAME;
6965
- MenuItem.defaultProps = defaultProps32;
7025
+ MenuItem.defaultProps = defaultProps34;
6966
7026
  var menu_item_spec_default = MenuItem;
6967
7027
 
6968
7028
  // src/menu/menu-separator.spec.tsx
6969
- import { jsx as jsx95 } from "react/jsx-runtime";
7029
+ import { jsx as jsx97 } from "react/jsx-runtime";
6970
7030
  var SEPARATOR_CLASSNAME = `k-separator`;
6971
- var defaultProps33 = {
7031
+ var defaultProps35 = {
6972
7032
  orientation: "horizontal"
6973
7033
  };
6974
7034
  var MenuSeparator = (props) => {
6975
7035
  const {
6976
- orientation = defaultProps33.orientation,
7036
+ orientation = defaultProps35.orientation,
6977
7037
  ...other
6978
7038
  } = props;
6979
- return /* @__PURE__ */ jsx95(
7039
+ return /* @__PURE__ */ jsx97(
6980
7040
  "li",
6981
7041
  {
6982
7042
  ...other,
@@ -6994,25 +7054,25 @@ var MenuSeparator = (props) => {
6994
7054
  var menu_separator_spec_default = MenuSeparator;
6995
7055
 
6996
7056
  // src/menu/menu-item-content.tsx
6997
- import { Fragment as Fragment22, jsx as jsx96 } from "react/jsx-runtime";
7057
+ import { Fragment as Fragment22, jsx as jsx98 } from "react/jsx-runtime";
6998
7058
 
6999
7059
  // src/menu/menu-list.spec.tsx
7000
- import { jsx as jsx97 } from "react/jsx-runtime";
7060
+ import { jsx as jsx99 } from "react/jsx-runtime";
7001
7061
  import { createElement } from "react";
7002
7062
  var MENULIST_CLASSNAME = `k-menu-group`;
7003
- var states38 = [];
7004
- var options36 = {
7063
+ var states40 = [];
7064
+ var options38 = {
7005
7065
  size: [Size.small, Size.medium, Size.large]
7006
7066
  };
7007
- var defaultProps34 = {
7067
+ var defaultProps36 = {
7008
7068
  size: Size.medium,
7009
7069
  dir: "ltr"
7010
7070
  };
7011
7071
  var MenuList = (props) => {
7012
7072
  const {
7013
7073
  children,
7014
- size = defaultProps34.size,
7015
- dir = defaultProps34.dir,
7074
+ size = defaultProps36.size,
7075
+ dir = defaultProps36.dir,
7016
7076
  ...other
7017
7077
  } = props;
7018
7078
  const listChildren = [];
@@ -7025,7 +7085,7 @@ var MenuList = (props) => {
7025
7085
  );
7026
7086
  } else if (child.type === menu_separator_spec_default) {
7027
7087
  listChildren.push(
7028
- /* @__PURE__ */ jsx97(menu_separator_spec_default, {})
7088
+ /* @__PURE__ */ jsx99(menu_separator_spec_default, {})
7029
7089
  );
7030
7090
  } else {
7031
7091
  listChildren.push(child);
@@ -7033,7 +7093,7 @@ var MenuList = (props) => {
7033
7093
  });
7034
7094
  }
7035
7095
  }
7036
- return /* @__PURE__ */ jsx97(
7096
+ return /* @__PURE__ */ jsx99(
7037
7097
  "ul",
7038
7098
  {
7039
7099
  ...other,
@@ -7048,25 +7108,25 @@ var MenuList = (props) => {
7048
7108
  }
7049
7109
  );
7050
7110
  };
7051
- MenuList.states = states38;
7052
- MenuList.options = options36;
7111
+ MenuList.states = states40;
7112
+ MenuList.options = options38;
7053
7113
  MenuList.className = MENULIST_CLASSNAME;
7054
- MenuList.defaultProps = defaultProps34;
7114
+ MenuList.defaultProps = defaultProps36;
7055
7115
 
7056
7116
  // src/menu-button/templates/menu-button-popup.tsx
7057
- import { jsx as jsx98, jsxs as jsxs41 } from "react/jsx-runtime";
7117
+ import { jsx as jsx100, jsxs as jsxs41 } from "react/jsx-runtime";
7058
7118
 
7059
7119
  // src/split-button/split-button.spec.tsx
7060
- import { Fragment as Fragment23, jsx as jsx99, jsxs as jsxs42 } from "react/jsx-runtime";
7120
+ import { Fragment as Fragment23, jsx as jsx101, jsxs as jsxs42 } from "react/jsx-runtime";
7061
7121
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7062
- var states39 = [
7122
+ var states41 = [
7063
7123
  States.hover,
7064
7124
  States.focus,
7065
7125
  States.active,
7066
7126
  States.selected,
7067
7127
  States.disabled
7068
7128
  ];
7069
- var options37 = {
7129
+ var options39 = {
7070
7130
  size: [Size.small, Size.medium, Size.large],
7071
7131
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7072
7132
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7084,7 +7144,7 @@ var options37 = {
7084
7144
  ThemeColor.inverse
7085
7145
  ]
7086
7146
  };
7087
- var defaultProps35 = {
7147
+ var defaultProps37 = {
7088
7148
  size: Size.medium,
7089
7149
  rounded: Roundness.medium,
7090
7150
  fillMode: FillMode.solid,
@@ -7093,10 +7153,10 @@ var defaultProps35 = {
7093
7153
  };
7094
7154
  var SplitButton = (props) => {
7095
7155
  const {
7096
- size = defaultProps35.size,
7097
- rounded = defaultProps35.rounded,
7098
- fillMode = defaultProps35.fillMode,
7099
- themeColor = defaultProps35.themeColor,
7156
+ size = defaultProps37.size,
7157
+ rounded = defaultProps37.rounded,
7158
+ fillMode = defaultProps37.fillMode,
7159
+ themeColor = defaultProps37.themeColor,
7100
7160
  hover,
7101
7161
  focus,
7102
7162
  active,
@@ -7104,7 +7164,7 @@ var SplitButton = (props) => {
7104
7164
  disabled,
7105
7165
  icon,
7106
7166
  text,
7107
- arrowIconName = defaultProps35.arrowIconName,
7167
+ arrowIconName = defaultProps37.arrowIconName,
7108
7168
  popup,
7109
7169
  opened,
7110
7170
  ...other
@@ -7123,7 +7183,7 @@ var SplitButton = (props) => {
7123
7183
  })
7124
7184
  ),
7125
7185
  children: [
7126
- /* @__PURE__ */ jsx99(
7186
+ /* @__PURE__ */ jsx101(
7127
7187
  Button,
7128
7188
  {
7129
7189
  text,
@@ -7140,7 +7200,7 @@ var SplitButton = (props) => {
7140
7200
  children: props.children
7141
7201
  }
7142
7202
  ),
7143
- /* @__PURE__ */ jsx99(
7203
+ /* @__PURE__ */ jsx101(
7144
7204
  Button,
7145
7205
  {
7146
7206
  className: "k-split-button-arrow",
@@ -7154,30 +7214,30 @@ var SplitButton = (props) => {
7154
7214
  ]
7155
7215
  }
7156
7216
  ),
7157
- opened && popup && /* @__PURE__ */ jsx99(Popup, { className: "k-menu-popup", children: popup })
7217
+ opened && popup && /* @__PURE__ */ jsx101(Popup, { className: "k-menu-popup", children: popup })
7158
7218
  ] });
7159
7219
  };
7160
- SplitButton.states = states39;
7161
- SplitButton.options = options37;
7220
+ SplitButton.states = states41;
7221
+ SplitButton.options = options39;
7162
7222
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7163
- SplitButton.defaultProps = defaultProps35;
7223
+ SplitButton.defaultProps = defaultProps37;
7164
7224
  var split_button_spec_default = SplitButton;
7165
7225
 
7166
7226
  // src/toolbar/toolbar.spec.tsx
7167
- import { jsx as jsx100 } from "react/jsx-runtime";
7227
+ import { jsx as jsx102 } from "react/jsx-runtime";
7168
7228
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7169
- var states40 = [
7229
+ var states42 = [
7170
7230
  States.focus
7171
7231
  ];
7172
- var options38 = {
7232
+ var options40 = {
7173
7233
  size: [Size.small, Size.medium, Size.large]
7174
7234
  };
7175
- var defaultProps36 = {
7235
+ var defaultProps38 = {
7176
7236
  size: Size.medium
7177
7237
  };
7178
7238
  var Toolbar = (props) => {
7179
7239
  const {
7180
- size = defaultProps36.size,
7240
+ size = defaultProps38.size,
7181
7241
  focus,
7182
7242
  resizable,
7183
7243
  ...other
@@ -7187,7 +7247,7 @@ var Toolbar = (props) => {
7187
7247
  const tempToolbarChildren = [];
7188
7248
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7189
7249
  tempToolbarChildren.push(
7190
- /* @__PURE__ */ jsx100(
7250
+ /* @__PURE__ */ jsx102(
7191
7251
  Button,
7192
7252
  {
7193
7253
  ...child.props,
@@ -7198,7 +7258,7 @@ var Toolbar = (props) => {
7198
7258
  );
7199
7259
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7200
7260
  tempToolbarChildren.push(
7201
- /* @__PURE__ */ jsx100(
7261
+ /* @__PURE__ */ jsx102(
7202
7262
  Button,
7203
7263
  {
7204
7264
  ...child.props,
@@ -7209,7 +7269,7 @@ var Toolbar = (props) => {
7209
7269
  );
7210
7270
  } else if (child.type === Button) {
7211
7271
  tempToolbarChildren.push(
7212
- /* @__PURE__ */ jsx100(
7272
+ /* @__PURE__ */ jsx102(
7213
7273
  Button,
7214
7274
  {
7215
7275
  ...child.props,
@@ -7220,7 +7280,7 @@ var Toolbar = (props) => {
7220
7280
  );
7221
7281
  } else if (child.type === MenuButton) {
7222
7282
  tempToolbarChildren.push(
7223
- /* @__PURE__ */ jsx100(
7283
+ /* @__PURE__ */ jsx102(
7224
7284
  MenuButton,
7225
7285
  {
7226
7286
  ...child.props,
@@ -7231,7 +7291,7 @@ var Toolbar = (props) => {
7231
7291
  );
7232
7292
  } else if (child.type === split_button_spec_default) {
7233
7293
  tempToolbarChildren.push(
7234
- /* @__PURE__ */ jsx100(
7294
+ /* @__PURE__ */ jsx102(
7235
7295
  split_button_spec_default,
7236
7296
  {
7237
7297
  ...child.props,
@@ -7245,7 +7305,7 @@ var Toolbar = (props) => {
7245
7305
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7246
7306
  childrenArray.forEach((button, bindex) => {
7247
7307
  buttonGroupItems.push(
7248
- /* @__PURE__ */ jsx100(
7308
+ /* @__PURE__ */ jsx102(
7249
7309
  Button,
7250
7310
  {
7251
7311
  ...button.props,
@@ -7256,7 +7316,7 @@ var Toolbar = (props) => {
7256
7316
  );
7257
7317
  });
7258
7318
  tempToolbarChildren.push(
7259
- /* @__PURE__ */ jsx100(
7319
+ /* @__PURE__ */ jsx102(
7260
7320
  ButtonGroup,
7261
7321
  {
7262
7322
  ...child.props,
@@ -7268,7 +7328,7 @@ var Toolbar = (props) => {
7268
7328
  );
7269
7329
  } else if (child.type === Combobox) {
7270
7330
  tempToolbarChildren.push(
7271
- /* @__PURE__ */ jsx100(
7331
+ /* @__PURE__ */ jsx102(
7272
7332
  Combobox,
7273
7333
  {
7274
7334
  ...child.props,
@@ -7279,7 +7339,7 @@ var Toolbar = (props) => {
7279
7339
  );
7280
7340
  } else if (child.type === DropdownList) {
7281
7341
  tempToolbarChildren.push(
7282
- /* @__PURE__ */ jsx100(
7342
+ /* @__PURE__ */ jsx102(
7283
7343
  DropdownList,
7284
7344
  {
7285
7345
  ...child.props,
@@ -7290,7 +7350,7 @@ var Toolbar = (props) => {
7290
7350
  );
7291
7351
  } else if (child.type === ColorPicker) {
7292
7352
  tempToolbarChildren.push(
7293
- /* @__PURE__ */ jsx100(
7353
+ /* @__PURE__ */ jsx102(
7294
7354
  ColorPicker,
7295
7355
  {
7296
7356
  ...child.props,
@@ -7312,7 +7372,7 @@ var Toolbar = (props) => {
7312
7372
  addUniqueToolClass(child, index);
7313
7373
  });
7314
7374
  }
7315
- return /* @__PURE__ */ jsx100(
7375
+ return /* @__PURE__ */ jsx102(
7316
7376
  "div",
7317
7377
  {
7318
7378
  ...other,
@@ -7333,26 +7393,26 @@ var Toolbar = (props) => {
7333
7393
  }
7334
7394
  );
7335
7395
  };
7336
- Toolbar.states = states40;
7337
- Toolbar.options = options38;
7396
+ Toolbar.states = states42;
7397
+ Toolbar.options = options40;
7338
7398
  Toolbar.className = TOOLBAR_CLASSNAME;
7339
- Toolbar.defaultProps = defaultProps36;
7399
+ Toolbar.defaultProps = defaultProps38;
7340
7400
 
7341
7401
  // src/toolbar/toolbar-angular.spec.tsx
7342
- import { jsx as jsx101 } from "react/jsx-runtime";
7402
+ import { jsx as jsx103 } from "react/jsx-runtime";
7343
7403
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7344
- var states41 = [
7404
+ var states43 = [
7345
7405
  States.focus
7346
7406
  ];
7347
- var options39 = {
7407
+ var options41 = {
7348
7408
  size: [Size.small, Size.medium, Size.large]
7349
7409
  };
7350
- var defaultProps37 = {
7410
+ var defaultProps39 = {
7351
7411
  size: Size.medium
7352
7412
  };
7353
7413
  var ToolbarAngular = (props) => {
7354
7414
  const {
7355
- size = defaultProps37.size,
7415
+ size = defaultProps39.size,
7356
7416
  focus,
7357
7417
  resizable,
7358
7418
  ...other
@@ -7362,7 +7422,7 @@ var ToolbarAngular = (props) => {
7362
7422
  const tempToolbarChildren = [];
7363
7423
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7364
7424
  tempToolbarChildren.push(
7365
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7425
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7366
7426
  Button,
7367
7427
  {
7368
7428
  ...child.props,
@@ -7373,7 +7433,7 @@ var ToolbarAngular = (props) => {
7373
7433
  );
7374
7434
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7375
7435
  tempToolbarChildren.push(
7376
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7436
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7377
7437
  Button,
7378
7438
  {
7379
7439
  ...child.props,
@@ -7384,7 +7444,7 @@ var ToolbarAngular = (props) => {
7384
7444
  );
7385
7445
  } else if (child.type === Button) {
7386
7446
  tempToolbarChildren.push(
7387
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7447
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7388
7448
  Button,
7389
7449
  {
7390
7450
  ...child.props,
@@ -7395,7 +7455,7 @@ var ToolbarAngular = (props) => {
7395
7455
  );
7396
7456
  } else if (child.type === MenuButton) {
7397
7457
  tempToolbarChildren.push(
7398
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7458
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7399
7459
  MenuButton,
7400
7460
  {
7401
7461
  ...child.props,
@@ -7406,7 +7466,7 @@ var ToolbarAngular = (props) => {
7406
7466
  );
7407
7467
  } else if (child.type === split_button_spec_default) {
7408
7468
  tempToolbarChildren.push(
7409
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7469
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7410
7470
  split_button_spec_default,
7411
7471
  {
7412
7472
  ...child.props,
@@ -7420,7 +7480,7 @@ var ToolbarAngular = (props) => {
7420
7480
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7421
7481
  childrenArray.forEach((button, bindex) => {
7422
7482
  buttonGroupItems.push(
7423
- /* @__PURE__ */ jsx101(
7483
+ /* @__PURE__ */ jsx103(
7424
7484
  Button,
7425
7485
  {
7426
7486
  ...button.props,
@@ -7431,7 +7491,7 @@ var ToolbarAngular = (props) => {
7431
7491
  );
7432
7492
  });
7433
7493
  tempToolbarChildren.push(
7434
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7494
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7435
7495
  ButtonGroup,
7436
7496
  {
7437
7497
  ...child.props,
@@ -7443,7 +7503,7 @@ var ToolbarAngular = (props) => {
7443
7503
  );
7444
7504
  } else if (child.type === Combobox) {
7445
7505
  tempToolbarChildren.push(
7446
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7506
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7447
7507
  Combobox,
7448
7508
  {
7449
7509
  ...child.props,
@@ -7454,7 +7514,7 @@ var ToolbarAngular = (props) => {
7454
7514
  );
7455
7515
  } else if (child.type === DropdownList) {
7456
7516
  tempToolbarChildren.push(
7457
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7517
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7458
7518
  DropdownList,
7459
7519
  {
7460
7520
  ...child.props,
@@ -7465,7 +7525,7 @@ var ToolbarAngular = (props) => {
7465
7525
  );
7466
7526
  } else if (child.type === ColorPicker) {
7467
7527
  tempToolbarChildren.push(
7468
- /* @__PURE__ */ jsx101("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx101(
7528
+ /* @__PURE__ */ jsx103("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx103(
7469
7529
  ColorPicker,
7470
7530
  {
7471
7531
  ...child.props,
@@ -7487,7 +7547,7 @@ var ToolbarAngular = (props) => {
7487
7547
  addUniqueToolClass(child, index);
7488
7548
  });
7489
7549
  }
7490
- return /* @__PURE__ */ jsx101(
7550
+ return /* @__PURE__ */ jsx103(
7491
7551
  "div",
7492
7552
  {
7493
7553
  ...other,
@@ -7508,28 +7568,28 @@ var ToolbarAngular = (props) => {
7508
7568
  }
7509
7569
  );
7510
7570
  };
7511
- ToolbarAngular.states = states41;
7512
- ToolbarAngular.options = options39;
7571
+ ToolbarAngular.states = states43;
7572
+ ToolbarAngular.options = options41;
7513
7573
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7514
- ToolbarAngular.defaultProps = defaultProps37;
7574
+ ToolbarAngular.defaultProps = defaultProps39;
7515
7575
 
7516
7576
  // src/toolbar/toolbar-separator.tsx
7517
- import { jsx as jsx102 } from "react/jsx-runtime";
7577
+ import { jsx as jsx104 } from "react/jsx-runtime";
7518
7578
 
7519
7579
  // src/toolbar/toolbar-item.spec.tsx
7520
- import { jsx as jsx103 } from "react/jsx-runtime";
7580
+ import { jsx as jsx105 } from "react/jsx-runtime";
7521
7581
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7522
- var states42 = [
7582
+ var states44 = [
7523
7583
  States.focus
7524
7584
  ];
7525
- var options40 = {};
7526
- var defaultProps38 = {};
7585
+ var options42 = {};
7586
+ var defaultProps40 = {};
7527
7587
  var ToolbarItem = (props) => {
7528
7588
  const {
7529
7589
  focus,
7530
7590
  ...other
7531
7591
  } = props;
7532
- return /* @__PURE__ */ jsx103(
7592
+ return /* @__PURE__ */ jsx105(
7533
7593
  "div",
7534
7594
  {
7535
7595
  ...other,
@@ -7544,13 +7604,13 @@ var ToolbarItem = (props) => {
7544
7604
  }
7545
7605
  );
7546
7606
  };
7547
- ToolbarItem.states = states42;
7548
- ToolbarItem.options = options40;
7607
+ ToolbarItem.states = states44;
7608
+ ToolbarItem.options = options42;
7549
7609
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7550
- ToolbarItem.defaultProps = defaultProps38;
7610
+ ToolbarItem.defaultProps = defaultProps40;
7551
7611
 
7552
7612
  // src/grid/tests/grid-size-sm.tsx
7553
- import { Fragment as Fragment24, jsx as jsx104, jsxs as jsxs43 } from "react/jsx-runtime";
7613
+ import { Fragment as Fragment24, jsx as jsx106, jsxs as jsxs43 } from "react/jsx-runtime";
7554
7614
  var styles = `
7555
7615
  .k-grouping-header .k-grouping-dropclue {
7556
7616
  left: 0;
@@ -7560,274 +7620,274 @@ var styles = `
7560
7620
  }
7561
7621
  `;
7562
7622
  var grid_size_sm_default = () => /* @__PURE__ */ jsxs43(Fragment24, { children: [
7563
- /* @__PURE__ */ jsx104("style", { children: styles }),
7623
+ /* @__PURE__ */ jsx106("style", { children: styles }),
7564
7624
  /* @__PURE__ */ jsxs43("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7565
- /* @__PURE__ */ jsx104("span", { className: "col-2", children: "Grid" }),
7566
- /* @__PURE__ */ jsx104("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7567
- /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7625
+ /* @__PURE__ */ jsx106("span", { className: "col-2", children: "Grid" }),
7626
+ /* @__PURE__ */ jsx106("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7627
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7568
7628
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7569
- /* @__PURE__ */ jsx104("col", { style: { width: "100px" } }),
7570
- /* @__PURE__ */ jsx104("col", {})
7629
+ /* @__PURE__ */ jsx106("col", { style: { width: "100px" } }),
7630
+ /* @__PURE__ */ jsx106("col", {})
7571
7631
  ] }),
7572
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7573
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "100px" }) }) }) }),
7574
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "no width" }) }) }) })
7632
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7633
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "100px" }) }) }) }),
7634
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "no width" }) }) }) })
7575
7635
  ] }) })
7576
7636
  ] }) }) }),
7577
- /* @__PURE__ */ jsx104("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", children: [
7637
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", children: [
7578
7638
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7579
- /* @__PURE__ */ jsx104("col", { style: { width: "100px" } }),
7580
- /* @__PURE__ */ jsx104("col", {})
7639
+ /* @__PURE__ */ jsx106("col", { style: { width: "100px" } }),
7640
+ /* @__PURE__ */ jsx106("col", {})
7581
7641
  ] }),
7582
7642
  /* @__PURE__ */ jsxs43("tbody", { className: "k-table-tbody", children: [
7583
7643
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7584
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "1" }),
7585
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Row" })
7644
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "1" }),
7645
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Row" })
7586
7646
  ] }),
7587
7647
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7588
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "2" }),
7589
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Alt row" })
7648
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "2" }),
7649
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Alt row" })
7590
7650
  ] }),
7591
7651
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7592
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "3" }),
7593
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
7652
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "3" }),
7653
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
7594
7654
  ] }),
7595
7655
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7596
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "4" }),
7597
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: /* @__PURE__ */ jsx104(Skeleton, { animation: false }) })
7656
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "4" }),
7657
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: /* @__PURE__ */ jsx106(Skeleton, { animation: false }) })
7598
7658
  ] }),
7599
7659
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7600
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "5" }),
7601
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: /* @__PURE__ */ jsx104(Skeleton, { animation: false }) })
7660
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "5" }),
7661
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: /* @__PURE__ */ jsx106(Skeleton, { animation: false }) })
7602
7662
  ] })
7603
7663
  ] })
7604
7664
  ] }) }),
7605
- /* @__PURE__ */ jsx104(Pager, { className: "k-grid-pager", size: "small" })
7665
+ /* @__PURE__ */ jsx106(Pager, { className: "k-grid-pager", size: "small" })
7606
7666
  ] }) }),
7607
- /* @__PURE__ */ jsx104("span", { className: "col-2", children: "Filtering" }),
7608
- /* @__PURE__ */ jsx104("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
7609
- /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7667
+ /* @__PURE__ */ jsx106("span", { className: "col-2", children: "Filtering" }),
7668
+ /* @__PURE__ */ jsx106("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
7669
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7610
7670
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7611
- /* @__PURE__ */ jsx104("col", { className: "k-hierarchy-col" }),
7612
- /* @__PURE__ */ jsx104("col", {}),
7613
- /* @__PURE__ */ jsx104("col", {}),
7614
- /* @__PURE__ */ jsx104("col", {}),
7615
- /* @__PURE__ */ jsx104("col", {})
7671
+ /* @__PURE__ */ jsx106("col", { className: "k-hierarchy-col" }),
7672
+ /* @__PURE__ */ jsx106("col", {}),
7673
+ /* @__PURE__ */ jsx106("col", {}),
7674
+ /* @__PURE__ */ jsx106("col", {}),
7675
+ /* @__PURE__ */ jsx106("col", {})
7616
7676
  ] }),
7617
7677
  /* @__PURE__ */ jsxs43("thead", { className: "k-table-thead", children: [
7618
7678
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7619
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header k-hierarchy-cell" }),
7620
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7621
- /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Default" }) }),
7622
- /* @__PURE__ */ jsx104("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx104(Icon, { icon: "filter" }) })
7679
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header k-hierarchy-cell" }),
7680
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7681
+ /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Default" }) }),
7682
+ /* @__PURE__ */ jsx106("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx106(Icon, { icon: "filter" }) })
7623
7683
  ] }) }),
7624
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7625
- /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Hover" }) }),
7626
- /* @__PURE__ */ jsx104("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx104(Icon, { icon: "filter" }) })
7684
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7685
+ /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Hover" }) }),
7686
+ /* @__PURE__ */ jsx106("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx106(Icon, { icon: "filter" }) })
7627
7687
  ] }) }),
7628
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7629
- /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Focus" }) }),
7630
- /* @__PURE__ */ jsx104("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx104(Icon, { icon: "filter" }) })
7688
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7689
+ /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Focus" }) }),
7690
+ /* @__PURE__ */ jsx106("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx106(Icon, { icon: "filter" }) })
7631
7691
  ] }) }),
7632
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7633
- /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Active" }) }),
7634
- /* @__PURE__ */ jsx104("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx104(Icon, { icon: "filter" }) })
7692
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7693
+ /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Active" }) }),
7694
+ /* @__PURE__ */ jsx106("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx106(Icon, { icon: "filter" }) })
7635
7695
  ] }) }),
7636
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7696
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7637
7697
  /* @__PURE__ */ jsxs43("span", { className: "k-link", children: [
7638
- /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Sorted" }),
7639
- /* @__PURE__ */ jsx104("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx104(Icon, { icon: "sort-asc-small" }) })
7698
+ /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Sorted" }),
7699
+ /* @__PURE__ */ jsx106("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx106(Icon, { icon: "sort-asc-small" }) })
7640
7700
  ] }),
7641
- /* @__PURE__ */ jsx104("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx104(Icon, { icon: "filter" }) })
7701
+ /* @__PURE__ */ jsx106("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx106(Icon, { icon: "filter" }) })
7642
7702
  ] }) })
7643
7703
  ] }),
7644
7704
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row k-filter-row", children: [
7645
- /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell-wrapper" }) }) }),
7646
- /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7647
- /* @__PURE__ */ jsx104(NumericTextbox, {}),
7705
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell-wrapper" }) }) }),
7706
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7707
+ /* @__PURE__ */ jsx106(NumericTextbox, {}),
7648
7708
  /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-operator", children: [
7649
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7709
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7650
7710
  " ",
7651
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7711
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7652
7712
  ] })
7653
7713
  ] }) }) }),
7654
- /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7655
- /* @__PURE__ */ jsx104(Textbox, { showClearButton: false, value: "p" }),
7714
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7715
+ /* @__PURE__ */ jsx106(Textbox, { showClearButton: false, value: "p" }),
7656
7716
  /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-operator", children: [
7657
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7717
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7658
7718
  " ",
7659
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear" })
7719
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear" })
7660
7720
  ] })
7661
7721
  ] }) }) }),
7662
- /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7663
- /* @__PURE__ */ jsx104(Textbox, { showClearButton: false, value: "p" }),
7722
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7723
+ /* @__PURE__ */ jsx106(Textbox, { showClearButton: false, value: "p" }),
7664
7724
  /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-operator", children: [
7665
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7725
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7666
7726
  " ",
7667
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear" })
7727
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear" })
7668
7728
  ] })
7669
7729
  ] }) }) }),
7670
- /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7671
- /* @__PURE__ */ jsx104(Textbox, { showClearButton: false, value: "p" }),
7730
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-wrapper", children: [
7731
+ /* @__PURE__ */ jsx106(Textbox, { showClearButton: false, value: "p" }),
7672
7732
  /* @__PURE__ */ jsxs43("div", { className: "k-filtercell-operator", children: [
7673
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7733
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7674
7734
  " ",
7675
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear" })
7735
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear" })
7676
7736
  ] })
7677
7737
  ] }) }) }),
7678
- /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx104("div", { className: "k-filtercell-wrapper" }) }) })
7738
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx106("div", { className: "k-filtercell-wrapper" }) }) })
7679
7739
  ] })
7680
7740
  ] })
7681
7741
  ] }) }) }),
7682
- /* @__PURE__ */ jsx104("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", children: [
7742
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", children: [
7683
7743
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7684
- /* @__PURE__ */ jsx104("col", { className: "k-hierarchy-col" }),
7685
- /* @__PURE__ */ jsx104("col", {}),
7686
- /* @__PURE__ */ jsx104("col", {}),
7687
- /* @__PURE__ */ jsx104("col", {}),
7688
- /* @__PURE__ */ jsx104("col", {})
7744
+ /* @__PURE__ */ jsx106("col", { className: "k-hierarchy-col" }),
7745
+ /* @__PURE__ */ jsx106("col", {}),
7746
+ /* @__PURE__ */ jsx106("col", {}),
7747
+ /* @__PURE__ */ jsx106("col", {}),
7748
+ /* @__PURE__ */ jsx106("col", {})
7689
7749
  ] }),
7690
7750
  /* @__PURE__ */ jsxs43("tbody", { className: "k-table-tbody", children: [
7691
7751
  /* @__PURE__ */ jsxs43("tr", { className: "k-master-row k-table-row k-expanded", children: [
7692
- /* @__PURE__ */ jsx104("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ jsx104(Icon, { icon: "caret-alt-down" }) }),
7693
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "1" }),
7694
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" }),
7695
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" }),
7696
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" }),
7697
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" })
7752
+ /* @__PURE__ */ jsx106("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ jsx106(Icon, { icon: "caret-alt-down" }) }),
7753
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "1" }),
7754
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" }),
7755
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" }),
7756
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" }),
7757
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" })
7698
7758
  ] }),
7699
7759
  /* @__PURE__ */ jsxs43("tr", { className: "k-detail-row k-table-row", children: [
7700
- /* @__PURE__ */ jsx104("td", { className: "k-hierarchy-cell k-table-td" }),
7701
- /* @__PURE__ */ jsx104("td", { className: "k-detail-cell k-table-td", colSpan: 5, children: /* @__PURE__ */ jsx104("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7760
+ /* @__PURE__ */ jsx106("td", { className: "k-hierarchy-cell k-table-td" }),
7761
+ /* @__PURE__ */ jsx106("td", { className: "k-detail-cell k-table-td", colSpan: 5, children: /* @__PURE__ */ jsx106("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7702
7762
  ] }),
7703
7763
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
7704
- /* @__PURE__ */ jsx104("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ jsx104(Icon, { icon: "caret-alt-right" }) }),
7705
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "2" }),
7706
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" }),
7707
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" }),
7708
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" }),
7709
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Text" })
7764
+ /* @__PURE__ */ jsx106("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ jsx106(Icon, { icon: "caret-alt-right" }) }),
7765
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "2" }),
7766
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" }),
7767
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" }),
7768
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" }),
7769
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Text" })
7710
7770
  ] })
7711
7771
  ] })
7712
7772
  ] }) })
7713
7773
  ] }) }),
7714
- /* @__PURE__ */ jsx104("span", { children: "Editing" }),
7715
- /* @__PURE__ */ jsx104("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7716
- /* @__PURE__ */ jsx104(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx104(Button, { icon: "plus", children: "Add new record" }) }),
7717
- /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7774
+ /* @__PURE__ */ jsx106("span", { children: "Editing" }),
7775
+ /* @__PURE__ */ jsx106("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7776
+ /* @__PURE__ */ jsx106(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx106(Button, { icon: "plus", children: "Add new record" }) }),
7777
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7718
7778
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7719
- /* @__PURE__ */ jsx104("col", {}),
7720
- /* @__PURE__ */ jsx104("col", {}),
7721
- /* @__PURE__ */ jsx104("col", {}),
7722
- /* @__PURE__ */ jsx104("col", { style: { width: "300px" } })
7779
+ /* @__PURE__ */ jsx106("col", {}),
7780
+ /* @__PURE__ */ jsx106("col", {}),
7781
+ /* @__PURE__ */ jsx106("col", {}),
7782
+ /* @__PURE__ */ jsx106("col", { style: { width: "300px" } })
7723
7783
  ] }),
7724
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7725
- /* @__PURE__ */ jsx104("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Name" }) }) }) }),
7726
- /* @__PURE__ */ jsx104("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Price" }) }) }) }),
7727
- /* @__PURE__ */ jsx104("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Available" }) }) }) }),
7728
- /* @__PURE__ */ jsx104("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7784
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7785
+ /* @__PURE__ */ jsx106("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Name" }) }) }) }),
7786
+ /* @__PURE__ */ jsx106("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Price" }) }) }) }),
7787
+ /* @__PURE__ */ jsx106("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Available" }) }) }) }),
7788
+ /* @__PURE__ */ jsx106("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7729
7789
  ] }) })
7730
7790
  ] }) }) }),
7731
- /* @__PURE__ */ jsx104("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7791
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7732
7792
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7733
- /* @__PURE__ */ jsx104("col", {}),
7734
- /* @__PURE__ */ jsx104("col", {}),
7735
- /* @__PURE__ */ jsx104("col", {}),
7736
- /* @__PURE__ */ jsx104("col", { style: { width: "300px" } })
7793
+ /* @__PURE__ */ jsx106("col", {}),
7794
+ /* @__PURE__ */ jsx106("col", {}),
7795
+ /* @__PURE__ */ jsx106("col", {}),
7796
+ /* @__PURE__ */ jsx106("col", { style: { width: "300px" } })
7737
7797
  ] }),
7738
7798
  /* @__PURE__ */ jsxs43("tbody", { className: "k-table-tbody", children: [
7739
7799
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row k-grid-edit-row", children: [
7740
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: /* @__PURE__ */ jsx104(Textbox, { value: "Towel", required: true }) }),
7800
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: /* @__PURE__ */ jsx106(Textbox, { value: "Towel", required: true }) }),
7741
7801
  /* @__PURE__ */ jsxs43("td", { className: "k-table-td", children: [
7742
- /* @__PURE__ */ jsx104(NumericTextbox, { invalid: true }),
7802
+ /* @__PURE__ */ jsx106(NumericTextbox, { invalid: true }),
7743
7803
  /* @__PURE__ */ jsxs43("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
7744
- /* @__PURE__ */ jsx104(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7745
- /* @__PURE__ */ jsx104("span", { className: "k-tooltip-content", children: "Price" }),
7746
- /* @__PURE__ */ jsx104("div", { className: "k-callout k-callout-n" })
7804
+ /* @__PURE__ */ jsx106(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7805
+ /* @__PURE__ */ jsx106("span", { className: "k-tooltip-content", children: "Price" }),
7806
+ /* @__PURE__ */ jsx106("div", { className: "k-callout k-callout-n" })
7747
7807
  ] })
7748
7808
  ] }),
7749
7809
  /* @__PURE__ */ jsxs43("td", { className: "k-table-td", children: [
7750
- /* @__PURE__ */ jsx104(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7751
- /* @__PURE__ */ jsx104("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7810
+ /* @__PURE__ */ jsx106(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7811
+ /* @__PURE__ */ jsx106("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7752
7812
  ] }),
7753
7813
  /* @__PURE__ */ jsxs43("td", { className: "k-table-td k-command-cell", children: [
7754
- /* @__PURE__ */ jsx104(Button, { icon: "check", themeColor: "primary", children: "Update" }),
7755
- /* @__PURE__ */ jsx104(Button, { icon: "cancel", children: "Cancel" })
7814
+ /* @__PURE__ */ jsx106(Button, { icon: "check", themeColor: "primary", children: "Update" }),
7815
+ /* @__PURE__ */ jsx106(Button, { icon: "cancel", children: "Cancel" })
7756
7816
  ] })
7757
7817
  ] }),
7758
7818
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7759
7819
  /* @__PURE__ */ jsxs43("td", { className: "k-table-td k-dirty-cell", children: [
7760
- /* @__PURE__ */ jsx104("span", { className: "k-dirty" }),
7820
+ /* @__PURE__ */ jsx106("span", { className: "k-dirty" }),
7761
7821
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
7762
7822
  ] }),
7763
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "18" }),
7764
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "false" }),
7823
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "18" }),
7824
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "false" }),
7765
7825
  /* @__PURE__ */ jsxs43("td", { className: "k-table-td k-command-cell", children: [
7766
- /* @__PURE__ */ jsx104(Button, { icon: "pencil", children: "Edit" }),
7767
- /* @__PURE__ */ jsx104(Button, { icon: "x", children: "Delete" })
7826
+ /* @__PURE__ */ jsx106(Button, { icon: "pencil", children: "Edit" }),
7827
+ /* @__PURE__ */ jsx106(Button, { icon: "x", children: "Delete" })
7768
7828
  ] })
7769
7829
  ] }),
7770
7830
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7771
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Chang" }),
7772
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "19" }),
7773
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "false" }),
7831
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Chang" }),
7832
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "19" }),
7833
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "false" }),
7774
7834
  /* @__PURE__ */ jsxs43("td", { className: "k-table-td k-command-cell", children: [
7775
- /* @__PURE__ */ jsx104(Button, { icon: "pencil", children: "Edit" }),
7776
- /* @__PURE__ */ jsx104(Button, { icon: "x", children: "Delete" })
7835
+ /* @__PURE__ */ jsx106(Button, { icon: "pencil", children: "Edit" }),
7836
+ /* @__PURE__ */ jsx106(Button, { icon: "x", children: "Delete" })
7777
7837
  ] })
7778
7838
  ] })
7779
7839
  ] })
7780
7840
  ] }) })
7781
7841
  ] }) }),
7782
- /* @__PURE__ */ jsx104("span", { children: "Grouping" }),
7783
- /* @__PURE__ */ jsx104("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7842
+ /* @__PURE__ */ jsx106("span", { children: "Grouping" }),
7843
+ /* @__PURE__ */ jsx106("section", { className: "col-2", children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7784
7844
  /* @__PURE__ */ jsxs43("div", { className: "k-grouping-header", children: [
7785
- /* @__PURE__ */ jsx104("div", { className: "k-grouping-dropclue" }),
7845
+ /* @__PURE__ */ jsx106("div", { className: "k-grouping-dropclue" }),
7786
7846
  /* @__PURE__ */ jsxs43(ChipList, { size: "small", children: [
7787
- /* @__PURE__ */ jsx104(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx104(ChipAction, { type: "remove" }), children: "Price" }),
7788
- /* @__PURE__ */ jsx104(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx104(ChipAction, { type: "remove" }), children: "Name" })
7847
+ /* @__PURE__ */ jsx106(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx106(ChipAction, { type: "remove" }), children: "Price" }),
7848
+ /* @__PURE__ */ jsx106(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx106(ChipAction, { type: "remove" }), children: "Name" })
7789
7849
  ] }),
7790
- /* @__PURE__ */ jsx104("div", { className: "k-grouping-drop-container" })
7850
+ /* @__PURE__ */ jsx106("div", { className: "k-grouping-drop-container" })
7791
7851
  ] }),
7792
- /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7852
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7793
7853
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7794
- /* @__PURE__ */ jsx104("col", { className: "k-group-col" }),
7795
- /* @__PURE__ */ jsx104("col", {}),
7796
- /* @__PURE__ */ jsx104("col", {}),
7797
- /* @__PURE__ */ jsx104("col", {}),
7798
- /* @__PURE__ */ jsx104("col", {})
7854
+ /* @__PURE__ */ jsx106("col", { className: "k-group-col" }),
7855
+ /* @__PURE__ */ jsx106("col", {}),
7856
+ /* @__PURE__ */ jsx106("col", {}),
7857
+ /* @__PURE__ */ jsx106("col", {}),
7858
+ /* @__PURE__ */ jsx106("col", {})
7799
7859
  ] }),
7800
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7801
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7802
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Name" }) }) }) }),
7803
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Price" }) }) }) }),
7804
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Available" }) }) }) }),
7805
- /* @__PURE__ */ jsx104("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx104("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx104("span", { className: "k-link", children: /* @__PURE__ */ jsx104("span", { className: "k-column-title", children: "Units" }) }) }) })
7860
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7861
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7862
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Name" }) }) }) }),
7863
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Price" }) }) }) }),
7864
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Available" }) }) }) }),
7865
+ /* @__PURE__ */ jsx106("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx106("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx106("span", { className: "k-link", children: /* @__PURE__ */ jsx106("span", { className: "k-column-title", children: "Units" }) }) }) })
7806
7866
  ] }) })
7807
7867
  ] }) }) }),
7808
- /* @__PURE__ */ jsx104("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7868
+ /* @__PURE__ */ jsx106("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7809
7869
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7810
- /* @__PURE__ */ jsx104("col", { className: "k-group-col" }),
7811
- /* @__PURE__ */ jsx104("col", {}),
7812
- /* @__PURE__ */ jsx104("col", {}),
7813
- /* @__PURE__ */ jsx104("col", {}),
7814
- /* @__PURE__ */ jsx104("col", {})
7870
+ /* @__PURE__ */ jsx106("col", { className: "k-group-col" }),
7871
+ /* @__PURE__ */ jsx106("col", {}),
7872
+ /* @__PURE__ */ jsx106("col", {}),
7873
+ /* @__PURE__ */ jsx106("col", {}),
7874
+ /* @__PURE__ */ jsx106("col", {})
7815
7875
  ] }),
7816
7876
  /* @__PURE__ */ jsxs43("tbody", { className: "k-table-tbody", children: [
7817
- /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx104("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs43("p", { className: "k-reset", children: [
7818
- /* @__PURE__ */ jsx104(Icon, { icon: "caret-alt-right" }),
7877
+ /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx106("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs43("p", { className: "k-reset", children: [
7878
+ /* @__PURE__ */ jsx106(Icon, { icon: "caret-alt-right" }),
7819
7879
  "Price: 19"
7820
7880
  ] }) }) }),
7821
- /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx104("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs43("p", { className: "k-reset", children: [
7822
- /* @__PURE__ */ jsx104(Icon, { icon: "caret-alt-down" }),
7881
+ /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx106("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs43("p", { className: "k-reset", children: [
7882
+ /* @__PURE__ */ jsx106(Icon, { icon: "caret-alt-down" }),
7823
7883
  "Price: 30"
7824
7884
  ] }) }) }),
7825
7885
  /* @__PURE__ */ jsxs43("tr", { className: "k-table-row", children: [
7826
- /* @__PURE__ */ jsx104("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7827
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "Chai" }),
7828
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "30" }),
7829
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "false" }),
7830
- /* @__PURE__ */ jsx104("td", { className: "k-table-td", children: "15" })
7886
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7887
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "Chai" }),
7888
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "30" }),
7889
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "false" }),
7890
+ /* @__PURE__ */ jsx106("td", { className: "k-table-td", children: "15" })
7831
7891
  ] })
7832
7892
  ] })
7833
7893
  ] }) })