@openui5/sap.f 1.145.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 (395) hide show
  1. package/THIRDPARTY.txt +7 -7
  2. package/package.json +10 -10
  3. package/src/sap/f/.library +8 -8
  4. package/src/sap/f/Avatar.js +1 -1
  5. package/src/sap/f/AvatarGroup.js +8 -2
  6. package/src/sap/f/AvatarGroupItem.js +1 -1
  7. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  8. package/src/sap/f/CalendarInCard.js +1 -1
  9. package/src/sap/f/Card.js +1 -1
  10. package/src/sap/f/CardBase.js +3 -3
  11. package/src/sap/f/DynamicPage.js +1 -1
  12. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  13. package/src/sap/f/DynamicPageHeader.js +1 -1
  14. package/src/sap/f/DynamicPageTitle.js +1 -1
  15. package/src/sap/f/FlexibleColumnLayout.js +8 -2
  16. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  21. package/src/sap/f/GridContainer.js +1 -1
  22. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  23. package/src/sap/f/GridContainerSettings.js +2 -2
  24. package/src/sap/f/GridList.js +1 -1
  25. package/src/sap/f/GridListItem.js +1 -1
  26. package/src/sap/f/IllustratedMessage.js +1 -1
  27. package/src/sap/f/Illustration.js +1 -1
  28. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  29. package/src/sap/f/ProductSwitch.js +1 -1
  30. package/src/sap/f/ProductSwitchItem.js +1 -1
  31. package/src/sap/f/SearchManager.js +1 -1
  32. package/src/sap/f/ShellBar.js +1 -1
  33. package/src/sap/f/SidePanel.js +5 -1
  34. package/src/sap/f/SidePanelItem.js +7 -1
  35. package/src/sap/f/cards/BaseHeader.js +39 -26
  36. package/src/sap/f/cards/Header.js +7 -7
  37. package/src/sap/f/cards/NumericHeader.js +22 -23
  38. package/src/sap/f/cards/NumericIndicators.js +1 -2
  39. package/src/sap/f/cards/NumericSideIndicator.js +2 -3
  40. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  41. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  46. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  47. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  48. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  49. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  50. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  51. package/src/sap/f/dnd/GridDragOver.js +1 -1
  52. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  53. package/src/sap/f/gen/ui5/webcomponents/dist/Avatar.js +2 -246
  54. package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +2 -349
  55. package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +2 -126
  56. package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +2 -141
  57. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +2 -60
  58. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +2 -208
  59. package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +2 -283
  60. package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +2 -357
  61. package/src/sap/f/gen/ui5/webcomponents.js +2 -3155
  62. package/src/sap/f/gen/ui5/webcomponents_base.js +2 -600
  63. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +2 -214
  64. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +2 -203
  65. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +2 -167
  66. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +2 -248
  67. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +2 -86
  68. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +2 -254
  69. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +2 -128
  70. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +2 -56
  71. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +2 -87
  72. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +2 -75
  73. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +2 -80
  74. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +2 -669
  75. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +2 -123
  76. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +2 -140
  77. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +2 -236
  78. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +2 -72
  79. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +2 -282
  80. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +2 -134
  81. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +2 -79
  82. package/src/sap/f/gen/ui5/webcomponents_fiori.js +2 -1859
  83. package/src/sap/f/library.js +3 -4
  84. package/src/sap/f/routing/Target.js +2 -2
  85. package/src/sap/f/semantic/AddAction.js +1 -1
  86. package/src/sap/f/semantic/CloseAction.js +1 -1
  87. package/src/sap/f/semantic/CopyAction.js +1 -1
  88. package/src/sap/f/semantic/DeleteAction.js +1 -1
  89. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  90. package/src/sap/f/semantic/EditAction.js +1 -1
  91. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  92. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  93. package/src/sap/f/semantic/FlagAction.js +1 -1
  94. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  95. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  96. package/src/sap/f/semantic/MainAction.js +1 -1
  97. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  98. package/src/sap/f/semantic/NegativeAction.js +1 -1
  99. package/src/sap/f/semantic/PositiveAction.js +1 -1
  100. package/src/sap/f/semantic/PrintAction.js +1 -1
  101. package/src/sap/f/semantic/SemanticButton.js +1 -1
  102. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  103. package/src/sap/f/semantic/SemanticControl.js +1 -1
  104. package/src/sap/f/semantic/SemanticPage.js +1 -1
  105. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  106. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  107. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  108. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  109. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  110. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  111. package/src/sap/f/shellBar/CoPilot.js +1 -1
  112. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  113. package/src/sap/f/shellBar/Search.js +1 -1
  114. package/src/sap/f/themes/base/AvatarGroup.less +2 -2
  115. package/src/sap/f/thirdparty/AccessibilityTextsHelper.js +2 -13
  116. package/src/sap/f/thirdparty/Avatar.js +2 -453
  117. package/src/sap/f/thirdparty/BusyIndicator.js +2 -233
  118. package/src/sap/f/thirdparty/Button.js +2 -7
  119. package/src/sap/f/thirdparty/Button2.js +2 -656
  120. package/src/sap/f/thirdparty/FocusableElements.js +2 -10
  121. package/src/sap/f/thirdparty/Icon.js +2 -313
  122. package/src/sap/f/thirdparty/Icons.js +2 -56
  123. package/src/sap/f/thirdparty/IllustratedMessage.js +2 -1295
  124. package/src/sap/f/thirdparty/Illustrations.js +2 -9
  125. package/src/sap/f/thirdparty/Label.js +2 -115
  126. package/src/sap/f/thirdparty/Link.js +2 -316
  127. package/src/sap/f/thirdparty/List.js +2 -1253
  128. package/src/sap/f/thirdparty/ListBoxItemGroupTemplate.js +2 -14
  129. package/src/sap/f/thirdparty/ListItemAdditionalText.css.js +2 -10
  130. package/src/sap/f/thirdparty/ListItemBase.js +2 -251
  131. package/src/sap/f/thirdparty/ListItemGroup.js +2 -637
  132. package/src/sap/f/thirdparty/Menu.js +2 -389
  133. package/src/sap/f/thirdparty/MenuItem.js +2 -10
  134. package/src/sap/f/thirdparty/MenuItem2.js +2 -762
  135. package/src/sap/f/thirdparty/NotificationList.js +2 -291
  136. package/src/sap/f/thirdparty/NotificationListGroupItem.js +2 -310
  137. package/src/sap/f/thirdparty/NotificationListItem.js +2 -534
  138. package/src/sap/f/thirdparty/NotificationListItemBase.js +2 -98
  139. package/src/sap/f/thirdparty/ResponsivePopover.js +2 -2312
  140. package/src/sap/f/thirdparty/SearchItem.css.js +2 -10
  141. package/src/sap/f/thirdparty/SearchItem.js +2 -152
  142. package/src/sap/f/thirdparty/SearchItemGroup.js +2 -44
  143. package/src/sap/f/thirdparty/SearchItemShowMore.js +2 -86
  144. package/src/sap/f/thirdparty/SearchMessageArea.js +2 -49
  145. package/src/sap/f/thirdparty/SearchScope.js +2 -39
  146. package/src/sap/f/thirdparty/ShellBar.js +2 -1809
  147. package/src/sap/f/thirdparty/ShellBarBranding.js +2 -119
  148. package/src/sap/f/thirdparty/ShellBarItem.js +2 -89
  149. package/src/sap/f/thirdparty/ShellBarSearch.js +2 -7
  150. package/src/sap/f/thirdparty/ShellBarSearch2.js +2 -3453
  151. package/src/sap/f/thirdparty/ShellBarSpacer.js +2 -40
  152. package/src/sap/f/thirdparty/Tag.js +2 -302
  153. package/src/sap/f/thirdparty/Text.js +2 -127
  154. package/src/sap/f/thirdparty/Theme.js +2 -187
  155. package/src/sap/f/thirdparty/Title.js +2 -167
  156. package/src/sap/f/thirdparty/UserMenu.js +2 -950
  157. package/src/sap/f/thirdparty/UserMenuAccount.js +2 -114
  158. package/src/sap/f/thirdparty/UserMenuItem.js +2 -61
  159. package/src/sap/f/thirdparty/ValueState.js +2 -7
  160. package/src/sap/f/thirdparty/WrappingType.js +2 -24
  161. package/src/sap/f/thirdparty/_dynamics/InputComposition.js +2 -35
  162. package/src/sap/f/thirdparty/_dynamics/InputSuggestions.js +2 -397
  163. package/src/sap/f/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +2 -193
  164. package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT.js +2 -585
  165. package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT2.js +2 -585
  166. package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite.js +2 -1194
  167. package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite2.js +2 -1194
  168. package/src/sap/f/thirdparty/_dynamics/SAP-icons.js +2 -2509
  169. package/src/sap/f/thirdparty/_dynamics/SAP-icons2.js +2 -2509
  170. package/src/sap/f/thirdparty/_dynamics/ar.js +2 -0
  171. package/src/sap/f/thirdparty/_dynamics/ar_EG.js +2 -0
  172. package/src/sap/f/thirdparty/_dynamics/ar_SA.js +2 -0
  173. package/src/sap/f/thirdparty/_dynamics/bg.js +2 -0
  174. package/src/sap/f/thirdparty/_dynamics/ca.js +2 -0
  175. package/src/sap/f/thirdparty/_dynamics/cnr.js +2 -0
  176. package/src/sap/f/thirdparty/_dynamics/cs.js +2 -0
  177. package/src/sap/f/thirdparty/_dynamics/da.js +2 -0
  178. package/src/sap/f/thirdparty/_dynamics/de.js +2 -0
  179. package/src/sap/f/thirdparty/_dynamics/de_AT.js +2 -0
  180. package/src/sap/f/thirdparty/_dynamics/de_CH.js +2 -0
  181. package/src/sap/f/thirdparty/_dynamics/el.js +2 -0
  182. package/src/sap/f/thirdparty/_dynamics/el_CY.js +2 -0
  183. package/src/sap/f/thirdparty/_dynamics/en.js +2 -0
  184. package/src/sap/f/thirdparty/_dynamics/en_AU.js +2 -0
  185. package/src/sap/f/thirdparty/_dynamics/en_GB.js +2 -0
  186. package/src/sap/f/thirdparty/_dynamics/en_HK.js +2 -0
  187. package/src/sap/f/thirdparty/_dynamics/en_IE.js +2 -0
  188. package/src/sap/f/thirdparty/_dynamics/en_IN.js +2 -0
  189. package/src/sap/f/thirdparty/_dynamics/en_NZ.js +2 -0
  190. package/src/sap/f/thirdparty/_dynamics/en_PG.js +2 -0
  191. package/src/sap/f/thirdparty/_dynamics/en_SG.js +2 -0
  192. package/src/sap/f/thirdparty/_dynamics/en_ZA.js +2 -0
  193. package/src/sap/f/thirdparty/_dynamics/es.js +2 -0
  194. package/src/sap/f/thirdparty/_dynamics/es_AR.js +2 -0
  195. package/src/sap/f/thirdparty/_dynamics/es_BO.js +2 -0
  196. package/src/sap/f/thirdparty/_dynamics/es_CL.js +2 -0
  197. package/src/sap/f/thirdparty/_dynamics/es_CO.js +2 -0
  198. package/src/sap/f/thirdparty/_dynamics/es_MX.js +2 -0
  199. package/src/sap/f/thirdparty/_dynamics/es_PE.js +2 -0
  200. package/src/sap/f/thirdparty/_dynamics/es_UY.js +2 -0
  201. package/src/sap/f/thirdparty/_dynamics/es_VE.js +2 -0
  202. package/src/sap/f/thirdparty/_dynamics/et.js +2 -0
  203. package/src/sap/f/thirdparty/_dynamics/fa.js +2 -0
  204. package/src/sap/f/thirdparty/_dynamics/fi.js +2 -0
  205. package/src/sap/f/thirdparty/_dynamics/fr.js +2 -0
  206. package/src/sap/f/thirdparty/_dynamics/fr_BE.js +2 -0
  207. package/src/sap/f/thirdparty/_dynamics/fr_CA.js +2 -0
  208. package/src/sap/f/thirdparty/_dynamics/fr_CH.js +2 -0
  209. package/src/sap/f/thirdparty/_dynamics/fr_LU.js +2 -0
  210. package/src/sap/f/thirdparty/_dynamics/he.js +2 -0
  211. package/src/sap/f/thirdparty/_dynamics/hi.js +2 -0
  212. package/src/sap/f/thirdparty/_dynamics/hr.js +2 -0
  213. package/src/sap/f/thirdparty/_dynamics/hu.js +2 -0
  214. package/src/sap/f/thirdparty/_dynamics/id.js +2 -0
  215. package/src/sap/f/thirdparty/_dynamics/it.js +2 -0
  216. package/src/sap/f/thirdparty/_dynamics/it_CH.js +2 -0
  217. package/src/sap/f/thirdparty/_dynamics/ja.js +2 -0
  218. package/src/sap/f/thirdparty/_dynamics/kk.js +2 -0
  219. package/src/sap/f/thirdparty/_dynamics/ko.js +2 -0
  220. package/src/sap/f/thirdparty/_dynamics/lt.js +2 -0
  221. package/src/sap/f/thirdparty/_dynamics/lv.js +2 -0
  222. package/src/sap/f/thirdparty/_dynamics/messagebundle_ar.js +2 -866
  223. package/src/sap/f/thirdparty/_dynamics/messagebundle_ar2.js +2 -611
  224. package/src/sap/f/thirdparty/_dynamics/messagebundle_bg.js +2 -866
  225. package/src/sap/f/thirdparty/_dynamics/messagebundle_bg2.js +2 -611
  226. package/src/sap/f/thirdparty/_dynamics/messagebundle_ca.js +2 -866
  227. package/src/sap/f/thirdparty/_dynamics/messagebundle_ca2.js +2 -611
  228. package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr.js +2 -866
  229. package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr2.js +2 -611
  230. package/src/sap/f/thirdparty/_dynamics/messagebundle_cs.js +2 -866
  231. package/src/sap/f/thirdparty/_dynamics/messagebundle_cs2.js +2 -611
  232. package/src/sap/f/thirdparty/_dynamics/messagebundle_cy.js +2 -866
  233. package/src/sap/f/thirdparty/_dynamics/messagebundle_cy2.js +2 -611
  234. package/src/sap/f/thirdparty/_dynamics/messagebundle_da.js +2 -866
  235. package/src/sap/f/thirdparty/_dynamics/messagebundle_da2.js +2 -611
  236. package/src/sap/f/thirdparty/_dynamics/messagebundle_de.js +2 -866
  237. package/src/sap/f/thirdparty/_dynamics/messagebundle_de2.js +2 -611
  238. package/src/sap/f/thirdparty/_dynamics/messagebundle_el.js +2 -866
  239. package/src/sap/f/thirdparty/_dynamics/messagebundle_el2.js +2 -611
  240. package/src/sap/f/thirdparty/_dynamics/messagebundle_en.js +2 -866
  241. package/src/sap/f/thirdparty/_dynamics/messagebundle_en2.js +2 -611
  242. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB.js +2 -866
  243. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB2.js +2 -611
  244. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +2 -866
  245. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +2 -611
  246. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +2 -866
  247. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +2 -611
  248. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +2 -866
  249. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +2 -611
  250. package/src/sap/f/thirdparty/_dynamics/messagebundle_es.js +2 -866
  251. package/src/sap/f/thirdparty/_dynamics/messagebundle_es2.js +2 -611
  252. package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX.js +2 -866
  253. package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX2.js +2 -611
  254. package/src/sap/f/thirdparty/_dynamics/messagebundle_et.js +2 -866
  255. package/src/sap/f/thirdparty/_dynamics/messagebundle_et2.js +2 -611
  256. package/src/sap/f/thirdparty/_dynamics/messagebundle_fi.js +2 -866
  257. package/src/sap/f/thirdparty/_dynamics/messagebundle_fi2.js +2 -611
  258. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr.js +2 -866
  259. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr2.js +2 -611
  260. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA.js +2 -866
  261. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA2.js +2 -611
  262. package/src/sap/f/thirdparty/_dynamics/messagebundle_hi.js +2 -866
  263. package/src/sap/f/thirdparty/_dynamics/messagebundle_hi2.js +2 -611
  264. package/src/sap/f/thirdparty/_dynamics/messagebundle_hr.js +2 -866
  265. package/src/sap/f/thirdparty/_dynamics/messagebundle_hr2.js +2 -611
  266. package/src/sap/f/thirdparty/_dynamics/messagebundle_hu.js +2 -866
  267. package/src/sap/f/thirdparty/_dynamics/messagebundle_hu2.js +2 -611
  268. package/src/sap/f/thirdparty/_dynamics/messagebundle_id.js +2 -866
  269. package/src/sap/f/thirdparty/_dynamics/messagebundle_id2.js +2 -611
  270. package/src/sap/f/thirdparty/_dynamics/messagebundle_it.js +2 -866
  271. package/src/sap/f/thirdparty/_dynamics/messagebundle_it2.js +2 -611
  272. package/src/sap/f/thirdparty/_dynamics/messagebundle_iw.js +2 -866
  273. package/src/sap/f/thirdparty/_dynamics/messagebundle_iw2.js +2 -611
  274. package/src/sap/f/thirdparty/_dynamics/messagebundle_ja.js +2 -866
  275. package/src/sap/f/thirdparty/_dynamics/messagebundle_ja2.js +2 -611
  276. package/src/sap/f/thirdparty/_dynamics/messagebundle_kk.js +2 -866
  277. package/src/sap/f/thirdparty/_dynamics/messagebundle_kk2.js +2 -611
  278. package/src/sap/f/thirdparty/_dynamics/messagebundle_ko.js +2 -866
  279. package/src/sap/f/thirdparty/_dynamics/messagebundle_ko2.js +2 -611
  280. package/src/sap/f/thirdparty/_dynamics/messagebundle_lt.js +2 -866
  281. package/src/sap/f/thirdparty/_dynamics/messagebundle_lt2.js +2 -611
  282. package/src/sap/f/thirdparty/_dynamics/messagebundle_lv.js +2 -866
  283. package/src/sap/f/thirdparty/_dynamics/messagebundle_lv2.js +2 -611
  284. package/src/sap/f/thirdparty/_dynamics/messagebundle_mk.js +2 -866
  285. package/src/sap/f/thirdparty/_dynamics/messagebundle_mk2.js +2 -611
  286. package/src/sap/f/thirdparty/_dynamics/messagebundle_ms.js +2 -866
  287. package/src/sap/f/thirdparty/_dynamics/messagebundle_ms2.js +2 -611
  288. package/src/sap/f/thirdparty/_dynamics/messagebundle_nl.js +2 -866
  289. package/src/sap/f/thirdparty/_dynamics/messagebundle_nl2.js +2 -611
  290. package/src/sap/f/thirdparty/_dynamics/messagebundle_no.js +2 -866
  291. package/src/sap/f/thirdparty/_dynamics/messagebundle_no2.js +2 -611
  292. package/src/sap/f/thirdparty/_dynamics/messagebundle_pl.js +2 -866
  293. package/src/sap/f/thirdparty/_dynamics/messagebundle_pl2.js +2 -611
  294. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt.js +2 -866
  295. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt2.js +2 -611
  296. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT.js +2 -866
  297. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT2.js +2 -611
  298. package/src/sap/f/thirdparty/_dynamics/messagebundle_ro.js +2 -866
  299. package/src/sap/f/thirdparty/_dynamics/messagebundle_ro2.js +2 -611
  300. package/src/sap/f/thirdparty/_dynamics/messagebundle_ru.js +2 -866
  301. package/src/sap/f/thirdparty/_dynamics/messagebundle_ru2.js +2 -611
  302. package/src/sap/f/thirdparty/_dynamics/messagebundle_sh.js +2 -866
  303. package/src/sap/f/thirdparty/_dynamics/messagebundle_sh2.js +2 -611
  304. package/src/sap/f/thirdparty/_dynamics/messagebundle_sk.js +2 -866
  305. package/src/sap/f/thirdparty/_dynamics/messagebundle_sk2.js +2 -611
  306. package/src/sap/f/thirdparty/_dynamics/messagebundle_sl.js +2 -866
  307. package/src/sap/f/thirdparty/_dynamics/messagebundle_sl2.js +2 -611
  308. package/src/sap/f/thirdparty/_dynamics/messagebundle_sr.js +2 -866
  309. package/src/sap/f/thirdparty/_dynamics/messagebundle_sr2.js +2 -611
  310. package/src/sap/f/thirdparty/_dynamics/messagebundle_sv.js +2 -866
  311. package/src/sap/f/thirdparty/_dynamics/messagebundle_sv2.js +2 -611
  312. package/src/sap/f/thirdparty/_dynamics/messagebundle_th.js +2 -866
  313. package/src/sap/f/thirdparty/_dynamics/messagebundle_th2.js +2 -611
  314. package/src/sap/f/thirdparty/_dynamics/messagebundle_tr.js +2 -866
  315. package/src/sap/f/thirdparty/_dynamics/messagebundle_tr2.js +2 -611
  316. package/src/sap/f/thirdparty/_dynamics/messagebundle_uk.js +2 -866
  317. package/src/sap/f/thirdparty/_dynamics/messagebundle_uk2.js +2 -611
  318. package/src/sap/f/thirdparty/_dynamics/messagebundle_vi.js +2 -866
  319. package/src/sap/f/thirdparty/_dynamics/messagebundle_vi2.js +2 -611
  320. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN.js +2 -866
  321. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN2.js +2 -611
  322. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW.js +2 -866
  323. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW2.js +2 -611
  324. package/src/sap/f/thirdparty/_dynamics/mk.js +2 -0
  325. package/src/sap/f/thirdparty/_dynamics/ms.js +2 -0
  326. package/src/sap/f/thirdparty/_dynamics/nb.js +2 -0
  327. package/src/sap/f/thirdparty/_dynamics/nl.js +2 -0
  328. package/src/sap/f/thirdparty/_dynamics/nl_BE.js +2 -0
  329. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css10.js +2 -7
  330. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css11.js +2 -7
  331. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css12.js +2 -7
  332. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css13.js +2 -7
  333. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css14.js +2 -7
  334. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css15.js +2 -7
  335. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css16.js +2 -7
  336. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css17.js +2 -7
  337. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css18.js +2 -7
  338. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css19.js +2 -7
  339. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css20.js +2 -7
  340. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css21.js +2 -7
  341. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css22.js +2 -7
  342. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css23.js +2 -7
  343. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css24.js +2 -7
  344. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css25.js +2 -7
  345. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css26.js +2 -7
  346. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css27.js +2 -7
  347. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css4.js +2 -7
  348. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css5.js +2 -7
  349. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css6.js +2 -7
  350. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css7.js +2 -7
  351. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css8.js +2 -7
  352. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css9.js +2 -7
  353. package/src/sap/f/thirdparty/_dynamics/pl.js +2 -0
  354. package/src/sap/f/thirdparty/_dynamics/pt.js +2 -0
  355. package/src/sap/f/thirdparty/_dynamics/pt_PT.js +2 -0
  356. package/src/sap/f/thirdparty/_dynamics/ro.js +2 -0
  357. package/src/sap/f/thirdparty/_dynamics/ru.js +2 -0
  358. package/src/sap/f/thirdparty/_dynamics/ru_UA.js +2 -0
  359. package/src/sap/f/thirdparty/_dynamics/sk.js +2 -0
  360. package/src/sap/f/thirdparty/_dynamics/sl.js +2 -0
  361. package/src/sap/f/thirdparty/_dynamics/sr.js +2 -0
  362. package/src/sap/f/thirdparty/_dynamics/sr_Latn.js +2 -0
  363. package/src/sap/f/thirdparty/_dynamics/sv.js +2 -0
  364. package/src/sap/f/thirdparty/_dynamics/th.js +2 -0
  365. package/src/sap/f/thirdparty/_dynamics/tr.js +2 -0
  366. package/src/sap/f/thirdparty/_dynamics/uk.js +2 -0
  367. package/src/sap/f/thirdparty/_dynamics/vi.js +2 -0
  368. package/src/sap/f/thirdparty/_dynamics/zh_CN.js +2 -0
  369. package/src/sap/f/thirdparty/_dynamics/zh_HK.js +2 -0
  370. package/src/sap/f/thirdparty/_dynamics/zh_SG.js +2 -0
  371. package/src/sap/f/thirdparty/_dynamics/zh_TW.js +2 -0
  372. package/src/sap/f/thirdparty/encodeXML.js +6 -81
  373. package/src/sap/f/thirdparty/event-strict.js +2 -7
  374. package/src/sap/f/thirdparty/generateHighlightedMarkup.js +2 -9
  375. package/src/sap/f/thirdparty/i18n-defaults.js +2 -123
  376. package/src/sap/f/thirdparty/i18n-defaults2.js +2 -159
  377. package/src/sap/f/thirdparty/information.js +2 -100
  378. package/src/sap/f/thirdparty/information2.js +2 -13
  379. package/src/sap/f/thirdparty/overflow.js +2 -25
  380. package/src/sap/f/thirdparty/parameters-bundle.css.js +2 -11
  381. package/src/sap/f/thirdparty/parameters-bundle.css2.js +2 -44
  382. package/src/sap/f/thirdparty/parameters-bundle.css3.js +2 -8
  383. package/src/sap/f/thirdparty/query.js +2 -7
  384. package/src/sap/f/thirdparty/slim-arrow-down.js +2 -44
  385. package/src/sap/f/thirdparty/sys-enter-2.js +2 -7
  386. package/src/sap/f/thirdparty/toLowercaseEnumValue.js +2 -7
  387. package/src/sap/f/thirdparty/ui5/webcomponents_fiori/dist/illustrations/UnableToUpload.js +2 -132
  388. package/src/sap/f/thirdparty/ui5/webcomponents_icons/AllIcons.js +2 -26
  389. package/src/sap/f/thirdparty/ui5/webcomponents_icons_business_suite/AllIcons.js +2 -26
  390. package/src/sap/f/thirdparty/ui5/webcomponents_icons_tnt/AllIcons.js +2 -26
  391. package/src/sap/f/thirdparty/webcomponents-base.js +2 -7
  392. package/src/sap/f/thirdparty/webcomponents-fiori.js +2 -5
  393. package/src/sap/f/thirdparty/webcomponents.js +51 -4589
  394. package/src/sap/f/thirdparty/willShowContent.js +2 -7
  395. package/src/sap/f/thirdparty/ListItemCustom.js +0 -1689
