@progress/kendo-themes-html 7.0.1-dev.1 → 7.0.2-dev.0

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 (345) hide show
  1. package/dist/cjs/appbar/templates/appbar-normal.js +4367 -0
  2. package/dist/cjs/appbar/tests/appbar-rtl.js +5011 -0
  3. package/dist/cjs/appbar/tests/appbar.js +123 -310
  4. package/dist/cjs/bottom-nav/bottom-nav.spec.js +41 -3
  5. package/dist/cjs/bottom-nav/templates/bottom-nav-icons.js +4436 -0
  6. package/dist/cjs/bottom-nav/templates/bottom-nav-links.js +4436 -0
  7. package/dist/cjs/bottom-nav/templates/bottom-nav-normal.js +4436 -0
  8. package/dist/cjs/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +51 -182
  9. package/dist/cjs/bottom-nav/tests/bottom-nav-items.js +70 -44
  10. package/dist/cjs/bottom-nav/tests/bottom-nav-rtl.js +47 -21
  11. package/dist/cjs/bottom-nav/tests/bottom-nav-solid.js +4461 -0
  12. package/dist/cjs/bottom-nav/tests/bottom-nav.js +83 -35
  13. package/dist/cjs/daterangepicker/daterangepicker.spec.js +410 -289
  14. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  15. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +412 -291
  16. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +412 -291
  17. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  18. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +431 -310
  19. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +422 -301
  20. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +431 -310
  21. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  22. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +431 -310
  23. package/dist/cjs/dialog/templates/dialog-normal.js +5 -3
  24. package/dist/cjs/dialog/tests/dialog-action-buttons.js +5 -3
  25. package/dist/cjs/dialog/tests/dialog-theme-colors.js +5 -3
  26. package/dist/cjs/dialog/tests/dialog.js +5 -3
  27. package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  28. package/dist/cjs/dock-manager/tests/dock-manager.js +74 -62
  29. package/dist/cjs/editor/editor-toolbar.js +18 -6
  30. package/dist/cjs/editor/templates/editor-normal.js +7678 -3
  31. package/dist/cjs/editor/tests/editor-find-replace.js +119 -91
  32. package/dist/cjs/editor/tests/editor-states.js +51 -23
  33. package/dist/cjs/editor/tests/editor.js +232 -213
  34. package/dist/cjs/expansion-panel/expansion-panel.spec.js +3 -1
  35. package/dist/cjs/expansion-panel/templates/expansion-panel-expanded.js +4386 -0
  36. package/dist/cjs/expansion-panel/templates/expansion-panel-normal.js +4385 -0
  37. package/dist/cjs/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  38. package/dist/cjs/expansion-panel/tests/expansion-panel.js +37 -11
  39. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +65 -53
  40. package/dist/cjs/filemanager/tests/filemanager-dialogs.js +5 -3
  41. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +65 -53
  42. package/dist/cjs/filemanager/tests/filemanager-gridview.js +130 -118
  43. package/dist/cjs/filemanager/tests/filemanager-listview.js +84 -72
  44. package/dist/cjs/filemanager/tests/filemanager-preview.js +183 -171
  45. package/dist/cjs/filter/templates/filter-normal.js +8429 -0
  46. package/dist/cjs/filter/tests/filter.js +139 -67
  47. package/dist/cjs/floating-label/templates/floating-label-normal.js +4793 -2
  48. package/dist/cjs/floating-label/tests/floating-label-flat.js +76 -67
  49. package/dist/cjs/floating-label/tests/floating-label-outline.js +76 -67
  50. package/dist/cjs/floating-label/tests/floating-label-solid.js +76 -67
  51. package/dist/cjs/form/tests/form-field-dateinputs.js +318 -211
  52. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  53. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +95 -83
  54. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +52 -40
  55. package/dist/cjs/gantt/tests/gantt-react.js +384 -372
  56. package/dist/cjs/gantt/tests/gantt-row-reordering.js +689 -677
  57. package/dist/cjs/gantt/tests/gantt.js +664 -652
  58. package/dist/cjs/grid/tests/grid-adaptive-search.js +25 -13
  59. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +125 -113
  60. package/dist/cjs/grid/tests/grid-column-reordering.js +130 -118
  61. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +150 -138
  62. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +90 -78
  63. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +88 -76
  64. package/dist/cjs/grid/tests/grid-editing.js +108 -96
  65. package/dist/cjs/grid/tests/grid-filter-row-angular.js +116 -104
  66. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +111 -99
  67. package/dist/cjs/grid/tests/grid-grouping-actions.js +91 -79
  68. package/dist/cjs/grid/tests/grid-grouping.js +207 -195
  69. package/dist/cjs/grid/tests/grid-row-reordering.js +114 -102
  70. package/dist/cjs/grid/tests/grid-rows-resizing.js +112 -100
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +216 -204
  72. package/dist/cjs/grid/tests/grid-size-sm.js +216 -204
  73. package/dist/cjs/grid/tests/grid-toolbar.js +85 -73
  74. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  75. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  76. package/dist/cjs/imageeditor/tests/imageeditor.js +35 -23
  77. package/dist/cjs/index.js +1996 -1429
  78. package/dist/cjs/listview/templates/listview-normal.js +13 -1
  79. package/dist/cjs/listview/tests/listview-layout.js +13 -1
  80. package/dist/cjs/listview/tests/listview-states.js +13 -1
  81. package/dist/cjs/listview/tests/listview.js +13 -1
  82. package/dist/cjs/mediaplayer/tests/mediaplayer.js +38 -26
  83. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  84. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  85. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +58 -46
  86. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  87. package/dist/cjs/popover/templates/popover-normal.js +92 -0
  88. package/dist/cjs/popover/tests/popover.js +53 -48
  89. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  90. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  91. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +159 -147
  92. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +104 -92
  93. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  94. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +140 -128
  95. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  96. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  97. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +157 -145
  98. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +312 -300
  99. package/dist/cjs/scheduler/tests/scheduler-angular.js +312 -300
  100. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +170 -158
  101. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  102. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +149 -137
  103. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +227 -215
  104. package/dist/cjs/scheduler/tests/scheduler-react-day.js +712 -700
  105. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1647 -1635
  106. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  107. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +533 -521
  108. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1448 -1436
  109. package/dist/cjs/scheduler/tests/scheduler-year.js +762 -750
  110. package/dist/cjs/scheduler/tests/scheduler.js +412 -400
  111. package/dist/cjs/scrollview/templates/scrollview-normal.js +4382 -0
  112. package/dist/cjs/scrollview/tests/scrollview-rtl.js +4412 -0
  113. package/dist/cjs/scrollview/tests/scrollview.js +21 -14
  114. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  115. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  116. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  117. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +235 -223
  118. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  119. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  120. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +160 -148
  121. package/dist/cjs/spreadsheet/tests/spreadsheet.js +254 -242
  122. package/dist/cjs/taskboard/tests/taskboard-card.js +90 -78
  123. package/dist/cjs/taskboard/tests/taskboard-pane.js +162 -150
  124. package/dist/cjs/taskboard/tests/taskboard-rtl.js +87 -75
  125. package/dist/cjs/taskboard/tests/taskboard.js +81 -69
  126. package/dist/cjs/tilelayout/templates/tilelayout-normal.js +4797 -0
  127. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +36 -6
  128. package/dist/cjs/tilelayout/tests/tilelayout.js +29 -14
  129. package/dist/cjs/toolbar/templates/toolbar-normal.js +31 -2
  130. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +42 -30
  131. package/dist/cjs/toolbar/tests/toolbar-components.js +18 -1
  132. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +29 -17
  133. package/dist/cjs/toolbar/tests/toolbar-popup.js +52 -40
  134. package/dist/cjs/toolbar/tests/toolbar-sizes.js +37 -25
  135. package/dist/cjs/toolbar/tests/toolbar.js +20 -23
  136. package/dist/esm/appbar/templates/appbar-normal.js +4351 -0
  137. package/dist/esm/appbar/tests/appbar-rtl.js +4995 -0
  138. package/dist/esm/appbar/tests/appbar.js +123 -310
  139. package/dist/esm/bottom-nav/bottom-nav.spec.js +41 -3
  140. package/dist/esm/bottom-nav/templates/bottom-nav-icons.js +4420 -0
  141. package/dist/esm/bottom-nav/templates/bottom-nav-links.js +4420 -0
  142. package/dist/esm/bottom-nav/templates/bottom-nav-normal.js +4420 -0
  143. package/dist/esm/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +48 -179
  144. package/dist/esm/bottom-nav/tests/bottom-nav-items.js +57 -31
  145. package/dist/esm/bottom-nav/tests/bottom-nav-rtl.js +43 -17
  146. package/dist/esm/bottom-nav/tests/bottom-nav-solid.js +4445 -0
  147. package/dist/esm/bottom-nav/tests/bottom-nav.js +82 -34
  148. package/dist/esm/daterangepicker/daterangepicker.spec.js +410 -289
  149. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  150. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +412 -291
  151. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +412 -291
  152. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  153. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +431 -310
  154. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +422 -301
  155. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +431 -310
  156. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  157. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +431 -310
  158. package/dist/esm/dialog/templates/dialog-normal.js +6 -4
  159. package/dist/esm/dialog/tests/dialog-action-buttons.js +13 -11
  160. package/dist/esm/dialog/tests/dialog-in-window.js +5 -5
  161. package/dist/esm/dialog/tests/dialog-modal.js +6 -6
  162. package/dist/esm/dialog/tests/dialog-theme-colors.js +13 -11
  163. package/dist/esm/dialog/tests/dialog.js +14 -12
  164. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  165. package/dist/esm/dock-manager/tests/dock-manager.js +74 -62
  166. package/dist/esm/editor/editor-toolbar.js +18 -6
  167. package/dist/esm/editor/templates/editor-normal.js +7684 -3
  168. package/dist/esm/editor/tests/editor-find-replace.js +119 -91
  169. package/dist/esm/editor/tests/editor-states.js +51 -23
  170. package/dist/esm/editor/tests/editor.js +232 -213
  171. package/dist/esm/expansion-panel/expansion-panel.spec.js +3 -1
  172. package/dist/esm/expansion-panel/templates/expansion-panel-expanded.js +4370 -0
  173. package/dist/esm/expansion-panel/templates/expansion-panel-normal.js +4369 -0
  174. package/dist/esm/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  175. package/dist/esm/expansion-panel/tests/expansion-panel.js +37 -11
  176. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +65 -53
  177. package/dist/esm/filemanager/tests/filemanager-dialogs.js +20 -18
  178. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +65 -53
  179. package/dist/esm/filemanager/tests/filemanager-gridview.js +130 -118
  180. package/dist/esm/filemanager/tests/filemanager-listview.js +84 -72
  181. package/dist/esm/filemanager/tests/filemanager-preview.js +183 -171
  182. package/dist/esm/filemanager/tests/filemanager-toolbar.js +7 -7
  183. package/dist/esm/filter/templates/filter-normal.js +8413 -0
  184. package/dist/esm/filter/tests/filter.js +139 -67
  185. package/dist/esm/floating-label/templates/floating-label-normal.js +4799 -2
  186. package/dist/esm/floating-label/tests/floating-label-flat.js +73 -64
  187. package/dist/esm/floating-label/tests/floating-label-outline.js +73 -64
  188. package/dist/esm/floating-label/tests/floating-label-solid.js +73 -64
  189. package/dist/esm/form/tests/form-field-dateinputs.js +318 -211
  190. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  191. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +95 -83
  192. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -40
  193. package/dist/esm/gantt/tests/gantt-react.js +384 -372
  194. package/dist/esm/gantt/tests/gantt-row-reordering.js +689 -677
  195. package/dist/esm/gantt/tests/gantt.js +664 -652
  196. package/dist/esm/grid/tests/grid-adaptive-search.js +25 -13
  197. package/dist/esm/grid/tests/grid-column-reordering-actions.js +125 -113
  198. package/dist/esm/grid/tests/grid-column-reordering.js +130 -118
  199. package/dist/esm/grid/tests/grid-column-resizing-actions.js +150 -138
  200. package/dist/esm/grid/tests/grid-editing-inline-angular.js +90 -78
  201. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +88 -76
  202. package/dist/esm/grid/tests/grid-editing.js +108 -96
  203. package/dist/esm/grid/tests/grid-filter-row-angular.js +116 -104
  204. package/dist/esm/grid/tests/grid-filter-row-blazor.js +111 -99
  205. package/dist/esm/grid/tests/grid-grouping-actions.js +91 -79
  206. package/dist/esm/grid/tests/grid-grouping.js +207 -195
  207. package/dist/esm/grid/tests/grid-row-reordering.js +114 -102
  208. package/dist/esm/grid/tests/grid-rows-resizing.js +112 -100
  209. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +216 -204
  210. package/dist/esm/grid/tests/grid-size-sm.js +216 -204
  211. package/dist/esm/grid/tests/grid-toolbar.js +85 -73
  212. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  213. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  214. package/dist/esm/imageeditor/tests/imageeditor.js +35 -23
  215. package/dist/esm/index.js +1972 -1415
  216. package/dist/esm/listview/templates/listview-normal.js +14 -2
  217. package/dist/esm/listview/tests/listview-layout.js +27 -15
  218. package/dist/esm/listview/tests/listview-states.js +18 -6
  219. package/dist/esm/listview/tests/listview.js +21 -9
  220. package/dist/esm/mediaplayer/tests/mediaplayer.js +38 -26
  221. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  222. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  223. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +58 -46
  224. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  225. package/dist/esm/popover/templates/popover-normal.js +70 -0
  226. package/dist/esm/popover/tests/popover.js +49 -44
  227. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  228. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  229. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +159 -147
  230. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +104 -92
  231. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  232. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +140 -128
  233. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  234. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  235. package/dist/esm/scheduler/tests/scheduler-angular-month.js +157 -145
  236. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +312 -300
  237. package/dist/esm/scheduler/tests/scheduler-angular.js +312 -300
  238. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +170 -158
  239. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  240. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +149 -137
  241. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +227 -215
  242. package/dist/esm/scheduler/tests/scheduler-react-day.js +712 -700
  243. package/dist/esm/scheduler/tests/scheduler-react-month.js +1647 -1635
  244. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  245. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +533 -521
  246. package/dist/esm/scheduler/tests/scheduler-react-week.js +1448 -1436
  247. package/dist/esm/scheduler/tests/scheduler-year.js +762 -750
  248. package/dist/esm/scheduler/tests/scheduler.js +412 -400
  249. package/dist/esm/scrollview/templates/scrollview-normal.js +4366 -0
  250. package/dist/esm/scrollview/tests/scrollview-rtl.js +4396 -0
  251. package/dist/esm/scrollview/tests/scrollview.js +19 -12
  252. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  253. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  254. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  255. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +235 -223
  256. package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  257. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  258. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +160 -148
  259. package/dist/esm/spreadsheet/tests/spreadsheet.js +254 -242
  260. package/dist/esm/taskboard/tests/taskboard-card.js +90 -78
  261. package/dist/esm/taskboard/tests/taskboard-pane.js +162 -150
  262. package/dist/esm/taskboard/tests/taskboard-rtl.js +87 -75
  263. package/dist/esm/taskboard/tests/taskboard.js +81 -69
  264. package/dist/esm/tilelayout/templates/tilelayout-normal.js +4771 -0
  265. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +36 -6
  266. package/dist/esm/tilelayout/tests/tilelayout.js +30 -15
  267. package/dist/esm/toolbar/templates/toolbar-normal.js +31 -2
  268. package/dist/esm/toolbar/tests/toolbar-adaptive.js +42 -30
  269. package/dist/esm/toolbar/tests/toolbar-angular.js +9 -9
  270. package/dist/esm/toolbar/tests/toolbar-components.js +28 -11
  271. package/dist/esm/toolbar/tests/toolbar-popup-size.js +29 -17
  272. package/dist/esm/toolbar/tests/toolbar-popup.js +52 -40
  273. package/dist/esm/toolbar/tests/toolbar-sizes.js +37 -25
  274. package/dist/esm/toolbar/tests/toolbar.js +34 -37
  275. package/dist/types/appbar/index.d.ts +1 -0
  276. package/dist/types/appbar/templates/appbar-normal.d.ts +1 -0
  277. package/dist/types/bottom-nav/bottom-nav.spec.d.ts +7 -3
  278. package/dist/types/bottom-nav/index.d.ts +3 -0
  279. package/dist/types/bottom-nav/templates/bottom-nav-icons.d.ts +1 -0
  280. package/dist/types/bottom-nav/templates/bottom-nav-links.d.ts +1 -0
  281. package/dist/types/bottom-nav/templates/bottom-nav-normal.d.ts +1 -0
  282. package/dist/types/bottom-nav/tests/bottom-nav-flat.d.ts +2 -0
  283. package/dist/types/bottom-nav/tests/bottom-nav-solid.d.ts +2 -0
  284. package/dist/types/dialog/templates/dialog-normal.d.ts +1 -1
  285. package/dist/types/expansion-panel/expansion-panel.spec.d.ts +1 -1
  286. package/dist/types/expansion-panel/index.d.ts +2 -0
  287. package/dist/types/expansion-panel/templates/expansion-panel-expanded.d.ts +1 -0
  288. package/dist/types/expansion-panel/templates/expansion-panel-normal.d.ts +1 -0
  289. package/dist/types/filter/index.d.ts +1 -0
  290. package/dist/types/filter/templates/filter-normal.d.ts +1 -0
  291. package/dist/types/floating-label/templates/floating-label-normal.d.ts +1 -4
  292. package/dist/types/index.d.ts +3 -0
  293. package/dist/types/popover/index.d.ts +1 -0
  294. package/dist/types/popover/templates/popover-normal.d.ts +4 -0
  295. package/dist/types/scrollview/index.d.ts +1 -0
  296. package/dist/types/scrollview/templates/scrollview-normal.d.ts +1 -0
  297. package/dist/types/scrollview/tests/scrollview-rtl.d.ts +2 -0
  298. package/dist/types/tilelayout/index.d.ts +1 -0
  299. package/dist/types/tilelayout/templates/tilelayout-normal.d.ts +1 -0
  300. package/dist/types/toolbar/templates/toolbar-normal.d.ts +1 -4
  301. package/package.json +2 -2
  302. package/src/appbar/index.ts +1 -0
  303. package/src/appbar/templates/appbar-normal.tsx +31 -0
  304. package/src/appbar/tests/appbar-rtl.tsx +110 -0
  305. package/src/appbar/tests/appbar.tsx +41 -412
  306. package/src/bottom-nav/bottom-nav.spec.tsx +13 -4
  307. package/src/bottom-nav/index.ts +3 -0
  308. package/src/bottom-nav/templates/bottom-nav-icons.tsx +13 -0
  309. package/src/bottom-nav/templates/bottom-nav-links.tsx +13 -0
  310. package/src/bottom-nav/templates/bottom-nav-normal.tsx +13 -0
  311. package/src/bottom-nav/tests/bottom-nav-flat.tsx +35 -0
  312. package/src/bottom-nav/tests/bottom-nav-items.tsx +7 -7
  313. package/src/bottom-nav/tests/bottom-nav-rtl.tsx +5 -5
  314. package/src/bottom-nav/tests/bottom-nav-solid.tsx +32 -0
  315. package/src/bottom-nav/tests/bottom-nav.tsx +11 -11
  316. package/src/dialog/templates/dialog-normal.tsx +10 -5
  317. package/src/editor/templates/editor-normal.tsx +21 -2
  318. package/src/editor/tests/editor.tsx +1 -12
  319. package/src/expansion-panel/expansion-panel.spec.tsx +2 -0
  320. package/src/expansion-panel/index.ts +2 -0
  321. package/src/expansion-panel/templates/expansion-panel-expanded.tsx +14 -0
  322. package/src/expansion-panel/templates/expansion-panel-normal.tsx +13 -0
  323. package/src/expansion-panel/tests/expansion-panel-rtl.tsx +23 -53
  324. package/src/expansion-panel/tests/expansion-panel.tsx +23 -52
  325. package/src/filter/index.ts +1 -0
  326. package/src/filter/templates/filter-normal.tsx +95 -0
  327. package/src/filter/tests/filter.tsx +3 -3
  328. package/src/floating-label/templates/floating-label-normal.tsx +9 -3
  329. package/src/index.ts +11 -2
  330. package/src/listview/templates/listview-normal.tsx +12 -2
  331. package/src/popover/index.ts +1 -0
  332. package/src/popover/templates/popover-normal.tsx +7 -0
  333. package/src/popover/tests/popover.tsx +11 -11
  334. package/src/scrollview/index.ts +1 -0
  335. package/src/scrollview/templates/scrollview-normal.tsx +3 -0
  336. package/src/scrollview/tests/scrollview-rtl.tsx +36 -0
  337. package/src/scrollview/tests/scrollview.tsx +8 -7
  338. package/src/tilelayout/index.ts +1 -0
  339. package/src/tilelayout/templates/tilelayout-normal.tsx +14 -0
  340. package/src/tilelayout/tests/tilelayout-resizing.tsx +3 -3
  341. package/src/tilelayout/tests/tilelayout.tsx +3 -3
  342. package/src/toolbar/templates/toolbar-normal.tsx +18 -3
  343. package/src/toolbar/tests/toolbar.tsx +2 -22
  344. package/src/bottom-nav/tests/bottom-nav-colors.tsx +0 -205
  345. /package/dist/types/{bottom-nav/tests/bottom-nav-colors.d.ts → appbar/tests/appbar-rtl.d.ts} +0 -0
