@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,217 +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/IllustratedMessage"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * ### Overview
18
- * An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging
19
- * illustration, and conversational tone to better communicate an empty or a success state than just show
20
- * a message alone.
21
- *
22
- * Each illustration has default internationalised title and subtitle texts. Also they can be managed with
23
- * `titleText` and `subtitleText` properties.
24
- *
25
- * To display the desired illustration, use the `name` property, where you can find the list of all available illustrations.
26
- *
27
- * **Note:** By default the “BeforeSearch” illustration is loaded. To use other illustrations, make sure you import them in addition, for example:
28
- *
29
- * `import "@ui5/webcomponents-fiori/dist/illustrations/NoData.js"`
30
- *
31
- * **Note:** Illustrations starting with the “Tnt” prefix are part of another illustration set. For example to use the “TntSuccess” illustration, add the following import::
32
- *
33
- * `import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Success.js"`
34
- *
35
- * ### Structure
36
- * The IllustratedMessage consists of the following elements, which are displayed below each other in the following order:
37
- *
38
- * - Illustration
39
- * - Title
40
- * - Subtitle
41
- * - Actions
42
- *
43
- * ### Usage
44
- * `ui5-illustrated-message` is meant to be used inside container component, for example a `ui5-card`,
45
- * a `ui5-dialog` or a `ui5-page`
46
- *
47
- * ### ES6 Module Import
48
- *
49
- * `import "@ui5/webcomponents-fiori/dist/IllustratedMessage.js";`
50
- *
51
- * @extends sap.ui.core.webc.WebComponent
52
- * @constructor
53
- * @private
54
- * @ui5-restricted sap.ushell,sap.esh.search.ui
55
- * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage
56
- */
57
-
58
- const WrapperClass = WebComponentBaseClass.extend(
59
- "sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",
60
- {
61
- metadata: {
62
- tag: "ui5-illustrated-message-68f7652d",
63
-
64
- namespace: "sap.f.gen.ui5.webcomponents_fiori",
65
-
66
- library: "sap.f",
67
-
68
- designtime:
69
- "sap/f/gen/ui5/webcomponents_fiori/designtime/IllustratedMessage.designtime",
70
-
71
- interfaces: [],
72
-
73
- defaultAggregation: "actions",
74
-
75
- properties: {
76
- /**
77
- * Defines the illustration name that will be displayed in the component.
78
- *
79
- * Example:
80
- *
81
- * `name='BeforeSearch'`, `name='UnableToUpload'`, etc..
82
- *
83
- * **Note:** To use the TNT illustrations,
84
- * you need to set the `tnt` or `Tnt` prefix in front of the icon's name.
85
- *
86
- * Example:
87
- *
88
- * `name='tnt/Avatar'` or `name='TntAvatar'`.
89
- *
90
- * **Note:** By default the `BeforeSearch` illustration is loaded.
91
- * When using an illustration type, other than the default, it should be loaded in addition:
92
- *
93
- * `import "sap/f/gen/ui5/webcomponents_fiori/dist/illustrations/NoData.js";`
94
- *
95
- * For TNT illustrations:
96
- *
97
- * `import "sap/f/gen/ui5/webcomponents_fiori/dist/illustrations/tnt/SessionExpired.js";`
98
- */
99
- name: {
100
- type: "string",
101
- mapping: "property",
102
- defaultValue: "BeforeSearch"
103
- },
104
-
105
- /**
106
- * Determines which illustration breakpoint variant is used.
107
- *
108
- * As `IllustratedMessage` adapts itself around the `Illustration`, the other
109
- * elements of the component are displayed differently on the different breakpoints/illustration designs.
110
- * @type module:sap/f/gen/ui5/webcomponents_fiori.IllustrationMessageDesign
111
- */
112
- design: {
113
- type: "sap.f.gen.ui5.webcomponents_fiori.IllustrationMessageDesign",
114
- mapping: "property",
115
- defaultValue: "Auto"
116
- },
117
-
118
- /**
119
- * Defines the subtitle of the component.
120
- *
121
- * **Note:** Using this property, the default subtitle text of illustration will be overwritten.
122
- *
123
- * **Note:** Using `subtitle` slot, the default of this property will be overwritten.
124
- */
125
- subtitleText: { type: "string", mapping: "property" },
126
-
127
- /**
128
- * Defines the title of the component.
129
- *
130
- * **Note:** Using this property, the default title text of illustration will be overwritten.
131
- */
132
- titleText: { type: "string", mapping: "property" },
133
-
134
- /**
135
- * Defines whether the illustration is decorative.
136
- *
137
- * When set to `true`, the attributes `role="presentation"` and `aria-hidden="true"` are applied to the SVG element.
138
- */
139
- decorative: {
140
- type: "boolean",
141
- mapping: "property",
142
- defaultValue: false
143
- },
144
-
145
- /**
146
- * The text-content of the Web Component.
147
- */
148
- text: { type: "string", mapping: "textContent" },
149
-
150
- /**
151
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
152
- */
153
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
154
-
155
- /**
156
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
157
- */
158
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
159
- },
160
-
161
- aggregations: {
162
- /**
163
- * Defines the title of the component.
164
- *
165
- * **Note:** Using this slot, the default title text of illustration and the value of `title` property will be overwritten.
166
- * @type module:sap/ui/core/Control
167
- */
168
- title: {
169
- type: "sap.ui.core.Control",
170
- multiple: true,
171
- slot: "title"
172
- },
173
- /**
174
- * Defines the subtitle of the component.
175
- *
176
- * **Note:** Using this slot, the default subtitle text of illustration and the value of `subtitleText` property will be overwritten.
177
- * @type module:sap/ui/core/Control
178
- */
179
- subtitle: {
180
- type: "sap.ui.core.Control",
181
- multiple: true,
182
- slot: "subtitle"
183
- },
184
- /**
185
- * Defines the component actions.
186
- *
187
- * **Note:** Not displayed when the `design` property is set to `Base`.
188
- * @type module:sap/f/gen/ui5/webcomponents.IButton
189
- */
190
- actions: { type: "sap.f.gen.ui5.webcomponents.IButton", multiple: true }
191
- },
192
-
193
- associations: {
194
- /**
195
- * Receives id(or many ids) of the elements that label the component.
196
- */
197
- ariaLabelledBy: {
198
- type: "sap.ui.core.Control",
199
- multiple: true,
200
- mapping: {
201
- type: "property",
202
- to: "accessibleNameRef",
203
- formatter: "_getAriaLabelledByForRendering"
204
- }
205
- }
206
- },
207
-
208
- events: {},
209
-
210
- getters: [],
211
-
212
- methods: []
213
- }
214
- }
215
- );
216
-
217
- return WrapperClass;
218
- }
219
- );
6
+ sap.ui.define(["sap/ui/core/webc/WebComponent","sap/f/gen/ui5/webcomponents_fiori","sap/f/thirdparty/IllustratedMessage"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",{metadata:{tag:"ui5-illustrated-message-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents_fiori",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents_fiori/designtime/IllustratedMessage.designtime",interfaces:[],defaultAggregation:"actions",properties:{name:{type:"string",mapping:"property",defaultValue:"BeforeSearch"},design:{type:"sap.f.gen.ui5.webcomponents_fiori.IllustrationMessageDesign",mapping:"property",defaultValue:"Auto"},subtitleText:{type:"string",mapping:"property"},titleText:{type:"string",mapping:"property"},decorative:{type:"boolean",mapping:"property",defaultValue:false},text:{type:"string",mapping:"textContent"},width:{type:"sap.ui.core.CSSSize",mapping:"style"},height:{type:"sap.ui.core.CSSSize",mapping:"style"}},aggregations:{title:{type:"sap.ui.core.Control",multiple:true,slot:"title"},subtitle:{type:"sap.ui.core.Control",multiple:true,slot:"subtitle"},actions:{type:"sap.f.gen.ui5.webcomponents.IButton",multiple:true}},associations:{ariaLabelledBy:{type:"sap.ui.core.Control",multiple:true,mapping:{type:"property",to:"accessibleNameRef",formatter:"_getAriaLabelledByForRendering"}}},events:{},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=IllustratedMessage.js.map
@@ -3,206 +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/NotificationList"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * ### Overview
18
- * The `ui5-notification-list` web component represents
19
- * a container for `ui5-li-notification-group` and `ui5-li-notification`.
20
- *
21
- * ### Keyboard Handling
22
- *
23
- * #### Basic Navigation
24
- * The `ui5-notification-list` provides advanced keyboard handling.
25
- * When a list is focused the user can use the following keyboard
26
- * shortcuts in order to perform a navigation:
27
- *
28
- * - [Up] or [Left] - Navigates up the items
29
- * - [Down] or [Right] - Navigates down the items
30
- * - [Home] - Navigates to first item
31
- * - [End] - Navigates to the last item
32
- *
33
- * #### Fast Navigation
34
- * 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].
35
- * In order to use this functionality, you need to import the following module:
36
- * `import "@ui5/webcomponents-base/dist/features/F6Navigation.js"`
37
- *
38
- * ### ES6 Module Import
39
- *
40
- * `import "@ui5/webcomponents-fiori/dist/NotificationList.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/NotificationList
47
- */
48
-
49
- const WrapperClass = WebComponentBaseClass.extend(
50
- "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationList",
51
- {
52
- metadata: {
53
- tag: "ui5-notification-list-68f7652d",
54
-
55
- namespace: "sap.f.gen.ui5.webcomponents_fiori",
56
-
57
- library: "sap.f",
58
-
59
- designtime:
60
- "sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationList.designtime",
61
-
62
- interfaces: [],
63
-
64
- defaultAggregation: "items",
65
-
66
- properties: {
67
- /**
68
- * Defines the text that is displayed when the component contains no items.
69
- */
70
- noDataText: { type: "string", mapping: "property" },
71
-
72
- /**
73
- * The text-content of the Web Component.
74
- */
75
- text: { type: "string", mapping: "textContent" },
76
-
77
- /**
78
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
79
- */
80
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
81
-
82
- /**
83
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
84
- */
85
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
86
- },
87
-
88
- aggregations: {
89
- /**
90
- * Defines the items of the component.
91
- * @type module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
92
- */
93
- items: {
94
- type: "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItemBase",
95
- multiple: true
96
- }
97
- },
98
-
99
- associations: {},
100
-
101
- events: {
102
- /**
103
- * Fired when an item is clicked.
104
- */
105
- itemClick: {
106
- allowPreventDefault: true,
107
- enableEventBubbling: true,
108
- parameters: {
109
- /**
110
- * The clicked item.
111
- */
112
- item: {
113
- type: "sap.ui.core.Control",
114
- types: [
115
- {
116
- origType: "HTMLElement",
117
- multiple: false,
118
- dedicatedTypes: [
119
- {
120
- dtsType: "Control",
121
- packageName: "sap/ui/core/Control",
122
- moduleType: "module:sap/ui/core/Control",
123
- ui5Type: "sap.ui.core.Control",
124
- isClass: true
125
- }
126
- ]
127
- }
128
- ],
129
- dtsParamDescription: "The clicked item."
130
- }
131
- }
132
- },
133
-
134
- /**
135
- * Fired when the `Close` button of any item is clicked.
136
- */
137
- itemClose: {
138
- allowPreventDefault: true,
139
- enableEventBubbling: true,
140
- parameters: {
141
- /**
142
- * the item about to be closed.
143
- */
144
- item: {
145
- type: "sap.ui.core.Control",
146
- types: [
147
- {
148
- origType: "HTMLElement",
149
- multiple: false,
150
- dedicatedTypes: [
151
- {
152
- dtsType: "Control",
153
- packageName: "sap/ui/core/Control",
154
- moduleType: "module:sap/ui/core/Control",
155
- ui5Type: "sap.ui.core.Control",
156
- isClass: true
157
- }
158
- ]
159
- }
160
- ],
161
- dtsParamDescription: "the item about to be closed."
162
- }
163
- }
164
- },
165
-
166
- /**
167
- * Fired when an item is toggled.
168
- */
169
- itemToggle: {
170
- allowPreventDefault: true,
171
- enableEventBubbling: true,
172
- parameters: {
173
- /**
174
- * the toggled item.
175
- */
176
- item: {
177
- type: "sap.ui.core.Control",
178
- types: [
179
- {
180
- origType: "HTMLElement",
181
- multiple: false,
182
- dedicatedTypes: [
183
- {
184
- dtsType: "Control",
185
- packageName: "sap/ui/core/Control",
186
- moduleType: "module:sap/ui/core/Control",
187
- ui5Type: "sap.ui.core.Control",
188
- isClass: true
189
- }
190
- ]
191
- }
192
- ],
193
- dtsParamDescription: "the toggled item."
194
- }
195
- }
196
- }
197
- },
198
-
199
- getters: [],
200
-
201
- methods: []
202
- }
203
- }
204
- );
205
-
206
- return WrapperClass;
207
- }
208
- );
6
+ sap.ui.define(["sap/ui/core/webc/WebComponent","sap/f/gen/ui5/webcomponents_fiori","sap/f/thirdparty/NotificationList"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents_fiori.dist.NotificationList",{metadata:{tag:"ui5-notification-list-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents_fiori",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationList.designtime",interfaces:[],defaultAggregation:"items",properties:{noDataText:{type:"string",mapping:"property"},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_fiori.dist.NotificationListItemBase",multiple:true}},associations:{},events:{itemClick:{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 clicked item."}}},itemClose:{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 item about to be closed."}}},itemToggle:{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 toggled item."}}}},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=NotificationList.js.map
@@ -3,170 +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_fiori/dist/NotificationListItemBase",
9
- "sap/f/gen/ui5/webcomponents_fiori",
10
- "sap/f/thirdparty/NotificationListGroupItem"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * ### Overview
18
- * The `ui5-li-notification-group` is a special type of list item,
19
- * that unlike others can group items within self, usually `ui5-li-notification` items.
20
- *
21
- * The component consists of:
22
- *
23
- * - `Toggle` button to expand and collapse the group
24
- * - `TitleText` to entitle the group
25
- * - Items of the group
26
- *
27
- * ### Usage
28
- * The component should be used inside a `ui5-notification-list`.
29
- *
30
- * ### Keyboard Handling
31
- * The `ui5-li-notification-group` provides advanced keyboard handling.
32
- * This component provides fast navigation when the header is focused using the following keyboard shortcuts:
33
- *
34
- * - [Space] - toggles expand / collapse of the group
35
- * - [Plus] - expands the group
36
- * - [Minus] - collapses the group
37
- * - [Right] - expands the group
38
- * - [Left] - collapses the group
39
- *
40
- * ### ES6 Module Import
41
- *
42
- * `import "@ui5/webcomponents-fiori/dist/NotificationListGroupItem.js";`
43
- *
44
- * @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
45
- * @constructor
46
- * @private
47
- * @ui5-restricted sap.ushell,sap.esh.search.ui
48
- * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem
49
- */
50
-
51
- const WrapperClass = WebComponentBaseClass.extend(
52
- "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListGroupItem",
53
- {
54
- metadata: {
55
- tag: "ui5-li-notification-group-68f7652d",
56
-
57
- namespace: "sap.f.gen.ui5.webcomponents_fiori",
58
-
59
- library: "sap.f",
60
-
61
- designtime:
62
- "sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListGroupItem.designtime",
63
-
64
- interfaces: [],
65
-
66
- defaultAggregation: "items",
67
-
68
- properties: {
69
- /**
70
- * Defines if the group is collapsed or expanded.
71
- */
72
- collapsed: {
73
- type: "boolean",
74
- mapping: "property",
75
- defaultValue: false
76
- },
77
-
78
- /**
79
- * Defines whether the component will have growing capability by pressing a `More` button.
80
- * When button is pressed `load-more` event will be fired.
81
- * @type module:sap/f/gen/ui5/webcomponents.NotificationListGrowingMode
82
- */
83
- growing: {
84
- type: "sap.f.gen.ui5.webcomponents.NotificationListGrowingMode",
85
- mapping: "property",
86
- defaultValue: "None"
87
- },
88
-
89
- /**
90
- * Defines the `titleText` of the item.
91
- */
92
- titleText: { type: "string", mapping: "property" },
93
-
94
- /**
95
- * Defines if the `notification` is new or has been already read.
96
- *
97
- * **Note:** if set to `false` the `titleText` has bold font,
98
- * if set to true - it has a normal font.
99
- */
100
- read: { type: "boolean", mapping: "property", defaultValue: false },
101
-
102
- /**
103
- * Defines if a busy indicator would be displayed over the item.
104
- */
105
- loading: {
106
- type: "boolean",
107
- mapping: "property",
108
- defaultValue: false
109
- },
110
-
111
- /**
112
- * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
113
- */
114
- loadingDelay: {
115
- type: "float",
116
- mapping: "property",
117
- defaultValue: 1000
118
- },
119
-
120
- /**
121
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
122
- */
123
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
124
-
125
- /**
126
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
127
- */
128
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
129
- },
130
-
131
- aggregations: {
132
- /**
133
- * Defines the items of the `ui5-li-notification-group`,
134
- * usually `ui5-li-notification` items.
135
- * @type module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem
136
- */
137
- items: {
138
- type: "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",
139
- multiple: true
140
- }
141
- },
142
-
143
- associations: {},
144
-
145
- events: {
146
- /**
147
- * Fired when the `ui5-li-notification-group` is expanded/collapsed by user interaction.
148
- */
149
- toggle: {
150
- enableEventBubbling: true,
151
- parameters: {}
152
- },
153
-
154
- /**
155
- * Fired when additional items are requested.
156
- */
157
- loadMore: {
158
- enableEventBubbling: true,
159
- parameters: {}
160
- }
161
- },
162
-
163
- getters: [],
164
-
165
- methods: []
166
- }
167
- }
168
- );
169
-
170
- return WrapperClass;
171
- }
172
- );
6
+ sap.ui.define(["sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase","sap/f/gen/ui5/webcomponents_fiori","sap/f/thirdparty/NotificationListGroupItem"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListGroupItem",{metadata:{tag:"ui5-li-notification-group-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents_fiori",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListGroupItem.designtime",interfaces:[],defaultAggregation:"items",properties:{collapsed:{type:"boolean",mapping:"property",defaultValue:false},growing:{type:"sap.f.gen.ui5.webcomponents.NotificationListGrowingMode",mapping:"property",defaultValue:"None"},titleText:{type:"string",mapping:"property"},read:{type:"boolean",mapping:"property",defaultValue:false},loading:{type:"boolean",mapping:"property",defaultValue:false},loadingDelay:{type:"float",mapping:"property",defaultValue:1e3},width:{type:"sap.ui.core.CSSSize",mapping:"style"},height:{type:"sap.ui.core.CSSSize",mapping:"style"}},aggregations:{items:{type:"sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",multiple:true}},associations:{},events:{toggle:{enableEventBubbling:true,parameters:{}},loadMore:{enableEventBubbling:true,parameters:{}}},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=NotificationListGroupItem.js.map