@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
@@ -4920,27 +4920,74 @@ var InputSuffix = (props) => {
4920
4920
  return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4921
4921
  };
4922
4922
 
4923
- // src/popup/popup.spec.tsx
4923
+ // src/animation-container/animation-container.spec.tsx
4924
4924
  var import_jsx_runtime23 = require("react/jsx-runtime");
4925
- var POPUP_CLASSNAME = `k-popup`;
4925
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4926
4926
  var states16 = [];
4927
4927
  var options15 = {};
4928
- var defaultProps13 = {};
4928
+ var defaultProps13 = {
4929
+ positionMode: "absolute"
4930
+ };
4931
+ var AnimationContainer = (props) => {
4932
+ const {
4933
+ positionMode,
4934
+ animationStyle,
4935
+ offset,
4936
+ ...other
4937
+ } = props;
4938
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4939
+ "div",
4940
+ {
4941
+ ...other,
4942
+ style: { ...offset, ...props.style },
4943
+ className: classNames(
4944
+ ANIMATION_CONTAINER_CLASSNAME,
4945
+ "k-animation-container-shown",
4946
+ {
4947
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4948
+ }
4949
+ ),
4950
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4951
+ }
4952
+ );
4953
+ };
4954
+ AnimationContainer.states = states16;
4955
+ AnimationContainer.options = options15;
4956
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4957
+ AnimationContainer.defaultProps = defaultProps13;
4958
+
4959
+ // src/popup/popup.spec.tsx
4960
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4961
+ var POPUP_CLASSNAME = `k-popup`;
4962
+ var states17 = [];
4963
+ var options16 = {};
4964
+ var defaultProps14 = {
4965
+ positionMode: "absolute"
4966
+ };
4929
4967
  var Popup = (props) => {
4930
4968
  const {
4969
+ offset,
4970
+ positionMode,
4931
4971
  ...other
4932
4972
  } = props;
4933
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4973
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4974
+ AnimationContainer,
4975
+ {
4976
+ positionMode,
4977
+ offset,
4978
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4979
+ }
4980
+ );
4934
4981
  };
4935
- Popup.states = states16;
4936
- Popup.options = options15;
4982
+ Popup.states = states17;
4983
+ Popup.options = options16;
4937
4984
  Popup.className = POPUP_CLASSNAME;
4938
- Popup.defaultProps = defaultProps13;
4985
+ Popup.defaultProps = defaultProps14;
4939
4986
 
4940
4987
  // src/dropdownlist/dropdownlist.spec.tsx
4941
- var import_jsx_runtime24 = require("react/jsx-runtime");
4988
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4942
4989
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4943
- var states17 = [
4990
+ var states18 = [
4944
4991
  States.hover,
4945
4992
  States.focus,
4946
4993
  States.valid,
@@ -4950,12 +4997,12 @@ var states17 = [
4950
4997
  States.loading,
4951
4998
  States.readonly
4952
4999
  ];
4953
- var options16 = {
5000
+ var options17 = {
4954
5001
  size: [Size.small, Size.medium, Size.large],
4955
5002
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4956
5003
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4957
5004
  };
4958
- var defaultProps14 = {
5005
+ var defaultProps15 = {
4959
5006
  showValue: true,
4960
5007
  arrowIconName: "caret-alt-down",
4961
5008
  size: Size.medium,
@@ -4965,7 +5012,7 @@ var defaultProps14 = {
4965
5012
  var DropdownList = (props) => {
4966
5013
  const {
4967
5014
  valueIconName,
4968
- arrowIconName = defaultProps14.arrowIconName,
5015
+ arrowIconName = defaultProps15.arrowIconName,
4969
5016
  prefix,
4970
5017
  suffix,
4971
5018
  value,
@@ -4981,13 +5028,13 @@ var DropdownList = (props) => {
4981
5028
  loading,
4982
5029
  disabled,
4983
5030
  readonly,
4984
- showValue = defaultProps14.showValue,
5031
+ showValue = defaultProps15.showValue,
4985
5032
  popup,
4986
5033
  opened,
4987
5034
  ...other
4988
5035
  } = props;
4989
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_jsx_runtime24.Fragment, { children: [
4990
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5036
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
5037
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4991
5038
  Picker,
4992
5039
  {
4993
5040
  ...other,
@@ -5010,8 +5057,8 @@ var DropdownList = (props) => {
5010
5057
  }
5011
5058
  ),
5012
5059
  children: [
5013
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputPrefix, { children: prefix }),
5014
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5060
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
5061
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5015
5062
  InputInnerSpan,
5016
5063
  {
5017
5064
  placeholder,
@@ -5020,7 +5067,7 @@ var DropdownList = (props) => {
5020
5067
  valueIconName
5021
5068
  }
5022
5069
  ),
5023
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5070
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5024
5071
  InputValidationIcon,
5025
5072
  {
5026
5073
  valid,
@@ -5029,15 +5076,15 @@ var DropdownList = (props) => {
5029
5076
  disabled
5030
5077
  }
5031
5078
  ),
5032
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5079
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5033
5080
  InputLoadingIcon,
5034
5081
  {
5035
5082
  loading,
5036
5083
  disabled
5037
5084
  }
5038
5085
  ),
5039
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputSuffix, { children: suffix }),
5040
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5086
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix }),
5087
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5041
5088
  Button,
5042
5089
  {
5043
5090
  className: "k-input-button",
@@ -5050,35 +5097,35 @@ var DropdownList = (props) => {
5050
5097
  ]
5051
5098
  }
5052
5099
  ),
5053
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5100
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5054
5101
  ] });
5055
5102
  };
5056
- DropdownList.states = states17;
5057
- DropdownList.options = options16;
5103
+ DropdownList.states = states18;
5104
+ DropdownList.options = options17;
5058
5105
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5059
- DropdownList.defaultProps = defaultProps14;
5106
+ DropdownList.defaultProps = defaultProps15;
5060
5107
 
5061
5108
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5062
- var import_jsx_runtime25 = require("react/jsx-runtime");
5109
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5063
5110
 
5064
5111
  // src/nodata/nodata.tsx
5065
- var import_jsx_runtime26 = require("react/jsx-runtime");
5112
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5066
5113
  var className9 = `k-nodata`;
5067
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5114
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5068
5115
 
5069
5116
  // src/list/list.spec.tsx
5070
- var import_jsx_runtime27 = require("react/jsx-runtime");
5117
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5071
5118
  var LIST_CLASSNAME = `k-list`;
5072
- var states18 = [];
5073
- var options17 = {
5119
+ var states19 = [];
5120
+ var options18 = {
5074
5121
  size: [Size.small, Size.medium, Size.large]
5075
5122
  };
5076
- var defaultProps15 = {
5123
+ var defaultProps16 = {
5077
5124
  size: Size.medium
5078
5125
  };
5079
5126
  var List = (props) => {
5080
5127
  const {
5081
- size = defaultProps15.size,
5128
+ size = defaultProps16.size,
5082
5129
  virtualization,
5083
5130
  children,
5084
5131
  optionLabel,
@@ -5095,7 +5142,7 @@ var List = (props) => {
5095
5142
  listHeader = child.props.label;
5096
5143
  child.props.children.map((optChild, index2) => {
5097
5144
  listChildren.push(
5098
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5145
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5099
5146
  ListItem,
5100
5147
  {
5101
5148
  ...optChild.props
@@ -5111,7 +5158,7 @@ var List = (props) => {
5111
5158
  groupLabel = child.props.label;
5112
5159
  }
5113
5160
  listChildren.push(
5114
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5161
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5115
5162
  ListItem,
5116
5163
  {
5117
5164
  className: index2 === 0 ? "k-first" : "",
@@ -5123,16 +5170,16 @@ var List = (props) => {
5123
5170
  );
5124
5171
  });
5125
5172
  }
5126
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5173
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5127
5174
  } else if (child.type === ListItem) {
5128
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5129
- listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListContent, { virtualization, children: listChildren });
5175
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5176
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListContent, { virtualization, children: listChildren });
5130
5177
  }
5131
5178
  });
5132
5179
  } else {
5133
- listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(NoData, { children: "No data found." });
5180
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(NoData, { children: "No data found." });
5134
5181
  }
5135
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5182
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5136
5183
  "div",
5137
5184
  {
5138
5185
  ...other,
@@ -5154,24 +5201,24 @@ var List = (props) => {
5154
5201
  }
5155
5202
  );
5156
5203
  };
5157
- List.states = states18;
5158
- List.options = options17;
5204
+ List.states = states19;
5205
+ List.options = options18;
5159
5206
  List.className = LIST_CLASSNAME;
5160
- List.defaultProps = defaultProps15;
5207
+ List.defaultProps = defaultProps16;
5161
5208
 
5162
5209
  // src/list/list-angular.spec.tsx
5163
- var import_jsx_runtime28 = require("react/jsx-runtime");
5210
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5164
5211
  var LISTANGULAR_CLASSNAME = `k-list`;
5165
- var states19 = [];
5166
- var options18 = {
5212
+ var states20 = [];
5213
+ var options19 = {
5167
5214
  size: [Size.small, Size.medium, Size.large]
5168
5215
  };
5169
- var defaultProps16 = {
5216
+ var defaultProps17 = {
5170
5217
  size: Size.medium
5171
5218
  };
5172
5219
  var ListAngular = (props) => {
5173
5220
  const {
5174
- size = defaultProps16.size,
5221
+ size = defaultProps17.size,
5175
5222
  virtualization,
5176
5223
  children,
5177
5224
  ...other
@@ -5187,7 +5234,7 @@ var ListAngular = (props) => {
5187
5234
  listHeader = child.props.label;
5188
5235
  child.props.children.map((optChild, index2) => {
5189
5236
  listChildren.push(
5190
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5237
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5191
5238
  ListItem,
5192
5239
  {
5193
5240
  ...optChild.props
@@ -5198,7 +5245,7 @@ var ListAngular = (props) => {
5198
5245
  });
5199
5246
  } else {
5200
5247
  listChildren.push(
5201
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5248
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5202
5249
  ListGroupItem,
5203
5250
  {
5204
5251
  ...child.props,
@@ -5209,7 +5256,7 @@ var ListAngular = (props) => {
5209
5256
  );
5210
5257
  child.props.children.map((optChild, index2) => {
5211
5258
  listChildren.push(
5212
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5259
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5213
5260
  ListItem,
5214
5261
  {
5215
5262
  ...optChild.props
@@ -5219,16 +5266,16 @@ var ListAngular = (props) => {
5219
5266
  );
5220
5267
  });
5221
5268
  }
5222
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5269
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5223
5270
  } else if (child.type === ListItem) {
5224
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5225
- listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListContent, { virtualization, children: listChildren });
5271
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5272
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListContent, { virtualization, children: listChildren });
5226
5273
  }
5227
5274
  });
5228
5275
  } else {
5229
- listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(NoData, { children: "No data found." });
5276
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(NoData, { children: "No data found." });
5230
5277
  }
5231
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5278
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5232
5279
  "div",
5233
5280
  {
5234
5281
  ...other,
@@ -5249,22 +5296,22 @@ var ListAngular = (props) => {
5249
5296
  }
5250
5297
  );
5251
5298
  };
5252
- ListAngular.states = states19;
5253
- ListAngular.options = options18;
5299
+ ListAngular.states = states20;
5300
+ ListAngular.options = options19;
5254
5301
  ListAngular.className = LISTANGULAR_CLASSNAME;
5255
- ListAngular.defaultProps = defaultProps16;
5302
+ ListAngular.defaultProps = defaultProps17;
5256
5303
 
5257
5304
  // src/list/list-item.spec.tsx
5258
- var import_jsx_runtime29 = require("react/jsx-runtime");
5305
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5259
5306
  var LISTITEM_CLASSNAME = `k-list-item`;
5260
- var states20 = [
5307
+ var states21 = [
5261
5308
  States.hover,
5262
5309
  States.focus,
5263
5310
  States.selected,
5264
5311
  States.disabled
5265
5312
  ];
5266
- var options19 = {};
5267
- var defaultProps17 = {};
5313
+ var options20 = {};
5314
+ var defaultProps18 = {};
5268
5315
  var ListItem = (props) => {
5269
5316
  const {
5270
5317
  text,
@@ -5280,7 +5327,7 @@ var ListItem = (props) => {
5280
5327
  ...other
5281
5328
  } = props;
5282
5329
  const textOrChildren = text ? text : props.children;
5283
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5330
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5284
5331
  "li",
5285
5332
  {
5286
5333
  ...other,
@@ -5295,66 +5342,66 @@ var ListItem = (props) => {
5295
5342
  })
5296
5343
  ),
5297
5344
  children: [
5298
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Checkbox, { checked }),
5299
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: iconName }),
5300
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5301
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5345
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Checkbox, { checked }),
5346
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { icon: iconName }),
5347
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5348
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5302
5349
  ]
5303
5350
  }
5304
5351
  );
5305
5352
  };
