@ui5/webcomponents-fiori 2.7.0-rc.0 → 2.7.0-rc.1

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 (358) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/cypress/specs/ShellBar.cy.ts +241 -0
  3. package/cypress/specs/Timeline.cy.ts +55 -0
  4. package/dist/.tsbuildinfo +1 -1
  5. package/dist/DynamicPage.d.ts +0 -11
  6. package/dist/DynamicPage.js +0 -15
  7. package/dist/DynamicPage.js.map +1 -1
  8. package/dist/FlexibleColumnLayout.d.ts +11 -3
  9. package/dist/FlexibleColumnLayout.js +63 -5
  10. package/dist/FlexibleColumnLayout.js.map +1 -1
  11. package/dist/FlexibleColumnLayoutTemplate.js +6 -2
  12. package/dist/FlexibleColumnLayoutTemplate.js.map +1 -1
  13. package/dist/ShellBar.d.ts +87 -37
  14. package/dist/ShellBar.js +492 -195
  15. package/dist/ShellBar.js.map +1 -1
  16. package/dist/ShellBarPopoverTemplate.d.ts +2 -0
  17. package/dist/ShellBarPopoverTemplate.js +8 -0
  18. package/dist/ShellBarPopoverTemplate.js.map +1 -0
  19. package/dist/ShellBarSpacer.d.ts +17 -0
  20. package/dist/ShellBarSpacer.js +38 -0
  21. package/dist/ShellBarSpacer.js.map +1 -0
  22. package/dist/ShellBarTemplate.d.ts +2 -0
  23. package/dist/ShellBarTemplate.js +36 -0
  24. package/dist/ShellBarTemplate.js.map +1 -0
  25. package/dist/TimelineGroupItem.d.ts +1 -2
  26. package/dist/TimelineGroupItem.js +0 -7
  27. package/dist/TimelineGroupItem.js.map +1 -1
  28. package/dist/TimelineGroupItemTemplate.js +12 -1
  29. package/dist/TimelineGroupItemTemplate.js.map +1 -1
  30. package/dist/TimelineItem.d.ts +13 -0
  31. package/dist/TimelineItem.js +29 -2
  32. package/dist/TimelineItem.js.map +1 -1
  33. package/dist/TimelineItemTemplate.js +2 -2
  34. package/dist/TimelineItemTemplate.js.map +1 -1
  35. package/dist/Wizard.d.ts +0 -2
  36. package/dist/Wizard.js +0 -15
  37. package/dist/Wizard.js.map +1 -1
  38. package/dist/bundle.esm.js +1 -0
  39. package/dist/bundle.esm.js.map +1 -1
  40. package/dist/css/themes/DynamicPage.css +1 -1
  41. package/dist/css/themes/DynamicPageHeader.css +1 -1
  42. package/dist/css/themes/DynamicPageHeaderActions.css +1 -1
  43. package/dist/css/themes/DynamicPageTitle.css +1 -1
  44. package/dist/css/themes/FlexibleColumnLayout.css +1 -1
  45. package/dist/css/themes/MediaGallery.css +1 -1
  46. package/dist/css/themes/MediaGalleryItem.css +1 -1
  47. package/dist/css/themes/NotificationListGroupItem.css +1 -1
  48. package/dist/css/themes/NotificationListItem.css +1 -1
  49. package/dist/css/themes/NotificationListItemBase.css +1 -1
  50. package/dist/css/themes/NotificationStateIcon.css +1 -1
  51. package/dist/css/themes/Page.css +1 -1
  52. package/dist/css/themes/ProductSwitchItem.css +1 -1
  53. package/dist/css/themes/ShellBar.css +1 -1
  54. package/dist/css/themes/ShellBarPopover.css +1 -1
  55. package/dist/css/themes/SideNavigation.css +1 -1
  56. package/dist/css/themes/SideNavigationGroup.css +1 -1
  57. package/dist/css/themes/SideNavigationItem.css +1 -1
  58. package/dist/css/themes/SideNavigationItemBase.css +1 -1
  59. package/dist/css/themes/SideNavigationPopover.css +1 -1
  60. package/dist/css/themes/SideNavigationSubItem.css +1 -1
  61. package/dist/css/themes/Timeline.css +1 -1
  62. package/dist/css/themes/TimelineGroupItem.css +1 -1
  63. package/dist/css/themes/TimelineItem.css +1 -1
  64. package/dist/css/themes/UploadCollection.css +1 -1
  65. package/dist/css/themes/UploadCollectionItem.css +1 -1
  66. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  67. package/dist/css/themes/Wizard.css +1 -1
  68. package/dist/css/themes/WizardTab.css +1 -1
  69. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  70. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  71. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  72. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  73. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  74. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  75. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  76. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  77. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  78. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  79. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  80. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  81. package/dist/custom-elements-internal.json +132 -3
  82. package/dist/custom-elements.json +83 -3
  83. package/dist/fcl-utils/FCLLayout.d.ts +9 -1
  84. package/dist/fcl-utils/FCLLayout.js +73 -3
  85. package/dist/fcl-utils/FCLLayout.js.map +1 -1
  86. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  87. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  88. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  89. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  90. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  91. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  92. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  93. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  94. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  95. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  96. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  97. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  98. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  99. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  100. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  101. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  102. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  103. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  104. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  113. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  114. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  115. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  116. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  117. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  118. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  119. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  120. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  121. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  122. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  123. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  124. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  125. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  126. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  127. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  128. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  129. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  130. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  131. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  132. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  133. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  134. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  135. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  136. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  137. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  138. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  139. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  140. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  141. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  142. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  143. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  144. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  145. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  146. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  147. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  148. package/dist/generated/i18n/i18n-defaults.d.ts +12 -1
  149. package/dist/generated/i18n/i18n-defaults.js +12 -1
  150. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  151. package/dist/generated/themes/DynamicPage.css.d.ts +1 -1
  152. package/dist/generated/themes/DynamicPage.css.js +1 -1
  153. package/dist/generated/themes/DynamicPage.css.js.map +1 -1
  154. package/dist/generated/themes/DynamicPageHeader.css.d.ts +1 -1
  155. package/dist/generated/themes/DynamicPageHeader.css.js +1 -1
  156. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -1
  157. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +1 -1
  158. package/dist/generated/themes/DynamicPageHeaderActions.css.js +1 -1
  159. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -1
  160. package/dist/generated/themes/DynamicPageTitle.css.d.ts +1 -1
  161. package/dist/generated/themes/DynamicPageTitle.css.js +1 -1
  162. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -1
  163. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +1 -1
  164. package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
  165. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
  166. package/dist/generated/themes/MediaGallery.css.d.ts +1 -1
  167. package/dist/generated/themes/MediaGallery.css.js +1 -1
  168. package/dist/generated/themes/MediaGallery.css.js.map +1 -1
  169. package/dist/generated/themes/MediaGalleryItem.css.d.ts +1 -1
  170. package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
  171. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
  172. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +1 -1
  173. package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
  174. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
  175. package/dist/generated/themes/NotificationListItem.css.d.ts +1 -1
  176. package/dist/generated/themes/NotificationListItem.css.js +1 -1
  177. package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
  178. package/dist/generated/themes/NotificationListItemBase.css.d.ts +1 -1
  179. package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
  180. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
  181. package/dist/generated/themes/NotificationStateIcon.css.d.ts +1 -1
  182. package/dist/generated/themes/NotificationStateIcon.css.js +1 -1
  183. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -1
  184. package/dist/generated/themes/Page.css.d.ts +1 -1
  185. package/dist/generated/themes/Page.css.js +1 -1
  186. package/dist/generated/themes/Page.css.js.map +1 -1
  187. package/dist/generated/themes/ProductSwitchItem.css.d.ts +1 -1
  188. package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
  189. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
  190. package/dist/generated/themes/ShellBar.css.d.ts +1 -1
  191. package/dist/generated/themes/ShellBar.css.js +1 -1
  192. package/dist/generated/themes/ShellBar.css.js.map +1 -1
  193. package/dist/generated/themes/ShellBarPopover.css.d.ts +1 -1
  194. package/dist/generated/themes/ShellBarPopover.css.js +1 -1
  195. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -1
  196. package/dist/generated/themes/SideNavigation.css.d.ts +1 -1
  197. package/dist/generated/themes/SideNavigation.css.js +1 -1
  198. package/dist/generated/themes/SideNavigation.css.js.map +1 -1
  199. package/dist/generated/themes/SideNavigationGroup.css.d.ts +1 -1
  200. package/dist/generated/themes/SideNavigationGroup.css.js +1 -1
  201. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -1
  202. package/dist/generated/themes/SideNavigationItem.css.d.ts +1 -1
  203. package/dist/generated/themes/SideNavigationItem.css.js +1 -1
  204. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -1
  205. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +1 -1
  206. package/dist/generated/themes/SideNavigationItemBase.css.js +1 -1
  207. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -1
  208. package/dist/generated/themes/SideNavigationPopover.css.d.ts +1 -1
  209. package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
  210. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -1
  211. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +1 -1
  212. package/dist/generated/themes/SideNavigationSubItem.css.js +1 -1
  213. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -1
  214. package/dist/generated/themes/Timeline.css.d.ts +1 -1
  215. package/dist/generated/themes/Timeline.css.js +1 -1
  216. package/dist/generated/themes/Timeline.css.js.map +1 -1
  217. package/dist/generated/themes/TimelineGroupItem.css.d.ts +1 -1
  218. package/dist/generated/themes/TimelineGroupItem.css.js +1 -1
  219. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -1
  220. package/dist/generated/themes/TimelineItem.css.d.ts +1 -1
  221. package/dist/generated/themes/TimelineItem.css.js +1 -1
  222. package/dist/generated/themes/TimelineItem.css.js.map +1 -1
  223. package/dist/generated/themes/UploadCollection.css.d.ts +1 -1
  224. package/dist/generated/themes/UploadCollection.css.js +1 -1
  225. package/dist/generated/themes/UploadCollection.css.js.map +1 -1
  226. package/dist/generated/themes/UploadCollectionItem.css.d.ts +1 -1
  227. package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
  228. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
  229. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +1 -1
  230. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  231. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
  232. package/dist/generated/themes/Wizard.css.d.ts +1 -1
  233. package/dist/generated/themes/Wizard.css.js +1 -1
  234. package/dist/generated/themes/Wizard.css.js.map +1 -1
  235. package/dist/generated/themes/WizardTab.css.d.ts +1 -1
  236. package/dist/generated/themes/WizardTab.css.js +1 -1
  237. package/dist/generated/themes/WizardTab.css.js.map +1 -1
  238. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  239. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  240. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  241. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  242. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  243. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  244. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  245. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  246. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  247. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  248. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  249. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  250. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  251. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  252. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  253. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  254. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  255. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  256. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +1 -1
  257. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  258. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  259. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +1 -1
  260. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  261. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  262. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  263. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  264. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  265. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +1 -1
  266. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  267. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  268. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  269. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  270. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  271. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +1 -1
  272. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  273. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  274. package/dist/types/FCLLayout.d.ts +18 -0
  275. package/dist/types/FCLLayout.js +18 -0
  276. package/dist/types/FCLLayout.js.map +1 -1
  277. package/dist/vscode.html-custom-data.json +21 -2
  278. package/dist/web-types.json +41 -6
  279. package/package.json +7 -7
  280. package/src/FlexibleColumnLayoutTemplate.tsx +18 -4
  281. package/src/ShellBarPopoverTemplate.tsx +47 -0
  282. package/src/ShellBarTemplate.tsx +276 -0
  283. package/src/TimelineGroupItemTemplate.tsx +14 -1
  284. package/src/TimelineItemTemplate.tsx +2 -1
  285. package/src/i18n/messagebundle.properties +28 -0
  286. package/src/i18n/messagebundle_ar.properties +2 -0
  287. package/src/i18n/messagebundle_bg.properties +2 -0
  288. package/src/i18n/messagebundle_ca.properties +2 -0
  289. package/src/i18n/messagebundle_cnr.properties +2 -0
  290. package/src/i18n/messagebundle_cs.properties +2 -0
  291. package/src/i18n/messagebundle_cy.properties +2 -0
  292. package/src/i18n/messagebundle_da.properties +2 -0
  293. package/src/i18n/messagebundle_de.properties +2 -0
  294. package/src/i18n/messagebundle_el.properties +2 -0
  295. package/src/i18n/messagebundle_en.properties +6 -0
  296. package/src/i18n/messagebundle_en_GB.properties +2 -0
  297. package/src/i18n/messagebundle_en_US_sappsd.properties +6 -0
  298. package/src/i18n/messagebundle_en_US_saprigi.properties +6 -0
  299. package/src/i18n/messagebundle_en_US_saptrc.properties +6 -0
  300. package/src/i18n/messagebundle_es.properties +2 -0
  301. package/src/i18n/messagebundle_es_MX.properties +2 -0
  302. package/src/i18n/messagebundle_et.properties +2 -0
  303. package/src/i18n/messagebundle_fi.properties +2 -0
  304. package/src/i18n/messagebundle_fr.properties +2 -0
  305. package/src/i18n/messagebundle_fr_CA.properties +2 -0
  306. package/src/i18n/messagebundle_hi.properties +2 -0
  307. package/src/i18n/messagebundle_hr.properties +2 -0
  308. package/src/i18n/messagebundle_hu.properties +2 -0
  309. package/src/i18n/messagebundle_id.properties +2 -0
  310. package/src/i18n/messagebundle_it.properties +2 -0
  311. package/src/i18n/messagebundle_iw.properties +2 -0
  312. package/src/i18n/messagebundle_ja.properties +2 -0
  313. package/src/i18n/messagebundle_kk.properties +2 -0
  314. package/src/i18n/messagebundle_ko.properties +2 -0
  315. package/src/i18n/messagebundle_lt.properties +4 -2
  316. package/src/i18n/messagebundle_lv.properties +2 -0
  317. package/src/i18n/messagebundle_mk.properties +2 -0
  318. package/src/i18n/messagebundle_ms.properties +2 -0
  319. package/src/i18n/messagebundle_nl.properties +2 -0
  320. package/src/i18n/messagebundle_no.properties +2 -0
  321. package/src/i18n/messagebundle_pl.properties +2 -0
  322. package/src/i18n/messagebundle_pt.properties +2 -0
  323. package/src/i18n/messagebundle_pt_PT.properties +2 -0
  324. package/src/i18n/messagebundle_ro.properties +2 -0
  325. package/src/i18n/messagebundle_ru.properties +3 -1
  326. package/src/i18n/messagebundle_sh.properties +2 -0
  327. package/src/i18n/messagebundle_sk.properties +2 -0
  328. package/src/i18n/messagebundle_sl.properties +2 -0
  329. package/src/i18n/messagebundle_sr.properties +2 -0
  330. package/src/i18n/messagebundle_sv.properties +2 -0
  331. package/src/i18n/messagebundle_th.properties +2 -0
  332. package/src/i18n/messagebundle_tr.properties +2 -0
  333. package/src/i18n/messagebundle_uk.properties +2 -0
  334. package/src/i18n/messagebundle_vi.properties +2 -0
  335. package/src/i18n/messagebundle_zh_CN.properties +2 -0
  336. package/src/i18n/messagebundle_zh_TW.properties +2 -0
  337. package/src/themes/DynamicPage.css +51 -46
  338. package/src/themes/DynamicPageHeader.css +0 -2
  339. package/src/themes/FlexibleColumnLayout.css +19 -2
  340. package/src/themes/Page.css +1 -1
  341. package/src/themes/ShellBar.css +139 -80
  342. package/src/themes/ShellBarPopover.css +30 -0
  343. package/src/themes/TimelineItem.css +16 -0
  344. package/src/themes/Wizard.css +37 -24
  345. package/src/themes/base/DynamicPageHeader-parameters.css +0 -3
  346. package/src/themes/base/ShellBar-parameters.css +4 -0
  347. package/src/themes/sap_horizon/parameters-bundle.css +1 -0
  348. package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  349. package/src/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  350. package/src/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  351. package/dist/generated/templates/ShellBarPopoverTemplate.lit.d.ts +0 -3
  352. package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +0 -9
  353. package/dist/generated/templates/ShellBarPopoverTemplate.lit.js.map +0 -1
  354. package/dist/generated/templates/ShellBarTemplate.lit.d.ts +0 -3
  355. package/dist/generated/templates/ShellBarTemplate.lit.js +0 -34
  356. package/dist/generated/templates/ShellBarTemplate.lit.js.map +0 -1
  357. package/src/ShellBar.hbs +0 -229
  358. package/src/ShellBarPopover.hbs +0 -35
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents-fiori",
4
- "version": "2.7.0-rc.0",
4
+ "version": "2.7.0-rc.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -405,7 +405,7 @@
405
405
  "name": "layout",
