@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
@@ -5007,27 +5007,74 @@ ColorPicker.options = options15;
5007
5007
  ColorPicker.className = COLORPICKER_CLASSNAME;
5008
5008
  ColorPicker.defaultProps = defaultProps12;
5009
5009
 
5010
- // src/popup/popup.spec.tsx
5010
+ // src/animation-container/animation-container.spec.tsx
5011
5011
  var import_jsx_runtime27 = require("react/jsx-runtime");
5012
- var POPUP_CLASSNAME = `k-popup`;
5012
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5013
5013
  var states17 = [];
5014
5014
  var options16 = {};
5015
- var defaultProps13 = {};
5015
+ var defaultProps13 = {
5016
+ positionMode: "absolute"
5017
+ };
5018
+ var AnimationContainer = (props) => {
5019
+ const {
5020
+ positionMode,
5021
+ animationStyle,
5022
+ offset,
5023
+ ...other
5024
+ } = props;
5025
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5026
+ "div",
5027
+ {
5028
+ ...other,
5029
+ style: { ...offset, ...props.style },
5030
+ className: classNames(
5031
+ ANIMATION_CONTAINER_CLASSNAME,
5032
+ "k-animation-container-shown",
5033
+ {
5034
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5035
+ }
5036
+ ),
5037
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5038
+ }
5039
+ );
5040
+ };
5041
+ AnimationContainer.states = states17;
5042
+ AnimationContainer.options = options16;
5043
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5044
+ AnimationContainer.defaultProps = defaultProps13;
5045
+
5046
+ // src/popup/popup.spec.tsx
5047
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5048
+ var POPUP_CLASSNAME = `k-popup`;
5049
+ var states18 = [];
5050
+ var options17 = {};
5051
+ var defaultProps14 = {
5052
+ positionMode: "absolute"
5053
+ };
5016
5054
  var Popup = (props) => {
5017
5055
  const {
5056
+ offset,
5057
+ positionMode,
5018
5058
  ...other
5019
5059
  } = props;
5020
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
5060
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5061
+ AnimationContainer,
5062
+ {
5063
+ positionMode,
5064
+ offset,
5065
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5066
+ }
5067
+ );
5021
5068
  };
5022
- Popup.states = states17;
5023
- Popup.options = options16;
5069
+ Popup.states = states18;
5070
+ Popup.options = options17;
5024
5071
  Popup.className = POPUP_CLASSNAME;
5025
- Popup.defaultProps = defaultProps13;
5072
+ Popup.defaultProps = defaultProps14;
5026
5073
 
5027
5074
  // src/combobox/combobox.spec.tsx
5028
- var import_jsx_runtime28 = require("react/jsx-runtime");
5075
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5029
5076
  var COMBOBOX_CLASSNAME = `k-combobox`;
5030
- var states18 = [
5077
+ var states19 = [
5031
5078
  States.hover,
5032
5079
  States.focus,
5033
5080
  States.valid,
@@ -5037,12 +5084,12 @@ var states18 = [
5037
5084
  States.disabled,
5038
5085
  States.readonly
5039
5086
  ];
5040
- var defaultProps14 = {
5087
+ var defaultProps15 = {
5041
5088
  size: Input.defaultProps.size,
5042
5089
  rounded: Input.defaultProps.rounded,
5043
5090
  fillMode: Input.defaultProps.fillMode
5044
5091
  };
5045
- var options17 = {
5092
+ var options18 = {
5046
5093
  size: [Size.small, Size.medium, Size.large],
5047
5094
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5048
5095
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5068,8 +5115,8 @@ var Combobox = (props) => {
5068
5115
  readonly,
5069
5116
  ...other
5070
5117
  } = props;
5071
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_jsx_runtime28.Fragment, { children: [
5072
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5118
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
5119
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5073
5120
  Input,
5074
5121
  {
5075
5122
  ...other,
@@ -5086,9 +5133,9 @@ var Combobox = (props) => {
5086
5133
  readonly,
5087
5134
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5088
5135
  children: [
5089
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputPrefix, { children: prefix }),
5090
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputInnerInput, { placeholder, value }),
5091
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5136
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputPrefix, { children: prefix }),
5137
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputInnerInput, { placeholder, value }),
5138
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5092
5139
  InputValidationIcon,
5093
5140
  {
5094
5141
  valid,
@@ -5097,14 +5144,14 @@ var Combobox = (props) => {
5097
5144
  disabled
5098
5145
  }
5099
5146
  ),
5100
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5147
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5101
5148
  InputLoadingIcon,
5102
5149
  {
5103
5150
  loading,
5104
5151
  disabled
5105
5152
  }
5106
5153
  ),
5107
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5154
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5108
5155
  InputClearValue,
5109
5156
  {
5110
5157
  loading,
@@ -5113,8 +5160,8 @@ var Combobox = (props) => {
5113
5160
  value
5114
5161
  }
5115
5162
  ),
5116
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputSuffix, { children: suffix }),
5117
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5163
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputSuffix, { children: suffix }),
5164
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5118
5165
  Button,
5119
5166
  {
5120
5167
  className: "k-input-button",
@@ -5127,18 +5174,18 @@ var Combobox = (props) => {
5127
5174
  ]
5128
5175
  }
5129
5176
  ),
5130
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Popup, { className: "k-combobox-popup", children: popup })
5177
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5131
5178
  ] });
5132
5179
  };
5133
- Combobox.states = states18;
5134
- Combobox.options = options17;
5180
+ Combobox.states = states19;
5181
+ Combobox.options = options18;
5135
5182
  Combobox.className = COMBOBOX_CLASSNAME;
5136
- Combobox.defaultProps = defaultProps14;
5183
+ Combobox.defaultProps = defaultProps15;
5137
5184
 
5138
5185
  // src/dropdownlist/dropdownlist.spec.tsx
