@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
@@ -5107,27 +5107,74 @@ var import_jsx_runtime26 = require("react/jsx-runtime");
5107
5107
  // src/button-group/templates/mixed-button-group.tsx
5108
5108
  var import_jsx_runtime27 = require("react/jsx-runtime");
5109
5109
 
5110
- // src/popup/popup.spec.tsx
5110
+ // src/animation-container/animation-container.spec.tsx
5111
5111
  var import_jsx_runtime28 = require("react/jsx-runtime");
5112
- var POPUP_CLASSNAME = `k-popup`;
5112
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5113
5113
  var states18 = [];
5114
5114
  var options17 = {};
5115
- var defaultProps14 = {};
5115
+ var defaultProps14 = {
5116
+ positionMode: "absolute"
5117
+ };
5118
+ var AnimationContainer = (props) => {
5119
+ const {
5120
+ positionMode,
5121
+ animationStyle,
5122
+ offset,
5123
+ ...other
5124
+ } = props;
5125
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5126
+ "div",
5127
+ {
5128
+ ...other,
5129
+ style: { ...offset, ...props.style },
5130
+ className: classNames(
5131
+ ANIMATION_CONTAINER_CLASSNAME,
5132
+ "k-animation-container-shown",
5133
+ {
5134
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5135
+ }
5136
+ ),
5137
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5138
+ }
5139
+ );
5140
+ };
5141
+ AnimationContainer.states = states18;
5142
+ AnimationContainer.options = options17;
5143
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5144
+ AnimationContainer.defaultProps = defaultProps14;
5145
+
5146
+ // src/popup/popup.spec.tsx
5147
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5148
+ var POPUP_CLASSNAME = `k-popup`;
5149
+ var states19 = [];
5150
+ var options18 = {};
5151
+ var defaultProps15 = {
5152
+ positionMode: "absolute"
5153
+ };
5116
5154
  var Popup = (props) => {
5117
5155
  const {
5156
+ offset,
5157
+ positionMode,
5118
5158
  ...other
5119
5159
  } = props;
5120
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
5160
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5161
+ AnimationContainer,
5162
+ {
5163
+ positionMode,
5164
+ offset,
5165
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5166
+ }
5167
+ );
5121
5168
  };
5122
- Popup.states = states18;
5123
- Popup.options = options17;
5169
+ Popup.states = states19;
5170
+ Popup.options = options18;
5124
5171
  Popup.className = POPUP_CLASSNAME;
5125
- Popup.defaultProps = defaultProps14;
5172
+ Popup.defaultProps = defaultProps15;
5126
5173
 
5127
5174
  // src/combobox/combobox.spec.tsx
5128
- var import_jsx_runtime29 = require("react/jsx-runtime");
5175
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5129
5176
  var COMBOBOX_CLASSNAME = `k-combobox`;
5130
- var states19 = [
5177
+ var states20 = [
5131
5178
  States.hover,
5132
5179
  States.focus,
5133
5180
  States.valid,
@@ -5137,12 +5184,12 @@ var states19 = [
5137
5184
  States.disabled,
5138
5185
  States.readonly
5139
5186
  ];
5140
- var defaultProps15 = {
5187
+ var defaultProps16 = {
5141
5188
  size: Input.defaultProps.size,
5142
5189
  rounded: Input.defaultProps.rounded,
5143
5190
  fillMode: Input.defaultProps.fillMode
5144
5191
  };
5145
- var options18 = {
5192
+ var options19 = {
5146
5193
  size: [Size.small, Size.medium, Size.large],
5147
5194
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5148
5195
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5168,8 +5215,8 @@ var Combobox = (props) => {
5168
5215
  readonly,
5169
5216
  ...other
5170
5217
  } = props;
5171
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
5172
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5218
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5219
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5173
5220
  Input,
5174
5221
  {
5175
5222
  ...other,
@@ -5186,9 +5233,9 @@ var Combobox = (props) => {
5186
5233
  readonly,
5187
5234
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5188
5235
  children: [
5189
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputPrefix, { children: prefix }),
5190
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputInnerInput, { placeholder, value }),
5191
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5236
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5237
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputInnerInput, { placeholder, value }),
5238
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5192
5239
  InputValidationIcon,
5193
5240
  {
5194
5241
  valid,
@@ -5197,14 +5244,14 @@ var Combobox = (props) => {
5197
5244
  disabled
5198
5245
  }
5199
5246
  ),
5200
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5247
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5201
5248
  InputLoadingIcon,
5202
5249
  {
5203
5250
  loading,
5204
5251
  disabled
5205
5252
  }
5206
5253
  ),
5207
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5254
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5208
5255
  InputClearValue,
5209
5256
  {
5210
5257
  loading,
@@ -5213,8 +5260,8 @@ var Combobox = (props) => {
5213
5260
  value
5214
5261
  }
5215
5262
  ),
5216
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputSuffix, { children: suffix }),
5217
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5263
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5264
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5218
5265
  Button,
5219
5266
  {
5220
5267
  className: "k-input-button",
@@ -5227,18 +5274,18 @@ var Combobox = (props) => {
5227
5274
  ]
5228
5275
  }
5229
5276
  ),
5230
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Popup, { className: "k-combobox-popup", children: popup })
5277
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5231
5278
  ] });
5232
5279
  };