406
406
  "description": "Defines the columns layout and their proportion.\n\n**Note:** The layout also depends on the screen size - one column for screens smaller than 599px,\ntwo columns between 599px and 1023px and three columns for sizes bigger than 1023px.\n\n**For example:** layout=`TwoColumnsStartExpanded` means the layout will display up to two columns\nin 67%/33% proportion.",
407
407
  "value": {
408
- "type": "\"OneColumn\" | \"TwoColumnsStartExpanded\" | \"TwoColumnsMidExpanded\" | \"ThreeColumnsMidExpanded\" | \"ThreeColumnsEndExpanded\" | \"ThreeColumnsStartExpandedEndHidden\" | \"ThreeColumnsMidExpandedEndHidden\" | \"MidColumnFullScreen\" | \"EndColumnFullScreen\"",
408
+ "type": "\"OneColumn\" | \"TwoColumnsStartExpanded\" | \"TwoColumnsMidExpanded\" | \"ThreeColumnsMidExpanded\" | \"ThreeColumnsEndExpanded\" | \"ThreeColumnsStartExpandedEndHidden\" | \"ThreeColumnsMidExpandedEndHidden\" | \"ThreeColumnsStartHiddenMidExpanded\" | \"ThreeColumnsStartHiddenEndExpanded\" | \"MidColumnFullScreen\" | \"EndColumnFullS...",
409
409
  "default": "\"OneColumn\""
410
410
  }
