@openui5/sap.f 1.141.2 → 1.142.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 (322) hide show
  1. package/README.md +2 -2
  2. package/REUSE.toml +39 -1
  3. package/THIRDPARTY.txt +36 -3
  4. package/package.json +19 -4
  5. package/src/sap/f/.library +34 -3
  6. package/src/sap/f/Avatar.js +1 -1
  7. package/src/sap/f/AvatarGroup.js +1 -1
  8. package/src/sap/f/AvatarGroupItem.js +1 -1
  9. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  10. package/src/sap/f/CalendarInCard.js +1 -1
  11. package/src/sap/f/Card.js +1 -1
  12. package/src/sap/f/CardBase.js +1 -1
  13. package/src/sap/f/DynamicPage.js +30 -12
  14. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  15. package/src/sap/f/DynamicPageHeader.js +1 -1
  16. package/src/sap/f/DynamicPageTitle.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  21. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  22. package/src/sap/f/FlexibleColumnLayoutRenderer.js +2 -0
  23. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  24. package/src/sap/f/GridContainer.js +1 -1
  25. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  26. package/src/sap/f/GridContainerSettings.js +2 -2
  27. package/src/sap/f/GridList.js +1 -1
  28. package/src/sap/f/GridListItem.js +1 -1
  29. package/src/sap/f/IllustratedMessage.js +1 -1
  30. package/src/sap/f/Illustration.js +1 -1
  31. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  32. package/src/sap/f/ProductSwitch.js +1 -1
  33. package/src/sap/f/ProductSwitchItem.js +1 -1
  34. package/src/sap/f/SearchManager.js +1 -1
  35. package/src/sap/f/ShellBar.js +1 -1
  36. package/src/sap/f/SidePanel.js +1 -1
  37. package/src/sap/f/SidePanelItem.js +1 -1
  38. package/src/sap/f/cards/BaseHeader.js +1 -1
  39. package/src/sap/f/cards/Header.js +1 -1
  40. package/src/sap/f/cards/NumericHeader.js +1 -1
  41. package/src/sap/f/cards/NumericIndicators.js +1 -1
  42. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  43. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  47. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  49. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  50. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  51. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  52. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  53. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  54. package/src/sap/f/dnd/GridDragOver.js +1 -1
  55. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  56. package/src/sap/f/gen/ui5/webcomponents/dist/Avatar.js +238 -0
  57. package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +339 -0
  58. package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +125 -0
  59. package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +140 -0
  60. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +64 -0
  61. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +207 -0
  62. package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +280 -0
  63. package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +347 -0
  64. package/src/sap/f/gen/ui5/webcomponents.js +2819 -0
  65. package/src/sap/f/gen/ui5/webcomponents_base.js +572 -0
  66. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +211 -0
  67. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +204 -0
  68. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +164 -0
  69. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +243 -0
  70. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +87 -0
  71. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +248 -0
  72. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +125 -0
  73. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +60 -0
  74. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +88 -0
  75. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +76 -0
  76. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +81 -0
  77. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +655 -0
  78. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +122 -0
  79. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +139 -0
  80. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +232 -0
  81. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +74 -0
  82. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +279 -0
  83. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +129 -0
  84. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +83 -0
  85. package/src/sap/f/gen/ui5/webcomponents_fiori.js +1648 -0
  86. package/src/sap/f/library.js +2 -2
  87. package/src/sap/f/semantic/AddAction.js +1 -1
  88. package/src/sap/f/semantic/CloseAction.js +1 -1
  89. package/src/sap/f/semantic/CopyAction.js +1 -1
  90. package/src/sap/f/semantic/DeleteAction.js +1 -1
  91. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  92. package/src/sap/f/semantic/EditAction.js +1 -1
  93. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  94. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  95. package/src/sap/f/semantic/FlagAction.js +1 -1
  96. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  97. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  98. package/src/sap/f/semantic/MainAction.js +1 -1
  99. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  100. package/src/sap/f/semantic/NegativeAction.js +1 -1
  101. package/src/sap/f/semantic/PositiveAction.js +1 -1
  102. package/src/sap/f/semantic/PrintAction.js +1 -1
  103. package/src/sap/f/semantic/SemanticButton.js +1 -1
  104. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  105. package/src/sap/f/semantic/SemanticControl.js +1 -1
  106. package/src/sap/f/semantic/SemanticPage.js +1 -1
  107. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  108. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  109. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  110. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  111. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  112. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  113. package/src/sap/f/shellBar/CoPilot.js +1 -1
  114. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  115. package/src/sap/f/shellBar/Search.js +1 -1
  116. package/src/sap/f/themes/base/Card.less +8 -2
  117. package/src/sap/f/themes/base/CardHeaders.less +25 -3
  118. package/src/sap/f/themes/base/DynamicPage.less +6 -1
  119. package/src/sap/f/thirdparty/AccessibilityTextsHelper.js +13 -0
  120. package/src/sap/f/thirdparty/Avatar.js +453 -0
  121. package/src/sap/f/thirdparty/BusyIndicator.js +233 -0
  122. package/src/sap/f/thirdparty/Button.js +7 -0
  123. package/src/sap/f/thirdparty/Button2.js +656 -0
  124. package/src/sap/f/thirdparty/FocusableElements.js +10 -0
  125. package/src/sap/f/thirdparty/Icon.js +313 -0
  126. package/src/sap/f/thirdparty/Icons.js +234 -0
  127. package/src/sap/f/thirdparty/IllustratedMessage.js +1297 -0
  128. package/src/sap/f/thirdparty/Label.js +115 -0
  129. package/src/sap/f/thirdparty/Link.js +316 -0
  130. package/src/sap/f/thirdparty/List.js +1253 -0
  131. package/src/sap/f/thirdparty/ListBoxItemGroupTemplate.js +14 -0
  132. package/src/sap/f/thirdparty/ListItemAdditionalText.css.js +10 -0
  133. package/src/sap/f/thirdparty/ListItemBase.js +251 -0
  134. package/src/sap/f/thirdparty/ListItemCustom.js +1689 -0
  135. package/src/sap/f/thirdparty/ListItemGroup.js +637 -0
  136. package/src/sap/f/thirdparty/Menu.js +389 -0
  137. package/src/sap/f/thirdparty/MenuItem.js +10 -0
  138. package/src/sap/f/thirdparty/MenuItem2.js +762 -0
  139. package/src/sap/f/thirdparty/NotificationList.js +291 -0
  140. package/src/sap/f/thirdparty/NotificationListGroupItem.js +310 -0
  141. package/src/sap/f/thirdparty/NotificationListItem.js +534 -0
  142. package/src/sap/f/thirdparty/NotificationListItemBase.js +98 -0
  143. package/src/sap/f/thirdparty/ResponsivePopover.js +2312 -0
  144. package/src/sap/f/thirdparty/SearchItem.css.js +10 -0
  145. package/src/sap/f/thirdparty/SearchItem.js +152 -0
  146. package/src/sap/f/thirdparty/SearchItemGroup.js +44 -0
  147. package/src/sap/f/thirdparty/SearchItemShowMore.js +86 -0
  148. package/src/sap/f/thirdparty/SearchMessageArea.js +49 -0
  149. package/src/sap/f/thirdparty/SearchScope.js +39 -0
  150. package/src/sap/f/thirdparty/ShellBar.js +1809 -0
  151. package/src/sap/f/thirdparty/ShellBarBranding.js +119 -0
  152. package/src/sap/f/thirdparty/ShellBarItem.js +89 -0
  153. package/src/sap/f/thirdparty/ShellBarSearch.js +7 -0
  154. package/src/sap/f/thirdparty/ShellBarSearch2.js +3453 -0
  155. package/src/sap/f/thirdparty/ShellBarSpacer.js +40 -0
  156. package/src/sap/f/thirdparty/Tag.js +302 -0
  157. package/src/sap/f/thirdparty/Text.js +127 -0
  158. package/src/sap/f/thirdparty/Title.js +167 -0
  159. package/src/sap/f/thirdparty/UserMenu.js +950 -0
  160. package/src/sap/f/thirdparty/UserMenuAccount.js +114 -0
  161. package/src/sap/f/thirdparty/UserMenuItem.js +61 -0
  162. package/src/sap/f/thirdparty/ValueState.js +7 -0
  163. package/src/sap/f/thirdparty/WrappingType.js +24 -0
  164. package/src/sap/f/thirdparty/_dynamics/InputComposition.js +35 -0
  165. package/src/sap/f/thirdparty/_dynamics/InputSuggestions.js +397 -0
  166. package/src/sap/f/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +193 -0
  167. package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT.js +585 -0
  168. package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT2.js +585 -0
  169. package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite.js +1194 -0
  170. package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite2.js +1194 -0
  171. package/src/sap/f/thirdparty/_dynamics/SAP-icons.js +2509 -0
  172. package/src/sap/f/thirdparty/_dynamics/SAP-icons2.js +2509 -0
  173. package/src/sap/f/thirdparty/_dynamics/messagebundle_ar.js +866 -0
  174. package/src/sap/f/thirdparty/_dynamics/messagebundle_ar2.js +611 -0
  175. package/src/sap/f/thirdparty/_dynamics/messagebundle_bg.js +866 -0
  176. package/src/sap/f/thirdparty/_dynamics/messagebundle_bg2.js +611 -0
  177. package/src/sap/f/thirdparty/_dynamics/messagebundle_ca.js +866 -0
  178. package/src/sap/f/thirdparty/_dynamics/messagebundle_ca2.js +611 -0
  179. package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr.js +866 -0
  180. package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr2.js +611 -0
  181. package/src/sap/f/thirdparty/_dynamics/messagebundle_cs.js +866 -0
  182. package/src/sap/f/thirdparty/_dynamics/messagebundle_cs2.js +611 -0
  183. package/src/sap/f/thirdparty/_dynamics/messagebundle_cy.js +866 -0
  184. package/src/sap/f/thirdparty/_dynamics/messagebundle_cy2.js +611 -0
  185. package/src/sap/f/thirdparty/_dynamics/messagebundle_da.js +866 -0
  186. package/src/sap/f/thirdparty/_dynamics/messagebundle_da2.js +611 -0
  187. package/src/sap/f/thirdparty/_dynamics/messagebundle_de.js +866 -0
  188. package/src/sap/f/thirdparty/_dynamics/messagebundle_de2.js +611 -0
  189. package/src/sap/f/thirdparty/_dynamics/messagebundle_el.js +866 -0
  190. package/src/sap/f/thirdparty/_dynamics/messagebundle_el2.js +611 -0
  191. package/src/sap/f/thirdparty/_dynamics/messagebundle_en.js +866 -0
  192. package/src/sap/f/thirdparty/_dynamics/messagebundle_en2.js +611 -0
  193. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB.js +866 -0
  194. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB2.js +611 -0
  195. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +866 -0
  196. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +611 -0
  197. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +866 -0
  198. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +611 -0
  199. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +866 -0
  200. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +611 -0
  201. package/src/sap/f/thirdparty/_dynamics/messagebundle_es.js +866 -0
  202. package/src/sap/f/thirdparty/_dynamics/messagebundle_es2.js +611 -0
  203. package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX.js +866 -0
  204. package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX2.js +611 -0
  205. package/src/sap/f/thirdparty/_dynamics/messagebundle_et.js +866 -0
  206. package/src/sap/f/thirdparty/_dynamics/messagebundle_et2.js +611 -0
  207. package/src/sap/f/thirdparty/_dynamics/messagebundle_fi.js +866 -0
  208. package/src/sap/f/thirdparty/_dynamics/messagebundle_fi2.js +611 -0
  209. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr.js +866 -0
  210. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr2.js +611 -0
  211. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA.js +866 -0
  212. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA2.js +611 -0
  213. package/src/sap/f/thirdparty/_dynamics/messagebundle_hi.js +866 -0
  214. package/src/sap/f/thirdparty/_dynamics/messagebundle_hi2.js +611 -0
  215. package/src/sap/f/thirdparty/_dynamics/messagebundle_hr.js +866 -0
  216. package/src/sap/f/thirdparty/_dynamics/messagebundle_hr2.js +611 -0
  217. package/src/sap/f/thirdparty/_dynamics/messagebundle_hu.js +866 -0
  218. package/src/sap/f/thirdparty/_dynamics/messagebundle_hu2.js +611 -0
  219. package/src/sap/f/thirdparty/_dynamics/messagebundle_id.js +866 -0
  220. package/src/sap/f/thirdparty/_dynamics/messagebundle_id2.js +611 -0
  221. package/src/sap/f/thirdparty/_dynamics/messagebundle_it.js +866 -0
  222. package/src/sap/f/thirdparty/_dynamics/messagebundle_it2.js +611 -0
  223. package/src/sap/f/thirdparty/_dynamics/messagebundle_iw.js +866 -0
  224. package/src/sap/f/thirdparty/_dynamics/messagebundle_iw2.js +611 -0
  225. package/src/sap/f/thirdparty/_dynamics/messagebundle_ja.js +866 -0
  226. package/src/sap/f/thirdparty/_dynamics/messagebundle_ja2.js +611 -0
  227. package/src/sap/f/thirdparty/_dynamics/messagebundle_kk.js +866 -0
  228. package/src/sap/f/thirdparty/_dynamics/messagebundle_kk2.js +611 -0
  229. package/src/sap/f/thirdparty/_dynamics/messagebundle_ko.js +866 -0
  230. package/src/sap/f/thirdparty/_dynamics/messagebundle_ko2.js +611 -0
  231. package/src/sap/f/thirdparty/_dynamics/messagebundle_lt.js +866 -0
  232. package/src/sap/f/thirdparty/_dynamics/messagebundle_lt2.js +611 -0
  233. package/src/sap/f/thirdparty/_dynamics/messagebundle_lv.js +866 -0
  234. package/src/sap/f/thirdparty/_dynamics/messagebundle_lv2.js +611 -0
  235. package/src/sap/f/thirdparty/_dynamics/messagebundle_mk.js +866 -0
  236. package/src/sap/f/thirdparty/_dynamics/messagebundle_mk2.js +611 -0
  237. package/src/sap/f/thirdparty/_dynamics/messagebundle_ms.js +866 -0
  238. package/src/sap/f/thirdparty/_dynamics/messagebundle_ms2.js +611 -0
  239. package/src/sap/f/thirdparty/_dynamics/messagebundle_nl.js +866 -0
  240. package/src/sap/f/thirdparty/_dynamics/messagebundle_nl2.js +611 -0
  241. package/src/sap/f/thirdparty/_dynamics/messagebundle_no.js +866 -0
  242. package/src/sap/f/thirdparty/_dynamics/messagebundle_no2.js +611 -0
  243. package/src/sap/f/thirdparty/_dynamics/messagebundle_pl.js +866 -0
  244. package/src/sap/f/thirdparty/_dynamics/messagebundle_pl2.js +611 -0
  245. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt.js +866 -0
  246. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt2.js +611 -0
  247. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT.js +866 -0
  248. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT2.js +611 -0
  249. package/src/sap/f/thirdparty/_dynamics/messagebundle_ro.js +866 -0
  250. package/src/sap/f/thirdparty/_dynamics/messagebundle_ro2.js +611 -0
  251. package/src/sap/f/thirdparty/_dynamics/messagebundle_ru.js +866 -0
  252. package/src/sap/f/thirdparty/_dynamics/messagebundle_ru2.js +611 -0
  253. package/src/sap/f/thirdparty/_dynamics/messagebundle_sh.js +866 -0
  254. package/src/sap/f/thirdparty/_dynamics/messagebundle_sh2.js +611 -0
  255. package/src/sap/f/thirdparty/_dynamics/messagebundle_sk.js +866 -0
  256. package/src/sap/f/thirdparty/_dynamics/messagebundle_sk2.js +611 -0
  257. package/src/sap/f/thirdparty/_dynamics/messagebundle_sl.js +866 -0
  258. package/src/sap/f/thirdparty/_dynamics/messagebundle_sl2.js +611 -0
  259. package/src/sap/f/thirdparty/_dynamics/messagebundle_sr.js +866 -0
  260. package/src/sap/f/thirdparty/_dynamics/messagebundle_sr2.js +611 -0
  261. package/src/sap/f/thirdparty/_dynamics/messagebundle_sv.js +866 -0
  262. package/src/sap/f/thirdparty/_dynamics/messagebundle_sv2.js +611 -0
  263. package/src/sap/f/thirdparty/_dynamics/messagebundle_th.js +866 -0
  264. package/src/sap/f/thirdparty/_dynamics/messagebundle_th2.js +611 -0
  265. package/src/sap/f/thirdparty/_dynamics/messagebundle_tr.js +866 -0
  266. package/src/sap/f/thirdparty/_dynamics/messagebundle_tr2.js +611 -0
  267. package/src/sap/f/thirdparty/_dynamics/messagebundle_uk.js +866 -0
  268. package/src/sap/f/thirdparty/_dynamics/messagebundle_uk2.js +611 -0
  269. package/src/sap/f/thirdparty/_dynamics/messagebundle_vi.js +866 -0
  270. package/src/sap/f/thirdparty/_dynamics/messagebundle_vi2.js +611 -0
  271. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN.js +866 -0
  272. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN2.js +611 -0
  273. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW.js +866 -0
  274. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW2.js +611 -0
  275. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css10.js +7 -0
  276. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css11.js +7 -0
  277. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css12.js +7 -0
  278. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css13.js +7 -0
  279. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css14.js +7 -0
  280. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css15.js +7 -0
  281. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css16.js +7 -0
  282. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css17.js +7 -0
  283. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css18.js +7 -0
  284. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css19.js +7 -0
  285. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css20.js +7 -0
  286. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css21.js +7 -0
  287. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css22.js +7 -0
  288. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css23.js +7 -0
  289. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css24.js +7 -0
  290. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css25.js +7 -0
  291. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
  292. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
  293. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css4.js +7 -0
  294. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css5.js +7 -0
  295. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css6.js +7 -0
  296. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css7.js +7 -0
  297. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css8.js +7 -0
  298. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css9.js +7 -0
  299. package/src/sap/f/thirdparty/encodeXML.js +87 -0
  300. package/src/sap/f/thirdparty/event-strict.js +7 -0
  301. package/src/sap/f/thirdparty/generateHighlightedMarkup.js +9 -0
  302. package/src/sap/f/thirdparty/i18n-defaults.js +119 -0
  303. package/src/sap/f/thirdparty/i18n-defaults2.js +159 -0
  304. package/src/sap/f/thirdparty/information.js +100 -0
  305. package/src/sap/f/thirdparty/information2.js +13 -0
  306. package/src/sap/f/thirdparty/overflow.js +25 -0
  307. package/src/sap/f/thirdparty/parameters-bundle.css.js +11 -0
  308. package/src/sap/f/thirdparty/parameters-bundle.css2.js +44 -0
  309. package/src/sap/f/thirdparty/parameters-bundle.css3.js +8 -0
  310. package/src/sap/f/thirdparty/query.js +7 -0
  311. package/src/sap/f/thirdparty/slim-arrow-down.js +44 -0
  312. package/src/sap/f/thirdparty/sys-enter-2.js +7 -0
  313. package/src/sap/f/thirdparty/toLowercaseEnumValue.js +7 -0
  314. package/src/sap/f/thirdparty/ui5/webcomponents_icons/AllIcons.js +26 -0
  315. package/src/sap/f/thirdparty/ui5/webcomponents_icons_business_suite/AllIcons.js +26 -0
  316. package/src/sap/f/thirdparty/ui5/webcomponents_icons_tnt/AllIcons.js +26 -0
  317. package/src/sap/f/thirdparty/webcomponents-base.js +7 -0
  318. package/src/sap/f/thirdparty/webcomponents-fiori.js +5 -0
  319. package/src/sap/f/thirdparty/webcomponents.js +4611 -0
  320. package/src/sap/f/thirdparty/willShowContent.js +7 -0
  321. package/ui5-build.yaml +55 -0
  322. package/ui5.yaml +46 -0