5139
- var import_jsx_runtime29 = require("react/jsx-runtime");
5186
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5140
5187
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5141
- var states19 = [
5188
+ var states20 = [
5142
5189
  States.hover,
5143
5190
  States.focus,
5144
5191
  States.valid,
@@ -5148,12 +5195,12 @@ var states19 = [
5148
5195
  States.loading,
5149
5196
  States.readonly
5150
5197
  ];
5151
- var options18 = {
5198
+ var options19 = {
5152
5199
  size: [Size.small, Size.medium, Size.large],
5153
5200
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5154
5201
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5155
5202
  };
5156
- var defaultProps15 = {
5203
+ var defaultProps16 = {
5157
5204
  showValue: true,
5158
5205
  arrowIconName: "caret-alt-down",
5159
5206
  size: Size.medium,
@@ -5163,7 +5210,7 @@ var defaultProps15 = {
5163
5210
  var DropdownList = (props) => {
5164
5211
  const {
5165
5212
  valueIconName,
5166
- arrowIconName = defaultProps15.arrowIconName,
5213
+ arrowIconName = defaultProps16.arrowIconName,
5167
5214
  prefix,
5168
5215
  suffix,
5169
5216
  value,
@@ -5179,13 +5226,13 @@ var DropdownList = (props) => {
5179
5226
  loading,
5180
5227
  disabled,
5181
5228
  readonly,
5182
- showValue = defaultProps15.showValue,
5229
+ showValue = defaultProps16.showValue,
5183
5230
  popup,
5184
5231
  opened,
5185
5232
  ...other
5186
5233
  } = props;
5187
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
5188
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5234
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5235
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5189
5236
  Picker,
5190
5237
  {
5191
5238
  ...other,
@@ -5208,8 +5255,8 @@ var DropdownList = (props) => {
5208
5255
  }
5209
5256
  ),
5210
5257
  children: [
5211
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputPrefix, { children: prefix }),
5212
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5258
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5259
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5213
5260
  InputInnerSpan,
5214
5261
  {
5215
5262
  placeholder,
@@ -5218,7 +5265,7 @@ var DropdownList = (props) => {
5218
5265
  valueIconName
5219
5266
  }
5220
5267
  ),
5221
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5268
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5222
5269
  InputValidationIcon,
5223
5270
  {
5224
5271
  valid,
@@ -5227,15 +5274,15 @@ var DropdownList = (props) => {
5227
5274
  disabled
5228
5275
  }
5229
5276
  ),
5230
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5277
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5231
5278
  InputLoadingIcon,
5232
5279
  {
5233
5280
  loading,
5234
5281
  disabled
5235
5282
  }
5236
5283
  ),
5237
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputSuffix, { children: suffix }),
5238
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5284
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5285
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5239
5286
  Button,
5240
5287
  {
5241
5288
  className: "k-input-button",
@@ -5248,35 +5295,35 @@ var DropdownList = (props) => {
5248
5295
  ]
5249
5296
  }
5250
5297
  ),
5251
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5298
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5252
5299
  ] });
5253
5300
  };
5254
- DropdownList.states = states19;
5255
- DropdownList.options = options18;
5301
+ DropdownList.states = states20;
5302
+ DropdownList.options = options19;
5256
5303
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5257
- DropdownList.defaultProps = defaultProps15;
5304
+ DropdownList.defaultProps = defaultProps16;
5258
5305
 
5259
5306
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5260
- var import_jsx_runtime30 = require("react/jsx-runtime");
5307
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5261
5308
 
5262
5309
  // src/nodata/nodata.tsx
5263
- var import_jsx_runtime31 = require("react/jsx-runtime");
5310
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5264
5311
  var className9 = `k-nodata`;
5265
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5312
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5266
5313
 
5267
5314
  // src/list/list.spec.tsx
5268
- var import_jsx_runtime32 = require("react/jsx-runtime");
5315
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5269
5316
  var LIST_CLASSNAME = `k-list`;
5270
- var states20 = [];
5271
- var options19 = {
5317
+ var states21 = [];
5318
+ var options20 = {
5272
5319
  size: [Size.small, Size.medium, Size.large]
5273
5320
  };
5274
- var defaultProps16 = {
5321
+ var defaultProps17 = {
5275
5322
  size: Size.medium
5276
5323
  };
5277
5324
  var List = (props) => {
5278
5325
  const {
5279
- size = defaultProps16.size,
5326
+ size = defaultProps17.size,
5280
5327
  virtualization,
5281
5328
  children,
5282
5329
  optionLabel,
@@ -5293,7 +5340,7 @@ var List = (props) => {
5293
5340
  listHeader = child.props.label;
5294
5341
  child.props.children.map((optChild, index2) => {
5295
5342
  listChildren.push(
5296
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5343
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5297
5344
  ListItem,
5298
5345
  {
5299
5346
  ...optChild.props
@@ -5309,7 +5356,7 @@ var List = (props) => {
5309
5356
  groupLabel = child.props.label;
5310
5357
  }
5311
5358
  listChildren.push(
5312
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5359
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5313
5360
  ListItem,
5314
5361
  {
5315
5362
  className: index2 === 0 ? "k-first" : "",
@@ -5321,16 +5368,16 @@ var List = (props) => {
5321
5368
  );
5322
5369
  });
5323
5370
  }
5324
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5371
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5325
5372
  } else if (child.type === ListItem) {
5326
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5327
- listContent = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListContent, { virtualization, children: listChildren });
5373
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5374
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: listChildren });
5328
5375
  }
5329
5376
  });
5330
5377
  } else {
5331
- listContent = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(NoData, { children: "No data found." });
5378
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(NoData, { children: "No data found." });
5332
5379
  }
5333
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5380
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5334
5381
  "div",
5335
5382
  {
5336
5383
  ...other,
@@ -5352,24 +5399,24 @@ var List = (props) => {
5352
5399
  }
5353
5400
  );
5354
5401
  };
5355
- List.states = states20;
5356
- List.options = options19;
5402
+ List.states = states21;
5403
+ List.options = options20;
5357
5404
  List.className = LIST_CLASSNAME;
5358
- List.defaultProps = defaultProps16;
5405
+ List.defaultProps = defaultProps17;
5359
5406
 
5360
5407
  // src/list/list-angular.spec.tsx
5361
- var import_jsx_runtime33 = require("react/jsx-runtime");
5408
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5362
5409
  var LISTANGULAR_CLASSNAME = `k-list`;
5363
- var states21 = [];
5364
- var options20 = {
5410
+ var states22 = [];
5411
+ var options21 = {
5365
5412
  size: [Size.small, Size.medium, Size.large]
5366
5413
  };
5367
- var defaultProps17 = {
5414
+ var defaultProps18 = {
5368
5415
  size: Size.medium
5369
5416
  };
5370
5417
  var ListAngular = (props) => {
5371
5418
  const {
5372
- size = defaultProps17.size,
5419
+ size = defaultProps18.size,
5373
5420
  virtualization,
5374
5421
  children,
5375
5422
  ...other
@@ -5385,7 +5432,7 @@ var ListAngular = (props) => {
5385
5432
  listHeader = child.props.label;
5386
5433
  child.props.children.map((optChild, index2) => {
5387
5434
  listChildren.push(
5388
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5435
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5389
5436
  ListItem,
5390
5437
  {
5391
5438
  ...optChild.props
@@ -5396,7 +5443,7 @@ var ListAngular = (props) => {
5396
5443
  });
5397
5444
  } else {
5398
5445
  listChildren.push(
5399
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5446
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5400
5447
  ListGroupItem,
5401
5448
  {
5402
5449
  ...child.props,
@@ -5407,7 +5454,7 @@ var ListAngular = (props) => {
5407
5454
  );
5408
5455
  child.props.children.map((optChild, index2) => {
5409
5456
  listChildren.push(
5410
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5457
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5411
5458
  ListItem,
5412
5459
  {
5413
5460
  ...optChild.props
@@ -5417,16 +5464,16 @@ var ListAngular = (props) => {
5417
5464
  );
5418
5465
  });
5419
5466
  }
5420
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5467
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5421
5468
  } else if (child.type === ListItem) {
5422
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5423
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: listChildren });
5469
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5470
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5424
5471
  }
5425
5472
  });
5426
5473
  } else {
5427
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(NoData, { children: "No data found." });
5474
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5428
5475
  }
5429
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5476
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5430
5477
  "div",
5431
5478
  {
5432
5479
  ...other,
@@ -5447,15 +5494,15 @@ var ListAngular = (props) => {
5447
5494
  }
5448
5495
  );
5449
5496
  };
5450
- ListAngular.states = states21;
5451
- ListAngular.options = options20;
5497
+ ListAngular.states = states22;
5498
+ ListAngular.options = options21;
5452
5499
  ListAngular.className = LISTANGULAR_CLASSNAME;
5453
- ListAngular.defaultProps = defaultProps17;
5500
+ ListAngular.defaultProps = defaultProps18;
5454
5501
 
5455
5502
  // src/checkbox/checkbox.spec.tsx
5456
- var import_jsx_runtime34 = require("react/jsx-runtime");
5503
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5457
5504
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5458
- var states22 = [
5505
+ var states23 = [
5459
5506
  States.hover,
5460
5507
  States.focus,
5461
5508
  States.valid,
@@ -5465,11 +5512,11 @@ var states22 = [
5465
5512
  States.checked,
5466
5513
  States.indeterminate
5467
5514
  ];
5468
- var options21 = {
5515
+ var options22 = {
5469
5516
  size: [Size.small, Size.medium, Size.large],
5470
5517
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5471
5518
  };
5472
- var defaultProps18 = {
5519
+ var defaultProps19 = {
5473
5520
  size: Size.medium,
5474
5521
  rounded: Roundness.medium
5475
5522
  };
@@ -5484,11 +5531,11 @@ var Checkbox = (props) => {
5484
5531
  invalid,
5485
5532
  valid,
5486
5533
  required,
5487
- size = defaultProps18.size,
5488
- rounded = defaultProps18.rounded,
5534
+ size = defaultProps19.size,
5535
+ rounded = defaultProps19.rounded,
5489
5536
  ...other
5490
5537
  } = props;
5491
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5538
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5492
5539
  "input",
5493
5540
  {
5494
5541
  ...other,
@@ -5505,22 +5552,22 @@ var Checkbox = (props) => {
5505
5552
  }
5506
5553
  ) });
5507
5554
  };
5508
- Checkbox.states = states22;
5509
- Checkbox.options = options21;
5555
+ Checkbox.states = states23;
5556
+ Checkbox.options = options22;
5510
5557
  Checkbox.className = CHECKBOX_CLASSNAME;
5511
- Checkbox.defaultProps = defaultProps18;
5558
+ Checkbox.defaultProps = defaultProps19;
5512
5559
 
5513
5560
  // src/list/list-item.spec.tsx
5514
- var import_jsx_runtime35 = require("react/jsx-runtime");
5561
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5515
5562
  var LISTITEM_CLASSNAME = `k-list-item`;
5516
- var states23 = [
5563
+ var states24 = [
5517
5564
  States.hover,
5518
5565
  States.focus,
5519
5566
  States.selected,
5520
5567
  States.disabled
5521
5568
  ];
5522
- var options22 = {};
5523
- var defaultProps19 = {};
5569
+ var options23 = {};
5570
+ var defaultProps20 = {};
5524
5571
  var ListItem = (props) => {
5525
5572
  const {
5526
5573
  text,
@@ -5536,7 +5583,7 @@ var ListItem = (props) => {
5536
5583
  ...other
5537
5584
  } = props;
5538
5585
  const textOrChildren = text ? text : props.children;
5539
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5586
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5540
5587
  "li",
5541
5588
  {
5542
5589
  ...other,
@@ -5551,66 +5598,66 @@ var ListItem = (props) => {
5551
5598
  })
5552
5599
  ),
5553
5600
  children: [
5554
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Checkbox, { checked }),
5555
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { icon: iconName }),
5556
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5557
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5601
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Checkbox, { checked }),
5602
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { icon: iconName }),
5603
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5604
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5558
5605
  ]
5559
5606
  }
5560
5607
  );
5561
5608
  };
5562
- ListItem.states = states23;
5563
- ListItem.options = options22;
5609
+ ListItem.states = states24;
5610
+ ListItem.options = options23;
5564
5611
  ListItem.className = LISTITEM_CLASSNAME;
5565
- ListItem.defaultProps = defaultProps19;
5612
+ ListItem.defaultProps = defaultProps20;
5566
5613
 
5567
5614
  // src/list/list-content.tsx
5568
- var import_jsx_runtime36 = require("react/jsx-runtime");
5615
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5569
5616
  var className10 = `k-list-content`;
5570
5617
  var ListContent = (props) => {
5571
5618
  const {
5572
5619
  virtualization
5573
5620
  } = props;
5574
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: classNames(className10, props.className), children: [
5575
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5576
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", {}) })
5621
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: classNames(className10, props.className), children: [
5622
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5623
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", {}) })
5577
5624
  ] });
5578
5625
  };