411
411
  },
@@ -471,7 +471,7 @@
471
471
  "name": "layout",
472
472
  "description": "Defines the columns layout and their proportion.\n\n**Note:** The layout also depends on the screen size - one column for screens smaller than 599px,\ntwo columns between 599px and 1023px and three columns for sizes bigger than 1023px.\n\n**For example:** layout=`TwoColumnsStartExpanded` means the layout will display up to two columns\nin 67%/33% proportion.",
473
473
  "value": {
474
- "type": "\"OneColumn\" | \"TwoColumnsStartExpanded\" | \"TwoColumnsMidExpanded\" | \"ThreeColumnsMidExpanded\" | \"ThreeColumnsEndExpanded\" | \"ThreeColumnsStartExpandedEndHidden\" | \"ThreeColumnsMidExpandedEndHidden\" | \"MidColumnFullScreen\" | \"EndColumnFullScreen\""
474
+ "type": "\"OneColumn\" | \"TwoColumnsStartExpanded\" | \"TwoColumnsMidExpanded\" | \"ThreeColumnsMidExpanded\" | \"ThreeColumnsEndExpanded\" | \"ThreeColumnsStartExpandedEndHidden\" | \"ThreeColumnsMidExpandedEndHidden\" | \"ThreeColumnsStartHiddenMidExpanded\" | \"ThreeColumnsStartHiddenEndExpanded\" | \"MidColumnFullScreen\" | \"EndColumnFullS..."
475
475
  }
476
476
  },
477
477
  {
@@ -1157,7 +1157,7 @@
1157
1157
  },