5306
- ListItem.states = states20;
5307
- ListItem.options = options19;
5353
+ ListItem.states = states21;
5354
+ ListItem.options = options20;
5308
5355
  ListItem.className = LISTITEM_CLASSNAME;
5309
- ListItem.defaultProps = defaultProps17;
5356
+ ListItem.defaultProps = defaultProps18;
5310
5357
 
5311
5358
  // src/list/list-content.tsx
5312
- var import_jsx_runtime30 = require("react/jsx-runtime");
5359
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5313
5360
  var className10 = `k-list-content`;
5314
5361
  var ListContent = (props) => {
5315
5362
  const {
5316
5363
  virtualization
5317
5364
  } = props;
5318
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: classNames(className10, props.className), children: [
5319
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5320
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", {}) })
5365
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: classNames(className10, props.className), children: [
5366
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5367
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", {}) })
5321
5368
  ] });
5322
5369
  };
5323
5370
 
5324
5371
  // src/list/list-header.tsx
5325
- var import_jsx_runtime31 = require("react/jsx-runtime");
5372
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5326
5373
  var className11 = `k-list-group-sticky-header`;
5327
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5374
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5328
5375
 
5329
5376
  // src/list/list-group.tsx
5330
- var import_jsx_runtime32 = require("react/jsx-runtime");
5377
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5331
5378
  var ListGroup = (props) => {
5332
5379
  const {
5333
5380
  virtualization,
5334
5381
  label
5335
5382
  } = props;
5336
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5337
- label && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListHeader, { children: label }),
5338
- props.children && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListContent, { virtualization, children: props.children })
5383
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
5384
+ label && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListHeader, { children: label }),
5385
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: props.children })
5339
5386
  ] });
5340
5387
  };
5341
5388
 
5342
5389
  // src/list/list-group-item.tsx
5343
- var import_jsx_runtime33 = require("react/jsx-runtime");
5390
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5344
5391
  var className12 = `k-list-group-item`;
5345
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5392
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5346
5393
 
5347
5394
  // src/list/list-option-label.tsx
5348
- var import_jsx_runtime34 = require("react/jsx-runtime");
5395
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5349
5396
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5350
- var states21 = [
5397
+ var states22 = [
5351
5398
  States.hover,
5352
5399
  States.focus,
5353
5400
  States.selected,
5354
5401
  States.disabled
5355
5402
  ];
5356
- var options20 = {};
5357
- var defaultProps18 = {};
5403
+ var options21 = {};
5404
+ var defaultProps19 = {};
5358
5405
  var ListOptionLabel = (props) => {
5359
5406
  const {
5360
5407
  text,
@@ -5364,7 +5411,7 @@ var ListOptionLabel = (props) => {
5364
5411
  disabled,
5365
5412
  ...other
5366
5413
  } = props;
5367
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5414
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5368
5415
  "div",
5369
5416
  {
5370
5417
  ...other,
@@ -5381,18 +5428,18 @@ var ListOptionLabel = (props) => {
5381
5428
  }
5382
5429
  );
5383
5430
  };
5384
- ListOptionLabel.states = states21;
5385
- ListOptionLabel.options = options20;
5431
+ ListOptionLabel.states = states22;
5432
+ ListOptionLabel.options = options21;
5386
5433
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5387
- ListOptionLabel.defaultProps = defaultProps18;
5434
+ ListOptionLabel.defaultProps = defaultProps19;
5388
5435
 
5389
5436
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5390
- var import_jsx_runtime35 = require("react/jsx-runtime");
5437
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5391
5438
 
5392
5439
  // src/searchbox/searchbox.spec.tsx
5393
- var import_jsx_runtime36 = require("react/jsx-runtime");
5440
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5394
5441
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5395
- var states22 = [
5442
+ var states23 = [
5396
5443
  States.hover,
5397
5444
  States.focus,
5398
5445
  States.valid,
@@ -5401,12 +5448,12 @@ var states22 = [
5401
5448
  States.disabled,
5402
5449
  States.loading
5403
5450
  ];
5404
- var options21 = {
5451
+ var options22 = {
5405
5452
  size: [Size.small, Size.medium, Size.large],
5406
5453
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5407
5454
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5408
5455
  };
5409
- var defaultProps19 = {
5456
+ var defaultProps20 = {
5410
5457
  showIcon: true,
5411
5458
  icon: "search",
5412
5459
  size: Input.defaultProps.size,
@@ -5427,11 +5474,11 @@ var Searchbox = (props) => {
5427
5474
  required,
5428
5475
  loading,
5429
5476
  disabled,
5430
- showIcon = defaultProps19.showIcon,
5431
- icon = defaultProps19.icon,
5477
+ showIcon = defaultProps20.showIcon,
5478
+ icon = defaultProps20.icon,
5432
5479
  ...other
5433
5480
  } = props;
5434
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5481
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5435
5482
  Input,
5436
5483
  {
5437
5484
  ...other,
@@ -5447,48 +5494,48 @@ var Searchbox = (props) => {
5447
5494
  disabled,
5448
5495
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5449
5496
  children: [
5450
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { className: "k-input-icon", icon }),
5451
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputInnerInput, { placeholder, value }),
5452
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputLoadingIcon, { ...props }),
5453
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputValidationIcon, { ...props }),
5454
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputClearValue, { ...props })
5497
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { className: "k-input-icon", icon }),
5498
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputInnerInput, { placeholder, value }),
5499
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputLoadingIcon, { ...props }),
5500
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputValidationIcon, { ...props }),
5501
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputClearValue, { ...props })
5455
5502
  ]