@@ -3,286 +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",
10
- "sap/f/thirdparty/Menu"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * ### Overview
18
- *
19
- * `ui5-menu` component represents a hierarchical menu structure.
20
- *
21
- * ### Structure
22
- *
23
- * The `ui5-menu` can hold two types of entities:
24
- *
25
- * - `ui5-menu-item` components
26
- * - `ui5-menu-separator` - used to separate menu items with a line
27
- *
28
- * An arbitrary hierarchy structure can be represented by recursively nesting menu items.
29
- *
30
- * ### Keyboard Handling
31
- *
32
- * The `ui5-menu` provides advanced keyboard handling.
33
- * The user can use the following keyboard shortcuts in order to navigate trough the tree:
34
- *
35
- * - `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.
36
- * - `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested
37
- * in the currently clicked menu item.
38
- * - `Arrow Left` or `Escape` - Closes the currently opened sub-menu.
39
- *
40
- * when there is `endContent` :
41
- * - `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself
42
- * - `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items
43
- *
44
- * **Note:** If the text direction is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.
45
- *
46
- * Application developers are responsible for ensuring that interactive elements placed in the `endContent` slot
47
- * have the correct accessibility behaviour, including their enabled or disabled states.
48
- * The menu does not manage these aspects when the menu item state changes.
49
- *
50
- * ### ES6 Module Import
51
- *
52
- * `import "@ui5/webcomponents/dist/Menu.js";`
53
- *
54
- * @extends sap.ui.core.webc.WebComponent
55
- * @constructor
56
- * @private
57
- * @ui5-restricted sap.ushell,sap.esh.search.ui
58
- * @alias module:sap/f/gen/ui5/webcomponents/dist/Menu
59
- */
60
-
61
- const WrapperClass = WebComponentBaseClass.extend(
62
- "sap.f.gen.ui5.webcomponents.dist.Menu",
63
- {
64
- metadata: {
65
- tag: "ui5-menu-0df29cf2",
66
-
67
- namespace: "sap.f.gen.ui5.webcomponents",
68
-
69
- library: "sap.f",
70
-
71
- designtime: "sap/f/gen/ui5/webcomponents/designtime/Menu.designtime",
72
-
73
- interfaces: [],
74
-
75
- defaultAggregation: "items",
76
-
77
- properties: {
78
- /**
79
- * Defines the header text of the menu (displayed on mobile).
80
- */
81
- headerText: { type: "string", mapping: "property" },
82
-
83
- /**
84
- * Indicates if the menu is open.
85
- */
86
- open: { type: "boolean", mapping: "property", defaultValue: false },
87
-
88
- /**
89
- * Determines the horizontal alignment of the menu relative to its opener control.
90
- * @type module:sap/f/gen/ui5/webcomponents.PopoverHorizontalAlign
91
- */
92
- horizontalAlign: {
93
- type: "sap.f.gen.ui5.webcomponents.PopoverHorizontalAlign",
94
- mapping: "property",
95
- defaultValue: "Start"
96
- },
97
-
98
- /**
99
- * Defines if a loading indicator would be displayed inside the corresponding ui5-menu popover.
100
- */
101
- loading: {
102
- type: "boolean",
103
- mapping: "property",
104
- defaultValue: false
105
- },
106
-
107
- /**
108
- * Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.
109
- */
110
- loadingDelay: {
111
- type: "float",
112
- mapping: "property",
113
- defaultValue: 1000
114
- },
115
-
116
- /**
117
- * The text-content of the Web Component.
118
- */
119
- text: { type: "string", mapping: "textContent" },
120
-
121
- /**
122
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
123
- */
124
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
125
-
126
- /**
127
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
128
- */
129
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
130
- },
131
-
132
- aggregations: {
133
- /**
134
- * Defines the items of this component.
135
- *
136
- * **Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.
137
- * @type module:sap/f/gen/ui5/webcomponents.IMenuItem
138
- */
139
- items: { type: "sap.f.gen.ui5.webcomponents.IMenuItem", multiple: true }
140
- },
141
-
142
- associations: {
143
- /**
144
- * Defines the ID or DOM Reference of the element at which the menu is shown.
145
- * When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
146
- * You can only set the `opener` attribute to a DOM Reference when using JavaScript.
147
- */
148
- opener: { mapping: { type: "property", to: "opener" } }
149
- },
150
-
151
- events: {
152
- /**
153
- * Fired when an item is being clicked.
154
- *
155
- * **Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.
156
- */
157
- itemClick: {
158
- allowPreventDefault: true,
159
- parameters: {
160
- /**
161
- * The currently clicked menu item.
162
- */
163
- item: {
164
- type: "sap.ui.core.Control",
165
- types: [
166
- {
167
- origType: "HTMLElement",
168
- multiple: false,
169
- dedicatedTypes: [
170
- {
171
- dtsType: "Control",
172
- packageName: "sap/ui/core/Control",
173
- moduleType: "module:sap/ui/core/Control",
174
- ui5Type: "sap.ui.core.Control",
175
- isClass: true
176
- }
177
- ]
178
- }
179
- ],
180
- dtsParamDescription: "The currently clicked menu item."
181
- },
182
- /**
183
- * The text of the currently clicked menu item.
184
- */
185
- text: {
186
- type: "string",
187
- types: [
188
- {
189
- origType: "string",
190
- multiple: false,
191
- dedicatedTypes: [{ dtsType: "string", ui5Type: "string" }]
192
- }
193
- ],
194
- dtsParamDescription:
195
- "The text of the currently clicked menu item."
196
- }
197
- }
198
- },
199
-
200
- /**
201
- * Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.
202
- *
203
- * **Note:** Since 1.14.0 the event is also fired before a sub-menu opens.
204
- */
205
- beforeOpen: {
206
- allowPreventDefault: true,
207
- enableEventBubbling: true,
208
- parameters: {
209
- /**
210
- * The `ui5-menu-item` that triggers opening of the sub-menu or undefined when fired upon root menu opening.
211
- */
212
- item: {
213
- type: "sap.ui.core.Control",
214
- types: [
215
- {
216
- origType: "HTMLElement",
217
- multiple: false,
218
- dedicatedTypes: [
219
- {
220
- dtsType: "Control",
221
- packageName: "sap/ui/core/Control",
222
- moduleType: "module:sap/ui/core/Control",
223
- ui5Type: "sap.ui.core.Control",
224
- isClass: true
225
- }
226
- ]
227
- }
228
- ],
229
- dtsParamDescription:
230
- "The `ui5-menu-item` that triggers opening of the sub-menu or undefined when fired upon root menu opening."
231
- }
232
- }
233
- },
234
-
235
- /**
236
- * Fired after the menu is opened.
237
- */
238
- onOpen: {
239
- enableEventBubbling: true,
240
- mapping: "open",
241
- parameters: {}
242
- },
243
-
244
- /**
245
- * Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.
246
- */
247
- beforeClose: {
248
- allowPreventDefault: true,
249
- enableEventBubbling: true,
250
- parameters: {
251
- /**
252
- * Indicates that `ESC` key has triggered the event.
253
- */
254
- escPressed: {
255
- type: "boolean",
256
- types: [
257
- {
258
- origType: "boolean",
259
- multiple: false,
260
- dedicatedTypes: [
261
- { dtsType: "boolean", ui5Type: "boolean" }
262
- ]
263
- }
264
- ],
265
- dtsParamDescription:
266
- "Indicates that `ESC` key has triggered the event."
267
- }
268
- }
269
- },
270
-
271
- /**
272
- * Fired after the menu is closed.
273
- */
274
- close: {
275
- parameters: {}
276
- }
277
- },
278
-
279
- getters: [],
280
-
281
- methods: []
282
- }
283
- }
284
- );
285
-
286
- return WrapperClass;
287
- }
288
- );
6
+ sap.ui.define(["sap/ui/core/webc/WebComponent","sap/f/gen/ui5/webcomponents","sap/f/thirdparty/Menu"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents.dist.Menu",{metadata:{tag:"ui5-menu-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents/designtime/Menu.designtime",interfaces:[],defaultAggregation:"items",properties:{headerText:{type:"string",mapping:"property"},open:{type:"boolean",mapping:"property",defaultValue:false},placement:{type:"sap.f.gen.ui5.webcomponents.PopoverPlacement",mapping:"property",defaultValue:"Bottom"},horizontalAlign:{type:"sap.f.gen.ui5.webcomponents.PopoverHorizontalAlign",mapping:"property",defaultValue:"Start"},loading:{type:"boolean",mapping:"property",defaultValue:false},loadingDelay:{type:"float",mapping:"property",defaultValue:1e3},text:{type:"string",mapping:"textContent"},width:{type:"sap.ui.core.CSSSize",mapping:"style"},height:{type:"sap.ui.core.CSSSize",mapping:"style"}},aggregations:{items:{type:"sap.f.gen.ui5.webcomponents.IMenuItem",multiple:true}},associations:{opener:{mapping:{type:"property",to:"opener"}}},events:{itemClick:{allowPreventDefault: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:"The currently clicked menu item."},text:{type:"string",types:[{origType:"string",multiple:false,dedicatedTypes:[{dtsType:"string",ui5Type:"string"}]}],dtsParamDescription:"The text of the currently clicked menu item."}}},beforeOpen:{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:"The `ui5-menu-item` that triggers opening of the sub-menu or undefined when fired upon root menu opening."}}},onOpen:{enableEventBubbling:true,mapping:"open",parameters:{}},beforeClose:{allowPreventDefault:true,enableEventBubbling:true,parameters:{escPressed:{type:"boolean",types:[{origType:"boolean",multiple:false,dedicatedTypes:[{dtsType:"boolean",ui5Type:"boolean"}]}],dtsParamDescription:"Indicates that `ESC` key has triggered the event."}}},close:{parameters:{}}},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=Menu.js.map
@@ -3,360 +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/f/gen/ui5/webcomponents/dist/ListItem",
9
- "sap/ui/core/EnabledPropagator",
10
- "sap/f/gen/ui5/webcomponents",
11
- "sap/f/thirdparty/UserMenuItem"
12
- ],
13
- function (WebComponentBaseClass, EnabledPropagator) {
14
- "use strict";
15
-
16
- /**
17
- * @class
18
- * ### Overview
19
- *
20
- * `ui5-menu-item` is the item to use inside a `ui5-menu`.
21
- * An arbitrary hierarchy structure can be represented by recursively nesting menu items.
22
- *
23
- * ### Usage
24
- *
25
- * `ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,
26
- * and each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use
27
- * `ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.
28
- *
29
- * ### ES6 Module Import
30
- *
31
- * `import "@ui5/webcomponents/dist/MenuItem.js";`
32
- *
33
- * @implements module:sap/f/gen/ui5/webcomponents.IMenuItem
34
- * @extends module:sap/f/gen/ui5/webcomponents/dist/ListItem
35
- * @constructor
36
- * @private
37
- * @ui5-restricted sap.ushell,sap.esh.search.ui
38
- * @alias module:sap/f/gen/ui5/webcomponents/dist/MenuItem
39
- */
40
-
41
- const WrapperClass = WebComponentBaseClass.extend(
42
- "sap.f.gen.ui5.webcomponents.dist.MenuItem",
43
- {
44
- metadata: {
45
- tag: "ui5-menu-item-0df29cf2",
46
-
47
- namespace: "sap.f.gen.ui5.webcomponents",
48
-
49
- library: "sap.f",
50
-
51
- designtime: "sap/f/gen/ui5/webcomponents/designtime/MenuItem.designtime",
52
-
53
- interfaces: ["sap.f.gen.ui5.webcomponents.IMenuItem"],
54
-
55
- defaultAggregation: "items",
56
-
57
- properties: {
58
- /**
59
- * Defines the text of the tree item.
60
- */
61
- text: { type: "string", mapping: "property" },
62
-
63
- /**
64
- * Defines the `additionalText`, displayed in the end of the menu item.
65
- *
66
- * **Note:** The additional text will not be displayed if there are items added in `items` slot or there are
67
- * components added to `endContent` slot.
68
- *
69
- * The priority of what will be displayed at the end of the menu item is as follows:
70
- * sub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.
71
- */
72
- additionalText: { type: "string", mapping: "property" },
73
-
74
- /**
75
- * Defines the icon to be displayed as graphical element within the component.
76
- * The SAP-icons font provides numerous options.
77
- *
78
- * **Example:**
79
- *
80
- * See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
81
- */
82
- icon: { type: "string", mapping: "property" },
83
-
84
- /**
85
- * Defines whether menu item is in disabled state.
86
- *
87
- * **Note:** A disabled menu item is noninteractive.
88
- */
89
- enabled: {
90
- type: "boolean",
91
- defaultValue: "true",
92
- mapping: {
93
- type: "property",
94
- to: "disabled",
95
- formatter: "_mapEnabled"
96
- }
97
- },
98
-
99
- /**
100
- * Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.
101
- *
102
- * **Note:** If set to `true` a busy indicator component will be displayed into the related one to the current menu item sub-menu popover.
103
- */
104
- loading: {
105
- type: "boolean",
106
- mapping: "property",
107
- defaultValue: false
108
- },
109
-
110
- /**
111
- * Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.
112
- */
113
- loadingDelay: {
114
- type: "float",
115
- mapping: "property",
116
- defaultValue: 1000
117
- },
118
-
119
- /**
120
- * Defines the accessible ARIA name of the component.
121
- */
122
- accessibleName: { type: "string", mapping: "property" },
123
-
124
- /**
125
- * Defines whether menu item is in checked state.
126
- *
127
- * **Note:** checked state is only taken into account when menu item is added to menu item group
128
- * with `checkMode` other than `None`.
129
- *
130
- * **Note:** A checked menu item has a checkmark displayed at its end.
131
- */
132
- checked: {
133
- type: "boolean",
134
- mapping: "property",
135
- defaultValue: false
136
- },
137
-
138
- /**
139
- * Defines the additional accessibility attributes that will be applied to the component.
140
- * The following fields are supported:
141
- *
142
- * - **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.
143
- *
144
- * - **role**: Defines the role of the menu item. If not set, menu item will have default role="menuitem".
145
- */
146
- accessibilityAttributes: {
147
- type: "any",
148
- mapping: "property",
149
- defaultValue: "{}"
150
- },
151
-
152
- /**
153
- * Defines the visual indication and behavior of the list items.
154
- * Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
155
- *
156
- * **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
157
- * while with type `Inactive` and `Detail` - will not.
158
- * @type module:sap/f/gen/ui5/webcomponents.ListItemType
159
- */
160
- type: {
161
- type: "sap.f.gen.ui5.webcomponents.ListItemType",
162
- mapping: "property",
163
- defaultValue: "Active"
164
- },
165
-
166
- /**
167
- * The navigated state of the list item.
168
- * If set to `true`, a navigation indicator is displayed at the end of the list item.
169
- */
170
- navigated: {
171
- type: "boolean",
172
- mapping: "property",
173
- defaultValue: false
174
- },
175
-
176
- /**
177
- * Defines the highlight state of the list items.
178
- * Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
179
- * @type module:sap/f/gen/ui5/webcomponents.Highlight
180
- */
181
- highlight: {
182
- type: "sap.f.gen.ui5.webcomponents.Highlight",
183
- mapping: "property",
184
- defaultValue: "None"
185
- },
186
-
187
- /**
188
- * Defines the selected state of the component.
189
- */
190
- selected: {
191
- type: "boolean",
192
- mapping: "property",
193
- defaultValue: false
194
- },
195
-
196
- /**
197
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
198
- */
199
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
200
-
201
- /**
202
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
203
- */
204
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
205
- },
206
-
207
- aggregations: {
208
- /**
209
- * Defines the items of this component.
210
- *
211
- * **Note:** The slot can hold menu item and menu separator items.
212
- *
213
- * If there are items added to this slot, an arrow will be displayed at the end
214
- * of the item in order to indicate that there are items added. In that case components added
215
- * to `endContent` slot or `additionalText` content will not be displayed.
216
- *
217
- * The priority of what will be displayed at the end of the menu item is as follows:
218
- * sub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.
219
- * @type module:sap/f/gen/ui5/webcomponents.IMenuItem
220
- */
221
- items: { type: "sap.f.gen.ui5.webcomponents.IMenuItem", multiple: true },
222
- /**
223
- * Defines the components that should be displayed at the end of the menu item.
224
- *
225
- * **Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`
226
- * or `ui5-icon` in order to preserve the intended design. If there are components added to this slot,
227
- * and there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,
228
- * nether `additionalText` nor components added to this slot would be displayed.
229
- *
230
- * The priority of what will be displayed at the end of the menu item is as follows:
231
- * sub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.
232
- *
233
- * Application developers are responsible for ensuring that interactive elements placed in the `endContent` slot
234
- * have the correct accessibility behaviour, including their enabled or disabled states.
235
- * The menu does not manage these aspects when the menu item state changes.
236
- * @type module:sap/ui/core/Control
237
- */
238
- endContent: {
239
- type: "sap.ui.core.Control",
240
- multiple: true,
241
- slot: "endContent"
242
- },
243
- /**
244
- * Defines the delete button, displayed in "Delete" mode.
245
- * **Note:** While the slot allows custom buttons, to match
246
- * design guidelines, please use the `ui5-button` component.
247
- * **Note:** When the slot is not present, a built-in delete button will be displayed.
248
- * @type module:sap/f/gen/ui5/webcomponents.IButton
249
- */
250
- deleteButton: {
251
- type: "sap.f.gen.ui5.webcomponents.IButton",
252
- multiple: true,
253
- slot: "deleteButton"
254
- }
255
- },
256
-
257
- associations: {},
258
-
259
- events: {
260
- /**
261
- * Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.
262
- *
263
- * **Note:** Since 1.14.0 the event is also fired before a sub-menu opens.
264
- */
265
- beforeOpen: {
266
- allowPreventDefault: true,
267
- parameters: {
268
- /**
269
- * The menu item that triggers opening of the sub-menu or undefined when fired upon root menu opening.
270
- */
271
- item: {
272
- type: "sap.ui.core.Control",
273
- types: [
274
- {
275
- origType: "HTMLElement",
276
- multiple: false,
277
- dedicatedTypes: [
278
- {
279
- dtsType: "Control",
280
- packageName: "sap/ui/core/Control",
281
- moduleType: "module:sap/ui/core/Control",
282
- ui5Type: "sap.ui.core.Control",
283
- isClass: true
284
- }
285
- ]
286
- }
287
- ],
288
- dtsParamDescription:
289
- "The menu item that triggers opening of the sub-menu or undefined when fired upon root menu opening."
290
- }
291
- }
292
- },
293
-
294
- /**
295
- * Fired after the menu is opened.
296
- */
297
- open: {
298
- parameters: {}
299
- },
300
-
301
- /**
302
- * Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.
303
- */
304
- beforeClose: {
305
- allowPreventDefault: true,
306
- parameters: {
307
- /**
308
- * Indicates that `ESC` key has triggered the event.
309
- */
310
- escPressed: {
311
- type: "boolean",
312
- types: [
313
- {
314
- origType: "boolean",
315
- multiple: false,
316
- dedicatedTypes: [
317
- { dtsType: "boolean", ui5Type: "boolean" }
318
- ]
319
- }
320
- ],
321
- dtsParamDescription:
322
- "Indicates that `ESC` key has triggered the event."
323
- }
324
- }
325
- },
326
-
327
- /**
328
- * Fired after the menu is closed.
329
- */
330
- close: {
331
- parameters: {}
332
- },
333
-
334
- /**
335
- * Fired when an item is checked or unchecked.
336
- */
337
- check: {
338
- enableEventBubbling: true,
339
- parameters: {}
340
- },
341
-
342
- /**
343
- * Fired when the user clicks on the detail button when type is `Detail`.
344
- */
345
- detailClick: {
346
- enableEventBubbling: true,
347
- parameters: {}
348
- }
349
- },
350
-
351
- getters: [],
352
-
353
- methods: []
354
- }
355
- }
356
- );
357
-
358
- EnabledPropagator.call(WrapperClass.prototype);
359
-
360
- return WrapperClass;
361
- }
362
- );
6
+ sap.ui.define(["sap/f/gen/ui5/webcomponents/dist/ListItem","sap/ui/core/EnabledPropagator","sap/f/gen/ui5/webcomponents","sap/f/thirdparty/UserMenuItem"],function(e,t){"use strict";const p=e.extend("sap.f.gen.ui5.webcomponents.dist.MenuItem",{metadata:{tag:"ui5-menu-item-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents/designtime/MenuItem.designtime",interfaces:["sap.f.gen.ui5.webcomponents.IMenuItem"],defaultAggregation:"items",properties:{text:{type:"string",mapping:"property"},additionalText:{type:"string",mapping:"property"},icon:{type:"string",mapping:"property"},enabled:{type:"boolean",defaultValue:"true",mapping:{type:"property",to:"disabled",formatter:"_mapEnabled"}},loading:{type:"boolean",mapping:"property",defaultValue:false},loadingDelay:{type:"float",mapping:"property",defaultValue:1e3},accessibleName:{type:"string",mapping:"property"},checked:{type:"boolean",mapping:"property",defaultValue:false},accessibilityAttributes:{type:"any",mapping:"property",defaultValue:"{}"},type:{type:"sap.f.gen.ui5.webcomponents.ListItemType",mapping:"property",defaultValue:"Active"},navigated:{type:"boolean",mapping:"property",defaultValue:false},highlight:{type:"sap.f.gen.ui5.webcomponents.Highlight",mapping:"property",defaultValue:"None"},selected:{type:"boolean",mapping:"property",defaultValue:false},width:{type:"sap.ui.core.CSSSize",mapping:"style"},height:{type:"sap.ui.core.CSSSize",mapping:"style"}},aggregations:{items:{type:"sap.f.gen.ui5.webcomponents.IMenuItem",multiple:true},endContent:{type:"sap.ui.core.Control",multiple:true,slot:"endContent"},deleteButton:{type:"sap.f.gen.ui5.webcomponents.IButton",multiple:true,slot:"deleteButton"}},associations:{},events:{beforeOpen:{allowPreventDefault: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:"The menu item that triggers opening of the sub-menu or undefined when fired upon root menu opening."}}},open:{parameters:{}},beforeClose:{allowPreventDefault:true,parameters:{escPressed:{type:"boolean",types:[{origType:"boolean",multiple:false,dedicatedTypes:[{dtsType:"boolean",ui5Type:"boolean"}]}],dtsParamDescription:"Indicates that `ESC` key has triggered the event."}}},close:{parameters:{}},check:{enableEventBubbling:true,parameters:{}},detailClick:{enableEventBubbling:true,parameters:{}}},getters:[],methods:[]}});t.call(p.prototype);return p});
7
+ //# sourceMappingURL=MenuItem.js.map