@openui5/sap.f 1.141.2 → 1.142.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 (323) hide show
  1. package/README.md +2 -2
  2. package/REUSE.toml +38 -0
  3. package/THIRDPARTY.txt +34 -1
  4. package/package.json +19 -4
  5. package/src/sap/f/.library +34 -3
  6. package/src/sap/f/Avatar.js +1 -1
  7. package/src/sap/f/AvatarGroup.js +1 -1
  8. package/src/sap/f/AvatarGroupItem.js +1 -1
  9. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  10. package/src/sap/f/CalendarInCard.js +1 -1
  11. package/src/sap/f/Card.js +1 -1
  12. package/src/sap/f/CardBase.js +1 -1
  13. package/src/sap/f/DynamicPage.js +3 -4
  14. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  15. package/src/sap/f/DynamicPageHeader.js +1 -1
  16. package/src/sap/f/DynamicPageTitle.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  21. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  22. package/src/sap/f/FlexibleColumnLayoutRenderer.js +2 -0
  23. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  24. package/src/sap/f/GridContainer.js +1 -1
  25. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  26. package/src/sap/f/GridContainerSettings.js +2 -2
  27. package/src/sap/f/GridList.js +1 -1
  28. package/src/sap/f/GridListItem.js +1 -1
  29. package/src/sap/f/IllustratedMessage.js +1 -1
  30. package/src/sap/f/Illustration.js +1 -1
  31. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  32. package/src/sap/f/ProductSwitch.js +1 -1
  33. package/src/sap/f/ProductSwitchItem.js +1 -1
  34. package/src/sap/f/SearchManager.js +1 -1
  35. package/src/sap/f/ShellBar.js +1 -1
  36. package/src/sap/f/SidePanel.js +1 -1
  37. package/src/sap/f/SidePanelItem.js +1 -1
  38. package/src/sap/f/cards/BaseHeader.js +1 -1
  39. package/src/sap/f/cards/Header.js +1 -1
  40. package/src/sap/f/cards/NumericHeader.js +1 -1
  41. package/src/sap/f/cards/NumericIndicators.js +1 -1
  42. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  43. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  47. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  49. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  50. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  51. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  52. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  53. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  54. package/src/sap/f/dnd/GridDragOver.js +1 -1
  55. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  56. package/src/sap/f/gen/ui5/webcomponents/dist/Avatar.js +238 -0
  57. package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +339 -0
  58. package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +125 -0
  59. package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +140 -0
  60. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +64 -0
  61. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +207 -0
  62. package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +280 -0
  63. package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +347 -0
  64. package/src/sap/f/gen/ui5/webcomponents.js +2825 -0
  65. package/src/sap/f/gen/ui5/webcomponents_base.js +578 -0
  66. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +211 -0
  67. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +204 -0
  68. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +164 -0
  69. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +243 -0
  70. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +87 -0
  71. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +248 -0
  72. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +125 -0
  73. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +60 -0
  74. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +88 -0
  75. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +76 -0
  76. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +81 -0
  77. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +655 -0
  78. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +122 -0
  79. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +139 -0
  80. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +232 -0
  81. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +74 -0
  82. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +279 -0
  83. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +129 -0
  84. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +83 -0
  85. package/src/sap/f/gen/ui5/webcomponents_fiori.js +1654 -0
  86. package/src/sap/f/library.js +2 -2
  87. package/src/sap/f/semantic/AddAction.js +1 -1
  88. package/src/sap/f/semantic/CloseAction.js +1 -1
  89. package/src/sap/f/semantic/CopyAction.js +1 -1
  90. package/src/sap/f/semantic/DeleteAction.js +1 -1
  91. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  92. package/src/sap/f/semantic/EditAction.js +1 -1
  93. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  94. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  95. package/src/sap/f/semantic/FlagAction.js +1 -1
  96. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  97. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  98. package/src/sap/f/semantic/MainAction.js +1 -1
  99. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  100. package/src/sap/f/semantic/NegativeAction.js +1 -1
  101. package/src/sap/f/semantic/PositiveAction.js +1 -1
  102. package/src/sap/f/semantic/PrintAction.js +1 -1
  103. package/src/sap/f/semantic/SemanticButton.js +1 -1
  104. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  105. package/src/sap/f/semantic/SemanticControl.js +1 -1
  106. package/src/sap/f/semantic/SemanticPage.js +1 -1
  107. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  108. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  109. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  110. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  111. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  112. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  113. package/src/sap/f/shellBar/CoPilot.js +1 -1
  114. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  115. package/src/sap/f/shellBar/Search.js +1 -1
  116. package/src/sap/f/themes/base/Card.less +8 -2
  117. package/src/sap/f/themes/base/CardHeaders.less +25 -3
  118. package/src/sap/f/themes/base/DynamicPage.less +6 -1
  119. package/src/sap/f/thirdparty/AccessibilityTextsHelper.js +13 -0
  120. package/src/sap/f/thirdparty/Avatar.js +453 -0
  121. package/src/sap/f/thirdparty/BusyIndicator.js +233 -0
  122. package/src/sap/f/thirdparty/Button.js +7 -0
  123. package/src/sap/f/thirdparty/Button2.js +656 -0
  124. package/src/sap/f/thirdparty/FocusableElements.js +10 -0
  125. package/src/sap/f/thirdparty/Icon.js +313 -0
  126. package/src/sap/f/thirdparty/Icons.js +234 -0
  127. package/src/sap/f/thirdparty/IllustratedMessage.js +1297 -0
  128. package/src/sap/f/thirdparty/Label.js +115 -0
  129. package/src/sap/f/thirdparty/Link.js +316 -0
  130. package/src/sap/f/thirdparty/List.js +1253 -0
  131. package/src/sap/f/thirdparty/ListBoxItemGroupTemplate.js +14 -0
  132. package/src/sap/f/thirdparty/ListItemAdditionalText.css.js +10 -0
  133. package/src/sap/f/thirdparty/ListItemBase.js +251 -0
  134. package/src/sap/f/thirdparty/ListItemCustom.js +1689 -0
  135. package/src/sap/f/thirdparty/ListItemGroup.js +637 -0
  136. package/src/sap/f/thirdparty/Menu.js +389 -0
  137. package/src/sap/f/thirdparty/MenuItem.js +10 -0
  138. package/src/sap/f/thirdparty/MenuItem2.js +762 -0
  139. package/src/sap/f/thirdparty/NotificationList.js +291 -0
  140. package/src/sap/f/thirdparty/NotificationListGroupItem.js +310 -0
  141. package/src/sap/f/thirdparty/NotificationListItem.js +534 -0
  142. package/src/sap/f/thirdparty/NotificationListItemBase.js +98 -0
  143. package/src/sap/f/thirdparty/ResponsivePopover.js +2312 -0
  144. package/src/sap/f/thirdparty/SearchItem.css.js +10 -0
  145. package/src/sap/f/thirdparty/SearchItem.js +152 -0
  146. package/src/sap/f/thirdparty/SearchItemGroup.js +44 -0
  147. package/src/sap/f/thirdparty/SearchItemShowMore.js +86 -0
  148. package/src/sap/f/thirdparty/SearchMessageArea.js +49 -0
  149. package/src/sap/f/thirdparty/SearchScope.js +39 -0
  150. package/src/sap/f/thirdparty/ShellBar.js +1809 -0
  151. package/src/sap/f/thirdparty/ShellBarBranding.js +119 -0
  152. package/src/sap/f/thirdparty/ShellBarItem.js +89 -0
  153. package/src/sap/f/thirdparty/ShellBarSearch.js +7 -0
  154. package/src/sap/f/thirdparty/ShellBarSearch2.js +3453 -0
  155. package/src/sap/f/thirdparty/ShellBarSpacer.js +40 -0
  156. package/src/sap/f/thirdparty/Tag.js +302 -0
  157. package/src/sap/f/thirdparty/Text.js +127 -0
  158. package/src/sap/f/thirdparty/Title.js +167 -0
  159. package/src/sap/f/thirdparty/UserMenu.js +950 -0
  160. package/src/sap/f/thirdparty/UserMenuAccount.js +114 -0
  161. package/src/sap/f/thirdparty/UserMenuItem.js +61 -0
  162. package/src/sap/f/thirdparty/ValueState.js +7 -0
  163. package/src/sap/f/thirdparty/WrappingType.js +24 -0
  164. package/src/sap/f/thirdparty/_dynamics/InputComposition.js +35 -0
  165. package/src/sap/f/thirdparty/_dynamics/InputSuggestions.js +397 -0
  166. package/src/sap/f/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +193 -0
  167. package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT.js +585 -0
  168. package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT2.js +585 -0
  169. package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite.js +1194 -0
  170. package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite2.js +1194 -0
  171. package/src/sap/f/thirdparty/_dynamics/SAP-icons.js +2509 -0
  172. package/src/sap/f/thirdparty/_dynamics/SAP-icons2.js +2509 -0
  173. package/src/sap/f/thirdparty/_dynamics/messagebundle_ar.js +866 -0
  174. package/src/sap/f/thirdparty/_dynamics/messagebundle_ar2.js +611 -0
  175. package/src/sap/f/thirdparty/_dynamics/messagebundle_bg.js +866 -0
  176. package/src/sap/f/thirdparty/_dynamics/messagebundle_bg2.js +611 -0
  177. package/src/sap/f/thirdparty/_dynamics/messagebundle_ca.js +866 -0
  178. package/src/sap/f/thirdparty/_dynamics/messagebundle_ca2.js +611 -0
  179. package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr.js +866 -0
  180. package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr2.js +611 -0
  181. package/src/sap/f/thirdparty/_dynamics/messagebundle_cs.js +866 -0
  182. package/src/sap/f/thirdparty/_dynamics/messagebundle_cs2.js +611 -0
  183. package/src/sap/f/thirdparty/_dynamics/messagebundle_cy.js +866 -0
  184. package/src/sap/f/thirdparty/_dynamics/messagebundle_cy2.js +611 -0
  185. package/src/sap/f/thirdparty/_dynamics/messagebundle_da.js +866 -0
  186. package/src/sap/f/thirdparty/_dynamics/messagebundle_da2.js +611 -0
  187. package/src/sap/f/thirdparty/_dynamics/messagebundle_de.js +866 -0
  188. package/src/sap/f/thirdparty/_dynamics/messagebundle_de2.js +611 -0
  189. package/src/sap/f/thirdparty/_dynamics/messagebundle_el.js +866 -0
  190. package/src/sap/f/thirdparty/_dynamics/messagebundle_el2.js +611 -0
  191. package/src/sap/f/thirdparty/_dynamics/messagebundle_en.js +866 -0
  192. package/src/sap/f/thirdparty/_dynamics/messagebundle_en2.js +611 -0
  193. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB.js +866 -0
  194. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB2.js +611 -0
  195. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +866 -0
  196. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +611 -0
  197. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +866 -0
  198. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +611 -0
  199. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +866 -0
  200. package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +611 -0
  201. package/src/sap/f/thirdparty/_dynamics/messagebundle_es.js +866 -0
  202. package/src/sap/f/thirdparty/_dynamics/messagebundle_es2.js +611 -0
  203. package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX.js +866 -0
  204. package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX2.js +611 -0
  205. package/src/sap/f/thirdparty/_dynamics/messagebundle_et.js +866 -0
  206. package/src/sap/f/thirdparty/_dynamics/messagebundle_et2.js +611 -0
  207. package/src/sap/f/thirdparty/_dynamics/messagebundle_fi.js +866 -0
  208. package/src/sap/f/thirdparty/_dynamics/messagebundle_fi2.js +611 -0
  209. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr.js +866 -0
  210. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr2.js +611 -0
  211. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA.js +866 -0
  212. package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA2.js +611 -0
  213. package/src/sap/f/thirdparty/_dynamics/messagebundle_hi.js +866 -0
  214. package/src/sap/f/thirdparty/_dynamics/messagebundle_hi2.js +611 -0
  215. package/src/sap/f/thirdparty/_dynamics/messagebundle_hr.js +866 -0
  216. package/src/sap/f/thirdparty/_dynamics/messagebundle_hr2.js +611 -0
  217. package/src/sap/f/thirdparty/_dynamics/messagebundle_hu.js +866 -0
  218. package/src/sap/f/thirdparty/_dynamics/messagebundle_hu2.js +611 -0
  219. package/src/sap/f/thirdparty/_dynamics/messagebundle_id.js +866 -0
  220. package/src/sap/f/thirdparty/_dynamics/messagebundle_id2.js +611 -0
  221. package/src/sap/f/thirdparty/_dynamics/messagebundle_it.js +866 -0
  222. package/src/sap/f/thirdparty/_dynamics/messagebundle_it2.js +611 -0
  223. package/src/sap/f/thirdparty/_dynamics/messagebundle_iw.js +866 -0
  224. package/src/sap/f/thirdparty/_dynamics/messagebundle_iw2.js +611 -0
  225. package/src/sap/f/thirdparty/_dynamics/messagebundle_ja.js +866 -0
  226. package/src/sap/f/thirdparty/_dynamics/messagebundle_ja2.js +611 -0
  227. package/src/sap/f/thirdparty/_dynamics/messagebundle_kk.js +866 -0
  228. package/src/sap/f/thirdparty/_dynamics/messagebundle_kk2.js +611 -0
  229. package/src/sap/f/thirdparty/_dynamics/messagebundle_ko.js +866 -0
  230. package/src/sap/f/thirdparty/_dynamics/messagebundle_ko2.js +611 -0
  231. package/src/sap/f/thirdparty/_dynamics/messagebundle_lt.js +866 -0
  232. package/src/sap/f/thirdparty/_dynamics/messagebundle_lt2.js +611 -0
  233. package/src/sap/f/thirdparty/_dynamics/messagebundle_lv.js +866 -0
  234. package/src/sap/f/thirdparty/_dynamics/messagebundle_lv2.js +611 -0
  235. package/src/sap/f/thirdparty/_dynamics/messagebundle_mk.js +866 -0
  236. package/src/sap/f/thirdparty/_dynamics/messagebundle_mk2.js +611 -0
  237. package/src/sap/f/thirdparty/_dynamics/messagebundle_ms.js +866 -0
  238. package/src/sap/f/thirdparty/_dynamics/messagebundle_ms2.js +611 -0
  239. package/src/sap/f/thirdparty/_dynamics/messagebundle_nl.js +866 -0
  240. package/src/sap/f/thirdparty/_dynamics/messagebundle_nl2.js +611 -0
  241. package/src/sap/f/thirdparty/_dynamics/messagebundle_no.js +866 -0
  242. package/src/sap/f/thirdparty/_dynamics/messagebundle_no2.js +611 -0
  243. package/src/sap/f/thirdparty/_dynamics/messagebundle_pl.js +866 -0
  244. package/src/sap/f/thirdparty/_dynamics/messagebundle_pl2.js +611 -0
  245. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt.js +866 -0
  246. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt2.js +611 -0
  247. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT.js +866 -0
  248. package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT2.js +611 -0
  249. package/src/sap/f/thirdparty/_dynamics/messagebundle_ro.js +866 -0
  250. package/src/sap/f/thirdparty/_dynamics/messagebundle_ro2.js +611 -0
  251. package/src/sap/f/thirdparty/_dynamics/messagebundle_ru.js +866 -0
  252. package/src/sap/f/thirdparty/_dynamics/messagebundle_ru2.js +611 -0
  253. package/src/sap/f/thirdparty/_dynamics/messagebundle_sh.js +866 -0
  254. package/src/sap/f/thirdparty/_dynamics/messagebundle_sh2.js +611 -0
  255. package/src/sap/f/thirdparty/_dynamics/messagebundle_sk.js +866 -0
  256. package/src/sap/f/thirdparty/_dynamics/messagebundle_sk2.js +611 -0
  257. package/src/sap/f/thirdparty/_dynamics/messagebundle_sl.js +866 -0
  258. package/src/sap/f/thirdparty/_dynamics/messagebundle_sl2.js +611 -0
  259. package/src/sap/f/thirdparty/_dynamics/messagebundle_sr.js +866 -0
  260. package/src/sap/f/thirdparty/_dynamics/messagebundle_sr2.js +611 -0
  261. package/src/sap/f/thirdparty/_dynamics/messagebundle_sv.js +866 -0
  262. package/src/sap/f/thirdparty/_dynamics/messagebundle_sv2.js +611 -0
  263. package/src/sap/f/thirdparty/_dynamics/messagebundle_th.js +866 -0
  264. package/src/sap/f/thirdparty/_dynamics/messagebundle_th2.js +611 -0
  265. package/src/sap/f/thirdparty/_dynamics/messagebundle_tr.js +866 -0
  266. package/src/sap/f/thirdparty/_dynamics/messagebundle_tr2.js +611 -0
  267. package/src/sap/f/thirdparty/_dynamics/messagebundle_uk.js +866 -0
  268. package/src/sap/f/thirdparty/_dynamics/messagebundle_uk2.js +611 -0
  269. package/src/sap/f/thirdparty/_dynamics/messagebundle_vi.js +866 -0
  270. package/src/sap/f/thirdparty/_dynamics/messagebundle_vi2.js +611 -0
  271. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN.js +866 -0
  272. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN2.js +611 -0
  273. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW.js +866 -0
  274. package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW2.js +611 -0
  275. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css10.js +7 -0
  276. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css11.js +7 -0
  277. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css12.js +7 -0
  278. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css13.js +7 -0
  279. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css14.js +7 -0
  280. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css15.js +7 -0
  281. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css16.js +7 -0
  282. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css17.js +7 -0
  283. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css18.js +7 -0
  284. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css19.js +7 -0
  285. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css20.js +7 -0
  286. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css21.js +7 -0
  287. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css22.js +7 -0
  288. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css23.js +7 -0
  289. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css24.js +7 -0
  290. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css25.js +7 -0
  291. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
  292. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
  293. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css4.js +7 -0
  294. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css5.js +7 -0
  295. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css6.js +7 -0
  296. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css7.js +7 -0
  297. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css8.js +7 -0
  298. package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css9.js +7 -0
  299. package/src/sap/f/thirdparty/encodeXML.js +87 -0
  300. package/src/sap/f/thirdparty/event-strict.js +7 -0
  301. package/src/sap/f/thirdparty/generateHighlightedMarkup.js +9 -0
  302. package/src/sap/f/thirdparty/i18n-defaults.js +119 -0
  303. package/src/sap/f/thirdparty/i18n-defaults2.js +159 -0
  304. package/src/sap/f/thirdparty/information.js +100 -0
  305. package/src/sap/f/thirdparty/information2.js +13 -0
  306. package/src/sap/f/thirdparty/overflow.js +25 -0
  307. package/src/sap/f/thirdparty/parameters-bundle.css.js +11 -0
  308. package/src/sap/f/thirdparty/parameters-bundle.css2.js +44 -0
  309. package/src/sap/f/thirdparty/parameters-bundle.css3.js +8 -0
  310. package/src/sap/f/thirdparty/query.js +7 -0
  311. package/src/sap/f/thirdparty/slim-arrow-down.js +44 -0
  312. package/src/sap/f/thirdparty/sys-enter-2.js +7 -0
  313. package/src/sap/f/thirdparty/toLowercaseEnumValue.js +7 -0
  314. package/src/sap/f/thirdparty/ui5/webcomponents_icons/AllIcons.js +26 -0
  315. package/src/sap/f/thirdparty/ui5/webcomponents_icons_business_suite/AllIcons.js +26 -0
  316. package/src/sap/f/thirdparty/ui5/webcomponents_icons_tnt/AllIcons.js +26 -0
  317. package/src/sap/f/thirdparty/webcomponents-base.js +4301 -0
  318. package/src/sap/f/thirdparty/webcomponents-base2.js +7 -0
  319. package/src/sap/f/thirdparty/webcomponents-fiori.js +146 -0
  320. package/src/sap/f/thirdparty/webcomponents.js +170 -0
  321. package/src/sap/f/thirdparty/willShowContent.js +7 -0
  322. package/ui5-build.yaml +54 -0
  323. package/ui5.yaml +46 -0
