@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
@@ -5062,27 +5062,74 @@ ColorPicker.options = options17;
5062
5062
  ColorPicker.className = COLORPICKER_CLASSNAME;
5063
5063
  ColorPicker.defaultProps = defaultProps14;
5064
5064
 
5065
- // src/popup/popup.spec.tsx
5065
+ // src/animation-container/animation-container.spec.tsx
5066
5066
  var import_jsx_runtime29 = require("react/jsx-runtime");
5067
- var POPUP_CLASSNAME = `k-popup`;
5067
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5068
5068
  var states19 = [];
5069
5069
  var options18 = {};
5070
- var defaultProps15 = {};
5070
+ var defaultProps15 = {
5071
+ positionMode: "absolute"
5072
+ };
5073
+ var AnimationContainer = (props) => {
5074
+ const {
5075
+ positionMode,
5076
+ animationStyle,
5077
+ offset,
5078
+ ...other
5079
+ } = props;
5080
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5081
+ "div",
5082
+ {
5083
+ ...other,
5084
+ style: { ...offset, ...props.style },
5085
+ className: classNames(
5086
+ ANIMATION_CONTAINER_CLASSNAME,
5087
+ "k-animation-container-shown",
5088
+ {
5089
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5090
+ }
5091
+ ),
5092
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5093
+ }
5094
+ );
5095
+ };
5096
+ AnimationContainer.states = states19;
5097
+ AnimationContainer.options = options18;
5098
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5099
+ AnimationContainer.defaultProps = defaultProps15;
5100
+
5101
+ // src/popup/popup.spec.tsx
5102
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5103
+ var POPUP_CLASSNAME = `k-popup`;
5104
+ var states20 = [];
5105
+ var options19 = {};
5106
+ var defaultProps16 = {
5107
+ positionMode: "absolute"
5108
+ };
5071
5109
  var Popup = (props) => {
5072
5110
  const {
5111
+ offset,
5112
+ positionMode,
5073
5113
  ...other
5074
5114
  } = props;
5075
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
5115
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5116
+ AnimationContainer,
5117
+ {
5118
+ positionMode,
5119
+ offset,
5120
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5121
+ }
5122
+ );
5076
5123
  };
5077
- Popup.states = states19;
5078
- Popup.options = options18;
5124
+ Popup.states = states20;
5125
+ Popup.options = options19;
5079
5126
  Popup.className = POPUP_CLASSNAME;
5080
- Popup.defaultProps = defaultProps15;
5127
+ Popup.defaultProps = defaultProps16;
5081
5128
 
5082
5129
  // src/combobox/combobox.spec.tsx
5083
- var import_jsx_runtime30 = require("react/jsx-runtime");
5130
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5084
5131
  var COMBOBOX_CLASSNAME = `k-combobox`;
5085
- var states20 = [
5132
+ var states21 = [
5086
5133
  States.hover,
5087
5134
  States.focus,
5088
5135
  States.valid,
@@ -5092,12 +5139,12 @@ var states20 = [
5092
5139
  States.disabled,
5093
5140
  States.readonly
5094
5141
  ];
5095
- var defaultProps16 = {
5142
+ var defaultProps17 = {
5096
5143
  size: Input.defaultProps.size,
5097
5144
  rounded: Input.defaultProps.rounded,
5098
5145
  fillMode: Input.defaultProps.fillMode
5099
5146
  };
5100
- var options19 = {
5147
+ var options20 = {
5101
5148
  size: [Size.small, Size.medium, Size.large],
5102
5149
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5103
5150
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5123,8 +5170,8 @@ var Combobox = (props) => {
5123
5170
  readonly,
5124
5171
  ...other
5125
5172
  } = props;
5126
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5127
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5173
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5174
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5128
5175
  Input,
5129
5176
  {
5130
5177
  ...other,
@@ -5141,9 +5188,9 @@ var Combobox = (props) => {
5141
5188
  readonly,
5142
5189
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5143
5190
  children: [
5144
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5145
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputInnerInput, { placeholder, value }),
5146
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5191
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5192
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputInnerInput, { placeholder, value }),
5193
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5147
5194
  InputValidationIcon,
5148
5195
  {
5149
5196
  valid,
@@ -5152,14 +5199,14 @@ var Combobox = (props) => {
5152
5199
  disabled
5153
5200
  }
5154
5201
  ),
5155
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5202
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5156
5203
  InputLoadingIcon,
5157
5204
  {
5158
5205
  loading,
5159
5206
  disabled
5160
5207
  }
5161
5208
  ),
5162
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5209
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5163
5210
  InputClearValue,
5164
5211
  {
5165
5212
  loading,
@@ -5168,8 +5215,8 @@ var Combobox = (props) => {
5168
5215
  value
5169
5216
  }
5170
5217
  ),
5171
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5172
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5218
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5219
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5173
5220
  Button,
5174
5221
  {
5175
5222
  className: "k-input-button",
@@ -5182,18 +5229,18 @@ var Combobox = (props) => {
5182
5229
  ]
5183
5230
  }
5184
5231
  ),
5185
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-combobox-popup", children: popup })
5232
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5186
5233
  ] });
5187
5234
  };
5188
- Combobox.states = states20;
5189
- Combobox.options = options19;
5235
+ Combobox.states = states21;
5236
+ Combobox.options = options20;
5190
5237
  Combobox.className = COMBOBOX_CLASSNAME;
5191
- Combobox.defaultProps = defaultProps16;
5238
+ Combobox.defaultProps = defaultProps17;
5192
5239
 
5193
5240
  // src/dropdownlist/dropdownlist.spec.tsx
