@openui5/sap.f 1.144.0 → 1.146.0

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