@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
@@ -4384,8 +4384,35 @@ Icon.states = states4;
4384
4384
  Icon.options = options4;
4385
4385
  Icon.defaultProps = defaultProps4;
4386
4386
 
4387
- // src/input/input.spec.tsx
4387
+ // src/appbar/templates/appbar-normal.tsx
4388
4388
  var import_jsx_runtime6 = require("react/jsx-runtime");
4389
+ var AppbarNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
4390
+ Appbar,
4391
+ {
4392
+ children: [
4393
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_jsx_runtime6.Fragment, { children: [
4394
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { icon: "menu" }) }),
4395
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-spacer k-spacer-sized" }),
4396
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("h1", { className: "title", children: "Page Title" }) }),
4397
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("ul", { children: [
4398
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("li", { children: "Menu Item" }),
4399
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("li", { children: "Menu Item" }),
4400
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("li", { children: "Menu Item" })
4401
+ ] }) }),
4402
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-spacer" }),
4403
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(AppbarSection, { children: [
4404
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { icon: "bell" }),
4405
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-appbar-separator" }),
4406
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { icon: "user" })
4407
+ ] })
4408
+ ] })
4409
+ ],
4410
+ ...props
4411
+ }
4412
+ );
4413
+
4414
+ // src/input/input.spec.tsx
4415
+ var import_jsx_runtime7 = require("react/jsx-runtime");
4389
4416
  var INPUT_CLASSNAME = `k-input`;
4390
4417
  var states5 = [
4391
4418
  States.hover,
@@ -4421,7 +4448,7 @@ var Input = (props) => {
4421
4448
  fillMode = defaultProps5.fillMode,
4422
4449
  ...other
4423
4450
  } = props;
4424
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
4451
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
4425
4452
  "span",
4426
4453
  {
4427
4454
  ...other,
@@ -4440,7 +4467,7 @@ Input.className = INPUT_CLASSNAME;
4440
4467
  Input.defaultProps = defaultProps5;
4441
4468
 
4442
4469
  // src/input/picker.spec.tsx
4443
- var import_jsx_runtime7 = require("react/jsx-runtime");
4470
+ var import_jsx_runtime8 = require("react/jsx-runtime");
4444
4471
  var PICKER_CLASSNAME = `k-picker`;
4445
4472
  var pickerStates = [
4446
4473
  States.hover,
@@ -4476,7 +4503,7 @@ var Picker = (props) => {
4476
4503
  fillMode = defaultProps6.fillMode,
4477
4504
  ...other
4478
4505
  } = props;
4479
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
4506
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4480
4507
  "span",
4481
4508
  {
4482
4509
  ...other,
@@ -4496,7 +4523,7 @@ Picker.className = PICKER_CLASSNAME;
4496
4523
  Picker.defaultProps = defaultProps6;
4497
4524
 
4498
4525
  // src/input/input-clear-value.tsx
4499
- var import_jsx_runtime8 = require("react/jsx-runtime");
4526
+ var import_jsx_runtime9 = require("react/jsx-runtime");
4500
4527
  var className2 = `k-clear-value`;
4501
4528
  var states6 = [
4502
4529
  States.disabled,
@@ -4512,16 +4539,16 @@ var InputClearValue = (props) => {
4512
4539
  value
4513
4540
  } = props;
4514
4541
  if (disabled || readonly || loading || !value) {
4515
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_jsx_runtime8.Fragment, {});
4542
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_jsx_runtime9.Fragment, {});
4516
4543
  }
4517
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: classNames(props.className, className2), children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { icon: "x" }) });
4544
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("span", { className: classNames(props.className, className2), children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(Icon, { icon: "x" }) });
4518
4545
  };
4519
4546
  InputClearValue.states = states6;
4520
4547
  InputClearValue.options = options6;
4521
4548
  InputClearValue.className = className2;
4522
4549
 
4523
4550
  // src/input/input-inner-input.tsx
4524
- var import_jsx_runtime9 = require("react/jsx-runtime");
4551
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4525
4552
  var className3 = `k-input-inner`;
4526
4553
  var states7 = [];
4527
4554
  var options7 = {};
