@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,251 +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/NotificationListItem"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * ### Overview
18
- * The `ui5-li-notification` is a type of list item, meant to display notifications.
19
- *
20
- * The component has a rich set of various properties that allows the user to set `avatar`, `menu`, `titleText`, descriptive `content`
21
- * and `footnotes` to fully describe a notification.
22
- *
23
- * The user can:
24
- *
25
- * - display a `Close` button
26
- * - can control whether the `titleText` and `description` should wrap or truncate
27
- * and display a `ShowMore` button to switch between less and more information
28
- * - add actions by using the `ui5-menu` component
29
- *
30
- * **Note:** Adding custom actions by using the `ui5-notification-action` component is deprecated as of version 2.0!
31
- *
32
- * ### Usage
33
- * The component should be used inside a `ui5-notification-list`.
34
- *
35
- * ### Keyboard Handling
36
- *
37
- * #### Basic Navigation
38
- * The user can use the following keyboard shortcuts to perform actions (such as select, delete):
39
- *
40
- * - [Enter] - select an item (trigger "item-click" event)
41
- * - [Delete] - close an item (trigger "item-close" event)
42
- *
43
- * #### Fast Navigation
44
- * This component provides a fast navigation using the following keyboard shortcuts:
45
- *
46
- * - [Shift] + [Enter] - 'More'/'Less' link will be triggered
47
- * - [Shift] + [F10] - 'Menu' (Actions) button will be triggered (clicked)
48
- *
49
- * ### ES6 Module Import
50
- *
51
- * `import "@ui5/webcomponents-fiori/dist/NotificationListItem.js";`
52
- *
53
- * @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
54
- * @constructor
55
- * @private
56
- * @ui5-restricted sap.ushell,sap.esh.search.ui
57
- * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem
58
- */
59
-
60
- const WrapperClass = WebComponentBaseClass.extend(
61
- "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",
62
- {
63
- metadata: {
64
- tag: "ui5-li-notification-0df29cf2",
65
-
66
- namespace: "sap.f.gen.ui5.webcomponents_fiori",
67
-
68
- library: "sap.f",
69
-
70
- designtime:
71
- "sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListItem.designtime",
72
-
73
- interfaces: [],
74
-
75
- defaultAggregation: "description",
76
-
77
- properties: {
78
- /**
79
- * Defines if the `titleText` and `description` should wrap,
80
- * they truncate by default.
81
- *
82
- * **Note:** by default the `titleText` and `description`,
83
- * and a `ShowMore/Less` button would be displayed.
84
- * @type module:sap/f/gen/ui5/webcomponents.WrappingType
85
- */
86
- wrappingType: {
87
- type: "sap.f.gen.ui5.webcomponents.WrappingType",
88
- mapping: "property",
89
- defaultValue: "None"
90
- },
91
-
92
- /**
93
- * Defines the status indicator of the item.
94
- * @type module:sap/ui/core/ValueState
95
- */
96
- state: {
97
- type: "sap.ui.core.ValueState",
98
- mapping: {
99
- formatter: "_mapValueState",
100
- parser: "_parseValueState"
101
- },
102
- defaultValue: "None"
103
- },
104
-
105
- /**
106
- * Defines if the `Close` button would be displayed.
107
- */
108
- showClose: {
109
- type: "boolean",
110
- mapping: "property",
111
- defaultValue: false
112
- },
113
-
114
- /**
115
- * Defines the `Important` label of the item.
116
- * @type module:sap/f/gen/ui5/webcomponents_fiori.NotificationListItemImportance
117
- */
118
- importance: {
119
- type: "sap.f.gen.ui5.webcomponents_fiori.NotificationListItemImportance",
120
- mapping: "property",
121
- defaultValue: "Standard"
122
- },
123
-
124
- /**
125
- * Defines the `titleText` of the item.
126
- */
127
- titleText: { type: "string", mapping: "property" },
128
-
129
- /**
130
- * Defines if the `notification` is new or has been already read.
131
- *
132
- * **Note:** if set to `false` the `titleText` has bold font,
133
- * if set to true - it has a normal font.
134
- */
135
- read: { type: "boolean", mapping: "property", defaultValue: false },
136
-
137
- /**
138
- * Defines if a busy indicator would be displayed over the item.
139
- */
140
- loading: {
141
- type: "boolean",
142
- mapping: "property",
143
- defaultValue: false
144
- },
145
-
146
- /**
147
- * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
148
- */
149
- loadingDelay: {
150
- type: "float",
151
- mapping: "property",
152
- defaultValue: 1000
153
- },
154
-
155
- /**
156
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
157
- */
158
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
159
-
160
- /**
161
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
162
- */
163
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
164
- },
165
-
166
- aggregations: {
167
- /**
168
- * Defines the avatar, displayed in the `ui5-li-notification`.
169
- *
170
- * **Note:** Consider using the `ui5-avatar` to display icons, initials or images.
171
- *
172
- * **Note:** In order to be complaint with the UX guidlines and for best experience,
173
- * we recommend using avatars with 2rem X 2rem in size (32px X 32px). In case you are using the `ui5-avatar`
174
- * you can set its `size` property to `XS` to get the required size - `<ui5-avatar size="XS"></ui5-avatar>`.
175
- * @type module:sap/ui/core/Control
176
- */
177
- avatar: {
178
- type: "sap.ui.core.Control",
179
- multiple: true,
180
- slot: "avatar"
181
- },
182
- /**
183
- * Defines the menu, displayed in the `ui5-li-notification`.
184
- *
185
- * **Note:** Use this for implementing actions.
186
- *
187
- * **Note:** Should be used instead `u5-notification-action`, which is deprecated as of version 2.0.
188
- * @type module:sap/ui/core/Control
189
- */
190
- menu: { type: "sap.ui.core.Control", multiple: true, slot: "menu" },
191
- /**
192
- * Defines the elements, displayed in the footer of the of the component.
193
- * @type module:sap/ui/core/Control
194
- */
195
- footnotes: {
196
- type: "sap.ui.core.Control",
197
- multiple: true,
198
- slot: "footnotes"
199
- },
200
- /**
201
- * Defines the content of the `ui5-li-notification`,
202
- * usually a description of the notification.
203
- *
204
- * **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
205
- * @type module:sap/ui/core/Control
206
- */
207
- description: { type: "sap.ui.core.Control", multiple: true }
208
- },
209
-
210
- associations: {},
211
-
212
- events: {
213
- /**
214
- * Fired when the `Close` button is pressed.
215
- */
216
- close: {
217
- parameters: {
218
- /**
219
- * the closed item.
220
- */
221
- item: {
222
- type: "sap.ui.core.Control",
223
- types: [
224
- {
225
- origType: "HTMLElement",
226
- multiple: false,
227
- dedicatedTypes: [
228
- {
229
- dtsType: "Control",
230
- packageName: "sap/ui/core/Control",
231
- moduleType: "module:sap/ui/core/Control",
232
- ui5Type: "sap.ui.core.Control",
233
- isClass: true
234
- }
235
- ]
236
- }
237
- ],
238
- dtsParamDescription: "the closed item."
239
- }
240
- }
241
- }
242
- },
243
-
244
- getters: [],
245
-
246
- methods: []
247
- }
248
- }
249
- );
250
-
251
- return WrapperClass;
252
- }
253
- );
6
+ sap.ui.define(["sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase","sap/f/gen/ui5/webcomponents_fiori","sap/f/thirdparty/NotificationListItem"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",{metadata:{tag:"ui5-li-notification-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents_fiori",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListItem.designtime",interfaces:[],defaultAggregation:"description",properties:{wrappingType:{type:"sap.f.gen.ui5.webcomponents.WrappingType",mapping:"property",defaultValue:"None"},state:{type:"sap.ui.core.ValueState",mapping:{formatter:"_mapValueState",parser:"_parseValueState"},defaultValue:"None"},showClose:{type:"boolean",mapping:"property",defaultValue:false},importance:{type:"sap.f.gen.ui5.webcomponents_fiori.NotificationListItemImportance",mapping:"property",defaultValue:"Standard"},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:{avatar:{type:"sap.ui.core.Control",multiple:true,slot:"avatar"},menu:{type:"sap.ui.core.Control",multiple:true,slot:"menu"},footnotes:{type:"sap.ui.core.Control",multiple:true,slot:"footnotes"},description:{type:"sap.ui.core.Control",multiple:true}},associations:{},events:{close:{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 closed item."}}}},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=NotificationListItem.js.map
@@ -3,89 +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/ListItemBase",
9
- "sap/f/gen/ui5/webcomponents_fiori",
10
- "sap/f/thirdparty/NotificationListItem"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * The base class of the `NotificationListItem` and `NotificationListGroupItem`.
18
- *
19
- * @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
20
- * @constructor
21
- * @private
22
- * @ui5-restricted sap.ushell,sap.esh.search.ui
23
- * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
24
- */
25
-
26
- const WrapperClass = WebComponentBaseClass.extend(
27
- "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItemBase",
28
- {
29
- metadata: {
30
- tag: "",
31
-
32
- namespace: "sap.f.gen.ui5.webcomponents_fiori",
33
-
34
- library: "sap.f",
35
-
36
- designtime:
37
- "sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListItemBase.designtime",
38
-
39
- interfaces: [],
40
-
41
- defaultAggregation: "",
42
-
43
- properties: {
44
- /**
45
- * Defines the `titleText` of the item.
46
- */
47
- titleText: { type: "string", mapping: "property" },
48
-
49
- /**
50
- * Defines if the `notification` is new or has been already read.
51
- *
52
- * **Note:** if set to `false` the `titleText` has bold font,
53
- * if set to true - it has a normal font.
54
- */
55
- read: { type: "boolean", mapping: "property", defaultValue: false },
56
-
57
- /**
58
- * Defines if a busy indicator would be displayed over the item.
59
- */
60
- loading: {
61
- type: "boolean",
62
- mapping: "property",
63
- defaultValue: false
64
- },
65
-
66
- /**
67
- * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
68
- */
69
- loadingDelay: {
70
- type: "float",
71
- mapping: "property",
72
- defaultValue: 1000
73
- }
74
- },
75
-
76
- aggregations: {},
77
-
78
- associations: {},
79
-
80
- events: {},
81
-
82
- getters: [],
83
-
84
- methods: []
85
- }
86
- }
87
- );
88
-
89
- return WrapperClass;
90
- }
91
- );
6
+ sap.ui.define(["sap/f/gen/ui5/webcomponents/dist/ListItemBase","sap/f/gen/ui5/webcomponents_fiori","sap/f/thirdparty/NotificationListItem"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItemBase",{metadata:{tag:"",namespace:"sap.f.gen.ui5.webcomponents_fiori",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListItemBase.designtime",interfaces:[],defaultAggregation:"",properties:{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}},aggregations:{},associations:{},events:{},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=NotificationListItemBase.js.map
@@ -3,257 +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/ShellBarSearch"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * ### Overview
18
- *
19
- * A `ui5-search` is an input with suggestions, used for user search.
20
- *
21
- * The `ui5-search` consists of several elements parts:
22
- * - Scope - displays a select in the beggining of the component, used for filtering results by their scope.
23
- * - Input field - for user input value
24
- * - Clear button - gives the possibility for deleting the entered value
25
- * - Search button - a primary button for performing search, when the user has entered a search term
26
- * - Suggestions - a list with available search suggestions
27
- *
28
- * ### ES6 Module Import
29
- *
30
- * `import "@ui5/webcomponents-fiori/dist/Search.js";`
31
- *
32
- * @extends sap.ui.core.webc.WebComponent
33
- * @constructor
34
- * @private
35
- * @ui5-restricted sap.ushell,sap.esh.search.ui
36
- * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/Search
37
- */
38
-
39
- const WrapperClass = WebComponentBaseClass.extend(
40
- "sap.f.gen.ui5.webcomponents_fiori.dist.Search",
41
- {
42
- metadata: {
43
- tag: "ui5-search-0df29cf2",
44
-
45
- namespace: "sap.f.gen.ui5.webcomponents_fiori",
46
-
47
- library: "sap.f",
48
-
49
- designtime: "sap/f/gen/ui5/webcomponents_fiori/designtime/Search.designtime",
50
-
51
- interfaces: [],
52
-
53
- defaultAggregation: "items",
54
-
55
- properties: {
56
- /**
57
- * Indicates whether a loading indicator should be shown in the popup.
58
- */
59
- loading: {
60
- type: "boolean",
61
- mapping: "property",
62
- defaultValue: false
63
- },
64
-
65
- /**
66
- * Defines whether the value will be autcompleted to match an item.
67
- */
68
- noTypeahead: {
69
- type: "boolean",
70
- mapping: "property",
71
- defaultValue: false
72
- },
73
-
74
- /**
75
- * Indicates whether the items picker is open.
76
- */
77
- open: { type: "boolean", mapping: "property", defaultValue: false },
78
-
79
- /**
80
- * Defines whether the clear icon of the search will be shown.
81
- */
82
- showClearIcon: {
83
- type: "boolean",
84
- mapping: "property",
85
- defaultValue: false
86
- },
87
-
88
- /**
89
- * Defines the value of the component.
90
- *
91
- * **Note:** The property is updated upon typing.
92
- */
93
- value: { type: "string", mapping: "property", defaultValue: "" },
94
-
95
- /**
96
- * Defines a short hint intended to aid the user with data entry when the
97
- * component has no value.
98
- */
99
- placeholder: { type: "string", mapping: "property" },
100
-
101
- /**
102
- * Defines the accessible ARIA name of the component.
103
- */
104
- accessibleName: { type: "string", mapping: "property" },
105
-
106
- /**
107
- * Defines the accessible ARIA description of the field.
108
- */
109
- accessibleDescription: { type: "string", mapping: "property" },
110
-
111
- /**
112
- * The text-content of the Web Component.
113
- */
114
- text: { type: "string", mapping: "textContent" },
115
-
116
- /**
117
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
118
- */
119
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
120
-
121
- /**
122
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
123
- */
124
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
125
- },
126
-
127
- aggregations: {
128
- /**
129
- * Defines the Search suggestion items.
130
- * @type module:sap/ui/core/webc/WebComponent
131
- */
132
- items: { type: "sap.ui.core.webc.WebComponent", multiple: true },
133
- /**
134
- * Defines the popup footer action button.
135
- * @type module:sap/f/gen/ui5/webcomponents/dist/Button
136
- */
137
- action: {
138
- type: "sap.f.gen.ui5.webcomponents.dist.Button",
139
- multiple: true,
140
- slot: "action"
141
- },
142
- /**
143
- * Defines the illustrated message to be shown in the popup.
144
- * @type module:sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage
145
- */
146
- illustration: {
147
- type: "sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",
148
- multiple: true,
149
- slot: "illustration"
150
- },
151
- /**
152
- * Defines the illustrated message to be shown in the popup.
153
- * @type module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea
154
- */
155
- messageArea: {
156
- type: "sap.f.gen.ui5.webcomponents_fiori.dist.SearchMessageArea",
157
- multiple: true,
158
- slot: "messageArea"
159
- },
160
- /**
161
- * Defines the component scope options.
162
- * @type module:sap/f/gen/ui5/webcomponents_fiori.ISearchScope
163
- */
164
- scopes: {
165
- type: "sap.f.gen.ui5.webcomponents_fiori.ISearchScope",
166
- multiple: true,
167
- slot: "scopes"
168
- },
169
- /**
170
- * Defines the filter button slot, used to display an additional filtering button.
171
- * This slot is intended for passing a `ui5-button` with a filter icon to provide extended filtering options.
172
- *
173
- * **Note:** Scope button and Filter button are mutually exclusive.
174
- * @type module:sap/f/gen/ui5/webcomponents/dist/Button
175
- */
176
- filterButton: {
177
- type: "sap.f.gen.ui5.webcomponents.dist.Button",
178
- multiple: true,
179
- slot: "filterButton"
180
- }
181
- },
182
-
183
- associations: {},
184
-
185
- events: {
186
- /**
187
- * Fired when the popup is opened.
188
- */
189
- onOpen: {
190
- mapping: "open",
191
- parameters: {}
192
- },
193
-
194
- /**
195
- * Fired when the popup is closed.
196
- */
197
- close: {
198
- parameters: {}
199
- },
200
-
201
- /**
202
- * Fired when typing in input or clear icon is pressed.
203
- */
204
- input: {
205
- enableEventBubbling: true,
206
- parameters: {}
207
- },
208
-
209
- /**
210
- * Fired when the scope has changed.
211
- */
212
- scopeChange: {
213
- enableEventBubbling: true,
214
- parameters: {
215
- /**
216
- * The newly selected scope
217
- */
218
- scope: {
219
- type: "sap.ui.core.Control",
220
- types: [
221
- {
222
- origType: "HTMLElement",
223
- multiple: false,
224
- dedicatedTypes: [
225
- {
226
- dtsType: "Control",
227
- packageName: "sap/ui/core/Control",
228
- moduleType: "module:sap/ui/core/Control",
229
- ui5Type: "sap.ui.core.Control",
230
- isClass: true
231
- }
232
- ]
233
- }
234
- ],
235
- dtsParamDescription: "The newly selected scope"
236
- }
237
- }
238
- },
239
-
240
- /**
241
- * Fired when the user has triggered search with Enter key or Search Button press.
242
- */
243
- search: {
244
- allowPreventDefault: true,
245
- enableEventBubbling: true,
246
- parameters: {}
247
- }
248
- },
249
-
250
- getters: [],
251
-
252
- methods: []
253
- }
254
- }
255
- );
256
-
257
- return WrapperClass;
258
- }
259
- );
6
+ sap.ui.define(["sap/ui/core/webc/WebComponent","sap/f/gen/ui5/webcomponents_fiori","sap/f/thirdparty/ShellBarSearch"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents_fiori.dist.Search",{metadata:{tag:"ui5-search-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents_fiori",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents_fiori/designtime/Search.designtime",interfaces:[],defaultAggregation:"items",properties:{loading:{type:"boolean",mapping:"property",defaultValue:false},noTypeahead:{type:"boolean",mapping:"property",defaultValue:false},open:{type:"boolean",mapping:"property",defaultValue:false},fieldLoading:{type:"boolean",mapping:"property",defaultValue:false},showClearIcon:{type:"boolean",mapping:"property",defaultValue:false},value:{type:"string",mapping:"property",defaultValue:""},placeholder:{type:"string",mapping:"property"},accessibleName:{type:"string",mapping:"property"},accessibleDescription:{type:"string",mapping:"property"},scopeValue:{type:"string",mapping:"property",defaultValue:""},text:{type:"string",mapping:"textContent"},width:{type:"sap.ui.core.CSSSize",mapping:"style"},height:{type:"sap.ui.core.CSSSize",mapping:"style"}},aggregations:{items:{type:"sap.ui.core.webc.WebComponent",multiple:true},action:{type:"sap.f.gen.ui5.webcomponents.dist.Button",multiple:true,slot:"action"},illustration:{type:"sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",multiple:true,slot:"illustration"},messageArea:{type:"sap.f.gen.ui5.webcomponents_fiori.dist.SearchMessageArea",multiple:true,slot:"messageArea"},scopes:{type:"sap.f.gen.ui5.webcomponents_fiori.ISearchScope",multiple:true,slot:"scopes"},filterButton:{type:"sap.f.gen.ui5.webcomponents.dist.Button",multiple:true,slot:"filterButton"}},associations:{},events:{onOpen:{mapping:"open",parameters:{}},close:{parameters:{}},input:{enableEventBubbling:true,parameters:{}},scopeChange:{enableEventBubbling:true,parameters:{scope:{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 newly selected scope"}}},search:{allowPreventDefault:true,enableEventBubbling:true,parameters:{}}},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=Search.js.map