5233
- Combobox.states = states19;
5234
- Combobox.options = options18;
5280
+ Combobox.states = states20;
5281
+ Combobox.options = options19;
5235
5282
  Combobox.className = COMBOBOX_CLASSNAME;
5236
- Combobox.defaultProps = defaultProps15;
5283
+ Combobox.defaultProps = defaultProps16;
5237
5284
 
5238
5285
  // src/dropdownlist/dropdownlist.spec.tsx
5239
- var import_jsx_runtime30 = require("react/jsx-runtime");
5286
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5240
5287
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5241
- var states20 = [
5288
+ var states21 = [
5242
5289
  States.hover,
5243
5290
  States.focus,
5244
5291
  States.valid,
@@ -5248,12 +5295,12 @@ var states20 = [
5248
5295
  States.loading,
5249
5296
  States.readonly
5250
5297
  ];
5251
- var options19 = {
5298
+ var options20 = {
5252
5299
  size: [Size.small, Size.medium, Size.large],
5253
5300
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5254
5301
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5255
5302
  };
5256
- var defaultProps16 = {
5303
+ var defaultProps17 = {
5257
5304
  showValue: true,
5258
5305
  arrowIconName: "caret-alt-down",
5259
5306
  size: Size.medium,
@@ -5263,7 +5310,7 @@ var defaultProps16 = {
5263
5310
  var DropdownList = (props) => {
5264
5311
  const {
5265
5312
  valueIconName,
5266
- arrowIconName = defaultProps16.arrowIconName,
5313
+ arrowIconName = defaultProps17.arrowIconName,
5267
5314
  prefix,
5268
5315
  suffix,
5269
5316
  value,
@@ -5279,13 +5326,13 @@ var DropdownList = (props) => {
5279
5326
  loading,
5280
5327
  disabled,
5281
5328
  readonly,
5282
- showValue = defaultProps16.showValue,
5329
+ showValue = defaultProps17.showValue,
5283
5330
  popup,
5284
5331
  opened,
5285
5332
  ...other
5286
5333
  } = props;
5287
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5288
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5334
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5335
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5289
5336
  Picker,
5290
5337
  {
5291
5338
  ...other,
@@ -5308,8 +5355,8 @@ var DropdownList = (props) => {
5308
5355
  }
5309
5356
  ),
5310
5357
  children: [
5311
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5312
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5358
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5359
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5313
5360
  InputInnerSpan,
5314
5361
  {
5315
5362
  placeholder,
@@ -5318,7 +5365,7 @@ var DropdownList = (props) => {
5318
5365
  valueIconName
5319
5366
  }
5320
5367
  ),
5321
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5368
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5322
5369
  InputValidationIcon,
5323
5370
  {
5324
5371
  valid,
@@ -5327,15 +5374,15 @@ var DropdownList = (props) => {
5327
5374
  disabled
5328
5375
  }
5329
5376
  ),
5330
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5377
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5331
5378
  InputLoadingIcon,
5332
5379
  {
5333
5380
  loading,
5334
5381
  disabled
5335
5382
  }
5336
5383
  ),
5337
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5338
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5384
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5385
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5339
5386
  Button,
5340
5387
  {
5341
5388
  className: "k-input-button",
@@ -5348,35 +5395,35 @@ var DropdownList = (props) => {
5348
5395
  ]
5349
5396
  }
5350
5397
  ),
5351
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5398
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5352
5399
  ] });
5353
5400
  };
5354
- DropdownList.states = states20;
5355
- DropdownList.options = options19;
5401
+ DropdownList.states = states21;
5402
+ DropdownList.options = options20;
5356
5403
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5357
- DropdownList.defaultProps = defaultProps16;
5404
+ DropdownList.defaultProps = defaultProps17;
5358
5405
 
5359
5406
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5360
- var import_jsx_runtime31 = require("react/jsx-runtime");
5407
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5361
5408
 
5362
5409
  // src/nodata/nodata.tsx
5363
- var import_jsx_runtime32 = require("react/jsx-runtime");
5410
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5364
5411
  var className9 = `k-nodata`;
5365
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5412
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5366
5413
 
5367
5414
  // src/list/list.spec.tsx
5368
- var import_jsx_runtime33 = require("react/jsx-runtime");
5415
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5369
5416
  var LIST_CLASSNAME = `k-list`;
5370
- var states21 = [];
5371
- var options20 = {
5417
+ var states22 = [];
5418
+ var options21 = {
5372
5419
  size: [Size.small, Size.medium, Size.large]
5373
5420
  };
5374
- var defaultProps17 = {
5421
+ var defaultProps18 = {
5375
5422
  size: Size.medium
5376
5423
  };
5377
5424
  var List = (props) => {
5378
5425
  const {
5379
- size = defaultProps17.size,
5426
+ size = defaultProps18.size,
5380
5427
  virtualization,
5381
5428
  children,
5382
5429
  optionLabel,
@@ -5393,7 +5440,7 @@ var List = (props) => {
5393
5440
  listHeader = child.props.label;
5394
5441
  child.props.children.map((optChild, index2) => {
5395
5442
  listChildren.push(
5396
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5443
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5397
5444
  ListItem,
5398
5445
  {
5399
5446
  ...optChild.props
@@ -5409,7 +5456,7 @@ var List = (props) => {
5409
5456
  groupLabel = child.props.label;
5410
5457
  }
5411
5458
  listChildren.push(
5412
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5459
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5413
5460
  ListItem,
5414
5461
  {
5415
5462
  className: index2 === 0 ? "k-first" : "",
@@ -5421,16 +5468,16 @@ var List = (props) => {
5421
5468
  );
5422
5469
  });
5423
5470
  }
5424
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5471
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5425
5472
  } else if (child.type === ListItem) {
5426
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5427
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: listChildren });
5473
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5474
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5428
5475
  }
5429
5476
  });
5430
5477
  } else {
5431
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(NoData, { children: "No data found." });
5478
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5432
5479
  }
5433
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5480
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5434
5481
  "div",
5435
5482
  {
5436
5483
  ...other,
@@ -5452,24 +5499,24 @@ var List = (props) => {
5452
5499
  }
5453
5500
  );
5454
5501
  };
5455
- List.states = states21;
5456
- List.options = options20;
5502
+ List.states = states22;
5503
+ List.options = options21;
5457
5504
  List.className = LIST_CLASSNAME;
5458
- List.defaultProps = defaultProps17;
5505
+ List.defaultProps = defaultProps18;
5459
5506
 
5460
5507
  // src/list/list-angular.spec.tsx
5461
- var import_jsx_runtime34 = require("react/jsx-runtime");
5508
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5462
5509
  var LISTANGULAR_CLASSNAME = `k-list`;
5463
- var states22 = [];
5464
- var options21 = {
5510
+ var states23 = [];
5511
+ var options22 = {
5465
5512
  size: [Size.small, Size.medium, Size.large]
5466
5513
  };
5467
- var defaultProps18 = {
5514
+ var defaultProps19 = {
5468
5515
  size: Size.medium
5469
5516
  };
5470
5517
  var ListAngular = (props) => {
5471
5518
  const {
5472
- size = defaultProps18.size,
5519
+ size = defaultProps19.size,
5473
5520
  virtualization,
5474
5521
  children,
5475
5522
  ...other
@@ -5485,7 +5532,7 @@ var ListAngular = (props) => {
5485
5532
  listHeader = child.props.label;
5486
5533
  child.props.children.map((optChild, index2) => {
5487
5534
  listChildren.push(
5488
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5535
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5489
5536
  ListItem,
5490
5537
  {
5491
5538
  ...optChild.props
@@ -5496,7 +5543,7 @@ var ListAngular = (props) => {
5496
5543
  });
5497
5544
  } else {
5498
5545
  listChildren.push(
5499
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5546
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5500
5547
  ListGroupItem,
5501
5548
  {
5502
5549
  ...child.props,
@@ -5507,7 +5554,7 @@ var ListAngular = (props) => {
5507
5554
  );
5508
5555
  child.props.children.map((optChild, index2) => {
5509
5556
  listChildren.push(
5510
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5557
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5511
5558
  ListItem,
5512
5559
  {
5513
5560
  ...optChild.props
@@ -5517,16 +5564,16 @@ var ListAngular = (props) => {
5517
5564
  );
5518
5565
  });
5519
5566
  }
5520
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5567
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5521
5568
  } else if (child.type === ListItem) {
5522
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5523
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5569
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5570
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5524
5571
  }
5525
5572
  });
5526
5573
  } else {
5527
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5574
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5528
5575
  }
5529
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5576
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5530
5577
  "div",
5531
5578
  {
5532
5579
  ...other,
@@ -5547,15 +5594,15 @@ var ListAngular = (props) => {
5547
5594
  }
5548
5595
  );
5549
5596
  };
5550
- ListAngular.states = states22;
5551
- ListAngular.options = options21;
5597
+ ListAngular.states = states23;
5598
+ ListAngular.options = options22;
5552
5599
  ListAngular.className = LISTANGULAR_CLASSNAME;
5553
- ListAngular.defaultProps = defaultProps18;
5600
+ ListAngular.defaultProps = defaultProps19;
5554
5601
 
5555
5602
  // src/checkbox/checkbox.spec.tsx
5556
- var import_jsx_runtime35 = require("react/jsx-runtime");
5603
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5557
5604
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5558
- var states23 = [
5605
+ var states24 = [
5559
5606
  States.hover,
5560
5607
  States.focus,
5561
5608
  States.valid,
@@ -5565,11 +5612,11 @@ var states23 = [
5565
5612
  States.checked,
5566
5613
  States.indeterminate
5567
5614
  ];
5568
- var options22 = {
5615
+ var options23 = {
5569
5616
  size: [Size.small, Size.medium, Size.large],
5570
5617
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5571
5618
  };
5572
- var defaultProps19 = {
5619
+ var defaultProps20 = {
5573
5620
  size: Size.medium,
5574
5621
  rounded: Roundness.medium
5575
5622
  };
@@ -5584,11 +5631,11 @@ var Checkbox = (props) => {
5584
5631
  invalid,
5585
5632
  valid,
5586
5633
  required,
5587
- size = defaultProps19.size,
5588
- rounded = defaultProps19.rounded,
5634
+ size = defaultProps20.size,
5635
+ rounded = defaultProps20.rounded,
5589
5636
  ...other
5590
5637
  } = props;
5591
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5638
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5592
5639
  "input",
5593
5640
  {
5594
5641
  ...other,
@@ -5605,22 +5652,22 @@ var Checkbox = (props) => {
5605
5652
  }
5606
5653
  ) });
5607
5654
  };
5608
- Checkbox.states = states23;
5609
- Checkbox.options = options22;
5655
+ Checkbox.states = states24;
5656
+ Checkbox.options = options23;
5610
5657
  Checkbox.className = CHECKBOX_CLASSNAME;
5611
- Checkbox.defaultProps = defaultProps19;
5658
+ Checkbox.defaultProps = defaultProps20;
5612
5659
 
5613
5660
  // src/list/list-item.spec.tsx
5614
- var import_jsx_runtime36 = require("react/jsx-runtime");
5661
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5615
5662
  var LISTITEM_CLASSNAME = `k-list-item`;
5616
- var states24 = [
5663
+ var states25 = [
5617
5664
  States.hover,
5618
5665
  States.focus,
5619
5666
  States.selected,
5620
5667
  States.disabled
5621
5668
  ];
5622
- var options23 = {};
5623
- var defaultProps20 = {};
5669
+ var options24 = {};
5670
+ var defaultProps21 = {};
5624
5671
  var ListItem = (props) => {
5625
5672
  const {
5626
5673
  text,
@@ -5636,7 +5683,7 @@ var ListItem = (props) => {
5636
5683
  ...other
5637
5684
  } = props;
5638
5685
  const textOrChildren = text ? text : props.children;
5639
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5686
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5640
5687
  "li",
5641
5688
  {
5642
5689
  ...other,
@@ -5651,66 +5698,66 @@ var ListItem = (props) => {
5651
5698
  })
5652
5699
  ),
5653
5700
  children: [
5654
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Checkbox, { checked }),
5655
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { icon: iconName }),
5656
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5657
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5701
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Checkbox, { checked }),
5702
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: iconName }),
5703
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5704
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5658
5705
  ]
5659
5706
  }
5660
5707
  );
5661
5708
  };
5662
- ListItem.states = states24;
5663
- ListItem.options = options23;
5709
+ ListItem.states = states25;
5710
+ ListItem.options = options24;
5664
5711
  ListItem.className = LISTITEM_CLASSNAME;
5665
- ListItem.defaultProps = defaultProps20;
5712
+ ListItem.defaultProps = defaultProps21;
5666
5713
 
5667
5714
  // src/list/list-content.tsx
5668
- var import_jsx_runtime37 = require("react/jsx-runtime");
5715
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5669
5716
  var className10 = `k-list-content`;
5670
5717
  var ListContent = (props) => {
5671
5718
  const {
5672
5719
  virtualization
5673
5720
  } = props;
5674
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: classNames(className10, props.className), children: [
5675
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5676
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", {}) })
5721
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: classNames(className10, props.className), children: [
5722
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5723
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", {}) })
5677
5724
  ] });
5678
5725
  };
5679
5726
 
5680
5727
  // src/list/list-header.tsx
5681
- var import_jsx_runtime38 = require("react/jsx-runtime");
5728
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5682
5729
  var className11 = `k-list-group-sticky-header`;
5683
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5730
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5684
5731
 
5685
5732
  // src/list/list-group.tsx
5686
- var import_jsx_runtime39 = require("react/jsx-runtime");
5733
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5687
5734
  var ListGroup = (props) => {
5688
5735
  const {
5689
5736
  virtualization,
5690
5737
  label
5691
5738
  } = props;
5692
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5693
- label && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListHeader, { children: label }),
5694
- props.children && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListContent, { virtualization, children: props.children })
5739
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5740
+ label && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListHeader, { children: label }),
5741
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListContent, { virtualization, children: props.children })
5695
5742
  ] });