@@ -4539,7 +4566,7 @@ var InputInnerInput = (props) => {
4539
4566
  autocomplete = defaultProps7.autocomplete,
4540
4567
  ...other
4541
4568
  } = props;
4542
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4569
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4543
4570
  "input",
4544
4571
  {
4545
4572
  ...other,
@@ -4556,7 +4583,7 @@ InputInnerInput.options = options7;
4556
4583
  InputInnerInput.className = className3;
4557
4584
 
4558
4585
  // src/input/input-inner-span.tsx
4559
- var import_jsx_runtime10 = require("react/jsx-runtime");
4586
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4560
4587
  var className4 = `k-input-inner`;
4561
4588
  var states8 = [];
4562
4589
  var options8 = {};
@@ -4569,16 +4596,16 @@ var InputInnerSpan = (props) => {
4569
4596
  valueIconName,
4570
4597
  ...other
4571
4598
  } = props;
4572
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4599
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4573
4600
  "span",
4574
4601
  {
4575
4602
  ...other,
4576
4603
  className: classNames(props.className, className4, optionClassNames(className4, props)),
4577
4604
  children: [
4578
4605
  valueIcon,
4579
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4606
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4580
4607
  showValue && !value && placeholder,
4581
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-input-value-text", children: value })
4608
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-input-value-text", children: value })
4582
4609
  ]
4583
4610
  }
4584
4611
  );
@@ -4588,7 +4615,7 @@ InputInnerSpan.options = options8;
4588
4615
  InputInnerSpan.className = className4;
4589
4616
 
4590
4617
  // src/input/input-inner-textarea.tsx
4591
- var import_jsx_runtime11 = require("react/jsx-runtime");
4618
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4592
4619
  var defaultProps8 = {
4593
4620
  value: "",
4594
4621
  placeholder: ""
@@ -4603,7 +4630,7 @@ var InputInnerTextarea = (props) => {
4603
4630
  rows,
4604
4631
  ...other
4605
4632
  } = props;
4606
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4633
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4607
4634
  "textarea",
4608
4635
  {
4609
4636
  ...other,
@@ -4619,7 +4646,7 @@ InputInnerTextarea.options = options9;
4619
4646
  InputInnerTextarea.className = className5;
4620
4647
 
4621
4648
  // src/input/input-loading-icon.tsx
4622
- var import_jsx_runtime12 = require("react/jsx-runtime");
4649
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4623
4650
  var className6 = `k-input-loading-icon`;
4624
4651
  var states10 = [
4625
4652
  States.disabled,
@@ -4631,13 +4658,13 @@ var InputLoadingIcon = (props) => {
4631
4658
  loading
4632
4659
  } = props;
4633
4660
  if (disabled || !loading) {
4634
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, {});
4661
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, {});
4635
4662
  }
4636
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: classNames(props.className, className6, "k-icon k-i-loading") });
4663
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: classNames(props.className, className6, "k-icon k-i-loading") });
4637
4664
  };
4638
4665
 
4639
4666
  // src/input/input-validation-icon.tsx
4640
- var import_jsx_runtime13 = require("react/jsx-runtime");
4667
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4641
4668
  var className7 = `k-input-validation-icon`;
4642
4669
  var states11 = [
4643
4670
  States.valid,
@@ -4656,39 +4683,39 @@ var InputValidationIcon = (props) => {
4656
4683
  const iconName = invalid ? "exclamation-circle" : "check";
4657
4684
  const renderValidationIcon = Boolean(valid || invalid);
4658
4685
  if (disabled || loading || !renderValidationIcon) {
4659
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, {});
4686
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
4660
4687
  }
4661
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { className: classNames(className7), icon: iconName });
4688
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { className: classNames(className7), icon: iconName });
4662
4689
  };
4663
4690
  InputValidationIcon.states = states11;
4664
4691
  InputValidationIcon.options = options10;
4665
4692
  InputValidationIcon.className = className7;
4666
4693
 
4667
4694
  // src/input/input-prefix.tsx
4668
- var import_jsx_runtime14 = require("react/jsx-runtime");
4695
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4669
4696
  var className8 = `k-input-prefix`;
