@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,129 +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/ui/core/LabelEnablement",
10
- "sap/f/gen/ui5/webcomponents",
11
- "sap/f/thirdparty/Label"
12
- ],
13
- function (WebComponentBaseClass, LabelEnablement) {
14
- "use strict";
15
-
16
- /**
17
- * @class
18
- * ### Overview
19
- *
20
- * The `ui5-label` is a component used to represent a label for elements like input, textarea, select.
21
- * The `for` property of the `ui5-label` must be the same as the id attribute of the related input element.
22
- * Screen readers read out the label, when the user focuses the labelled control.
23
- *
24
- * The `ui5-label` appearance can be influenced by properties,
25
- * such as `required` and `wrappingType`.
26
- * The appearance of the Label can be configured in a limited way by using the design property.
27
- * For a broader choice of designs, you can use custom styles.
28
- *
29
- * ### ES6 Module Import
30
- *
31
- * `import "@ui5/webcomponents/dist/Label";`
32
- *
33
- * @extends sap.ui.core.webc.WebComponent
34
- * @constructor
35
- * @private
36
- * @ui5-restricted sap.ushell,sap.esh.search.ui
37
- * @alias module:sap/f/gen/ui5/webcomponents/dist/Label
38
- */
39
-
40
- const WrapperClass = WebComponentBaseClass.extend(
41
- "sap.f.gen.ui5.webcomponents.dist.Label",
42
- {
43
- metadata: {
44
- tag: "ui5-label-0df29cf2",
45
-
46
- namespace: "sap.f.gen.ui5.webcomponents",
47
-
48
- library: "sap.f",
49
-
50
- designtime: "sap/f/gen/ui5/webcomponents/designtime/Label.designtime",
51
-
52
- interfaces: ["sap.ui.core.Label"],
53
-
54
- defaultAggregation: "content",
55
-
56
- properties: {
57
- /**
58
- * Defines whether colon is added to the component text.
59
- *
60
- * **Note:** Usually used in forms.
61
- */
62
- showColon: {
63
- type: "boolean",
64
- mapping: "property",
65
- defaultValue: false
66
- },
67
-
68
- /**
69
- * Defines whether an asterisk character is added to the component text.
70
- *
71
- * **Note:** Usually indicates that user input (bound with the `for` property) is required.
72
- * In that case the `required` property of
73
- * the corresponding input should also be set.
74
- */
75
- required: {
76
- type: "boolean",
77
- mapping: "property",
78
- defaultValue: false
79
- },
80
-
81
- /**
82
- * Defines how the text of a component will be displayed when there is not enough space.
83
- *
84
- * **Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
85
- * @type module:sap/f/gen/ui5/webcomponents.WrappingType
86
- */
87
- wrappingType: {
88
- type: "sap.f.gen.ui5.webcomponents.WrappingType",
89
- mapping: "property",
90
- defaultValue: "Normal"
91
- },
92
-
93
- /**
94
- * The text-content of the Web Component.
95
- */
96
- text: { type: "string", mapping: "textContent" },
97
-
98
- /**
99
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
100
- */
101
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
102
-
103
- /**
104
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
105
- */
106
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
107
- },
108
-
109
- aggregations: {},
110
-
111
- associations: {
112
- labelFor: {
113
- type: "sap.ui.core.Control",
114
- multiple: false,
115
- mapping: { type: "property", to: "for" }
116
- }
117
- },
118
-
119
- events: {},
120
-
121
- getters: [],
122
-
123
- methods: []
124
- }
125
- }
126
- );
127
- LabelEnablement.enrich(WrapperClass.prototype);
128
-
129
- return WrapperClass;
130
- }
131
- );
6
+ sap.ui.define(["sap/ui/core/webc/WebComponent","sap/ui/core/LabelEnablement","sap/f/gen/ui5/webcomponents","sap/f/thirdparty/Label"],function(e,t){"use strict";const p=e.extend("sap.f.gen.ui5.webcomponents.dist.Label",{metadata:{tag:"ui5-label-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents/designtime/Label.designtime",interfaces:["sap.ui.core.Label"],defaultAggregation:"content",properties:{showColon:{type:"boolean",mapping:"property",defaultValue:false},required:{type:"boolean",mapping:"property",defaultValue:false},wrappingType:{type:"sap.f.gen.ui5.webcomponents.WrappingType",mapping:"property",defaultValue:"Normal"},text:{type:"string",mapping:"textContent"},width:{type:"sap.ui.core.CSSSize",mapping:"style"},height:{type:"sap.ui.core.CSSSize",mapping:"style"}},aggregations:{},associations:{labelFor:{type:"sap.ui.core.Control",multiple:false,mapping:{type:"property",to:"for"}}},events:{},getters:[],methods:[]}});t.enrich(p.prototype);return p});
7
+ //# sourceMappingURL=Label.js.map
@@ -3,144 +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",
10
- "sap/f/thirdparty/UserMenuItem"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * A class to serve as a base
18
- * for the `ListItemStandard` and `ListItemCustom` classes.
19
- *
20
- * @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
21
- * @constructor
22
- * @private
23
- * @ui5-restricted sap.ushell,sap.esh.search.ui
24
- * @alias module:sap/f/gen/ui5/webcomponents/dist/ListItem
25
- */
26
-
27
- const WrapperClass = WebComponentBaseClass.extend(
28
- "sap.f.gen.ui5.webcomponents.dist.ListItem",
29
- {
30
- metadata: {
31
- tag: "",
32
-
33
- namespace: "sap.f.gen.ui5.webcomponents",
34
-
35
- library: "sap.f",
36
-
37
- designtime: "sap/f/gen/ui5/webcomponents/designtime/ListItem.designtime",
38
-
39
- interfaces: [],
40
-
41
- defaultAggregation: "",
42
-
43
- properties: {
44
- /**
45
- * Defines the visual indication and behavior of the list items.
46
- * Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
47
- *
48
- * **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
49
- * while with type `Inactive` and `Detail` - will not.
50
- * @type module:sap/f/gen/ui5/webcomponents.ListItemType
51
- */
52
- type: {
53
- type: "sap.f.gen.ui5.webcomponents.ListItemType",
54
- mapping: "property",
55
- defaultValue: "Active"
56
- },
57
-
58
- /**
59
- * Defines the additional accessibility attributes that will be applied to the component.
60
- * The following fields are supported:
61
- *
62
- * - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
63
- * **Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
64
- *
65
- * - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
66
- * **Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
67
- */
68
- accessibilityAttributes: {
69
- type: "any",
70
- mapping: "property",
71
- defaultValue: "{}"
72
- },
73
-
74
- /**
75
- * The navigated state of the list item.
76
- * If set to `true`, a navigation indicator is displayed at the end of the list item.
77
- */
78
- navigated: {
79
- type: "boolean",
80
- mapping: "property",
81
- defaultValue: false
82
- },
83
-
84
- /**
85
- * Defines the highlight state of the list items.
86
- * Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
87
- * @type module:sap/f/gen/ui5/webcomponents.Highlight
88
- */
89
- highlight: {
90
- type: "sap.f.gen.ui5.webcomponents.Highlight",
91
- mapping: "property",
92
- defaultValue: "None"
93
- },
94
-
95
- /**
96
- * Defines the selected state of the component.
97
- */
98
- selected: {
99
- type: "boolean",
100
- mapping: "property",
101
- defaultValue: false
102
- },
103
-
104
- /**
105
- * The text-content of the Web Component.
106
- */
107
- text: { type: "string", mapping: "textContent" }
108
- },
109
-
110
- aggregations: {
111
- /**
112
- * Defines the delete button, displayed in "Delete" mode.
113
- * **Note:** While the slot allows custom buttons, to match
114
- * design guidelines, please use the `ui5-button` component.
115
- * **Note:** When the slot is not present, a built-in delete button will be displayed.
116
- * @type module:sap/f/gen/ui5/webcomponents.IButton
117
- */
118
- deleteButton: {
119
- type: "sap.f.gen.ui5.webcomponents.IButton",
120
- multiple: true,
121
- slot: "deleteButton"
122
- }
123
- },
124
-
125
- associations: {},
126
-
127
- events: {
128
- /**
129
- * Fired when the user clicks on the detail button when type is `Detail`.
130
- */
131
- detailClick: {
132
- enableEventBubbling: true,
133
- parameters: {}
134
- }
135
- },
136
-
137
- getters: [],
138
-
139
- methods: []
140
- }
141
- }
142
- );
143
-
144
- return WrapperClass;
145
- }
146
- );
6
+ sap.ui.define(["sap/f/gen/ui5/webcomponents/dist/ListItemBase","sap/f/gen/ui5/webcomponents","sap/f/thirdparty/UserMenuItem"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents.dist.ListItem",{metadata:{tag:"",namespace:"sap.f.gen.ui5.webcomponents",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents/designtime/ListItem.designtime",interfaces:[],defaultAggregation:"",properties:{type:{type:"sap.f.gen.ui5.webcomponents.ListItemType",mapping:"property",defaultValue:"Active"},accessibilityAttributes:{type:"any",mapping:"property",defaultValue:"{}"},navigated:{type:"boolean",mapping:"property",defaultValue:false},highlight:{type:"sap.f.gen.ui5.webcomponents.Highlight",mapping:"property",defaultValue:"None"},selected:{type:"boolean",mapping:"property",defaultValue:false},text:{type:"string",mapping:"textContent"}},aggregations:{deleteButton:{type:"sap.f.gen.ui5.webcomponents.IButton",multiple:true,slot:"deleteButton"}},associations:{},events:{detailClick:{enableEventBubbling:true,parameters:{}}},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=ListItem.js.map
@@ -3,63 +3,5 @@
3
3
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
- sap.ui.define(
7
- [
8
- "sap/ui/core/webc/WebComponent",
9
- "sap/f/gen/ui5/webcomponents",
10
- "sap/f/thirdparty/SearchItem"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * A class to serve as a foundation
18
- * for the `ListItem` and `ListItemGroupHeader` classes.
19
- *
20
- * @extends sap.ui.core.webc.WebComponent
21
- * @constructor
22
- * @private
23
- * @ui5-restricted sap.ushell,sap.esh.search.ui
24
- * @alias module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
25
- */
26
-
27
- const WrapperClass = WebComponentBaseClass.extend(
28
- "sap.f.gen.ui5.webcomponents.dist.ListItemBase",
29
- {
30
- metadata: {
31
- tag: "",
32
-
33
- namespace: "sap.f.gen.ui5.webcomponents",
34
-
35
- library: "sap.f",
36
-
37
- designtime: "sap/f/gen/ui5/webcomponents/designtime/ListItemBase.designtime",
38
-
39
- interfaces: [],
40
-
41
- defaultAggregation: "",
42
-
43
- properties: {
44
- /**
45
- * The text-content of the Web Component.
46
- */
47
- text: { type: "string", mapping: "textContent" }
48
- },
49
-
50
- aggregations: {},
51
-
52
- associations: {},
53
-
54
- events: {},
55
-
56
- getters: [],
57
-
58
- methods: []
59
- }
60
- }
61
- );
62
-
63
- return WrapperClass;
64
- }
65
- );
6
+ sap.ui.define(["sap/ui/core/webc/WebComponent","sap/f/gen/ui5/webcomponents","sap/f/thirdparty/SearchItem"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents.dist.ListItemBase",{metadata:{tag:"",namespace:"sap.f.gen.ui5.webcomponents",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents/designtime/ListItemBase.designtime",interfaces:[],defaultAggregation:"",properties:{text:{type:"string",mapping:"textContent"}},aggregations:{},associations:{},events:{},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=ListItemBase.js.map
@@ -3,211 +3,5 @@
3
3
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
- sap.ui.define(
7
- [
8
- "sap/ui/core/webc/WebComponent",
9
- "sap/f/gen/ui5/webcomponents",
10
- "sap/f/thirdparty/SearchItemGroup"
11
- ],
12
- function (WebComponentBaseClass) {
13
- "use strict";
14
-
15
- /**
16
- * @class
17
- * ### Overview
18
- * The `ui5-li-group` is a special list item, used only to create groups of list items.
19
- *
20
- * This is the item to use inside a `ui5-list`.
21
- *
22
- * ### ES6 Module Import
23
- * `import "@ui5/webcomponents/dist/ListItemGroup.js";`
24
- *
25
- * @extends sap.ui.core.webc.WebComponent
26
- * @constructor
27
- * @private
28
- * @ui5-restricted sap.ushell,sap.esh.search.ui
29
- * @alias module:sap/f/gen/ui5/webcomponents/dist/ListItemGroup
30
- */
31
-
32
- const WrapperClass = WebComponentBaseClass.extend(
33
- "sap.f.gen.ui5.webcomponents.dist.ListItemGroup",
34
- {
35
- metadata: {
36
- tag: "ui5-li-group-0df29cf2",
37
-
38
- namespace: "sap.f.gen.ui5.webcomponents",
39
-
40
- library: "sap.f",
41
-
42
- designtime: "sap/f/gen/ui5/webcomponents/designtime/ListItemGroup.designtime",
43
-
44
- interfaces: [],
45
-
46
- defaultAggregation: "items",
47
-
48
- properties: {
49
- /**
50
- * Defines the header text of the <code>ui5-li-group</code>.
51
- */
52
- headerText: { type: "string", mapping: "property" },
53
-
54
- /**
55
- * Defines the accessible name of the header.
56
- */
57
- headerAccessibleName: { type: "string", mapping: "property" },
58
-
59
- /**
60
- * Defines if the text of the component should wrap when it's too long.
61
- * When set to "Normal", the content (title, description) will be wrapped
62
- * using the `ui5-expandable-text` component.<br/>
63
- *
64
- * The text can wrap up to 100 characters on small screens (size S) and
65
- * up to 300 characters on larger screens (size M and above). When text exceeds
66
- * these limits, it truncates with an ellipsis followed by a text expansion trigger.
67
- *
68
- * Available options are:
69
- * - `None` (default) - The text will truncate with an ellipsis.
70
- * - `Normal` - The text will wrap (without truncation).
71
- * @type module:sap/f/gen/ui5/webcomponents.WrappingType
72
- */
73
- wrappingType: {
74
- type: "sap.f.gen.ui5.webcomponents.WrappingType",
75
- mapping: "property",
76
- defaultValue: "None"
77
- },
78
-
79
- /**
80
- * The text-content of the Web Component.
81
- */
82
- text: { type: "string", mapping: "textContent" },
83
-
84
- /**
85
- * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
86
- */
87
- width: { type: "sap.ui.core.CSSSize", mapping: "style" },
88
-
89
- /**
90
- * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
91
- */
92
- height: { type: "sap.ui.core.CSSSize", mapping: "style" }
93
- },
94
-
95
- aggregations: {
96
- /**
97
- * Defines the items of the <code>ui5-li-group</code>.
98
- * @type module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
99
- */
100
- items: {
101
- type: "sap.f.gen.ui5.webcomponents.dist.ListItemBase",
102
- multiple: true
103
- },
104
- /**
105
- * Defines the header of the component.
106
- *
107
- * **Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.
108
- * @type module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
109
- */
110
- header: {
111
- type: "sap.f.gen.ui5.webcomponents.dist.ListItemBase",
112
- multiple: true,
113
- slot: "header"
114
- }
115
- },
116
-
117
- associations: {},
118
-
119
- events: {
120
- /**
121
- * Fired when a movable list item is moved over a potential drop target during a dragging operation.
122
- *
123
- * If the new position is valid, prevent the default action of the event using `preventDefault()`.
124
- */
125
- moveOver: {
126
- allowPreventDefault: true,
127
- enableEventBubbling: true,
128
- parameters: {
129
- /**
130
- * Contains information about the moved element under `element` property.
131
- */
132
- source: {
133
- type: "object",
134
- types: [
135
- {
136
- origType: "object",
137
- multiple: false,
138
- dedicatedTypes: [{ dtsType: "object", ui5Type: "object" }]
139
- }
140
- ],
141
- dtsParamDescription:
142
- "Contains information about the moved element under `element` property."
143
- },
144
- /**
145
- * Contains information about the destination of the moved element. Has `element` and `placement` properties.
146
- */
147
- destination: {
148
- type: "object",
149
- types: [
150
- {
151
- origType: "object",
152
- multiple: false,
153
- dedicatedTypes: [{ dtsType: "object", ui5Type: "object" }]
154
- }
155
- ],
156
- dtsParamDescription:
157
- "Contains information about the destination of the moved element. Has `element` and `placement` properties."
158
- }
159
- }
160
- },
161
-
162
- /**
163
- * Fired when a movable list item is dropped onto a drop target.
164
- *
165
- * **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
166
- */
167
- move: {
168
- enableEventBubbling: true,
169
- parameters: {
170
- /**
171
- * Contains information about the moved element under `element` property.
172
- */
173
- source: {
174
- type: "object",
175
- types: [
176
- {
177
- origType: "object",
178
- multiple: false,
179
- dedicatedTypes: [{ dtsType: "object", ui5Type: "object" }]
180
- }
181
- ],
182
- dtsParamDescription:
183
- "Contains information about the moved element under `element` property."
184
- },
185
- /**
186
- * Contains information about the destination of the moved element. Has `element` and `placement` properties.
187
- */
188
- destination: {
189
- type: "object",
190
- types: [
191
- {
192
- origType: "object",
193
- multiple: false,
194
- dedicatedTypes: [{ dtsType: "object", ui5Type: "object" }]
195
- }
196
- ],
197
- dtsParamDescription:
198
- "Contains information about the destination of the moved element. Has `element` and `placement` properties."
199
- }
200
- }
201
- }
202
- },
203
-
204
- getters: [],
205
-
206
- methods: []
207
- }
208
- }
209
- );
210
-
211
- return WrapperClass;
212
- }
213
- );
6
+ sap.ui.define(["sap/ui/core/webc/WebComponent","sap/f/gen/ui5/webcomponents","sap/f/thirdparty/SearchItemGroup"],function(e){"use strict";const t=e.extend("sap.f.gen.ui5.webcomponents.dist.ListItemGroup",{metadata:{tag:"ui5-li-group-cc7fb471",namespace:"sap.f.gen.ui5.webcomponents",library:"sap.f",designtime:"sap/f/gen/ui5/webcomponents/designtime/ListItemGroup.designtime",interfaces:[],defaultAggregation:"items",properties:{headerText:{type:"string",mapping:"property"},headerAccessibleName:{type:"string",mapping:"property"},wrappingType:{type:"sap.f.gen.ui5.webcomponents.WrappingType",mapping:"property",defaultValue:"None"},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.dist.ListItemBase",multiple:true},header:{type:"sap.f.gen.ui5.webcomponents.dist.ListItemBase",multiple:true,slot:"header"}},associations:{},events:{moveOver:{allowPreventDefault:true,enableEventBubbling:true,parameters:{source:{type:"object",types:[{origType:"object",multiple:false,dedicatedTypes:[{dtsType:"object",ui5Type:"object"}]}],dtsParamDescription:"Contains information about the moved element under `element` property."},destination:{type:"object",types:[{origType:"object",multiple:false,dedicatedTypes:[{dtsType:"object",ui5Type:"object"}]}],dtsParamDescription:"Contains information about the destination of the moved element. Has `element` and `placement` properties."}}},move:{enableEventBubbling:true,parameters:{source:{type:"object",types:[{origType:"object",multiple:false,dedicatedTypes:[{dtsType:"object",ui5Type:"object"}]}],dtsParamDescription:"Contains information about the moved element under `element` property."},destination:{type:"object",types:[{origType:"object",multiple:false,dedicatedTypes:[{dtsType:"object",ui5Type:"object"}]}],dtsParamDescription:"Contains information about the destination of the moved element. Has `element` and `placement` properties."}}}},getters:[],methods:[]}});return t});
7
+ //# sourceMappingURL=ListItemGroup.js.map