5194
- var import_jsx_runtime31 = require("react/jsx-runtime");
5241
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5195
5242
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5196
- var states21 = [
5243
+ var states22 = [
5197
5244
  States.hover,
5198
5245
  States.focus,
5199
5246
  States.valid,
@@ -5203,12 +5250,12 @@ var states21 = [
5203
5250
  States.loading,
5204
5251
  States.readonly
5205
5252
  ];
5206
- var options20 = {
5253
+ var options21 = {
5207
5254
  size: [Size.small, Size.medium, Size.large],
5208
5255
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5209
5256
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5210
5257
  };
5211
- var defaultProps17 = {
5258
+ var defaultProps18 = {
5212
5259
  showValue: true,
5213
5260
  arrowIconName: "caret-alt-down",
5214
5261
  size: Size.medium,
@@ -5218,7 +5265,7 @@ var defaultProps17 = {
5218
5265
  var DropdownList = (props) => {
5219
5266
  const {
5220
5267
  valueIconName,
5221
- arrowIconName = defaultProps17.arrowIconName,
5268
+ arrowIconName = defaultProps18.arrowIconName,
5222
5269
  prefix,
5223
5270
  suffix,
5224
5271
  value,
@@ -5234,13 +5281,13 @@ var DropdownList = (props) => {
5234
5281
  loading,
5235
5282
  disabled,
5236
5283
  readonly,
5237
- showValue = defaultProps17.showValue,
5284
+ showValue = defaultProps18.showValue,
5238
5285
  popup,
5239
5286
  opened,
5240
5287
  ...other
5241
5288
  } = props;
5242
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5243
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5289
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5290
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5244
5291
  Picker,
5245
5292
  {
5246
5293
  ...other,
@@ -5263,8 +5310,8 @@ var DropdownList = (props) => {
5263
5310
  }
5264
5311
  ),
5265
5312
  children: [
5266
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5267
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5313
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputPrefix, { children: prefix }),
5314
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5268
5315
  InputInnerSpan,
5269
5316
  {
5270
5317
  placeholder,
@@ -5273,7 +5320,7 @@ var DropdownList = (props) => {
5273
5320
  valueIconName
5274
5321
  }
5275
5322
  ),
5276
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5323
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5277
5324
  InputValidationIcon,
5278
5325
  {
5279
5326
  valid,
@@ -5282,15 +5329,15 @@ var DropdownList = (props) => {
5282
5329
  disabled
5283
5330
  }
5284
5331
  ),
5285
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5332
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5286
5333
  InputLoadingIcon,
5287
5334
  {
5288
5335
  loading,
5289
5336
  disabled
5290
5337
  }
5291
5338
  ),
5292
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5293
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5339
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputSuffix, { children: suffix }),
5340
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5294
5341
  Button,
5295
5342
  {
5296
5343
  className: "k-input-button",
@@ -5303,35 +5350,35 @@ var DropdownList = (props) => {
5303
5350
  ]
5304
5351
  }
5305
5352
  ),
5306
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5353
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5307
5354
  ] });
5308
5355
  };
5309
- DropdownList.states = states21;
5310
- DropdownList.options = options20;
5356
+ DropdownList.states = states22;
5357
+ DropdownList.options = options21;
5311
5358
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5312
- DropdownList.defaultProps = defaultProps17;
5359
+ DropdownList.defaultProps = defaultProps18;
5313
5360
 
5314
5361
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5315
- var import_jsx_runtime32 = require("react/jsx-runtime");
5362
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5316
5363
 
5317
5364
  // src/nodata/nodata.tsx
5318
- var import_jsx_runtime33 = require("react/jsx-runtime");
5365
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5319
5366
  var className9 = `k-nodata`;
5320
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5367
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5321
5368
 
5322
5369
  // src/list/list.spec.tsx
5323
- var import_jsx_runtime34 = require("react/jsx-runtime");
5370
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5324
5371
  var LIST_CLASSNAME = `k-list`;
5325
- var states22 = [];
5326
- var options21 = {
5372
+ var states23 = [];
5373
+ var options22 = {
5327
5374
  size: [Size.small, Size.medium, Size.large]
5328
5375
  };
5329
- var defaultProps18 = {
5376
+ var defaultProps19 = {
5330
5377
  size: Size.medium
5331
5378
  };
5332
5379
  var List = (props) => {
5333
5380
  const {
5334
- size = defaultProps18.size,
5381
+ size = defaultProps19.size,
5335
5382
  virtualization,
5336
5383
  children,
5337
5384
  optionLabel,
@@ -5348,7 +5395,7 @@ var List = (props) => {
5348
5395
  listHeader = child.props.label;
5349
5396
  child.props.children.map((optChild, index2) => {
5350
5397
  listChildren.push(
5351
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5398
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5352
5399
  ListItem,
5353
5400
  {
5354
5401
  ...optChild.props
@@ -5364,7 +5411,7 @@ var List = (props) => {
5364
5411
  groupLabel = child.props.label;
5365
5412
  }
5366
5413
  listChildren.push(
5367
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5414
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5368
5415
  ListItem,
5369
5416
  {
5370
5417
  className: index2 === 0 ? "k-first" : "",
@@ -5376,16 +5423,16 @@ var List = (props) => {
5376
5423
  );
5377
5424
  });
5378
5425
  }
5379
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5426
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5380
5427
  } else if (child.type === ListItem) {
5381
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5382
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5428
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5429
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5383
5430
  }
5384
5431
  });
5385
5432
  } else {
5386
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5433
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5387
5434
  }
5388
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5435
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5389
5436
  "div",
5390
5437
  {
5391
5438
  ...other,
@@ -5407,24 +5454,24 @@ var List = (props) => {
5407
5454
  }
5408
5455
  );
5409
5456
  };
5410
- List.states = states22;
5411
- List.options = options21;
5457
+ List.states = states23;
5458
+ List.options = options22;
5412
5459
  List.className = LIST_CLASSNAME;
5413
- List.defaultProps = defaultProps18;
5460
+ List.defaultProps = defaultProps19;
5414
5461
 
5415
5462
  // src/list/list-angular.spec.tsx
5416
- var import_jsx_runtime35 = require("react/jsx-runtime");
5463
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5417
5464
  var LISTANGULAR_CLASSNAME = `k-list`;
5418
- var states23 = [];
5419
- var options22 = {
5465
+ var states24 = [];
5466
+ var options23 = {
5420
5467
  size: [Size.small, Size.medium, Size.large]
5421
5468
  };
5422
- var defaultProps19 = {
5469
+ var defaultProps20 = {
5423
5470
  size: Size.medium
5424
5471
  };
5425
5472
  var ListAngular = (props) => {
5426
5473
  const {
5427
- size = defaultProps19.size,
5474
+ size = defaultProps20.size,
5428
5475
  virtualization,
5429
5476
  children,
5430
5477
  ...other
@@ -5440,7 +5487,7 @@ var ListAngular = (props) => {
5440
5487
  listHeader = child.props.label;
5441
5488
  child.props.children.map((optChild, index2) => {
5442
5489
  listChildren.push(
5443
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5490
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5444
5491
  ListItem,
5445
5492
  {
5446
5493
  ...optChild.props
@@ -5451,7 +5498,7 @@ var ListAngular = (props) => {
5451
5498
  });
5452
5499
  } else {
5453
5500
  listChildren.push(
5454
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5501
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5455
5502
  ListGroupItem,
5456
5503
  {
5457
5504
  ...child.props,
@@ -5462,7 +5509,7 @@ var ListAngular = (props) => {
5462
5509
  );
5463
5510
  child.props.children.map((optChild, index2) => {
5464
5511
  listChildren.push(
5465
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5512
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5466
5513
  ListItem,
5467
5514
  {
5468
5515
  ...optChild.props
@@ -5472,16 +5519,16 @@ var ListAngular = (props) => {
5472
5519
  );
5473
5520
  });
5474
5521
  }
5475
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5522
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5476
5523
  } else if (child.type === ListItem) {
5477
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5478
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5524
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5525
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListContent, { virtualization, children: listChildren });
5479
5526
  }
5480
5527
  });
5481
5528
  } else {
5482
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5529
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(NoData, { children: "No data found." });
5483
5530
  }
5484
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5531
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5485
5532
  "div",
5486
5533
  {
5487
5534
  ...other,
@@ -5502,22 +5549,22 @@ var ListAngular = (props) => {
5502
5549
  }
5503
5550
  );
5504
5551
  };
5505
- ListAngular.states = states23;
5506
- ListAngular.options = options22;
5552
+ ListAngular.states = states24;
5553
+ ListAngular.options = options23;
5507
5554
  ListAngular.className = LISTANGULAR_CLASSNAME;
5508
- ListAngular.defaultProps = defaultProps19;
5555
+ ListAngular.defaultProps = defaultProps20;
5509
5556
 
5510
5557
  // src/list/list-item.spec.tsx
5511
- var import_jsx_runtime36 = require("react/jsx-runtime");
5558
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5512
5559
  var LISTITEM_CLASSNAME = `k-list-item`;
5513
- var states24 = [
5560
+ var states25 = [
5514
5561
  States.hover,
5515
5562
  States.focus,
5516
5563
  States.selected,
5517
5564
  States.disabled
5518
5565
  ];
5519
- var options23 = {};
5520
- var defaultProps20 = {};
5566
+ var options24 = {};
5567
+ var defaultProps21 = {};
5521
5568
  var ListItem = (props) => {
5522
5569
  const {
5523
5570
  text,
@@ -5533,7 +5580,7 @@ var ListItem = (props) => {
5533
5580
  ...other
5534
5581
  } = props;
5535
5582
  const textOrChildren = text ? text : props.children;
5536
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5583
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5537
5584
  "li",
5538
5585
  {
5539
5586
  ...other,
@@ -5548,66 +5595,66 @@ var ListItem = (props) => {
5548
5595
  })
5549
5596
  ),
5550
5597
  children: [
5551
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Checkbox, { checked }),
5552
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { icon: iconName }),
5553
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5554
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5598
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Checkbox, { checked }),
5599
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: iconName }),
5600
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5601
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5555
5602
  ]
5556
5603
  }
5557
5604
  );
5558
5605
  };
5559
- ListItem.states = states24;
5560
- ListItem.options = options23;
5606
+ ListItem.states = states25;
5607
+ ListItem.options = options24;
5561
5608
  ListItem.className = LISTITEM_CLASSNAME;
5562
- ListItem.defaultProps = defaultProps20;
5609
+ ListItem.defaultProps = defaultProps21;
5563
5610
 
5564
5611
  // src/list/list-content.tsx
5565
- var import_jsx_runtime37 = require("react/jsx-runtime");
5612
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5566
5613
  var className10 = `k-list-content`;
5567
5614
  var ListContent = (props) => {
5568
5615
  const {
5569
5616
  virtualization
5570
5617
  } = props;
5571
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: classNames(className10, props.className), children: [
5572
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5573
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", {}) })
5618
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: classNames(className10, props.className), children: [
5619
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5620
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", {}) })
5574
5621
  ] });
5575
5622
  };
5576
5623
 
5577
5624
  // src/list/list-header.tsx
5578
- var import_jsx_runtime38 = require("react/jsx-runtime");
5625
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5579
5626
  var className11 = `k-list-group-sticky-header`;
5580
- 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 }) });
5627
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5581
5628
 