4670
4697
  var InputPrefix = (props) => {
4671
4698
  if (!props.children) {
4672
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
4699
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4673
4700
  }
4674
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4701
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4675
4702
  };
4676
4703
 
4677
4704
  // src/input/input-suffix.tsx
4678
- var import_jsx_runtime15 = require("react/jsx-runtime");
4705
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4679
4706
  var className9 = `k-input-suffix`;
4680
4707
  var InputSuffix = (props) => {
4681
4708
  if (!props.children) {
4682
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4709
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4683
4710
  }
4684
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(className9, props.className), children: props.children });
4711
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: classNames(className9, props.className), children: props.children });
4685
4712
  };
4686
4713
 
4687
4714
  // src/input/input-separator.tsx
4688
- var import_jsx_runtime16 = require("react/jsx-runtime");
4715
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4689
4716
 
4690
4717
  // src/textbox/textbox.spec.tsx
4691
- var import_jsx_runtime17 = require("react/jsx-runtime");
4718
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4692
4719
  var TEXTBOX_CLASSNAME = `k-textbox`;
4693
4720
  var states12 = [
4694
4721
  States.hover,
@@ -4731,7 +4758,7 @@ var Textbox = (props) => {
4731
4758
  showClearButton = defaultProps9.showClearButton,
4732
4759
  ...other
4733
4760
  } = props;
4734
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4761
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
4735
4762
  Input,
4736
4763
  {
4737
4764
  ...other,
@@ -4748,9 +4775,9 @@ var Textbox = (props) => {
4748
4775
  readonly,
4749
4776
  className: classNames(props.className, TEXTBOX_CLASSNAME),
4750
4777
  children: [
4751
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(InputPrefix, { children: prefix }),
4752
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(InputInnerInput, { placeholder, value }),
4753
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4778
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(InputPrefix, { children: prefix }),
4779
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(InputInnerInput, { placeholder, value }),
4780
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4754
4781
  InputValidationIcon,
4755
4782
  {
4756
4783
  valid,
@@ -4759,14 +4786,14 @@ var Textbox = (props) => {
4759
4786
  disabled
4760
4787
  }
4761
4788
  ),
4762
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4789
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4763
4790
  InputLoadingIcon,
4764
4791
  {
4765
4792
  loading,
4766
4793
  disabled
4767
4794
  }
4768
4795
  ),
4769
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4796
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4770
4797
  InputClearValue,
4771
4798
  {
4772
4799
  loading,
@@ -4775,7 +4802,7 @@ var Textbox = (props) => {
4775
4802
  value
4776
4803
  }
4777
4804
  ),
4778
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(InputSuffix, { children: suffix })
4805
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(InputSuffix, { children: suffix })
4779
4806
  ]
4780
4807
  }
4781
4808
  );
@@ -4786,10 +4813,10 @@ Textbox.className = TEXTBOX_CLASSNAME;
4786
4813
  Textbox.defaultProps = defaultProps9;
4787
4814
 
4788
4815
  // src/textbox/templates/textbox-normal.tsx
4789
- var import_jsx_runtime18 = require("react/jsx-runtime");
4816
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4790
4817
 
4791
4818
  // src/button/button.spec.tsx
4792
- var import_jsx_runtime19 = require("react/jsx-runtime");
4819
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4793
4820
  var BUTTON_CLASSNAME = `k-button`;
4794
4821
  var states13 = [
4795
4822
  States.hover,
@@ -4844,7 +4871,7 @@ var Button = (props) => {
4844
4871
  } = props;
4845
4872
  const hasIcon = icon !== void 0;
4846
4873
  const hasChildren = props.children !== void 0;
4847
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4874
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
4848
4875
  "button",
4849
4876
  {
4850
4877
  ...other,
@@ -4869,18 +4896,18 @@ var Button = (props) => {
4869
4896
  }
4870
4897
  ),
4871
4898
  children: [
4872
- icon && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4899
+ icon && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4873
4900
  Icon,
4874
4901
  {
4875
4902
  className: classNames(iconClassName, "k-button-icon"),
4876
4903
  icon
4877
4904
  }
4878
4905
  ),
4879
- text ? /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
4880
- text && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-button-text", children: text }),
4906
+ text ? /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_jsx_runtime20.Fragment, { children: [
4907
+ text && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "k-button-text", children: text }),
4881
4908
  props.children
4882
- ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-button-text", children: props.children }),
4883
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { icon: arrowIconName }) })
4909
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "k-button-text", children: props.children }),
4910
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { icon: arrowIconName }) })
4884
4911
  ]