1158
1158
  {
1159
1159
  "name": "ui5-shellbar",
1160
- "description": "### Overview\n\nThe `ui5-shellbar` is meant to serve as an application header\nand includes numerous built-in features, such as: logo, profile image/icon, title, search field, notifications and so on.\n\n### Stable DOM Refs\n\nYou can use the following stable DOM refs for the `ui5-shellbar`:\n\n- logo\n- notifications\n- overflow\n- profile\n- product-switch\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/ShellBar.js\";`\n---\n\n\n### **Events:**\n - **notifications-click** - Fired, when the notification icon is activated.\n- **profile-click** - Fired, when the profile slot is present.\n- **product-switch-click** - Fired, when the product switch icon is activated.\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n- **logo-click** - Fired, when the logo is activated.\n- **menu-item-click** - Fired, when a menu item is activated\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n- **search-button-click** - Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`.\n\n### **Methods:**\n - **closeOverflow(): _void_** - Closes the overflow area.\nUseful to manually close the overflow after having suppressed automatic closing with preventDefault() of ShellbarItem's press event\n\n### **Slots:**\n - **assistant** - Defines the assistant slot.\n- **default** - Defines the `ui5-shellbar` additional items.\n\n**Note:**\nYou can use the `<ui5-shellbar-item></ui5-shellbar-item>`.\n- **profile** - You can pass `ui5-avatar` to set the profile image/icon.\nIf no profile slot is set - profile will be excluded from actions.\n\n**Note:** We recommend not using the `size` attribute of `ui5-avatar` because\nit should have specific size by design in the context of `ui5-shellbar` profile.\n- **logo** - Defines the logo of the `ui5-shellbar`.\nFor example, you can use `ui5-avatar` or `img` elements as logo.\n- **menuItems** - Defines the items displayed in menu after a click on the primary title.\n\n**Note:** You can use the `<ui5-li></ui5-li>` and its ancestors.\n- **searchField** - Defines the `ui5-input`, that will be used as a search field.\n- **startButton** - Defines a `ui5-button` in the bar that will be placed in the beginning.\nWe encourage this slot to be used for a back or home button.\nIt gets overstyled to match ShellBar's styling.\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-shellbar`",
1160
+ "description": "### Overview\n\nThe `ui5-shellbar` is meant to serve as an application header\nand includes numerous built-in features, such as: logo, profile image/icon, title, search field, notifications and so on.\n\n### Stable DOM Refs\n\nYou can use the following stable DOM refs for the `ui5-shellbar`:\n\n- logo\n- notifications\n- overflow\n- profile\n- product-switch\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/ShellBar.js\";`\n---\n\n\n### **Events:**\n - **notifications-click** - Fired, when the notification icon is activated.\n- **profile-click** - Fired, when the profile slot is present.\n- **product-switch-click** - Fired, when the product switch icon is activated.\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n- **logo-click** - Fired, when the logo is activated.\n- **menu-item-click** - Fired, when a menu item is activated\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n- **search-button-click** - Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`.\n- **content-item-visibility-change** - Fired, when an item from the startContent or endContent slots is hidden or shown.\n**Note:** The `content-item-visibility-change` event is in an experimental state and is a subject to change.\n\n### **Methods:**\n - **closeOverflow(): _void_** - Closes the overflow area.\nUseful to manually close the overflow after having suppressed automatic closing with preventDefault() of ShellbarItem's press event\n\n### **Slots:**\n - **assistant** - Defines the assistant slot.\n- **default** - Defines the `ui5-shellbar` additional items.\n\n**Note:**\nYou can use the `<ui5-shellbar-item></ui5-shellbar-item>`.\n- **profile** - You can pass `ui5-avatar` to set the profile image/icon.\nIf no profile slot is set - profile will be excluded from actions.\n\n**Note:** We recommend not using the `size` attribute of `ui5-avatar` because\nit should have specific size by design in the context of `ui5-shellbar` profile.\n- **logo** - Defines the logo of the `ui5-shellbar`.\nFor example, you can use `ui5-avatar` or `img` elements as logo.\n- **menuItems** - Defines the items displayed in menu after a click on a start button.\n\n**Note:** You can use the `<ui5-li></ui5-li>` and its ancestors.\n- **searchField** - Defines the `ui5-input`, that will be used as a search field.\n- **startButton** - Defines a `ui5-button` in the bar that will be placed in the beginning.\nWe encourage this slot to be used for a menu button.\nIt gets overstyled to match ShellBar's styling.\n- **content** - Define the items displayed in the additional content area.\n**Note:** The `content` slot is in an experimental state and is a subject to change.\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-shellbar`",
1161
1161
  "doc-url": "",
1162
1162
  "attributes": [
1163
1163
  {
@@ -1243,7 +1243,7 @@
1243
1243
  },
1244
1244
  {
1245
1245
  "name": "menuItems",
1246
- "description": "Defines the items displayed in menu after a click on the primary title.\n\n**Note:** You can use the `<ui5-li></ui5-li>` and its ancestors."
1246
+ "description": "Defines the items displayed in menu after a click on a start button.\n\n**Note:** You can use the `<ui5-li></ui5-li>` and its ancestors."
1247
1247
  },
1248
1248
  {
1249
1249
  "name": "searchField",
@@ -1251,7 +1251,11 @@
1251
1251
  },
1252
1252
  {
1253
1253
  "name": "startButton",
1254
- "description": "Defines a `ui5-button` in the bar that will be placed in the beginning.\nWe encourage this slot to be used for a back or home button.\nIt gets overstyled to match ShellBar's styling."
1254
+ "description": "Defines a `ui5-button` in the bar that will be placed in the beginning.\nWe encourage this slot to be used for a menu button.\nIt gets overstyled to match ShellBar's styling."
1255
+ },
1256
+ {
1257
+ "name": "content",
1258
+ "description": "Define the items displayed in the additional content area.\n**Note:** The `content` slot is in an experimental state and is a subject to change."
1255
1259
  }
1256
1260
  ],
1257
1261
  "events": [
@@ -1278,6 +1282,10 @@
1278
1282
  {
1279
1283
  "name": "search-button-click",
1280
1284
  "description": "Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`."
1285
+ },
1286
+ {
1287
+ "name": "content-item-visibility-change",
1288
+ "description": "Fired, when an item from the startContent or endContent slots is hidden or shown.\n**Note:** The `content-item-visibility-change` event is in an experimental state and is a subject to change."
1281
1289
  }
1282
1290
  ],
1283
1291
  "js": {
@@ -1367,6 +1375,10 @@
1367
1375
  {
1368
1376
  "name": "search-button-click",
1369
1377
  "description": "Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`."
1378
+ },
1379
+ {
1380
+ "name": "content-item-visibility-change",
1381
+ "description": "Fired, when an item from the startContent or endContent slots is hidden or shown.\n**Note:** The `content-item-visibility-change` event is in an experimental state and is a subject to change."
1370
1382
  }
1371
1383
  ]
1372
1384
  }
@@ -1424,6 +1436,14 @@
1424
1436
  ]
1425
1437
  }
1426
1438
  },