5579
5626
 
5580
5627
  // src/list/list-header.tsx
5581
- var import_jsx_runtime37 = require("react/jsx-runtime");
5628
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5582
5629
  var className11 = `k-list-group-sticky-header`;
5583
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5630
+ 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 }) });
5584
5631
 
5585
5632
  // src/list/list-group.tsx
5586
- var import_jsx_runtime38 = require("react/jsx-runtime");
5633
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5587
5634
  var ListGroup = (props) => {
5588
5635
  const {
5589
5636
  virtualization,
5590
5637
  label
5591
5638
  } = props;
5592
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5593
- label && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListHeader, { children: label }),
5594
- props.children && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListContent, { virtualization, children: props.children })
5639
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5640
+ label && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListHeader, { children: label }),
5641
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListContent, { virtualization, children: props.children })
5595
5642
  ] });
5596
5643
  };
5597
5644
 
5598
5645
  // src/list/list-group-item.tsx
5599
- var import_jsx_runtime39 = require("react/jsx-runtime");
5646
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5600
5647
  var className12 = `k-list-group-item`;
5601
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5648
+ 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 }) });
5602
5649
 
5603
5650
  // src/list/list-option-label.tsx
5604
- var import_jsx_runtime40 = require("react/jsx-runtime");
5651
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5605
5652
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5606
- var states24 = [
5653
+ var states25 = [
5607
5654
  States.hover,
5608
5655
  States.focus,
5609
5656
  States.selected,
5610
5657
  States.disabled
5611
5658
  ];
5612
- var options23 = {};
5613
- var defaultProps20 = {};
5659
+ var options24 = {};
5660
+ var defaultProps21 = {};
5614
5661
  var ListOptionLabel = (props) => {
5615
5662
  const {
5616
5663
  text,
@@ -5620,7 +5667,7 @@ var ListOptionLabel = (props) => {
5620
5667
  disabled,
5621
5668
  ...other
5622
5669
  } = props;
5623
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5670
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5624
5671
  "div",
5625
5672
  {
5626
5673
  ...other,
@@ -5637,18 +5684,18 @@ var ListOptionLabel = (props) => {
5637
5684
  }
5638
5685
  );
5639
5686
  };
5640
- ListOptionLabel.states = states24;
5641
- ListOptionLabel.options = options23;
5687
+ ListOptionLabel.states = states25;
5688
+ ListOptionLabel.options = options24;
5642
5689
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5643
- ListOptionLabel.defaultProps = defaultProps20;
5690
+ ListOptionLabel.defaultProps = defaultProps21;
5644
5691
 
5645
5692
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5646
- var import_jsx_runtime41 = require("react/jsx-runtime");
5693
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5647
5694
 
5648
5695
  // src/searchbox/searchbox.spec.tsx
5649
- var import_jsx_runtime42 = require("react/jsx-runtime");
5696
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5650
5697
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5651
- var states25 = [
5698
+ var states26 = [
5652
5699
  States.hover,
5653
5700
  States.focus,
5654
5701
  States.valid,
@@ -5657,12 +5704,12 @@ var states25 = [
5657
5704
  States.disabled,
5658
5705
  States.loading
5659
5706
  ];
5660
- var options24 = {
5707
+ var options25 = {
5661
5708
  size: [Size.small, Size.medium, Size.large],
5662
5709
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5663
5710
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5664
5711
  };
5665
- var defaultProps21 = {
5712
+ var defaultProps22 = {
5666
5713
  showIcon: true,
5667
5714
  icon: "search",
5668
5715
  size: Input.defaultProps.size,
@@ -5683,11 +5730,11 @@ var Searchbox = (props) => {
5683
5730
  required,
5684
5731
  loading,
5685
5732
  disabled,
5686
- showIcon = defaultProps21.showIcon,
5687
- icon = defaultProps21.icon,
5733
+ showIcon = defaultProps22.showIcon,
5734
+ icon = defaultProps22.icon,
5688
5735
  ...other
5689
5736
  } = props;
5690
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5737
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5691
5738
  Input,
5692
5739
  {
5693
5740
  ...other,
@@ -5703,40 +5750,40 @@ var Searchbox = (props) => {
5703
5750
  disabled,
5704
5751
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5705
5752
  children: [
5706
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { className: "k-input-icon", icon }),
5707
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5708
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputLoadingIcon, { ...props }),
5709
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputValidationIcon, { ...props }),
5710
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputClearValue, { ...props })
5753
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { className: "k-input-icon", icon }),
5754
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5755
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputLoadingIcon, { ...props }),
5756
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputValidationIcon, { ...props }),
5757
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputClearValue, { ...props })
5711
5758
  ]
5712
5759
  }