4885
4912
  }
4886
4913
  );
@@ -4891,22 +4918,22 @@ Button.className = BUTTON_CLASSNAME;
4891
4918
  Button.defaultProps = defaultProps10;
4892
4919
 
4893
4920
  // src/button/templates/icon-button.tsx
4894
- var import_jsx_runtime20 = require("react/jsx-runtime");
4921
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4895
4922
 
4896
4923
  // src/button/templates/icon-text-button.tsx
4897
- var import_jsx_runtime21 = require("react/jsx-runtime");
4924
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4898
4925
 
4899
4926
  // src/button/templates/text-button.tsx
4900
- var import_jsx_runtime22 = require("react/jsx-runtime");
4927
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4901
4928
 
4902
4929
  // src/textbox/templates/textbox-prefix.tsx
4903
- var import_jsx_runtime23 = require("react/jsx-runtime");
4930
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4904
4931
 
4905
4932
  // src/textbox/templates/textbox-suffix.tsx
4906
- var import_jsx_runtime24 = require("react/jsx-runtime");
4933
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4907
4934
 
4908
4935
  // src/appbar/tests/appbar.tsx
4909
- var import_jsx_runtime25 = require("react/jsx-runtime");
4936
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4910
4937
  var styles = `
4911
4938
  #test-area {
4912
4939
  background-color: #f3f5f7;
@@ -4931,268 +4958,54 @@ var styles = `
4931
4958
  margin: 0 12px;
4932
4959
  }