1439
+ {
1440
+ "name": "ui5-shellbar-spacer",
1441
+ "description": "### Overview\nThe `ui5-shellbar-spacer` is an element, used for visual separation between the two content parts of the `ui5-shellbar`.\n**Note:** The `ui5-shellbar-spacer` component is in an experimental state and is a subject to change.\n---\n",
1442
+ "doc-url": "",
1443
+ "attributes": [],
1444
+ "events": [],
1445
+ "js": { "properties": [], "events": [] }
1446
+ },
1427
1447
  {
1428
1448
  "name": "ui5-side-navigation",
1429
1449
  "description": "### Overview\n\nThe `SideNavigation` is used as a standard menu in applications.\nIt consists of three containers: header (top-aligned), main navigation section (top-aligned) and the secondary section (bottom-aligned).\n\n - The header is meant for displaying user related information - profile data, avatar, etc.\n - The main navigation section is related to the user’s current work context\n - The secondary section is mostly used to link additional information that may be of interest (legal information, developer communities, external help, contact information and so on).\n\n### Usage\n\nUse the available `ui5-side-navigation-group`, `ui5-side-navigation-item`\nand `ui5-side-navigation-sub-item` components to build your menu.\nThe items can consist of text only or an icon with text. The use or non-use of icons must be consistent for all items on one level.\nYou must not combine entries with and without icons on the same level. We strongly recommend that you do not use icons on the second level.\n\nThe `ui5-side-navigation` component is intended for use within an `ui5-navigation-layout` component.\nWhile it can function independently, it is recommended to use it with\nthe `ui5-navigation-layout` for optimal user experience.\n\n### Keyboard Handling\n\n### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/SideNavigation.js\"`\n\n`import \"@ui5/webcomponents-fiori/dist/SideNavigationGroup.js\";` (for `ui5-side-navigation-group`)\n\n`import \"@ui5/webcomponents-fiori/dist/SideNavigationItem.js\";` (for `ui5-side-navigation-item`)\n\n`import \"@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js\";` (for `ui5-side-navigation-sub-item`)\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selection has changed via user interaction\n\n### **Slots:**\n - **default** - Defines the main items of the component.\n- **fixedItems** - Defines the fixed items at the bottom of the component.\n\n**Note:** In order to achieve the best user experience, it is recommended that you keep the fixed items \"flat\" (do not pass sub-items)\n- **header** - Defines the header of the `ui5-side-navigation`.\n\n**Note:** The header is displayed when the component is expanded - the property `collapsed` is false;",
@@ -1885,6 +1905,14 @@
1885
1905
  "name": "subtitle-text",
1886
1906
  "description": "Defines the subtitle text of the component.",
1887
1907
  "value": { "type": "string | undefined", "default": "undefined" }
1908
+ },
1909
+ {
1910
+ "name": "state",
1911
+ "description": "Defines the state of the icon displayed in the `ui5-timeline-item`.",
1912
+ "value": {
1913
+ "type": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\"",
1914
+ "default": "\"None\""
1915
+ }
1888
1916
  }
1889
1917
  ],
1890
1918
  "slots": [
@@ -1925,6 +1953,13 @@
1925
1953
  "name": "subtitle-text",
1926
1954
  "description": "Defines the subtitle text of the component.",
1927
1955
  "value": { "type": "string | undefined" }
1956
+ },
1957
+ {
1958
+ "name": "state",
1959
+ "description": "Defines the state of the icon displayed in the `ui5-timeline-item`.",
1960
+ "value": {
1961
+ "type": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
1962
+ }
1928
1963
  }
1929
1964
  ],
1930
1965
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-fiori",
3
- "version": "2.7.0-rc.0",
3
+ "version": "2.7.0-rc.1",
4
4
  "description": "UI5 Web Components: webcomponents.fiori",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -53,16 +53,16 @@
53
53
  "directory": "packages/fiori"
54
54
  },
55
55
  "dependencies": {
56
- "@ui5/webcomponents": "2.7.0-rc.0",
57
- "@ui5/webcomponents-base": "2.7.0-rc.0",
58
- "@ui5/webcomponents-icons": "2.7.0-rc.0",
59
- "@ui5/webcomponents-theming": "2.7.0-rc.0",
56
+ "@ui5/webcomponents": "2.7.0-rc.1",
57
+ "@ui5/webcomponents-base": "2.7.0-rc.1",
58
+ "@ui5/webcomponents-icons": "2.7.0-rc.1",
59
+ "@ui5/webcomponents-theming": "2.7.0-rc.1",
60
60
  "@zxing/library": "^0.21.3"
61
61
  },
62
62
  "devDependencies": {
63
- "@ui5/webcomponents-tools": "2.7.0-rc.0",
63
+ "@ui5/webcomponents-tools": "2.7.0-rc.1",
64
64
  "chromedriver": "^131.0.0",
65
65
  "lit": "^2.0.0"
66
66
  },
67
- "gitHead": "bae15996685c58d21d6bf20ce7fa8ed10e4728c7"
67
+ "gitHead": "2f90ed3982de20cc411a1cda852ee98709b15e33"
68
68
  }
@@ -2,6 +2,7 @@ import AnimationMode from "@ui5/webcomponents-base/dist/types/AnimationMode.js";
2
2
  import { getAnimationMode } from "@ui5/webcomponents-base/dist/InitialConfiguration.js";
3
3
  import verticalGrip from "@ui5/webcomponents-icons/dist/vertical-grip.js";
4
4
  import Icon from "@ui5/webcomponents/dist/Icon.js";
5
+ import Button from "@ui5/webcomponents/dist/Button.js";
5
6
  import type FlexibleColumnLayout from "./FlexibleColumnLayout.js";
6
7
 
7
8
  export default function FlexibleColumnLayoutTemplate(this: FlexibleColumnLayout) {
@@ -31,9 +32,10 @@ export default function FlexibleColumnLayoutTemplate(this: FlexibleColumnLayout)
31
32
  tabindex={this.startSeparatorTabIndex}
32
33
  onMouseDown={this.onSeparatorPress}
33
34
  onTouchStart={this.onSeparatorPress}
34
- onKeyDown={this._onkeydown}
35
- onKeyUp={this._onkeyup}
35
+ onKeyDown={this._onSeparatorKeydown}
36
+ onKeyUp={this._onSeparatorKeyUp}
36
37
  >
38
+ { this.showStartSeparatorArrow && arrowStart.call(this) }
37
39
  { gripStart.call(this) }
38
40
  </div>
39
41
 
@@ -59,8 +61,8 @@ export default function FlexibleColumnLayoutTemplate(this: FlexibleColumnLayout)
59
61
  tabindex={this.endSeparatorTabIndex}
60
62
  onMouseDown={this.onSeparatorPress}
61
63
  onTouchStart={this.onSeparatorPress}
62
- onKeyDown={this._onkeydown}
63
- onKeyUp={this._onkeyup}
64
+ onKeyDown={this._onSeparatorKeydown}
65
+ onKeyUp={this._onSeparatorKeyUp}
64
66
  >
65
67
  { gripEnd.call(this) }
66
68
  </div>
@@ -82,6 +84,18 @@ export default function FlexibleColumnLayoutTemplate(this: FlexibleColumnLayout)
82
84
  );
83
85
  }
84
86
 