5582
5629
  // src/list/list-group.tsx
5583
- var import_jsx_runtime39 = require("react/jsx-runtime");
5630
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5584
5631
  var ListGroup = (props) => {
5585
5632
  const {
5586
5633
  virtualization,
5587
5634
  label
5588
5635
  } = props;
5589
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5590
- label && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListHeader, { children: label }),
5591
- props.children && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListContent, { virtualization, children: props.children })
5636
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5637
+ label && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListHeader, { children: label }),
5638
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListContent, { virtualization, children: props.children })
5592
5639
  ] });
5593
5640
  };
5594
5641
 
5595
5642
  // src/list/list-group-item.tsx
5596
- var import_jsx_runtime40 = require("react/jsx-runtime");
5643
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5597
5644
  var className12 = `k-list-group-item`;
5598
- 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 }) });
5645
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5599
5646
 
5600
5647
  // src/list/list-option-label.tsx
5601
- var import_jsx_runtime41 = require("react/jsx-runtime");
5648
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5602
5649
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5603
- var states25 = [
5650
+ var states26 = [
5604
5651
  States.hover,
5605
5652
  States.focus,
5606
5653
  States.selected,
5607
5654
  States.disabled
5608
5655
  ];
5609
- var options24 = {};
5610
- var defaultProps21 = {};
5656
+ var options25 = {};
5657
+ var defaultProps22 = {};
5611
5658
  var ListOptionLabel = (props) => {
5612
5659
  const {
5613
5660
  text,
@@ -5617,7 +5664,7 @@ var ListOptionLabel = (props) => {
5617
5664
  disabled,
5618
5665
  ...other
5619
5666
  } = props;
5620
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5667
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5621
5668
  "div",
5622
5669
  {
5623
5670
  ...other,
@@ -5634,18 +5681,18 @@ var ListOptionLabel = (props) => {
5634
5681
  }
5635
5682
  );
5636
5683
  };
5637
- ListOptionLabel.states = states25;
5638
- ListOptionLabel.options = options24;
5684
+ ListOptionLabel.states = states26;
5685
+ ListOptionLabel.options = options25;
5639
5686
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5640
- ListOptionLabel.defaultProps = defaultProps21;
5687
+ ListOptionLabel.defaultProps = defaultProps22;
5641
5688
 
5642
5689
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5643
- var import_jsx_runtime42 = require("react/jsx-runtime");
5690
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5644
5691
 
5645
5692
  // src/searchbox/searchbox.spec.tsx
5646
- var import_jsx_runtime43 = require("react/jsx-runtime");
5693
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5647
5694
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5648
- var states26 = [
5695
+ var states27 = [
5649
5696
  States.hover,
5650
5697
  States.focus,
5651
5698
  States.valid,
@@ -5654,12 +5701,12 @@ var states26 = [
5654
5701
  States.disabled,
5655
5702
  States.loading
5656
5703
  ];
5657
- var options25 = {
5704
+ var options26 = {
5658
5705
  size: [Size.small, Size.medium, Size.large],
5659
5706
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5660
5707
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5661
5708
  };
5662
- var defaultProps22 = {
5709
+ var defaultProps23 = {
5663
5710
  showIcon: true,
5664
5711
  icon: "search",
5665
5712
  size: Input.defaultProps.size,
@@ -5680,11 +5727,11 @@ var Searchbox = (props) => {
5680
5727
  required,
5681
5728
  loading,
5682
5729
  disabled,
5683
- showIcon = defaultProps22.showIcon,
5684
- icon = defaultProps22.icon,
5730
+ showIcon = defaultProps23.showIcon,
5731
+ icon = defaultProps23.icon,
5685
5732
  ...other
5686
5733
  } = props;
5687
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5734
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5688
5735
  Input,
5689
5736
  {
5690
5737
  ...other,
@@ -5700,40 +5747,40 @@ var Searchbox = (props) => {
5700
5747
  disabled,
5701
5748
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5702
5749
  children: [
5703
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { className: "k-input-icon", icon }),
5704
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5705
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputLoadingIcon, { ...props }),
5706
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputValidationIcon, { ...props }),
5707
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputClearValue, { ...props })
5750
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Icon, { className: "k-input-icon", icon }),
5751
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputInnerInput, { placeholder, value }),
5752
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputLoadingIcon, { ...props }),
5753
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputValidationIcon, { ...props }),
5754
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputClearValue, { ...props })
5708
5755
  ]