5696
5743
  };
5697
5744
 
5698
5745
  // src/list/list-group-item.tsx
5699
- var import_jsx_runtime40 = require("react/jsx-runtime");
5746
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5700
5747
  var className12 = `k-list-group-item`;
5701
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5748
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5702
5749
 
5703
5750
  // src/list/list-option-label.tsx
5704
- var import_jsx_runtime41 = require("react/jsx-runtime");
5751
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5705
5752
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5706
- var states25 = [
5753
+ var states26 = [
5707
5754
  States.hover,
5708
5755
  States.focus,
5709
5756
  States.selected,
5710
5757
  States.disabled
5711
5758
  ];
5712
- var options24 = {};
5713
- var defaultProps21 = {};
5759
+ var options25 = {};
5760
+ var defaultProps22 = {};
5714
5761
  var ListOptionLabel = (props) => {
5715
5762
  const {
5716
5763
  text,
@@ -5720,7 +5767,7 @@ var ListOptionLabel = (props) => {
5720
5767
  disabled,
5721
5768
  ...other
5722
5769
  } = props;
5723
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5770
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5724
5771
  "div",
5725
5772
  {
5726
5773
  ...other,
@@ -5737,18 +5784,18 @@ var ListOptionLabel = (props) => {
5737
5784
  }
5738
5785
  );
5739
5786
  };
5740
- ListOptionLabel.states = states25;
5741
- ListOptionLabel.options = options24;
5787
+ ListOptionLabel.states = states26;
5788
+ ListOptionLabel.options = options25;
5742
5789
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5743
- ListOptionLabel.defaultProps = defaultProps21;
5790
+ ListOptionLabel.defaultProps = defaultProps22;
5744
5791
 
5745
5792
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5746
- var import_jsx_runtime42 = require("react/jsx-runtime");
5793
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5747
5794
 
5748
5795
  // src/searchbox/searchbox.spec.tsx
5749
- var import_jsx_runtime43 = require("react/jsx-runtime");
5796
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5750
5797
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5751
- var states26 = [
5798
+ var states27 = [
5752
5799
  States.hover,
5753
5800
  States.focus,
5754
5801
  States.valid,
@@ -5757,12 +5804,12 @@ var states26 = [
5757
5804
  States.disabled,
5758
5805
  States.loading
5759
5806
  ];
5760
- var options25 = {
5807
+ var options26 = {
5761
5808
  size: [Size.small, Size.medium, Size.large],
5762
5809
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5763
5810
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5764
5811
  };
5765
- var defaultProps22 = {
5812
+ var defaultProps23 = {
5766
5813
  showIcon: true,
5767
5814
  icon: "search",
5768
5815
  size: Input.defaultProps.size,
@@ -5783,11 +5830,11 @@ var Searchbox = (props) => {
5783
5830
  required,
5784
5831
  loading,
5785
5832
  disabled,
5786
- showIcon = defaultProps22.showIcon,
5787
- icon = defaultProps22.icon,
5833
+ showIcon = defaultProps23.showIcon,
5834
+ icon = defaultProps23.icon,
5788
5835
  ...other
5789
5836
  } = props;
5790
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5837
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5791
5838
  Input,
5792
5839
  {
5793
5840
  ...other,
@@ -5803,44 +5850,44 @@ var Searchbox = (props) => {
5803
5850
  disabled,
5804
5851
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5805
5852
  children: [
5806
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { className: "k-input-icon", icon }),
5807
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5808
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputLoadingIcon, { ...props }),
5809
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputValidationIcon, { ...props }),
5810
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputClearValue, { ...props })
5853
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Icon, { className: "k-input-icon", icon }),
5854
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputInnerInput, { placeholder, value }),
5855
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputLoadingIcon, { ...props }),
5856
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputValidationIcon, { ...props }),
5857
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputClearValue, { ...props })
5811
5858
  ]