@@ -0,0 +1,1654 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+ sap.ui.define(
7
+ [
8
+ "sap/f/thirdparty/webcomponents-fiori",
9
+ "sap/ui/base/DataType",
10
+ "sap/f/gen/ui5/webcomponents",
11
+ "sap/f/gen/ui5/webcomponents_base"
12
+ ],
13
+ function (WebCPackage, DataType) {
14
+ "use strict";
15
+ const { registerEnum } = DataType;
16
+
17
+ const pkg = {
18
+ _ui5metadata: {
19
+ name: "sap/f/gen/ui5/webcomponents_fiori",
20
+ version: "2.15.0",
21
+ dependencies: ["sap.ui.core"],
22
+ types: [
23
+ "sap.f.gen.ui5.webcomponents_fiori.FCLLayout",
24
+ "sap.f.gen.ui5.webcomponents_fiori.IllustrationMessageDesign",
25
+ "sap.f.gen.ui5.webcomponents_fiori.IllustrationMessageType",
26
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryItemLayout",
27
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryLayout",
28
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryMenuHorizontalAlign",
29
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryMenuVerticalAlign",
30
+ "sap.f.gen.ui5.webcomponents_fiori.NavigationLayoutMode",
31
+ "sap.f.gen.ui5.webcomponents_fiori.NotificationListItemImportance",
32
+ "sap.f.gen.ui5.webcomponents_fiori.PageBackgroundDesign",
33
+ "sap.f.gen.ui5.webcomponents_fiori.SearchMode",
34
+ "sap.f.gen.ui5.webcomponents_fiori.SideContentFallDown",
35
+ "sap.f.gen.ui5.webcomponents_fiori.SideContentPosition",
36
+ "sap.f.gen.ui5.webcomponents_fiori.SideContentVisibility",
37
+ "sap.f.gen.ui5.webcomponents_fiori.SideNavigationItemDesign",
38
+ "sap.f.gen.ui5.webcomponents_fiori.TimelineGrowingMode",
39
+ "sap.f.gen.ui5.webcomponents_fiori.TimelineLayout",
40
+ "sap.f.gen.ui5.webcomponents_fiori.UploadCollectionSelectionMode",
41
+ "sap.f.gen.ui5.webcomponents_fiori.UploadState",
42
+ "sap.f.gen.ui5.webcomponents_fiori.ViewSettingsDialogMode",
43
+ "sap.f.gen.ui5.webcomponents_fiori.WizardContentLayout"
44
+ ],
45
+ interfaces: [
46
+ "sap.f.gen.ui5.webcomponents_fiori.IMediaGalleryItem",
47
+ "sap.f.gen.ui5.webcomponents_fiori.IProductSwitchItem",
48
+ "sap.f.gen.ui5.webcomponents_fiori.ISearchScope",
49
+ "sap.f.gen.ui5.webcomponents_fiori.ITimelineItem"
50
+ ],
51
+ controls: [
52
+ "sap.f.gen.ui5.webcomponents_fiori.dist.BarcodeScannerDialog",
53
+ "sap.f.gen.ui5.webcomponents_fiori.dist.DynamicPage",
54
+ "sap.f.gen.ui5.webcomponents_fiori.dist.DynamicPageHeader",
55
+ "sap.f.gen.ui5.webcomponents_fiori.dist.DynamicPageTitle",
56
+ "sap.f.gen.ui5.webcomponents_fiori.dist.DynamicSideContent",
57
+ "sap.f.gen.ui5.webcomponents_fiori.dist.FilterItem",
58
+ "sap.f.gen.ui5.webcomponents_fiori.dist.FilterItemOption",
59
+ "sap.f.gen.ui5.webcomponents_fiori.dist.FlexibleColumnLayout",
60
+ "sap.f.gen.ui5.webcomponents_fiori.dist.GroupItem",
61
+ "sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",
62
+ "sap.f.gen.ui5.webcomponents_fiori.dist.MediaGallery",
63
+ "sap.f.gen.ui5.webcomponents_fiori.dist.MediaGalleryItem",
64
+ "sap.f.gen.ui5.webcomponents_fiori.dist.NavigationLayout",
65
+ "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationList",
66
+ "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListGroupItem",
67
+ "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",
68
+ "sap.f.gen.ui5.webcomponents_fiori.dist.Page",
69
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ProductSwitch",
70
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ProductSwitchItem",
71
+ "sap.f.gen.ui5.webcomponents_fiori.dist.Search",
72
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SearchItem",
73
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SearchItemGroup",
74
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SearchItemShowMore",
75
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SearchMessageArea",
76
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SearchScope",
77
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBar",
78
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarBranding",
79
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarItem",
80
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarSearch",
81
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarSpacer",
82
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SideNavigation",
83
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SideNavigationGroup",
84
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SideNavigationItem",
85
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SideNavigationSubItem",
86
+ "sap.f.gen.ui5.webcomponents_fiori.dist.SortItem",
87
+ "sap.f.gen.ui5.webcomponents_fiori.dist.Timeline",
88
+ "sap.f.gen.ui5.webcomponents_fiori.dist.TimelineGroupItem",
89
+ "sap.f.gen.ui5.webcomponents_fiori.dist.TimelineItem",
90
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UploadCollection",
91
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UploadCollectionItem",
92
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UserMenu",
93
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UserMenuAccount",
94
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UserMenuItem",
95
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UserMenuItemGroup",
96
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UserSettingsDialog",
97
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UserSettingsItem",
98
+ "sap.f.gen.ui5.webcomponents_fiori.dist.UserSettingsView",
99
+ "sap.f.gen.ui5.webcomponents_fiori.dist.ViewSettingsDialog",
100
+ "sap.f.gen.ui5.webcomponents_fiori.dist.Wizard",
101
+ "sap.f.gen.ui5.webcomponents_fiori.dist.WizardStep"
102
+ ],
103
+ elements: [],
104
+ rootPath: "../"
105
+ }
106
+ };
107
+
108
+ if (WebCPackage) {
109
+ Object.keys(WebCPackage).forEach((key) => {
110
+ if (key !== "default") {
111
+ pkg[key] = WebCPackage[key];
112
+ } else {
113
+ if (typeof WebCPackage[key] === "object") {
114
+ Object.assign(pkg, WebCPackage[key]);
115
+ }
116
+ }
117
+ });
118
+ }
119
+
120
+ /**
121
+ * Different types of FCLLayout.
122
+ *
123
+ * @enum {string}
124
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.FCLLayout
125
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori FCLLayout
126
+ * @private
127
+ */
128
+ pkg["FCLLayout"] = {
129
+ /**
130
+ * The layout will display 1 column.
131
+ *
132
+ * @private
133
+ */
134
+ OneColumn: "OneColumn",
135
+ /**
136
+ *
137
+ * Desktop: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
138
+ * Tablet: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
139
+ * Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
140
+ *
141
+ * Use to display both a list and a detail page when the user should focus on the list page.
142
+ *
143
+ * @private
144
+ */
145
+ TwoColumnsStartExpanded: "TwoColumnsStartExpanded",
146
+ /**
147
+ * Desktop: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
148
+ * Tablet: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
149
+ * Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
150
+ *
151
+ * Use to display both a list and a detail page when the user should focus on the detail page.
152
+ *
153
+ * @private
154
+ */
155
+ TwoColumnsMidExpanded: "TwoColumnsMidExpanded",
156
+ /**
157
+ * Desktop: Defaults to 25 - 50 - 25 percent widths of columns. Start, Mid (expanded) and End columns are displayed
158
+ * Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Mid (expanded) and End columns are displayed, Start is accessible by dragging the columns-separator
159
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
160
+ *
161
+ * Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
162
+ *
163
+ * @private
164
+ */
165
+ ThreeColumnsMidExpanded: "ThreeColumnsMidExpanded",
166
+ /**
167
+ * Desktop: Defaults to 25 - 25 - 50 percent widths of columns. Start, Mid and End (expanded) columns are displayed
168
+ * Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Mid and End (expanded) columns are displayed, Start is accessible by dragging the columns-separator
169
+ * Phone: Fixed -- -- 100 percent widths of columns (only the End column is displayed)
170
+ *
171
+ * Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
172
+ *
173
+ * @private
174
+ */
175
+ ThreeColumnsEndExpanded: "ThreeColumnsEndExpanded",
176
+ /**
177
+ * Desktop: Defaults to 67 - 33 - 0 percent widths of columns. Start (expanded) and Mid columns are displayed, End is accessible by dragging the columns-separator
178
+ * Tablet: Defaults to 67 - 33 - 0 percent widths of columns. Start (expanded) and Mid columns are displayed, End is accessible by dragging the columns-separator
179
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
180
+ *
181
+ * Use to display the list and detail pages when the user should focus on the list.
182
+ * The detail-detail is still loaded and easily accessible by dragging the columns-separator
183
+ *
184
+ * @private
185
+ */
186
+ ThreeColumnsStartExpandedEndHidden: "ThreeColumnsStartExpandedEndHidden",
187
+ /**
188
+ * Desktop: Defaults to 33 - 67 - 0 percent widths of columns. Start and Mid (expanded) columns are displayed, End is accessible by dragging the columns-separator
189
+ * Tablet: Defaults to 33 - 67 - 0 percent widths of columns. Start and Mid (expanded) columns are displayed, End is accessible by dragging the columns-separator
190
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
191
+ *
192
+ * Use to display the list and detail pages when the user should focus on the detail.
193
+ * The detail-detail is still loaded and easily accessible by dragging the columns-separator
194
+ *
195
+ * @private
196
+ */
197
+ ThreeColumnsMidExpandedEndHidden: "ThreeColumnsMidExpandedEndHidden",
198
+ /**
199
+ * Desktop: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
200
+ * Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
201
+ * Phone: Fixed -- 100 percent width of the Mid column, only the Mid column is displayed.
202
+ *
203
+ * Use to display the Mid and End columns while the Start column is hidden.
204
+ *
205
+ * @private
206
+ */
207
+ ThreeColumnsStartHiddenMidExpanded: "ThreeColumnsStartHiddenMidExpanded",
208
+ /**
209
+ * Desktop: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
210
+ * Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
211
+ * Phone: Fixed -- 100 percent width of the End column, only the End column is displayed.
212
+ *
213
+ * Use to display the Mid column and expanded End column while the grip of the separator is not visible.
214
+ *
215
+ * @private
216
+ */
217
+ ThreeColumnsStartHiddenEndExpanded: "ThreeColumnsStartHiddenEndExpanded",
218
+ /**
219
+ * Desktop: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
220
+ * Tablet: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
221
+ * Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
222
+ *
223
+ * Use to display a detail page only, when the user should focus entirely on it.
224
+ *
225
+ * @private
226
+ */
227
+ MidColumnFullScreen: "MidColumnFullScreen",
228
+ /**
229
+ * Desktop: Fixed -- -- 100 percent widths of columns, only the End column is displayed
230
+ * Tablet: Fixed -- -- 100 percent widths of columns, only the End column is displayed
231
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
232
+ *
233
+ * Use to display a detail-detail page only, when the user should focus entirely on it.
234
+ *
235
+ * @private
236
+ */
237
+ EndColumnFullScreen: "EndColumnFullScreen"
238
+ };
239
+ registerEnum("sap.f.gen.ui5.webcomponents_fiori.FCLLayout", pkg["FCLLayout"]);
240
+ /**
241
+ * Different types of IllustrationMessageDesign.
242
+ *
243
+ * @enum {string}
244
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.IllustrationMessageDesign
245
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori IllustrationMessageDesign
246
+ * @private
247
+ */
248
+ pkg["IllustrationMessageDesign"] = {
249
+ /**
250
+ * Automatically decides the <code>Illustration</code> size (<code>Base</code>, <code>Dot</code>, <code>Spot</code>,
251
+ * <code>Dialog</code>, or <code>Scene</code>) depending on the <code>IllustratedMessage</code> container width.
252
+ *
253
+ * **Note:** `Auto` is the only option where the illustration size is changed according to
254
+ * the available container width. If any other `IllustratedMessageSize` is chosen, it remains
255
+ * until changed by the app developer.
256
+ *
257
+ * @private
258
+ */
259
+ Auto: "Auto",
260
+ /**
261
+ * Base `Illustration` size (XS breakpoint). Suitable for cards (two columns).
262
+ *
263
+ * **Note:** When `Base` is in use, no illustration is displayed.
264
+ *
265
+ * @private
266
+ */
267
+ Base: "Base",
268
+ /**
269
+ * Dot <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
270
+ *
271
+ * @private
272
+ */
273
+ Dot: "Dot",
274
+ /**
275
+ * Spot <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
276
+ *
277
+ * @private
278
+ */
279
+ Spot: "Spot",
280
+ /**
281
+ * Dialog `Illustration` size (M breakpoint). Suitable for dialogs.
282
+ *
283
+ * @private
284
+ */
285
+ Dialog: "Dialog",
286
+ /**
287
+ * Scene `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
288
+ *
289
+ * @private
290
+ */
291
+ Scene: "Scene",
292
+ /**
293
+ * ExtraSmall <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
294
+ *
295
+ * @private
296
+ */
297
+ ExtraSmall: "ExtraSmall",
298
+ /**
299
+ * Small <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
300
+ *
301
+ * @private
302
+ */
303
+ Small: "Small",
304
+ /**
305
+ * Medium `Illustration` size (M breakpoint). Suitable for dialogs.
306
+ *
307
+ * @private
308
+ */
309
+ Medium: "Medium",
310
+ /**
311
+ * Large `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
312
+ *
313
+ * @private
314
+ */
315
+ Large: "Large"
316
+ };
317
+ registerEnum(
318
+ "sap.f.gen.ui5.webcomponents_fiori.IllustrationMessageDesign",
319
+ pkg["IllustrationMessageDesign"]
320
+ );
321
+ /**
322
+ * Different illustration types of Illustrated Message.
323
+ *
324
+ * @enum {string}
325
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.IllustrationMessageType
326
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori IllustrationMessageType
327
+ * @private
328
+ */
329
+ pkg["IllustrationMessageType"] = {
330
+ /**
331
+ * "Achievement" illustration type.
332
+ *
333
+ * @private
334
+ */
335
+ Achievement: "Achievement",
336
+ /**
337
+ * "Adding Columns" illustration type.
338
+ *
339
+ * @private
340
+ */
341
+ AddingColumns: "AddingColumns",
342
+ /**
343
+ * "Add People To Calendar" illustration type.
344
+ *
345
+ * @private
346
+ */
347
+ AddPeopleToCalendar: "AddPeopleToCalendar",
348
+ /**
349
+ * "Before Search" illustration type.
350
+ *
351
+ * @private
352
+ */
353
+ BeforeSearch: "BeforeSearch",
354
+ /**
355
+ * "Drag Files To Upload" illustration type.
356
+ *
357
+ * @private
358
+ */
359
+ DragFilesToUpload: "DragFilesToUpload",
360
+ /**
361
+ * "Filtering Columns" illustration type.
362
+ *
363
+ * @private
364
+ */
365
+ FilteringColumns: "FilteringColumns",
366
+ /**
367
+ * "Grouping Columns" illustration type.
368
+ *
369
+ * @private
370
+ */
371
+ GroupingColumns: "GroupingColumns",
372
+ /**
373
+ * "New Mail" illustration type.
374
+ *
375
+ * @private
376
+ */
377
+ NewMail: "NewMail",
378
+ /**
379
+ * "No Activities" illustration type.
380
+ *
381
+ * @private
382
+ */
383
+ NoActivities: "NoActivities",
384
+ /**
385
+ * "No Columns Set" illustration type.
386
+ *
387
+ * @private
388
+ */
389
+ NoColumnsSet: "NoColumnsSet",
390
+ /**
391
+ * "No Data" illustration type.
392
+ *
393
+ * @private
394
+ */
395
+ NoData: "NoData",
396
+ /**
397
+ * "No Email" illustration type.
398
+ *
399
+ * @private
400
+ */
401
+ NoMail: "NoMail",
402
+ /**
403
+ * "No Email v1" illustration type.
404
+ *
405
+ * @private
406
+ */
407
+ NoMail_v1: "NoMail_v1",
408
+ /**
409
+ * "No Entries" illustration type.
410
+ *
411
+ * @private
412
+ */
413
+ NoEntries: "NoEntries",
414
+ /**
415
+ * "No Notifications" illustration type.
416
+ *
417
+ * @private
418
+ */
419
+ NoNotifications: "NoNotifications",
420
+ /**
421
+ * "No Saved Items" illustration type.
422
+ *
423
+ * @private
424
+ */
425
+ NoSavedItems: "NoSavedItems",
426
+ /**
427
+ * "No Saved Items v1" illustration type.
428
+ *
429
+ * @private
430
+ */
431
+ NoSavedItems_v1: "NoSavedItems_v1",
432
+ /**
433
+ * "No Search Results" illustration type.
434
+ *
435
+ * @private
436
+ */
437
+ NoSearchResults: "NoSearchResults",
438
+ /**
439
+ * "No Tasks" illustration type.
440
+ *
441
+ * @private
442
+ */
443
+ NoTasks: "NoTasks",
444
+ /**
445
+ * "No Tasks v1" illustration type.
446
+ *
447
+ * @private
448
+ */
449
+ NoTasks_v1: "NoTasks_v1",
450
+ /**
451
+ * "No Dimensions Set" illustration type.
452
+ *
453
+ * @private
454
+ */
455
+ NoDimensionsSet: "NoDimensionsSet",
456
+ /**
457
+ * "Unable To Load" illustration type.
458
+ *
459
+ * @private
460
+ */
461
+ UnableToLoad: "UnableToLoad",
462
+ /**
463
+ * "Unable To Load Image" illustration type.
464
+ *
465
+ * @private
466
+ */
467
+ UnableToLoadImage: "UnableToLoadImage",
468
+ /**
469
+ * "Unable To Upload" illustration type.
470
+ *
471
+ * @private
472
+ */
473
+ UnableToUpload: "UnableToUpload",
474
+ /**
475
+ * "Upload To Cloud" illustration type.
476
+ *
477
+ * @private
478
+ */
479
+ UploadToCloud: "UploadToCloud",
480
+ /**
481
+ * "Add Column" illustration type.
482
+ *
483
+ * @private
484
+ */
485
+ AddColumn: "AddColumn",
486
+ /**
487
+ * "Add People" illustration type.
488
+ *
489
+ * @private
490
+ */
491
+ AddPeople: "AddPeople",
492
+ /**
493
+ * "Add Dimensions" illustration type.
494
+ *
495
+ * @private
496
+ */
497
+ AddDimensions: "AddDimensions",
498
+ /**
499
+ * "Balloon Sky" illustration type.
500
+ *
501
+ * @private
502
+ */
503
+ BalloonSky: "BalloonSky",
504
+ /**
505
+ * "Connection" illustration type.
506
+ *
507
+ * @private
508
+ */
509
+ Connection: "Connection",
510
+ /**
511
+ * "Empty Calendar" illustration type.
512
+ *
513
+ * @private
514
+ */
515
+ EmptyCalendar: "EmptyCalendar",
516
+ /**
517
+ * "Empty List" illustration type.
518
+ *
519
+ * @private
520
+ */
521
+ EmptyList: "EmptyList",
522
+ /**
523
+ * "Empty Planning Calendar" illustration type.
524
+ *
525
+ * @private
526
+ */
527
+ EmptyPlanningCalendar: "EmptyPlanningCalendar",
528
+ /**
529
+ * "Error Screen" illustration type.
530
+ *
531
+ * @private
532
+ */
533
+ ErrorScreen: "ErrorScreen",
534
+ /**
535
+ * "Filter Table" illustration type.
536
+ *
537
+ * @private
538
+ */
539
+ FilterTable: "FilterTable",
540
+ /**
541
+ * "Group Table" illustration type.
542
+ *
543
+ * @private
544
+ */
545
+ GroupTable: "GroupTable",
546
+ /**
547
+ * "Key Task" illustration type.
548
+ *
549
+ * @private
550
+ */
551
+ KeyTask: "KeyTask",
552
+ /**
553
+ * "No Chart Data" illustration type.
554
+ *
555
+ * @private
556
+ */
557
+ NoChartData: "NoChartData",
558
+ /**
559
+ * "No Filter Results" illustration type.
560
+ *
561
+ * @private
562
+ */
563
+ NoFilterResults: "NoFilterResults",
564
+ /**
565
+ * "Page Not Found" illustration type.
566
+ *
567
+ * @private
568
+ */
569
+ PageNotFound: "PageNotFound",
570
+ /**
571
+ * "Reload Screen" illustration type.
572
+ *
573
+ * @private
574
+ */
575
+ ReloadScreen: "ReloadScreen",
576
+ /**
577
+ * "Resize Column" illustration type.
578
+ *
579
+ * @private
580
+ */
581
+ ResizeColumn: "ResizeColumn",
582
+ /**
583
+ * "Resizing Columns" illustration type.
584
+ *
585
+ * @private
586
+ */
587
+ ResizingColumns: "ResizingColumns",
588
+ /**
589
+ * "Receive Appreciation" illustration type.
590
+ *
591
+ * @private
592
+ */
593
+ ReceiveAppreciation: "ReceiveAppreciation",
594
+ /**
595
+ * "Search Earth" illustration type.
596
+ *
597
+ * @private
598
+ */
599
+ SearchEarth: "SearchEarth",
600
+ /**
601
+ * "Search Folder" illustration type.
602
+ *
603
+ * @private
604
+ */
605
+ SearchFolder: "SearchFolder",
606
+ /**
607
+ * "Sign Out" illustration type.
608
+ *
609
+ * @private
610
+ */
611
+ SignOut: "SignOut",
612
+ /**
613
+ * "Simple Balloon" illustration type.
614
+ *
615
+ * @private
616
+ */
617
+ SimpleBalloon: "SimpleBalloon",
618
+ /**
619
+ * "Simple Bell" illustration type.
620
+ *
621
+ * @private
622
+ */
623
+ SimpleBell: "SimpleBell",
624
+ /**
625
+ * "Simple Calendar" illustration type.
626
+ *
627
+ * @private
628
+ */
629
+ SimpleCalendar: "SimpleCalendar",
630
+ /**
631
+ * "Simple CheckMark" illustration type.
632
+ *
633
+ * @private
634
+ */
635
+ SimpleCheckMark: "SimpleCheckMark",
636
+ /**
637
+ * "Simple Connection" illustration type.
638
+ *
639
+ * @private
640
+ */
641
+ SimpleConnection: "SimpleConnection",
642
+ /**
643
+ * "Simple Empty Doc" illustration type.
644
+ *
645
+ * @private
646
+ */
647
+ SimpleEmptyDoc: "SimpleEmptyDoc",
648
+ /**
649
+ * "Simple Empty List" illustration type.
650
+ *
651
+ * @private
652
+ */
653
+ SimpleEmptyList: "SimpleEmptyList",
654
+ /**
655
+ * "Simple Error" illustration type.
656
+ *
657
+ * @private
658
+ */
659
+ SimpleError: "SimpleError",
660
+ /**
661
+ * "Simple Magnifier" illustration type.
662
+ *
663
+ * @private
664
+ */
665
+ SimpleMagnifier: "SimpleMagnifier",
666
+ /**
667
+ * "Simple Mail" illustration type.
668
+ *
669
+ * @private
670
+ */
671
+ SimpleMail: "SimpleMail",
672
+ /**
673
+ * "Simple No Saved Items" illustration type.
674
+ *
675
+ * @private
676
+ */
677
+ SimpleNoSavedItems: "SimpleNoSavedItems",
678
+ /**
679
+ * "Simple Not Found Magnifier" illustration type.
680
+ *
681
+ * @private
682
+ */
683
+ SimpleNotFoundMagnifier: "SimpleNotFoundMagnifier",
684
+ /**
685
+ * "Simple Reload" illustration type.
686
+ *
687
+ * @private
688
+ */
689
+ SimpleReload: "SimpleReload",
690
+ /**
691
+ * "Simple Task" illustration type.
692
+ *
693
+ * @private
694
+ */
695
+ SimpleTask: "SimpleTask",
696
+ /**
697
+ * "Sleeping Bell" illustration type.
698
+ *
699
+ * @private
700
+ */
701
+ SleepingBell: "SleepingBell",
702
+ /**
703
+ * "Sort Column" illustration type.
704
+ *
705
+ * @private
706
+ */
707
+ SortColumn: "SortColumn",
708
+ /**
709
+ * "Sorting Columns" illustration type.
710
+ *
711
+ * @private
712
+ */
713
+ SortingColumns: "SortingColumns",
714
+ /**
715
+ * "Success Balloon" illustration type.
716
+ *
717
+ * @private
718
+ */
719
+ SuccessBalloon: "SuccessBalloon",
720
+ /**
721
+ * "Success CheckMark" illustration type.
722
+ *
723
+ * @private
724
+ */
725
+ SuccessCheckMark: "SuccessCheckMark",
726
+ /**
727
+ * "Success HighFive" illustration type.
728
+ *
729
+ * @private
730
+ */
731
+ SuccessHighFive: "SuccessHighFive",
732
+ /**
733
+ * "Success Screen" illustration type.
734
+ *
735
+ * @private
736
+ */
737
+ SuccessScreen: "SuccessScreen",
738
+ /**
739
+ * "Survey" illustration type.
740
+ *
741
+ * @private
742
+ */
743
+ Survey: "Survey",
744
+ /**
745
+ * "Tent" illustration type.
746
+ *
747
+ * @private
748
+ */
749
+ Tent: "Tent",
750
+ /**
751
+ * "Upload Collection" illustration type.
752
+ *
753
+ * @private
754
+ */
755
+ UploadCollection: "UploadCollection",
756
+ /**
757
+ * "User Has Signed Up" illustration type.
758
+ *
759
+ * @private
760
+ */
761
+ UserHasSignedUp: "UserHasSignedUp",
762
+ /**
763
+ * "TntAvatar" illustration type.
764
+ *
765
+ * @private
766
+ */
767
+ TntAvatar: "TntAvatar",
768
+ /**
769
+ * "TntCalculator" illustration type.
770
+ *
771
+ * @private
772
+ */
773
+ TntCalculator: "TntCalculator",
774
+ /**
775
+ * "TntChartArea" illustration type.
776
+ *
777
+ * @private
778
+ */
779
+ TntChartArea: "TntChartArea",
780
+ /**
781
+ * "TntChartArea2" illustration type.
782
+ *
783
+ * @private
784
+ */
785
+ TntChartArea2: "TntChartArea2",
786
+ /**
787
+ * "TntChartBar" illustration type.
788
+ *
789
+ * @private
790
+ */
791
+ TntChartBar: "TntChartBar",
792
+ /**
793
+ * "TntChartBPMNFlow" illustration type.
794
+ *
795
+ * @private
796
+ */
797
+ TntChartBPMNFlow: "TntChartBPMNFlow",
798
+ /**
799
+ * "TntChartBullet" illustration type.
800
+ *
801
+ * @private
802
+ */
803
+ TntChartBullet: "TntChartBullet",
804
+ /**
805
+ * "TntChartDoughnut" illustration type.
806
+ *
807
+ * @private
808
+ */
809
+ TntChartDoughnut: "TntChartDoughnut",
810
+ /**
811
+ * "TntChartFlow" illustration type.
812
+ *
813
+ * @private
814
+ */
815
+ TntChartFlow: "TntChartFlow",
816
+ /**
817
+ * "TntChartGantt" illustration type.
818
+ *
819
+ * @private
820
+ */
821
+ TntChartGantt: "TntChartGantt",
822
+ /**
823
+ * "TntChartOrg" illustration type.
824
+ *
825
+ * @private
826
+ */
827
+ TntChartOrg: "TntChartOrg",
828
+ /**
829
+ * "TntChartPie" illustration type.
830
+ *
831
+ * @private
832
+ */
833
+ TntChartPie: "TntChartPie",
834
+ /**
835
+ * "TntCodePlaceholder" illustration type.
836
+ *
837
+ * @private
838
+ */
839
+ TntCodePlaceholder: "TntCodePlaceholder",
840
+ /**
841
+ * "TntCompany" illustration type.
842
+ *
843
+ * @private
844
+ */
845
+ TntCompany: "TntCompany",
846
+ /**
847
+ * "TntCompass" illustration type.
848
+ *
849
+ * @private
850
+ */
851
+ TntCompass: "TntCompass",
852
+ /**
853
+ * "TntComponents" illustration type.
854
+ *
855
+ * @private
856
+ */
857
+ TntComponents: "TntComponents",
858
+ /**
859
+ * "TntDialog" illustration type.
860
+ *
861
+ * @private
862
+ */
863
+ TntDialog: "TntDialog",
864
+ /**
865
+ * "TntEmptyContentPane" illustration type.
866
+ *
867
+ * @private
868
+ */
869
+ TntEmptyContentPane: "TntEmptyContentPane",
870
+ /**
871
+ * "TntExternalLink" illustration type.
872
+ *
873
+ * @private
874
+ */
875
+ TntExternalLink: "TntExternalLink",
876
+ /**
877
+ * "TntFaceID" illustration type.
878
+ *
879
+ * @private
880
+ */
881
+ TntFaceID: "TntFaceID",
882
+ /**
883
+ * "TntFingerprint" illustration type.
884
+ *
885
+ * @private
886
+ */
887
+ TntFingerprint: "TntFingerprint",
888
+ /**
889
+ * "TntHandshake" illustration type.
890
+ *
891
+ * @private
892
+ */
893
+ TntHandshake: "TntHandshake",
894
+ /**
895
+ * "TntHelp" illustration type.
896
+ *
897
+ * @private
898
+ */
899
+ TntHelp: "TntHelp",
900
+ /**
901
+ * "TntLock" illustration type.
902
+ *
903
+ * @private
904
+ */
905
+ TntLock: "TntLock",
906
+ /**
907
+ * "TntMission" illustration type.
908
+ *
909
+ * @private
910
+ */
911
+ TntMission: "TntMission",
912
+ /**
913
+ * "TntMissionFailed" illustration type.
914
+ *
915
+ * @private
916
+ */
917
+ TntMissionFailed: "TntMissionFailed",
918
+ /**
919
+ * "TntNoApplications" illustration type.
920
+ *
921
+ * @private
922
+ */
923
+ TntNoApplications: "TntNoApplications",
924
+ /**
925
+ * "TntNoFlows" illustration type.
926
+ *
927
+ * @private
928
+ */
929
+ TntNoFlows: "TntNoFlows",
930
+ /**
931
+ * "TntNoUsers" illustration type.
932
+ *
933
+ * @private
934
+ */
935
+ TntNoUsers: "TntNoUsers",
936
+ /**
937
+ * "TntRadar" illustration type.
938
+ *
939
+ * @private
940
+ */
941
+ TntRadar: "TntRadar",
942
+ /**
943
+ * "TntRoadMap" illustration type.
944
+ *
945
+ * @private
946
+ */
947
+ TntRoadMap: "TntRoadMap",
948
+ /**
949
+ * "TntSecrets" illustration type.
950
+ *
951
+ * @private
952
+ */
953
+ TntSecrets: "TntSecrets",
954
+ /**
955
+ * "TntServices" illustration type.
956
+ *
957
+ * @private
958
+ */
959
+ TntServices: "TntServices",
960
+ /**
961
+ * "TntSessionExpired" illustration type.
962
+ *
963
+ * @private
964
+ */
965
+ TntSessionExpired: "TntSessionExpired",
966
+ /**
967
+ * "TntSessionExpiring" illustration type.
968
+ *
969
+ * @private
970
+ */
971
+ TntSessionExpiring: "TntSessionExpiring",
972
+ /**
973
+ * "TntSettings" illustration type.
974
+ *
975
+ * @private
976
+ */
977
+ TntSettings: "TntSettings",
978
+ /**
979
+ * "TntSuccess" illustration type.
980
+ *
981
+ * @private
982
+ */
983
+ TntSuccess: "TntSuccess",
984
+ /**
985
+ * "TntSuccessfulAuth" illustration type.
986
+ *
987
+ * @private
988
+ */
989
+ TntSuccessfulAuth: "TntSuccessfulAuth",
990
+ /**
991
+ * "TntSystems" illustration type.
992
+ *
993
+ * @private
994
+ */
995
+ TntSystems: "TntSystems",
996
+ /**
997
+ * "TntTeams" illustration type.
998
+ *
999
+ * @private
1000
+ */
1001
+ TntTeams: "TntTeams",
1002
+ /**
1003
+ * "TntTools" illustration type.
1004
+ *
1005
+ * @private
1006
+ */
1007
+ TntTools: "TntTools",
1008
+ /**
1009
+ * "TntTutorials" illustration type.
1010
+ *
1011
+ * @private
1012
+ */
1013
+ TntTutorials: "TntTutorials",
1014
+ /**
1015
+ * "TntUnableToLoad" illustration type.
1016
+ *
1017
+ * @private
1018
+ */
1019
+ TntUnableToLoad: "TntUnableToLoad",
1020
+ /**
1021
+ * "TntUnlock" illustration type.
1022
+ *
1023
+ * @private
1024
+ */
1025
+ TntUnlock: "TntUnlock",
1026
+ /**
1027
+ * "TntUnsuccessfulAuth" illustration type.
1028
+ *
1029
+ * @private
1030
+ */
1031
+ TntUnsuccessfulAuth: "TntUnsuccessfulAuth",
1032
+ /**
1033
+ * "TntUser2" illustration type.
1034
+ *
1035
+ * @private
1036
+ */
1037
+ TntUser2: "TntUser2"
1038
+ };
1039
+ registerEnum(
1040
+ "sap.f.gen.ui5.webcomponents_fiori.IllustrationMessageType",
1041
+ pkg["IllustrationMessageType"]
1042
+ );
1043
+ /**
1044
+ * Defines the layout of the content displayed in the `ui5-media-gallery-item`.
1045
+ *
1046
+ * @enum {string}
1047
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.MediaGalleryItemLayout
1048
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori MediaGalleryItemLayout
1049
+ * @private
1050
+ */
1051
+ pkg["MediaGalleryItemLayout"] = {
1052
+ /**
1053
+ * Recommended to use when the item contains an image.
1054
+ *
1055
+ * When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
1056
+ *
1057
+ * @private
1058
+ */
1059
+ Square: "Square",
1060
+ /**
1061
+ * Recommended to use when the item contains video content.
1062
+ *
1063
+ * When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
1064
+ * (stretched to fill all of the available width) for optimal user experiance.
1065
+ *
1066
+ * @private
1067
+ */
1068
+ Wide: "Wide"
1069
+ };
1070
+ registerEnum(
1071
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryItemLayout",
1072
+ pkg["MediaGalleryItemLayout"]
1073
+ );
1074
+ /**
1075
+ * Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
1076
+ *
1077
+ * @enum {string}
1078
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.MediaGalleryLayout
1079
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori MediaGalleryLayout
1080
+ * @private
1081
+ */
1082
+ pkg["MediaGalleryLayout"] = {
1083
+ /**
1084
+ * The layout is determined automatically.
1085
+ *
1086
+ * @private
1087
+ */
1088
+ Auto: "Auto",
1089
+ /**
1090
+ * Displays the layout as a vertical split between the thumbnails list and the selected image.
1091
+ *
1092
+ * @private
1093
+ */
1094
+ Vertical: "Vertical",
1095
+ /**
1096
+ * Displays the layout as a horizontal split between the thumbnails list and the selected image.
1097
+ *
1098
+ * @private
1099
+ */
1100
+ Horizontal: "Horizontal"
1101
+ };
1102
+ registerEnum(
1103
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryLayout",
1104
+ pkg["MediaGalleryLayout"]
1105
+ );
1106
+ /**
1107
+ * Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
1108
+ *
1109
+ * @enum {string}
1110
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.MediaGalleryMenuHorizontalAlign
1111
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori MediaGalleryMenuHorizontalAlign
1112
+ * @private
1113
+ */
1114
+ pkg["MediaGalleryMenuHorizontalAlign"] = {
1115
+ /**
1116
+ * Displays the menu on the left side of the target.
1117
+ *
1118
+ * @private
1119
+ */
1120
+ Left: "Left",
1121
+ /**
1122
+ * Displays the menu on the right side of the target.
1123
+ *
1124
+ * @private
1125
+ */
1126
+ Right: "Right"
1127
+ };
1128
+ registerEnum(
1129
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryMenuHorizontalAlign",
1130
+ pkg["MediaGalleryMenuHorizontalAlign"]
1131
+ );
1132
+ /**
1133
+ * Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
1134
+ *
1135
+ * @enum {string}
1136
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.MediaGalleryMenuVerticalAlign
1137
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori MediaGalleryMenuVerticalAlign
1138
+ * @private
1139
+ */
1140
+ pkg["MediaGalleryMenuVerticalAlign"] = {
1141
+ /**
1142
+ * Displays the menu at the top of the reference control.
1143
+ *
1144
+ * @private
1145
+ */
1146
+ Top: "Top",
1147
+ /**
1148
+ * Displays the menu at the bottom of the reference control.
1149
+ *
1150
+ * @private
1151
+ */
1152
+ Bottom: "Bottom"
1153
+ };
1154
+ registerEnum(
1155
+ "sap.f.gen.ui5.webcomponents_fiori.MediaGalleryMenuVerticalAlign",
1156
+ pkg["MediaGalleryMenuVerticalAlign"]
1157
+ );
1158
+ /**
1159
+ * Specifies the navigation layout mode.
1160
+ *
1161
+ * @enum {string}
1162
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.NavigationLayoutMode
1163
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori NavigationLayoutMode
1164
+ * @private
1165
+ */
1166
+ pkg["NavigationLayoutMode"] = {
1167
+ /**
1168
+ * Automatically calculates the navigation layout mode based on the screen device type.
1169
+ * `Expanded` on desktop and `Collapsed` on tablet and phone.
1170
+ *
1171
+ * @private
1172
+ */
1173
+ Auto: "Auto",
1174
+ /**
1175
+ * Collapsed side navigation.
1176
+ *
1177
+ * @private
1178
+ */
1179
+ Collapsed: "Collapsed",
1180
+ /**
1181
+ * Expanded side navigation.
1182
+ *
1183
+ * @private
1184
+ */
1185
+ Expanded: "Expanded"
1186
+ };
1187
+ registerEnum(
1188
+ "sap.f.gen.ui5.webcomponents_fiori.NavigationLayoutMode",
1189
+ pkg["NavigationLayoutMode"]
1190
+ );
1191
+ /**
1192
+ * Different types of NotificationListItemImportance.
1193
+ *
1194
+ * @enum {string}
1195
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.NotificationListItemImportance
1196
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori NotificationListItemImportance
1197
+ * @private
1198
+ */
1199
+ pkg["NotificationListItemImportance"] = {
1200
+ /**
1201
+ * Standard
1202
+ *
1203
+ * @private
1204
+ */
1205
+ Standard: "Standard",
1206
+ /**
1207
+ * Important
1208
+ *
1209
+ * @private
1210
+ */
1211
+ Important: "Important"
1212
+ };
1213
+ registerEnum(
1214
+ "sap.f.gen.ui5.webcomponents_fiori.NotificationListItemImportance",
1215
+ pkg["NotificationListItemImportance"]
1216
+ );
1217
+ /**
1218
+ * Available Page Background Design.
1219
+ *
1220
+ * @enum {string}
1221
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.PageBackgroundDesign
1222
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori PageBackgroundDesign
1223
+ * @private
1224
+ */
1225
+ pkg["PageBackgroundDesign"] = {
1226
+ /**
1227
+ * Page background color when a List is set as the Page content.
1228
+ *
1229
+ * @private
1230
+ */
1231
+ List: "List",
1232
+ /**
1233
+ * A solid background color dependent on the theme.
1234
+ *
1235
+ * @private
1236
+ */
1237
+ Solid: "Solid",
1238
+ /**
1239
+ * Transparent background for the page.
1240
+ *
1241
+ * @private
1242
+ */
1243
+ Transparent: "Transparent"
1244
+ };
1245
+ registerEnum(
1246
+ "sap.f.gen.ui5.webcomponents_fiori.PageBackgroundDesign",
1247
+ pkg["PageBackgroundDesign"]
1248
+ );
1249
+ /**
1250
+ * Search mode options.
1251
+ *
1252
+ * @enum {string}
1253
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.SearchMode
1254
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori SearchMode
1255
+ * @private
1256
+ */
1257
+ pkg["SearchMode"] = {
1258
+ /**
1259
+ * Search field with default appearance.
1260
+ *
1261
+ * @private
1262
+ */
1263
+ Default: "Default",
1264
+ /**
1265
+ * Search field with additional scope select.
1266
+ *
1267
+ * @private
1268
+ */
1269
+ Scoped: "Scoped"
1270
+ };
1271
+ registerEnum("sap.f.gen.ui5.webcomponents_fiori.SearchMode", pkg["SearchMode"]);
1272
+ /**
1273
+ * SideContent FallDown options.
1274
+ *
1275
+ * @enum {string}
1276
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.SideContentFallDown
1277
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori SideContentFallDown
1278
+ * @private
1279
+ */
1280
+ pkg["SideContentFallDown"] = {
1281
+ /**
1282
+ * Side content falls down on breakpoints below XL
1283
+ *
1284
+ * @private
1285
+ */
1286
+ BelowXL: "BelowXL",
1287
+ /**
1288
+ * Side content falls down on breakpoints below L
1289
+ *
1290
+ * @private
1291
+ */
1292
+ BelowL: "BelowL",
1293
+ /**
1294
+ * Side content falls down on breakpoints below M
1295
+ *
1296
+ * @private
1297
+ */
1298
+ BelowM: "BelowM",
1299
+ /**
1300
+ * Side content falls down on breakpoint M and the minimum width for the side content
1301
+ *
1302
+ * @private
1303
+ */
1304
+ OnMinimumWidth: "OnMinimumWidth"
1305
+ };
1306
+ registerEnum(
1307
+ "sap.f.gen.ui5.webcomponents_fiori.SideContentFallDown",
1308
+ pkg["SideContentFallDown"]
1309
+ );
1310
+ /**
1311
+ * Side Content position options.
1312
+ *
1313
+ * @enum {string}
1314
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.SideContentPosition
1315
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori SideContentPosition
1316
+ * @private
1317
+ */
1318
+ pkg["SideContentPosition"] = {
1319
+ /**
1320
+ * The side content is on the right side of the main container
1321
+ * in left-to-right mode and on the left side in right-to-left mode.
1322
+ *
1323
+ * @private
1324
+ */
1325
+ End: "End",
1326
+ /**
1327
+ * The side content is on the left side of the main container
1328
+ * in left-to-right mode and on the right side in right-to-left mode.
1329
+ *
1330
+ * @private
1331
+ */
1332
+ Start: "Start"
1333
+ };
1334
+ registerEnum(
1335
+ "sap.f.gen.ui5.webcomponents_fiori.SideContentPosition",
1336
+ pkg["SideContentPosition"]
1337
+ );
1338
+ /**
1339
+ * Side Content visibility options.
1340
+ *
1341
+ * @enum {string}
1342
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.SideContentVisibility
1343
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori SideContentVisibility
1344
+ * @private
1345
+ */
1346
+ pkg["SideContentVisibility"] = {
1347
+ /**
1348
+ * Show the side content on any breakpoint
1349
+ *
1350
+ * @private
1351
+ */
1352
+ AlwaysShow: "AlwaysShow",
1353
+ /**
1354
+ * Show the side content on XL breakpoint
1355
+ *
1356
+ * @private
1357
+ */
1358
+ ShowAboveL: "ShowAboveL",
1359
+ /**
1360
+ * Show the side content on L and XL breakpoints
1361
+ *
1362
+ * @private
1363
+ */
1364
+ ShowAboveM: "ShowAboveM",
1365
+ /**
1366
+ * Show the side content on M, L and XL breakpoints
1367
+ *
1368
+ * @private
1369
+ */
1370
+ ShowAboveS: "ShowAboveS",
1371
+ /**
1372
+ * Don't show the side content on any breakpoints
1373
+ *
1374
+ * @private
1375
+ */
1376
+ NeverShow: "NeverShow"
1377
+ };
1378
+ registerEnum(
1379
+ "sap.f.gen.ui5.webcomponents_fiori.SideContentVisibility",
1380
+ pkg["SideContentVisibility"]
1381
+ );
1382
+ /**
1383
+ * SideNavigationItem designs.
1384
+ *
1385
+ * @enum {string}
1386
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.SideNavigationItemDesign
1387
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori SideNavigationItemDesign
1388
+ * @private
1389
+ */
1390
+ pkg["SideNavigationItemDesign"] = {
1391
+ /**
1392
+ * Design for items that perform navigation, contain navigation child items, or both.
1393
+ *
1394
+ * @private
1395
+ */
1396
+ Default: "Default",
1397
+ /**
1398
+ * Design for items that trigger an action, such as opening a dialog.
1399
+ *
1400
+ * **Note:** Items with this design must not have sub-items.
1401
+ *
1402
+ * **Note:** Items that open a dialog must set `hasPopup="dialog"` via `accessibilityAttributes` property.
1403
+ *
1404
+ * @private
1405
+ */
1406
+ Action: "Action"
1407
+ };
1408
+ registerEnum(
1409
+ "sap.f.gen.ui5.webcomponents_fiori.SideNavigationItemDesign",
1410
+ pkg["SideNavigationItemDesign"]
1411
+ );
1412
+ /**
1413
+ * Timeline growing modes.
1414
+ *
1415
+ * @enum {string}
1416
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.TimelineGrowingMode
1417
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori TimelineGrowingMode
1418
+ * @private
1419
+ */
1420
+ pkg["TimelineGrowingMode"] = {
1421
+ /**
1422
+ * Event `load-more` is fired
1423
+ * upon pressing a "More" button at the end.
1424
+ *
1425
+ * @private
1426
+ */
1427
+ Button: "Button",
1428
+ /**
1429
+ * Event `load-more` is fired upon scroll.
1430
+ *
1431
+ * @private
1432
+ */
1433
+ Scroll: "Scroll",
1434
+ /**
1435
+ * The growing feature is not enabled.
1436
+ *
1437
+ * @private
1438
+ */
1439
+ None: "None"
1440
+ };
1441
+ registerEnum(
1442
+ "sap.f.gen.ui5.webcomponents_fiori.TimelineGrowingMode",
1443
+ pkg["TimelineGrowingMode"]
1444
+ );
1445
+ /**
1446
+ * Available Timeline layout orientation
1447
+ *
1448
+ * @enum {string}
1449
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.TimelineLayout
1450
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori TimelineLayout
1451
+ * @private
1452
+ */
1453
+ pkg["TimelineLayout"] = {
1454
+ /**
1455
+ * Vertical layout
1456
+ * Default type
1457
+ *
1458
+ * @private
1459
+ */
1460
+ Vertical: "Vertical",
1461
+ /**
1462
+ * Horizontal layout
1463
+ *
1464
+ * @private
1465
+ */
1466
+ Horizontal: "Horizontal"
1467
+ };
1468
+ registerEnum(
1469
+ "sap.f.gen.ui5.webcomponents_fiori.TimelineLayout",
1470
+ pkg["TimelineLayout"]
1471
+ );
1472
+ /**
1473
+ * Different UploadCollection selection modes.
1474
+ *
1475
+ * @enum {string}
1476
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.UploadCollectionSelectionMode
1477
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori UploadCollectionSelectionMode
1478
+ * @private
1479
+ */
1480
+ pkg["UploadCollectionSelectionMode"] = {
1481
+ /**
1482
+ * Default mode (no selection).
1483
+ *
1484
+ * @private
1485
+ */
1486
+ None: "None",
1487
+ /**
1488
+ * Right-positioned single selection mode (only one list item can be selected).
1489
+ *
1490
+ * @private
1491
+ */
1492
+ Single: "Single",
1493
+ /**
1494
+ * Left-positioned single selection mode (only one list item can be selected).
1495
+ *
1496
+ * @private
1497
+ */
1498
+ SingleStart: "SingleStart",
1499
+ /**
1500
+ * Selected item is highlighted but no selection element is visible
1501
+ * (only one list item can be selected).
1502
+ *
1503
+ * @private
1504
+ */
1505
+ SingleEnd: "SingleEnd",
1506
+ /**
1507
+ * Selected item is highlighted and selection is changed upon arrow navigation
1508
+ * (only one list item can be selected - this is always the focused item).
1509
+ *
1510
+ * @private
1511
+ */
1512
+ SingleAuto: "SingleAuto",
1513
+ /**
1514
+ * Multi selection mode (more than one list item can be selected).
1515
+ *
1516
+ * @private
1517
+ */
1518
+ Multiple: "Multiple"
1519
+ };
1520
+ registerEnum(
1521
+ "sap.f.gen.ui5.webcomponents_fiori.UploadCollectionSelectionMode",
1522
+ pkg["UploadCollectionSelectionMode"]
1523
+ );
1524
+ /**
1525
+ * Different types of UploadState.
1526
+ *
1527
+ * @enum {string}
1528
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.UploadState
1529
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori UploadState
1530
+ * @private
1531
+ */
1532
+ pkg["UploadState"] = {
1533
+ /**
1534
+ * The file has been uploaded successfully.
1535
+ *
1536
+ * @private
1537
+ */
1538
+ Complete: "Complete",
1539
+ /**
1540
+ * The file cannot be uploaded due to an error.
1541
+ *
1542
+ * @private
1543
+ */
1544
+ Error: "Error",
1545
+ /**
1546
+ * The file is awaiting an explicit command to start being uploaded.
1547
+ *
1548
+ * @private
1549
+ */
1550
+ Ready: "Ready",
1551
+ /**
1552
+ * The file is currently being uploaded.
1553
+ *
1554
+ * @private
1555
+ */
1556
+ Uploading: "Uploading"
1557
+ };
1558
+ registerEnum("sap.f.gen.ui5.webcomponents_fiori.UploadState", pkg["UploadState"]);
1559
+ /**
1560
+ * Different types of ViewSettings.
1561
+ *
1562
+ * @enum {string}
1563
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.ViewSettingsDialogMode
1564
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori ViewSettingsDialogMode
1565
+ * @private
1566
+ */
1567
+ pkg["ViewSettingsDialogMode"] = {
1568
+ /**
1569
+ * Default type
1570
+ *
1571
+ * @private
1572
+ */
1573
+ Sort: "Sort",
1574
+ /**
1575
+ * Filter type
1576
+ *
1577
+ * @private
1578
+ */
1579
+ Filter: "Filter",
1580
+ /**
1581
+ * Group type
1582
+ *
1583
+ * @private
1584
+ */
1585
+ Group: "Group"
1586
+ };
1587
+ registerEnum(
1588
+ "sap.f.gen.ui5.webcomponents_fiori.ViewSettingsDialogMode",
1589
+ pkg["ViewSettingsDialogMode"]
1590
+ );
1591
+ /**
1592
+ * Enumeration for different content layouts of the `ui5-wizard`.
1593
+ *
1594
+ * @enum {string}
1595
+ * @alias module:sap/f/gen/ui5/webcomponents_fiori.WizardContentLayout
1596
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori WizardContentLayout
1597
+ * @private
1598
+ */
1599
+ pkg["WizardContentLayout"] = {
1600
+ /**
1601
+ * Display the content of the `ui5-wizard` as multiple steps in a scroll section.
1602
+ *
1603
+ * @private
1604
+ */
1605
+ MultipleSteps: "MultipleSteps",
1606
+ /**
1607
+ * Display the content of the `ui5-wizard` as single step.
1608
+ *
1609
+ * @private
1610
+ */
1611
+ SingleStep: "SingleStep"
1612
+ };
1613
+ registerEnum(
1614
+ "sap.f.gen.ui5.webcomponents_fiori.WizardContentLayout",
1615
+ pkg["WizardContentLayout"]
1616
+ );
1617
+
1618
+ // Interfaces
1619
+ /**
1620
+ * Interface for components that can be slotted inside `ui5-media-gallery` as items.
1621
+ *
1622
+ * @interface
1623
+ * @name module:sap/f/gen/ui5/webcomponents_fiori.IMediaGalleryItem
1624
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori IMediaGalleryItem
1625
+ * @private
1626
+ */
1627
+ /**
1628
+ * Interface for components that may be slotted inside `ui5-product-switch` as items
1629
+ *
1630
+ * @interface
1631
+ * @name module:sap/f/gen/ui5/webcomponents_fiori.IProductSwitchItem
1632
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori IProductSwitchItem
1633
+ * @private
1634
+ */
1635
+ /**
1636
+ * Interface for components that may be slotted inside a `ui5-search`
1637
+ *
1638
+ * @interface
1639
+ * @name module:sap/f/gen/ui5/webcomponents_fiori.ISearchScope
1640
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori ISearchScope
1641
+ * @private
1642
+ */
1643
+ /**
1644
+ * Interface for components that may be slotted inside `ui5-timeline` as items
1645
+ *
1646
+ * @interface
1647
+ * @name module:sap/f/gen/ui5/webcomponents_fiori.ITimelineItem
1648
+ * @ui5-module-override sap/f/gen/ui5/webcomponents_fiori ITimelineItem
1649
+ * @private
1650
+ */
1651
+
1652
+ return pkg;
1653
+ }
1654
+ );