@progress/kendo-themes-html 7.0.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
@@ -4737,13 +4737,43 @@ TileLayoutItem.options = options7;
4737
4737
  TileLayoutItem.className = TILELAYOUTITEM_CLASSNAME;
4738
4738
  TileLayoutItem.defaultProps = defaultProps7;
4739
4739
 
4740
+ // src/tilelayout/tilelayout-item-hint.spec.tsx
4741
+ import { jsx as jsx19 } from "react/jsx-runtime";
4742
+ var TILELAYOUTITEMHINT_CLASSNAME = `k-layout-item-hint`;
4743
+ var states9 = [];
4744
+ var options8 = {};
4745
+ var defaultProps8 = {};
4746
+ var TileLayoutItemHint = (props) => {
4747
+ const { style } = props;
4748
+ return /* @__PURE__ */ jsx19("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style });
4749
+ };
4750
+ TileLayoutItemHint.states = states9;
4751
+ TileLayoutItemHint.options = options8;
4752
+ TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
4753
+ TileLayoutItemHint.defaultProps = defaultProps8;
4754
+
4755
+ // src/tilelayout/templates/tilelayout-normal.tsx
4756
+ import { jsx as jsx20 } from "react/jsx-runtime";
4757
+ var TileLayoutNormal = (props) => /* @__PURE__ */ jsx20(
4758
+ TileLayout,
4759
+ {
4760
+ children: [
4761
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
4762
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
4763
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
4764
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" })
4765
+ ],
4766
+ ...props
4767
+ }
4768
+ );
4769
+
4740
4770
  // src/tilelayout/tests/tilelayout-resizing.tsx
4741
- import { Fragment as Fragment9, jsx as jsx19, jsxs as jsxs6 } from "react/jsx-runtime";
4742
- var tilelayout_resizing_default = () => /* @__PURE__ */ jsx19(Fragment9, { children: /* @__PURE__ */ jsx19("div", { id: "test-area", children: /* @__PURE__ */ jsxs6(TileLayout, { columns: 4, gap: "16px", columnWidth: "1fr", children: [
4743
- /* @__PURE__ */ jsx19(TileLayoutItem, { resize: "horizontal", header: "Card Title", body: "Horizontally resizable card" }),
4744
- /* @__PURE__ */ jsx19(TileLayoutItem, { resize: "vertical", header: "Card Title", body: "Vertically resizable card" }),
4745
- /* @__PURE__ */ jsx19(TileLayoutItem, { resize: true, header: "Card Title", body: "Horizontally and Vertically resizable card" }),
4746
- /* @__PURE__ */ jsx19(TileLayoutItem, { header: "Card Title", body: "Non-resizable card" })
4771
+ import { Fragment as Fragment9, jsx as jsx21, jsxs as jsxs6 } from "react/jsx-runtime";
4772
+ var tilelayout_resizing_default = () => /* @__PURE__ */ jsx21(Fragment9, { children: /* @__PURE__ */ jsx21("div", { id: "test-area", children: /* @__PURE__ */ jsxs6(TileLayoutNormal, { columns: 4, gap: "16px", columnWidth: "1fr", children: [
4773
+ /* @__PURE__ */ jsx21(TileLayoutItem, { resize: "horizontal", header: "Card Title", body: "Horizontally resizable card" }),
4774
+ /* @__PURE__ */ jsx21(TileLayoutItem, { resize: "vertical", header: "Card Title", body: "Vertically resizable card" }),
4775
+ /* @__PURE__ */ jsx21(TileLayoutItem, { resize: true, header: "Card Title", body: "Horizontally and Vertically resizable card" }),
4776
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Card Title", body: "Non-resizable card" })
4747
4777
  ] }) }) });
4748
4778
  export {
4749
4779
  tilelayout_resizing_default as default
@@ -4753,10 +4753,25 @@ TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
4753
4753
  TileLayoutItemHint.defaultProps = defaultProps8;
4754
4754
  var tilelayout_item_hint_spec_default = TileLayoutItemHint;
4755
4755
 
4756
- // src/tilelayout/tests/tilelayout.tsx
4757
- import { Fragment as Fragment9, jsx as jsx20, jsxs as jsxs6 } from "react/jsx-runtime";
4758
- var tilelayout_default = () => /* @__PURE__ */ jsx20(Fragment9, { children: /* @__PURE__ */ jsx20("div", { id: "test-area", children: /* @__PURE__ */ jsxs6(
4756
+ // src/tilelayout/templates/tilelayout-normal.tsx
4757
+ import { jsx as jsx20 } from "react/jsx-runtime";
4758
+ var TileLayoutNormal = (props) => /* @__PURE__ */ jsx20(
4759
4759
  TileLayout,
4760
+ {
4761
+ children: [
4762
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
4763
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
4764
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
4765
+ /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" })
4766
+ ],
4767
+ ...props
4768
+ }
4769
+ );
4770
+
4771
+ // src/tilelayout/tests/tilelayout.tsx
4772
+ import { Fragment as Fragment9, jsx as jsx21, jsxs as jsxs6 } from "react/jsx-runtime";
4773
+ var tilelayout_default = () => /* @__PURE__ */ jsx21(Fragment9, { children: /* @__PURE__ */ jsx21("div", { id: "test-area", children: /* @__PURE__ */ jsxs6(
4774
+ TileLayoutNormal,
4760
4775
  {
4761
4776
  columns: 5,
4762
4777
  columnWidth: "1fr",
@@ -4764,20 +4779,20 @@ var tilelayout_default = () => /* @__PURE__ */ jsx20(Fragment9, { children: /* @
4764
4779
  gap: "16px",
4765
4780
  style: { width: "1000px" },
4766
4781
  children: [
4767
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "0", gridColumnEnd: "span 1", gridRowEnd: "span 1" }, focus: true }),
4768
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "1", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4769
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "2", gridColumnEnd: "span 1", gridRowEnd: "span 2", width: "250px", position: "absolute", height: "198px", left: "410px", top: "16px", zIndex: 1 } }),
4770
- /* @__PURE__ */ jsx20(tilelayout_item_hint_spec_default, { style: { order: "2", gridColumnEnd: "span 2", gridRowEnd: "span 2" } }),
4771
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "3", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4772
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "4", gridColumnEnd: "span 1", gridRowEnd: "span 2" } }),
4773
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "5", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4774
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "6", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4775
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "7", gridColumnEnd: "span 1", gridRowEnd: "span 2" } }),
4776
- /* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "8", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4777
- /* @__PURE__ */ jsx20(
4782
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "0", gridColumnEnd: "span 1", gridRowEnd: "span 1" }, focus: true }),
4783
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "1", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4784
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "2", gridColumnEnd: "span 1", gridRowEnd: "span 2", width: "250px", position: "absolute", height: "198px", left: "410px", top: "16px", zIndex: 1 } }),
4785
+ /* @__PURE__ */ jsx21(tilelayout_item_hint_spec_default, { style: { order: "2", gridColumnEnd: "span 2", gridRowEnd: "span 2" } }),
4786
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "3", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4787
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "4", gridColumnEnd: "span 1", gridRowEnd: "span 2" } }),
4788
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "5", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4789
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "6", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4790
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "7", gridColumnEnd: "span 1", gridRowEnd: "span 2" } }),
4791
+ /* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "8", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
4792
+ /* @__PURE__ */ jsx21(
4778
4793
  TileLayoutItem,
4779
4794
  {
4780
- header: /* @__PURE__ */ jsx20("h5", { className: "k-card-title", children: "Header element" }),
4795
+ header: /* @__PURE__ */ jsx21("h5", { className: "k-card-title", children: "Header element" }),
4781
4796
  body: "Content goes here",
4782
4797
  style: { order: "9", gridColumnEnd: "span 1", gridRowEnd: "span 2" }
4783
4798
  }
@@ -7398,9 +7398,38 @@ Toolbar.className = TOOLBAR_CLASSNAME;
7398
7398
  Toolbar.defaultProps = defaultProps40;
7399
7399
  var toolbar_spec_default = Toolbar;
7400
7400
 
7401
- // src/toolbar/templates/toolbar-normal.tsx
7401
+ // src/split-button/templates/icon-split-button.tsx
7402
7402
  import { jsx as jsx106 } from "react/jsx-runtime";
7403
- var ToolbarNormal = ({ children, ...other }) => /* @__PURE__ */ jsx106(toolbar_spec_default, { ...other, children });
7403
+
7404
+ // src/split-button/templates/icon-text-split-button.tsx
7405
+ import { jsx as jsx107 } from "react/jsx-runtime";
7406
+
7407
+ // src/split-button/templates/text-split-button.tsx
7408
+ import { jsx as jsx108 } from "react/jsx-runtime";
7409
+
7410
+ // src/split-button/templates/split-button-popup.tsx
7411
+ import { jsx as jsx109, jsxs as jsxs47 } from "react/jsx-runtime";
7412
+
7413
+ // src/toolbar/templates/toolbar-normal.tsx
7414
+ import { Fragment as Fragment29, jsx as jsx110, jsxs as jsxs48 } from "react/jsx-runtime";
7415
+ var ToolbarNormal = (props) => /* @__PURE__ */ jsx110(
7416
+ toolbar_spec_default,
7417
+ {
7418
+ children: [
7419
+ /* @__PURE__ */ jsxs48(Fragment29, { children: [
7420
+ /* @__PURE__ */ jsx110(Button, { children: "Button" }),
7421
+ /* @__PURE__ */ jsx110(MenuButton, { text: "Menu button" }),
7422
+ /* @__PURE__ */ jsx110(SplitButton, { children: "Split button" }),
7423
+ /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7424
+ /* @__PURE__ */ jsx110(Button, { icon: "align-left", children: "Left" }),
7425
+ /* @__PURE__ */ jsx110(Button, { icon: "align-center", children: "Center" }),
7426
+ /* @__PURE__ */ jsx110(Button, { icon: "align-right", children: "Right" })
7427
+ ] })
7428
+ ] })
7429
+ ],
7430
+ ...props
7431
+ }
7432
+ );
7404
7433
  export {
7405
7434
  ToolbarNormal
7406
7435
  };
@@ -7634,21 +7634,33 @@ ToolbarPopup.options = options46;
7634
7634
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7635
7635
  ToolbarPopup.defaultProps = defaultProps43;
7636
7636
 
7637
- // src/toolbar/templates/toolbar-normal.tsx
7637
+ // src/split-button/templates/icon-split-button.tsx
7638
7638
  import { jsx as jsx110 } from "react/jsx-runtime";
7639
7639
 
7640
- // src/toolbar/templates/toolbar-resizable.tsx
7640
+ // src/split-button/templates/icon-text-split-button.tsx
7641
7641
  import { jsx as jsx111 } from "react/jsx-runtime";
7642
- var ToolbarResizable = ({ children, ...other }) => /* @__PURE__ */ jsx111(toolbar_spec_default, { ...other, resizable: true, children });
7643
7642
 
7644
- // src/toolbar/templates/toolbar-angular-normal.tsx
7643
+ // src/split-button/templates/text-split-button.tsx
7645
7644
  import { jsx as jsx112 } from "react/jsx-runtime";
7646
7645
 
7646
+ // src/split-button/templates/split-button-popup.tsx
7647
+ import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
7648
+
7649
+ // src/toolbar/templates/toolbar-normal.tsx
7650
+ import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
7651
+
7652
+ // src/toolbar/templates/toolbar-resizable.tsx
7653
+ import { jsx as jsx115 } from "react/jsx-runtime";
7654
+ var ToolbarResizable = ({ children, ...other }) => /* @__PURE__ */ jsx115(toolbar_spec_default, { ...other, resizable: true, children });
7655
+
7656
+ // src/toolbar/templates/toolbar-angular-normal.tsx
7657
+ import { jsx as jsx116 } from "react/jsx-runtime";
7658
+
7647
7659
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7648
- import { jsx as jsx113 } from "react/jsx-runtime";
7660
+ import { jsx as jsx117 } from "react/jsx-runtime";
7649
7661
 
7650
7662
  // src/toolbar/tests/toolbar-adaptive.tsx
7651
- import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs47 } from "react/jsx-runtime";
7663
+ import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
7652
7664
  var styles = `
7653
7665
  #test-area {
7654
7666
  --kendo-actionsheet-height: 300px;
@@ -7662,32 +7674,32 @@ var styles = `
7662
7674
  transform: translateZ(0);
7663
7675
  }
7664
7676
  `;
7665
- var toolbar_adaptive_default = () => /* @__PURE__ */ jsxs47(Fragment29, { children: [
7666
- /* @__PURE__ */ jsx114("style", { children: styles }),
7667
- /* @__PURE__ */ jsxs47("div", { id: "test-area", className: "k-d-grid", children: [
7668
- /* @__PURE__ */ jsx114("span", { className: "k-colspan-all k-col-span-full", children: "Screen width <= 500px" }),
7669
- /* @__PURE__ */ jsxs47("section", { className: "k-colspan-all k-col-span-full", children: [
7670
- /* @__PURE__ */ jsxs47(ToolbarResizable, { size: "large", children: [
7671
- /* @__PURE__ */ jsxs47(ButtonGroup, { children: [
7672
- /* @__PURE__ */ jsx114(Button, { size: "large", icon: "align-left", children: "Left" }),
7673
- /* @__PURE__ */ jsx114(Button, { size: "large", icon: "align-center", children: "Center" }),
7674
- /* @__PURE__ */ jsx114(Button, { size: "large", icon: "align-right", children: "Right" })
7677
+ var toolbar_adaptive_default = () => /* @__PURE__ */ jsxs49(Fragment30, { children: [
7678
+ /* @__PURE__ */ jsx118("style", { children: styles }),
7679
+ /* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid", children: [
7680
+ /* @__PURE__ */ jsx118("span", { className: "k-colspan-all k-col-span-full", children: "Screen width <= 500px" }),
7681
+ /* @__PURE__ */ jsxs49("section", { className: "k-colspan-all k-col-span-full", children: [
7682
+ /* @__PURE__ */ jsxs49(ToolbarResizable, { size: "large", children: [
7683
+ /* @__PURE__ */ jsxs49(ButtonGroup, { children: [
7684
+ /* @__PURE__ */ jsx118(Button, { size: "large", icon: "align-left", children: "Left" }),
7685
+ /* @__PURE__ */ jsx118(Button, { size: "large", icon: "align-center", children: "Center" }),
7686
+ /* @__PURE__ */ jsx118(Button, { size: "large", icon: "align-right", children: "Right" })
7675
7687
  ] }),
7676
- /* @__PURE__ */ jsx114(Button, { size: "large", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
7688
+ /* @__PURE__ */ jsx118(Button, { size: "large", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
7677
7689
  ] }),
7678
- /* @__PURE__ */ jsxs47(ActionSheet, { adaptive: true, overlay: false, children: [
7679
- /* @__PURE__ */ jsx114(ActionSheetHeader, { title: "Toolbar title", className: "k-text-center" }),
7680
- /* @__PURE__ */ jsxs47(MenuList, { size: "large", children: [
7681
- /* @__PURE__ */ jsx114(MenuItem, { text: "Left", icon: "align-left" }),
7682
- /* @__PURE__ */ jsx114(MenuItem, { text: "Center", icon: "align-center" }),
7683
- /* @__PURE__ */ jsx114(MenuItem, { text: "Right", icon: "align-right" }),
7684
- /* @__PURE__ */ jsx114(MenuItem, { text: "Justify", icon: "align-justify" }),
7685
- /* @__PURE__ */ jsx114(MenuSeparator, {}),
7686
- /* @__PURE__ */ jsx114(MenuItem, { text: "Font color" }),
7687
- /* @__PURE__ */ jsx114(MenuSeparator, {}),
7688
- /* @__PURE__ */ jsx114(MenuItem, { text: "Cut", icon: "cut" }),
7689
- /* @__PURE__ */ jsx114(MenuItem, { text: "Copy", icon: "copy" }),
7690
- /* @__PURE__ */ jsx114(MenuItem, { text: "Paste", icon: "paste" })
7690
+ /* @__PURE__ */ jsxs49(ActionSheet, { adaptive: true, overlay: false, children: [
7691
+ /* @__PURE__ */ jsx118(ActionSheetHeader, { title: "Toolbar title", className: "k-text-center" }),
7692
+ /* @__PURE__ */ jsxs49(MenuList, { size: "large", children: [
7693
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Left", icon: "align-left" }),
7694
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Center", icon: "align-center" }),
7695
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Right", icon: "align-right" }),
7696
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Justify", icon: "align-justify" }),
7697
+ /* @__PURE__ */ jsx118(MenuSeparator, {}),
7698
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Font color" }),
7699
+ /* @__PURE__ */ jsx118(MenuSeparator, {}),
7700
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Cut", icon: "cut" }),
7701
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Copy", icon: "copy" }),
7702
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Paste", icon: "paste" })
7691
7703
  ] })
7692
7704
  ] })
7693
7705
  ] })
@@ -7649,7 +7649,7 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7649
7649
  ToolbarPopup.defaultProps = defaultProps43;
7650
7650
 
7651
7651
  // src/toolbar/templates/toolbar-normal.tsx
7652
- import { jsx as jsx114 } from "react/jsx-runtime";
7652
+ import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
7653
7653
 
7654
7654
  // src/toolbar/templates/toolbar-resizable.tsx
7655
7655
  import { jsx as jsx115 } from "react/jsx-runtime";
@@ -7662,17 +7662,17 @@ var ToolbarAngularNormal = ({ children, ...other }) => /* @__PURE__ */ jsx116(to
7662
7662
  import { jsx as jsx117 } from "react/jsx-runtime";
7663
7663
 
7664
7664
  // src/toolbar/tests/toolbar-angular.tsx
7665
- import { Fragment as Fragment29, jsx as jsx118, jsxs as jsxs48 } from "react/jsx-runtime";
7666
- var toolbar_angular_default = () => /* @__PURE__ */ jsx118(Fragment29, { children: /* @__PURE__ */ jsxs48("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7665
+ import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
7666
+ var toolbar_angular_default = () => /* @__PURE__ */ jsx118(Fragment30, { children: /* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7667
7667
  /* @__PURE__ */ jsx118("span", { className: "k-colspan-all k-col-span-full", children: "Angular specific rendering and spacing" }),
7668
- /* @__PURE__ */ jsx118("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs48(ToolbarAngularNormal, { children: [
7668
+ /* @__PURE__ */ jsx118("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs49(ToolbarAngularNormal, { children: [
7669
7669
  /* @__PURE__ */ jsx118(Button, { children: "Button" }),
7670
7670
  /* @__PURE__ */ jsx118("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx118(ToolbarSeparator, {}) }),
7671
7671
  /* @__PURE__ */ jsx118(SplitButton, { children: "Split button" }),
7672
7672
  /* @__PURE__ */ jsx118("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx118(ToolbarSeparator, {}) }),
7673
7673
  /* @__PURE__ */ jsx118(MenuButton, { text: "Menu button" }),
7674
7674
  /* @__PURE__ */ jsx118("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx118(ToolbarSeparator, {}) }),
7675
- /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7675
+ /* @__PURE__ */ jsxs49(ButtonGroup, { children: [
7676
7676
  /* @__PURE__ */ jsx118(Button, { icon: "align-left" }),
7677
7677
  /* @__PURE__ */ jsx118(Button, { icon: "align-center" }),
7678
7678
  /* @__PURE__ */ jsx118(Button, { icon: "align-right" }),
@@ -7681,22 +7681,22 @@ var toolbar_angular_default = () => /* @__PURE__ */ jsx118(Fragment29, { childre
7681
7681
  ] }) }),
7682
7682
  /* @__PURE__ */ jsx118("span", { children: "wrapped" }),
7683
7683
  /* @__PURE__ */ jsx118("span", { children: "rtl" }),
7684
- /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs48(ToolbarAngularNormal, { children: [
7684
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarAngularNormal, { children: [
7685
7685
  /* @__PURE__ */ jsx118(Button, { children: "Button" }),
7686
7686
  /* @__PURE__ */ jsx118(SplitButton, { children: "Split button" }),
7687
7687
  /* @__PURE__ */ jsx118(MenuButton, { text: "Menu button" }),
7688
- /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7688
+ /* @__PURE__ */ jsxs49(ButtonGroup, { children: [
7689
7689
  /* @__PURE__ */ jsx118(Button, { icon: "align-left", children: "Left" }),
7690
7690
  /* @__PURE__ */ jsx118(Button, { icon: "align-center", children: "Center" }),
7691
7691
  /* @__PURE__ */ jsx118(Button, { icon: "align-right", children: "Right" }),
7692
7692
  /* @__PURE__ */ jsx118(Button, { icon: "align-justify", children: "Justify" })
7693
7693
  ] })
7694
7694
  ] }) }),
7695
- /* @__PURE__ */ jsx118("section", { dir: "rtl", children: /* @__PURE__ */ jsxs48(ToolbarAngularNormal, { children: [
7695
+ /* @__PURE__ */ jsx118("section", { dir: "rtl", children: /* @__PURE__ */ jsxs49(ToolbarAngularNormal, { children: [
7696
7696
  /* @__PURE__ */ jsx118(Button, { children: "Button" }),
7697
7697
  /* @__PURE__ */ jsx118(SplitButton, { children: "Split button" }),
7698
7698
  /* @__PURE__ */ jsx118(MenuButton, { text: "Menu button" }),
7699
- /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7699
+ /* @__PURE__ */ jsxs49(ButtonGroup, { children: [
7700
7700
  /* @__PURE__ */ jsx118(Button, { icon: "align-left", children: "Left" }),
7701
7701
  /* @__PURE__ */ jsx118(Button, { icon: "align-center", children: "Center" }),
7702
7702
  /* @__PURE__ */ jsx118(Button, { icon: "align-right", children: "Right" }),
@@ -7647,8 +7647,25 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7647
7647
  ToolbarPopup.defaultProps = defaultProps43;
7648
7648
 
7649
7649
  // src/toolbar/templates/toolbar-normal.tsx
7650
- import { jsx as jsx114 } from "react/jsx-runtime";
7651
- var ToolbarNormal = ({ children, ...other }) => /* @__PURE__ */ jsx114(toolbar_spec_default, { ...other, children });
7650
+ import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
7651
+ var ToolbarNormal = (props) => /* @__PURE__ */ jsx114(
7652
+ toolbar_spec_default,
7653
+ {
7654
+ children: [
7655
+ /* @__PURE__ */ jsxs48(Fragment29, { children: [
7656
+ /* @__PURE__ */ jsx114(Button, { children: "Button" }),
7657
+ /* @__PURE__ */ jsx114(MenuButton, { text: "Menu button" }),
7658
+ /* @__PURE__ */ jsx114(SplitButton, { children: "Split button" }),
7659
+ /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7660
+ /* @__PURE__ */ jsx114(Button, { icon: "align-left", children: "Left" }),
7661
+ /* @__PURE__ */ jsx114(Button, { icon: "align-center", children: "Center" }),
7662
+ /* @__PURE__ */ jsx114(Button, { icon: "align-right", children: "Right" })
7663
+ ] })
7664
+ ] })
7665
+ ],
7666
+ ...props
7667
+ }
7668
+ );
7652
7669
 
7653
7670
  // src/toolbar/templates/toolbar-resizable.tsx
7654
7671
  import { jsx as jsx115 } from "react/jsx-runtime";
@@ -7660,25 +7677,25 @@ import { jsx as jsx116 } from "react/jsx-runtime";
7660
7677
  import { jsx as jsx117 } from "react/jsx-runtime";
7661
7678
 
7662
7679
  // src/toolbar/tests/toolbar-components.tsx
7663
- import { Fragment as Fragment29, jsx as jsx118, jsxs as jsxs48 } from "react/jsx-runtime";
7664
- var toolbar_components_default = () => /* @__PURE__ */ jsx118(Fragment29, { children: /* @__PURE__ */ jsxs48("div", { id: "test-area", className: "k-d-grid", children: [
7680
+ import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
7681
+ var toolbar_components_default = () => /* @__PURE__ */ jsx118(Fragment30, { children: /* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid", children: [
7665
7682
  /* @__PURE__ */ jsx118("span", { children: "Menu button" }),
7666
- /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs48(ToolbarNormal, { children: [
7683
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
7667
7684
  /* @__PURE__ */ jsx118(MenuButton, { text: "Normal" }),
7668
7685
  /* @__PURE__ */ jsx118(MenuButton, { hover: true, text: "Hover" }),
7669
7686
  /* @__PURE__ */ jsx118(MenuButton, { focus: true, text: "Focus" }),
7670
7687
  /* @__PURE__ */ jsx118(MenuButton, { disabled: true, text: "Disabled" })
7671
7688
  ] }) }),
7672
7689
  /* @__PURE__ */ jsx118("span", { children: "Split button" }),
7673
- /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs48(ToolbarNormal, { children: [
7690
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
7674
7691
  /* @__PURE__ */ jsx118(SplitButton, { children: "Normal" }),
7675
7692
  /* @__PURE__ */ jsx118(SplitButton, { hover: true, children: "Hover" }),
7676
7693
  /* @__PURE__ */ jsx118(SplitButton, { focus: true, children: "Focus" }),
7677
7694
  /* @__PURE__ */ jsx118(SplitButton, { disabled: true, children: "Disabled" })
7678
7695
  ] }) }),
7679
7696
  /* @__PURE__ */ jsx118("span", { children: "Button group" }),
7680
- /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs48(ToolbarNormal, { children: [
7681
- /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7697
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
7698
+ /* @__PURE__ */ jsxs49(ButtonGroup, { children: [
7682
7699
  /* @__PURE__ */ jsx118(Button, { icon: "align-left", children: "Normal" }),
7683
7700
  /* @__PURE__ */ jsx118(Button, { icon: "align-center", hover: true, children: "Hover" }),
7684
7701
  /* @__PURE__ */ jsx118(Button, { icon: "align-right", focus: true, children: "Focus" }),
@@ -7686,20 +7703,20 @@ var toolbar_components_default = () => /* @__PURE__ */ jsx118(Fragment29, { chil
7686
7703
  /* @__PURE__ */ jsx118(Button, { icon: "bold", selected: true, children: "Selected" }),
7687
7704
  /* @__PURE__ */ jsx118(Button, { icon: "italic", disabled: true, children: "Disabled" })
7688
7705
  ] }),
7689
- /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7706
+ /* @__PURE__ */ jsxs49(ButtonGroup, { children: [
7690
7707
  /* @__PURE__ */ jsx118(Button, { children: "Adjacent" }),
7691
7708
  /* @__PURE__ */ jsx118(Button, { children: "Button group" })
7692
7709
  ] })
7693
7710
  ] }) }),
7694
7711
  /* @__PURE__ */ jsx118("span", { children: "Dropdownlist in Toolbar" }),
7695
- /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs48(ToolbarNormal, { children: [
7712
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
7696
7713
  /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Normal" }) }),
7697
7714
  /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Hover", hover: true }) }),
7698
7715
  /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Focus", focus: true }) }),
7699
7716
  /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Disabled", disabled: true }) })
7700
7717
  ] }) }),
7701
7718
  /* @__PURE__ */ jsx118("span", { children: "Combobox in Toolbar" }),
7702
- /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs48(ToolbarNormal, { children: [
7719
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
7703
7720
  /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(Combobox, { value: "Normal" }) }),
7704
7721
  /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(Combobox, { value: "Hover", hover: true }) }),
7705
7722
  /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(Combobox, { value: "Focus", focus: true }) }),
@@ -7633,20 +7633,32 @@ ToolbarPopup.options = options46;
7633
7633
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7634
7634
  ToolbarPopup.defaultProps = defaultProps43;
7635
7635
 
7636
- // src/toolbar/templates/toolbar-normal.tsx
7636
+ // src/split-button/templates/icon-split-button.tsx
7637
7637
  import { jsx as jsx110 } from "react/jsx-runtime";
7638
7638
 
7639
- // src/toolbar/templates/toolbar-resizable.tsx
7639
+ // src/split-button/templates/icon-text-split-button.tsx
7640
7640
  import { jsx as jsx111 } from "react/jsx-runtime";
7641
7641
 
7642
- // src/toolbar/templates/toolbar-angular-normal.tsx
7642
+ // src/split-button/templates/text-split-button.tsx
7643
7643
  import { jsx as jsx112 } from "react/jsx-runtime";
7644
7644
 
7645
+ // src/split-button/templates/split-button-popup.tsx
7646
+ import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
7647
+
7648
+ // src/toolbar/templates/toolbar-normal.tsx
7649
+ import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
7650
+
7651
+ // src/toolbar/templates/toolbar-resizable.tsx
7652
+ import { jsx as jsx115 } from "react/jsx-runtime";
7653
+
7654
+ // src/toolbar/templates/toolbar-angular-normal.tsx
7655
+ import { jsx as jsx116 } from "react/jsx-runtime";
7656
+
7645
7657
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7646
- import { jsx as jsx113 } from "react/jsx-runtime";
7658
+ import { jsx as jsx117 } from "react/jsx-runtime";
7647
7659
 
7648
7660
  // src/toolbar/tests/toolbar-popup-size.tsx
7649
- import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs47 } from "react/jsx-runtime";
7661
+ import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
7650
7662
  var style = `
7651
7663
  .k-animation-container {
7652
7664
  width: min-content;
@@ -7654,18 +7666,18 @@ var style = `
7654
7666
  overflow: visible;
7655
7667
  }
7656
7668
  `;
7657
- var toolbar_popup_size_default = () => /* @__PURE__ */ jsxs47(Fragment29, { children: [
7658
- /* @__PURE__ */ jsx114("style", { children: style }),
7659
- /* @__PURE__ */ jsxs47("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
7660
- /* @__PURE__ */ jsx114("span", { children: "Small" }),
7661
- /* @__PURE__ */ jsx114("span", { children: "Medium" }),
7662
- /* @__PURE__ */ jsx114("span", { children: "Large" }),
7663
- MenuList.options.size.map((size) => /* @__PURE__ */ jsx114("section", { children: /* @__PURE__ */ jsx114(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs47(MenuList, { size, children: [
7664
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 1" }),
7665
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 2" }),
7666
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 3" }),
7667
- /* @__PURE__ */ jsx114(MenuSeparator, {}),
7668
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item after separator", icon: "plus" })
7669
+ var toolbar_popup_size_default = () => /* @__PURE__ */ jsxs49(Fragment30, { children: [
7670
+ /* @__PURE__ */ jsx118("style", { children: style }),
7671
+ /* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
7672
+ /* @__PURE__ */ jsx118("span", { children: "Small" }),
7673
+ /* @__PURE__ */ jsx118("span", { children: "Medium" }),
7674
+ /* @__PURE__ */ jsx118("span", { children: "Large" }),
7675
+ MenuList.options.size.map((size) => /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { size, children: [
7676
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
7677
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
7678
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" }),
7679
+ /* @__PURE__ */ jsx118(MenuSeparator, {}),
7680
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item after separator", icon: "plus" })
7669
7681
  ] }) }) }))
7670
7682
  ] })
7671
7683
  ] });
@@ -7633,20 +7633,32 @@ ToolbarPopup.options = options46;
7633
7633
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7634
7634
  ToolbarPopup.defaultProps = defaultProps43;
7635
7635
 
7636
- // src/toolbar/templates/toolbar-normal.tsx
7636
+ // src/split-button/templates/icon-split-button.tsx
7637
7637
  import { jsx as jsx110 } from "react/jsx-runtime";
7638
7638
 
7639
- // src/toolbar/templates/toolbar-resizable.tsx
7639
+ // src/split-button/templates/icon-text-split-button.tsx
7640
7640
  import { jsx as jsx111 } from "react/jsx-runtime";
7641
7641
 
7642
- // src/toolbar/templates/toolbar-angular-normal.tsx
7642
+ // src/split-button/templates/text-split-button.tsx
7643
7643
  import { jsx as jsx112 } from "react/jsx-runtime";
7644
7644
 
7645
+ // src/split-button/templates/split-button-popup.tsx
7646
+ import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
7647
+
7648
+ // src/toolbar/templates/toolbar-normal.tsx
7649
+ import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
7650
+
7651
+ // src/toolbar/templates/toolbar-resizable.tsx
7652
+ import { jsx as jsx115 } from "react/jsx-runtime";
7653
+
7654
+ // src/toolbar/templates/toolbar-angular-normal.tsx
7655
+ import { jsx as jsx116 } from "react/jsx-runtime";
7656
+
7645
7657
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7646
- import { jsx as jsx113 } from "react/jsx-runtime";
7658
+ import { jsx as jsx117 } from "react/jsx-runtime";
7647
7659
 
7648
7660
  // src/toolbar/tests/toolbar-popup.tsx
7649
- import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs47 } from "react/jsx-runtime";
7661
+ import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
7650
7662
  var style = `
7651
7663
  .k-animation-container {
7652
7664
  width: min-content;
@@ -7654,46 +7666,46 @@ var style = `
7654
7666
  overflow: visible;
7655
7667
  }
7656
7668
  `;
7657
- var toolbar_popup_default = () => /* @__PURE__ */ jsxs47(Fragment29, { children: [
7658
- /* @__PURE__ */ jsx114("style", { children: style }),
7659
- /* @__PURE__ */ jsxs47("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
7660
- /* @__PURE__ */ jsx114("span", { children: "Normal" }),
7661
- /* @__PURE__ */ jsx114("span", { children: "With Icon" }),
7662
- /* @__PURE__ */ jsx114("span", { children: "With Separator" }),
7663
- /* @__PURE__ */ jsx114("section", { children: /* @__PURE__ */ jsx114(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs47(MenuList, { children: [
7664
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 1" }),
7665
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 2" }),
7666
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 3" })
7669
+ var toolbar_popup_default = () => /* @__PURE__ */ jsxs49(Fragment30, { children: [
7670
+ /* @__PURE__ */ jsx118("style", { children: style }),
7671
+ /* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
7672
+ /* @__PURE__ */ jsx118("span", { children: "Normal" }),
7673
+ /* @__PURE__ */ jsx118("span", { children: "With Icon" }),
7674
+ /* @__PURE__ */ jsx118("span", { children: "With Separator" }),
7675
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
7676
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
7677
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
7678
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" })
7667
7679
  ] }) }) }),
7668
- /* @__PURE__ */ jsx114("section", { children: /* @__PURE__ */ jsx114(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs47(MenuList, { children: [
7669
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 1", icon: "plus" }),
7670
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 2", icon: "plus" }),
7671
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 3", icon: "plus" })
7680
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
7681
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 1", icon: "plus" }),
7682
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 2", icon: "plus" }),
7683
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 3", icon: "plus" })
7672
7684
  ] }) }) }),
7673
- /* @__PURE__ */ jsx114("section", { children: /* @__PURE__ */ jsx114(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs47(MenuList, { children: [
7674
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 1" }),
7675
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 2" }),
7676
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 3" }),
7677
- /* @__PURE__ */ jsx114(MenuSeparator, {}),
7678
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item after separator", icon: "plus" })
7685
+ /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
7686
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
7687
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
7688
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" }),
7689
+ /* @__PURE__ */ jsx118(MenuSeparator, {}),
7690
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item after separator", icon: "plus" })
7679
7691
  ] }) }) }),
7680
- /* @__PURE__ */ jsx114("span", { className: "k-colspan-all k-col-span-full", children: "rtl" }),
7681
- /* @__PURE__ */ jsx114("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx114(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs47(MenuList, { children: [
7682
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 1" }),
7683
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 2" }),
7684
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 3" })
7692
+ /* @__PURE__ */ jsx118("span", { className: "k-colspan-all k-col-span-full", children: "rtl" }),
7693
+ /* @__PURE__ */ jsx118("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
7694
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
7695
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
7696
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" })
7685
7697
  ] }) }) }),
7686
- /* @__PURE__ */ jsx114("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx114(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs47(MenuList, { children: [
7687
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 1", icon: "plus" }),
7688
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 2", icon: "plus" }),
7689
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 3", icon: "plus" })
7698
+ /* @__PURE__ */ jsx118("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
7699
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 1", icon: "plus" }),
7700
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 2", icon: "plus" }),
7701
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 3", icon: "plus" })
7690
7702
  ] }) }) }),
7691
- /* @__PURE__ */ jsx114("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx114(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs47(MenuList, { children: [
7692
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 1" }),
7693
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 2" }),
7694
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item 3" }),
7695
- /* @__PURE__ */ jsx114(MenuSeparator, {}),
7696
- /* @__PURE__ */ jsx114(MenuItem, { text: "Item after separator", icon: "plus" })
7703
+ /* @__PURE__ */ jsx118("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
7704
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
7705
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
7706
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" }),
7707
+ /* @__PURE__ */ jsx118(MenuSeparator, {}),
7708
+ /* @__PURE__ */ jsx118(MenuItem, { text: "Item after separator", icon: "plus" })
7697
7709
  ] }) }) })
7698
7710
  ] })
7699
7711
  ] });