@progress/kendo-themes-html 6.4.0-dev.5 → 6.4.0-dev.6

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 (508) hide show
  1. package/dist/cjs/action-sheet/action-sheet.spec.js +56 -21
  2. package/dist/cjs/action-sheet/tests/action-sheet-calendar-infinite.js +478 -443
  3. package/dist/cjs/action-sheet/tests/action-sheet-calendar.js +404 -369
  4. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +367 -332
  5. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +446 -411
  6. package/dist/cjs/action-sheet/tests/action-sheet-list.js +365 -330
  7. package/dist/cjs/action-sheet/tests/action-sheet-position.js +254 -219
  8. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +266 -231
  9. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +316 -281
  10. package/dist/cjs/action-sheet/tests/action-sheet.js +254 -219
  11. package/dist/cjs/animation-container/animation-container.spec.js +70 -0
  12. package/dist/cjs/chat/tests/chat.js +353 -306
  13. package/dist/cjs/colorpicker/tests/colorpicker-dropdown.js +76 -12
  14. package/dist/cjs/combobox/combobox.spec.js +71 -24
  15. package/dist/cjs/combobox/tests/combobox-flat.js +93 -46
  16. package/dist/cjs/combobox/tests/combobox-opened.js +165 -115
  17. package/dist/cjs/combobox/tests/combobox-outline.js +93 -46
  18. package/dist/cjs/combobox/tests/combobox.js +93 -46
  19. package/dist/cjs/context-menu/tests/context-menu-in-window.js +67 -20
  20. package/dist/cjs/context-menu/tests/context-menu.js +73 -28
  21. package/dist/cjs/datepicker/datepicker.spec.js +239 -192
  22. package/dist/cjs/datepicker/tests/datepicker-adaptive.js +406 -371
  23. package/dist/cjs/datepicker/tests/datepicker-flat.js +261 -214
  24. package/dist/cjs/datepicker/tests/datepicker-opened.js +251 -200
  25. package/dist/cjs/datepicker/tests/datepicker-outline.js +261 -214
  26. package/dist/cjs/datepicker/tests/datepicker.js +261 -214
  27. package/dist/cjs/daterangepicker/daterangepicker.spec.js +67 -20
  28. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +417 -382
  29. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +82 -27
  30. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +91 -44
  31. package/dist/cjs/daterangepicker/tests/daterangepicker.js +89 -42
  32. package/dist/cjs/datetime-selector/tests/datetime-selector.js +72 -10
  33. package/dist/cjs/datetimepicker/datetimepicker.spec.js +312 -265
  34. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +326 -275
  35. package/dist/cjs/datetimepicker/tests/datetimepicker.js +334 -287
  36. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +71 -24
  37. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +93 -46
  38. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +214 -163
  39. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +93 -46
  40. package/dist/cjs/dropdowngrid/tests/dropdowngrid.js +93 -46
  41. package/dist/cjs/dropdownlist/dropdownlist.spec.js +72 -25
  42. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +80 -33
  43. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +85 -38
  44. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +83 -36
  45. package/dist/cjs/dropdownlist/templates/dropdownlist-normal.js +74 -27
  46. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +78 -31
  47. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +333 -298
  48. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +186 -135
  49. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +189 -142
  50. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +191 -140
  51. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +189 -138
  52. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +184 -133
  53. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +205 -154
  54. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +189 -142
  55. package/dist/cjs/dropdownlist/tests/dropdownlist.js +189 -142
  56. package/dist/cjs/dropdowntree/dropdowntree.spec.js +72 -25
  57. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +94 -47
  58. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +142 -91
  59. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +94 -47
  60. package/dist/cjs/dropdowntree/tests/dropdowntree.js +94 -47
  61. package/dist/cjs/editor/editor-toolbar.js +262 -215
  62. package/dist/cjs/editor/tests/editor-find-replace.js +366 -319
  63. package/dist/cjs/editor/tests/editor-table-wizard.js +362 -315
  64. package/dist/cjs/editor/tests/editor.js +480 -426
  65. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +428 -381
  66. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +322 -275
  67. package/dist/cjs/filemanager/tests/filemanager-gridview.js +387 -340
  68. package/dist/cjs/filemanager/tests/filemanager-listview.js +341 -294
  69. package/dist/cjs/filemanager/tests/filemanager-preview.js +440 -393
  70. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +248 -201
  71. package/dist/cjs/filter/tests/filter.js +577 -530
  72. package/dist/cjs/floating-label/tests/floating-label-flat.js +116 -69
  73. package/dist/cjs/floating-label/tests/floating-label-outline.js +116 -69
  74. package/dist/cjs/floating-label/tests/floating-label.js +116 -69
  75. package/dist/cjs/form/tests/form-field-dateinputs.js +442 -395
  76. package/dist/cjs/form/tests/form-field-dropdowns.js +258 -211
  77. package/dist/cjs/form/tests/form-grid-layout.js +224 -177
  78. package/dist/cjs/form/tests/form-sizes.js +246 -199
  79. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +500 -453
  80. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +333 -286
  81. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +331 -284
  82. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +374 -327
  83. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +331 -284
  84. package/dist/cjs/gantt/tests/gantt-react.js +628 -581
  85. package/dist/cjs/gantt/tests/gantt-row-reordering.js +933 -886
  86. package/dist/cjs/gantt/tests/gantt.js +907 -860
  87. package/dist/cjs/grid/tests/grid-adaptive-pager.js +222 -175
  88. package/dist/cjs/grid/tests/grid-adaptive-search.js +254 -207
  89. package/dist/cjs/grid/tests/grid-angular.js +353 -306
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +376 -329
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +307 -260
  92. package/dist/cjs/grid/tests/grid-column-menu.js +376 -329
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +502 -455
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +7212 -0
  95. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +695 -648
  96. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +324 -277
  97. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +322 -275
  98. package/dist/cjs/grid/tests/grid-editing-popup.js +385 -338
  99. package/dist/cjs/grid/tests/grid-editing.js +342 -295
  100. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +114 -78
  101. package/dist/cjs/grid/tests/grid-filter-menu.js +207 -160
  102. package/dist/cjs/grid/tests/grid-filter-row-angular.js +427 -380
  103. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +422 -375
  104. package/dist/cjs/grid/tests/grid-filter-row.js +581 -534
  105. package/dist/cjs/grid/tests/grid-grouping-actions.js +468 -421
  106. package/dist/cjs/grid/tests/grid-grouping.js +473 -426
  107. package/dist/cjs/grid/tests/grid-pager.js +308 -261
  108. package/dist/cjs/grid/tests/grid-row-reordering.js +459 -412
  109. package/dist/cjs/grid/tests/grid-rows-resizing.js +356 -309
  110. package/dist/cjs/grid/tests/grid-rtl-angular.js +308 -261
  111. package/dist/cjs/grid/tests/grid-rtl.js +301 -254
  112. package/dist/cjs/grid/tests/grid-selection-aggregates.js +310 -263
  113. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +561 -514
  114. package/dist/cjs/grid/tests/grid-size-sm.js +561 -514
  115. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +361 -314
  116. package/dist/cjs/grid/tests/grid-toolbar.js +314 -267
  117. package/dist/cjs/grid/tests/grid.js +326 -279
  118. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +385 -338
  119. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +373 -326
  120. package/dist/cjs/imageeditor/tests/imageeditor.js +315 -268
  121. package/dist/cjs/index.js +2770 -2722
  122. package/dist/cjs/listview/listview.spec.js +235 -188
  123. package/dist/cjs/listview/tests/listview-layout.js +282 -235
  124. package/dist/cjs/listview/tests/listview-loading.js +253 -206
  125. package/dist/cjs/listview/tests/listview.js +268 -221
  126. package/dist/cjs/mediaplayer/tests/mediaplayer.js +317 -270
  127. package/dist/cjs/menu/tests/menu-popup-size.js +129 -65
  128. package/dist/cjs/menu/tests/menu.js +141 -94
  129. package/dist/cjs/multiselect/multiselect.spec.js +73 -26
  130. package/dist/cjs/multiselect/tests/multiselect-flat.js +128 -81
  131. package/dist/cjs/multiselect/tests/multiselect-opened.js +103 -52
  132. package/dist/cjs/multiselect/tests/multiselect-outline.js +128 -81
  133. package/dist/cjs/multiselect/tests/multiselect-size.js +92 -45
  134. package/dist/cjs/multiselect/tests/multiselect.js +128 -81
  135. package/dist/cjs/multiselecttree/multiselecttree.spec.js +72 -25
  136. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +127 -80
  137. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +181 -130
  138. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +127 -80
  139. package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +91 -44
  140. package/dist/cjs/multiselecttree/tests/multiselecttree.js +127 -80
  141. package/dist/cjs/notification/tests/notification-jquery.js +66 -30
  142. package/dist/cjs/pager/index.js +216 -169
  143. package/dist/cjs/pager/pager.spec.js +216 -169
  144. package/dist/cjs/pager/tests/pager-responsive.js +236 -189
  145. package/dist/cjs/pager/tests/pager-sizes.js +236 -189
  146. package/dist/cjs/pager/tests/pager.js +226 -179
  147. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +322 -275
  148. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +332 -285
  149. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +318 -271
  150. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +322 -275
  151. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +336 -289
  152. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +342 -295
  153. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +370 -323
  154. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +415 -341
  155. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +424 -377
  156. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +554 -507
  157. package/dist/cjs/pivotgrid/tests/pivotgrid.js +535 -488
  158. package/dist/cjs/popup/popup.spec.js +54 -7
  159. package/dist/cjs/popup/tests/popup-list-grouping.js +146 -99
  160. package/dist/cjs/popup/tests/popup-list.js +154 -107
  161. package/dist/cjs/popup/tests/popup-no-data.js +72 -25
  162. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +302 -255
  163. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +480 -433
  164. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +403 -356
  165. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +348 -301
  166. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +384 -337
  167. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +384 -337
  168. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +440 -393
  169. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +401 -354
  170. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +401 -354
  171. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +556 -509
  172. package/dist/cjs/scheduler/tests/scheduler-angular.js +556 -509
  173. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +506 -459
  174. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +520 -473
  175. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +414 -367
  176. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +324 -277
  177. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +393 -346
  178. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +471 -424
  179. package/dist/cjs/scheduler/tests/scheduler-react-day.js +956 -909
  180. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1891 -1844
  181. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +863 -816
  182. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +777 -730
  183. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1692 -1645
  184. package/dist/cjs/scheduler/tests/scheduler-tooltip.js +76 -31
  185. package/dist/cjs/scheduler/tests/scheduler-year.js +1006 -959
  186. package/dist/cjs/scheduler/tests/scheduler.js +656 -609
  187. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +186 -139
  188. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +287 -240
  189. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +67 -31
  190. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +602 -555
  191. package/dist/cjs/spreadsheet/tests/spreadsheet.js +558 -511
  192. package/dist/cjs/taskboard/tests/taskboard-card.js +319 -272
  193. package/dist/cjs/taskboard/tests/taskboard-pane.js +400 -353
  194. package/dist/cjs/taskboard/tests/taskboard-rtl.js +316 -269
  195. package/dist/cjs/taskboard/tests/taskboard.js +310 -263
  196. package/dist/cjs/time-selector/tests/time-selector.js +89 -25
  197. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +127 -76
  198. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +137 -90
  199. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +115 -68
  200. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +266 -231
  201. package/dist/cjs/timepicker/tests/timepicker-flat.js +135 -88
  202. package/dist/cjs/timepicker/tests/timepicker-opened.js +125 -74
  203. package/dist/cjs/timepicker/tests/timepicker-outline.js +135 -88
  204. package/dist/cjs/timepicker/tests/timepicker.js +135 -88
  205. package/dist/cjs/timepicker/timepicker.spec.js +113 -66
  206. package/dist/cjs/toolbar/tests/toolbar-angular.js +267 -220
  207. package/dist/cjs/toolbar/tests/toolbar-components.js +304 -257
  208. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +101 -37
  209. package/dist/cjs/toolbar/tests/toolbar-popup.js +145 -81
  210. package/dist/cjs/toolbar/tests/toolbar-sizes.js +317 -270
  211. package/dist/cjs/toolbar/tests/toolbar.js +331 -284
  212. package/dist/cjs/toolbar/toolbar-angular.spec.js +232 -185
  213. package/dist/cjs/toolbar/toolbar.spec.js +232 -185
  214. package/dist/cjs/tooltip/tests/tooltip-rtl.js +73 -37
  215. package/dist/cjs/tooltip/tests/tooltip-states.js +73 -28
  216. package/dist/cjs/tooltip/tests/tooltip.js +120 -84
  217. package/dist/cjs/treelist/tests/treelist-editing-popup.js +285 -238
  218. package/dist/cjs/treelist/tests/treelist-react.js +492 -445
  219. package/dist/esm/action-sheet/action-sheet.spec.js +55 -20
  220. package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.js +436 -401
  221. package/dist/esm/action-sheet/tests/action-sheet-calendar.js +367 -332
  222. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +341 -306
  223. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +400 -365
  224. package/dist/esm/action-sheet/tests/action-sheet-list.js +344 -309
  225. package/dist/esm/action-sheet/tests/action-sheet-position.js +242 -207
  226. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +251 -216
  227. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +301 -266
  228. package/dist/esm/action-sheet/tests/action-sheet.js +240 -205
  229. package/dist/esm/animation-container/animation-container.spec.js +48 -0
  230. package/dist/esm/chat/tests/chat.js +322 -275
  231. package/dist/esm/colorpicker/tests/colorpicker-dropdown.js +74 -10
  232. package/dist/esm/combobox/combobox.spec.js +69 -22
  233. package/dist/esm/combobox/tests/combobox-flat.js +89 -42
  234. package/dist/esm/combobox/tests/combobox-opened.js +154 -104
  235. package/dist/esm/combobox/tests/combobox-outline.js +89 -42
  236. package/dist/esm/combobox/tests/combobox.js +89 -42
  237. package/dist/esm/context-menu/tests/context-menu-in-window.js +66 -19
  238. package/dist/esm/context-menu/tests/context-menu.js +72 -27
  239. package/dist/esm/datepicker/datepicker.spec.js +210 -163
  240. package/dist/esm/datepicker/tests/datepicker-adaptive.js +369 -334
  241. package/dist/esm/datepicker/tests/datepicker-flat.js +230 -183
  242. package/dist/esm/datepicker/tests/datepicker-opened.js +220 -169
  243. package/dist/esm/datepicker/tests/datepicker-outline.js +230 -183
  244. package/dist/esm/datepicker/tests/datepicker.js +230 -183
  245. package/dist/esm/daterangepicker/daterangepicker.spec.js +65 -18
  246. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +380 -345
  247. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +80 -25
  248. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +87 -40
  249. package/dist/esm/daterangepicker/tests/daterangepicker.js +87 -40
  250. package/dist/esm/datetime-selector/tests/datetime-selector.js +70 -8
  251. package/dist/esm/datetimepicker/datetimepicker.spec.js +275 -228
  252. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +287 -236
  253. package/dist/esm/datetimepicker/tests/datetimepicker.js +295 -248
  254. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +69 -22
  255. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +89 -42
  256. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +192 -141
  257. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +89 -42
  258. package/dist/esm/dropdowngrid/tests/dropdowngrid.js +89 -42
  259. package/dist/esm/dropdownlist/dropdownlist.spec.js +70 -23
  260. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +76 -29
  261. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +79 -32
  262. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +78 -31
  263. package/dist/esm/dropdownlist/templates/dropdownlist-normal.js +72 -25
  264. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +75 -28
  265. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +318 -283
  266. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +174 -123
  267. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +179 -132
  268. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +177 -126
  269. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +176 -125
  270. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +173 -122
  271. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +195 -144
  272. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +179 -132
  273. package/dist/esm/dropdownlist/tests/dropdownlist.js +179 -132
  274. package/dist/esm/dropdowntree/dropdowntree.spec.js +70 -23
  275. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +90 -43
  276. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +129 -78
  277. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +90 -43
  278. package/dist/esm/dropdowntree/tests/dropdowntree.js +90 -43
  279. package/dist/esm/editor/editor-toolbar.js +251 -204
  280. package/dist/esm/editor/tests/editor-find-replace.js +336 -289
  281. package/dist/esm/editor/tests/editor-table-wizard.js +337 -290
  282. package/dist/esm/editor/tests/editor.js +433 -379
  283. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +404 -357
  284. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +300 -253
  285. package/dist/esm/filemanager/tests/filemanager-gridview.js +350 -303
  286. package/dist/esm/filemanager/tests/filemanager-listview.js +315 -268
  287. package/dist/esm/filemanager/tests/filemanager-preview.js +392 -345
  288. package/dist/esm/filemanager/tests/filemanager-toolbar.js +236 -189
  289. package/dist/esm/filter/tests/filter.js +527 -480
  290. package/dist/esm/floating-label/tests/floating-label-flat.js +112 -65
  291. package/dist/esm/floating-label/tests/floating-label-outline.js +112 -65
  292. package/dist/esm/floating-label/tests/floating-label.js +112 -65
  293. package/dist/esm/form/tests/form-field-dateinputs.js +390 -343
  294. package/dist/esm/form/tests/form-field-dropdowns.js +238 -191
  295. package/dist/esm/form/tests/form-grid-layout.js +210 -163
  296. package/dist/esm/form/tests/form-sizes.js +222 -175
  297. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +446 -399
  298. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +294 -247
  299. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +313 -266
  300. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +346 -299
  301. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +313 -266
  302. package/dist/esm/gantt/tests/gantt-react.js +567 -520
  303. package/dist/esm/gantt/tests/gantt-row-reordering.js +827 -780
  304. package/dist/esm/gantt/tests/gantt.js +801 -754
  305. package/dist/esm/grid/tests/grid-adaptive-pager.js +208 -161
  306. package/dist/esm/grid/tests/grid-adaptive-search.js +244 -197
  307. package/dist/esm/grid/tests/grid-angular.js +309 -262
  308. package/dist/esm/grid/tests/grid-column-menu-rtl.js +325 -278
  309. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +284 -237
  310. package/dist/esm/grid/tests/grid-column-menu.js +325 -278
  311. package/dist/esm/grid/tests/grid-column-reordering-actions.js +455 -408
  312. package/dist/esm/grid/tests/grid-column-reordering.js +7196 -0
  313. package/dist/esm/grid/tests/grid-editing-custom-editor.js +619 -572
  314. package/dist/esm/grid/tests/grid-editing-inline-angular.js +293 -246
  315. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +298 -251
  316. package/dist/esm/grid/tests/grid-editing-popup.js +341 -294
  317. package/dist/esm/grid/tests/grid-editing.js +307 -260
  318. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +104 -68
  319. package/dist/esm/grid/tests/grid-filter-menu.js +195 -148
  320. package/dist/esm/grid/tests/grid-filter-row-angular.js +388 -341
  321. package/dist/esm/grid/tests/grid-filter-row-blazor.js +384 -337
  322. package/dist/esm/grid/tests/grid-filter-row.js +526 -479
  323. package/dist/esm/grid/tests/grid-grouping-actions.js +433 -386
  324. package/dist/esm/grid/tests/grid-grouping.js +427 -380
  325. package/dist/esm/grid/tests/grid-pager.js +272 -225
  326. package/dist/esm/grid/tests/grid-row-reordering.js +428 -381
  327. package/dist/esm/grid/tests/grid-rows-resizing.js +317 -270
  328. package/dist/esm/grid/tests/grid-rtl-angular.js +276 -229
  329. package/dist/esm/grid/tests/grid-rtl.js +272 -225
  330. package/dist/esm/grid/tests/grid-selection-aggregates.js +268 -221
  331. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +497 -450
  332. package/dist/esm/grid/tests/grid-size-sm.js +497 -450
  333. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +336 -289
  334. package/dist/esm/grid/tests/grid-toolbar.js +298 -251
  335. package/dist/esm/grid/tests/grid.js +292 -245
  336. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +362 -315
  337. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +351 -304
  338. package/dist/esm/imageeditor/tests/imageeditor.js +300 -253
  339. package/dist/esm/index.js +2425 -2377
  340. package/dist/esm/listview/listview.spec.js +219 -172
  341. package/dist/esm/listview/tests/listview-layout.js +254 -207
  342. package/dist/esm/listview/tests/listview-loading.js +234 -187
  343. package/dist/esm/listview/tests/listview.js +244 -197
  344. package/dist/esm/mediaplayer/tests/mediaplayer.js +300 -253
  345. package/dist/esm/menu/tests/menu-popup-size.js +127 -63
  346. package/dist/esm/menu/tests/menu.js +132 -85
  347. package/dist/esm/multiselect/multiselect.spec.js +70 -23
  348. package/dist/esm/multiselect/tests/multiselect-flat.js +121 -74
  349. package/dist/esm/multiselect/tests/multiselect-opened.js +94 -43
  350. package/dist/esm/multiselect/tests/multiselect-outline.js +121 -74
  351. package/dist/esm/multiselect/tests/multiselect-size.js +84 -37
  352. package/dist/esm/multiselect/tests/multiselect.js +121 -74
  353. package/dist/esm/multiselecttree/multiselecttree.spec.js +70 -23
  354. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +121 -74
  355. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +167 -116
  356. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +121 -74
  357. package/dist/esm/multiselecttree/tests/multiselecttree-size.js +84 -37
  358. package/dist/esm/multiselecttree/tests/multiselecttree.js +121 -74
  359. package/dist/esm/notification/tests/notification-jquery.js +64 -28
  360. package/dist/esm/pager/index.js +202 -155
  361. package/dist/esm/pager/pager.spec.js +202 -155
  362. package/dist/esm/pager/tests/pager-responsive.js +222 -175
  363. package/dist/esm/pager/tests/pager-sizes.js +222 -175
  364. package/dist/esm/pager/tests/pager.js +212 -165
  365. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +303 -256
  366. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +311 -264
  367. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +296 -249
  368. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +303 -256
  369. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +290 -243
  370. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +319 -272
  371. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +319 -272
  372. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +413 -339
  373. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +367 -320
  374. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +473 -426
  375. package/dist/esm/pivotgrid/tests/pivotgrid.js +461 -414
  376. package/dist/esm/popup/popup.spec.js +54 -7
  377. package/dist/esm/popup/tests/popup-list-grouping.js +128 -81
  378. package/dist/esm/popup/tests/popup-list.js +152 -105
  379. package/dist/esm/popup/tests/popup-no-data.js +70 -23
  380. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +284 -237
  381. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +425 -378
  382. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +384 -337
  383. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +325 -278
  384. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +348 -301
  385. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +348 -301
  386. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +400 -353
  387. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +358 -311
  388. package/dist/esm/scheduler/tests/scheduler-angular-month.js +358 -311
  389. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +505 -458
  390. package/dist/esm/scheduler/tests/scheduler-angular.js +505 -458
  391. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +447 -400
  392. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +460 -413
  393. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +385 -338
  394. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +301 -254
  395. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +353 -306
  396. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +419 -372
  397. package/dist/esm/scheduler/tests/scheduler-react-day.js +846 -799
  398. package/dist/esm/scheduler/tests/scheduler-react-month.js +1282 -1235
  399. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +755 -708
  400. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +687 -640
  401. package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1455
  402. package/dist/esm/scheduler/tests/scheduler-tooltip.js +66 -23
  403. package/dist/esm/scheduler/tests/scheduler-year.js +893 -846
  404. package/dist/esm/scheduler/tests/scheduler.js +579 -532
  405. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +171 -124
  406. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +259 -212
  407. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +60 -24
  408. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +558 -511
  409. package/dist/esm/spreadsheet/tests/spreadsheet.js +518 -471
  410. package/dist/esm/taskboard/tests/taskboard-card.js +284 -237
  411. package/dist/esm/taskboard/tests/taskboard-pane.js +345 -298
  412. package/dist/esm/taskboard/tests/taskboard-rtl.js +280 -233
  413. package/dist/esm/taskboard/tests/taskboard.js +277 -230
  414. package/dist/esm/time-selector/tests/time-selector.js +84 -20
  415. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +116 -65
  416. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +126 -79
  417. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +106 -59
  418. package/dist/esm/timepicker/tests/timepicker-adaptive.js +251 -216
  419. package/dist/esm/timepicker/tests/timepicker-flat.js +125 -78
  420. package/dist/esm/timepicker/tests/timepicker-opened.js +115 -64
  421. package/dist/esm/timepicker/tests/timepicker-outline.js +125 -78
  422. package/dist/esm/timepicker/tests/timepicker.js +125 -78
  423. package/dist/esm/timepicker/timepicker.spec.js +105 -58
  424. package/dist/esm/toolbar/tests/toolbar-angular.js +254 -207
  425. package/dist/esm/toolbar/tests/toolbar-components.js +290 -243
  426. package/dist/esm/toolbar/tests/toolbar-popup-size.js +99 -35
  427. package/dist/esm/toolbar/tests/toolbar-popup.js +143 -79
  428. package/dist/esm/toolbar/tests/toolbar-sizes.js +300 -253
  429. package/dist/esm/toolbar/tests/toolbar.js +314 -267
  430. package/dist/esm/toolbar/toolbar-angular.spec.js +221 -174
  431. package/dist/esm/toolbar/toolbar.spec.js +221 -174
  432. package/dist/esm/tooltip/tests/tooltip-rtl.js +67 -31
  433. package/dist/esm/tooltip/tests/tooltip-states.js +70 -27
  434. package/dist/esm/tooltip/tests/tooltip.js +114 -78
  435. package/dist/esm/treelist/tests/treelist-editing-popup.js +248 -201
  436. package/dist/esm/treelist/tests/treelist-react.js +431 -384
  437. package/dist/types/animation-container/animation-container.spec.d.ts +20 -0
  438. package/dist/types/animation-container/index.d.ts +1 -0
  439. package/dist/types/grid/tests/grid-column-reordering.d.ts +3 -0
  440. package/dist/types/index.d.ts +1 -0
  441. package/dist/types/popup/popup.spec.d.ts +11 -2
  442. package/package.json +2 -2
  443. package/src/action-sheet/action-sheet.spec.tsx +31 -32
  444. package/src/animation-container/animation-container.spec.tsx +59 -0
  445. package/src/animation-container/index.ts +1 -0
  446. package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -15
  447. package/src/combobox/combobox.spec.tsx +1 -1
  448. package/src/combobox/tests/combobox-opened.tsx +3 -0
  449. package/src/context-menu/tests/context-menu-in-window.tsx +10 -12
  450. package/src/context-menu/tests/context-menu.tsx +20 -25
  451. package/src/datepicker/datepicker.spec.tsx +1 -1
  452. package/src/datepicker/tests/datepicker-opened.tsx +4 -0
  453. package/src/daterangepicker/daterangepicker.spec.tsx +1 -1
  454. package/src/daterangepicker/tests/daterangepicker-opened.tsx +6 -0
  455. package/src/datetime-selector/tests/datetime-selector.tsx +8 -12
  456. package/src/datetimepicker/datetimepicker.spec.tsx +1 -1
  457. package/src/datetimepicker/tests/datetimepicker-opened.tsx +4 -0
  458. package/src/dropdowngrid/tests/dropdowngrid-opened.tsx +4 -0
  459. package/src/dropdownlist/dropdownlist.spec.tsx +1 -1
  460. package/src/dropdownlist/tests/dropdownlist-filtering.tsx +4 -0
  461. package/src/dropdownlist/tests/dropdownlist-grouping-filtering.tsx +4 -0
  462. package/src/dropdownlist/tests/dropdownlist-grouping.tsx +4 -0
  463. package/src/dropdownlist/tests/dropdownlist-opened.tsx +6 -2
  464. package/src/dropdownlist/tests/dropdownlist-option-label.tsx +4 -0
  465. package/src/dropdowntree/dropdowntree.spec.tsx +1 -1
  466. package/src/dropdowntree/tests/dropdowntree-opened.tsx +4 -0
  467. package/src/editor/tests/editor.tsx +48 -42
  468. package/src/filemanager/tests/filemanager-contextmenu.tsx +6 -8
  469. package/src/gantt/tests/gantt-react.tsx +1 -1
  470. package/src/gantt/tests/gantt-row-reordering.tsx +1 -1
  471. package/src/gantt/tests/gantt.tsx +1 -1
  472. package/src/grid/tests/grid-angular.tsx +22 -24
  473. package/src/grid/tests/grid-column-menu-rtl.tsx +310 -321
  474. package/src/grid/tests/grid-column-menu-tabbed.tsx +255 -264
  475. package/src/grid/tests/grid-column-menu.tsx +310 -321
  476. package/src/grid/tests/grid-column-reordering-actions.tsx +69 -73
  477. package/src/grid/tests/grid-column-reordering.tsx +247 -0
  478. package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +9 -8
  479. package/src/grid/tests/grid-filter-menu.tsx +3 -2
  480. package/src/grid/tests/grid-grouping-actions.tsx +10 -13
  481. package/src/index.ts +1 -0
  482. package/src/menu/tests/menu-popup-size.tsx +73 -90
  483. package/src/menu/tests/menu.tsx +20 -24
  484. package/src/multiselect/multiselect.spec.tsx +1 -1
  485. package/src/multiselect/tests/multiselect-opened.tsx +4 -0
  486. package/src/multiselecttree/tests/multiselecttree-opened.tsx +4 -0
  487. package/src/notification/tests/notification-jquery.tsx +49 -48
  488. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +211 -227
  489. package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +40 -34
  490. package/src/popup/popup.spec.tsx +25 -5
  491. package/src/popup/tests/popup-list-grouping.tsx +112 -128
  492. package/src/popup/tests/popup-list.tsx +104 -120
  493. package/src/popup/tests/popup-no-data.tsx +22 -30
  494. package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +1 -1
  495. package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +1 -1
  496. package/src/scheduler/tests/scheduler-adaptive-day.tsx +1 -1
  497. package/src/scheduler/tests/scheduler-adaptive-month.tsx +1 -1
  498. package/src/scheduler/tests/scheduler-tooltip.tsx +5 -4
  499. package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +3 -2
  500. package/src/time-selector/tests/time-selector.tsx +34 -39
  501. package/src/timedurationpicker/tests/timedurationpicker-expanded.tsx +4 -0
  502. package/src/timepicker/tests/timepicker-opened.tsx +4 -0
  503. package/src/timepicker/timepicker.spec.tsx +1 -1
  504. package/src/toolbar/tests/toolbar-popup-size.tsx +37 -42
  505. package/src/toolbar/tests/toolbar-popup.tsx +89 -104
  506. package/src/tooltip/tests/tooltip-rtl.tsx +17 -16
  507. package/src/tooltip/tests/tooltip-states.tsx +17 -16
  508. package/src/tooltip/tests/tooltip.tsx +41 -40