5456
5503
  }
5457
5504
  );
5458
5505
  };
5459
- Searchbox.states = states22;
5460
- Searchbox.options = options21;
5506
+ Searchbox.states = states23;
5507
+ Searchbox.options = options22;
5461
5508
  Searchbox.className = SEARCHBOX_CLASSNAME;
5462
- Searchbox.defaultProps = defaultProps19;
5509
+ Searchbox.defaultProps = defaultProps20;
5463
5510
 
5464
5511
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5465
- var import_jsx_runtime37 = require("react/jsx-runtime");
5512
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5466
5513
 
5467
5514
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5468
- var import_jsx_runtime38 = require("react/jsx-runtime");
5515
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5469
5516
 
5470
5517
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5471
- var import_jsx_runtime39 = require("react/jsx-runtime");
5518
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5472
5519
 
5473
5520
  // src/spinbutton/spinbutton.spec.tsx
5474
- var import_jsx_runtime40 = require("react/jsx-runtime");
5521
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5475
5522
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5476
- var states23 = [];
5477
- var options22 = {
5523
+ var states24 = [];
5524
+ var options23 = {
5478
5525
  size: [Size.small, Size.medium, Size.large],
5479
5526
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5480
5527
  };
5481
- var defaultProps20 = {
5528
+ var defaultProps21 = {
5482
5529
  size: Size.medium,
5483
5530
  fillMode: FillMode.solid
5484
5531
  };
5485
5532
  var SpinButton = (props) => {
5486
5533
  const {
5487
- size = defaultProps20.size,
5488
- fillMode = defaultProps20.fillMode,
5534
+ size = defaultProps21.size,
5535
+ fillMode = defaultProps21.fillMode,
5489
5536
  ...other
5490
5537
  } = props;
5491
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5538
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5492
5539
  "span",
5493
5540
  {
5494
5541
  ...other,
@@ -5497,7 +5544,7 @@ var SpinButton = (props) => {
5497
5544
  props.className
5498
5545
  ),
5499
5546
  children: [
5500
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5547
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5501
5548
  Button,
5502
5549
  {
5503
5550
  className: "k-spinner-increase",
@@ -5507,7 +5554,7 @@ var SpinButton = (props) => {
5507
5554
  fillMode
5508
5555
  }
5509
5556
  ),
5510
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5557
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5511
5558
  Button,
5512
5559
  {
5513
5560
  className: "k-spinner-decrease",
@@ -5521,15 +5568,15 @@ var SpinButton = (props) => {
5521
5568
  }
5522
5569
  );
5523
5570
  };
5524
- SpinButton.states = states23;
5525
- SpinButton.options = options22;
5571
+ SpinButton.states = states24;
5572
+ SpinButton.options = options23;
5526
5573
  SpinButton.className = SPINBUTTON_CLASSNAME;
5527
- SpinButton.defaultProps = defaultProps20;
5574
+ SpinButton.defaultProps = defaultProps21;
5528
5575
 
5529
5576
  // src/numerictextbox/numerictextbox.spec.tsx
5530
- var import_jsx_runtime41 = require("react/jsx-runtime");
5577
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5531
5578
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5532
- var states24 = [
5579
+ var states25 = [
5533
5580
  States.hover,
5534
5581
  States.focus,
5535
5582
  States.valid,
@@ -5539,12 +5586,12 @@ var states24 = [
5539
5586
  States.disabled,
5540
5587
  States.readonly
5541
5588
  ];
5542
- var options23 = {
5589
+ var options24 = {
5543
5590
  size: [Size.small, Size.medium, Size.large],
5544
5591
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5545
5592
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5546
5593
  };
5547
- var defaultProps21 = {
5594
+ var defaultProps22 = {
5548
5595
  showSpinButton: true,
5549
5596
  showClearButton: true,
5550
5597
  size: Input.defaultProps.size,
@@ -5566,11 +5613,11 @@ var NumericTextbox = (props) => {
5566
5613
  loading,
5567
5614
  disabled,
5568
5615
  readonly,
5569
- showClearButton = defaultProps21.showClearButton,
5570
- showSpinButton = defaultProps21.showSpinButton,
5616
+ showClearButton = defaultProps22.showClearButton,
5617
+ showSpinButton = defaultProps22.showSpinButton,
5571
5618
  ...other
5572
5619
  } = props;
5573
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5620
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5574
5621
  Input,
5575
5622
  {
5576
5623
  ...other,
@@ -5587,8 +5634,8 @@ var NumericTextbox = (props) => {
5587
5634
  readonly,
5588
5635
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5589
5636
  children: [
5590
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputInnerInput, { placeholder, value }),
5591
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5637
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5638
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5592
5639
  InputValidationIcon,
5593
5640
  {
5594
5641
  valid,
@@ -5597,14 +5644,14 @@ var NumericTextbox = (props) => {
5597
5644
  disabled
5598
5645
  }
5599
5646
  ),
5600
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5647
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5601
5648
  InputLoadingIcon,
5602
5649
  {
5603
5650
  loading,
5604
5651
  disabled
5605
5652
  }
5606
5653
  ),
5607
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5654
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5608
5655
  InputClearValue,
5609
5656
  {
5610
5657
  loading,
@@ -5613,7 +5660,7 @@ var NumericTextbox = (props) => {
5613
5660
  value
5614
5661
  }
5615
5662
  ),
5616
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5663
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5617
5664
  SpinButton,
5618
5665
  {
5619
5666
  className: "k-input-spinner",
@@ -5625,15 +5672,15 @@ var NumericTextbox = (props) => {
5625
5672
  }
5626
5673
  );
5627
5674
  };
5628
- NumericTextbox.states = states24;
5629
- NumericTextbox.options = options23;
5675
+ NumericTextbox.states = states25;
5676
+ NumericTextbox.options = options24;
5630
5677
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5631
- NumericTextbox.defaultProps = defaultProps21;
5678
+ NumericTextbox.defaultProps = defaultProps22;
5632
5679
 
5633
5680
  // src/textbox/textbox.spec.tsx
5634
- var import_jsx_runtime42 = require("react/jsx-runtime");
5681
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5635
5682
  var TEXTBOX_CLASSNAME = `k-textbox`;
5636
- var states25 = [
5683
+ var states26 = [
5637
5684
  States.hover,
5638
5685
  States.focus,
5639
5686
  States.valid,
@@ -5643,12 +5690,12 @@ var states25 = [
5643
5690
  States.loading,
5644
5691
  States.readonly
5645
5692
  ];
5646
- var options24 = {
5693
+ var options25 = {
5647
5694
  size: [Size.small, Size.medium, Size.large],
5648
5695
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5649
5696
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5650
5697
  };
5651
- var defaultProps22 = {
5698
+ var defaultProps23 = {
5652
5699
  showClearButton: true,
5653
5700
  size: Input.defaultProps.size,
5654
5701
  rounded: Input.defaultProps.rounded,
@@ -5671,10 +5718,10 @@ var Textbox = (props) => {
5671
5718
  loading,
5672
5719
  disabled,
5673
5720
  readonly,
5674
- showClearButton = defaultProps22.showClearButton,
5721
+ showClearButton = defaultProps23.showClearButton,
5675
5722
  ...other
5676
5723
  } = props;
5677
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5724
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5678
5725
  Input,
5679
5726
  {
5680
5727
  ...other,
@@ -5691,9 +5738,9 @@ var Textbox = (props) => {
5691
5738
  readonly,
5692
5739
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5693
5740
  children: [
5694
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5695
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5696
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5741
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
5742
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5743
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5697
5744
  InputValidationIcon,
5698
5745
  {
5699
5746
  valid,
@@ -5702,14 +5749,14 @@ var Textbox = (props) => {
5702
5749
  disabled
5703
5750
  }
5704
5751
  ),
5705
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5752
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5706
5753
  InputLoadingIcon,
5707
5754
  {
5708
5755
  loading,
5709
5756
  disabled
5710
5757
  }
5711
5758
  ),
5712
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5759
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5713
5760
  InputClearValue,
5714
5761
  {
5715
5762
  loading,
@@ -5718,27 +5765,27 @@ var Textbox = (props) => {
5718
5765
  value
5719
5766
  }
5720
5767
  ),
5721
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix })
5768
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix })
5722
5769
  ]
5723
5770
  }
5724
5771
  );
5725
5772
  };
5726
- Textbox.states = states25;
5727
- Textbox.options = options24;
5773
+ Textbox.states = states26;
5774
+ Textbox.options = options25;
5728
5775
  Textbox.className = TEXTBOX_CLASSNAME;
5729
- Textbox.defaultProps = defaultProps22;
5776
+ Textbox.defaultProps = defaultProps23;
5730
5777
 
5731
5778
  // src/pager/pager.spec.tsx
5732
- var import_jsx_runtime43 = require("react/jsx-runtime");
5779
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5733
5780
  var PAGER_CLASSNAME = `k-pager`;
5734
- var states26 = [
5781
+ var states27 = [
5735
5782
  States.focus,
5736
5783
  States.disabled
5737
5784
  ];
5738
- var options25 = {
5785
+ var options26 = {
5739
5786
  size: [Size.small, Size.medium, Size.large]
5740
5787
  };
5741
- var defaultProps23 = {
5788
+ var defaultProps24 = {
5742
5789
  size: Size.medium,
5743
5790
  mobile: null,
5744
5791
  type: "numeric",
@@ -5748,18 +5795,18 @@ var defaultProps23 = {
5748
5795
  };
5749
5796
  var Pager = (props) => {
5750
5797
  const {
5751
- size = defaultProps23.size,
5752
- mobile = defaultProps23.mobile,
5753
- type = defaultProps23.type,
5754
- pageSizes = defaultProps23.pageSizes,
5755
- refresh = defaultProps23.refresh,
5756
- info = defaultProps23.info,
5798
+ size = defaultProps24.size,
5799
+ mobile = defaultProps24.mobile,
5800
+ type = defaultProps24.type,
5801
+ pageSizes = defaultProps24.pageSizes,
5802
+ refresh = defaultProps24.refresh,
5803
+ info = defaultProps24.info,
5757
5804
  focus,
5758
5805
  disabled,
5759
5806
  dir,
5760
5807
  ...other
5761
5808
  } = props;
5762
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5809
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5763
5810
  "div",
5764
5811
  {
5765
5812
  dir,
@@ -5780,14 +5827,14 @@ var Pager = (props) => {
5780
5827
  }
5781
5828
  ),
5782
5829
  children: [
5783
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5830
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5784
5831
  "div",
5785
5832
  {
5786
5833
  className: classNames(
5787
5834
  "k-pager-numbers-wrap"
5788
5835
  ),
5789
5836
  children: [
5790
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5837
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5791
5838
  Button,
5792
5839
  {
5793
5840
  className: classNames(
@@ -5801,7 +5848,7 @@ var Pager = (props) => {
5801
5848
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5802
5849
  }
5803
5850
  ),
5804
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5851
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5805
5852
  Button,
5806
5853
  {
5807
5854
  className: classNames(
@@ -5814,7 +5861,7 @@ var Pager = (props) => {
5814
5861
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5815
5862
  }
5816
5863
  ),
5817
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5864
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5818
5865
  "select",
5819
5866
  {
5820
5867
  className: classNames(
@@ -5827,17 +5874,17 @@ var Pager = (props) => {
5827
5874
  size
5828
5875
  })
5829
5876
  ),
5830
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("option", { children: "1" })
5877
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("option", { children: "1" })
5831
5878
  }
5832
5879
  ),
5833
- type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5880
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5834
5881
  "div",
5835
5882
  {
5836
5883
  className: classNames(
5837
5884
  "k-pager-numbers"
5838
5885
  ),
5839
5886
  children: [
5840
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5887
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5841
5888
  Button,
5842
5889
  {
5843
5890
  fillMode: "flat",
@@ -5847,7 +5894,7 @@ var Pager = (props) => {
5847
5894
  children: "1"
5848
5895
  }
5849
5896
  ),
5850
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5897
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5851
5898
  Button,
5852
5899
  {
5853
5900
  hover: true,
@@ -5858,7 +5905,7 @@ var Pager = (props) => {
5858
5905
  children: "2"
5859
5906
  }
5860
5907
  ),
5861
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5908
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5862
5909
  Button,
5863
5910
  {
5864
5911
  focus: true,
@@ -5869,7 +5916,7 @@ var Pager = (props) => {
5869
5916
  children: "3"
5870
5917
  }
5871
5918
  ),
5872
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5919
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5873
5920
  Button,
5874
5921
  {
5875
5922
  selected: true,
@@ -5880,7 +5927,7 @@ var Pager = (props) => {
5880
5927
  children: "4"
5881
5928
  }
5882
5929
  ),
5883
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5930
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5884
5931
  Button,
5885
5932
  {
5886
5933
  hover: true,
@@ -5892,7 +5939,7 @@ var Pager = (props) => {
5892
5939
  children: "5"
5893
5940
  }
5894
5941
  ),
5895
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5942
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5896
5943
  Button,
5897
5944
  {
5898
5945
  selected: true,
@@ -5907,7 +5954,7 @@ var Pager = (props) => {
5907
5954
  ]
5908
5955
  }
5909
5956
  ),
5910
- type === "input" && /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5957
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5911
5958
  "span",
5912
5959
  {
5913
5960
  className: classNames(
@@ -5915,12 +5962,12 @@ var Pager = (props) => {
5915
5962
  ),
5916
5963
  children: [
5917
5964
  "Page",
5918
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Textbox, { showClearButton: false, size, value: "999" }),
5965
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Textbox, { showClearButton: false, size, value: "999" }),
5919
5966
  "of 8"
5920
5967
  ]
5921
5968
  }
5922
5969
  ),
5923
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5970
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5924
5971
  Button,
5925
5972
  {
5926
5973
  className: classNames(
@@ -5933,7 +5980,7 @@ var Pager = (props) => {
5933
5980
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
5934
5981
  }
5935
5982
  ),
5936
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5983
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5937
5984
  Button,
5938
5985
  {
5939
5986
  className: classNames(
@@ -5949,19 +5996,19 @@ var Pager = (props) => {
5949
5996
  ]
5950
5997
  }
5951
5998
  ),
5952
- pageSizes && /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5999
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5953
6000
  "span",
5954
6001
  {
5955
6002
  className: classNames(
5956
6003
  "k-pager-sizes"
5957
6004
  ),
5958
6005
  children: [
5959
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(DropdownList, { value: "20", size }),
6006
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(DropdownList, { value: "20", size }),
5960
6007
  "items per page"
5961
6008
  ]
5962
6009
  }
5963
6010
  ),
5964
- refresh && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6011
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5965
6012
  Button,
5966
6013
  {
5967
6014
  className: classNames(
@@ -5973,7 +6020,7 @@ var Pager = (props) => {
5973
6020
  icon: "arrow-rotate-cw"
5974
6021
  }
5975
6022
  ),
5976
- info && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6023
+ info && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5977
6024
  "span",
5978
6025
  {
5979
6026
  className: classNames(
@@ -5986,31 +6033,31 @@ var Pager = (props) => {
5986
6033
  }
5987
6034
  );
5988
6035
  };
5989
- Pager.states = states26;
5990
- Pager.options = options25;
6036
+ Pager.states = states27;
6037
+ Pager.options = options26;
5991
6038
  Pager.className = PAGER_CLASSNAME;
5992
- Pager.defaultProps = defaultProps23;
6039
+ Pager.defaultProps = defaultProps24;
5993
6040
 
5994
6041
  // src/button-group/button-group.spec.tsx
5995
- var import_jsx_runtime44 = require("react/jsx-runtime");
6042
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5996
6043
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5997
- var states27 = [
6044
+ var states28 = [
5998
6045
  States.disabled
5999
6046
  ];
6000
- var options26 = {
6047
+ var options27 = {
6001
6048
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6002
6049
  };
6003
- var defaultProps24 = {
6050
+ var defaultProps25 = {
6004
6051
  fillMode: FillMode.solid
6005
6052
  };
6006
6053
  var ButtonGroup = (props) => {
6007
6054
  const {
6008
- fillMode = defaultProps24.fillMode,
6055
+ fillMode = defaultProps25.fillMode,
6009
6056
  disabled,
6010
6057
  stretched,
6011
6058
  ...other
6012
6059
  } = props;
6013
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6060
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
6014
6061
  "div",
6015
6062
  {
6016
6063
  ...other,
@@ -6031,35 +6078,35 @@ var ButtonGroup = (props) => {
6031
6078
  }
6032
6079
  );
6033
6080
  };
6034
- ButtonGroup.states = states27;
6035
- ButtonGroup.options = options26;
6081
+ ButtonGroup.states = states28;
6082
+ ButtonGroup.options = options27;
6036
6083
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6037
- ButtonGroup.defaultProps = defaultProps24;
6084
+ ButtonGroup.defaultProps = defaultProps25;
6038
6085
 
6039
6086
  // src/button-group/templates/icon-button-group.tsx
6040
- var import_jsx_runtime45 = require("react/jsx-runtime");
6087
+ var import_jsx_runtime46 = require("react/jsx-runtime");
6041
6088
 
6042
6089
  // src/button-group/templates/icon-text-button-group.tsx
6043
- var import_jsx_runtime46 = require("react/jsx-runtime");
6090
+ var import_jsx_runtime47 = require("react/jsx-runtime");
6044
6091
 
6045
6092
  // src/button-group/templates/text-button-group.tsx
6046
- var import_jsx_runtime47 = require("react/jsx-runtime");
6093
+ var import_jsx_runtime48 = require("react/jsx-runtime");
6047
6094
 
6048
6095
  // src/button-group/templates/mixed-button-group.tsx
6049
- var import_jsx_runtime48 = require("react/jsx-runtime");
6096
+ var import_jsx_runtime49 = require("react/jsx-runtime");
6050
6097
 
6051
6098
  // src/color-preview/color-preview.tsx
6052
- var import_jsx_runtime49 = require("react/jsx-runtime");
6099
+ var import_jsx_runtime50 = require("react/jsx-runtime");
6053
6100
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6054
- var states28 = [];
6055
- var options27 = {};
6101
+ var states29 = [];
6102
+ var options28 = {};
6056
6103
  var ColorPreview = (props) => {
6057
6104
  const {
6058
6105
  color,
6059
6106
  iconName,
6060
6107
  ...other
6061
6108
  } = props;
6062
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
6109
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
6063
6110
  "span",
6064
6111
  {
6065
6112
  ...other,
@@ -6072,8 +6119,8 @@ var ColorPreview = (props) => {
6072
6119
  }
6073
6120
  ),
6074
6121
  children: [
6075
- iconName && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6076
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6122
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6123
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6077
6124
  "span",
6078
6125
  {
6079
6126
  className: "k-color-preview-mask",
@@ -6084,14 +6131,14 @@ var ColorPreview = (props) => {
6084
6131
  }
6085
6132
  );
6086
6133
  };
6087
- ColorPreview.states = states28;
6088
- ColorPreview.options = options27;
6134
+ ColorPreview.states = states29;
6135
+ ColorPreview.options = options28;
6089
6136
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6090
6137
 
6091
6138
  // src/colorpicker/colorpicker.spec.tsx
6092
- var import_jsx_runtime50 = require("react/jsx-runtime");
6139
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6093
6140
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6094
- var states29 = [
6141
+ var states30 = [
6095
6142
  States.hover,
6096
6143
  States.focus,
6097
6144
  States.valid,
@@ -6099,12 +6146,12 @@ var states29 = [
6099
6146
  States.required,
6100
6147
  States.disabled
6101
6148
  ];
6102
- var options28 = {
6149
+ var options29 = {
6103
6150
  size: [Size.small, Size.medium, Size.large],
6104
6151
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6105
6152
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6106
6153
  };
6107
- var defaultProps25 = {
6154
+ var defaultProps26 = {
6108
6155
  arrowIconName: "caret-alt-down",
6109
6156
  size: Picker.defaultProps.size,
6110
6157
  rounded: Picker.defaultProps.rounded,
@@ -6126,10 +6173,10 @@ var ColorPicker = (props) => {
6126
6173
  required,
6127
6174
  disabled,
6128
6175
  valueIconName,
6129
- arrowIconName = defaultProps25.arrowIconName,
6176
+ arrowIconName = defaultProps26.arrowIconName,
6130
6177
  ...other
6131
6178
  } = props;
6132
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
6179
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
6133
6180
  Picker,
6134
6181
  {
6135
6182
  ...other,
@@ -6148,14 +6195,14 @@ var ColorPicker = (props) => {
6148
6195
  "k-icon-picker"
6149
6196
  ),
6150
6197
  children: [
6151
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputPrefix, { children: prefix }),
6152
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6198
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputPrefix, { children: prefix }),
6199
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6153
6200
  InputInnerSpan,
6154
6201
  {
6155
6202
  placeholder,
6156
6203
  value,
6157
6204
  showValue: false,
6158
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6205
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6159
6206
  ColorPreview,
6160
6207
  {
6161
6208
  className: "k-value-icon",
@@ -6166,8 +6213,8 @@ var ColorPicker = (props) => {
6166
6213
  valueIconName
6167
6214
  }
6168
6215
  ),
6169
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputSuffix, { children: suffix }),
6170
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6216
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputSuffix, { children: suffix }),
6217
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6171
6218
  Button,
6172
6219
  {
6173
6220
  className: "k-input-button",
@@ -6181,15 +6228,15 @@ var ColorPicker = (props) => {
6181
6228
  }
6182
6229
  );
6183
6230
  };
6184
- ColorPicker.states = states29;
6185
- ColorPicker.options = options28;
6231
+ ColorPicker.states = states30;
6232
+ ColorPicker.options = options29;
6186
6233
  ColorPicker.className = COLORPICKER_CLASSNAME;
6187
- ColorPicker.defaultProps = defaultProps25;
6234
+ ColorPicker.defaultProps = defaultProps26;
6188
6235
 
6189
6236
  // src/combobox/combobox.spec.tsx
6190
- var import_jsx_runtime51 = require("react/jsx-runtime");
6237
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6191
6238
  var COMBOBOX_CLASSNAME = `k-combobox`;
6192
- var states30 = [
6239
+ var states31 = [
6193
6240
  States.hover,
6194
6241
  States.focus,
6195
6242
  States.valid,
@@ -6199,12 +6246,12 @@ var states30 = [
6199
6246
  States.disabled,
6200
6247
  States.readonly
6201
6248
  ];
6202
- var defaultProps26 = {
6249
+ var defaultProps27 = {
6203
6250
  size: Input.defaultProps.size,
6204
6251
  rounded: Input.defaultProps.rounded,
6205
6252
  fillMode: Input.defaultProps.fillMode
6206
6253
  };
6207
- var options29 = {
6254
+ var options30 = {
6208
6255
  size: [Size.small, Size.medium, Size.large],
6209
6256
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6210
6257
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6230,8 +6277,8 @@ var Combobox = (props) => {
6230
6277
  readonly,
6231
6278
  ...other
6232
6279
  } = props;
6233
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
6234
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
6280
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6281
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
6235
6282
  Input,
6236
6283
  {
6237
6284
  ...other,
@@ -6248,9 +6295,9 @@ var Combobox = (props) => {
6248
6295
  readonly,
6249
6296
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6250
6297
  children: [
6251
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputPrefix, { children: prefix }),
6252
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputInnerInput, { placeholder, value }),
6253
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6298
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputPrefix, { children: prefix }),
6299
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputInnerInput, { placeholder, value }),
6300
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6254
6301
  InputValidationIcon,
6255
6302
  {
6256
6303
  valid,
@@ -6259,14 +6306,14 @@ var Combobox = (props) => {
6259
6306
  disabled
6260
6307
  }
6261
6308
  ),
6262
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6309
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6263
6310
  InputLoadingIcon,
6264
6311
  {
6265
6312
  loading,
6266
6313
  disabled
6267
6314
  }
6268
6315
  ),
6269
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6316
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6270
6317
  InputClearValue,
6271
6318
  {
6272
6319
  loading,
@@ -6275,8 +6322,8 @@ var Combobox = (props) => {
6275
6322
  value
6276
6323
  }
6277
6324
  ),
6278
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputSuffix, { children: suffix }),
6279
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6325
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputSuffix, { children: suffix }),
6326
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6280
6327
  Button,
6281
6328
  {
6282
6329
  className: "k-input-button",
@@ -6289,25 +6336,25 @@ var Combobox = (props) => {
6289
6336
  ]
6290
6337
  }
6291
6338
  ),
6292
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Popup, { className: "k-combobox-popup", children: popup })
6339
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
6293
6340
  ] });
6294
6341
  };
6295
- Combobox.states = states30;
6296
- Combobox.options = options29;
6342
+ Combobox.states = states31;
6343
+ Combobox.options = options30;
6297
6344
  Combobox.className = COMBOBOX_CLASSNAME;
6298
- Combobox.defaultProps = defaultProps26;
6345
+ Combobox.defaultProps = defaultProps27;
6299
6346
 
6300
6347
  // src/menu-button/menu-button.spec.tsx
6301
- var import_jsx_runtime52 = require("react/jsx-runtime");
6348
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6302
6349
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6303
- var states31 = [
6350
+ var states32 = [
6304
6351
  States.hover,
6305
6352
  States.focus,
6306
6353
  States.active,
6307
6354
  States.selected,
6308
6355
  States.disabled
6309
6356
  ];
6310
- var options30 = {
6357
+ var options31 = {
6311
6358
  size: [Size.small, Size.medium, Size.large],
6312
6359
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6313
6360
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6325,7 +6372,7 @@ var options30 = {
6325
6372
  ThemeColor.inverse
6326
6373
  ]
6327
6374
  };
6328
- var defaultProps27 = {
6375
+ var defaultProps28 = {
6329
6376
  size: Size.medium,
6330
6377
  rounded: Roundness.medium,
6331
6378
  fillMode: FillMode.solid,
@@ -6335,10 +6382,10 @@ var defaultProps27 = {
6335
6382
  };
6336
6383
  var MenuButton = (props) => {
6337
6384
  const {
6338
- size = defaultProps27.size,
6339
- rounded = defaultProps27.rounded,
6340
- fillMode = defaultProps27.fillMode,
6341
- themeColor = defaultProps27.themeColor,
6385
+ size = defaultProps28.size,
6386
+ rounded = defaultProps28.rounded,
6387
+ fillMode = defaultProps28.fillMode,
6388
+ themeColor = defaultProps28.themeColor,
6342
6389
  hover,
6343
6390
  focus,
6344
6391
  active,
@@ -6346,11 +6393,11 @@ var MenuButton = (props) => {
6346
6393
  disabled,
6347
6394
  icon,
6348
6395
  text,
6349
- showArrow = defaultProps27.showArrow,
6350
- arrowIconName = defaultProps27.arrowIconName,
6396
+ showArrow = defaultProps28.showArrow,
6397
+ arrowIconName = defaultProps28.arrowIconName,
6351
6398
  ...other
6352
6399
  } = props;
6353
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6400
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6354
6401
  Button,
6355
6402
  {
6356
6403
  ...other,
@@ -6374,22 +6421,22 @@ var MenuButton = (props) => {
6374
6421
  }
6375
6422
  );
6376
6423
  };
6377
- MenuButton.states = states31;
6378
- MenuButton.options = options30;
6424
+ MenuButton.states = states32;
6425
+ MenuButton.options = options31;
6379
6426
  MenuButton.className = MENUBUTTON_CLASSNAME;
6380
- MenuButton.defaultProps = defaultProps27;
6427
+ MenuButton.defaultProps = defaultProps28;
6381
6428
 
6382
6429
  // src/split-button/split-button.spec.tsx
6383
- var import_jsx_runtime53 = require("react/jsx-runtime");
6430
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6384
6431
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6385
- var states32 = [
6432
+ var states33 = [
6386
6433
  States.hover,
6387
6434
  States.focus,
6388
6435
  States.active,
6389
6436
  States.selected,
6390
6437
  States.disabled
6391
6438
  ];
6392
- var options31 = {
6439
+ var options32 = {
6393
6440
  size: [Size.small, Size.medium, Size.large],
6394
6441
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6395
6442
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6407,7 +6454,7 @@ var options31 = {
6407
6454
  ThemeColor.inverse
6408
6455
  ]
6409
6456
  };
6410
- var defaultProps28 = {
6457
+ var defaultProps29 = {
6411
6458
  size: Size.medium,
6412
6459
  rounded: Roundness.medium,
6413
6460
  fillMode: FillMode.solid,
@@ -6416,10 +6463,10 @@ var defaultProps28 = {
6416
6463
  };
6417
6464
  var SplitButton = (props) => {
6418
6465
  const {
6419
- size = defaultProps28.size,
6420
- rounded = defaultProps28.rounded,
6421
- fillMode = defaultProps28.fillMode,
6422
- themeColor = defaultProps28.themeColor,
6466
+ size = defaultProps29.size,
6467
+ rounded = defaultProps29.rounded,
6468
+ fillMode = defaultProps29.fillMode,
6469
+ themeColor = defaultProps29.themeColor,
6423
6470
  hover,
6424
6471
  focus,
6425
6472
  active,
@@ -6427,10 +6474,10 @@ var SplitButton = (props) => {
6427
6474
  disabled,
6428
6475
  icon,
6429
6476
  text,
6430
- arrowIconName = defaultProps28.arrowIconName,
6477
+ arrowIconName = defaultProps29.arrowIconName,
6431
6478
  ...other
6432
6479
  } = props;
6433
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6480
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
6434
6481
  "div",
6435
6482
  {
6436
6483
  ...other,
@@ -6443,7 +6490,7 @@ var SplitButton = (props) => {
6443
6490
  })
6444
6491
  ),
6445
6492
  children: [
6446
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6493
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6447
6494
  Button,
6448
6495
  {
6449
6496
  text,
@@ -6460,7 +6507,7 @@ var SplitButton = (props) => {
6460
6507
  children: props.children
6461
6508
  }
6462
6509
  ),
6463
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6510
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6464
6511
  Button,
6465
6512
  {
6466
6513
  className: "k-split-button-arrow",
@@ -6475,27 +6522,27 @@ var SplitButton = (props) => {
6475
6522
  }
6476
6523
  );
6477
6524
  };
6478
- SplitButton.states = states32;
6479
- SplitButton.options = options31;
6525
+ SplitButton.states = states33;
6526
+ SplitButton.options = options32;
6480
6527
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6481
- SplitButton.defaultProps = defaultProps28;
6528
+ SplitButton.defaultProps = defaultProps29;
6482
6529
  var split_button_spec_default = SplitButton;
6483
6530
 
6484
6531
  // src/toolbar/toolbar.spec.tsx
6485
- var import_jsx_runtime54 = require("react/jsx-runtime");
6532
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6486
6533
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6487
- var states33 = [
6534
+ var states34 = [
6488
6535
  States.focus
6489
6536
  ];
6490
- var options32 = {
6537
+ var options33 = {
6491
6538
  size: [Size.small, Size.medium, Size.large]
6492
6539
  };
6493
- var defaultProps29 = {
6540
+ var defaultProps30 = {
6494
6541
  size: Size.medium
6495
6542
  };
6496
6543
  var Toolbar = (props) => {
6497
6544
  const {
6498
- size = defaultProps29.size,
6545
+ size = defaultProps30.size,
6499
6546
  focus,
6500
6547
  resizable,
6501
6548
  ...other
@@ -6505,7 +6552,7 @@ var Toolbar = (props) => {
6505
6552
  const tempToolbarChildren = [];
6506
6553
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6507
6554
  tempToolbarChildren.push(
6508
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6555
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6509
6556
  Button,
6510
6557
  {
6511
6558
  ...child.props,
@@ -6516,7 +6563,7 @@ var Toolbar = (props) => {
6516
6563
  );
6517
6564
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6518
6565
  tempToolbarChildren.push(
6519
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6566
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6520
6567
  Button,
6521
6568
  {
6522
6569
  ...child.props,
@@ -6527,7 +6574,7 @@ var Toolbar = (props) => {
6527
6574
  );
6528
6575
  } else if (child.type === Button) {
6529
6576
  tempToolbarChildren.push(
6530
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6577
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6531
6578
  Button,
6532
6579
  {
6533
6580
  ...child.props,
@@ -6538,7 +6585,7 @@ var Toolbar = (props) => {
6538
6585
  );
6539
6586
  } else if (child.type === MenuButton) {
6540
6587
  tempToolbarChildren.push(
6541
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6588
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6542
6589
  MenuButton,
6543
6590
  {
6544
6591
  ...child.props,
@@ -6549,7 +6596,7 @@ var Toolbar = (props) => {
6549
6596
  );
6550
6597
  } else if (child.type === split_button_spec_default) {
6551
6598
  tempToolbarChildren.push(
6552
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6599
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6553
6600
  split_button_spec_default,
6554
6601
  {
6555
6602
  ...child.props,
@@ -6563,7 +6610,7 @@ var Toolbar = (props) => {
6563
6610
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6564
6611
  childrenArray.forEach((button, bindex) => {
6565
6612
  buttonGroupItems.push(
6566
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6613
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6567
6614
  Button,
6568
6615
  {
6569
6616
  ...button.props,
@@ -6574,7 +6621,7 @@ var Toolbar = (props) => {
6574
6621
  );
6575
6622
  });
6576
6623
  tempToolbarChildren.push(
6577
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6624
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6578
6625
  ButtonGroup,
6579
6626
  {
6580
6627
  ...child.props,
@@ -6586,7 +6633,7 @@ var Toolbar = (props) => {
6586
6633
  );
6587
6634
  } else if (child.type === Combobox) {
6588
6635
  tempToolbarChildren.push(
6589
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6636
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6590
6637
  Combobox,
6591
6638
  {
6592
6639
  ...child.props,
@@ -6597,7 +6644,7 @@ var Toolbar = (props) => {
6597
6644
  );
6598
6645
  } else if (child.type === DropdownList) {
6599
6646
  tempToolbarChildren.push(
6600
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6647
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6601
6648
  DropdownList,
6602
6649
  {
6603
6650
  ...child.props,
@@ -6608,7 +6655,7 @@ var Toolbar = (props) => {
6608
6655
  );
6609
6656
  } else if (child.type === ColorPicker) {
6610
6657
  tempToolbarChildren.push(
6611
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6658
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6612
6659
  ColorPicker,
6613
6660
  {
6614
6661
  ...child.props,
@@ -6630,7 +6677,7 @@ var Toolbar = (props) => {
6630
6677
  addUniqueToolClass(child, index);
6631
6678
  });
6632
6679
  }
6633
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6680
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6634
6681
  "div",
6635
6682
  {
6636
6683
  ...other,
@@ -6651,26 +6698,26 @@ var Toolbar = (props) => {
6651
6698
  }
6652
6699
  );
6653
6700
  };
6654
- Toolbar.states = states33;
6655
- Toolbar.options = options32;
6701
+ Toolbar.states = states34;
6702
+ Toolbar.options = options33;
6656
6703
  Toolbar.className = TOOLBAR_CLASSNAME;
6657
- Toolbar.defaultProps = defaultProps29;
6704
+ Toolbar.defaultProps = defaultProps30;
6658
6705
 
6659
6706
  // src/toolbar/toolbar-angular.spec.tsx
6660
- var import_jsx_runtime55 = require("react/jsx-runtime");
6707
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6661
6708
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6662
- var states34 = [
6709
+ var states35 = [
6663
6710
  States.focus
6664
6711
  ];
6665
- var options33 = {
6712
+ var options34 = {
6666
6713
  size: [Size.small, Size.medium, Size.large]
6667
6714
  };
6668
- var defaultProps30 = {
6715
+ var defaultProps31 = {
6669
6716
  size: Size.medium
6670
6717
  };
6671
6718
  var ToolbarAngular = (props) => {
6672
6719
  const {
6673
- size = defaultProps30.size,
6720
+ size = defaultProps31.size,
6674
6721
  focus,
6675
6722
  resizable,
6676
6723
  ...other
@@ -6680,7 +6727,7 @@ var ToolbarAngular = (props) => {
6680
6727
  const tempToolbarChildren = [];
6681
6728
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6682
6729
  tempToolbarChildren.push(
6683
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6730
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6684
6731
  Button,
6685
6732
  {
6686
6733
  ...child.props,
@@ -6691,7 +6738,7 @@ var ToolbarAngular = (props) => {
6691
6738
  );
6692
6739
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6693
6740
  tempToolbarChildren.push(
6694
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6741
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6695
6742
  Button,
6696
6743
  {
6697
6744
  ...child.props,
@@ -6702,7 +6749,7 @@ var ToolbarAngular = (props) => {
6702
6749
  );
6703
6750
  } else if (child.type === Button) {
6704
6751
  tempToolbarChildren.push(
6705
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6752
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6706
6753
  Button,
6707
6754
  {
6708
6755
  ...child.props,
@@ -6713,7 +6760,7 @@ var ToolbarAngular = (props) => {
6713
6760
  );
6714
6761
  } else if (child.type === MenuButton) {
6715
6762
  tempToolbarChildren.push(
6716
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6763
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6717
6764
  MenuButton,
6718
6765
  {
6719
6766
  ...child.props,
@@ -6724,7 +6771,7 @@ var ToolbarAngular = (props) => {
6724
6771
  );
6725
6772
  } else if (child.type === split_button_spec_default) {
6726
6773
  tempToolbarChildren.push(
6727
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6774
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6728
6775
  split_button_spec_default,
6729
6776
  {
6730
6777
  ...child.props,
@@ -6738,7 +6785,7 @@ var ToolbarAngular = (props) => {
6738
6785
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6739
6786
  childrenArray.forEach((button, bindex) => {
6740
6787
  buttonGroupItems.push(
6741
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6788
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6742
6789
  Button,
6743
6790
  {
6744
6791
  ...button.props,
@@ -6749,7 +6796,7 @@ var ToolbarAngular = (props) => {
6749
6796
  );
6750
6797
  });
6751
6798
  tempToolbarChildren.push(
6752
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6799
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6753
6800
  ButtonGroup,
6754
6801
  {
6755
6802
  ...child.props,
@@ -6761,7 +6808,7 @@ var ToolbarAngular = (props) => {
6761
6808
  );
6762
6809
  } else if (child.type === Combobox) {
6763
6810
  tempToolbarChildren.push(
6764
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6811
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6765
6812
  Combobox,
6766
6813
  {
6767
6814
  ...child.props,
@@ -6772,7 +6819,7 @@ var ToolbarAngular = (props) => {
6772
6819
  );
6773
6820
  } else if (child.type === DropdownList) {
6774
6821
  tempToolbarChildren.push(
6775
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6822
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6776
6823
  DropdownList,
6777
6824
  {
6778
6825
  ...child.props,
@@ -6783,7 +6830,7 @@ var ToolbarAngular = (props) => {
6783
6830
  );
6784
6831
  } else if (child.type === ColorPicker) {
6785
6832
  tempToolbarChildren.push(
6786
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6833
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6787
6834
  ColorPicker,
6788
6835
  {
6789
6836
  ...child.props,
@@ -6805,7 +6852,7 @@ var ToolbarAngular = (props) => {
6805
6852
  addUniqueToolClass(child, index);
6806
6853
  });
6807
6854
  }
6808
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6855
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6809
6856
  "div",
6810
6857
  {
6811
6858
  ...other,
@@ -6826,28 +6873,28 @@ var ToolbarAngular = (props) => {
6826
6873
  }
6827
6874
  );
6828
6875
  };
6829
- ToolbarAngular.states = states34;
6830
- ToolbarAngular.options = options33;
6876
+ ToolbarAngular.states = states35;
6877
+ ToolbarAngular.options = options34;
6831
6878
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6832
- ToolbarAngular.defaultProps = defaultProps30;
6879
+ ToolbarAngular.defaultProps = defaultProps31;
6833
6880
 
6834
6881
  // src/toolbar/toolbar-separator.tsx
6835
- var import_jsx_runtime56 = require("react/jsx-runtime");
6882
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6836
6883
 
6837
6884
  // src/toolbar/toolbar-item.spec.tsx
6838
- var import_jsx_runtime57 = require("react/jsx-runtime");
6885
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6839
6886
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6840
- var states35 = [
6887
+ var states36 = [
6841
6888
  States.focus
6842
6889
  ];
6843
- var options34 = {};
6844
- var defaultProps31 = {};
6890
+ var options35 = {};
6891
+ var defaultProps32 = {};
6845
6892
  var ToolbarItem = (props) => {
6846
6893
  const {
6847
6894
  focus,
6848
6895
  ...other
6849
6896
  } = props;
6850
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6897
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6851
6898
  "div",
6852
6899
  {
6853
6900
  ...other,
@@ -6862,13 +6909,13 @@ var ToolbarItem = (props) => {
6862
6909
  }
6863
6910
  );
6864
6911
  };
6865
- ToolbarItem.states = states35;
6866
- ToolbarItem.options = options34;
6912
+ ToolbarItem.states = states36;
6913
+ ToolbarItem.options = options35;
6867
6914
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6868
- ToolbarItem.defaultProps = defaultProps31;
6915
+ ToolbarItem.defaultProps = defaultProps32;
6869
6916
 
6870
6917
  // src/grid/tests/grid-size-sm-comp-sm.tsx
6871
- var import_jsx_runtime58 = require("react/jsx-runtime");
6918
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6872
6919
  var styles = `
6873
6920
  .k-grouping-header .k-grouping-dropclue {
6874
6921
  left: 0;
@@ -6877,275 +6924,275 @@ var styles = `
6877
6924
  position: relative;
6878
6925
  }
6879
6926
  `;
6880
- var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
6881
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("style", { children: styles }),
6882
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6883
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "col-2", children: "Grid" }),
6884
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
6885
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6886
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
6887
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { style: { width: "100px" } }),
6888
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {})
6927
+ var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
6928
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("style", { children: styles }),
6929
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6930
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "col-2", children: "Grid" }),
6931
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
6932
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6933
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
6934
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { style: { width: "100px" } }),
6935
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {})
6889
6936
  ] }),
6890
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
6891
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
6892
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
6937
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
6938
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
6939
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
6893
6940
  ] }) })
6894
6941
  ] }) }) }),
6895
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
6896
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
6897
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { style: { width: "100px" } }),
6898
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {})
6942
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
6943
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
6944
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { style: { width: "100px" } }),
6945
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {})
6899
6946
  ] }),
6900
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tbody", { className: "k-table-tbody", children: [
6901
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
6902
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "1" }),
6903
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Row" })
6947
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tbody", { className: "k-table-tbody", children: [
6948
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
6949
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "1" }),
6950
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Row" })
6904
6951
  ] }),
6905
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6906
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "2" }),
6907
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Alt row" })
6952
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6953
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "2" }),
6954
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Alt row" })
6908
6955
  ] }),
6909
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
6910
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "3" }),
6911
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("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." })
6956
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
6957
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "3" }),
6958
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("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." })
6912
6959
  ] }),
6913
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6914
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "4" }),
6915
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-placeholder-line" }) })
6960
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6961
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "4" }),
6962
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-placeholder-line" }) })
6916
6963
  ] }),
6917
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
6918
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "5" }),
6919
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-placeholder-line" }) })
6964
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
6965
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "5" }),
6966
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-placeholder-line" }) })
6920
6967
  ] })
6921
6968
  ] })
6922
6969
  ] }) }),
6923
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Pager, { className: "k-grid-pager", size: "small" })
6970
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Pager, { className: "k-grid-pager", size: "small" })
6924
6971
  ] }) }),
6925
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "col-2", children: "Filtering" }),
6926
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
6927
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6928
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
6929
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { className: "k-hierarchy-col" }),
6930
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
6931
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
6932
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
6933
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {})
6972
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "col-2", children: "Filtering" }),
6973
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
6974
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
6975
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
6976
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { className: "k-hierarchy-col" }),
6977
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
6978
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
6979
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
6980
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {})
6934
6981
  ] }),
6935
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("thead", { className: "k-table-thead", children: [
6936
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
6937
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header k-hierarchy-cell" }),
6938
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-cell-inner", children: [
6939
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Default" }) }),
6940
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) })
6982
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("thead", { className: "k-table-thead", children: [
6983
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
6984
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header k-hierarchy-cell" }),
6985
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-cell-inner", children: [
6986
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Default" }) }),
6987
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "filter" }) })
6941
6988
  ] }) }),
6942
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-cell-inner", children: [
6943
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Hover" }) }),
6944
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) })
6989
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-cell-inner", children: [
6990
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Hover" }) }),
6991
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "filter" }) })
6945
6992
  ] }) }),
6946
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-cell-inner", children: [
6947
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Focus" }) }),
6948
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) })
6993
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-cell-inner", children: [
6994
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Focus" }) }),
6995
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "filter" }) })
6949
6996
  ] }) }),
6950
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-cell-inner", children: [
6951
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Active" }) }),
6952
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) })
6997
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-cell-inner", children: [
6998
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Active" }) }),
6999
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "filter" }) })
6953
7000
  ] }) }),
6954
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-cell-inner", children: [
6955
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-link", children: [
6956
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Sorted" }),
6957
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "sort-asc-small" }) })
7001
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-cell-inner", children: [
7002
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-link", children: [
7003
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Sorted" }),
7004
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "sort-asc-small" }) })
6958
7005
  ] }),
6959
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) })
7006
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "filter" }) })
6960
7007
  ] }) })
6961
7008
  ] }),
6962
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
6963
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
6964
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-wrapper", children: [
6965
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(NumericTextbox, { size: "small" }),
6966
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-operator", children: [
6967
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7009
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
7010
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
7011
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7012
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(NumericTextbox, { size: "small" }),
7013
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-operator", children: [
7014
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6968
7015
  " ",
6969
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "filter-clear", disabled: true })
7016
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "filter-clear", disabled: true })
6970
7017
  ] })
6971
7018
  ] }) }) }),
6972
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-wrapper", children: [
6973
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
6974
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-operator", children: [
6975
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7019
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7020
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7021
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-operator", children: [
7022
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6976
7023
  " ",
6977
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "filter-clear" })
7024
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "filter-clear" })
6978
7025
  ] })
6979
7026
  ] }) }) }),
6980
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-wrapper", children: [
6981
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
6982
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-operator", children: [
6983
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7028
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7029
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-operator", children: [
7030
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6984
7031
  " ",
6985
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "filter-clear" })
7032
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "filter-clear" })
6986
7033
  ] })
6987
7034
  ] }) }) }),
6988
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-wrapper", children: [
6989
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
6990
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filtercell-operator", children: [
6991
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7035
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7036
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7037
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-filtercell-operator", children: [
7038
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
6992
7039
  " ",
6993
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "filter-clear" })
7040
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "filter-clear" })
6994
7041
  ] })
6995
7042
  ] }) }) }),
6996
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
7043
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
6997
7044
  ] })
6998
7045
  ] })
6999
7046
  ] }) }) }),
7000
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
7001
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
7002
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { className: "k-hierarchy-col" }),
7003
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7004
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7005
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7006
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {})
7047
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
7048
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
7049
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { className: "k-hierarchy-col" }),
7050
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7051
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7052
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7053
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {})
7007
7054
  ] }),
7008
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tbody", { className: "k-table-tbody", children: [
7009
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-master-row k-expanded", children: [
7010
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "caret-alt-down" }) }),
7011
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "1" }),
7012
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" }),
7014
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" }),
7015
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" })
7055
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tbody", { className: "k-table-tbody", children: [
7056
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-master-row k-expanded", children: [
7057
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "caret-alt-down" }) }),
7058
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "1" }),
7059
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" }),
7060
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" }),
7061
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" }),
7062
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" })
7016
7063
  ] }),
7017
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-detail-row", children: [
7018
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td k-hierarchy-cell" }),
7019
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7064
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-detail-row", children: [
7065
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td k-hierarchy-cell" }),
7066
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7020
7067
  ] }),
7021
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
7022
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "caret-alt-right" }) }),
7023
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "2" }),
7024
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" }),
7025
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" }),
7026
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" }),
7027
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Text" })
7068
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
7069
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "caret-alt-right" }) }),
7070
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "2" }),
7071
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" }),
7072
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" }),
7073
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" }),
7074
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Text" })
7028
7075
  ] })
7029
7076
  ] })
7030
7077
  ] }) })
7031
7078
  ] }) }),
7032
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Editing" }),
7033
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7034
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
7035
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7036
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
7037
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7038
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7039
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7040
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { style: { width: "300px" } })
7079
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { children: "Editing" }),
7080
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7081
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
7082
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7083
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
7084
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7085
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7086
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7087
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { style: { width: "300px" } })
7041
7088
  ] }),
7042
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
7043
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7044
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7045
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7046
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7089
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
7090
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7091
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7092
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7093
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7047
7094
  ] }) })
7048
7095
  ] }) }) }),
7049
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7050
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
7051
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7052
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7053
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7054
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { style: { width: "300px" } })
7096
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7097
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
7098
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7099
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7100
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7101
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { style: { width: "300px" } })
7055
7102
  ] }),
7056
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tbody", { className: "k-table-tbody", children: [
7057
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7058
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { value: "Towel", required: true, size: "small" }) }),
7059
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("td", { className: "k-table-td", children: [
7060
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(NumericTextbox, { invalid: true, size: "small" }),
7061
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
7062
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7063
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-tooltip-content", children: "Price" }),
7064
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-callout k-callout-n" })
7103
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tbody", { className: "k-table-tbody", children: [
7104
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7105
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Textbox, { value: "Towel", required: true, size: "small" }) }),
7106
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("td", { className: "k-table-td", children: [
7107
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(NumericTextbox, { invalid: true, size: "small" }),
7108
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
7109
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7110
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-tooltip-content", children: "Price" }),
7111
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-callout k-callout-n" })
7065
7112
  ] })
7066
7113
  ] }),
7067
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("td", { className: "k-table-td", children: [
7068
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7069
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7114
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("td", { className: "k-table-td", children: [
7115
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7116
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7070
7117
  ] }),
7071
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7072
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
7073
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "cancel", children: "Cancel" })
7118
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7119
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
7120
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "cancel", children: "Cancel" })
7074
7121
  ] })
7075
7122
  ] }),
7076
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7077
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
7078
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-dirty" }),
7123
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7124
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
7125
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-dirty" }),
7079
7126
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
7080
7127
  ] }),
7081
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "18" }),
7082
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "false" }),
7083
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7084
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7085
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7128
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "18" }),
7129
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "false" }),
7130
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7131
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7132
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7086
7133
  ] })
7087
7134
  ] }),
7088
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
7089
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Chang" }),
7090
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "19" }),
7091
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "false" }),
7092
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7093
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7094
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7135
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
7136
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Chang" }),
7137
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "19" }),
7138
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "false" }),
7139
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7140
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7141
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7095
7142
  ] })
7096
7143
  ] })
7097
7144
  ] })
7098
7145
  ] }) })
7099
7146
  ] }) }),
7100
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Grouping" }),
7101
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7102
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-grouping-header", children: [
7103
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grouping-dropclue" }),
7104
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(ChipList, { size: "small", children: [
7105
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
7106
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ChipAction, { type: "remove" }), children: "Name" })
7147
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { children: "Grouping" }),
7148
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7149
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-grouping-header", children: [
7150
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grouping-dropclue" }),
7151
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ChipList, { size: "small", children: [
7152
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
7153
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ChipAction, { type: "remove" }), children: "Name" })
7107
7154
  ] }),
7108
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grouping-drop-container" })
7155
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grouping-drop-container" })
7109
7156
  ] }),
7110
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7111
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
7112
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { className: "k-group-col" }),
7113
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7114
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7115
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7116
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {})
7157
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7158
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
7159
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { className: "k-group-col" }),
7160
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7161
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7162
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7163
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {})
7117
7164
  ] }),
7118
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
7119
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7120
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7121
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7122
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7123
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7165
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
7166
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7167
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7168
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7169
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7170
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7124
7171
  ] }) })
7125
7172
  ] }) }) }),
7126
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7127
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("colgroup", { children: [
7128
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", { className: "k-group-col" }),
7129
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7130
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7131
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {}),
7132
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("col", {})
7173
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7174
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("colgroup", { children: [
7175
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", { className: "k-group-col" }),
7176
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7177
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7178
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {}),
7179
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("col", {})
7133
7180
  ] }),
7134
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tbody", { className: "k-table-tbody", children: [
7135
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("p", { className: "k-reset", children: [
7136
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "caret-alt-right" }),
7181
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tbody", { className: "k-table-tbody", children: [
7182
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("p", { className: "k-reset", children: [
7183
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "caret-alt-right" }),
7137
7184
  "Price: 19"
7138
7185
  ] }) }) }),
7139
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("p", { className: "k-reset", children: [
7140
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "caret-alt-down" }),
7186
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("p", { className: "k-reset", children: [
7187
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: "caret-alt-down" }),
7141
7188
  "Price: 30"
7142
7189
  ] }) }) }),
7143
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("tr", { className: "k-table-row", children: [
7144
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7145
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "Chai" }),
7146
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "30" }),
7147
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "false" }),
7148
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("td", { className: "k-table-td", children: "15" })
7190
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("tr", { className: "k-table-row", children: [
7191
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7192
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "Chai" }),
7193
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "30" }),
7194
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "false" }),
7195
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { className: "k-table-td", children: "15" })
7149
7196
  ] })
7150
7197
  ] })
7151
7198
  ] }) })