5713
5760
  );
5714
5761
  };
5715
- Searchbox.states = states25;
5716
- Searchbox.options = options24;
5762
+ Searchbox.states = states26;
5763
+ Searchbox.options = options25;
5717
5764
  Searchbox.className = SEARCHBOX_CLASSNAME;
5718
- Searchbox.defaultProps = defaultProps21;
5765
+ Searchbox.defaultProps = defaultProps22;
5719
5766
 
5720
5767
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5721
- var import_jsx_runtime43 = require("react/jsx-runtime");
5768
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5722
5769
 
5723
5770
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5724
- var import_jsx_runtime44 = require("react/jsx-runtime");
5771
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5725
5772
 
5726
5773
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5727
- var import_jsx_runtime45 = require("react/jsx-runtime");
5774
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5728
5775
 
5729
5776
  // src/menu-button/menu-button.spec.tsx
5730
- var import_jsx_runtime46 = require("react/jsx-runtime");
5777
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5731
5778
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5732
- var states26 = [
5779
+ var states27 = [
5733
5780
  States.hover,
5734
5781
  States.focus,
5735
5782
  States.active,
5736
5783
  States.selected,
5737
5784
  States.disabled
5738
5785
  ];
5739
- var options25 = {
5786
+ var options26 = {
5740
5787
  size: [Size.small, Size.medium, Size.large],
5741
5788
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5742
5789
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5754,7 +5801,7 @@ var options25 = {
5754
5801
  ThemeColor.inverse
5755
5802
  ]
5756
5803
  };
5757
- var defaultProps22 = {
5804
+ var defaultProps23 = {
5758
5805
  size: Size.medium,
5759
5806
  rounded: Roundness.medium,
5760
5807
  fillMode: FillMode.solid,
@@ -5764,10 +5811,10 @@ var defaultProps22 = {
5764
5811
  };
5765
5812
  var MenuButton = (props) => {
5766
5813
  const {
5767
- size = defaultProps22.size,
5768
- rounded = defaultProps22.rounded,
5769
- fillMode = defaultProps22.fillMode,
5770
- themeColor = defaultProps22.themeColor,
5814
+ size = defaultProps23.size,
5815
+ rounded = defaultProps23.rounded,
5816
+ fillMode = defaultProps23.fillMode,
5817
+ themeColor = defaultProps23.themeColor,
5771
5818
  hover,
5772
5819
  focus,
5773
5820
  active,
@@ -5775,11 +5822,11 @@ var MenuButton = (props) => {
5775
5822
  disabled,
5776
5823
  icon,
5777
5824
  text,
5778
- showArrow = defaultProps22.showArrow,
5779
- arrowIconName = defaultProps22.arrowIconName,
5825
+ showArrow = defaultProps23.showArrow,
5826
+ arrowIconName = defaultProps23.arrowIconName,
5780
5827
  ...other
5781
5828
  } = props;
5782
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5829
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5783
5830
  Button,
5784
5831
  {
5785
5832
  ...other,
@@ -5803,22 +5850,22 @@ var MenuButton = (props) => {
5803
5850
  }
5804
5851
  );
5805
5852
  };
5806
- MenuButton.states = states26;
5807
- MenuButton.options = options25;
5853
+ MenuButton.states = states27;
5854
+ MenuButton.options = options26;
5808
5855
  MenuButton.className = MENUBUTTON_CLASSNAME;
5809
- MenuButton.defaultProps = defaultProps22;
5856
+ MenuButton.defaultProps = defaultProps23;
5810
5857
 
5811
5858
  // src/split-button/split-button.spec.tsx
5812
- var import_jsx_runtime47 = require("react/jsx-runtime");
5859
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5813
5860
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
5814
- var states27 = [
5861
+ var states28 = [
5815
5862
  States.hover,
5816
5863
  States.focus,
5817
5864
  States.active,
5818
5865
  States.selected,
5819
5866
  States.disabled
5820
5867
  ];
5821
- var options26 = {
5868
+ var options27 = {
5822
5869
  size: [Size.small, Size.medium, Size.large],
5823
5870
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5824
5871
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5836,7 +5883,7 @@ var options26 = {
5836
5883
  ThemeColor.inverse
5837
5884
  ]
5838
5885
  };
5839
- var defaultProps23 = {
5886
+ var defaultProps24 = {
5840
5887
  size: Size.medium,
5841
5888
  rounded: Roundness.medium,
5842
5889
  fillMode: FillMode.solid,
@@ -5845,10 +5892,10 @@ var defaultProps23 = {
5845
5892
  };
5846
5893
  var SplitButton = (props) => {
5847
5894
  const {
5848
- size = defaultProps23.size,
5849
- rounded = defaultProps23.rounded,
5850
- fillMode = defaultProps23.fillMode,
5851
- themeColor = defaultProps23.themeColor,
5895
+ size = defaultProps24.size,
5896
+ rounded = defaultProps24.rounded,
5897
+ fillMode = defaultProps24.fillMode,
5898
+ themeColor = defaultProps24.themeColor,
5852
5899
  hover,
5853
5900
  focus,
5854
5901
  active,
@@ -5856,10 +5903,10 @@ var SplitButton = (props) => {
5856
5903
  disabled,
5857
5904
  icon,
5858
5905
  text,
5859
- arrowIconName = defaultProps23.arrowIconName,
5906
+ arrowIconName = defaultProps24.arrowIconName,
5860
5907
  ...other
5861
5908
  } = props;
5862
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5909
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5863
5910
  "div",
5864
5911
  {
5865
5912
  ...other,
@@ -5872,7 +5919,7 @@ var SplitButton = (props) => {
5872
5919
  })
5873
5920
  ),
5874
5921
  children: [
5875
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5922
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5876
5923
  Button,
5877
5924
  {
5878
5925
  text,
@@ -5889,7 +5936,7 @@ var SplitButton = (props) => {
5889
5936
  children: props.children
5890
5937
  }
5891
5938
  ),
5892
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5939
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5893
5940
  Button,
5894
5941
  {
5895
5942
  className: "k-split-button-arrow",
@@ -5904,27 +5951,27 @@ var SplitButton = (props) => {
5904
5951
  }
5905
5952
  );
5906
5953
  };
5907
- SplitButton.states = states27;
5908
- SplitButton.options = options26;
5954
+ SplitButton.states = states28;
5955
+ SplitButton.options = options27;
5909
5956
  SplitButton.className = SPLITBUTTON_CLASSNAME;
5910
- SplitButton.defaultProps = defaultProps23;
5957
+ SplitButton.defaultProps = defaultProps24;
5911
5958
  var split_button_spec_default = SplitButton;
5912
5959
 
5913
5960
  // src/toolbar/toolbar.spec.tsx
5914
- var import_jsx_runtime48 = require("react/jsx-runtime");
5961
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5915
5962
  var TOOLBAR_CLASSNAME = `k-toolbar`;
5916
- var states28 = [
5963
+ var states29 = [
5917
5964
  States.focus
5918
5965
  ];
5919
- var options27 = {
5966
+ var options28 = {
5920
5967
  size: [Size.small, Size.medium, Size.large]
5921
5968
  };
5922
- var defaultProps24 = {
5969
+ var defaultProps25 = {
5923
5970
  size: Size.medium
5924
5971
  };
5925
5972
  var Toolbar = (props) => {
5926
5973
  const {
5927
- size = defaultProps24.size,
5974
+ size = defaultProps25.size,
5928
5975
  focus,
5929
5976
  resizable,
5930
5977
  ...other
@@ -5934,7 +5981,7 @@ var Toolbar = (props) => {
5934
5981
  const tempToolbarChildren = [];
5935
5982
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
5936
5983
  tempToolbarChildren.push(
5937
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5984
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5938
5985
  Button,
5939
5986
  {
5940
5987
  ...child.props,
@@ -5945,7 +5992,7 @@ var Toolbar = (props) => {
5945
5992
  );
5946
5993
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
5947
5994
  tempToolbarChildren.push(
5948
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5995
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5949
5996
  Button,
5950
5997
  {
5951
5998
  ...child.props,
@@ -5956,7 +6003,7 @@ var Toolbar = (props) => {
5956
6003
  );
5957
6004
  } else if (child.type === Button) {
5958
6005
  tempToolbarChildren.push(
5959
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6006
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5960
6007
  Button,
5961
6008
  {
5962
6009
  ...child.props,
@@ -5967,7 +6014,7 @@ var Toolbar = (props) => {
5967
6014
  );
5968
6015
  } else if (child.type === MenuButton) {
5969
6016
  tempToolbarChildren.push(
5970
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6017
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5971
6018
  MenuButton,
5972
6019
  {
5973
6020
  ...child.props,
@@ -5978,7 +6025,7 @@ var Toolbar = (props) => {
5978
6025
  );
5979
6026
  } else if (child.type === split_button_spec_default) {
5980
6027
  tempToolbarChildren.push(
5981
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6028
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5982
6029
  split_button_spec_default,
5983
6030
  {
5984
6031
  ...child.props,
@@ -5992,7 +6039,7 @@ var Toolbar = (props) => {
5992
6039
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
5993
6040
  childrenArray.forEach((button, bindex) => {
5994
6041
  buttonGroupItems.push(
5995
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6042
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5996
6043
  Button,
5997
6044
  {
5998
6045
  ...button.props,
@@ -6003,7 +6050,7 @@ var Toolbar = (props) => {
6003
6050
  );
6004
6051
  });
6005
6052
  tempToolbarChildren.push(
6006
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6053
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6007
6054
  ButtonGroup,
6008
6055
  {
6009
6056
  ...child.props,
@@ -6015,7 +6062,7 @@ var Toolbar = (props) => {
6015
6062
  );
6016
6063
  } else if (child.type === Combobox) {
6017
6064
  tempToolbarChildren.push(
6018
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6065
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6019
6066
  Combobox,
6020
6067
  {
6021
6068
  ...child.props,
@@ -6026,7 +6073,7 @@ var Toolbar = (props) => {
6026
6073
  );
6027
6074
  } else if (child.type === DropdownList) {
6028
6075
  tempToolbarChildren.push(
6029
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6076
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6030
6077
  DropdownList,
6031
6078
  {
6032
6079
  ...child.props,
@@ -6037,7 +6084,7 @@ var Toolbar = (props) => {
6037
6084
  );
6038
6085
  } else if (child.type === ColorPicker) {
6039
6086
  tempToolbarChildren.push(
6040
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6087
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6041
6088
  ColorPicker,
6042
6089
  {
6043
6090
  ...child.props,
@@ -6059,7 +6106,7 @@ var Toolbar = (props) => {
6059
6106
  addUniqueToolClass(child, index);
6060
6107
  });
6061
6108
  }
6062
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6109
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6063
6110
  "div",
6064
6111
  {
6065
6112
  ...other,
@@ -6080,26 +6127,26 @@ var Toolbar = (props) => {
6080
6127
  }
6081
6128
  );
6082
6129
  };
6083
- Toolbar.states = states28;
6084
- Toolbar.options = options27;
6130
+ Toolbar.states = states29;
6131
+ Toolbar.options = options28;
6085
6132
  Toolbar.className = TOOLBAR_CLASSNAME;
6086
- Toolbar.defaultProps = defaultProps24;
6133
+ Toolbar.defaultProps = defaultProps25;
6087
6134
 
6088
6135
  // src/toolbar/toolbar-angular.spec.tsx
6089
- var import_jsx_runtime49 = require("react/jsx-runtime");
6136
+ var import_jsx_runtime50 = require("react/jsx-runtime");
6090
6137
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6091
- var states29 = [
6138
+ var states30 = [
6092
6139
  States.focus
6093
6140
  ];
6094
- var options28 = {
6141
+ var options29 = {
6095
6142
  size: [Size.small, Size.medium, Size.large]
6096
6143
  };
6097
- var defaultProps25 = {
6144
+ var defaultProps26 = {
6098
6145
  size: Size.medium
6099
6146
  };
6100
6147
  var ToolbarAngular = (props) => {
6101
6148
  const {
6102
- size = defaultProps25.size,
6149
+ size = defaultProps26.size,
6103
6150
  focus,
6104
6151
  resizable,
6105
6152
  ...other
@@ -6109,7 +6156,7 @@ var ToolbarAngular = (props) => {
6109
6156
  const tempToolbarChildren = [];
6110
6157
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6111
6158
  tempToolbarChildren.push(
6112
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6159
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6113
6160
  Button,
6114
6161
  {
6115
6162
  ...child.props,
@@ -6120,7 +6167,7 @@ var ToolbarAngular = (props) => {
6120
6167
  );
6121
6168
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6122
6169
  tempToolbarChildren.push(
6123
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6170
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6124
6171
  Button,
6125
6172
  {
6126
6173
  ...child.props,
@@ -6131,7 +6178,7 @@ var ToolbarAngular = (props) => {
6131
6178
  );
6132
6179
  } else if (child.type === Button) {
6133
6180
  tempToolbarChildren.push(
6134
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6181
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6135
6182
  Button,
6136
6183
  {
6137
6184
  ...child.props,
@@ -6142,7 +6189,7 @@ var ToolbarAngular = (props) => {
6142
6189
  );
6143
6190
  } else if (child.type === MenuButton) {
6144
6191
  tempToolbarChildren.push(
6145
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6192
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6146
6193
  MenuButton,
6147
6194
  {
6148
6195
  ...child.props,
@@ -6153,7 +6200,7 @@ var ToolbarAngular = (props) => {
6153
6200
  );
6154
6201
  } else if (child.type === split_button_spec_default) {
6155
6202
  tempToolbarChildren.push(
6156
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6203
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6157
6204
  split_button_spec_default,
6158
6205
  {
6159
6206
  ...child.props,
@@ -6167,7 +6214,7 @@ var ToolbarAngular = (props) => {
6167
6214
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6168
6215
  childrenArray.forEach((button, bindex) => {
6169
6216
  buttonGroupItems.push(
6170
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6217
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6171
6218
  Button,
6172
6219
  {
6173
6220
  ...button.props,
@@ -6178,7 +6225,7 @@ var ToolbarAngular = (props) => {
6178
6225
  );
6179
6226
  });
6180
6227
  tempToolbarChildren.push(
6181
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6228
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6182
6229
  ButtonGroup,
6183
6230
  {
6184
6231
  ...child.props,
@@ -6190,7 +6237,7 @@ var ToolbarAngular = (props) => {
6190
6237
  );
6191
6238
  } else if (child.type === Combobox) {
6192
6239
  tempToolbarChildren.push(
6193
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6240
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6194
6241
  Combobox,
6195
6242
  {
6196
6243
  ...child.props,
@@ -6201,7 +6248,7 @@ var ToolbarAngular = (props) => {
6201
6248
  );
6202
6249
  } else if (child.type === DropdownList) {
6203
6250
  tempToolbarChildren.push(
6204
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6251
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6205
6252
  DropdownList,
6206
6253
  {
6207
6254
  ...child.props,
@@ -6212,7 +6259,7 @@ var ToolbarAngular = (props) => {
6212
6259
  );
6213
6260
  } else if (child.type === ColorPicker) {
6214
6261
  tempToolbarChildren.push(
6215
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6262
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6216
6263
  ColorPicker,
6217
6264
  {
6218
6265
  ...child.props,
@@ -6234,7 +6281,7 @@ var ToolbarAngular = (props) => {
6234
6281
  addUniqueToolClass(child, index);
6235
6282
  });
6236
6283
  }
6237
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6284
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6238
6285
  "div",
6239
6286
  {
6240
6287
  ...other,
@@ -6255,28 +6302,28 @@ var ToolbarAngular = (props) => {
6255
6302
  }
6256
6303
  );
6257
6304
  };
6258
- ToolbarAngular.states = states29;
6259
- ToolbarAngular.options = options28;
6305
+ ToolbarAngular.states = states30;
6306
+ ToolbarAngular.options = options29;
6260
6307
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6261
- ToolbarAngular.defaultProps = defaultProps25;
6308
+ ToolbarAngular.defaultProps = defaultProps26;
6262
6309
 
6263
6310
  // src/toolbar/toolbar-separator.tsx
6264
- var import_jsx_runtime50 = require("react/jsx-runtime");
6311
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6265
6312
 
6266
6313
  // src/toolbar/toolbar-item.spec.tsx
6267
- var import_jsx_runtime51 = require("react/jsx-runtime");
6314
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6268
6315
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6269
- var states30 = [
6316
+ var states31 = [
6270
6317
  States.focus
6271
6318
  ];
6272
- var options29 = {};
6273
- var defaultProps26 = {};
6319
+ var options30 = {};
6320
+ var defaultProps27 = {};
6274
6321
  var ToolbarItem = (props) => {
6275
6322
  const {
6276
6323
  focus,
6277
6324
  ...other
6278
6325
  } = props;
6279
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6326
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6280
6327
  "div",
6281
6328
  {
6282
6329
  ...other,
@@ -6291,145 +6338,145 @@ var ToolbarItem = (props) => {
6291
6338
  }
6292
6339
  );
6293
6340
  };
6294
- ToolbarItem.states = states30;
6295
- ToolbarItem.options = options29;
6341
+ ToolbarItem.states = states31;
6342
+ ToolbarItem.options = options30;
6296
6343
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6297
- ToolbarItem.defaultProps = defaultProps26;
6344
+ ToolbarItem.defaultProps = defaultProps27;
6298
6345
 
6299
6346
  // src/chat/tests/chat.tsx
6300
- var import_jsx_runtime52 = require("react/jsx-runtime");
6347
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6301
6348
  var styles = `
6302
6349
  /* needed for test */
6303
6350
  .k-chat .k-bubble {
6304
6351
  white-space: normal;
6305
6352
  }
6306
6353
  `;
6307
- var chat_default = () => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6308
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("style", { children: styles }),
6309
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6310
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-widget k-chat", children: [
6311
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-list-content", children: [
6312
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-timestamp", children: "Bubbles" }),
6313
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-group", children: [
6314
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "k-author", children: "Bruv" }),
6315
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Avatar, { type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6316
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message k-only", children: [
6317
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6318
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6319
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-message-status", children: "Seen" })
6354
+ var chat_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
6355
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("style", { children: styles }),
6356
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6357
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-widget k-chat", children: [
6358
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-list-content", children: [
6359
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-timestamp", children: "Bubbles" }),
6360
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-group", children: [
6361
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "k-author", children: "Bruv" }),
6362
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Avatar, { type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6363
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message k-only", children: [
6364
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6365
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6366
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-message-status", children: "Seen" })
6320
6367
  ] })
6321
6368
  ] }),
6322
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-group k-alt", children: [
6323
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "k-author", children: "Bruv" }),
6324
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Avatar, { type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6325
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message k-only", children: [
6326
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6327
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6328
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-message-status", children: "Seen" })
6369
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-group k-alt", children: [
6370
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "k-author", children: "Bruv" }),
6371
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Avatar, { type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6372
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message k-only", children: [
6373
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6374
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6375
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-message-status", children: "Seen" })
6329
6376
  ] })
6330
6377
  ] }),
6331
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-timestamp", children: "Quick Replies" }),
6332
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-quick-replies", children: [
6333
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-quick-reply", children: "Quick" }),
6334
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-quick-reply", children: "Reply" }),
6335
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-quick-reply", children: "Another quick" }),
6336
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-quick-reply", children: "Reply with different length" })
6378
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-timestamp", children: "Quick Replies" }),
6379
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-quick-replies", children: [
6380
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-quick-reply", children: "Quick" }),
6381
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-quick-reply", children: "Reply" }),
6382
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-quick-reply", children: "Another quick" }),
6383
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-quick-reply", children: "Reply with different length" })
6337
6384
  ] }),
6338
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-timestamp", children: "Card Deck" }),
6339
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-card-deck", children: [
6340
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-card-body", children: [
6341
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6342
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6343
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6385
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-timestamp", children: "Card Deck" }),
6386
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-card-deck", children: [
6387
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-card-body", children: [
6388
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6389
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6390
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6344
6391
  ] }) }),
6345
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-card-body", children: [
6346
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6347
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6348
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6392
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-card-body", children: [
6393
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6394
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6395
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6349
6396
  ] }) }),
6350
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-card-body", children: [
6351
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6352
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6353
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6397
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-card-body", children: [
6398
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6399
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6400
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6354
6401
  ] }) }),
6355
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-card-body", children: [
6356
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6357
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6358
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6402
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-card", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-card-body", children: [
6403
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h5", { className: "k-card-title", children: "Card Title" }),
6404
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h6", { className: "k-card-subtitle", children: "Card Subtitle" }),
6405
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { children: "Some quick example text to build on the card title and make up the bulk of the card's content." })
6359
6406
  ] }) })
6360
6407
  ] })
6361
6408
  ] }) }),
6362
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6409
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6363
6410
  Textbox,
6364
6411
  {
6365
6412
  className: "k-message-box",
6366
6413
  placeholder: "Type a message...",
6367
- suffix: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6368
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "more-horizontal" }),
6369
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "pencil", className: "k-chat-send" })
6414
+ suffix: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
6415
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "more-horizontal" }),
6416
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "pencil", className: "k-chat-send" })
6370
6417
  ] })
6371
6418
  }
6372
6419
  ),