@@ -4351,19 +4351,45 @@ ExpansionPanel.states = states4;
4351
4351
  ExpansionPanel.options = options4;
4352
4352
  ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
4353
4353
  ExpansionPanel.defaultProps = defaultProps4;
4354
+ var expansion_panel_spec_default = ExpansionPanel;
4355
+
4356
+ // src/expansion-panel/templates/expansion-panel-normal.tsx
4357
+ import { jsx as jsx5 } from "react/jsx-runtime";
4358
+ var ExpansionPanelNormal = (props) => /* @__PURE__ */ jsx5(
4359
+ expansion_panel_spec_default,
4360
+ {
4361
+ children: [
4362
+ /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
4363
+ ],
4364
+ ...props
4365
+ }
4366
+ );
4367
+
4368
+ // src/expansion-panel/templates/expansion-panel-expanded.tsx
4369
+ import { jsx as jsx6 } from "react/jsx-runtime";
4370
+ var ExpansionPanelExpanded = (props) => /* @__PURE__ */ jsx6(
4371
+ expansion_panel_spec_default,
4372
+ {
4373
+ expanded: true,
4374
+ children: [
4375
+ /* @__PURE__ */ jsx6("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
4376
+ ],
4377
+ ...props
4378
+ }
4379
+ );
4354
4380
 
4355
4381
  // src/expansion-panel/tests/expansion-panel-rtl.tsx
4356
- import { Fragment as Fragment4, jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
4357
- var expansion_panel_rtl_default = () => /* @__PURE__ */ jsx5(Fragment4, { children: /* @__PURE__ */ jsxs2("div", { id: "test-area", children: [
4358
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Collapsed panel", subtitle: "South America", dir: "rtl" }),
4359
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Expanded panel", subtitle: "South America", expanded: true, dir: "rtl", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4360
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Expanded Focused panel", subtitle: "South America", expanded: true, focus: true, dir: "rtl", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4361
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Collapsed panel", subtitle: "South America", dir: "rtl", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4362
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Focus state", subtitle: "South America", focus: true, dir: "rtl", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4363
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Hover state", subtitle: "South America", hover: true, dir: "rtl", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4364
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Hover & Focus state", subtitle: "South America", hover: true, focus: true, dir: "rtl", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4365
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Disabled panel", subtitle: "South America", disabled: true, dir: "rtl", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4366
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Content with fixed height", subtitle: "South America", expanded: true, dir: "rtl", contentStyle: { height: "100px" }, children: /* @__PURE__ */ jsx5("div", { style: { height: "100%", overflow: "auto" }, children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) })
4382
+ import { Fragment as Fragment4, jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
4383
+ var expansion_panel_rtl_default = () => /* @__PURE__ */ jsx7(Fragment4, { children: /* @__PURE__ */ jsxs2("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
4384
+ /* @__PURE__ */ jsxs2("div", { children: [
4385
+ ["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { ...{ [state]: true }, title: "Expanded panel - " + state, subtitle: "Subtitle", dir: "rtl" })),
4386
+ /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Expanded panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle", dir: "rtl" })
4387
+ ] }),
4388
+ /* @__PURE__ */ jsxs2("div", { children: [
4389
+ ["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelNormal, { ...{ [state]: true }, title: "Collapsed panel - " + state, subtitle: "Subtitle", dir: "rtl" })),
4390
+ /* @__PURE__ */ jsx7(ExpansionPanelNormal, { title: "Collapsed panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle", dir: "rtl" }),
4391
+ /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Content with fixed height", subtitle: "Subtitle", contentStyle: { height: "100px" }, dir: "rtl", children: /* @__PURE__ */ jsx7("div", { style: { height: "100%", overflow: "auto" }, children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) })
4392
+ ] })
4367
4393
  ] }) });
4368
4394
  export {
4369
4395
  expansion_panel_rtl_default as default
@@ -4351,19 +4351,45 @@ ExpansionPanel.states = states4;
4351
4351
  ExpansionPanel.options = options4;
4352
4352
  ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
4353
4353
  ExpansionPanel.defaultProps = defaultProps4;
4354
+ var expansion_panel_spec_default = ExpansionPanel;
4355
+
4356
+ // src/expansion-panel/templates/expansion-panel-normal.tsx
4357
+ import { jsx as jsx5 } from "react/jsx-runtime";
4358
+ var ExpansionPanelNormal = (props) => /* @__PURE__ */ jsx5(
4359
+ expansion_panel_spec_default,
4360
+ {
4361
+ children: [
4362
+ /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
4363
+ ],
4364
+ ...props
4365
+ }
4366
+ );
4367
+
4368
+ // src/expansion-panel/templates/expansion-panel-expanded.tsx
4369
+ import { jsx as jsx6 } from "react/jsx-runtime";
4370
+ var ExpansionPanelExpanded = (props) => /* @__PURE__ */ jsx6(
4371
+ expansion_panel_spec_default,
4372
+ {
4373
+ expanded: true,
4374
+ children: [
4375
+ /* @__PURE__ */ jsx6("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
4376
+ ],
4377
+ ...props
4378
+ }
4379
+ );
4354
4380
 
4355
4381
  // src/expansion-panel/tests/expansion-panel.tsx
4356
- import { Fragment as Fragment4, jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
4357
- var expansion_panel_default = () => /* @__PURE__ */ jsx5(Fragment4, { children: /* @__PURE__ */ jsxs2("div", { id: "test-area", children: [
4358
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Collapsed panel", subtitle: "South America" }),
4359
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Expanded panel", subtitle: "South America", expanded: true, children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4360
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Expanded Focused panel", subtitle: "South America", expanded: true, focus: true, children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4361
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Collapsed panel", subtitle: "South America", children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4362
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Focus state", subtitle: "South America", focus: true, children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4363
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Hover state", subtitle: "South America", hover: true, children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4364
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Hover & Focus state", subtitle: "South America", hover: true, focus: true, children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4365
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Disabled panel", subtitle: "South America", disabled: true, children: /* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) }),
4366
- /* @__PURE__ */ jsx5(ExpansionPanel, { title: "Content with fixed height", subtitle: "South America", expanded: true, contentStyle: { height: "100px" }, children: /* @__PURE__ */ jsx5("div", { style: { height: "100%", overflow: "auto" }, children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) })
4382
+ import { Fragment as Fragment4, jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
4383
+ var expansion_panel_default = () => /* @__PURE__ */ jsx7(Fragment4, { children: /* @__PURE__ */ jsxs2("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
4384
+ /* @__PURE__ */ jsxs2("div", { children: [
4385
+ ["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { ...{ [state]: true }, title: "Expanded panel - " + state, subtitle: "Subtitle" })),
4386
+ /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Expanded panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle" })
4387
+ ] }),
4388
+ /* @__PURE__ */ jsxs2("div", { children: [
4389
+ ["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelNormal, { ...{ [state]: true }, title: "Collapsed panel - " + state, subtitle: "Subtitle" })),
4390
+ /* @__PURE__ */ jsx7(ExpansionPanelNormal, { title: "Collapsed panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle" }),
4391
+ /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Content with fixed height", subtitle: "Subtitle", contentStyle: { height: "100px" }, children: /* @__PURE__ */ jsx7("div", { style: { height: "100%", overflow: "auto" }, children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." }) })
4392
+ ] })
4367
4393
  ] }) });
4368
4394
  export {
4369
4395
  expansion_panel_default as default
@@ -7784,20 +7784,32 @@ ToolbarPopup.options = options47;
7784
7784
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7785
7785
  ToolbarPopup.defaultProps = defaultProps45;
7786
7786
 
7787
- // src/toolbar/templates/toolbar-normal.tsx
7787
+ // src/split-button/templates/icon-split-button.tsx
7788
7788
  import { jsx as jsx117 } from "react/jsx-runtime";
7789
7789
 
7790
- // src/toolbar/templates/toolbar-resizable.tsx
7790
+ // src/split-button/templates/icon-text-split-button.tsx
7791
7791
  import { jsx as jsx118 } from "react/jsx-runtime";
7792
7792
 
7793
- // src/toolbar/templates/toolbar-angular-normal.tsx
7793
+ // src/split-button/templates/text-split-button.tsx
7794
7794
  import { jsx as jsx119 } from "react/jsx-runtime";
7795
7795
 
7796
+ // src/split-button/templates/split-button-popup.tsx
7797
+ import { jsx as jsx120, jsxs as jsxs47 } from "react/jsx-runtime";
7798
+
7799
+ // src/toolbar/templates/toolbar-normal.tsx
7800
+ import { Fragment as Fragment29, jsx as jsx121, jsxs as jsxs48 } from "react/jsx-runtime";
7801
+
7802
+ // src/toolbar/templates/toolbar-resizable.tsx
7803
+ import { jsx as jsx122 } from "react/jsx-runtime";
7804
+
7805
+ // src/toolbar/templates/toolbar-angular-normal.tsx
7806
+ import { jsx as jsx123 } from "react/jsx-runtime";
7807
+
7796
7808
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7797
- import { jsx as jsx120 } from "react/jsx-runtime";
7809
+ import { jsx as jsx124 } from "react/jsx-runtime";
7798
7810
 
7799
7811
  // src/treeview/treeview.spec.tsx
7800
- import { jsx as jsx121 } from "react/jsx-runtime";
7812
+ import { jsx as jsx125 } from "react/jsx-runtime";
7801
7813
  import { createElement as createElement2 } from "react";
7802
7814
  var TREEVIEW_CLASSNAME = `k-treeview`;
7803
7815
  var states51 = [];
@@ -7832,17 +7844,17 @@ var Treeview = (props) => {
7832
7844
  } else {
7833
7845
  if (children.type === TreeviewItem) {
7834
7846
  listChildren.push(
7835
- /* @__PURE__ */ jsx121(TreeviewItem, { ...children.props, dir })
7847
+ /* @__PURE__ */ jsx125(TreeviewItem, { ...children.props, dir })
7836
7848
  );
7837
7849
  }
7838
7850
  if (children.type === TreeviewGroup) {
7839
7851
  listChildren.push(
7840
- /* @__PURE__ */ jsx121(TreeviewGroup, { ...children.props, dir })
7852
+ /* @__PURE__ */ jsx125(TreeviewGroup, { ...children.props, dir })
7841
7853
  );
7842
7854
  }
7843
7855
  }
7844
7856
  }
7845
- return /* @__PURE__ */ jsx121(
7857
+ return /* @__PURE__ */ jsx125(
7846
7858
  "div",
7847
7859
  {
7848
7860
  ...other,
@@ -7854,7 +7866,7 @@ var Treeview = (props) => {
7854
7866
  size
7855
7867
  })
7856
7868
  ),
7857
- children: /* @__PURE__ */ jsx121(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
7869
+ children: /* @__PURE__ */ jsx125(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
7858
7870
  }
7859
7871
  );
7860
7872
  };
@@ -7864,7 +7876,7 @@ Treeview.className = TREEVIEW_CLASSNAME;
7864
7876
  Treeview.defaultProps = defaultProps46;
7865
7877
 
7866
7878
  // src/treeview/treeview-group.tsx
7867
- import { jsx as jsx122 } from "react/jsx-runtime";
7879
+ import { jsx as jsx126 } from "react/jsx-runtime";
7868
7880
  import { createElement as createElement3 } from "react";
7869
7881
  var className13 = `k-treeview-group`;
7870
7882
  var TreeviewGroup = (props) => {
@@ -7885,16 +7897,16 @@ var TreeviewGroup = (props) => {
7885
7897
  } else {
7886
7898
  if (children.type === treeview_item_spec_default) {
7887
7899
  listChildren.push(
7888
- /* @__PURE__ */ jsx122(treeview_item_spec_default, { ...children.props, dir })
7900
+ /* @__PURE__ */ jsx126(treeview_item_spec_default, { ...children.props, dir })
7889
7901
  );
7890
7902
  }
7891
7903
  }
7892
7904
  }
7893
- return /* @__PURE__ */ jsx122("ul", { className: classNames(props.className, className13), children: listChildren });
7905
+ return /* @__PURE__ */ jsx126("ul", { className: classNames(props.className, className13), children: listChildren });
7894
7906
  };
7895
7907
 
7896
7908
  // src/treeview/treeview-leaf.tsx
7897
- import { jsx as jsx123, jsxs as jsxs47 } from "react/jsx-runtime";
7909
+ import { jsx as jsx127, jsxs as jsxs49 } from "react/jsx-runtime";
7898
7910
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
7899
7911
  var states52 = [
7900
7912
  States.hover,
@@ -7912,7 +7924,7 @@ var TreeviewLeaf = (props) => {
7912
7924
  selected,
7913
7925
  ...other
7914
7926
  } = props;
7915
- return /* @__PURE__ */ jsxs47(
7927
+ return /* @__PURE__ */ jsxs49(
7916
7928
  "span",
7917
7929
  {
7918
7930
  ...other,
@@ -7926,8 +7938,8 @@ var TreeviewLeaf = (props) => {
7926
7938
  })
7927
7939
  ),
7928
7940
  children: [
7929
- showIcon && /* @__PURE__ */ jsx123(Icon, { icon }),
7930
- /* @__PURE__ */ jsx123("span", { className: "k-treeview-leaf-text", children: text })
7941
+ showIcon && /* @__PURE__ */ jsx127(Icon, { icon }),
7942
+ /* @__PURE__ */ jsx127("span", { className: "k-treeview-leaf-text", children: text })
7931
7943
  ]
7932
7944
  }
7933
7945
  );
@@ -7938,7 +7950,7 @@ TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
7938
7950
  var treeview_leaf_default = TreeviewLeaf;
7939
7951
 
7940
7952
  // src/treeview/treeview-item.spec.tsx
7941
- import { Fragment as Fragment29, jsx as jsx124, jsxs as jsxs48 } from "react/jsx-runtime";
7953
+ import { Fragment as Fragment30, jsx as jsx128, jsxs as jsxs50 } from "react/jsx-runtime";
7942
7954
  import { createElement as createElement4 } from "react";
7943
7955
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
7944
7956
  var states53 = [
@@ -7981,12 +7993,12 @@ var TreeviewItem = (props) => {
7981
7993
  } else {
7982
7994
  if (children.type === TreeviewGroup) {
7983
7995
  listChildren.push(
7984
- /* @__PURE__ */ jsx124(TreeviewGroup, { ...children.props, dir, children: children.props.children })
7996
+ /* @__PURE__ */ jsx128(TreeviewGroup, { ...children.props, dir, children: children.props.children })
7985
7997
  );
7986
7998
  }
7987
7999
  }
7988
8000
  }
7989
- return /* @__PURE__ */ jsxs48(
8001
+ return /* @__PURE__ */ jsxs50(
7990
8002
  "li",
7991
8003
  {
7992
8004
  ...other,
@@ -7995,19 +8007,19 @@ var TreeviewItem = (props) => {
7995
8007
  TREEVIEWITEM_CLASSNAME
7996
8008
  ),
7997
8009
  children: [
7998
- /* @__PURE__ */ jsxs48("span", { className: "k-treeview-mid", children: [
7999
- _hasChildren && /* @__PURE__ */ jsx124(
8010
+ /* @__PURE__ */ jsxs50("span", { className: "k-treeview-mid", children: [
8011
+ _hasChildren && /* @__PURE__ */ jsx128(
8000
8012
  "span",
8001
8013
  {
8002
8014
  className: classNames(
8003
8015
  "k-treeview-toggle",
8004
8016
  stateClassNames("k-treeview-toggle", { disabled })
8005
8017
  ),
8006
- children: /* @__PURE__ */ jsx124(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
8018
+ children: /* @__PURE__ */ jsx128(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
8007
8019
  }
8008
8020
  ),
8009
- showCheckbox && /* @__PURE__ */ jsx124(Checkbox, { checked, disabled }),
8010
- /* @__PURE__ */ jsx124(
8021
+ showCheckbox && /* @__PURE__ */ jsx128(Checkbox, { checked, disabled }),
8022
+ /* @__PURE__ */ jsx128(
8011
8023
  treeview_leaf_default,
8012
8024
  {
8013
8025
  className: classNames(
@@ -8023,7 +8035,7 @@ var TreeviewItem = (props) => {
8023
8035
  }
8024
8036
  )
8025
8037
  ] }),
8026
- expanded && _hasChildren && /* @__PURE__ */ jsx124(Fragment29, { children: listChildren })
8038
+ expanded && _hasChildren && /* @__PURE__ */ jsx128(Fragment30, { children: listChildren })
8027
8039
  ]
8028
8040
  }
8029
8041
  );
@@ -8035,19 +8047,19 @@ TreeviewItem.defaultProps = defaultProps47;
8035
8047
  var treeview_item_spec_default = TreeviewItem;
8036
8048
 
8037
8049
  // src/treeview/templates/treeview-normal.tsx
8038
- import { jsx as jsx125 } from "react/jsx-runtime";
8050
+ import { jsx as jsx129 } from "react/jsx-runtime";
8039
8051
 
8040
8052
  // src/treeview/templates/treeview-hierarchy.tsx
8041
- import { jsx as jsx126, jsxs as jsxs49 } from "react/jsx-runtime";
8053
+ import { jsx as jsx130, jsxs as jsxs51 } from "react/jsx-runtime";
8042
8054
 
8043
8055
  // src/treeview/templates/treeview-icons.tsx
8044
- import { jsx as jsx127, jsxs as jsxs50 } from "react/jsx-runtime";
8056
+ import { jsx as jsx131, jsxs as jsxs52 } from "react/jsx-runtime";
8045
8057
 
8046
8058
  // src/treeview/templates/treeview-checkboxes.tsx
8047
- import { jsx as jsx128, jsxs as jsxs51 } from "react/jsx-runtime";
8059
+ import { jsx as jsx132, jsxs as jsxs53 } from "react/jsx-runtime";
8048
8060
 
8049
8061
  // src/filemanager/tests/filemanager-contextmenu.tsx
8050
- import { Fragment as Fragment30, jsx as jsx129, jsxs as jsxs52 } from "react/jsx-runtime";
8062
+ import { Fragment as Fragment31, jsx as jsx133, jsxs as jsxs54 } from "react/jsx-runtime";
8051
8063
  var styles = `
8052
8064
  #filemanager-context-menu {
8053
8065
  position: absolute;
@@ -8057,36 +8069,36 @@ var styles = `
8057
8069
  overflow: visible;
8058
8070
  }
8059
8071
  `;
8060
- var filemanager_contextmenu_default = () => /* @__PURE__ */ jsxs52(Fragment30, { children: [
8061
- /* @__PURE__ */ jsx129("style", { children: styles }),
8062
- /* @__PURE__ */ jsxs52("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
8063
- /* @__PURE__ */ jsx129("span", { children: "File Manager ContextMenu" }),
8064
- /* @__PURE__ */ jsxs52("div", { className: "k-widget k-filemanager", children: [
8065
- /* @__PURE__ */ jsx129("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs52(Toolbar, { className: "k-filemanager-toolbar", children: [
8066
- /* @__PURE__ */ jsx129(Button, { children: "New Folder" }),
8067
- /* @__PURE__ */ jsx129(Button, { children: "Upload" })
8072
+ var filemanager_contextmenu_default = () => /* @__PURE__ */ jsxs54(Fragment31, { children: [
8073
+ /* @__PURE__ */ jsx133("style", { children: styles }),
8074
+ /* @__PURE__ */ jsxs54("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
8075
+ /* @__PURE__ */ jsx133("span", { children: "File Manager ContextMenu" }),
8076
+ /* @__PURE__ */ jsxs54("div", { className: "k-widget k-filemanager", children: [
8077
+ /* @__PURE__ */ jsx133("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs54(Toolbar, { className: "k-filemanager-toolbar", children: [
8078
+ /* @__PURE__ */ jsx133(Button, { children: "New Folder" }),
8079
+ /* @__PURE__ */ jsx133(Button, { children: "Upload" })
8068
8080
  ] }) }),
8069
- /* @__PURE__ */ jsxs52("div", { className: "k-filemanager-content-container", children: [
8070
- /* @__PURE__ */ jsx129("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ jsx129(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ jsx129(TreeviewItem, { text: "Folder" }) }) }),
8071
- /* @__PURE__ */ jsxs52("div", { className: "k-filemanager-content", children: [
8072
- /* @__PURE__ */ jsx129(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ jsx129(BreadcrumbContainer, { children: /* @__PURE__ */ jsx129(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx129(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx129(Icon, { icon: "home" }) }) }) }) }),
8073
- /* @__PURE__ */ jsx129("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ jsxs52("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
8074
- /* @__PURE__ */ jsxs52("div", { className: "k-listview-item", children: [
8075
- /* @__PURE__ */ jsx129("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx129(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
8076
- /* @__PURE__ */ jsx129("span", { className: "k-file-name", children: "Folder" })
8081
+ /* @__PURE__ */ jsxs54("div", { className: "k-filemanager-content-container", children: [
8082
+ /* @__PURE__ */ jsx133("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ jsx133(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ jsx133(TreeviewItem, { text: "Folder" }) }) }),
8083
+ /* @__PURE__ */ jsxs54("div", { className: "k-filemanager-content", children: [
8084
+ /* @__PURE__ */ jsx133(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ jsx133(BreadcrumbContainer, { children: /* @__PURE__ */ jsx133(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx133(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx133(Icon, { icon: "home" }) }) }) }) }),
8085
+ /* @__PURE__ */ jsx133("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ jsxs54("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
8086
+ /* @__PURE__ */ jsxs54("div", { className: "k-listview-item", children: [
8087
+ /* @__PURE__ */ jsx133("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx133(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
8088
+ /* @__PURE__ */ jsx133("span", { className: "k-file-name", children: "Folder" })
8077
8089
  ] }),
8078
- /* @__PURE__ */ jsxs52("div", { className: "k-listview-item", children: [
8079
- /* @__PURE__ */ jsx129("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx129(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
8080
- /* @__PURE__ */ jsx129("span", { className: "k-file-name", children: "file.png" })
8090
+ /* @__PURE__ */ jsxs54("div", { className: "k-listview-item", children: [
8091
+ /* @__PURE__ */ jsx133("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx133(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
8092
+ /* @__PURE__ */ jsx133("span", { className: "k-file-name", children: "file.png" })
8081
8093
  ] })
8082
8094
  ] }) })
8083
8095
  ] }),
8084
- /* @__PURE__ */ jsx129("div", { className: "k-filemanager-preview", hidden: true })
8096
+ /* @__PURE__ */ jsx133("div", { className: "k-filemanager-preview", hidden: true })
8085
8097
  ] })
8086
8098
  ] }),
8087
- /* @__PURE__ */ jsx129(Popup, { id: "filemanager-context-menu", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs52(MenuList, { children: [
8088
- /* @__PURE__ */ jsx129(MenuItem, { text: "Rename", icon: "pencil" }),
8089
- /* @__PURE__ */ jsx129(MenuItem, { text: "Delete", icon: "trash" })
8099
+ /* @__PURE__ */ jsx133(Popup, { id: "filemanager-context-menu", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs54(MenuList, { children: [
8100
+ /* @__PURE__ */ jsx133(MenuItem, { text: "Rename", icon: "pencil" }),
8101
+ /* @__PURE__ */ jsx133(MenuItem, { text: "Delete", icon: "trash" })
8090
8102
  ] }) })
8091
8103
  ] })
8092
8104
  ] });
@@ -4507,20 +4507,22 @@ Dialog.defaultProps = defaultProps6;
4507
4507
  var dialog_spec_default = Dialog;
4508
4508
 
4509
4509
  // src/dialog/templates/dialog-normal.tsx
4510
- import { jsx as jsx10 } from "react/jsx-runtime";
4511
- var DialogNormal = ({ children, ...other }) => /* @__PURE__ */ jsx10(
4510
+ import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
4511
+ var DialogNormal = (props) => /* @__PURE__ */ jsx10(
4512
4512
  dialog_spec_default,
4513
4513
  {
4514
- ...other,
4515
- children
4514
+ children: [
4515
+ /* @__PURE__ */ jsx10(Fragment6, { children: "Dialog content" })
4516
+ ],
4517
+ ...props
4516
4518
  }
4517
4519
  );
4518
4520
 
4519
4521
  // src/dialog/templates/dialog-modal.tsx
4520
- import { Fragment as Fragment6, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
4522
+ import { Fragment as Fragment7, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
4521
4523
 
4522
4524
  // src/upload/upload-dropzone.tsx
4523
- import { Fragment as Fragment7, jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
4525
+ import { Fragment as Fragment8, jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
4524
4526
  var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
4525
4527
  var states7 = [
4526
4528
  States.hover
@@ -4531,28 +4533,28 @@ var UploadDropzone = (props) => {
4531
4533
  status,
4532
4534
  ...other
4533
4535
  } = props;
4534
- let statusMsg = /* @__PURE__ */ jsx12(Fragment7, {});
4536
+ let statusMsg = /* @__PURE__ */ jsx12(Fragment8, {});
4535
4537
  switch (status) {
4536
4538
  case "uploading":
4537
- statusMsg = /* @__PURE__ */ jsxs4(Fragment7, { children: [
4539
+ statusMsg = /* @__PURE__ */ jsxs4(Fragment8, { children: [
4538
4540
  /* @__PURE__ */ jsx12(Icon, { icon: "upload" }),
4539
4541
  "Uploading..."
4540
4542
  ] });
4541
4543
  break;
4542
4544
  case "done":
4543
- statusMsg = /* @__PURE__ */ jsxs4(Fragment7, { children: [
4545
+ statusMsg = /* @__PURE__ */ jsxs4(Fragment8, { children: [
4544
4546
  /* @__PURE__ */ jsx12(Icon, { icon: "check" }),
4545
4547
  "Done"
4546
4548
  ] });
4547
4549
  break;
4548
4550
  case "failed":
4549
- statusMsg = /* @__PURE__ */ jsxs4(Fragment7, { children: [
4551
+ statusMsg = /* @__PURE__ */ jsxs4(Fragment8, { children: [
4550
4552
  /* @__PURE__ */ jsx12(Icon, { icon: "exclamation-circle" }),
4551
4553
  "Done"
4552
4554
  ] });
4553
4555
  break;
4554
4556
  default:
4555
- statusMsg = /* @__PURE__ */ jsx12(Fragment7, {});
4557
+ statusMsg = /* @__PURE__ */ jsx12(Fragment8, {});
4556
4558
  break;
4557
4559
  }
4558
4560
  return /* @__PURE__ */ jsxs4(
@@ -4783,32 +4785,32 @@ import { jsx as jsx17 } from "react/jsx-runtime";
4783
4785
  import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
4784
4786
 
4785
4787
  // src/upload/upload-file.tsx
4786
- import { Fragment as Fragment8, jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
4788
+ import { Fragment as Fragment9, jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
4787
4789
 
4788
4790
  // src/upload/upload-file-multiple.tsx
4789
- import { Fragment as Fragment9, jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
4791
+ import { Fragment as Fragment10, jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
4790
4792
 
4791
4793
  // src/filemanager/tests/filemanager-dialogs.tsx
4792
- import { Fragment as Fragment10, jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
4794
+ import { Fragment as Fragment11, jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
4793
4795
  var styles = `
4794
4796
  .k-dialog {
4795
4797
  width: 100%;
4796
4798
  position: relative;
4797
4799
  }
4798
4800
  `;
4799
- var filemanager_dialogs_default = () => /* @__PURE__ */ jsxs10(Fragment10, { children: [
4801
+ var filemanager_dialogs_default = () => /* @__PURE__ */ jsxs10(Fragment11, { children: [
4800
4802
  /* @__PURE__ */ jsx21("style", { children: styles }),
4801
4803
  /* @__PURE__ */ jsxs10("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
4802
- /* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Upload Files", actions: ["x"], actionButtonsAlign: "start", className: "k-filemanager-upload-dialog", actionButtons: /* @__PURE__ */ jsxs10(Fragment10, { children: [
4804
+ /* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Upload Files", actions: ["x"], actionButtonsAlign: "start", className: "k-filemanager-upload-dialog", actionButtons: /* @__PURE__ */ jsxs10(Fragment11, { children: [
4803
4805
  /* @__PURE__ */ jsx21(Button, { themeColor: "primary", children: "Upload" }),
4804
4806
  /* @__PURE__ */ jsx21(Button, { children: "Cancel" })
4805
4807
  ] }), children: /* @__PURE__ */ jsx21(Upload, { async: true, empty: true, status: "upload" }) }) }),
4806
4808
  /* @__PURE__ */ jsx21("span", { children: " " }),
4807
- /* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(Fragment10, { children: [
4809
+ /* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(Fragment11, { children: [
4808
4810
  /* @__PURE__ */ jsx21(Button, { themeColor: "primary", children: "Confirm" }),
4809
4811
  /* @__PURE__ */ jsx21(Button, { children: "Cancel" })
4810
4812
  ] }), children: /* @__PURE__ */ jsx21("p", { children: "Do you want to move or copy?" }) }) }),
4811
- /* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsxs10(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(Fragment10, { children: [
4813
+ /* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsxs10(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(Fragment11, { children: [
4812
4814
  /* @__PURE__ */ jsx21(Button, { themeColor: "primary", children: "Confirm" }),
4813
4815
  /* @__PURE__ */ jsx21(Button, { children: "Cancel" })
4814
4816
  ] }), children: [