@@ -4901,27 +4901,74 @@ var InputSuffix = (props) => {
4901
4901
  return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4902
4902
  };
4903
4903
 
4904
- // src/popup/popup.spec.tsx
4904
+ // src/animation-container/animation-container.spec.tsx
4905
4905
  import { jsx as jsx23 } from "react/jsx-runtime";
4906
- var POPUP_CLASSNAME = `k-popup`;
4906
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4907
4907
  var states16 = [];
4908
4908
  var options15 = {};
4909
- var defaultProps13 = {};
4909
+ var defaultProps13 = {
4910
+ positionMode: "absolute"
4911
+ };
4912
+ var AnimationContainer = (props) => {
4913
+ const {
4914
+ positionMode,
4915
+ animationStyle,
4916
+ offset,
4917
+ ...other
4918
+ } = props;
4919
+ return /* @__PURE__ */ jsx23(
4920
+ "div",
4921
+ {
4922
+ ...other,
4923
+ style: { ...offset, ...props.style },
4924
+ className: classNames(
4925
+ ANIMATION_CONTAINER_CLASSNAME,
4926
+ "k-animation-container-shown",
4927
+ {
4928
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4929
+ }
4930
+ ),
4931
+ children: /* @__PURE__ */ jsx23("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4932
+ }
4933
+ );
4934
+ };
4935
+ AnimationContainer.states = states16;
4936
+ AnimationContainer.options = options15;
4937
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4938
+ AnimationContainer.defaultProps = defaultProps13;
4939
+
4940
+ // src/popup/popup.spec.tsx
4941
+ import { jsx as jsx24 } from "react/jsx-runtime";
4942
+ var POPUP_CLASSNAME = `k-popup`;
4943
+ var states17 = [];
4944
+ var options16 = {};
4945
+ var defaultProps14 = {
4946
+ positionMode: "absolute"
4947
+ };
4910
4948
  var Popup = (props) => {
4911
4949
  const {
4950
+ offset,
4951
+ positionMode,
4912
4952
  ...other
4913
4953
  } = props;
4914
- return /* @__PURE__ */ jsx23("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4954
+ return /* @__PURE__ */ jsx24(
4955
+ AnimationContainer,
4956
+ {
4957
+ positionMode,
4958
+ offset,
4959
+ children: /* @__PURE__ */ jsx24("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4960
+ }
4961
+ );
4915
4962
  };
4916
- Popup.states = states16;
4917
- Popup.options = options15;
4963
+ Popup.states = states17;
4964
+ Popup.options = options16;
4918
4965
  Popup.className = POPUP_CLASSNAME;
4919
- Popup.defaultProps = defaultProps13;
4966
+ Popup.defaultProps = defaultProps14;
4920
4967
 
4921
4968
  // src/dropdownlist/dropdownlist.spec.tsx
4922
- import { Fragment as Fragment10, jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
4969
+ import { Fragment as Fragment10, jsx as jsx25, jsxs as jsxs4 } from "react/jsx-runtime";
4923
4970
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4924
- var states17 = [
4971
+ var states18 = [
4925
4972
  States.hover,
4926
4973
  States.focus,
4927
4974
  States.valid,
@@ -4931,12 +4978,12 @@ var states17 = [
4931
4978
  States.loading,
4932
4979
  States.readonly
4933
4980
  ];
4934
- var options16 = {
4981
+ var options17 = {
4935
4982
  size: [Size.small, Size.medium, Size.large],
4936
4983
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4937
4984
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4938
4985
  };
4939
- var defaultProps14 = {
4986
+ var defaultProps15 = {
4940
4987
  showValue: true,
4941
4988
  arrowIconName: "caret-alt-down",
4942
4989
  size: Size.medium,
@@ -4946,7 +4993,7 @@ var defaultProps14 = {
4946
4993
  var DropdownList = (props) => {
4947
4994
  const {
4948
4995
  valueIconName,
4949
- arrowIconName = defaultProps14.arrowIconName,
4996
+ arrowIconName = defaultProps15.arrowIconName,
4950
4997
  prefix,
4951
4998
  suffix,
4952
4999
  value,
@@ -4962,7 +5009,7 @@ var DropdownList = (props) => {
4962
5009
  loading,
4963
5010
  disabled,
4964
5011
  readonly,
4965
- showValue = defaultProps14.showValue,
5012
+ showValue = defaultProps15.showValue,
4966
5013
  popup,
4967
5014
  opened,
4968
5015
  ...other
@@ -4991,8 +5038,8 @@ var DropdownList = (props) => {
4991
5038
  }
4992
5039
  ),
4993
5040
  children: [
4994
- /* @__PURE__ */ jsx24(InputPrefix, { children: prefix }),
4995
- /* @__PURE__ */ jsx24(
5041
+ /* @__PURE__ */ jsx25(InputPrefix, { children: prefix }),
5042
+ /* @__PURE__ */ jsx25(
4996
5043
  InputInnerSpan,
4997
5044
  {
4998
5045
  placeholder,
@@ -5001,7 +5048,7 @@ var DropdownList = (props) => {
5001
5048
  valueIconName
5002
5049
  }
5003
5050
  ),
5004
- /* @__PURE__ */ jsx24(
5051
+ /* @__PURE__ */ jsx25(
5005
5052
  InputValidationIcon,
5006
5053
  {
5007
5054
  valid,
@@ -5010,15 +5057,15 @@ var DropdownList = (props) => {
5010
5057
  disabled
5011
5058
  }
5012
5059
  ),
5013
- /* @__PURE__ */ jsx24(
5060
+ /* @__PURE__ */ jsx25(
5014
5061
  InputLoadingIcon,
5015
5062
  {
5016
5063
  loading,
5017
5064
  disabled
5018
5065
  }
5019
5066
  ),
5020
- /* @__PURE__ */ jsx24(InputSuffix, { children: suffix }),
5021
- /* @__PURE__ */ jsx24(
5067
+ /* @__PURE__ */ jsx25(InputSuffix, { children: suffix }),
5068
+ /* @__PURE__ */ jsx25(
5022
5069
  Button,
5023
5070
  {
5024
5071
  className: "k-input-button",
@@ -5031,35 +5078,35 @@ var DropdownList = (props) => {
5031
5078
  ]
5032
5079
  }
5033
5080
  ),
5034
- opened && popup && /* @__PURE__ */ jsx24(Popup, { className: "k-dropdownlist-popup", children: popup })
5081
+ opened && popup && /* @__PURE__ */ jsx25(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5035
5082
  ] });
5036
5083
  };
5037
- DropdownList.states = states17;
5038
- DropdownList.options = options16;
5084
+ DropdownList.states = states18;
5085
+ DropdownList.options = options17;
5039
5086
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5040
- DropdownList.defaultProps = defaultProps14;
5087
+ DropdownList.defaultProps = defaultProps15;
5041
5088
 
5042
5089
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5043
- import { jsx as jsx25 } from "react/jsx-runtime";
5090
+ import { jsx as jsx26 } from "react/jsx-runtime";
5044
5091
 
5045
5092
  // src/nodata/nodata.tsx
5046
- import { jsx as jsx26 } from "react/jsx-runtime";
5093
+ import { jsx as jsx27 } from "react/jsx-runtime";
5047
5094
  var className9 = `k-nodata`;
5048
- var NoData = (props) => /* @__PURE__ */ jsx26("span", { className: classNames(className9, props.className), children: props.children });
5095
+ var NoData = (props) => /* @__PURE__ */ jsx27("span", { className: classNames(className9, props.className), children: props.children });
5049
5096
 
5050
5097
  // src/list/list.spec.tsx
5051
- import { jsx as jsx27, jsxs as jsxs5 } from "react/jsx-runtime";
5098
+ import { jsx as jsx28, jsxs as jsxs5 } from "react/jsx-runtime";
5052
5099
  var LIST_CLASSNAME = `k-list`;
5053
- var states18 = [];
5054
- var options17 = {
5100
+ var states19 = [];
5101
+ var options18 = {
5055
5102
  size: [Size.small, Size.medium, Size.large]
5056
5103
  };
5057
- var defaultProps15 = {
5104
+ var defaultProps16 = {
5058
5105
  size: Size.medium
5059
5106
  };
5060
5107
  var List = (props) => {
5061
5108
  const {
5062
- size = defaultProps15.size,
5109
+ size = defaultProps16.size,
5063
5110
  virtualization,
5064
5111
  children,
5065
5112
  optionLabel,
@@ -5076,7 +5123,7 @@ var List = (props) => {
5076
5123
  listHeader = child.props.label;
5077
5124
  child.props.children.map((optChild, index2) => {
5078
5125
  listChildren.push(
5079
- /* @__PURE__ */ jsx27(
5126
+ /* @__PURE__ */ jsx28(
5080
5127
  ListItem,
5081
5128
  {
5082
5129
  ...optChild.props
@@ -5092,7 +5139,7 @@ var List = (props) => {
5092
5139
  groupLabel = child.props.label;
5093
5140
  }
5094
5141
  listChildren.push(
5095
- /* @__PURE__ */ jsx27(
5142
+ /* @__PURE__ */ jsx28(
5096
5143
  ListItem,
5097
5144
  {
5098
5145
  className: index2 === 0 ? "k-first" : "",
@@ -5104,14 +5151,14 @@ var List = (props) => {
5104
5151
  );
5105
5152
  });
5106
5153
  }
5107
- listGroup = /* @__PURE__ */ jsx27(ListGroup, { label: listHeader, virtualization, children: listChildren });
5154
+ listGroup = /* @__PURE__ */ jsx28(ListGroup, { label: listHeader, virtualization, children: listChildren });
5108
5155
  } else if (child.type === ListItem) {
5109
- listChildren.push(/* @__PURE__ */ jsx27(ListItem, { ...child.props }, `${child.type}-${index}`));
5110
- listContent = /* @__PURE__ */ jsx27(ListContent, { virtualization, children: listChildren });
5156
+ listChildren.push(/* @__PURE__ */ jsx28(ListItem, { ...child.props }, `${child.type}-${index}`));
5157
+ listContent = /* @__PURE__ */ jsx28(ListContent, { virtualization, children: listChildren });
5111
5158
  }
5112
5159
  });
5113
5160
  } else {
5114
- listContent = /* @__PURE__ */ jsx27(NoData, { children: "No data found." });
5161
+ listContent = /* @__PURE__ */ jsx28(NoData, { children: "No data found." });
5115
5162
  }
5116
5163
  return /* @__PURE__ */ jsxs5(
5117
5164
  "div",
@@ -5135,24 +5182,24 @@ var List = (props) => {
5135
5182
  }
5136
5183
  );
5137
5184
  };
5138
- List.states = states18;
5139
- List.options = options17;
5185
+ List.states = states19;
5186
+ List.options = options18;
5140
5187
  List.className = LIST_CLASSNAME;
5141
- List.defaultProps = defaultProps15;
5188
+ List.defaultProps = defaultProps16;
5142
5189
 
5143
5190
  // src/list/list-angular.spec.tsx
5144
- import { jsx as jsx28, jsxs as jsxs6 } from "react/jsx-runtime";
5191
+ import { jsx as jsx29, jsxs as jsxs6 } from "react/jsx-runtime";
5145
5192
  var LISTANGULAR_CLASSNAME = `k-list`;
5146
- var states19 = [];
5147
- var options18 = {
5193
+ var states20 = [];
5194
+ var options19 = {
5148
5195
  size: [Size.small, Size.medium, Size.large]
5149
5196
  };
5150
- var defaultProps16 = {
5197
+ var defaultProps17 = {
5151
5198
  size: Size.medium
5152
5199
  };
5153
5200
  var ListAngular = (props) => {
5154
5201
  const {
5155
- size = defaultProps16.size,
5202
+ size = defaultProps17.size,
5156
5203
  virtualization,
5157
5204
  children,
5158
5205
  ...other
@@ -5168,7 +5215,7 @@ var ListAngular = (props) => {
5168
5215
  listHeader = child.props.label;
5169
5216
  child.props.children.map((optChild, index2) => {
5170
5217
  listChildren.push(
5171
- /* @__PURE__ */ jsx28(
5218
+ /* @__PURE__ */ jsx29(
5172
5219
  ListItem,
5173
5220
  {
5174
5221
  ...optChild.props
@@ -5179,7 +5226,7 @@ var ListAngular = (props) => {
5179
5226
  });
5180
5227
  } else {
5181
5228
  listChildren.push(
5182
- /* @__PURE__ */ jsx28(
5229
+ /* @__PURE__ */ jsx29(
5183
5230
  ListGroupItem,
5184
5231
  {
5185
5232
  ...child.props,
@@ -5190,7 +5237,7 @@ var ListAngular = (props) => {
5190
5237
  );
5191
5238
  child.props.children.map((optChild, index2) => {
5192
5239
  listChildren.push(
5193
- /* @__PURE__ */ jsx28(
5240
+ /* @__PURE__ */ jsx29(
5194
5241
  ListItem,
5195
5242
  {
5196
5243
  ...optChild.props
@@ -5200,14 +5247,14 @@ var ListAngular = (props) => {
5200
5247
  );
5201
5248
  });
5202
5249
  }
5203
- listGroup = /* @__PURE__ */ jsx28(ListGroup, { label: listHeader, virtualization, children: listChildren });
5250
+ listGroup = /* @__PURE__ */ jsx29(ListGroup, { label: listHeader, virtualization, children: listChildren });
5204
5251
  } else if (child.type === ListItem) {
5205
- listChildren.push(/* @__PURE__ */ jsx28(ListItem, { ...child.props }, `${child.type}-${index}`));
5206
- listContent = /* @__PURE__ */ jsx28(ListContent, { virtualization, children: listChildren });
5252
+ listChildren.push(/* @__PURE__ */ jsx29(ListItem, { ...child.props }, `${child.type}-${index}`));
5253
+ listContent = /* @__PURE__ */ jsx29(ListContent, { virtualization, children: listChildren });
5207
5254
  }
5208
5255
  });
5209
5256
  } else {
5210
- listContent = /* @__PURE__ */ jsx28(NoData, { children: "No data found." });
5257
+ listContent = /* @__PURE__ */ jsx29(NoData, { children: "No data found." });
5211
5258
  }
5212
5259
  return /* @__PURE__ */ jsxs6(
5213
5260
  "div",
@@ -5230,22 +5277,22 @@ var ListAngular = (props) => {
5230
5277
  }
5231
5278
  );
5232
5279
  };
5233
- ListAngular.states = states19;
5234
- ListAngular.options = options18;
5280
+ ListAngular.states = states20;
5281
+ ListAngular.options = options19;
5235
5282
  ListAngular.className = LISTANGULAR_CLASSNAME;
5236
- ListAngular.defaultProps = defaultProps16;
5283
+ ListAngular.defaultProps = defaultProps17;
5237
5284
 
5238
5285
  // src/list/list-item.spec.tsx
5239
- import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5286
+ import { jsx as jsx30, jsxs as jsxs7 } from "react/jsx-runtime";
5240
5287
  var LISTITEM_CLASSNAME = `k-list-item`;
5241
- var states20 = [
5288
+ var states21 = [
5242
5289
  States.hover,
5243
5290
  States.focus,
5244
5291
  States.selected,
5245
5292
  States.disabled
5246
5293
  ];
5247
- var options19 = {};
5248
- var defaultProps17 = {};
5294
+ var options20 = {};
5295
+ var defaultProps18 = {};
5249
5296
  var ListItem = (props) => {
5250
5297
  const {
5251
5298
  text,
@@ -5276,66 +5323,66 @@ var ListItem = (props) => {
5276
5323
  })
5277
5324
  ),
5278
5325
  children: [
5279
- showCheckbox && /* @__PURE__ */ jsx29(Checkbox, { checked }),
5280
- showIcon && /* @__PURE__ */ jsx29(Icon, { icon: iconName }),
5281
- /* @__PURE__ */ jsx29("span", { className: "k-list-item-text", children: textOrChildren }),
5282
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx29("div", { className: "k-list-item-group-label", children: groupLabel })
5326
+ showCheckbox && /* @__PURE__ */ jsx30(Checkbox, { checked }),
5327
+ showIcon && /* @__PURE__ */ jsx30(Icon, { icon: iconName }),
5328
+ /* @__PURE__ */ jsx30("span", { className: "k-list-item-text", children: textOrChildren }),
5329
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx30("div", { className: "k-list-item-group-label", children: groupLabel })
5283
5330
  ]
5284
5331
  }
5285
5332
  );
5286
5333
  };
5287
- ListItem.states = states20;
5288
- ListItem.options = options19;
5334
+ ListItem.states = states21;
5335
+ ListItem.options = options20;
5289
5336
  ListItem.className = LISTITEM_CLASSNAME;
5290
- ListItem.defaultProps = defaultProps17;
5337
+ ListItem.defaultProps = defaultProps18;
5291
5338
 
5292
5339
  // src/list/list-content.tsx
5293
- import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5340
+ import { jsx as jsx31, jsxs as jsxs8 } from "react/jsx-runtime";
5294
5341
  var className10 = `k-list-content`;
5295
5342
  var ListContent = (props) => {
5296
5343
  const {
5297
5344
  virtualization
5298
5345
  } = props;
5299
5346
  return /* @__PURE__ */ jsxs8("div", { className: classNames(className10, props.className), children: [
5300
- /* @__PURE__ */ jsx30("ul", { className: classNames("k-list-ul"), children: props.children }),
5301
- virtualization && /* @__PURE__ */ jsx30("div", { className: "k-height-container", children: /* @__PURE__ */ jsx30("div", {}) })
5347
+ /* @__PURE__ */ jsx31("ul", { className: classNames("k-list-ul"), children: props.children }),
5348
+ virtualization && /* @__PURE__ */ jsx31("div", { className: "k-height-container", children: /* @__PURE__ */ jsx31("div", {}) })
5302
5349
  ] });
5303
5350
  };
5304
5351
 
5305
5352
  // src/list/list-header.tsx
5306
- import { jsx as jsx31 } from "react/jsx-runtime";
5353
+ import { jsx as jsx32 } from "react/jsx-runtime";
5307
5354
  var className11 = `k-list-group-sticky-header`;
5308
- var ListHeader = (props) => /* @__PURE__ */ jsx31("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx31("div", { className: "k-list-header-text", children: props.children }) });
5355
+ var ListHeader = (props) => /* @__PURE__ */ jsx32("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx32("div", { className: "k-list-header-text", children: props.children }) });
5309
5356
 
5310
5357
  // src/list/list-group.tsx
5311
- import { Fragment as Fragment11, jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
5358
+ import { Fragment as Fragment11, jsx as jsx33, jsxs as jsxs9 } from "react/jsx-runtime";
5312
5359
  var ListGroup = (props) => {
5313
5360
  const {
5314
5361
  virtualization,
5315
5362
  label
5316
5363
  } = props;
5317
5364
  return /* @__PURE__ */ jsxs9(Fragment11, { children: [
5318
- label && /* @__PURE__ */ jsx32(ListHeader, { children: label }),
5319
- props.children && /* @__PURE__ */ jsx32(ListContent, { virtualization, children: props.children })
5365
+ label && /* @__PURE__ */ jsx33(ListHeader, { children: label }),
5366
+ props.children && /* @__PURE__ */ jsx33(ListContent, { virtualization, children: props.children })
5320
5367
  ] });
5321
5368
  };
5322
5369
 
5323
5370
  // src/list/list-group-item.tsx
5324
- import { jsx as jsx33 } from "react/jsx-runtime";
5371
+ import { jsx as jsx34 } from "react/jsx-runtime";
5325
5372
  var className12 = `k-list-group-item`;
5326
- var ListGroupItem = (props) => /* @__PURE__ */ jsx33("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx33("span", { className: "k-list-item-text", children: props.children }) });
5373
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx34("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx34("span", { className: "k-list-item-text", children: props.children }) });
5327
5374
 
5328
5375
  // src/list/list-option-label.tsx
5329
- import { jsx as jsx34 } from "react/jsx-runtime";
5376
+ import { jsx as jsx35 } from "react/jsx-runtime";
5330
5377
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5331
- var states21 = [
5378
+ var states22 = [
5332
5379
  States.hover,
5333
5380
  States.focus,
5334
5381
  States.selected,
5335
5382
  States.disabled
5336
5383
  ];
5337
- var options20 = {};
5338
- var defaultProps18 = {};
5384
+ var options21 = {};
5385
+ var defaultProps19 = {};
5339
5386
  var ListOptionLabel = (props) => {
5340
5387
  const {
5341
5388
  text,
@@ -5345,7 +5392,7 @@ var ListOptionLabel = (props) => {
5345
5392
  disabled,
5346
5393
  ...other
5347
5394
  } = props;
5348
- return /* @__PURE__ */ jsx34(
5395
+ return /* @__PURE__ */ jsx35(
5349
5396
  "div",
5350
5397
  {
5351
5398
  ...other,
@@ -5362,18 +5409,18 @@ var ListOptionLabel = (props) => {
5362
5409
  }
5363
5410
  );
5364
5411
  };
5365
- ListOptionLabel.states = states21;
5366
- ListOptionLabel.options = options20;
5412
+ ListOptionLabel.states = states22;
5413
+ ListOptionLabel.options = options21;
5367
5414
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5368
- ListOptionLabel.defaultProps = defaultProps18;
5415
+ ListOptionLabel.defaultProps = defaultProps19;
5369
5416
 
5370
5417
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5371
- import { jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5418
+ import { jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
5372
5419
 
5373
5420
  // src/searchbox/searchbox.spec.tsx
5374
- import { jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5421
+ import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5375
5422
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5376
- var states22 = [
5423
+ var states23 = [
5377
5424
  States.hover,
5378
5425
  States.focus,
5379
5426
  States.valid,
@@ -5382,12 +5429,12 @@ var states22 = [
5382
5429
  States.disabled,
5383
5430
  States.loading
5384
5431
  ];
5385
- var options21 = {
5432
+ var options22 = {
5386
5433
  size: [Size.small, Size.medium, Size.large],
5387
5434
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5388
5435
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5389
5436
  };
5390
- var defaultProps19 = {
5437
+ var defaultProps20 = {
5391
5438
  showIcon: true,
5392
5439
  icon: "search",
5393
5440
  size: Input.defaultProps.size,
@@ -5408,8 +5455,8 @@ var Searchbox = (props) => {
5408
5455
  required,
5409
5456
  loading,
5410
5457
  disabled,
5411
- showIcon = defaultProps19.showIcon,
5412
- icon = defaultProps19.icon,
5458
+ showIcon = defaultProps20.showIcon,
5459
+ icon = defaultProps20.icon,
5413
5460
  ...other
5414
5461
  } = props;
5415
5462
  return /* @__PURE__ */ jsxs11(
@@ -5428,45 +5475,45 @@ var Searchbox = (props) => {
5428
5475
  disabled,
5429
5476
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5430
5477
  children: [
5431
- showIcon && /* @__PURE__ */ jsx36(Icon, { className: "k-input-icon", icon }),
5432
- /* @__PURE__ */ jsx36(InputInnerInput, { placeholder, value }),
5433
- /* @__PURE__ */ jsx36(InputLoadingIcon, { ...props }),
5434
- /* @__PURE__ */ jsx36(InputValidationIcon, { ...props }),
5435
- /* @__PURE__ */ jsx36(InputClearValue, { ...props })
5478
+ showIcon && /* @__PURE__ */ jsx37(Icon, { className: "k-input-icon", icon }),
5479
+ /* @__PURE__ */ jsx37(InputInnerInput, { placeholder, value }),
5480
+ /* @__PURE__ */ jsx37(InputLoadingIcon, { ...props }),
5481
+ /* @__PURE__ */ jsx37(InputValidationIcon, { ...props }),
5482
+ /* @__PURE__ */ jsx37(InputClearValue, { ...props })
5436
5483
  ]
5437
5484
  }
5438
5485
  );
5439
5486
  };
5440
- Searchbox.states = states22;
5441
- Searchbox.options = options21;
5487
+ Searchbox.states = states23;
5488
+ Searchbox.options = options22;
5442
5489
  Searchbox.className = SEARCHBOX_CLASSNAME;
5443
- Searchbox.defaultProps = defaultProps19;
5490
+ Searchbox.defaultProps = defaultProps20;
5444
5491
 
5445
5492
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5446
- import { Fragment as Fragment12, jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5493
+ import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5447
5494
 
5448
5495
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5449
- import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5496
+ import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5450
5497
 
5451
5498
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5452
- import { Fragment as Fragment13, jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
5499
+ import { Fragment as Fragment13, jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5453
5500
 
5454
5501
  // src/spinbutton/spinbutton.spec.tsx
5455
- import { jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5502
+ import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5456
5503
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5457
- var states23 = [];
5458
- var options22 = {
5504
+ var states24 = [];
5505
+ var options23 = {
5459
5506
  size: [Size.small, Size.medium, Size.large],
5460
5507
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5461
5508
  };
5462
- var defaultProps20 = {
5509
+ var defaultProps21 = {
5463
5510
  size: Size.medium,
5464
5511
  fillMode: FillMode.solid
5465
5512
  };
5466
5513
  var SpinButton = (props) => {
5467
5514
  const {
5468
- size = defaultProps20.size,
5469
- fillMode = defaultProps20.fillMode,
5515
+ size = defaultProps21.size,
5516
+ fillMode = defaultProps21.fillMode,
5470
5517
  ...other
5471
5518
  } = props;
5472
5519
  return /* @__PURE__ */ jsxs15(
@@ -5478,7 +5525,7 @@ var SpinButton = (props) => {
5478
5525
  props.className
5479
5526
  ),
5480
5527
  children: [
5481
- /* @__PURE__ */ jsx40(
5528
+ /* @__PURE__ */ jsx41(
5482
5529
  Button,
5483
5530
  {
5484
5531
  className: "k-spinner-increase",
@@ -5488,7 +5535,7 @@ var SpinButton = (props) => {
5488
5535
  fillMode
5489
5536
  }
5490
5537
  ),
5491
- /* @__PURE__ */ jsx40(
5538
+ /* @__PURE__ */ jsx41(
5492
5539
  Button,
5493
5540
  {
5494
5541
  className: "k-spinner-decrease",
@@ -5502,15 +5549,15 @@ var SpinButton = (props) => {
5502
5549
  }
5503
5550
  );
5504
5551
  };
5505
- SpinButton.states = states23;
5506
- SpinButton.options = options22;
5552
+ SpinButton.states = states24;
5553
+ SpinButton.options = options23;
5507
5554
  SpinButton.className = SPINBUTTON_CLASSNAME;
5508
- SpinButton.defaultProps = defaultProps20;
5555
+ SpinButton.defaultProps = defaultProps21;
5509
5556
 
5510
5557
  // src/numerictextbox/numerictextbox.spec.tsx
5511
- import { jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
5558
+ import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
5512
5559
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5513
- var states24 = [
5560
+ var states25 = [
5514
5561
  States.hover,
5515
5562
  States.focus,
5516
5563
  States.valid,
@@ -5520,12 +5567,12 @@ var states24 = [
5520
5567
  States.disabled,
5521
5568
  States.readonly
5522
5569
  ];
5523
- var options23 = {
5570
+ var options24 = {
5524
5571
  size: [Size.small, Size.medium, Size.large],
5525
5572
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5526
5573
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5527
5574
  };
5528
- var defaultProps21 = {
5575
+ var defaultProps22 = {
5529
5576
  showSpinButton: true,
5530
5577
  showClearButton: true,
5531
5578
  size: Input.defaultProps.size,
@@ -5547,8 +5594,8 @@ var NumericTextbox = (props) => {
5547
5594
  loading,
5548
5595
  disabled,
5549
5596
  readonly,
5550
- showClearButton = defaultProps21.showClearButton,
5551
- showSpinButton = defaultProps21.showSpinButton,
5597
+ showClearButton = defaultProps22.showClearButton,
5598
+ showSpinButton = defaultProps22.showSpinButton,
5552
5599
  ...other
5553
5600
  } = props;
5554
5601
  return /* @__PURE__ */ jsxs16(
@@ -5568,8 +5615,8 @@ var NumericTextbox = (props) => {
5568
5615
  readonly,
5569
5616
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5570
5617
  children: [
5571
- /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5572
- /* @__PURE__ */ jsx41(
5618
+ /* @__PURE__ */ jsx42(InputInnerInput, { placeholder, value }),
5619
+ /* @__PURE__ */ jsx42(
5573
5620
  InputValidationIcon,
5574
5621
  {
5575
5622
  valid,
@@ -5578,14 +5625,14 @@ var NumericTextbox = (props) => {
5578
5625
  disabled
5579
5626
  }
5580
5627
  ),
5581
- /* @__PURE__ */ jsx41(
5628
+ /* @__PURE__ */ jsx42(
5582
5629
  InputLoadingIcon,
5583
5630
  {
5584
5631
  loading,
5585
5632
  disabled
5586
5633
  }
5587
5634
  ),
5588
- showClearButton && /* @__PURE__ */ jsx41(
5635
+ showClearButton && /* @__PURE__ */ jsx42(
5589
5636
  InputClearValue,
5590
5637
  {
5591
5638
  loading,
@@ -5594,7 +5641,7 @@ var NumericTextbox = (props) => {
5594
5641
  value
5595
5642
  }
5596
5643
  ),
5597
- showSpinButton && /* @__PURE__ */ jsx41(
5644
+ showSpinButton && /* @__PURE__ */ jsx42(
5598
5645
  SpinButton,
5599
5646
  {
5600
5647
  className: "k-input-spinner",
@@ -5606,15 +5653,15 @@ var NumericTextbox = (props) => {
5606
5653
  }
5607
5654
  );
5608
5655
  };
5609
- NumericTextbox.states = states24;
5610
- NumericTextbox.options = options23;
5656
+ NumericTextbox.states = states25;
5657
+ NumericTextbox.options = options24;
5611
5658
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5612
- NumericTextbox.defaultProps = defaultProps21;
5659
+ NumericTextbox.defaultProps = defaultProps22;
5613
5660
 
5614
5661
  // src/textbox/textbox.spec.tsx
5615
- import { jsx as jsx42, jsxs as jsxs17 } from "react/jsx-runtime";
5662
+ import { jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
5616
5663
  var TEXTBOX_CLASSNAME = `k-textbox`;
5617
- var states25 = [
5664
+ var states26 = [
5618
5665
  States.hover,
5619
5666
  States.focus,
5620
5667
  States.valid,
@@ -5624,12 +5671,12 @@ var states25 = [
5624
5671
  States.loading,
5625
5672
  States.readonly
5626
5673
  ];
5627
- var options24 = {
5674
+ var options25 = {
5628
5675
  size: [Size.small, Size.medium, Size.large],
5629
5676
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5630
5677
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5631
5678
  };
5632
- var defaultProps22 = {
5679
+ var defaultProps23 = {
5633
5680
  showClearButton: true,
5634
5681
  size: Input.defaultProps.size,
5635
5682
  rounded: Input.defaultProps.rounded,
@@ -5652,7 +5699,7 @@ var Textbox = (props) => {
5652
5699
  loading,
5653
5700
  disabled,
5654
5701
  readonly,
5655
- showClearButton = defaultProps22.showClearButton,
5702
+ showClearButton = defaultProps23.showClearButton,
5656
5703
  ...other
5657
5704
  } = props;
5658
5705
  return /* @__PURE__ */ jsxs17(
@@ -5672,9 +5719,9 @@ var Textbox = (props) => {
5672
5719
  readonly,
5673
5720
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5674
5721
  children: [
5675
- /* @__PURE__ */ jsx42(InputPrefix, { children: prefix }),
5676
- /* @__PURE__ */ jsx42(InputInnerInput, { placeholder, value }),
5677
- /* @__PURE__ */ jsx42(
5722
+ /* @__PURE__ */ jsx43(InputPrefix, { children: prefix }),
5723
+ /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5724
+ /* @__PURE__ */ jsx43(
5678
5725
  InputValidationIcon,
5679
5726
  {
5680
5727
  valid,
@@ -5683,14 +5730,14 @@ var Textbox = (props) => {
5683
5730
  disabled
5684
5731
  }
5685
5732
  ),
5686
- /* @__PURE__ */ jsx42(
5733
+ /* @__PURE__ */ jsx43(
5687
5734
  InputLoadingIcon,
5688
5735
  {
5689
5736
  loading,
5690
5737
  disabled
5691
5738
  }
5692
5739
  ),
5693
- showClearButton && /* @__PURE__ */ jsx42(
5740
+ showClearButton && /* @__PURE__ */ jsx43(
5694
5741
  InputClearValue,
5695
5742
  {
5696
5743
  loading,
@@ -5699,27 +5746,27 @@ var Textbox = (props) => {
5699
5746
  value
5700
5747
  }
5701
5748
  ),
5702
- /* @__PURE__ */ jsx42(InputSuffix, { children: suffix })
5749
+ /* @__PURE__ */ jsx43(InputSuffix, { children: suffix })
5703
5750
  ]
5704
5751
  }
5705
5752
  );
5706
5753
  };
5707
- Textbox.states = states25;
5708
- Textbox.options = options24;
5754
+ Textbox.states = states26;
5755
+ Textbox.options = options25;
5709
5756
  Textbox.className = TEXTBOX_CLASSNAME;
5710
- Textbox.defaultProps = defaultProps22;
5757
+ Textbox.defaultProps = defaultProps23;
5711
5758
 
5712
5759
  // src/pager/pager.spec.tsx
5713
- import { jsx as jsx43, jsxs as jsxs18 } from "react/jsx-runtime";
5760
+ import { jsx as jsx44, jsxs as jsxs18 } from "react/jsx-runtime";
5714
5761
  var PAGER_CLASSNAME = `k-pager`;
5715
- var states26 = [
5762
+ var states27 = [
5716
5763
  States.focus,
5717
5764
  States.disabled
5718
5765
  ];
5719
- var options25 = {
5766
+ var options26 = {
5720
5767
  size: [Size.small, Size.medium, Size.large]
5721
5768
  };
5722
- var defaultProps23 = {
5769
+ var defaultProps24 = {
5723
5770
  size: Size.medium,
5724
5771
  mobile: null,
5725
5772
  type: "numeric",
@@ -5729,12 +5776,12 @@ var defaultProps23 = {
5729
5776
  };
5730
5777
  var Pager = (props) => {
5731
5778
  const {
5732
- size = defaultProps23.size,
5733
- mobile = defaultProps23.mobile,
5734
- type = defaultProps23.type,
5735
- pageSizes = defaultProps23.pageSizes,
5736
- refresh = defaultProps23.refresh,
5737
- info = defaultProps23.info,
5779
+ size = defaultProps24.size,
5780
+ mobile = defaultProps24.mobile,
5781
+ type = defaultProps24.type,
5782
+ pageSizes = defaultProps24.pageSizes,
5783
+ refresh = defaultProps24.refresh,
5784
+ info = defaultProps24.info,
5738
5785
  focus,
5739
5786
  disabled,
5740
5787
  dir,
@@ -5768,7 +5815,7 @@ var Pager = (props) => {
5768
5815
  "k-pager-numbers-wrap"
5769
5816
  ),
5770
5817
  children: [
5771
- /* @__PURE__ */ jsx43(
5818
+ /* @__PURE__ */ jsx44(
5772
5819
  Button,
5773
5820
  {
5774
5821
  className: classNames(
@@ -5782,7 +5829,7 @@ var Pager = (props) => {
5782
5829
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5783
5830
  }
5784
5831
  ),
5785
- /* @__PURE__ */ jsx43(
5832
+ /* @__PURE__ */ jsx44(
5786
5833
  Button,
5787
5834
  {
5788
5835
  className: classNames(
@@ -5795,7 +5842,7 @@ var Pager = (props) => {
5795
5842
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5796
5843
  }
5797
5844
  ),
5798
- /* @__PURE__ */ jsx43(
5845
+ /* @__PURE__ */ jsx44(
5799
5846
  "select",
5800
5847
  {
5801
5848
  className: classNames(
@@ -5808,7 +5855,7 @@ var Pager = (props) => {
5808
5855
  size
5809
5856
  })
5810
5857
  ),
5811
- children: /* @__PURE__ */ jsx43("option", { children: "1" })
5858
+ children: /* @__PURE__ */ jsx44("option", { children: "1" })
5812
5859
  }
5813
5860
  ),
5814
5861
  type === "numeric" && /* @__PURE__ */ jsxs18(
@@ -5818,7 +5865,7 @@ var Pager = (props) => {
5818
5865
  "k-pager-numbers"
5819
5866
  ),
5820
5867
  children: [
5821
- /* @__PURE__ */ jsx43(
5868
+ /* @__PURE__ */ jsx44(
5822
5869
  Button,
5823
5870
  {
5824
5871
  fillMode: "flat",
@@ -5828,7 +5875,7 @@ var Pager = (props) => {
5828
5875
  children: "1"
5829
5876
  }
5830
5877
  ),
5831
- /* @__PURE__ */ jsx43(
5878
+ /* @__PURE__ */ jsx44(
5832
5879
  Button,
5833
5880
  {
5834
5881
  hover: true,
@@ -5839,7 +5886,7 @@ var Pager = (props) => {
5839
5886
  children: "2"
5840
5887
  }
5841
5888
  ),
5842
- /* @__PURE__ */ jsx43(
5889
+ /* @__PURE__ */ jsx44(
5843
5890
  Button,
5844
5891
  {
5845
5892
  focus: true,
@@ -5850,7 +5897,7 @@ var Pager = (props) => {
5850
5897
  children: "3"
5851
5898
  }
5852
5899
  ),
5853
- /* @__PURE__ */ jsx43(
5900
+ /* @__PURE__ */ jsx44(
5854
5901
  Button,
5855
5902
  {
5856
5903
  selected: true,
@@ -5861,7 +5908,7 @@ var Pager = (props) => {
5861
5908
  children: "4"
5862
5909
  }
5863
5910
  ),
5864
- /* @__PURE__ */ jsx43(
5911
+ /* @__PURE__ */ jsx44(
5865
5912
  Button,
5866
5913
  {
5867
5914
  hover: true,
@@ -5873,7 +5920,7 @@ var Pager = (props) => {
5873
5920
  children: "5"
5874
5921
  }
5875
5922
  ),
5876
- /* @__PURE__ */ jsx43(
5923
+ /* @__PURE__ */ jsx44(
5877
5924
  Button,
5878
5925
  {
5879
5926
  selected: true,
@@ -5896,12 +5943,12 @@ var Pager = (props) => {
5896
5943
  ),
5897
5944
  children: [
5898
5945
  "Page",
5899
- /* @__PURE__ */ jsx43(Textbox, { showClearButton: false, size, value: "999" }),
5946
+ /* @__PURE__ */ jsx44(Textbox, { showClearButton: false, size, value: "999" }),
5900
5947
  "of 8"
5901
5948
  ]
5902
5949
  }
5903
5950
  ),
5904
- /* @__PURE__ */ jsx43(
5951
+ /* @__PURE__ */ jsx44(
5905
5952
  Button,
5906
5953
  {
5907
5954
  className: classNames(
@@ -5914,7 +5961,7 @@ var Pager = (props) => {
5914
5961
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
5915
5962
  }
5916
5963
  ),
5917
- /* @__PURE__ */ jsx43(
5964
+ /* @__PURE__ */ jsx44(
5918
5965
  Button,
5919
5966
  {
5920
5967
  className: classNames(
@@ -5937,12 +5984,12 @@ var Pager = (props) => {
5937
5984
  "k-pager-sizes"
5938
5985
  ),
5939
5986
  children: [
5940
- /* @__PURE__ */ jsx43(DropdownList, { value: "20", size }),
5987
+ /* @__PURE__ */ jsx44(DropdownList, { value: "20", size }),
5941
5988
  "items per page"
5942
5989
  ]
5943
5990
  }
5944
5991
  ),
5945
- refresh && /* @__PURE__ */ jsx43(
5992
+ refresh && /* @__PURE__ */ jsx44(
5946
5993
  Button,
5947
5994
  {
5948
5995
  className: classNames(
@@ -5954,7 +6001,7 @@ var Pager = (props) => {
5954
6001
  icon: "arrow-rotate-cw"
5955
6002
  }
5956
6003
  ),
5957
- info && /* @__PURE__ */ jsx43(
6004
+ info && /* @__PURE__ */ jsx44(
5958
6005
  "span",
5959
6006
  {
5960
6007
  className: classNames(
@@ -5967,31 +6014,31 @@ var Pager = (props) => {
5967
6014
  }
5968
6015
  );
5969
6016
  };
5970
- Pager.states = states26;
5971
- Pager.options = options25;
6017
+ Pager.states = states27;
6018
+ Pager.options = options26;
5972
6019
  Pager.className = PAGER_CLASSNAME;
5973
- Pager.defaultProps = defaultProps23;
6020
+ Pager.defaultProps = defaultProps24;
5974
6021
 
5975
6022
  // src/button-group/button-group.spec.tsx
5976
- import { jsx as jsx44 } from "react/jsx-runtime";
6023
+ import { jsx as jsx45 } from "react/jsx-runtime";
5977
6024
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5978
- var states27 = [
6025
+ var states28 = [
5979
6026
  States.disabled
5980
6027
  ];
5981
- var options26 = {
6028
+ var options27 = {
5982
6029
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5983
6030
  };
5984
- var defaultProps24 = {
6031
+ var defaultProps25 = {
5985
6032
  fillMode: FillMode.solid
5986
6033
  };
5987
6034
  var ButtonGroup = (props) => {
5988
6035
  const {
5989
- fillMode = defaultProps24.fillMode,
6036
+ fillMode = defaultProps25.fillMode,
5990
6037
  disabled,
5991
6038
  stretched,
5992
6039
  ...other
5993
6040
  } = props;
5994
- return /* @__PURE__ */ jsx44(
6041
+ return /* @__PURE__ */ jsx45(
5995
6042
  "div",
5996
6043
  {
5997
6044
  ...other,
@@ -6012,28 +6059,28 @@ var ButtonGroup = (props) => {
6012
6059
  }
6013
6060
  );
6014
6061
  };
6015
- ButtonGroup.states = states27;
6016
- ButtonGroup.options = options26;
6062
+ ButtonGroup.states = states28;
6063
+ ButtonGroup.options = options27;
6017
6064
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6018
- ButtonGroup.defaultProps = defaultProps24;
6065
+ ButtonGroup.defaultProps = defaultProps25;
6019
6066
 
6020
6067
  // src/button-group/templates/icon-button-group.tsx
6021
- import { jsx as jsx45, jsxs as jsxs19 } from "react/jsx-runtime";
6068
+ import { jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
6022
6069
 
6023
6070
  // src/button-group/templates/icon-text-button-group.tsx
6024
- import { jsx as jsx46, jsxs as jsxs20 } from "react/jsx-runtime";
6071
+ import { jsx as jsx47, jsxs as jsxs20 } from "react/jsx-runtime";
6025
6072
 
6026
6073
  // src/button-group/templates/text-button-group.tsx
6027
- import { jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
6074
+ import { jsx as jsx48, jsxs as jsxs21 } from "react/jsx-runtime";
6028
6075
 
6029
6076
  // src/button-group/templates/mixed-button-group.tsx
6030
- import { jsx as jsx48, jsxs as jsxs22 } from "react/jsx-runtime";
6077
+ import { jsx as jsx49, jsxs as jsxs22 } from "react/jsx-runtime";
6031
6078
 
6032
6079
  // src/color-preview/color-preview.tsx
6033
- import { jsx as jsx49, jsxs as jsxs23 } from "react/jsx-runtime";
6080
+ import { jsx as jsx50, jsxs as jsxs23 } from "react/jsx-runtime";
6034
6081
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6035
- var states28 = [];
6036
- var options27 = {};
6082
+ var states29 = [];
6083
+ var options28 = {};
6037
6084
  var ColorPreview = (props) => {
6038
6085
  const {
6039
6086
  color,
@@ -6053,8 +6100,8 @@ var ColorPreview = (props) => {
6053
6100
  }
6054
6101
  ),
6055
6102
  children: [
6056
- iconName && /* @__PURE__ */ jsx49(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6057
- /* @__PURE__ */ jsx49(
6103
+ iconName && /* @__PURE__ */ jsx50(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6104
+ /* @__PURE__ */ jsx50(
6058
6105
  "span",
6059
6106
  {
6060
6107
  className: "k-color-preview-mask",
@@ -6065,14 +6112,14 @@ var ColorPreview = (props) => {
6065
6112
  }
6066
6113
  );
6067
6114
  };
6068
- ColorPreview.states = states28;
6069
- ColorPreview.options = options27;
6115
+ ColorPreview.states = states29;
6116
+ ColorPreview.options = options28;
6070
6117
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6071
6118
 
6072
6119
  // src/colorpicker/colorpicker.spec.tsx
6073
- import { jsx as jsx50, jsxs as jsxs24 } from "react/jsx-runtime";
6120
+ import { jsx as jsx51, jsxs as jsxs24 } from "react/jsx-runtime";
6074
6121
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6075
- var states29 = [
6122
+ var states30 = [
6076
6123
  States.hover,
6077
6124
  States.focus,
6078
6125
  States.valid,
@@ -6080,12 +6127,12 @@ var states29 = [
6080
6127
  States.required,
6081
6128
  States.disabled
6082
6129
  ];
6083
- var options28 = {
6130
+ var options29 = {
6084
6131
  size: [Size.small, Size.medium, Size.large],
6085
6132
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6086
6133
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6087
6134
  };
6088
- var defaultProps25 = {
6135
+ var defaultProps26 = {
6089
6136
  arrowIconName: "caret-alt-down",
6090
6137
  size: Picker.defaultProps.size,
6091
6138
  rounded: Picker.defaultProps.rounded,
@@ -6107,7 +6154,7 @@ var ColorPicker = (props) => {
6107
6154
  required,
6108
6155
  disabled,
6109
6156
  valueIconName,
6110
- arrowIconName = defaultProps25.arrowIconName,
6157
+ arrowIconName = defaultProps26.arrowIconName,
6111
6158
  ...other
6112
6159
  } = props;
6113
6160
  return /* @__PURE__ */ jsxs24(
@@ -6129,14 +6176,14 @@ var ColorPicker = (props) => {
6129
6176
  "k-icon-picker"
6130
6177
  ),
6131
6178
  children: [
6132
- /* @__PURE__ */ jsx50(InputPrefix, { children: prefix }),
6133
- /* @__PURE__ */ jsx50(
6179
+ /* @__PURE__ */ jsx51(InputPrefix, { children: prefix }),
6180
+ /* @__PURE__ */ jsx51(
6134
6181
  InputInnerSpan,
6135
6182
  {
6136
6183
  placeholder,
6137
6184
  value,
6138
6185
  showValue: false,
6139
- valueIcon: /* @__PURE__ */ jsx50(
6186
+ valueIcon: /* @__PURE__ */ jsx51(
6140
6187
  ColorPreview,
6141
6188
  {
6142
6189
  className: "k-value-icon",
@@ -6147,8 +6194,8 @@ var ColorPicker = (props) => {
6147
6194
  valueIconName
6148
6195
  }
6149
6196
  ),
6150
- /* @__PURE__ */ jsx50(InputSuffix, { children: suffix }),
6151
- /* @__PURE__ */ jsx50(
6197
+ /* @__PURE__ */ jsx51(InputSuffix, { children: suffix }),
6198
+ /* @__PURE__ */ jsx51(
6152
6199
  Button,
6153
6200
  {
6154
6201
  className: "k-input-button",
@@ -6162,15 +6209,15 @@ var ColorPicker = (props) => {
6162
6209
  }
6163
6210
  );
6164
6211
  };
6165
- ColorPicker.states = states29;
6166
- ColorPicker.options = options28;
6212
+ ColorPicker.states = states30;
6213
+ ColorPicker.options = options29;
6167
6214
  ColorPicker.className = COLORPICKER_CLASSNAME;
6168
- ColorPicker.defaultProps = defaultProps25;
6215
+ ColorPicker.defaultProps = defaultProps26;
6169
6216
 
6170
6217
  // src/combobox/combobox.spec.tsx
6171
- import { Fragment as Fragment14, jsx as jsx51, jsxs as jsxs25 } from "react/jsx-runtime";
6218
+ import { Fragment as Fragment14, jsx as jsx52, jsxs as jsxs25 } from "react/jsx-runtime";
6172
6219
  var COMBOBOX_CLASSNAME = `k-combobox`;
6173
- var states30 = [
6220
+ var states31 = [
6174
6221
  States.hover,
6175
6222
  States.focus,
6176
6223
  States.valid,
@@ -6180,12 +6227,12 @@ var states30 = [
6180
6227
  States.disabled,
6181
6228
  States.readonly
6182
6229
  ];
6183
- var defaultProps26 = {
6230
+ var defaultProps27 = {
6184
6231
  size: Input.defaultProps.size,
6185
6232
  rounded: Input.defaultProps.rounded,
6186
6233
  fillMode: Input.defaultProps.fillMode
6187
6234
  };
6188
- var options29 = {
6235
+ var options30 = {
6189
6236
  size: [Size.small, Size.medium, Size.large],
6190
6237
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6191
6238
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6229,9 +6276,9 @@ var Combobox = (props) => {
6229
6276
  readonly,
6230
6277
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6231
6278
  children: [
6232
- /* @__PURE__ */ jsx51(InputPrefix, { children: prefix }),
6233
- /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
6234
- /* @__PURE__ */ jsx51(
6279
+ /* @__PURE__ */ jsx52(InputPrefix, { children: prefix }),
6280
+ /* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
6281
+ /* @__PURE__ */ jsx52(
6235
6282
  InputValidationIcon,
6236
6283
  {
6237
6284
  valid,
@@ -6240,14 +6287,14 @@ var Combobox = (props) => {
6240
6287
  disabled
6241
6288
  }
6242
6289
  ),
6243
- /* @__PURE__ */ jsx51(
6290
+ /* @__PURE__ */ jsx52(
6244
6291
  InputLoadingIcon,
6245
6292
  {
6246
6293
  loading,
6247
6294
  disabled
6248
6295
  }
6249
6296
  ),
6250
- /* @__PURE__ */ jsx51(
6297
+ /* @__PURE__ */ jsx52(
6251
6298
  InputClearValue,
6252
6299
  {
6253
6300
  loading,
@@ -6256,8 +6303,8 @@ var Combobox = (props) => {
6256
6303
  value
6257
6304
  }
6258
6305
  ),
6259
- /* @__PURE__ */ jsx51(InputSuffix, { children: suffix }),
6260
- /* @__PURE__ */ jsx51(
6306
+ /* @__PURE__ */ jsx52(InputSuffix, { children: suffix }),
6307
+ /* @__PURE__ */ jsx52(
6261
6308
  Button,
6262
6309
  {
6263
6310
  className: "k-input-button",
@@ -6270,25 +6317,25 @@ var Combobox = (props) => {
6270
6317
  ]
6271
6318
  }
6272
6319
  ),
6273
- opened && popup && /* @__PURE__ */ jsx51(Popup, { className: "k-combobox-popup", children: popup })
6320
+ opened && popup && /* @__PURE__ */ jsx52(Popup, { className: "k-list-container k-combobox-popup", children: popup })
6274
6321
  ] });
6275
6322
  };
6276
- Combobox.states = states30;
6277
- Combobox.options = options29;
6323
+ Combobox.states = states31;
6324
+ Combobox.options = options30;
6278
6325
  Combobox.className = COMBOBOX_CLASSNAME;
6279
- Combobox.defaultProps = defaultProps26;
6326
+ Combobox.defaultProps = defaultProps27;
6280
6327
 
6281
6328
  // src/menu-button/menu-button.spec.tsx
6282
- import { jsx as jsx52 } from "react/jsx-runtime";
6329
+ import { jsx as jsx53 } from "react/jsx-runtime";
6283
6330
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6284
- var states31 = [
6331
+ var states32 = [
6285
6332
  States.hover,
6286
6333
  States.focus,
6287
6334
  States.active,
6288
6335
  States.selected,
6289
6336
  States.disabled
6290
6337
  ];
6291
- var options30 = {
6338
+ var options31 = {
6292
6339
  size: [Size.small, Size.medium, Size.large],
6293
6340
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6294
6341
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6306,7 +6353,7 @@ var options30 = {
6306
6353
  ThemeColor.inverse
6307
6354
  ]
6308
6355
  };
6309
- var defaultProps27 = {
6356
+ var defaultProps28 = {
6310
6357
  size: Size.medium,
6311
6358
  rounded: Roundness.medium,
6312
6359
  fillMode: FillMode.solid,
@@ -6316,10 +6363,10 @@ var defaultProps27 = {
6316
6363
  };
6317
6364
  var MenuButton = (props) => {
6318
6365
  const {
6319
- size = defaultProps27.size,
6320
- rounded = defaultProps27.rounded,
6321
- fillMode = defaultProps27.fillMode,
6322
- themeColor = defaultProps27.themeColor,
6366
+ size = defaultProps28.size,
6367
+ rounded = defaultProps28.rounded,
6368
+ fillMode = defaultProps28.fillMode,
6369
+ themeColor = defaultProps28.themeColor,
6323
6370
  hover,
6324
6371
  focus,
6325
6372
  active,
@@ -6327,11 +6374,11 @@ var MenuButton = (props) => {
6327
6374
  disabled,
6328
6375
  icon,
6329
6376
  text,
6330
- showArrow = defaultProps27.showArrow,
6331
- arrowIconName = defaultProps27.arrowIconName,
6377
+ showArrow = defaultProps28.showArrow,
6378
+ arrowIconName = defaultProps28.arrowIconName,
6332
6379
  ...other
6333
6380
  } = props;
6334
- return /* @__PURE__ */ jsx52(
6381
+ return /* @__PURE__ */ jsx53(
6335
6382
  Button,
6336
6383
  {
6337
6384
  ...other,
@@ -6355,22 +6402,22 @@ var MenuButton = (props) => {
6355
6402
  }
6356
6403
  );
6357
6404
  };
6358
- MenuButton.states = states31;
6359
- MenuButton.options = options30;
6405
+ MenuButton.states = states32;
6406
+ MenuButton.options = options31;
6360
6407
  MenuButton.className = MENUBUTTON_CLASSNAME;
6361
- MenuButton.defaultProps = defaultProps27;
6408
+ MenuButton.defaultProps = defaultProps28;
6362
6409
 
6363
6410
  // src/split-button/split-button.spec.tsx
6364
- import { jsx as jsx53, jsxs as jsxs26 } from "react/jsx-runtime";
6411
+ import { jsx as jsx54, jsxs as jsxs26 } from "react/jsx-runtime";
6365
6412
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6366
- var states32 = [
6413
+ var states33 = [
6367
6414
  States.hover,
6368
6415
  States.focus,
6369
6416
  States.active,
6370
6417
  States.selected,
6371
6418
  States.disabled
6372
6419
  ];
6373
- var options31 = {
6420
+ var options32 = {
6374
6421
  size: [Size.small, Size.medium, Size.large],
6375
6422
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6376
6423
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6388,7 +6435,7 @@ var options31 = {
6388
6435
  ThemeColor.inverse
6389
6436
  ]
6390
6437
  };
6391
- var defaultProps28 = {
6438
+ var defaultProps29 = {
6392
6439
  size: Size.medium,
6393
6440
  rounded: Roundness.medium,
6394
6441
  fillMode: FillMode.solid,
@@ -6397,10 +6444,10 @@ var defaultProps28 = {
6397
6444
  };
6398
6445
  var SplitButton = (props) => {
6399
6446
  const {
6400
- size = defaultProps28.size,
6401
- rounded = defaultProps28.rounded,
6402
- fillMode = defaultProps28.fillMode,
6403
- themeColor = defaultProps28.themeColor,
6447
+ size = defaultProps29.size,
6448
+ rounded = defaultProps29.rounded,
6449
+ fillMode = defaultProps29.fillMode,
6450
+ themeColor = defaultProps29.themeColor,
6404
6451
  hover,
6405
6452
  focus,
6406
6453
  active,
@@ -6408,7 +6455,7 @@ var SplitButton = (props) => {
6408
6455
  disabled,
6409
6456
  icon,
6410
6457
  text,
6411
- arrowIconName = defaultProps28.arrowIconName,
6458
+ arrowIconName = defaultProps29.arrowIconName,
6412
6459
  ...other
6413
6460
  } = props;
6414
6461
  return /* @__PURE__ */ jsxs26(
@@ -6424,7 +6471,7 @@ var SplitButton = (props) => {
6424
6471
  })
6425
6472
  ),
6426
6473
  children: [
6427
- /* @__PURE__ */ jsx53(
6474
+ /* @__PURE__ */ jsx54(
6428
6475
  Button,
6429
6476
  {
6430
6477
  text,
@@ -6441,7 +6488,7 @@ var SplitButton = (props) => {
6441
6488
  children: props.children
6442
6489
  }
6443
6490
  ),
6444
- /* @__PURE__ */ jsx53(
6491
+ /* @__PURE__ */ jsx54(
6445
6492
  Button,
6446
6493
  {
6447
6494
  className: "k-split-button-arrow",
@@ -6456,27 +6503,27 @@ var SplitButton = (props) => {
6456
6503
  }
6457
6504
  );
6458
6505
  };
6459
- SplitButton.states = states32;
6460
- SplitButton.options = options31;
6506
+ SplitButton.states = states33;
6507
+ SplitButton.options = options32;
6461
6508
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6462
- SplitButton.defaultProps = defaultProps28;
6509
+ SplitButton.defaultProps = defaultProps29;
6463
6510
  var split_button_spec_default = SplitButton;
6464
6511
 
6465
6512
  // src/toolbar/toolbar.spec.tsx
6466
- import { jsx as jsx54 } from "react/jsx-runtime";
6513
+ import { jsx as jsx55 } from "react/jsx-runtime";
6467
6514
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6468
- var states33 = [
6515
+ var states34 = [
6469
6516
  States.focus
6470
6517
  ];
6471
- var options32 = {
6518
+ var options33 = {
6472
6519
  size: [Size.small, Size.medium, Size.large]
6473
6520
  };
6474
- var defaultProps29 = {
6521
+ var defaultProps30 = {
6475
6522
  size: Size.medium
6476
6523
  };
6477
6524
  var Toolbar = (props) => {
6478
6525
  const {
6479
- size = defaultProps29.size,
6526
+ size = defaultProps30.size,
6480
6527
  focus,
6481
6528
  resizable,
6482
6529
  ...other
@@ -6486,7 +6533,7 @@ var Toolbar = (props) => {
6486
6533
  const tempToolbarChildren = [];
6487
6534
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6488
6535
  tempToolbarChildren.push(
6489
- /* @__PURE__ */ jsx54(
6536
+ /* @__PURE__ */ jsx55(
6490
6537
  Button,
6491
6538
  {
6492
6539
  ...child.props,
@@ -6497,7 +6544,7 @@ var Toolbar = (props) => {
6497
6544
  );
6498
6545
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6499
6546
  tempToolbarChildren.push(
6500
- /* @__PURE__ */ jsx54(
6547
+ /* @__PURE__ */ jsx55(
6501
6548
  Button,
6502
6549
  {
6503
6550
  ...child.props,
@@ -6508,7 +6555,7 @@ var Toolbar = (props) => {
6508
6555
  );
6509
6556
  } else if (child.type === Button) {
6510
6557
  tempToolbarChildren.push(
6511
- /* @__PURE__ */ jsx54(
6558
+ /* @__PURE__ */ jsx55(
6512
6559
  Button,
6513
6560
  {
6514
6561
  ...child.props,
@@ -6519,7 +6566,7 @@ var Toolbar = (props) => {
6519
6566
  );
6520
6567
  } else if (child.type === MenuButton) {
6521
6568
  tempToolbarChildren.push(
6522
- /* @__PURE__ */ jsx54(
6569
+ /* @__PURE__ */ jsx55(
6523
6570
  MenuButton,
6524
6571
  {
6525
6572
  ...child.props,
@@ -6530,7 +6577,7 @@ var Toolbar = (props) => {
6530
6577
  );
6531
6578
  } else if (child.type === split_button_spec_default) {
6532
6579
  tempToolbarChildren.push(
6533
- /* @__PURE__ */ jsx54(
6580
+ /* @__PURE__ */ jsx55(
6534
6581
  split_button_spec_default,
6535
6582
  {
6536
6583
  ...child.props,
@@ -6544,7 +6591,7 @@ var Toolbar = (props) => {
6544
6591
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6545
6592
  childrenArray.forEach((button, bindex) => {
6546
6593
  buttonGroupItems.push(
6547
- /* @__PURE__ */ jsx54(
6594
+ /* @__PURE__ */ jsx55(
6548
6595
  Button,
6549
6596
  {
6550
6597
  ...button.props,
@@ -6555,7 +6602,7 @@ var Toolbar = (props) => {
6555
6602
  );
6556
6603
  });
6557
6604
  tempToolbarChildren.push(
6558
- /* @__PURE__ */ jsx54(
6605
+ /* @__PURE__ */ jsx55(
6559
6606
  ButtonGroup,
6560
6607
  {
6561
6608
  ...child.props,
@@ -6567,7 +6614,7 @@ var Toolbar = (props) => {
6567
6614
  );
6568
6615
  } else if (child.type === Combobox) {
6569
6616
  tempToolbarChildren.push(
6570
- /* @__PURE__ */ jsx54(
6617
+ /* @__PURE__ */ jsx55(
6571
6618
  Combobox,
6572
6619
  {
6573
6620
  ...child.props,
@@ -6578,7 +6625,7 @@ var Toolbar = (props) => {
6578
6625
  );
6579
6626
  } else if (child.type === DropdownList) {
6580
6627
  tempToolbarChildren.push(
6581
- /* @__PURE__ */ jsx54(
6628
+ /* @__PURE__ */ jsx55(
6582
6629
  DropdownList,
6583
6630
  {
6584
6631
  ...child.props,
@@ -6589,7 +6636,7 @@ var Toolbar = (props) => {
6589
6636
  );
6590
6637
  } else if (child.type === ColorPicker) {
6591
6638
  tempToolbarChildren.push(
6592
- /* @__PURE__ */ jsx54(
6639
+ /* @__PURE__ */ jsx55(
6593
6640
  ColorPicker,
6594
6641
  {
6595
6642
  ...child.props,
@@ -6611,7 +6658,7 @@ var Toolbar = (props) => {
6611
6658
  addUniqueToolClass(child, index);
6612
6659
  });
6613
6660
  }
6614
- return /* @__PURE__ */ jsx54(
6661
+ return /* @__PURE__ */ jsx55(
6615
6662
  "div",
6616
6663
  {
6617
6664
  ...other,
@@ -6632,26 +6679,26 @@ var Toolbar = (props) => {
6632
6679
  }
6633
6680
  );
6634
6681
  };
6635
- Toolbar.states = states33;
6636
- Toolbar.options = options32;
6682
+ Toolbar.states = states34;
6683
+ Toolbar.options = options33;
6637
6684
  Toolbar.className = TOOLBAR_CLASSNAME;
6638
- Toolbar.defaultProps = defaultProps29;
6685
+ Toolbar.defaultProps = defaultProps30;
6639
6686
 
6640
6687
  // src/toolbar/toolbar-angular.spec.tsx
6641
- import { jsx as jsx55 } from "react/jsx-runtime";
6688
+ import { jsx as jsx56 } from "react/jsx-runtime";
6642
6689
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6643
- var states34 = [
6690
+ var states35 = [
6644
6691
  States.focus
6645
6692
  ];
6646
- var options33 = {
6693
+ var options34 = {
6647
6694
  size: [Size.small, Size.medium, Size.large]
6648
6695
  };
6649
- var defaultProps30 = {
6696
+ var defaultProps31 = {
6650
6697
  size: Size.medium
6651
6698
  };
6652
6699
  var ToolbarAngular = (props) => {
6653
6700
  const {
6654
- size = defaultProps30.size,
6701
+ size = defaultProps31.size,
6655
6702
  focus,
6656
6703
  resizable,
6657
6704
  ...other
@@ -6661,7 +6708,7 @@ var ToolbarAngular = (props) => {
6661
6708
  const tempToolbarChildren = [];
6662
6709
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6663
6710
  tempToolbarChildren.push(
6664
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6711
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6665
6712
  Button,
6666
6713
  {
6667
6714
  ...child.props,
@@ -6672,7 +6719,7 @@ var ToolbarAngular = (props) => {
6672
6719
  );
6673
6720
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6674
6721
  tempToolbarChildren.push(
6675
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6722
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6676
6723
  Button,
6677
6724
  {
6678
6725
  ...child.props,
@@ -6683,7 +6730,7 @@ var ToolbarAngular = (props) => {
6683
6730
  );
6684
6731
  } else if (child.type === Button) {
6685
6732
  tempToolbarChildren.push(
6686
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6733
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6687
6734
  Button,
6688
6735
  {
6689
6736
  ...child.props,
@@ -6694,7 +6741,7 @@ var ToolbarAngular = (props) => {
6694
6741
  );
6695
6742
  } else if (child.type === MenuButton) {
6696
6743
  tempToolbarChildren.push(
6697
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6744
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6698
6745
  MenuButton,
6699
6746
  {
6700
6747
  ...child.props,
@@ -6705,7 +6752,7 @@ var ToolbarAngular = (props) => {
6705
6752
  );
6706
6753
  } else if (child.type === split_button_spec_default) {
6707
6754
  tempToolbarChildren.push(
6708
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6755
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6709
6756
  split_button_spec_default,
6710
6757
  {
6711
6758
  ...child.props,
@@ -6719,7 +6766,7 @@ var ToolbarAngular = (props) => {
6719
6766
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6720
6767
  childrenArray.forEach((button, bindex) => {
6721
6768
  buttonGroupItems.push(
6722
- /* @__PURE__ */ jsx55(
6769
+ /* @__PURE__ */ jsx56(
6723
6770
  Button,
6724
6771
  {
6725
6772
  ...button.props,
@@ -6730,7 +6777,7 @@ var ToolbarAngular = (props) => {
6730
6777
  );
6731
6778
  });
6732
6779
  tempToolbarChildren.push(
6733
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6780
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6734
6781
  ButtonGroup,
6735
6782
  {
6736
6783
  ...child.props,
@@ -6742,7 +6789,7 @@ var ToolbarAngular = (props) => {
6742
6789
  );
6743
6790
  } else if (child.type === Combobox) {
6744
6791
  tempToolbarChildren.push(
6745
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6792
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6746
6793
  Combobox,
6747
6794
  {
6748
6795
  ...child.props,
@@ -6753,7 +6800,7 @@ var ToolbarAngular = (props) => {
6753
6800
  );
6754
6801
  } else if (child.type === DropdownList) {
6755
6802
  tempToolbarChildren.push(
6756
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6803
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6757
6804
  DropdownList,
6758
6805
  {
6759
6806
  ...child.props,
@@ -6764,7 +6811,7 @@ var ToolbarAngular = (props) => {
6764
6811
  );
6765
6812
  } else if (child.type === ColorPicker) {
6766
6813
  tempToolbarChildren.push(
6767
- /* @__PURE__ */ jsx55("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx55(
6814
+ /* @__PURE__ */ jsx56("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx56(
6768
6815
  ColorPicker,
6769
6816
  {
6770
6817
  ...child.props,
@@ -6786,7 +6833,7 @@ var ToolbarAngular = (props) => {
6786
6833
  addUniqueToolClass(child, index);
6787
6834
  });
6788
6835
  }
6789
- return /* @__PURE__ */ jsx55(
6836
+ return /* @__PURE__ */ jsx56(
6790
6837
  "div",
6791
6838
  {
6792
6839
  ...other,
@@ -6807,28 +6854,28 @@ var ToolbarAngular = (props) => {
6807
6854
  }
6808
6855
  );
6809
6856
  };
6810
- ToolbarAngular.states = states34;
6811
- ToolbarAngular.options = options33;
6857
+ ToolbarAngular.states = states35;
6858
+ ToolbarAngular.options = options34;
6812
6859
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6813
- ToolbarAngular.defaultProps = defaultProps30;
6860
+ ToolbarAngular.defaultProps = defaultProps31;
6814
6861
 
6815
6862
  // src/toolbar/toolbar-separator.tsx
6816
- import { jsx as jsx56 } from "react/jsx-runtime";
6863
+ import { jsx as jsx57 } from "react/jsx-runtime";
6817
6864
 
6818
6865
  // src/toolbar/toolbar-item.spec.tsx
6819
- import { jsx as jsx57 } from "react/jsx-runtime";
6866
+ import { jsx as jsx58 } from "react/jsx-runtime";
6820
6867
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6821
- var states35 = [
6868
+ var states36 = [
6822
6869
  States.focus
6823
6870
  ];
6824
- var options34 = {};
6825
- var defaultProps31 = {};
6871
+ var options35 = {};
6872
+ var defaultProps32 = {};
6826
6873
  var ToolbarItem = (props) => {
6827
6874
  const {
6828
6875
  focus,
6829
6876
  ...other
6830
6877
  } = props;
6831
- return /* @__PURE__ */ jsx57(
6878
+ return /* @__PURE__ */ jsx58(
6832
6879
  "div",
6833
6880
  {
6834
6881
  ...other,
@@ -6843,13 +6890,13 @@ var ToolbarItem = (props) => {
6843
6890
  }
6844
6891
  );
6845
6892
  };
6846
- ToolbarItem.states = states35;
6847
- ToolbarItem.options = options34;
6893
+ ToolbarItem.states = states36;
6894
+ ToolbarItem.options = options35;
6848
6895
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6849
- ToolbarItem.defaultProps = defaultProps31;
6896
+ ToolbarItem.defaultProps = defaultProps32;
6850
6897
 
6851
6898
  // src/grid/tests/grid-size-sm-comp-sm.tsx
6852
- import { Fragment as Fragment15, jsx as jsx58, jsxs as jsxs27 } from "react/jsx-runtime";
6899
+ import { Fragment as Fragment15, jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
6853
6900
  var styles = `
6854
6901
  .k-grouping-header .k-grouping-dropclue {
6855
6902
  left: 0;
@@ -6859,274 +6906,274 @@ var styles = `
6859
6906
  }
6860
6907
  `;
6861
6908
  var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ jsxs27(Fragment15, { children: [
6862
- /* @__PURE__ */ jsx58("style", { children: styles }),
6909
+ /* @__PURE__ */ jsx59("style", { children: styles }),
6863
6910
  /* @__PURE__ */ jsxs27("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6864
- /* @__PURE__ */ jsx58("span", { className: "col-2", children: "Grid" }),
6865
- /* @__PURE__ */ jsx58("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
6866
- /* @__PURE__ */ jsx58("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx58("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6911
+ /* @__PURE__ */ jsx59("span", { className: "col-2", children: "Grid" }),
6912
+ /* @__PURE__ */ jsx59("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
6913
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx59("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6867
6914
  /* @__PURE__ */ jsxs27("colgroup", { children: [
6868
- /* @__PURE__ */ jsx58("col", { style: { width: "100px" } }),
6869
- /* @__PURE__ */ jsx58("col", {})
6915
+ /* @__PURE__ */ jsx59("col", { style: { width: "100px" } }),
6916
+ /* @__PURE__ */ jsx59("col", {})
6870
6917
  ] }),
6871
- /* @__PURE__ */ jsx58("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
6872
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "100px" }) }) }) }),
6873
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "no width" }) }) }) })
6918
+ /* @__PURE__ */ jsx59("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
6919
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "100px" }) }) }) }),
6920
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "no width" }) }) }) })
6874
6921
  ] }) })
6875
6922
  ] }) }) }),
6876
- /* @__PURE__ */ jsx58("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", children: [
6923
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", children: [
6877
6924
  /* @__PURE__ */ jsxs27("colgroup", { children: [
6878
- /* @__PURE__ */ jsx58("col", { style: { width: "100px" } }),
6879
- /* @__PURE__ */ jsx58("col", {})
6925
+ /* @__PURE__ */ jsx59("col", { style: { width: "100px" } }),
6926
+ /* @__PURE__ */ jsx59("col", {})
6880
6927
  ] }),
6881
6928
  /* @__PURE__ */ jsxs27("tbody", { className: "k-table-tbody", children: [
6882
6929
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
6883
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "1" }),
6884
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Row" })
6930
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "1" }),
6931
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Row" })
6885
6932
  ] }),
6886
6933
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6887
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "2" }),
6888
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Alt row" })
6934
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "2" }),
6935
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Alt row" })
6889
6936
  ] }),
6890
6937
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
6891
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "3" }),
6892
- /* @__PURE__ */ jsx58("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." })
6938
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "3" }),
6939
+ /* @__PURE__ */ jsx59("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." })
6893
6940
  ] }),
6894
6941
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6895
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "4" }),
6896
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: /* @__PURE__ */ jsx58("span", { className: "k-placeholder-line" }) })
6942
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "4" }),
6943
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: /* @__PURE__ */ jsx59("span", { className: "k-placeholder-line" }) })
6897
6944
  ] }),
6898
6945
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
6899
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "5" }),
6900
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: /* @__PURE__ */ jsx58("span", { className: "k-placeholder-line" }) })
6946
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "5" }),
6947
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: /* @__PURE__ */ jsx59("span", { className: "k-placeholder-line" }) })
6901
6948
  ] })
6902
6949
  ] })
6903
6950
  ] }) }),
6904
- /* @__PURE__ */ jsx58(Pager, { className: "k-grid-pager", size: "small" })
6951
+ /* @__PURE__ */ jsx59(Pager, { className: "k-grid-pager", size: "small" })
6905
6952
  ] }) }),
6906
- /* @__PURE__ */ jsx58("span", { className: "col-2", children: "Filtering" }),
6907
- /* @__PURE__ */ jsx58("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
6908
- /* @__PURE__ */ jsx58("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx58("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6953
+ /* @__PURE__ */ jsx59("span", { className: "col-2", children: "Filtering" }),
6954
+ /* @__PURE__ */ jsx59("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
6955
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx59("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6909
6956
  /* @__PURE__ */ jsxs27("colgroup", { children: [
6910
- /* @__PURE__ */ jsx58("col", { className: "k-hierarchy-col" }),
6911
- /* @__PURE__ */ jsx58("col", {}),
6912
- /* @__PURE__ */ jsx58("col", {}),
6913
- /* @__PURE__ */ jsx58("col", {}),
6914
- /* @__PURE__ */ jsx58("col", {})
6957
+ /* @__PURE__ */ jsx59("col", { className: "k-hierarchy-col" }),
6958
+ /* @__PURE__ */ jsx59("col", {}),
6959
+ /* @__PURE__ */ jsx59("col", {}),
6960
+ /* @__PURE__ */ jsx59("col", {}),
6961
+ /* @__PURE__ */ jsx59("col", {})
6915
6962
  ] }),
6916
6963
  /* @__PURE__ */ jsxs27("thead", { className: "k-table-thead", children: [
6917
6964
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
6918
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-hierarchy-cell" }),
6919
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6920
- /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Default" }) }),
6921
- /* @__PURE__ */ jsx58("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
6965
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header k-hierarchy-cell" }),
6966
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6967
+ /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Default" }) }),
6968
+ /* @__PURE__ */ jsx59("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx59(Icon, { icon: "filter" }) })
6922
6969
  ] }) }),
6923
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6924
- /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Hover" }) }),
6925
- /* @__PURE__ */ jsx58("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
6970
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6971
+ /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Hover" }) }),
6972
+ /* @__PURE__ */ jsx59("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx59(Icon, { icon: "filter" }) })
6926
6973
  ] }) }),
6927
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6928
- /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Focus" }) }),
6929
- /* @__PURE__ */ jsx58("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
6974
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6975
+ /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Focus" }) }),
6976
+ /* @__PURE__ */ jsx59("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx59(Icon, { icon: "filter" }) })
6930
6977
  ] }) }),
6931
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6932
- /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Active" }) }),
6933
- /* @__PURE__ */ jsx58("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
6978
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6979
+ /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Active" }) }),
6980
+ /* @__PURE__ */ jsx59("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx59(Icon, { icon: "filter" }) })
6934
6981
  ] }) }),
6935
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6982
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs27("span", { className: "k-cell-inner", children: [
6936
6983
  /* @__PURE__ */ jsxs27("span", { className: "k-link", children: [
6937
- /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Sorted" }),
6938
- /* @__PURE__ */ jsx58("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx58(Icon, { icon: "sort-asc-small" }) })
6984
+ /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Sorted" }),
6985
+ /* @__PURE__ */ jsx59("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx59(Icon, { icon: "sort-asc-small" }) })
6939
6986
  ] }),
6940
- /* @__PURE__ */ jsx58("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
6987
+ /* @__PURE__ */ jsx59("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx59(Icon, { icon: "filter" }) })
6941
6988
  ] }) })
6942
6989
  ] }),
6943
6990
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-filter-row", children: [
6944
- /* @__PURE__ */ jsx58("th", { className: "k-table-th", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell-wrapper" }) }) }),
6945
- /* @__PURE__ */ jsx58("th", { className: "k-table-th", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
6946
- /* @__PURE__ */ jsx58(NumericTextbox, { size: "small" }),
6991
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell-wrapper" }) }) }),
6992
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
6993
+ /* @__PURE__ */ jsx59(NumericTextbox, { size: "small" }),
6947
6994
  /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-operator", children: [
6948
- /* @__PURE__ */ jsx58(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6995
+ /* @__PURE__ */ jsx59(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6949
6996
  " ",
6950
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "filter-clear", disabled: true })
6997
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "filter-clear", disabled: true })
6951
6998
  ] })
6952
6999
  ] }) }) }),
6953
- /* @__PURE__ */ jsx58("th", { className: "k-table-th", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
6954
- /* @__PURE__ */ jsx58(Textbox, { size: "small", showClearButton: false, value: "p" }),
7000
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
7001
+ /* @__PURE__ */ jsx59(Textbox, { size: "small", showClearButton: false, value: "p" }),
6955
7002
  /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-operator", children: [
6956
- /* @__PURE__ */ jsx58(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7003
+ /* @__PURE__ */ jsx59(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6957
7004
  " ",
6958
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "filter-clear" })
7005
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "filter-clear" })
6959
7006
  ] })
6960
7007
  ] }) }) }),
6961
- /* @__PURE__ */ jsx58("th", { className: "k-table-th", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
6962
- /* @__PURE__ */ jsx58(Textbox, { size: "small", showClearButton: false, value: "p" }),
7008
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
7009
+ /* @__PURE__ */ jsx59(Textbox, { size: "small", showClearButton: false, value: "p" }),
6963
7010
  /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-operator", children: [
6964
- /* @__PURE__ */ jsx58(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7011
+ /* @__PURE__ */ jsx59(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6965
7012
  " ",
6966
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "filter-clear" })
7013
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "filter-clear" })
6967
7014
  ] })
6968
7015
  ] }) }) }),
6969
- /* @__PURE__ */ jsx58("th", { className: "k-table-th", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
6970
- /* @__PURE__ */ jsx58(Textbox, { size: "small", showClearButton: false, value: "p" }),
7016
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-wrapper", children: [
7017
+ /* @__PURE__ */ jsx59(Textbox, { size: "small", showClearButton: false, value: "p" }),
6971
7018
  /* @__PURE__ */ jsxs27("div", { className: "k-filtercell-operator", children: [
6972
- /* @__PURE__ */ jsx58(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7019
+ /* @__PURE__ */ jsx59(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6973
7020
  " ",
6974
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "filter-clear" })
7021
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "filter-clear" })
6975
7022
  ] })
6976
7023
  ] }) }) }),
6977
- /* @__PURE__ */ jsx58("th", { className: "k-table-th", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx58("div", { className: "k-filtercell-wrapper" }) }) })
7024
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx59("div", { className: "k-filtercell-wrapper" }) }) })
6978
7025
  ] })
6979
7026
  ] })
6980
7027
  ] }) }) }),
6981
- /* @__PURE__ */ jsx58("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", children: [
7028
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", children: [
6982
7029
  /* @__PURE__ */ jsxs27("colgroup", { children: [
6983
- /* @__PURE__ */ jsx58("col", { className: "k-hierarchy-col" }),
6984
- /* @__PURE__ */ jsx58("col", {}),
6985
- /* @__PURE__ */ jsx58("col", {}),
6986
- /* @__PURE__ */ jsx58("col", {}),
6987
- /* @__PURE__ */ jsx58("col", {})
7030
+ /* @__PURE__ */ jsx59("col", { className: "k-hierarchy-col" }),
7031
+ /* @__PURE__ */ jsx59("col", {}),
7032
+ /* @__PURE__ */ jsx59("col", {}),
7033
+ /* @__PURE__ */ jsx59("col", {}),
7034
+ /* @__PURE__ */ jsx59("col", {})
6988
7035
  ] }),
6989
7036
  /* @__PURE__ */ jsxs27("tbody", { className: "k-table-tbody", children: [
6990
7037
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-master-row k-expanded", children: [
6991
- /* @__PURE__ */ jsx58("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx58(Icon, { icon: "caret-alt-down" }) }),
6992
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "1" }),
6993
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
6994
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
6995
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
6996
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" })
7038
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx59(Icon, { icon: "caret-alt-down" }) }),
7039
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "1" }),
7040
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" }),
7041
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" }),
7042
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" }),
7043
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" })
6997
7044
  ] }),
6998
7045
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-detail-row", children: [
6999
- /* @__PURE__ */ jsx58("td", { className: "k-table-td k-hierarchy-cell" }),
7000
- /* @__PURE__ */ jsx58("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ jsx58("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7046
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td k-hierarchy-cell" }),
7047
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ jsx59("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7001
7048
  ] }),
7002
7049
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
7003
- /* @__PURE__ */ jsx58("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx58(Icon, { icon: "caret-alt-right" }) }),
7004
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "2" }),
7005
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
7006
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
7007
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
7008
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" })
7050
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx59(Icon, { icon: "caret-alt-right" }) }),
7051
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "2" }),
7052
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" }),
7053
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" }),
7054
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" }),
7055
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Text" })
7009
7056
  ] })
7010
7057
  ] })
7011
7058
  ] }) })
7012
7059
  ] }) }),
7013
- /* @__PURE__ */ jsx58("span", { children: "Editing" }),
7014
- /* @__PURE__ */ jsx58("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7015
- /* @__PURE__ */ jsx58(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ jsx58(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
7016
- /* @__PURE__ */ jsx58("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx58("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7060
+ /* @__PURE__ */ jsx59("span", { children: "Editing" }),
7061
+ /* @__PURE__ */ jsx59("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7062
+ /* @__PURE__ */ jsx59(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ jsx59(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
7063
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx59("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7017
7064
  /* @__PURE__ */ jsxs27("colgroup", { children: [
7018
- /* @__PURE__ */ jsx58("col", {}),
7019
- /* @__PURE__ */ jsx58("col", {}),
7020
- /* @__PURE__ */ jsx58("col", {}),
7021
- /* @__PURE__ */ jsx58("col", { style: { width: "300px" } })
7065
+ /* @__PURE__ */ jsx59("col", {}),
7066
+ /* @__PURE__ */ jsx59("col", {}),
7067
+ /* @__PURE__ */ jsx59("col", {}),
7068
+ /* @__PURE__ */ jsx59("col", { style: { width: "300px" } })
7022
7069
  ] }),
7023
- /* @__PURE__ */ jsx58("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
7024
- /* @__PURE__ */ jsx58("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Name" }) }) }) }),
7025
- /* @__PURE__ */ jsx58("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Price" }) }) }) }),
7026
- /* @__PURE__ */ jsx58("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Available" }) }) }) }),
7027
- /* @__PURE__ */ jsx58("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7070
+ /* @__PURE__ */ jsx59("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
7071
+ /* @__PURE__ */ jsx59("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Name" }) }) }) }),
7072
+ /* @__PURE__ */ jsx59("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Price" }) }) }) }),
7073
+ /* @__PURE__ */ jsx59("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Available" }) }) }) }),
7074
+ /* @__PURE__ */ jsx59("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7028
7075
  ] }) })
7029
7076
  ] }) }) }),
7030
- /* @__PURE__ */ jsx58("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7077
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7031
7078
  /* @__PURE__ */ jsxs27("colgroup", { children: [
7032
- /* @__PURE__ */ jsx58("col", {}),
7033
- /* @__PURE__ */ jsx58("col", {}),
7034
- /* @__PURE__ */ jsx58("col", {}),
7035
- /* @__PURE__ */ jsx58("col", { style: { width: "300px" } })
7079
+ /* @__PURE__ */ jsx59("col", {}),
7080
+ /* @__PURE__ */ jsx59("col", {}),
7081
+ /* @__PURE__ */ jsx59("col", {}),
7082
+ /* @__PURE__ */ jsx59("col", { style: { width: "300px" } })
7036
7083
  ] }),
7037
7084
  /* @__PURE__ */ jsxs27("tbody", { className: "k-table-tbody", children: [
7038
7085
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-grid-edit-row", children: [
7039
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: /* @__PURE__ */ jsx58(Textbox, { value: "Towel", required: true, size: "small" }) }),
7086
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: /* @__PURE__ */ jsx59(Textbox, { value: "Towel", required: true, size: "small" }) }),
7040
7087
  /* @__PURE__ */ jsxs27("td", { className: "k-table-td", children: [
7041
- /* @__PURE__ */ jsx58(NumericTextbox, { invalid: true, size: "small" }),
7088
+ /* @__PURE__ */ jsx59(NumericTextbox, { invalid: true, size: "small" }),
7042
7089
  /* @__PURE__ */ jsxs27("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
7043
- /* @__PURE__ */ jsx58(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7044
- /* @__PURE__ */ jsx58("span", { className: "k-tooltip-content", children: "Price" }),
7045
- /* @__PURE__ */ jsx58("div", { className: "k-callout k-callout-n" })
7090
+ /* @__PURE__ */ jsx59(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7091
+ /* @__PURE__ */ jsx59("span", { className: "k-tooltip-content", children: "Price" }),
7092
+ /* @__PURE__ */ jsx59("div", { className: "k-callout k-callout-n" })
7046
7093
  ] })
7047
7094
  ] }),
7048
7095
  /* @__PURE__ */ jsxs27("td", { className: "k-table-td", children: [
7049
- /* @__PURE__ */ jsx58(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7050
- /* @__PURE__ */ jsx58("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7096
+ /* @__PURE__ */ jsx59(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7097
+ /* @__PURE__ */ jsx59("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7051
7098
  ] }),
7052
7099
  /* @__PURE__ */ jsxs27("td", { className: "k-table-td k-command-cell", children: [
7053
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
7054
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "cancel", children: "Cancel" })
7100
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
7101
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "cancel", children: "Cancel" })
7055
7102
  ] })
7056
7103
  ] }),
7057
7104
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7058
7105
  /* @__PURE__ */ jsxs27("td", { className: "k-table-td k-dirty-cell", children: [
7059
- /* @__PURE__ */ jsx58("span", { className: "k-dirty" }),
7106
+ /* @__PURE__ */ jsx59("span", { className: "k-dirty" }),
7060
7107
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
7061
7108
  ] }),
7062
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "18" }),
7063
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "false" }),
7109
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "18" }),
7110
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "false" }),
7064
7111
  /* @__PURE__ */ jsxs27("td", { className: "k-table-td k-command-cell", children: [
7065
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "pencil", children: "Edit" }),
7066
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "x", children: "Delete" })
7112
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "pencil", children: "Edit" }),
7113
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "x", children: "Delete" })
7067
7114
  ] })
7068
7115
  ] }),
7069
7116
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
7070
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Chang" }),
7071
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "19" }),
7072
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "false" }),
7117
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Chang" }),
7118
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "19" }),
7119
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "false" }),
7073
7120
  /* @__PURE__ */ jsxs27("td", { className: "k-table-td k-command-cell", children: [
7074
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "pencil", children: "Edit" }),
7075
- /* @__PURE__ */ jsx58(Button, { size: "small", icon: "x", children: "Delete" })
7121
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "pencil", children: "Edit" }),
7122
+ /* @__PURE__ */ jsx59(Button, { size: "small", icon: "x", children: "Delete" })
7076
7123
  ] })
7077
7124
  ] })
7078
7125
  ] })
7079
7126
  ] }) })
7080
7127
  ] }) }),
7081
- /* @__PURE__ */ jsx58("span", { children: "Grouping" }),
7082
- /* @__PURE__ */ jsx58("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7128
+ /* @__PURE__ */ jsx59("span", { children: "Grouping" }),
7129
+ /* @__PURE__ */ jsx59("section", { className: "col-2", children: /* @__PURE__ */ jsxs27("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7083
7130
  /* @__PURE__ */ jsxs27("div", { className: "k-grouping-header", children: [
7084
- /* @__PURE__ */ jsx58("div", { className: "k-grouping-dropclue" }),
7131
+ /* @__PURE__ */ jsx59("div", { className: "k-grouping-dropclue" }),
7085
7132
  /* @__PURE__ */ jsxs27(ChipList, { size: "small", children: [
7086
- /* @__PURE__ */ jsx58(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx58(ChipAction, { type: "remove" }), children: "Price" }),
7087
- /* @__PURE__ */ jsx58(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx58(ChipAction, { type: "remove" }), children: "Name" })
7133
+ /* @__PURE__ */ jsx59(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx59(ChipAction, { type: "remove" }), children: "Price" }),
7134
+ /* @__PURE__ */ jsx59(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx59(ChipAction, { type: "remove" }), children: "Name" })
7088
7135
  ] }),
7089
- /* @__PURE__ */ jsx58("div", { className: "k-grouping-drop-container" })
7136
+ /* @__PURE__ */ jsx59("div", { className: "k-grouping-drop-container" })
7090
7137
  ] }),
7091
- /* @__PURE__ */ jsx58("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx58("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7138
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx59("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7092
7139
  /* @__PURE__ */ jsxs27("colgroup", { children: [
7093
- /* @__PURE__ */ jsx58("col", { className: "k-group-col" }),
7094
- /* @__PURE__ */ jsx58("col", {}),
7095
- /* @__PURE__ */ jsx58("col", {}),
7096
- /* @__PURE__ */ jsx58("col", {}),
7097
- /* @__PURE__ */ jsx58("col", {})
7140
+ /* @__PURE__ */ jsx59("col", { className: "k-group-col" }),
7141
+ /* @__PURE__ */ jsx59("col", {}),
7142
+ /* @__PURE__ */ jsx59("col", {}),
7143
+ /* @__PURE__ */ jsx59("col", {}),
7144
+ /* @__PURE__ */ jsx59("col", {})
7098
7145
  ] }),
7099
- /* @__PURE__ */ jsx58("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
7100
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7101
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Name" }) }) }) }),
7102
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Price" }) }) }) }),
7103
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Available" }) }) }) }),
7104
- /* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Units" }) }) }) })
7146
+ /* @__PURE__ */ jsx59("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
7147
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7148
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Name" }) }) }) }),
7149
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Price" }) }) }) }),
7150
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Available" }) }) }) }),
7151
+ /* @__PURE__ */ jsx59("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx59("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx59("span", { className: "k-link", children: /* @__PURE__ */ jsx59("span", { className: "k-column-title", children: "Units" }) }) }) })
7105
7152
  ] }) })
7106
7153
  ] }) }) }),
7107
- /* @__PURE__ */ jsx58("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7154
+ /* @__PURE__ */ jsx59("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs27("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7108
7155
  /* @__PURE__ */ jsxs27("colgroup", { children: [
7109
- /* @__PURE__ */ jsx58("col", { className: "k-group-col" }),
7110
- /* @__PURE__ */ jsx58("col", {}),
7111
- /* @__PURE__ */ jsx58("col", {}),
7112
- /* @__PURE__ */ jsx58("col", {}),
7113
- /* @__PURE__ */ jsx58("col", {})
7156
+ /* @__PURE__ */ jsx59("col", { className: "k-group-col" }),
7157
+ /* @__PURE__ */ jsx59("col", {}),
7158
+ /* @__PURE__ */ jsx59("col", {}),
7159
+ /* @__PURE__ */ jsx59("col", {}),
7160
+ /* @__PURE__ */ jsx59("col", {})
7114
7161
  ] }),
7115
7162
  /* @__PURE__ */ jsxs27("tbody", { className: "k-table-tbody", children: [
7116
- /* @__PURE__ */ jsx58("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx58("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs27("p", { className: "k-reset", children: [
7117
- /* @__PURE__ */ jsx58(Icon, { icon: "caret-alt-right" }),
7163
+ /* @__PURE__ */ jsx59("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx59("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs27("p", { className: "k-reset", children: [
7164
+ /* @__PURE__ */ jsx59(Icon, { icon: "caret-alt-right" }),
7118
7165
  "Price: 19"
7119
7166
  ] }) }) }),
7120
- /* @__PURE__ */ jsx58("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx58("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs27("p", { className: "k-reset", children: [
7121
- /* @__PURE__ */ jsx58(Icon, { icon: "caret-alt-down" }),
7167
+ /* @__PURE__ */ jsx59("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx59("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs27("p", { className: "k-reset", children: [
7168
+ /* @__PURE__ */ jsx59(Icon, { icon: "caret-alt-down" }),
7122
7169
  "Price: 30"
7123
7170
  ] }) }) }),
7124
7171
  /* @__PURE__ */ jsxs27("tr", { className: "k-table-row", children: [
7125
- /* @__PURE__ */ jsx58("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7126
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Chai" }),
7127
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "30" }),
7128
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "false" }),
7129
- /* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "15" })
7172
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7173
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "Chai" }),
7174
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "30" }),
7175
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "false" }),
7176
+ /* @__PURE__ */ jsx59("td", { className: "k-table-td", children: "15" })
7130
7177
  ] })
7131
7178
  ] })
7132
7179
  ] }) })