6373
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Toolbar, { className: "k-chat-toolbar", children: [
6374
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { className: "k-scroll-button k-scroll-button-left k-hidden", fillMode: "flat", rounded: null, size: null, icon: "chevron-left" }),
6375
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-toolbar-group k-button-list", children: [
6376
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "arrow-rotate-cw" }),
6377
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "gear" }),
6378
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "wrench" }),
6379
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6380
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "search" }),
6381
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "star" }),
6382
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "bell" }),
6383
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "question-circle" }),
6384
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "trash" })
6420
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Toolbar, { className: "k-chat-toolbar", children: [
6421
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { className: "k-scroll-button k-scroll-button-left k-hidden", fillMode: "flat", rounded: null, size: null, icon: "chevron-left" }),
6422
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-toolbar-group k-button-list", children: [
6423
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "arrow-rotate-cw" }),
6424
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "gear" }),
6425
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "wrench" }),
6426
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6427
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "search" }),
6428
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "star" }),
6429
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "bell" }),
6430
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "question-circle" }),
6431
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "trash" })
6385
6432
  ] }),
6386
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { className: "k-scroll-button k-scroll-button-right", fillMode: "flat", rounded: null, size: null, icon: "chevron-right" })
6433
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { className: "k-scroll-button k-scroll-button-right", fillMode: "flat", rounded: null, size: null, icon: "chevron-right" })
6387
6434
  ] })