87
+ function arrowStart(this: FlexibleColumnLayout) {
88
+ return (
89
+ <Button
90
+ icon={this.startArrowDirection === "backward" ? "slim-arrow-left" : "slim-arrow-right"}
91
+ design="Transparent"
92
+ onClick={this.switchLayoutOnArrowPress}
93
+ onKeyDown={this._onArrowKeydown}
94
+ class="ui5-fcl-arrow ui5-fcl-arrow--start"
95
+ />
96
+ );
97
+ }
98
+
85
99
  function gripStart(this: FlexibleColumnLayout) {
86
100
  return (
87
101
  <Icon
@@ -0,0 +1,47 @@
1
+ import Popover from "@ui5/webcomponents/dist/Popover.js";
2
+ import List from "@ui5/webcomponents/dist/List.js";
3
+ import ListItemStandard from "@ui5/webcomponents/dist/ListItemStandard.js";
4
+ import type ShellBar from "./ShellBar.js";
5
+
6
+ export default function PopoversTemplate(this: ShellBar) {
7
+ return (
8
+ <>
9
+ <Popover class="ui5-shellbar-menu-popover"
10
+ hideArrow={true}
11
+ placement="Bottom"
12
+ preventInitialFocus={true}
13
+ onBeforeOpen={this._menuPopoverBeforeOpen}
14
+ onClose={this._menuPopoverAfterClose}
15
+ >
16
+ <List separators="None" selectionMode="Single" onSelectionChange={this._menuItemPress}>
17
+ <slot name="menuItems"></slot>
18
+ </List>
19
+ </Popover>
20
+
21
+ <Popover class="ui5-shellbar-overflow-popover"
22
+ placement="Bottom"
23
+ preventInitialFocus={true}
24
+ horizontalAlign={this.popoverHorizontalAlign}
25
+ hideArrow={true}
26
+ onBeforeOpen={this._overflowPopoverBeforeOpen}
27
+ onClose={this._overflowPopoverAfterClose}
28
+ >
29
+ <List separators="None" onItemClick={this._handleActionListClick}>
30
+ {this._hiddenIcons.map((icon, index) => (
31
+ <ListItemStandard
32
+ key={index}
33
+ data-count={icon.count}
34
+ data-ui5-external-action-item-id={icon.refItemid}
35
+ icon={icon.icon ? icon.icon : ""}
36
+ type="Active"
37
+ onui5-_press={icon.press}
38
+ tooltip={icon.tooltip}
39
+ >
40
+ {icon.text}
41
+ </ListItemStandard>
42
+ ))}
43
+ </List>
44
+ </Popover>
45
+ </>
46
+ );
47
+ }
@@ -0,0 +1,276 @@
1
+ import Icon from "@ui5/webcomponents/dist/Icon.js";
2
+ import Button from "@ui5/webcomponents/dist/Button.js";
3
+ import type ShellBar from "./ShellBar.js";
4
+ import ShellBarPopoverTemplate from "./ShellBarPopoverTemplate.js";
5
+ import slimArrowDown from "@ui5/webcomponents-icons/dist/slim-arrow-down.js";
6
+
7
+ export default function ShellBarTemplate(this: ShellBar) {
8
+ return (
9
+ <>
10
+ <header
11
+ class={this.classes.wrapper}
12
+ aria-label={this._shellbarText}
13
+ onKeyDown={this._onKeyDown}
14
+ part="root">
15
+ <div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left">
16
+ {this.startButton.length > 0 && <slot name="startButton"></slot>}
17
+
18
+ {this.hasMenuItems && (
19
+ <>
20
+ {!this.showLogoInMenuButton && this.hasLogo && singleLogo.call(this)}
21
+ {this.showTitleInMenuButton && <h1 class="ui5-hidden-text">{this.primaryTitle}</h1>}
22
+ {this.showMenuButton && (
23
+ <>
24
+ <button
25
+ class={{
26
+ "ui5-shellbar-menu-button": true,
27
+ ...this.classes.button,
28
+ }}
29
+ onClick={this._headerPress}
30
+ aria-haspopup="menu"
31
+ aria-expanded={this._menuPopoverExpanded}
32
+ data-ui5-stable="menu"
33
+ tabIndex={0}>
34
+ {this.showLogoInMenuButton && (
35
+ <span class="ui5-shellbar-logo" aria-label={this._logoText} title={this._logoText}>
36
+ <slot name="logo"></slot>
37
+ </span>
38
+ )}
39
+ {this.showTitleInMenuButton && (
40
+ <div class="ui5-shellbar-menu-button-title">{this.primaryTitle}</div>
41
+ )}
42
+ <Icon class="ui5-shellbar-menu-button-arrow" name={slimArrowDown} />
43
+ </button>
44
+ {this.secondaryTitle && !this.isSBreakPoint && (
45
+ <div style={{ display: "block" }} class="ui5-shellbar-secondary-title" data-ui5-stable="secondary-title">
46
+ {this.secondaryTitle}
47
+ </div>
48
+ )}
49
+ </>
50
+ )}
51
+ </>
52
+ )}
53
+
54
+ {!this.hasMenuItems && (
55
+ <>
56
+ {this.isSBreakPoint && this.hasLogo && singleLogo.call(this)}
57
+ {!this.isSBreakPoint && (
58
+ <>
59
+ {combinedLogo.call(this)}
60
+ {this.secondaryTitle && this.primaryTitle && (
61
+ <h2 class="ui5-shellbar-secondary-title" data-ui5-stable="secondary-title">
62
+ {this.secondaryTitle}
63
+ </h2>
64
+ )}
65
+ </>
66
+ )}
67
+ </>
68
+ )}
69
+ </div>
70
+ {this.hasMidContent && (
71
+ <div class="ui5-shellbar-overflow-container ui5-shellbar-mid-content">
72
+ <slot name="midContent"></slot>
73
+ </div>
74
+ )}
75
+ <div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right">
76
+ {this.hasAdditionalContext && (
77
+ <>
78
+ <div style={this.styles.additionalContext.start.separator} class="ui5-shellbar-separator ui5-shellbar-separator-start"></div>
79
+ <div class="ui5-shellbar-overflow-container-additional-content" aria-label={this._additionalContextText} role={this._additionalContextRole}>
80
+ {this.startContent.map(item => (
81
+ <div key={item._individualSlot} id={item._individualSlot} class="ui5-shellbar-additional-content-item">
82
+ <slot name={item._individualSlot}></slot>
83
+ </div>
84
+ ))}
85
+ <div class="ui5-shellbar-spacer"></div>
86
+ {this.endContent.map(item => (
87
+ <div key={item._individualSlot} id={item._individualSlot} class="ui5-shellbar-additional-content-item">
88
+ <slot name={item._individualSlot}></slot>
89
+ </div>
90
+ ))}
91
+ </div>
92
+ <div style={this.styles.additionalContext.end.separator} class="ui5-shellbar-separator ui5-shellbar-separator-end"></div>
93
+ </>
94
+ )}
95
+ {!this.hasAdditionalContext && <div class="ui5-shellbar-spacer"></div>}
96
+ <div class="ui5-shellbar-overflow-container-right-child" role={this._rightChildRole}>
97
+ {this.hasSearchField && (
98
+ <>
99
+ {this._showFullWidthSearch && (
100
+ <div class="ui5-shellbar-search-full-width-wrapper" style={this.styles.searchField}>
101
+ <div class="ui5-shellbar-search-full-field">
102
+ <slot name="searchField"></slot>
103
+ </div>
104
+ <Button
105
+ onClick={this._handleCancelButtonPress}
106
+ class="ui5-shellbar-button ui5-shellbar-cancel-button"
107
+ data-ui5-stable="cancel-search">
108
+ {this._cancelBtnText}
109
+ </Button>
110
+ </div>
111
+ )}
112
+ <div class="ui5-shellbar-search-field" style={this.styles.searchField}>
113
+ {!this._showFullWidthSearch && <slot name="searchField"></slot>}
114
+ </div>
115
+ <Button
116
+ id={`${this._id}-item-1`}
117
+ class={{
118
+ "ui5-shellbar-button": true,
119
+ "ui5-shellbar-search-button": true,
120
+ "ui5-shellbar-search-item-for-arrow-nav": true,
121
+ ...this.classes.search,
122
+ }}
123
+ icon="sap-icon://search"
124
+ data-ui5-text="Search"
125
+ data-ui5-notifications-count={this.notificationsCount}
126
+ data-ui5-stable="toggle-search"
127
+ onClick={this._handleSearchIconPress}
128
+ tooltip={this._searchBtnOpen}
129
+ aria-label={this._searchBtnOpen}
130
+ aria-expanded={this._searchFieldExpanded}
131
+ accessibilityAttributes={this.accInfo.search.accessibilityAttributes}
132
+ />
133
+ </>
134
+ )}
135
+ {this.hasAssistant && (
136
+ <div id="assistant" class={this.classes.assistant}>
137
+ <slot name="assistant"></slot>
138
+ </div>
139
+ )}
140
+ {this.showNotifications && (
141
+ <Button
142
+ id={`${this._id}-item-2`}
143
+ class={{
144
+ "ui5-shellbar-button": true,
145
+ "ui5-shellbar-bell-button": true,
146
+ "ui5-shellbar-items-for-arrow-nav": true,
147
+ ...this.classes.notification,
148
+ }}
149
+ icon="sap-icon://bell"
150
+ data-ui5-text="Notifications"
151
+ data-ui5-notifications-count={this.notificationsCount}
152
+ onClick={this._handleNotificationsPress}
153
+ tooltip={this._notificationsText}
154
+ accessibilityAttributes={this.accInfo.notifications.accessibilityAttributes}
155
+ data-ui5-stable="notifications"
156
+ />
157
+ )}
158
+ {this.customItemsInfo.map(item => (
159
+ <Button
160
+ key={item.id}
161
+ id={item.id}
162
+ class={`${item.classes} ui5-shellbar-items-for-arrow-nav`}
163
+ icon={item.icon}
164
+ tooltip={item.tooltip}
165
+ data-count={item.count}
166
+ data-ui5-notifications-count={this.notificationsCount}
167
+ data-ui5-external-action-item-id={item.refItemid}
168
+ data-ui5-stable={item.stableDomRef}
169
+ onClick={item.press}
170
+ />
171
+ ))}
172
+ <Button
173
+ id={`${this._id}-item-5`}
174
+ class={{
175
+ "ui5-shellbar-no-overflow-button": true, // always visible
176
+ "ui5-shellbar-button": true,
177
+ "ui5-shellbar-overflow-button": true,
178
+ ...this.classes.overflow,
179
+ }}
180
+ icon="sap-icon://overflow"
181
+ data-count={this._overflowNotifications}
182
+ onClick={this._handleOverflowPress}
183
+ tooltip={this._overflowText}
184
+ accessibilityAttributes={this.accInfo.overflow.accessibilityAttributes}
185
+ data-ui5-stable="overflow"
186
+ />
187
+ {this.hasProfile && profileButton.call(this)}
188
+ {this.showProductSwitch && (
189
+ <Button
190
+ id={`${this._id}-item-4`}
191
+ class={`ui5-shellbar-no-overflow-button ui5-shellbar-button ui5-shellbar-button-product-switch ui5-shellbar-items-for-arrow-nav`}
192
+ icon="sap-icon://grid"
193
+ data-ui5-text="Product Switch"
194
+ onClick={this._handleProductSwitchPress}
195
+ tooltip={this._productsText}
196
+ aria-label={this._productSwitchBtnText}
197
+ aria-haspopup="dialog"
198
+ aria-expanded={this.accInfo.products.accessibilityAttributes.expanded}
199
+ accessibilityAttributes={this.accInfo.products.accessibilityAttributes}
200
+ data-ui5-stable="product-switch"
201
+ />
202
+ )}
203
+ </div>
204
+ </div>
205
+ </header>
206
+ {ShellBarPopoverTemplate.call(this)}
207
+ </>
208
+ );
209
+ }
210
+
211
+ function profileButton(this: ShellBar) {
212
+ return (
213
+ <Button
214
+ data-profile-btn
215
+ id={`${this._id}-item-3`}
216
+ onClick={this._handleProfilePress}
217
+ tooltip={this._profileText}
218
+ class="ui5-shellbar-button ui5-shellbar-image-button ui5-shellbar-no-overflow-button ui5-shellbar-items-for-arrow-nav"
219
+ aria-label={this.imageBtnText}
220
+ aria-haspopup="dialog"
221
+ accessibilityAttributes={this.accInfo.profile.accessibilityAttributes}
222
+ data-ui5-stable="profile"
223
+ >
224
+ <slot name="profile"></slot>
225
+ </Button>
226
+ );
227
+ }
228
+
229
+ function singleLogo(this: ShellBar) {
230
+ return (
231
+ <span
232
+ role={this.accLogoRole}
233
+ class="ui5-shellbar-logo"
234
+ aria-label={this._logoText}
235
+ title={this._logoText}
236
+ onClick={this._logoPress}
237
+ onKeyDown={this._logoKeydown}
238
+ onKeyUp={this._logoKeyup}
239
+ tabIndex={0}
240
+ data-ui5-stable="logo">
241
+ <slot name="logo"></slot>
242
+ </span>
243
+ );
244
+ }
245
+
246
+ function combinedLogo(this: ShellBar) {
247
+ return (
248
+ <div
249
+ role={this.accLogoRole}
250
+ class="ui5-shellbar-logo-area"
251
+ onClick={this._logoPress}
252
+ tabIndex={0}
253
+ onKeyDown={this._logoKeydown}
254
+ onKeyUp={this._logoKeyup}
255
+ aria-label={this._logoAreaText}>
256
+ {this.hasLogo && (
257
+ <span
258
+ class="ui5-shellbar-logo"
259
+ title={this._logoText}
260
+ onClick={this._logoPress}
261
+ onKeyDown={this._logoKeydown}
262
+ onKeyUp={this._logoKeyup}
263
+ data-ui5-stable="logo">
264
+ <slot name="logo"></slot>
265
+ </span>
266
+ )}
267
+ <div class="ui5-shellbar-headings">
268
+ {this.primaryTitle && (
269
+ <h1 class="ui5-shellbar-title">
270
+ <bdi>{this.primaryTitle}</bdi>
271
+ </h1>
272
+ )}
273
+ </div>
274
+ </div>
275
+ );
276
+ }
@@ -1,5 +1,10 @@
1
1
  import type TimelineGroupItem from "./TimelineGroupItem.js";
2
+ import TimelineLayout from "./types/TimelineLayout.js";
2
3
  import ToggleButton from "@ui5/webcomponents/dist/ToggleButton.js";
4
+ import slimArrowleft from "@ui5/webcomponents-icons/dist/slim-arrow-left.js";
5
+ import slimArrowRight from "@ui5/webcomponents-icons/dist/slim-arrow-right.js";
6
+ import slimArrowDown from "@ui5/webcomponents-icons/dist/slim-arrow-down.js";
7
+ import slimArrowup from "@ui5/webcomponents-icons/dist/slim-arrow-up.js";
3
8
 
4
9
  export default function TimelineGroupItemTemplate(this: TimelineGroupItem) {
5
10
  return (
@@ -15,7 +20,7 @@ export default function TimelineGroupItemTemplate(this: TimelineGroupItem) {
15
20
 
16
21
  <ToggleButton
17
22
  class="ui5-tlgi-btn"
18
- icon={this._groupItemIcon}
23
+ icon={getEffectiveGroupIcon.call(this, this.layout, this.collapsed)}
19
24
  pressed={this.collapsed}
20
25
  onClick={this.onGroupItemClick}
21
26
  >
@@ -32,3 +37,11 @@ export default function TimelineGroupItemTemplate(this: TimelineGroupItem) {
32
37
  </div>
33
38
  );
34
39
  }
40
+
41
+ function getEffectiveGroupIcon(layout: `${TimelineLayout}`, collapsed: boolean): string {
42
+ if (layout === TimelineLayout.Vertical) {
43
+ return collapsed ? slimArrowleft : slimArrowDown;
44
+ }
45
+
46
+ return collapsed ? slimArrowup : slimArrowRight;
47
+ }
@@ -16,7 +16,7 @@ export default function TimelineItemTemplate(this: TimelineItem) {
16
16
  <div class="ui5-tli-icon-outer">
17
17
  {
18
18
  this.icon ?
19
- <Icon class="ui5-tli-icon" name={this.icon}/>
19
+ <Icon class="ui5-tli-icon" name={this.icon} mode="Decorative"/>
20
20
  :
21
21
  <div class="ui5-tli-dummy-icon-container"></div>
22
22
  }
@@ -28,6 +28,7 @@ export default function TimelineItemTemplate(this: TimelineItem) {
28
28
  data-sap-focus-ref
29
29
  class="ui5-tli-bubble"
30
30
  tabindex={parseInt(this.forcedTabIndex)}
31
+ aria-description={this.timelineItemStateText}
31
32
  >
32
33
  <div class="ui5-tli-title">
33
34
  { this.name && name.call(this) }
@@ -98,6 +98,12 @@ NOTIFICATION_LIST_GROUP_EXPANDED=Expanded
98
98
  #XACT: ARIA announcement for timeline label
99
99
  TIMELINE_ARIA_LABEL=Timeline
100
100
 
101
+ #XACT: ARIA announcement for the TimelineItem state
102
+ TIMELINE_ITEM_INFORMATION_STATE_TEXT=Information State
103
+ TIMELINE_ITEM_POSITIVE_STATE_TEXT=Positive State
104
+ TIMELINE_ITEM_NEGATIVE_STATE_TEXT=Negative State
105
+ TIMELINE_ITEM_CRITICAL_STATE_TEXT=Critical State
106
+
101
107
  #XBUT: Button text for cancel button in the UploadCollectionItem
102
108
  UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT=Cancel
103
109
 
@@ -143,21 +149,43 @@ SHELLBAR_LABEL = Shell Bar
143
149
  #XACT: ARIA announcement for the logo button
144
150
  SHELLBAR_LOGO = Logo
145
151
 
152
+ #XACT: ARIA announcement for the logo area
153
+ SHELLBAR_LOGO_AREA = SAP {0} {1} Home
154
+
155
+ #XACT: ARIA announcement for the main navigation button
156
+ SHELLBAR_ADDITIONAL_CONTEXT = Additional Info
157
+
158
+ #XACT: ARIA description announcement for the search field
159
+ SHELLBAR_SEARCHFIELD_DESCRIPTION = Search results will be shown main area
160
+
146
161
  #XACT: ARIA announcement for the notifications button
147
162
  SHELLBAR_NOTIFICATIONS = {0} Notifications
148
163
 
164
+ #XACT: ARIA predefined text for the notifications without the notifications count
165
+ SHELLBAR_NOTIFICATIONS_NO_COUNT = Notifications
166
+
149
167
  #XACT: ARIA announcement for the profile button
150
168
  SHELLBAR_PROFILE = Profile
151
169
 
152
170
  #XACT: ARIA announcement for the products button
153
171
  SHELLBAR_PRODUCTS = Products
154
172
 
173
+ #XACT: ARIA announcement for the ProductSwitch button
174
+ SHELLBAR_PRODUCT_SWITCH_BTN = Product Switcher
175
+
155
176
  #XACT: ARIA announcement of ProductSwitch container
156
177
  PRODUCT_SWITCH_CONTAINER_LABEL=Products
157
178
 
158
179
  #XACT: ARIA announcement for the search button
159
180
  SHELLBAR_SEARCH = Search
160
181
 
182
+ #XACT: ARIA announcement for the search field
183
+ SHELLBAR_SEARCH_FIELD = Search Field
184
+
185
+ #XACT: ARIA announcement for the search button
186
+ SHELLBAR_SEARCH_BTN_OPEN = Open Search
187
+
188
+
161
189
  #XACT: ARIA announcement for the more button
162
190
  SHELLBAR_OVERFLOW = More
163
191
 
@@ -271,6 +271,8 @@ IM_TITLE_SURVEY=رأيك مهم
271
271
 
272
272
  IM_SUBTITLE_SURVEY=نريد أن نسمع رأيك حول برنامج SAP. شاركنا بتعليقاتك من خلال المشاركة في استطلاع الرأي القصير.
273
273
 
274
+ DSC_MAIN_ARIA_LABEL=المحتوى الرئيسي
275
+
274
276
  DSC_SIDE_ARIA_LABEL=محتوى جانبي
275
277
 
276
278
  SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT=تنقل
@@ -271,6 +271,8 @@ IM_TITLE_SURVEY=Вашето мнение е важно за нас
271
271
 
272
272
  IM_SUBTITLE_SURVEY=Мнението ви за софтуера на SAP е важно за нас. Споделете го, като попълните кратката ни анкета.
273
273
 
274
+ DSC_MAIN_ARIA_LABEL=Основно съдържание
275
+
274
276
  DSC_SIDE_ARIA_LABEL=Допълнително съдържание
275
277
 
276
278
  SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT=Навигация