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