6388
6435
  ] }) }),
6389
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-widget k-chat", children: [
6390
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-list-content", children: [
6391
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-timestamp", children: "Bubbles without avatar" }),
6392
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-group k-no-avatar", children: [
6393
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "k-author", children: "Bruv" }),
6394
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message k-only", children: [
6395
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6396
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6397
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-message-status", children: "Seen" })
6436
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-widget k-chat", children: [
6437
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-list-content", children: [
6438
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-timestamp", children: "Bubbles without avatar" }),
6439
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-group k-no-avatar", children: [
6440
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "k-author", children: "Bruv" }),
6441
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message k-only", children: [
6442
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6443
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6444
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-message-status", children: "Seen" })
6398
6445
  ] })
6399
6446
  ] }),
6400
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-group k-alt k-no-avatar", children: [
6401
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "k-author", children: "Bruv" }),
6402
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message k-only", children: [
6403
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6404
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6405
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-message-status", children: "Seen" })
6447
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-group k-alt k-no-avatar", children: [
6448
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "k-author", children: "Bruv" }),
6449
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message k-only", children: [
6450
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6451
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-bubble", children: "How can I help you?" }),
6452
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-message-status", children: "Seen" })
6406
6453
  ] })
6407
6454
  ] }),
6408
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-group k-no-avatar", children: [
6409
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "k-author", children: "Bruv" }),
6410
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message k-only", children: [
6411
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6412
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-bubble", children: "Very long message text that tests message overflowing behavior. Very long message text that tests message overflowing behavior." }),
6413
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-message-status", children: "Seen" })
6455
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-group k-no-avatar", children: [
6456
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "k-author", children: "Bruv" }),
6457
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message k-only", children: [
6458
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6459
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-bubble", children: "Very long message text that tests message overflowing behavior. Very long message text that tests message overflowing behavior." }),
6460
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-message-status", children: "Seen" })
6414
6461
  ] })