5709
5756
  }
5710
5757
  );
5711
5758
  };
5712
- Searchbox.states = states26;
5713
- Searchbox.options = options25;
5759
+ Searchbox.states = states27;
5760
+ Searchbox.options = options26;
5714
5761
  Searchbox.className = SEARCHBOX_CLASSNAME;
5715
- Searchbox.defaultProps = defaultProps22;
5762
+ Searchbox.defaultProps = defaultProps23;
5716
5763
 
5717
5764
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5718
- var import_jsx_runtime44 = require("react/jsx-runtime");
5765
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5719
5766
 
5720
5767
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5721
- var import_jsx_runtime45 = require("react/jsx-runtime");
5768
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5722
5769
 
5723
5770
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5724
- var import_jsx_runtime46 = require("react/jsx-runtime");
5771
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5725
5772
 
5726
5773
  // src/menu-button/menu-button.spec.tsx
5727
- var import_jsx_runtime47 = require("react/jsx-runtime");
5774
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5728
5775
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5729
- var states27 = [
5776
+ var states28 = [
5730
5777
  States.hover,
5731
5778
  States.focus,
5732
5779
  States.active,
5733
5780
  States.selected,
5734
5781
  States.disabled
5735
5782
  ];
5736
- var options26 = {
5783
+ var options27 = {
5737
5784
  size: [Size.small, Size.medium, Size.large],
5738
5785
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5739
5786
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5751,7 +5798,7 @@ var options26 = {
5751
5798
  ThemeColor.inverse
5752
5799
  ]
5753
5800
  };
5754
- var defaultProps23 = {
5801
+ var defaultProps24 = {
5755
5802
  size: Size.medium,
5756
5803
  rounded: Roundness.medium,
5757
5804
  fillMode: FillMode.solid,
@@ -5761,10 +5808,10 @@ var defaultProps23 = {
5761
5808
  };
5762
5809
  var MenuButton = (props) => {
5763
5810
  const {
5764
- size = defaultProps23.size,
5765
- rounded = defaultProps23.rounded,
5766
- fillMode = defaultProps23.fillMode,
5767
- themeColor = defaultProps23.themeColor,
5811
+ size = defaultProps24.size,
5812
+ rounded = defaultProps24.rounded,
5813
+ fillMode = defaultProps24.fillMode,
5814
+ themeColor = defaultProps24.themeColor,
5768
5815
  hover,
5769
5816
  focus,
5770
5817
  active,
@@ -5772,11 +5819,11 @@ var MenuButton = (props) => {
5772
5819
  disabled,
5773
5820
  icon,
5774
5821
  text,
5775
- showArrow = defaultProps23.showArrow,
5776
- arrowIconName = defaultProps23.arrowIconName,
5822
+ showArrow = defaultProps24.showArrow,
5823
+ arrowIconName = defaultProps24.arrowIconName,
5777
5824
  ...other
5778
5825
  } = props;
5779
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5826
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5780
5827
  Button,
5781
5828
  {
5782
5829
  ...other,
@@ -5800,22 +5847,22 @@ var MenuButton = (props) => {
5800
5847
  }
5801
5848
  );
5802
5849
  };
5803
- MenuButton.states = states27;
5804
- MenuButton.options = options26;
5850
+ MenuButton.states = states28;
5851
+ MenuButton.options = options27;
5805
5852
  MenuButton.className = MENUBUTTON_CLASSNAME;
5806
- MenuButton.defaultProps = defaultProps23;
5853
+ MenuButton.defaultProps = defaultProps24;
5807
5854
 
5808
5855
  // src/split-button/split-button.spec.tsx
5809
- var import_jsx_runtime48 = require("react/jsx-runtime");
5856
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5810
5857
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
5811
- var states28 = [
5858
+ var states29 = [
5812
5859
  States.hover,
5813
5860
  States.focus,
5814
5861
  States.active,
5815
5862
  States.selected,
5816
5863
  States.disabled
5817
5864
  ];
5818
- var options27 = {
5865
+ var options28 = {
5819
5866
  size: [Size.small, Size.medium, Size.large],
5820
5867
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5821
5868
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5833,7 +5880,7 @@ var options27 = {
5833
5880
  ThemeColor.inverse
5834
5881
  ]
5835
5882
  };
5836
- var defaultProps24 = {
5883
+ var defaultProps25 = {
5837
5884
  size: Size.medium,
5838
5885
  rounded: Roundness.medium,
5839
5886
  fillMode: FillMode.solid,
@@ -5842,10 +5889,10 @@ var defaultProps24 = {
5842
5889
  };
5843
5890
  var SplitButton = (props) => {
5844
5891
  const {
5845
- size = defaultProps24.size,
5846
- rounded = defaultProps24.rounded,
5847
- fillMode = defaultProps24.fillMode,
5848
- themeColor = defaultProps24.themeColor,
5892
+ size = defaultProps25.size,
5893
+ rounded = defaultProps25.rounded,
5894
+ fillMode = defaultProps25.fillMode,
5895
+ themeColor = defaultProps25.themeColor,
5849
5896
  hover,
5850
5897
  focus,
5851
5898
  active,
@@ -5853,10 +5900,10 @@ var SplitButton = (props) => {
5853
5900
  disabled,
5854
5901
  icon,
5855
5902
  text,
5856
- arrowIconName = defaultProps24.arrowIconName,
5903
+ arrowIconName = defaultProps25.arrowIconName,
5857
5904
  ...other
5858
5905
  } = props;
5859
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5906
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5860
5907
  "div",
5861
5908
  {
5862
5909
  ...other,
@@ -5869,7 +5916,7 @@ var SplitButton = (props) => {
5869
5916
  })
5870
5917
  ),
5871
5918
  children: [
5872
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5919
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5873
5920
  Button,
5874
5921
  {
5875
5922
  text,
@@ -5886,7 +5933,7 @@ var SplitButton = (props) => {
5886
5933
  children: props.children
5887
5934
  }
5888
5935
  ),
5889
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5936
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5890
5937
  Button,
5891
5938
  {
5892
5939
  className: "k-split-button-arrow",
@@ -5901,27 +5948,27 @@ var SplitButton = (props) => {
5901
5948
  }
5902
5949
  );
5903
5950
  };
5904
- SplitButton.states = states28;
5905
- SplitButton.options = options27;
5951
+ SplitButton.states = states29;
5952
+ SplitButton.options = options28;
5906
5953
  SplitButton.className = SPLITBUTTON_CLASSNAME;
5907
- SplitButton.defaultProps = defaultProps24;
5954
+ SplitButton.defaultProps = defaultProps25;
5908
5955
  var split_button_spec_default = SplitButton;
5909
5956
 
5910
5957
  // src/toolbar/toolbar.spec.tsx
5911
- var import_jsx_runtime49 = require("react/jsx-runtime");
5958
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5912
5959
  var TOOLBAR_CLASSNAME = `k-toolbar`;
5913
- var states29 = [
5960
+ var states30 = [
5914
5961
  States.focus
5915
5962
  ];
5916
- var options28 = {
5963
+ var options29 = {
5917
5964
  size: [Size.small, Size.medium, Size.large]
5918
5965
  };
5919
- var defaultProps25 = {
5966
+ var defaultProps26 = {
5920
5967
  size: Size.medium
5921
5968
  };
5922
5969
  var Toolbar = (props) => {
5923
5970
  const {
5924
- size = defaultProps25.size,
5971
+ size = defaultProps26.size,
5925
5972
  focus,
5926
5973
  resizable,
5927
5974
  ...other
@@ -5931,7 +5978,7 @@ var Toolbar = (props) => {
5931
5978
  const tempToolbarChildren = [];
5932
5979
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
5933
5980
  tempToolbarChildren.push(
5934
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5981
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5935
5982
  Button,
5936
5983
  {
5937
5984
  ...child.props,
@@ -5942,7 +5989,7 @@ var Toolbar = (props) => {
5942
5989
  );
5943
5990
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
5944
5991
  tempToolbarChildren.push(
5945
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5992
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5946
5993
  Button,
5947
5994
  {
5948
5995
  ...child.props,
@@ -5953,7 +6000,7 @@ var Toolbar = (props) => {
5953
6000
  );
5954
6001
  } else if (child.type === Button) {
5955
6002
  tempToolbarChildren.push(
5956
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6003
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5957
6004
  Button,
5958
6005
  {
5959
6006
  ...child.props,
@@ -5964,7 +6011,7 @@ var Toolbar = (props) => {
5964
6011
  );
5965
6012
  } else if (child.type === MenuButton) {
5966
6013
  tempToolbarChildren.push(
5967
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6014
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5968
6015
  MenuButton,
5969
6016
  {
5970
6017
  ...child.props,
@@ -5975,7 +6022,7 @@ var Toolbar = (props) => {
5975
6022
  );
5976
6023
  } else if (child.type === split_button_spec_default) {
5977
6024
  tempToolbarChildren.push(
5978
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6025
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5979
6026
  split_button_spec_default,
5980
6027
  {
5981
6028
  ...child.props,
@@ -5989,7 +6036,7 @@ var Toolbar = (props) => {
5989
6036
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
5990
6037
  childrenArray.forEach((button, bindex) => {
5991
6038
  buttonGroupItems.push(
5992
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6039
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5993
6040
  Button,
5994
6041
  {
5995
6042
  ...button.props,
@@ -6000,7 +6047,7 @@ var Toolbar = (props) => {
6000
6047
  );
6001
6048
  });
6002
6049
  tempToolbarChildren.push(
6003
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6050
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6004
6051
  ButtonGroup,
6005
6052
  {
6006
6053
  ...child.props,
@@ -6012,7 +6059,7 @@ var Toolbar = (props) => {
6012
6059
  );
6013
6060
  } else if (child.type === Combobox) {
6014
6061
  tempToolbarChildren.push(
6015
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6062
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6016
6063
  Combobox,
6017
6064
  {
6018
6065
  ...child.props,
@@ -6023,7 +6070,7 @@ var Toolbar = (props) => {
6023
6070
  );
6024
6071
  } else if (child.type === DropdownList) {
6025
6072
  tempToolbarChildren.push(
6026
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6073
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6027
6074
  DropdownList,
6028
6075
  {
6029
6076
  ...child.props,
@@ -6034,7 +6081,7 @@ var Toolbar = (props) => {
6034
6081
  );
6035
6082
  } else if (child.type === ColorPicker) {
6036
6083
  tempToolbarChildren.push(
6037
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6084
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6038
6085
  ColorPicker,
6039
6086
  {
6040
6087
  ...child.props,
@@ -6056,7 +6103,7 @@ var Toolbar = (props) => {
6056
6103
  addUniqueToolClass(child, index);
6057
6104
  });
6058
6105
  }
6059
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6106
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6060
6107
  "div",
6061
6108
  {
6062
6109
  ...other,
@@ -6077,26 +6124,26 @@ var Toolbar = (props) => {
6077
6124
  }
6078
6125
  );
6079
6126
  };
6080
- Toolbar.states = states29;
6081
- Toolbar.options = options28;
6127
+ Toolbar.states = states30;
6128
+ Toolbar.options = options29;
6082
6129
  Toolbar.className = TOOLBAR_CLASSNAME;
6083
- Toolbar.defaultProps = defaultProps25;
6130
+ Toolbar.defaultProps = defaultProps26;
6084
6131
 
6085
6132
  // src/toolbar/toolbar-angular.spec.tsx
6086
- var import_jsx_runtime50 = require("react/jsx-runtime");
6133
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6087
6134
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6088
- var states30 = [
6135
+ var states31 = [
6089
6136
  States.focus
6090
6137
  ];
6091
- var options29 = {
6138
+ var options30 = {
6092
6139
  size: [Size.small, Size.medium, Size.large]
6093
6140
  };
6094
- var defaultProps26 = {
6141
+ var defaultProps27 = {
6095
6142
  size: Size.medium
6096
6143
  };
6097
6144
  var ToolbarAngular = (props) => {
6098
6145
  const {
6099
- size = defaultProps26.size,
6146
+ size = defaultProps27.size,
6100
6147
  focus,
6101
6148
  resizable,
6102
6149
  ...other
@@ -6106,7 +6153,7 @@ var ToolbarAngular = (props) => {
6106
6153
  const tempToolbarChildren = [];
6107
6154
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6108
6155
  tempToolbarChildren.push(
6109
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6156
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6110
6157
  Button,
6111
6158
  {
6112
6159
  ...child.props,
@@ -6117,7 +6164,7 @@ var ToolbarAngular = (props) => {
6117
6164
  );
6118
6165
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6119
6166
  tempToolbarChildren.push(
6120
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6167
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6121
6168
  Button,
6122
6169
  {
6123
6170
  ...child.props,
@@ -6128,7 +6175,7 @@ var ToolbarAngular = (props) => {
6128
6175
  );
6129
6176
  } else if (child.type === Button) {
6130
6177
  tempToolbarChildren.push(
6131
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6178
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6132
6179
  Button,
6133
6180
  {
6134
6181
  ...child.props,
@@ -6139,7 +6186,7 @@ var ToolbarAngular = (props) => {
6139
6186
  );
6140
6187
  } else if (child.type === MenuButton) {
6141
6188
  tempToolbarChildren.push(
6142
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6189
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6143
6190
  MenuButton,
6144
6191
  {
6145
6192
  ...child.props,
@@ -6150,7 +6197,7 @@ var ToolbarAngular = (props) => {
6150
6197
  );
6151
6198
  } else if (child.type === split_button_spec_default) {
6152
6199
  tempToolbarChildren.push(
6153
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6200
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6154
6201
  split_button_spec_default,
6155
6202
  {
6156
6203
  ...child.props,
@@ -6164,7 +6211,7 @@ var ToolbarAngular = (props) => {
6164
6211
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6165
6212
  childrenArray.forEach((button, bindex) => {
6166
6213
  buttonGroupItems.push(
6167
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6214
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6168
6215
  Button,
6169
6216
  {
6170
6217
  ...button.props,
@@ -6175,7 +6222,7 @@ var ToolbarAngular = (props) => {
6175
6222
  );
6176
6223
  });
6177
6224
  tempToolbarChildren.push(
6178
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6225
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6179
6226
  ButtonGroup,
6180
6227
  {
6181
6228
  ...child.props,
@@ -6187,7 +6234,7 @@ var ToolbarAngular = (props) => {
6187
6234
  );
6188
6235
  } else if (child.type === Combobox) {
6189
6236
  tempToolbarChildren.push(
6190
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6237
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6191
6238
  Combobox,
6192
6239
  {
6193
6240
  ...child.props,
@@ -6198,7 +6245,7 @@ var ToolbarAngular = (props) => {
6198
6245
  );
6199
6246
  } else if (child.type === DropdownList) {
6200
6247
  tempToolbarChildren.push(
6201
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6248
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6202
6249
  DropdownList,
6203
6250
  {
6204
6251
  ...child.props,
@@ -6209,7 +6256,7 @@ var ToolbarAngular = (props) => {
6209
6256
  );
6210
6257
  } else if (child.type === ColorPicker) {
6211
6258
  tempToolbarChildren.push(
6212
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6259
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6213
6260
  ColorPicker,
6214
6261
  {
6215
6262
  ...child.props,
@@ -6231,7 +6278,7 @@ var ToolbarAngular = (props) => {
6231
6278
  addUniqueToolClass(child, index);
6232
6279
  });
6233
6280
  }
6234
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6281
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6235
6282
  "div",
6236
6283
  {
6237
6284
  ...other,
@@ -6252,28 +6299,28 @@ var ToolbarAngular = (props) => {
6252
6299
  }
6253
6300
  );
6254
6301
  };
6255
- ToolbarAngular.states = states30;
6256
- ToolbarAngular.options = options29;
6302
+ ToolbarAngular.states = states31;
6303
+ ToolbarAngular.options = options30;
6257
6304
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6258
- ToolbarAngular.defaultProps = defaultProps26;
6305
+ ToolbarAngular.defaultProps = defaultProps27;
6259
6306
 
6260
6307
  // src/toolbar/toolbar-separator.tsx
6261
- var import_jsx_runtime51 = require("react/jsx-runtime");
6308
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6262
6309
 
6263
6310
  // src/toolbar/toolbar-item.spec.tsx
6264
- var import_jsx_runtime52 = require("react/jsx-runtime");
6311
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6265
6312
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6266
- var states31 = [
6313
+ var states32 = [
6267
6314
  States.focus
6268
6315
  ];
6269
- var options30 = {};
6270
- var defaultProps27 = {};
6316
+ var options31 = {};
6317
+ var defaultProps28 = {};
6271
6318
  var ToolbarItem = (props) => {
6272
6319
  const {
6273
6320
  focus,
6274
6321
  ...other
6275
6322
  } = props;
6276
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6323
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6277
6324
  "div",
6278
6325
  {
6279
6326
  ...other,
@@ -6288,20 +6335,20 @@ var ToolbarItem = (props) => {
6288
6335
  }
6289
6336
  );
6290
6337
  };
6291
- ToolbarItem.states = states31;
6292
- ToolbarItem.options = options30;
6338
+ ToolbarItem.states = states32;
6339
+ ToolbarItem.options = options31;
6293
6340
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6294
- ToolbarItem.defaultProps = defaultProps27;
6341
+ ToolbarItem.defaultProps = defaultProps28;
6295
6342
 
6296
6343
  // src/editor/editor-toolbar.tsx
6297
- var import_jsx_runtime53 = require("react/jsx-runtime");
6344
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6298
6345
  var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
6299
6346
  var EditorToolbar = (props) => {
6300
6347
  const {
6301
6348
  resizable,
6302
6349
  ...other
6303
6350
  } = props;
6304
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6351
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6305
6352
  Toolbar,
6306
6353
  {
6307
6354
  ...other,
@@ -6316,9 +6363,9 @@ var EditorToolbar = (props) => {
6316
6363
  };
6317
6364
 
6318
6365
  // src/editor/editor-content.tsx
6319
- var import_jsx_runtime54 = require("react/jsx-runtime");
6366
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6320
6367
  var EDITORCONTENT_CLASSNAME = `k-editor-content`;
6321
- var states32 = [
6368
+ var states33 = [
6322
6369
  States.focus
6323
6370
  ];
6324
6371
  var EditorContent = (props) => {
@@ -6326,7 +6373,7 @@ var EditorContent = (props) => {
6326
6373
  focus,
6327
6374
  ...other
6328
6375
  } = props;
6329
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6376
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6330
6377
  "div",
6331
6378
  {
6332
6379
  ...other,
@@ -6343,17 +6390,17 @@ var EditorContent = (props) => {
6343
6390
  };
6344
6391
 
6345
6392
  // src/window/window.spec.tsx
6346
- var import_jsx_runtime55 = require("react/jsx-runtime");
6393
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6347
6394
  var WINDOW_CLASSNAME = `k-window`;
6348
- var states33 = [];
6349
- var options31 = {
6395
+ var states34 = [];
6396
+ var options32 = {
6350
6397
  themeColor: [
6351
6398
  ThemeColor.primary,
6352
6399
  ThemeColor.light,
6353
6400
  ThemeColor.dark
6354
6401
  ]
6355
6402
  };
6356
- var defaultProps28 = {};
6403
+ var defaultProps29 = {};
6357
6404
  var Window = (props) => {
6358
6405
  const {
6359
6406
  title,
@@ -6364,7 +6411,7 @@ var Window = (props) => {
6364
6411
  actionButtonsAlign,
6365
6412
  ...other
6366
6413
  } = props;
6367
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
6414
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
6368
6415
  "div",
6369
6416
  {
6370
6417
  ...other,
@@ -6377,46 +6424,46 @@ var Window = (props) => {
6377
6424
  }
6378
6425
  ),
6379
6426
  children: [
6380
- (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-window-titlebar", children: [
6381
- title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-window-title", children: title }),
6382
- actions && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
6383
- (actionName) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6427
+ (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-window-titlebar", children: [
6428
+ title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-window-title", children: title }),
6429
+ actions && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
6430
+ (actionName) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6384
6431
  ) }) })
6385
6432
  ] }),
6386
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(
6433
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: classNames(
6387
6434
  "k-window-content",
6388
6435
  {
6389
6436
  "k-hidden": minimized
6390
6437
  }
6391
6438
  ), children: props.children }),
6392
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6439
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6393
6440
  ]
6394
6441
  }
6395
6442
  );
6396
6443
  };
6397
- Window.states = states33;
6398
- Window.options = options31;
6444
+ Window.states = states34;
6445
+ Window.options = options32;
6399
6446
  Window.className = WINDOW_CLASSNAME;
6400
- Window.defaultProps = defaultProps28;
6447
+ Window.defaultProps = defaultProps29;
6401
6448
 
6402
6449
  // src/form/fieldset.tsx
6403
- var import_jsx_runtime56 = require("react/jsx-runtime");
6450
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6404
6451
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6405
6452
  var Fieldset = (props) => {
6406
6453
  const {
6407
6454
  legend
6408
6455
  } = props;
6409
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6410
- legend && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("legend", { className: "k-form-legend", children: legend }),
6456
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6457
+ legend && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("legend", { className: "k-form-legend", children: legend }),
6411
6458
  props.children
6412
6459
  ] });
6413
6460
  };
6414
6461
  Fieldset.className = FIELDSET_CLASSNAME;
6415
6462
 
6416
6463
  // src/form/form-field.tsx
6417
- var import_jsx_runtime57 = require("react/jsx-runtime");
6464
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6418
6465
  var FORMFIELD_CLASSNAME = "k-form-field";
6419
- var states34 = [
6466
+ var states35 = [
6420
6467
  States.disabled
6421
6468
  ];
6422
6469
  var FormField = (props) => {
@@ -6431,7 +6478,7 @@ var FormField = (props) => {
6431
6478
  disabled,
6432
6479
  dir
6433
6480
  } = props;
6434
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
6481
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6435
6482
  "div",
6436
6483
  {
6437
6484
  className: classNames(
@@ -6441,19 +6488,19 @@ var FormField = (props) => {
6441
6488
  ),
6442
6489
  dir,
6443
6490
  children: [
6444
- label && /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("label", { className: classNames(
6491
+ label && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: classNames(
6445
6492
  "k-label",
6446
6493
  "k-form-label"
6447
6494
  ), children: [
6448
6495
  label,
6449
- optional && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6450
- info && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-field-info", children: "(field info)" })
6496
+ optional && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6497
+ info && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-field-info", children: "(field info)" })
6451
6498
  ] }),
6452
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6453
- /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-form-field-wrap", children: [
6499
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6500
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-form-field-wrap", children: [
6454
6501
  editor,
6455
- hint && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-form-hint", children: hint }),
6456
- error && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-form-error", children: error })
6502
+ hint && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-form-hint", children: hint }),
6503
+ error && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-form-error", children: error })
6457
6504
  ] })
6458
6505
  ]
6459
6506
  }
@@ -6462,33 +6509,33 @@ var FormField = (props) => {
6462
6509
  FormField.className = FORMFIELD_CLASSNAME;
6463
6510
 
6464
6511
  // src/form/form.spec.tsx
6465
- var import_jsx_runtime58 = require("react/jsx-runtime");
6512
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6466
6513
  var import_react = require("react");
6467
6514
  var FORM_CLASSNAME = "k-form";
6468
- var states35 = [];
6469
- var options32 = {
6515
+ var states36 = [];
6516
+ var options33 = {
6470
6517
  size: [Size.small, Size.medium, Size.large]
6471
6518
  };
6472
- var defaultProps29 = {
6519
+ var defaultProps30 = {
6473
6520
  size: Size.medium,
6474
6521
  layout: "basic",
6475
6522
  tag: "form"
6476
6523
  };
6477
6524
  var Form = (props) => {
6478
6525
  const {
6479
- size = defaultProps29.size,
6526
+ size = defaultProps30.size,
6480
6527
  orientation,
6481
- layout = defaultProps29.layout,
6528
+ layout = defaultProps30.layout,
6482
6529
  formButtons,
6483
6530
  legend,
6484
6531
  cols,
6485
6532
  gapX,
6486
6533
  gapY,
6487
- tag = defaultProps29.tag,
6534
+ tag = defaultProps30.tag,
6488
6535
  children
6489
6536
  } = props;
6490
6537
  const ConditionalWrapper = ({ condition, wrapper, children: children2 }) => condition ? wrapper(children2) : children2;
6491
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: className13, children: children2 });
6538
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: className13, children: children2 });
6492
6539
  const formChildren = [];
6493
6540
  if (children) {
6494
6541
  if (Array.isArray(children)) {
@@ -6502,10 +6549,10 @@ var Form = (props) => {
6502
6549
  }
6503
6550
  });
6504
6551
  } else {
6505
- children.type === FormField && formChildren.push(/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FormField, { ...children.props, orientation }));
6552
+ children.type === FormField && formChildren.push(/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { ...children.props, orientation }));
6506
6553
  }
6507
6554
  }
6508
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(Parent, { tag, className: classNames(
6555
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Parent, { tag, className: classNames(
6509
6556
  props.className,
6510
6557
  FORM_CLASSNAME,
6511
6558
  optionClassNames(FORM_CLASSNAME, {
@@ -6515,11 +6562,11 @@ var Form = (props) => {
6515
6562
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6516
6563
  }
6517
6564
  ), children: [
6518
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6565
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6519
6566
  ConditionalWrapper,
6520
6567
  {
6521
6568
  condition: layout === "grid",
6522
- wrapper: (children2) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Fieldset, { legend, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: classNames(
6569
+ wrapper: (children2) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Fieldset, { legend, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: classNames(
6523
6570
  "k-form-layout",
6524
6571
  "k-d-grid",
6525
6572
  {
@@ -6531,16 +6578,16 @@ var Form = (props) => {
6531
6578
  children: formChildren
6532
6579
  }
6533
6580
  ),
6534
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-form-buttons", children: formButtons })
6581
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-form-buttons", children: formButtons })
6535
6582
  ] });
6536
6583
  };
6537
- Form.states = states35;
6538
- Form.options = options32;
6584
+ Form.states = states36;
6585
+ Form.options = options33;
6539
6586
  Form.className = FORM_CLASSNAME;
6540
- Form.defaultProps = defaultProps29;
6587
+ Form.defaultProps = defaultProps30;
6541
6588
 
6542
6589
  // src/editor/tests/editor-find-replace.tsx
6543
- var import_jsx_runtime59 = require("react/jsx-runtime");
6590
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6544
6591
  var styles = `
6545
6592
  .k-window {
6546
6593
  width: 100%;
@@ -6557,95 +6604,95 @@ var styles = `
6557
6604
  max-width: initial;
6558
6605
  }
6559
6606
  `;
6560
- var editor_find_replace_default = () => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
6561
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("style", { children: styles }),
6562
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6563
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { children: "Find Window" }),
6564
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { children: "Replace Window" }),
6565
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Window, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
6566
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6567
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: "Find" }) }),
6568
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: "Replace" }) })
6607
+ var editor_find_replace_default = () => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
6608
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("style", { children: styles }),
6609
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6610
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { children: "Find Window" }),
6611
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { children: "Replace Window" }),
6612
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Window, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
6613
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6614
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-link", children: "Find" }) }),
6615
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-link", children: "Replace" }) })
6569
6616
  ] }) }),
6570
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Form, { tag: "div", orientation: "vertical", children: [
6571
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
6572
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6573
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6574
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6575
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Match case" })
6617
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(Form, { tag: "div", orientation: "vertical", children: [
6618
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
6619
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6620
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6621
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6622
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Match case" })
6576
6623
  ] }),
6577
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6578
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6579
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Match whole word only" })
6624
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6625
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6626
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Match whole word only" })
6580
6627
  ] }),
6581
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6582
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6583
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
6628
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6629
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6630
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
6584
6631
  ] }),
6585
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6586
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6587
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Regular Expression" })
6632
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6633
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6634
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Regular Expression" })
6588
6635
  ] })
6589
6636
  ] }) }),
6590
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-matches-container", children: [
6591
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
6592
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { children: "1 of 3 matches" }),
6593
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
6637
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-matches-container", children: [
6638
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
6639
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { children: "1 of 3 matches" }),
6640
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
6594
6641
  ] })
6595
6642
  ] }) })
6596
6643
  ] }) }) }),
6597
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Window, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
6598
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6599
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: "Find" }) }),
6600
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-link", children: "Replace" }) })
6644
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Window, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
6645
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6646
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-link", children: "Find" }) }),
6647
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-link", children: "Replace" }) })
6601
6648
  ] }) }),
6602
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Form, { tag: "div", orientation: "vertical", children: [
6603
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
6604
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { label: "Replace With:", editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Textbox, { showClearButton: false, value: "grid" }) }),
6605
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ActionButtons, { alignment: "end", children: [
6606
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { children: "Replace" }),
6607
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { children: "Replace All" })
6649
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(Form, { tag: "div", orientation: "vertical", children: [
6650
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
6651
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(FormField, { label: "Replace With:", editor: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Textbox, { showClearButton: false, value: "grid" }) }),
6652
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(ActionButtons, { alignment: "end", children: [
6653
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { children: "Replace" }),
6654
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { children: "Replace All" })
6608
6655
  ] }) }),
6609
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6610
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6611
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6612
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Match case" })
6656
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6657
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6658
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6659
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Match case" })
6613
6660
  ] }),
6614
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6615
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6616
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Match whole word only" })
6661
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6662
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6663
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Match whole word only" })
6617
6664
  ] }),
6618
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6619
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6620
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
6665
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6666
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6667
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
6621
6668
  ] }),
6622
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { className: "k-checkbox-list-item", children: [
6623
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, {}),
6624
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("label", { className: "k-checkbox-label", children: "Regular Expression" })
6669
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { className: "k-checkbox-list-item", children: [
6670
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, {}),
6671
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("label", { className: "k-checkbox-label", children: "Regular Expression" })
6625
6672
  ] })
6626
6673
  ] }) }),
6627
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-matches-container", children: [
6628
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
6629
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { children: "1 of 3 matches" }),
6630
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
6674
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-matches-container", children: [
6675
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
6676
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { children: "1 of 3 matches" }),
6677
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
6631
6678
  ] })
6632
6679
  ] }) })
6633
6680
  ] }) }) }),
6634
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { children: "Text Highlight" }),
6635
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", {}),
6636
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Editor, { style: { height: "150px" }, children: [
6637
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(EditorToolbar, { resizable: true, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ButtonGroup, { children: [
6638
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { icon: "bold" }),
6639
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { icon: "italic" }),
6640
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { icon: "underline" }),
6641
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { icon: "binoculars", selected: true })
6681
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { children: "Text Highlight" }),
6682
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", {}),
6683
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(Editor, { style: { height: "150px" }, children: [
6684
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(EditorToolbar, { resizable: true, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(ButtonGroup, { children: [
6685
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { icon: "bold" }),
6686
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { icon: "italic" }),
6687
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { icon: "underline" }),
6688
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { icon: "binoculars", selected: true })
6642
6689
  ] }) }),
6643
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "ProseMirror", children: [
6644
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-text-selected", children: "Word" }),
6690
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "ProseMirror", children: [
6691
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-text-selected", children: "Word" }),
6645
6692
  " and few more ",
6646
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-text-highlighted", children: "word" }),
6693
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-text-highlighted", children: "word" }),
6647
6694
  "s. And yet again. ",
6648
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-text-highlighted", children: "Word" }),
6695
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-text-highlighted", children: "Word" }),
6649
6696
  "."
6650
6697
  ] }) })
6651
6698
  ] }) })