5812
5859
  }
5813
5860
  );
5814
5861
  };
5815
- Searchbox.states = states26;
5816
- Searchbox.options = options25;
5862
+ Searchbox.states = states27;
5863
+ Searchbox.options = options26;
5817
5864
  Searchbox.className = SEARCHBOX_CLASSNAME;
5818
- Searchbox.defaultProps = defaultProps22;
5865
+ Searchbox.defaultProps = defaultProps23;
5819
5866
 
5820
5867
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5821
- var import_jsx_runtime44 = require("react/jsx-runtime");
5868
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5822
5869
 
5823
5870
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5824
- var import_jsx_runtime45 = require("react/jsx-runtime");
5871
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5825
5872
 
5826
5873
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5827
- var import_jsx_runtime46 = require("react/jsx-runtime");
5874
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5828
5875
 
5829
5876
  // src/toolbar/toolbar.spec.tsx
5830
- var import_jsx_runtime47 = require("react/jsx-runtime");
5877
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5831
5878
  var TOOLBAR_CLASSNAME = `k-toolbar`;
5832
- var states27 = [
5879
+ var states28 = [
5833
5880
  States.focus
5834
5881
  ];
5835
- var options26 = {
5882
+ var options27 = {
5836
5883
  size: [Size.small, Size.medium, Size.large]
5837
5884
  };
5838
- var defaultProps23 = {
5885
+ var defaultProps24 = {
5839
5886
  size: Size.medium
5840
5887
  };
5841
5888
  var Toolbar = (props) => {
5842
5889
  const {
5843
- size = defaultProps23.size,
5890
+ size = defaultProps24.size,
5844
5891
  focus,
5845
5892
  resizable,
5846
5893
  ...other
@@ -5850,7 +5897,7 @@ var Toolbar = (props) => {
5850
5897
  const tempToolbarChildren = [];
5851
5898
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
5852
5899
  tempToolbarChildren.push(
5853
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5900
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5854
5901
  Button,
5855
5902
  {
5856
5903
  ...child.props,
@@ -5861,7 +5908,7 @@ var Toolbar = (props) => {
5861
5908
  );
5862
5909
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
5863
5910
  tempToolbarChildren.push(
5864
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5911
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5865
5912
  Button,
5866
5913
  {
5867
5914
  ...child.props,
@@ -5872,7 +5919,7 @@ var Toolbar = (props) => {
5872
5919
  );
5873
5920
  } else if (child.type === Button) {
5874
5921
  tempToolbarChildren.push(
5875
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5922
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5876
5923
  Button,
5877
5924
  {
5878
5925
  ...child.props,
@@ -5883,7 +5930,7 @@ var Toolbar = (props) => {
5883
5930
  );
5884
5931
  } else if (child.type === MenuButton) {
5885
5932
  tempToolbarChildren.push(
5886
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5933
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5887
5934
  MenuButton,
5888
5935
  {
5889
5936
  ...child.props,
@@ -5894,7 +5941,7 @@ var Toolbar = (props) => {
5894
5941
  );
5895
5942
  } else if (child.type === split_button_spec_default) {
5896
5943
  tempToolbarChildren.push(
5897
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5944
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5898
5945
  split_button_spec_default,
5899
5946
  {
5900
5947
  ...child.props,
@@ -5908,7 +5955,7 @@ var Toolbar = (props) => {
5908
5955
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
5909
5956
  childrenArray.forEach((button, bindex) => {
5910
5957
  buttonGroupItems.push(
5911
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5958
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5912
5959
  Button,
5913
5960
  {
5914
5961
  ...button.props,
@@ -5919,7 +5966,7 @@ var Toolbar = (props) => {
5919
5966
  );
5920
5967
  });
5921
5968
  tempToolbarChildren.push(
5922
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5969
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5923
5970
  ButtonGroup,
5924
5971
  {
5925
5972
  ...child.props,
@@ -5931,7 +5978,7 @@ var Toolbar = (props) => {
5931
5978
  );
5932
5979
  } else if (child.type === Combobox) {
5933
5980
  tempToolbarChildren.push(
5934
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5981
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5935
5982
  Combobox,
5936
5983
  {
5937
5984
  ...child.props,
@@ -5942,7 +5989,7 @@ var Toolbar = (props) => {
5942
5989
  );
5943
5990
  } else if (child.type === DropdownList) {
5944
5991
  tempToolbarChildren.push(
5945
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5992
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5946
5993
  DropdownList,
5947
5994
  {
5948
5995
  ...child.props,
@@ -5953,7 +6000,7 @@ var Toolbar = (props) => {
5953
6000
  );
5954
6001
  } else if (child.type === ColorPicker) {
5955
6002
  tempToolbarChildren.push(
5956
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6003
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5957
6004
  ColorPicker,
5958
6005
  {
5959
6006
  ...child.props,
@@ -5975,7 +6022,7 @@ var Toolbar = (props) => {
5975
6022
  addUniqueToolClass(child, index);
5976
6023
  });
5977
6024
  }
5978
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6025
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5979
6026
  "div",
5980
6027
  {
5981
6028
  ...other,
@@ -5996,26 +6043,26 @@ var Toolbar = (props) => {
5996
6043
  }
5997
6044
  );
5998
6045
  };
5999
- Toolbar.states = states27;
6000
- Toolbar.options = options26;
6046
+ Toolbar.states = states28;
6047
+ Toolbar.options = options27;
6001
6048
  Toolbar.className = TOOLBAR_CLASSNAME;
6002
- Toolbar.defaultProps = defaultProps23;
6049
+ Toolbar.defaultProps = defaultProps24;
6003
6050
 
6004
6051
  // src/toolbar/toolbar-angular.spec.tsx
6005
- var import_jsx_runtime48 = require("react/jsx-runtime");
6052
+ var import_jsx_runtime49 = require("react/jsx-runtime");
6006
6053
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6007
- var states28 = [
6054
+ var states29 = [
6008
6055
  States.focus
6009
6056
  ];
6010
- var options27 = {
6057
+ var options28 = {
6011
6058
  size: [Size.small, Size.medium, Size.large]
6012
6059
  };
6013
- var defaultProps24 = {
6060
+ var defaultProps25 = {
6014
6061
  size: Size.medium
6015
6062
  };
6016
6063
  var ToolbarAngular = (props) => {
6017
6064
  const {
6018
- size = defaultProps24.size,
6065
+ size = defaultProps25.size,
6019
6066
  focus,
6020
6067
  resizable,
6021
6068
  ...other
@@ -6025,7 +6072,7 @@ var ToolbarAngular = (props) => {
6025
6072
  const tempToolbarChildren = [];
6026
6073
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6027
6074
  tempToolbarChildren.push(
6028
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6075
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6029
6076
  Button,
6030
6077
  {
6031
6078
  ...child.props,
@@ -6036,7 +6083,7 @@ var ToolbarAngular = (props) => {
6036
6083
  );
6037
6084
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6038
6085
  tempToolbarChildren.push(
6039
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6086
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6040
6087
  Button,
6041
6088
  {
6042
6089
  ...child.props,
@@ -6047,7 +6094,7 @@ var ToolbarAngular = (props) => {
6047
6094
  );
6048
6095
  } else if (child.type === Button) {
6049
6096
  tempToolbarChildren.push(
6050
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6097
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6051
6098
  Button,
6052
6099
  {
6053
6100
  ...child.props,
@@ -6058,7 +6105,7 @@ var ToolbarAngular = (props) => {
6058
6105
  );
6059
6106
  } else if (child.type === MenuButton) {
6060
6107
  tempToolbarChildren.push(
6061
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6108
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6062
6109
  MenuButton,
6063
6110
  {
6064
6111
  ...child.props,
@@ -6069,7 +6116,7 @@ var ToolbarAngular = (props) => {
6069
6116
  );
6070
6117
  } else if (child.type === split_button_spec_default) {
6071
6118
  tempToolbarChildren.push(
6072
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6119
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6073
6120
  split_button_spec_default,
6074
6121
  {
6075
6122
  ...child.props,
@@ -6083,7 +6130,7 @@ var ToolbarAngular = (props) => {
6083
6130
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6084
6131
  childrenArray.forEach((button, bindex) => {
6085
6132
  buttonGroupItems.push(
6086
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6133
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6087
6134
  Button,
6088
6135
  {
6089
6136
  ...button.props,
@@ -6094,7 +6141,7 @@ var ToolbarAngular = (props) => {
6094
6141
  );
6095
6142
  });
6096
6143
  tempToolbarChildren.push(
6097
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6144
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6098
6145
  ButtonGroup,
6099
6146
  {
6100
6147
  ...child.props,
@@ -6106,7 +6153,7 @@ var ToolbarAngular = (props) => {
6106
6153
  );
6107
6154
  } else if (child.type === Combobox) {
6108
6155
  tempToolbarChildren.push(
6109
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6156
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6110
6157
  Combobox,
6111
6158
  {
6112
6159
  ...child.props,
@@ -6117,7 +6164,7 @@ var ToolbarAngular = (props) => {
6117
6164
  );
6118
6165
  } else if (child.type === DropdownList) {
6119
6166
  tempToolbarChildren.push(
6120
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6167
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6121
6168
  DropdownList,
6122
6169
  {
6123
6170
  ...child.props,
@@ -6128,7 +6175,7 @@ var ToolbarAngular = (props) => {
6128
6175
  );
6129
6176
  } else if (child.type === ColorPicker) {
6130
6177
  tempToolbarChildren.push(
6131
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6178
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6132
6179
  ColorPicker,
6133
6180
  {
6134
6181
  ...child.props,
@@ -6150,7 +6197,7 @@ var ToolbarAngular = (props) => {
6150
6197
  addUniqueToolClass(child, index);
6151
6198
  });
6152
6199
  }
6153
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6200
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6154
6201
  "div",
6155
6202
  {
6156
6203
  ...other,
@@ -6171,30 +6218,30 @@ var ToolbarAngular = (props) => {
6171
6218
  }
6172
6219
  );
6173
6220
  };
6174
- ToolbarAngular.states = states28;
6175
- ToolbarAngular.options = options27;
6221
+ ToolbarAngular.states = states29;
6222
+ ToolbarAngular.options = options28;
6176
6223
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6177
- ToolbarAngular.defaultProps = defaultProps24;
6224
+ ToolbarAngular.defaultProps = defaultProps25;
6178
6225
 
6179
6226
  // src/toolbar/toolbar-separator.tsx
6180
- var import_jsx_runtime49 = require("react/jsx-runtime");
6227
+ var import_jsx_runtime50 = require("react/jsx-runtime");
6181
6228
  var className13 = `k-separator`;
6182
- var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: classNames(className13, props.className) });
6229
+ var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: classNames(className13, props.className) });
6183
6230
 
6184
6231
  // src/toolbar/toolbar-item.spec.tsx
6185
- var import_jsx_runtime50 = require("react/jsx-runtime");
6232
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6186
6233
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6187
- var states29 = [
6234
+ var states30 = [
6188
6235
  States.focus
6189
6236
  ];
6190
- var options28 = {};
6191
- var defaultProps25 = {};
6237
+ var options29 = {};
6238
+ var defaultProps26 = {};
6192
6239
  var ToolbarItem = (props) => {
6193
6240
  const {
6194
6241
  focus,
6195
6242
  ...other
6196
6243
  } = props;
6197
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6244
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6198
6245
  "div",
6199
6246
  {
6200
6247
  ...other,
@@ -6209,124 +6256,124 @@ var ToolbarItem = (props) => {
6209
6256
  }
6210
6257
  );
6211
6258
  };
6212
- ToolbarItem.states = states29;
6213
- ToolbarItem.options = options28;
6259
+ ToolbarItem.states = states30;
6260
+ ToolbarItem.options = options29;
6214
6261
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6215
- ToolbarItem.defaultProps = defaultProps25;
6262
+ ToolbarItem.defaultProps = defaultProps26;
6216
6263
 
6217
6264
  // src/toolbar/tests/toolbar.tsx
6218
- var import_jsx_runtime51 = require("react/jsx-runtime");
6219
- var toolbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_jsx_runtime51.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6220
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6221
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { resizable: true, children: [
6222
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold" }),
6223
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { children: "Button" }),
6224
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6225
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ToolbarSeparator, {}),
6226
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ButtonGroup, { children: [
6227
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", children: "Left" }),
6228
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-center", children: "Center" }),
6229
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-right", children: "Right" })
6265
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6266
+ var toolbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_jsx_runtime52.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6267
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6268
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { resizable: true, children: [
6269
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold" }),
6270
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { children: "Button" }),
6271
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6272
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ToolbarSeparator, {}),
6273
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ButtonGroup, { children: [
6274
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", children: "Left" }),
6275
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-center", children: "Center" }),
6276
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-right", children: "Right" })
6230
6277
  ] }),
6231
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ToolbarSeparator, {}),
6232
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6233
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ToolbarSeparator, {}),
6234
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ToolbarItem, { children: [
6235
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { children: "Label:" }),
6236
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ColorPicker, {})
6278
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ToolbarSeparator, {}),
6279
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6280
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ToolbarSeparator, {}),
6281
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ToolbarItem, { children: [
6282
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { children: "Label:" }),
6283
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ColorPicker, {})
6237
6284
  ] }),
6238
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Switch, { checked: true }),
6239
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6285
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Switch, { checked: true }),
6286
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6240
6287
  ] }) }),
6241
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6242
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { resizable: true, children: [
6243
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold" }),
6244
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { children: "Button" }),
6245
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6246
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ToolbarSeparator, {}),
6247
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ButtonGroup, { children: [
6248
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", children: "Left" }),
6249
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-center", children: "Center" }),
6250
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-right", children: "Right" })
6288
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6289
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { resizable: true, children: [
6290
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold" }),
6291
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { children: "Button" }),
6292
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6293
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ToolbarSeparator, {}),
6294
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ButtonGroup, { children: [
6295
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", children: "Left" }),
6296
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-center", children: "Center" }),
6297
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-right", children: "Right" })
6251
6298
  ] }),
6252
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ToolbarSeparator, {}),
6253
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6254
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ToolbarSeparator, {}),
6255
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ToolbarItem, { children: [
6256
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { children: "Label:" }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ColorPicker, {})
6299
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ToolbarSeparator, {}),
6300
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6301
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ToolbarSeparator, {}),
6302
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ToolbarItem, { children: [
6303
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("label", { children: "Label:" }),
6304
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ColorPicker, {})
6258
6305
  ] }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Switch, { checked: true }),
6260
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6306
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Switch, { checked: true }),
6307
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6261
6308
  ] }) }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6263
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { resizable: true, children: [
6264
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { children: "Normal" }),
6265
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { hover: true, children: "Hover" }),
6266
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { focus: true, children: "Focus" }),
6267
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { active: true, children: "Active" }),
6268
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { selected: true, children: "Selected" }),
6269
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { disabled: true, children: "Disabled" }),
6270
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ToolbarSeparator, {}),
6271
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold" }),
6272
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold", hover: true }),
6273
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold", focus: true }),
6274
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold", active: true }),
6275
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold", selected: true }),
6276
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "bold", disabled: true }),
6277
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6309
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6310
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { resizable: true, children: [
6311
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { children: "Normal" }),
6312
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { hover: true, children: "Hover" }),
6313
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { focus: true, children: "Focus" }),
6314
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { active: true, children: "Active" }),
6315
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { selected: true, children: "Selected" }),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { disabled: true, children: "Disabled" }),
6317
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ToolbarSeparator, {}),
6318
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold" }),
6319
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold", hover: true }),
6320
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold", focus: true }),
6321
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold", active: true }),
6322
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold", selected: true }),
6323
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "bold", disabled: true }),
6324
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6278
6325
  ] }) }),
6279
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { resizable: true, children: [
6280
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6281
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6282
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6283
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6284
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6285
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6286
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6326
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { resizable: true, children: [
6327
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6328
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6329
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6330
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6331
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6332
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6333
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6287
6334
  ] }) }),
6288
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { resizable: true, children: [
6289
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6290
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6291
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6292
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6293
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6294
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6295
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6335
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { resizable: true, children: [
6336
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6337
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6338
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6339
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6340
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6341
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6342
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6296
6343
  ] }) }),
6297
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6298
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { resizable: true, children: [
6299
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { disabled: true, focus: true, children: "Button" }),
6300
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
6301
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(SplitButton, { disabled: true, focus: true, children: "Split button" }),
6302
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ButtonGroup, { children: [
6303
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
6304
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6344
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6345
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { resizable: true, children: [
6346
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { disabled: true, focus: true, children: "Button" }),
6347
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
6348
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(SplitButton, { disabled: true, focus: true, children: "Split button" }),
6349
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ButtonGroup, { children: [
6350
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
6351
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6305
6352
  ] }),
6306
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
6353
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
6307
6354
  ] }) }),