6415
6462
  ] }),
6416
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message-group k-alt k-no-avatar", children: [
6417
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "k-author", children: "Bruv" }),
6418
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-message k-only", children: [
6419
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6420
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-bubble", children: "Unusually_long_word_that_tests_word_break_behavior__unusually_long_word_that_tests_word_break_behavior" }),
6421
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-message-status", children: "Seen" })
6463
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message-group k-alt k-no-avatar", children: [
6464
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "k-author", children: "Bruv" }),
6465
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-message k-only", children: [
6466
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("time", { className: "k-message-time", children: "Thu Feb 08 2018" }),
6467
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-bubble", children: "Unusually_long_word_that_tests_word_break_behavior__unusually_long_word_that_tests_word_break_behavior" }),
6468
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-message-status", children: "Seen" })
6422
6469
  ] })
6423
6470
  ] })
6424
6471
  ] }) }),
6425
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6472
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6426
6473
  Textbox,
6427
6474
  {
6428
6475
  className: "k-message-box",
6429
6476
  placeholder: "Type a message...",
6430
- suffix: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6431
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "more-horizontal" }),
6432
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { fillMode: "flat", icon: "pencil", className: "k-chat-send" })
6477
+ suffix: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
6478
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "more-horizontal" }),
6479
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", icon: "pencil", className: "k-chat-send" })
6433
6480
  ] })
6434
6481
  }
6435
6482
  )