4933
4960
  `;
4934
- var appbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
4935
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("style", { children: styles }),
4936
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
4937
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Sticky and Inherit ThemeColor" }),
4938
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { style: { background: "#1976d2", color: "#fff" }, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { positionMode: "sticky", themeColor: "inherit", children: [
4939
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
4940
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
4941
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
4942
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
4943
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
4944
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
4945
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
4946
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
4961
+ var appbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
4962
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("style", { children: styles }),
4963
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
4964
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { children: "Appbar sticky and inherit color" }),
4965
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { style: { background: "#1976d2", color: "#fff" }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(AppbarNormal, { positionMode: "sticky", children: [
4966
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "menu" }) }),
4967
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
4968
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("h1", { className: "title", children: "Page Title" }) }),
4969
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
4970
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("ul", { children: [
4971
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("li", { children: "Menu Item" }),
4972
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("li", { children: "Menu Item" }),
4973
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("li", { children: "Menu Item" })
4947
4974
  ] }) }),
4948
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
4949
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
4950
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
4951
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
4952
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
4953
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
4954
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
4975
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
4976
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Textbox, { placeholder: "Search..." }) }),
4977
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(AppbarSection, { children: [
4978
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "sliders" }),
4979
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "bell" }),
4980
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-appbar-separator" }),
4981
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "user" })
4955
4982
  ] })
4956
4983
  ] }) }) }),
4957
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Light ThemeColor" }),
4958
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "light", children: [
4959
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
4960
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
4961
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
4962
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
4963
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
4964
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
4965
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
4966
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
4967
- ] }) }),
4968
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
4969
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
4970
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
4971
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
4972
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
4973
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
4974
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
4975
- ] })
4976
- ] }) }),
4977
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Dark ThemeColor" }),
4978
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "dark", children: [
4979
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
4980
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
4981
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
4982
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
4983
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
4984
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
4985
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
4986
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
4987
- ] }) }),
4988
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
4989
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
4990
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
4991
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
4992
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
4993
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
4994
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
4995
- ] })
4996
- ] }) }),
4997
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Primary ThemeColor" }),
4998
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "primary", children: [
4999
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5000
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5001
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5002
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5003
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5004
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5005
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5006
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5007
- ] }) }),
5008
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5009
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5010
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5011
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5012
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5013
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5014
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5015
- ] })
5016
- ] }) }),
5017
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Secondary ThemeColor" }),
5018
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "secondary", children: [
5019
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5020
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5021
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5022
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5023
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5024
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5025
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5026
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5027
- ] }) }),
5028
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5029
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5030
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5031
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5032
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5033
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5034
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5035
- ] })
5036
- ] }) }),
5037
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Tertiary ThemeColor" }),
5038
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "tertiary", children: [
5039
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5040
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5041
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5042
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5043
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5044
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5045
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5046
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5047
- ] }) }),
5048
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5049
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5050
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5051
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5052
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5053
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5054
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5055
- ] })
5056
- ] }) }),
5057
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Info ThemeColor" }),
5058
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "info", children: [
5059
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5060
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5061
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5062
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5063
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5064
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5065
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5066
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5067
- ] }) }),
5068
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5069
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5070
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5071
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5072
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5073
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5074
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5075
- ] })
5076
- ] }) }),
5077
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Success ThemeColor" }),
5078
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "success", children: [
5079
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5080
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5081
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5082
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5083
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5084
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5085
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5086
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5087
- ] }) }),
5088
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5089
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5090
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5091
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5092
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5093
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5094
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5095
- ] })
5096
- ] }) }),
5097
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Warning ThemeColor" }),
5098
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "warning", children: [
5099
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5100
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5101
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5102
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5103
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5104
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5105
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5106
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5107
- ] }) }),
5108
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5109
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5110
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5111
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5112
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5113
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5114
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5115
- ] })
5116
- ] }) }),
5117
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Error ThemeColor" }),
5118
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "error", children: [
5119
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5120
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5121
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5122
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5123
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5124
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5125
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5126
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5127
- ] }) }),
5128
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5129
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5130
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5131
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5132
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5133
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5134
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5135
- ] })
5136
- ] }) }),
5137
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Appbar Inverse ThemeColor" }),
5138
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "inverse", children: [
5139
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5140
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5141
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5142
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5143
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5144
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5145
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5146
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5147
- ] }) }),
5148
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5149
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5151
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5152
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5153
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5154
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5155
- ] })
5156
- ] }) }),
5157
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Sticky AppBar" }),
5158
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "light", positionMode: "sticky", children: [
5159
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5160
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5161
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5162
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5163
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5164
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5165
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5166
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5167
- ] }) }),
5168
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5169
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5170
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5171
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5172
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5173
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5174
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5175
- ] })
5176
- ] }) }),
5177
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "RTL AppBar" }),
5178
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Appbar, { themeColor: "light", dir: "rtl", children: [
5179
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "menu" }) }),
5180
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
5181
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h1", { className: "title", children: "Page Title" }) }),
5182
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
5183
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("ul", { children: [
5184
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5185
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" }),
5186
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("li", { children: "Menu Item" })
5187
- ] }) }),
5188
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5189
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Textbox, { placeholder: "Search..." }) }),
5190
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(AppbarSection, { children: [
5191
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "sliders" }),
5192
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "bell" }),
5193
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-appbar-separator" }),
5194
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "user" })
5195
- ] })
5196
- ] }) })
4984
+ [...Appbar.options.themeColor].map((themeColor) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
4985
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { children: [
4986
+ "Appbar ",
4987
+ themeColor,
4988
+ " theme color"
4989
+ ] }),
4990
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(AppbarNormal, { fillMode: "solid", themeColor, children: [
4991
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "menu" }) }),
4992
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
4993
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("h1", { className: "title", children: "Page Title" }) }),
4994
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "32px" } }),
4995
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("ul", { children: [
4996
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("li", { children: "Menu Item" }),
4997
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("li", { children: "Menu Item" }),
4998
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("li", { children: "Menu Item" })
4999
+ ] }) }),
5000
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
5001
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Textbox, { placeholder: "Search..." }) }),
5002
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(AppbarSection, { children: [
5003
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "sliders" }),
5004
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "bell" }),
5005
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-appbar-separator" }),
5006
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "user" })
5007
+ ] })
5008
+ ] }) })
5009
+ ] }))
5197
5010
  ] })
5198
5011
  ] });