6308
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { children: "wrapped" }),
6309
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { children: "wrapped rtl" }),
6310
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { children: [
6311
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { children: "Button" }),
6312
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(MenuButton, { text: "Menu button" }),
6313
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(SplitButton, { children: "Split button" }),
6314
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ButtonGroup, { children: [
6315
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", children: "Left" }),
6316
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-center", children: "Center" }),
6317
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-right", children: "Right" }),
6318
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-justify", children: "Justify" })
6355
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { children: "wrapped" }),
6356
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { children: "wrapped rtl" }),
6357
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { children: [
6358
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { children: "Button" }),
6359
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(MenuButton, { text: "Menu button" }),
6360
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(SplitButton, { children: "Split button" }),
6361
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ButtonGroup, { children: [
6362
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", children: "Left" }),
6363
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-center", children: "Center" }),
6364
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-right", children: "Right" }),
6365
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-justify", children: "Justify" })
6319
6366
  ] })
6320
6367
  ] }) }),
6321
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("section", { dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(Toolbar, { children: [
6322
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { children: "Button" }),
6323
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(SplitButton, { children: "Split button" }),
6324
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(MenuButton, { text: "Menu button" }),
6325
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ButtonGroup, { children: [
6326
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-left", children: "Left" }),
6327
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-center", children: "Center" }),
6328
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-right", children: "Right" }),
6329
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "align-justify", children: "Justify" })
6368
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { children: [
6369
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { children: "Button" }),
6370
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(SplitButton, { children: "Split button" }),
6371
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(MenuButton, { text: "Menu button" }),
6372
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ButtonGroup, { children: [
6373
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-left", children: "Left" }),
6374
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-center", children: "Center" }),
6375
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-right", children: "Right" }),
6376
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "align-justify", children: "Justify" })
6330
6377
  ] })
6331
6378
  ] }) })
6332
6379
  ] }) });