@@ -0,0 +1,655 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+ sap.ui.define(
7
+ [
8
+ "sap/ui/core/webc/WebComponent",
9
+ "sap/f/gen/ui5/webcomponents_fiori",
10
+ "sap/f/thirdparty/ShellBar"
11
+ ],
12
+ function (WebComponentBaseClass) {
13
+ "use strict";
14
+
15
+ /**
16
+ * @class
17
+ * ### Overview
18
+ *
19
+ * The `ui5-shellbar` is meant to serve as an application header
20
+ * and includes numerous built-in features, such as: logo, profile image/icon, title, search field, notifications and so on.
21
+ *
22
+ * ### Stable DOM Refs
23
+ *
24
+ * You can use the following stable DOM refs for the `ui5-shellbar`:
25
+ *
26
+ * - logo
27
+ * - notifications
28
+ * - overflow
29
+ * - profile
30
+ * - product-switch
31
+ *
32
+ * ### Keyboard Handling
33
+ *
34
+ * #### Fast Navigation
35
+ * This 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].
36
+ * In order to use this functionality, you need to import the following module:
37
+ * `import "@ui5/webcomponents-base/dist/features/F6Navigation.js"`
38
+ *
39
+ * ### ES6 Module Import
40
+ * `import "@ui5/webcomponents-fiori/dist/ShellBar.js";`
41
+ *
42
+ * @extends sap.ui.core.webc.WebComponent
43
+ * @constructor
44
+ * @private
45
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar
46
+ */
47
+
48
+ const WrapperClass = WebComponentBaseClass.extend(
49
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBar",
50
+ {
51
+ metadata: {
52
+ tag: "ui5-shellbar-cc48984a",
53
+
54
+ namespace: "sap.f.gen.ui5.webcomponents_fiori",
55
+
56
+ library: "sap.f",
57
+
58
+ designtime: "sap/f/gen/ui5/webcomponents_fiori/designtime/ShellBar.designtime",
59
+
60
+ interfaces: ["sap.m.IBar", "sap.tnt.IToolHeader"],
61
+
62
+ defaultAggregation: "items",
63
+
64
+ properties: {
65
+ /**
66
+ * Defines the visibility state of the search button.
67
+ *
68
+ * **Note:** The `hideSearchButton` property is in an experimental state and is a subject to change.
69
+ */
70
+ hideSearchButton: {
71
+ type: "boolean",
72
+ mapping: "property",
73
+ defaultValue: false
74
+ },
75
+ /**
76
+ * Disables the automatic search field expansion/collapse when the available space is not enough.
77
+ *
78
+ * **Note:** The `disableSearchCollapse` property is in an experimental state and is a subject to change.
79
+ */
80
+ disableSearchCollapse: {
81
+ type: "boolean",
82
+ mapping: "property",
83
+ defaultValue: false
84
+ },
85
+ /**
86
+ * Defines the `primaryTitle`.
87
+ *
88
+ * **Note:** The `primaryTitle` would be hidden on S screen size (less than approx. 700px).
89
+ */
90
+ primaryTitle: { type: "string", mapping: "property" },
91
+ /**
92
+ * Defines the `secondaryTitle`.
93
+ *
94
+ * **Note:** The `secondaryTitle` would be hidden on S and M screen sizes (less than approx. 1300px).
95
+ */
96
+ secondaryTitle: { type: "string", mapping: "property" },
97
+ /**
98
+ * Defines the `notificationsCount`,
99
+ * displayed in the notification icon top-right corner.
100
+ */
101
+ notificationsCount: { type: "string", mapping: "property" },
102
+ /**
103
+ * Defines, if the notification icon would be displayed.
104
+ */
105
+ showNotifications: {
106
+ type: "boolean",
107
+ mapping: "property",
108
+ defaultValue: false
109
+ },
110
+ /**
111
+ * Defines, if the product switch icon would be displayed.
112
+ */
113
+ showProductSwitch: {
114
+ type: "boolean",
115
+ mapping: "property",
116
+ defaultValue: false
117
+ },
118
+ /**
119
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
120
+ *
121
+ * **Note:** By default the Search Field is not displayed.
122
+ */
123
+ showSearchField: {
124
+ type: "boolean",
125
+ mapping: "property",
126
+ defaultValue: false
127
+ },
128
+ /**
129
+ * Defines additional accessibility attributes on different areas of the component.
130
+ *
131
+ * The accessibilityAttributes object has the following fields,
132
+ * where each field is an object supporting one or more accessibility attributes:
133
+ *
134
+ * - **logo** - `logo.role` and `logo.name`.
135
+ * - **notifications** - `notifications.expanded` and `notifications.hasPopup`.
136
+ * - **profile** - `profile.expanded`, `profile.hasPopup` and `profile.name`.
137
+ * - **product** - `product.expanded` and `product.hasPopup`.
138
+ * - **search** - `search.hasPopup`.
139
+ * - **overflow** - `overflow.expanded` and `overflow.hasPopup`.
140
+ * - **branding** - `branding.name`.
141
+ *
142
+ * The accessibility attributes support the following values:
143
+ *
144
+ * - **role**: Defines the accessible ARIA role of the logo area.
145
+ * Accepts the following string values: `button` or `link`.
146
+ *
147
+ * - **expanded**: Indicates whether the button, or another grouping element it controls,
148
+ * is currently expanded or collapsed.
149
+ * Accepts the following string values: `true` or `false`.
150
+ *
151
+ * - **hasPopup**: Indicates the availability and type of interactive popup element,
152
+ * such as menu or dialog, that can be triggered by the button.
153
+ *
154
+ * Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
155
+ * - **name**: Defines the accessible ARIA name of the area.
156
+ * Accepts any string.
157
+ */
158
+ accessibilityAttributes: {
159
+ type: "any",
160
+ mapping: "property",
161
+ defaultValue: "{}"
162
+ },
163
+ /**
164
+ * The text-content of the Web Component.
165
+ */
166
+ text: { type: "string", mapping: "textContent" },
167
+ /**
168
+ * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
169
+ */
170
+ width: { type: "sap.ui.core.CSSSize", mapping: "style" },
171
+ /**
172
+ * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
173
+ */
174
+ height: { type: "sap.ui.core.CSSSize", mapping: "style" }
175
+ },
176
+
177
+ aggregations: {
178
+ /**
179
+ * Defines the assistant slot.
180
+ * @type module:sap/f/gen/ui5/webcomponents.IButton
181
+ */
182
+ assistant: {
183
+ type: "sap.f.gen.ui5.webcomponents.IButton",
184
+ multiple: true,
185
+ slot: "assistant"
186
+ },
187
+ /**
188
+ * Defines the branding slot.
189
+ * The `ui5-shellbar-branding` component is intended to be placed inside this slot.
190
+ * Content placed here takes precedence over the `primaryTitle` property and the `logo` content slot.
191
+ *
192
+ * **Note:** The `branding` slot is in an experimental state and is a subject to change.
193
+ * @type module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding
194
+ */
195
+ branding: {
196
+ type: "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarBranding",
197
+ multiple: true,
198
+ slot: "branding"
199
+ },
200
+ /**
201
+ * Defines the `ui5-shellbar` additional items.
202
+ *
203
+ * **Note:**
204
+ * You can use the `<ui5-shellbar-item></ui5-shellbar-item>`.
205
+ * @type module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem
206
+ */
207
+ items: {
208
+ type: "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarItem",
209
+ multiple: true
210
+ },
211
+ /**
212
+ * You can pass `ui5-avatar` to set the profile image/icon.
213
+ * If no profile slot is set - profile will be excluded from actions.
214
+ *
215
+ * **Note:** We recommend not using the `size` attribute of `ui5-avatar` because
216
+ * it should have specific size by design in the context of `ui5-shellbar` profile.
217
+ * @type module:sap/ui/core/Control
218
+ */
219
+ profile: {
220
+ type: "sap.ui.core.Control",
221
+ multiple: true,
222
+ slot: "profile"
223
+ },
224
+ /**
225
+ * Defines the logo of the `ui5-shellbar`.
226
+ * For example, you can use `ui5-avatar` or `img` elements as logo.
227
+ * @type module:sap/ui/core/Control
228
+ */
229
+ logo: { type: "sap.ui.core.Control", multiple: true, slot: "logo" },
230
+ /**
231
+ * Defines the items displayed in menu after a click on a start button.
232
+ *
233
+ * **Note:** You can use the `<ui5-li></ui5-li>` and its ancestors.
234
+ * @type module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
235
+ */
236
+ menuItems: {
237
+ type: "sap.f.gen.ui5.webcomponents.dist.ListItemBase",
238
+ multiple: true,
239
+ slot: "menuItems"
240
+ },
241
+ /**
242
+ * Defines the `ui5-input`, that will be used as a search field.
243
+ */
244
+ searchField: { multiple: true, slot: "searchField" },
245
+ /**
246
+ * Defines a `ui5-button` in the bar that will be placed in the beginning.
247
+ * We encourage this slot to be used for a menu button.
248
+ * It gets overstyled to match ShellBar's styling.
249
+ * @type module:sap/f/gen/ui5/webcomponents.IButton
250
+ */
251
+ startButton: {
252
+ type: "sap.f.gen.ui5.webcomponents.IButton",
253
+ multiple: true,
254
+ slot: "startButton"
255
+ },
256
+ /**
257
+ * Define the items displayed in the content area.
258
+ *
259
+ * Use the `data-hide-order` attribute with numeric value to specify the order of the items to be hidden when the space is not enough.
260
+ * Lower values will be hidden first.
261
+ *
262
+ * **Note:** The `content` slot is in an experimental state and is a subject to change.
263
+ * @type module:sap/ui/core/Control
264
+ */
265
+ content: {
266
+ type: "sap.ui.core.Control",
267
+ multiple: true,
268
+ slot: "content"
269
+ }
270
+ },
271
+
272
+ associations: {},
273
+
274
+ events: {
275
+ /**
276
+ * Fired, when the notification icon is activated.
277
+ */
278
+ notificationsClick: {
279
+ allowPreventDefault: true,
280
+ enableEventBubbling: true,
281
+ parameters: {
282
+ /**
283
+ * dom ref of the activated element
284
+ */
285
+ targetRef: {
286
+ type: "sap.ui.core.Control",
287
+ types: [
288
+ {
289
+ origType: "HTMLElement",
290
+ multiple: false,
291
+ dedicatedTypes: [
292
+ {
293
+ dtsType: "Control",
294
+ packageName: "sap/ui/core/Control",
295
+ moduleType: "module:sap/ui/core/Control",
296
+ ui5Type: "sap.ui.core.Control",
297
+ isClass: true
298
+ }
299
+ ]
300
+ }
301
+ ],
302
+ dtsParamDescription: "dom ref of the activated element"
303
+ }
304
+ }
305
+ },
306
+
307
+ /**
308
+ * Fired, when the profile slot is present.
309
+ */
310
+ profileClick: {
311
+ enableEventBubbling: true,
312
+ parameters: {
313
+ /**
314
+ * dom ref of the activated element
315
+ */
316
+ targetRef: {
317
+ type: "sap.ui.core.Control",
318
+ types: [
319
+ {
320
+ origType: "HTMLElement",
321
+ multiple: false,
322
+ dedicatedTypes: [
323
+ {
324
+ dtsType: "Control",
325
+ packageName: "sap/ui/core/Control",
326
+ moduleType: "module:sap/ui/core/Control",
327
+ ui5Type: "sap.ui.core.Control",
328
+ isClass: true
329
+ }
330
+ ]
331
+ }
332
+ ],
333
+ dtsParamDescription: "dom ref of the activated element"
334
+ }
335
+ }
336
+ },
337
+
338
+ /**
339
+ * Fired, when the product switch icon is activated.
340
+ *
341
+ * **Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.
342
+ */
343
+ productSwitchClick: {
344
+ allowPreventDefault: true,
345
+ enableEventBubbling: true,
346
+ parameters: {
347
+ /**
348
+ * dom ref of the activated element
349
+ */
350
+ targetRef: {
351
+ type: "sap.ui.core.Control",
352
+ types: [
353
+ {
354
+ origType: "HTMLElement",
355
+ multiple: false,
356
+ dedicatedTypes: [
357
+ {
358
+ dtsType: "Control",
359
+ packageName: "sap/ui/core/Control",
360
+ moduleType: "module:sap/ui/core/Control",
361
+ ui5Type: "sap.ui.core.Control",
362
+ isClass: true
363
+ }
364
+ ]
365
+ }
366
+ ],
367
+ dtsParamDescription: "dom ref of the activated element"
368
+ }
369
+ }
370
+ },
371
+
372
+ /**
373
+ * Fired, when the logo is activated.
374
+ */
375
+ logoClick: {
376
+ enableEventBubbling: true,
377
+ parameters: {
378
+ /**
379
+ * dom ref of the activated element
380
+ */
381
+ targetRef: {
382
+ type: "sap.ui.core.Control",
383
+ types: [
384
+ {
385
+ origType: "HTMLElement",
386
+ multiple: false,
387
+ dedicatedTypes: [
388
+ {
389
+ dtsType: "Control",
390
+ packageName: "sap/ui/core/Control",
391
+ moduleType: "module:sap/ui/core/Control",
392
+ ui5Type: "sap.ui.core.Control",
393
+ isClass: true
394
+ }
395
+ ]
396
+ }
397
+ ],
398
+ dtsParamDescription: "dom ref of the activated element"
399
+ }
400
+ }
401
+ },
402
+
403
+ /**
404
+ * Fired, when a menu item is activated
405
+ *
406
+ * **Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.
407
+ */
408
+ menuItemClick: {
409
+ allowPreventDefault: true,
410
+ enableEventBubbling: true,
411
+ parameters: {
412
+ /**
413
+ * DOM ref of the activated list item
414
+ */
415
+ item: {
416
+ type: "sap.ui.core.Control",
417
+ types: [
418
+ {
419
+ origType: "HTMLElement",
420
+ multiple: false,
421
+ dedicatedTypes: [
422
+ {
423
+ dtsType: "Control",
424
+ packageName: "sap/ui/core/Control",
425
+ moduleType: "module:sap/ui/core/Control",
426
+ ui5Type: "sap.ui.core.Control",
427
+ isClass: true
428
+ }
429
+ ]
430
+ }
431
+ ],
432
+ dtsParamDescription: "DOM ref of the activated list item"
433
+ }
434
+ }
435
+ },
436
+
437
+ /**
438
+ * Fired, when the search button is activated.
439
+ *
440
+ * **Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`.
441
+ */
442
+ searchButtonClick: {
443
+ allowPreventDefault: true,
444
+ enableEventBubbling: true,
445
+ parameters: {
446
+ /**
447
+ * dom ref of the activated element
448
+ */
449
+ targetRef: {
450
+ type: "sap.ui.core.Control",
451
+ types: [
452
+ {
453
+ origType: "HTMLElement",
454
+ multiple: false,
455
+ dedicatedTypes: [
456
+ {
457
+ dtsType: "Control",
458
+ packageName: "sap/ui/core/Control",
459
+ moduleType: "module:sap/ui/core/Control",
460
+ ui5Type: "sap.ui.core.Control",
461
+ isClass: true
462
+ }
463
+ ]
464
+ }
465
+ ],
466
+ dtsParamDescription: "dom ref of the activated element"
467
+ },
468
+ /**
469
+ * whether the search field is visible
470
+ */
471
+ searchFieldVisible: {
472
+ type: "boolean",
473
+ types: [
474
+ {
475
+ origType: "Boolean",
476
+ multiple: false,
477
+ dedicatedTypes: [
478
+ { dtsType: "boolean", ui5Type: "boolean" }
479
+ ]
480
+ }
481
+ ],
482
+ dtsParamDescription: "whether the search field is visible"
483
+ }
484
+ }
485
+ },
486
+
487
+ /**
488
+ * Fired, when the search field is expanded or collapsed.
489
+ */
490
+ searchFieldToggle: {
491
+ enableEventBubbling: true,
492
+ parameters: {
493
+ /**
494
+ * whether the search field is expanded
495
+ */
496
+ expanded: {
497
+ type: "boolean",
498
+ types: [
499
+ {
500
+ origType: "Boolean",
501
+ multiple: false,
502
+ dedicatedTypes: [
503
+ { dtsType: "boolean", ui5Type: "boolean" }
504
+ ]
505
+ }
506
+ ],
507
+ dtsParamDescription: "whether the search field is expanded"
508
+ }
509
+ }
510
+ },
511
+
512
+ /**
513
+ * Fired, when the search cancel button is activated.
514
+ *
515
+ * **Note:** You can prevent the default behavior (clearing the search field value) by calling `event.preventDefault()`. The search will still be closed.
516
+ * **Note:** The `search-field-clear` event is in an experimental state and is a subject to change.
517
+ */
518
+ searchFieldClear: {
519
+ allowPreventDefault: true,
520
+ enableEventBubbling: true,
521
+ parameters: {
522
+ /**
523
+ * dom ref of the cancel button element
524
+ */
525
+ targetRef: {
526
+ type: "sap.ui.core.Control",
527
+ types: [
528
+ {
529
+ origType: "HTMLElement",
530
+ multiple: false,
531
+ dedicatedTypes: [
532
+ {
533
+ dtsType: "Control",
534
+ packageName: "sap/ui/core/Control",
535
+ moduleType: "module:sap/ui/core/Control",
536
+ ui5Type: "sap.ui.core.Control",
537
+ isClass: true
538
+ }
539
+ ]
540
+ }
541
+ ],
542
+ dtsParamDescription: "dom ref of the cancel button element"
543
+ }
544
+ }
545
+ },
546
+
547
+ /**
548
+ * Fired, when an item from the content slot is hidden or shown.
549
+ * **Note:** The `content-item-visibility-change` event is in an experimental state and is a subject to change.
550
+ */
551
+ contentItemVisibilityChange: {
552
+ enableEventBubbling: true,
553
+ parameters: {
554
+ /**
555
+ * of all the items that are hidden
556
+ */
557
+ array: {
558
+ type: "sap.ui.core.Control",
559
+ types: [
560
+ {
561
+ origType: "HTMLElement",
562
+ multiple: true,
563
+ dedicatedTypes: [
564
+ {
565
+ dtsType: "Control",
566
+ packageName: "sap/ui/core/Control",
567
+ moduleType: "module:sap/ui/core/Control",
568
+ ui5Type: "sap.ui.core.Control",
569
+ isClass: true
570
+ }
571
+ ]
572
+ }
573
+ ],
574
+ dtsParamDescription: "of all the items that are hidden"
575
+ }
576
+ }
577
+ }
578
+ },
579
+
580
+ getters: [
581
+ /**
582
+ * Returns the `logo` DOM ref.
583
+ *
584
+ * @private
585
+ * @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getLogoDomRef
586
+ * @function
587
+ */
588
+
589
+ "logoDomRef",
590
+ /**
591
+ * Returns the `notifications` icon DOM ref.
592
+ *
593
+ * @private
594
+ * @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getNotificationsDomRef
595
+ * @function
596
+ */
597
+
598
+ "notificationsDomRef",
599
+ /**
600
+ * Returns the `overflow` icon DOM ref.
601
+ *
602
+ * @private
603
+ * @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getOverflowDomRef
604
+ * @function
605
+ */
606
+
607
+ "overflowDomRef",
608
+ /**
609
+ * Returns the `profile` icon DOM ref.
610
+ *
611
+ * @private
612
+ * @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getProfileDomRef
613
+ * @function
614
+ */
615
+
616
+ "profileDomRef",
617
+ /**
618
+ * Returns the `product-switch` icon DOM ref.
619
+ *
620
+ * @private
621
+ * @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getProductSwitchDomRef
622
+ * @function
623
+ */
624
+
625
+ "productSwitchDomRef"
626
+ ],
627
+
628
+ methods: [
629
+ /**
630
+ * Closes the overflow area.
631
+ * Useful to manually close the overflow after having suppressed automatic closing with preventDefault() of ShellbarItem's press event
632
+ *
633
+ * @private
634
+ * @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#closeOverflow
635
+ * @function
636
+ */
637
+
638
+ "closeOverflow",
639
+ /**
640
+ * Returns the `search` icon DOM ref.
641
+ *
642
+ * @private
643
+ * @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getSearchButtonDomRef
644
+ * @function
645
+ */
646
+
647
+ "getSearchButtonDomRef"
648
+ ]
649
+ }
650
+ }
651
+ );
652
+
653
+ return WrapperClass;
654
+ }
655
+ );