@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,2825 @@
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
+ ["sap/f/thirdparty/webcomponents", "sap/ui/base/DataType", "sap/f/gen/ui5/webcomponents_base"],
8
+ function (WebCPackage, DataType) {
9
+ "use strict";
10
+ const { registerEnum } = DataType;
11
+
12
+ const pkg = {
13
+ _ui5metadata: {
14
+ name: "sap/f/gen/ui5/webcomponents",
15
+ version: "2.15.0",
16
+ dependencies: ["sap.ui.core"],
17
+ types: [
18
+ "sap.f.gen.ui5.webcomponents.AvatarColorScheme",
19
+ "sap.f.gen.ui5.webcomponents.AvatarGroupType",
20
+ "sap.f.gen.ui5.webcomponents.AvatarShape",
21
+ "sap.f.gen.ui5.webcomponents.AvatarSize",
22
+ "sap.f.gen.ui5.webcomponents.BackgroundDesign",
23
+ "sap.f.gen.ui5.webcomponents.BarAccessibleRole",
24
+ "sap.f.gen.ui5.webcomponents.BarDesign",
25
+ "sap.f.gen.ui5.webcomponents.BorderDesign",
26
+ "sap.f.gen.ui5.webcomponents.BreadcrumbsDesign",
27
+ "sap.f.gen.ui5.webcomponents.BreadcrumbsSeparator",
28
+ "sap.f.gen.ui5.webcomponents.BusyIndicatorSize",
29
+ "sap.f.gen.ui5.webcomponents.BusyIndicatorTextPlacement",
30
+ "sap.f.gen.ui5.webcomponents.ButtonAccessibleRole",
31
+ "sap.f.gen.ui5.webcomponents.ButtonBadgeDesign",
32
+ "sap.f.gen.ui5.webcomponents.ButtonDesign",
33
+ "sap.f.gen.ui5.webcomponents.ButtonType",
34
+ "sap.f.gen.ui5.webcomponents.CalendarLegendItemType",
35
+ "sap.f.gen.ui5.webcomponents.CalendarSelectionMode",
36
+ "sap.f.gen.ui5.webcomponents.CalendarWeekNumbering",
37
+ "sap.f.gen.ui5.webcomponents.CarouselArrowsPlacement",
38
+ "sap.f.gen.ui5.webcomponents.CarouselPageIndicatorType",
39
+ "sap.f.gen.ui5.webcomponents.ComboBoxFilter",
40
+ "sap.f.gen.ui5.webcomponents.ExpandableTextOverflowMode",
41
+ "sap.f.gen.ui5.webcomponents.FormItemSpacing",
42
+ "sap.f.gen.ui5.webcomponents.Highlight",
43
+ "sap.f.gen.ui5.webcomponents.IconDesign",
44
+ "sap.f.gen.ui5.webcomponents.IconMode",
45
+ "sap.f.gen.ui5.webcomponents.InputType",
46
+ "sap.f.gen.ui5.webcomponents.InteractiveAreaSize",
47
+ "sap.f.gen.ui5.webcomponents.LinkAccessibleRole",
48
+ "sap.f.gen.ui5.webcomponents.LinkDesign",
49
+ "sap.f.gen.ui5.webcomponents.ListAccessibleRole",
50
+ "sap.f.gen.ui5.webcomponents.ListGrowingMode",
51
+ "sap.f.gen.ui5.webcomponents.ListItemAccessibleRole",
52
+ "sap.f.gen.ui5.webcomponents.ListItemType",
53
+ "sap.f.gen.ui5.webcomponents.ListSelectionMode",
54
+ "sap.f.gen.ui5.webcomponents.ListSeparator",
55
+ "sap.f.gen.ui5.webcomponents.MenuItemGroupCheckMode",
56
+ "sap.f.gen.ui5.webcomponents.MessageStripDesign",
57
+ "sap.f.gen.ui5.webcomponents.NotificationListGrowingMode",
58
+ "sap.f.gen.ui5.webcomponents.OverflowMode",
59
+ "sap.f.gen.ui5.webcomponents.PanelAccessibleRole",
60
+ "sap.f.gen.ui5.webcomponents.PopoverHorizontalAlign",
61
+ "sap.f.gen.ui5.webcomponents.PopoverPlacement",
62
+ "sap.f.gen.ui5.webcomponents.PopoverVerticalAlign",
63
+ "sap.f.gen.ui5.webcomponents.PopupAccessibleRole",
64
+ "sap.f.gen.ui5.webcomponents.Priority",
65
+ "sap.f.gen.ui5.webcomponents.RatingIndicatorSize",
66
+ "sap.f.gen.ui5.webcomponents.SegmentedButtonSelectionMode",
67
+ "sap.f.gen.ui5.webcomponents.SemanticColor",
68
+ "sap.f.gen.ui5.webcomponents.SwitchDesign",
69
+ "sap.f.gen.ui5.webcomponents.TabLayout",
70
+ "sap.f.gen.ui5.webcomponents.TableCellHorizontalAlign",
71
+ "sap.f.gen.ui5.webcomponents.TableGrowingMode",
72
+ "sap.f.gen.ui5.webcomponents.TableOverflowMode",
73
+ "sap.f.gen.ui5.webcomponents.TableSelectionBehavior",
74
+ "sap.f.gen.ui5.webcomponents.TableSelectionMode",
75
+ "sap.f.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector",
76
+ "sap.f.gen.ui5.webcomponents.TagDesign",
77
+ "sap.f.gen.ui5.webcomponents.TagSize",
78
+ "sap.f.gen.ui5.webcomponents.TextEmptyIndicatorMode",
79
+ "sap.f.gen.ui5.webcomponents.TitleLevel",
80
+ "sap.f.gen.ui5.webcomponents.ToastPlacement",
81
+ "sap.f.gen.ui5.webcomponents.ToolbarAlign",
82
+ "sap.f.gen.ui5.webcomponents.ToolbarDesign",
83
+ "sap.f.gen.ui5.webcomponents.ToolbarItemOverflowBehavior",
84
+ "sap.f.gen.ui5.webcomponents.WrappingType"
85
+ ],
86
+ interfaces: [
87
+ "sap.f.gen.ui5.webcomponents.IAvatarGroupItem",
88
+ "sap.f.gen.ui5.webcomponents.IButton",
89
+ "sap.f.gen.ui5.webcomponents.ICalendarSelectedDates",
90
+ "sap.f.gen.ui5.webcomponents.IColorPaletteItem",
91
+ "sap.f.gen.ui5.webcomponents.IComboBoxItem",
92
+ "sap.f.gen.ui5.webcomponents.IDynamicDateRangeOption",
93
+ "sap.f.gen.ui5.webcomponents.IFormItem",
94
+ "sap.f.gen.ui5.webcomponents.IIcon",
95
+ "sap.f.gen.ui5.webcomponents.IInputSuggestionItem",
96
+ "sap.f.gen.ui5.webcomponents.IMenuItem",
97
+ "sap.f.gen.ui5.webcomponents.IMultiComboBoxItem",
98
+ "sap.f.gen.ui5.webcomponents.ISegmentedButtonItem",
99
+ "sap.f.gen.ui5.webcomponents.IOption",
100
+ "sap.f.gen.ui5.webcomponents.ITab",
101
+ "sap.f.gen.ui5.webcomponents.ITableFeature",
102
+ "sap.f.gen.ui5.webcomponents.ITableGrowing"
103
+ ],
104
+ controls: [
105
+ "sap.f.gen.ui5.webcomponents.dist.Avatar",
106
+ "sap.f.gen.ui5.webcomponents.dist.AvatarGroup",
107
+ "sap.f.gen.ui5.webcomponents.dist.Bar",
108
+ "sap.f.gen.ui5.webcomponents.dist.Breadcrumbs",
109
+ "sap.f.gen.ui5.webcomponents.dist.BreadcrumbsItem",
110
+ "sap.f.gen.ui5.webcomponents.dist.BusyIndicator",
111
+ "sap.f.gen.ui5.webcomponents.dist.Button",
112
+ "sap.f.gen.ui5.webcomponents.dist.ButtonBadge",
113
+ "sap.f.gen.ui5.webcomponents.dist.Calendar",
114
+ "sap.f.gen.ui5.webcomponents.dist.CalendarDate",
115
+ "sap.f.gen.ui5.webcomponents.dist.CalendarDateRange",
116
+ "sap.f.gen.ui5.webcomponents.dist.CalendarLegend",
117
+ "sap.f.gen.ui5.webcomponents.dist.CalendarLegendItem",
118
+ "sap.f.gen.ui5.webcomponents.dist.Card",
119
+ "sap.f.gen.ui5.webcomponents.dist.CardHeader",
120
+ "sap.f.gen.ui5.webcomponents.dist.Carousel",
121
+ "sap.f.gen.ui5.webcomponents.dist.CheckBox",
122
+ "sap.f.gen.ui5.webcomponents.dist.ColorPalette",
123
+ "sap.f.gen.ui5.webcomponents.dist.ColorPaletteItem",
124
+ "sap.f.gen.ui5.webcomponents.dist.ColorPalettePopover",
125
+ "sap.f.gen.ui5.webcomponents.dist.ColorPicker",
126
+ "sap.f.gen.ui5.webcomponents.dist.ComboBox",
127
+ "sap.f.gen.ui5.webcomponents.dist.ComboBoxItem",
128
+ "sap.f.gen.ui5.webcomponents.dist.ComboBoxItemGroup",
129
+ "sap.f.gen.ui5.webcomponents.dist.DatePicker",
130
+ "sap.f.gen.ui5.webcomponents.dist.DateRangePicker",
131
+ "sap.f.gen.ui5.webcomponents.dist.DateTimePicker",
132
+ "sap.f.gen.ui5.webcomponents.dist.Dialog",
133
+ "sap.f.gen.ui5.webcomponents.dist.DynamicDateRange",
134
+ "sap.f.gen.ui5.webcomponents.dist.ExpandableText",
135
+ "sap.f.gen.ui5.webcomponents.dist.FileUploader",
136
+ "sap.f.gen.ui5.webcomponents.dist.Form",
137
+ "sap.f.gen.ui5.webcomponents.dist.FormGroup",
138
+ "sap.f.gen.ui5.webcomponents.dist.FormItem",
139
+ "sap.f.gen.ui5.webcomponents.dist.Icon",
140
+ "sap.f.gen.ui5.webcomponents.dist.Input",
141
+ "sap.f.gen.ui5.webcomponents.dist.Label",
142
+ "sap.f.gen.ui5.webcomponents.dist.Link",
143
+ "sap.f.gen.ui5.webcomponents.dist.List",
144
+ "sap.f.gen.ui5.webcomponents.dist.ListItemCustom",
145
+ "sap.f.gen.ui5.webcomponents.dist.ListItemGroup",
146
+ "sap.f.gen.ui5.webcomponents.dist.ListItemStandard",
147
+ "sap.f.gen.ui5.webcomponents.dist.Menu",
148
+ "sap.f.gen.ui5.webcomponents.dist.MenuItem",
149
+ "sap.f.gen.ui5.webcomponents.dist.MenuItemGroup",
150
+ "sap.f.gen.ui5.webcomponents.dist.MenuSeparator",
151
+ "sap.f.gen.ui5.webcomponents.dist.MessageStrip",
152
+ "sap.f.gen.ui5.webcomponents.dist.MultiComboBox",
153
+ "sap.f.gen.ui5.webcomponents.dist.MultiComboBoxItem",
154
+ "sap.f.gen.ui5.webcomponents.dist.MultiComboBoxItemGroup",
155
+ "sap.f.gen.ui5.webcomponents.dist.MultiInput",
156
+ "sap.f.gen.ui5.webcomponents.dist.Option",
157
+ "sap.f.gen.ui5.webcomponents.dist.OptionCustom",
158
+ "sap.f.gen.ui5.webcomponents.dist.Panel",
159
+ "sap.f.gen.ui5.webcomponents.dist.Popover",
160
+ "sap.f.gen.ui5.webcomponents.dist.ProgressIndicator",
161
+ "sap.f.gen.ui5.webcomponents.dist.RadioButton",
162
+ "sap.f.gen.ui5.webcomponents.dist.RangeSlider",
163
+ "sap.f.gen.ui5.webcomponents.dist.RatingIndicator",
164
+ "sap.f.gen.ui5.webcomponents.dist.ResponsivePopover",
165
+ "sap.f.gen.ui5.webcomponents.dist.SegmentedButton",
166
+ "sap.f.gen.ui5.webcomponents.dist.SegmentedButtonItem",
167
+ "sap.f.gen.ui5.webcomponents.dist.Select",
168
+ "sap.f.gen.ui5.webcomponents.dist.Slider",
169
+ "sap.f.gen.ui5.webcomponents.dist.SpecialCalendarDate",
170
+ "sap.f.gen.ui5.webcomponents.dist.SplitButton",
171
+ "sap.f.gen.ui5.webcomponents.dist.StepInput",
172
+ "sap.f.gen.ui5.webcomponents.dist.SuggestionItem",
173
+ "sap.f.gen.ui5.webcomponents.dist.SuggestionItemCustom",
174
+ "sap.f.gen.ui5.webcomponents.dist.SuggestionItemGroup",
175
+ "sap.f.gen.ui5.webcomponents.dist.Switch",
176
+ "sap.f.gen.ui5.webcomponents.dist.Tab",
177
+ "sap.f.gen.ui5.webcomponents.dist.TabContainer",
178
+ "sap.f.gen.ui5.webcomponents.dist.TabSeparator",
179
+ "sap.f.gen.ui5.webcomponents.dist.Table",
180
+ "sap.f.gen.ui5.webcomponents.dist.TableCell",
181
+ "sap.f.gen.ui5.webcomponents.dist.TableGrowing",
182
+ "sap.f.gen.ui5.webcomponents.dist.TableHeaderCell",
183
+ "sap.f.gen.ui5.webcomponents.dist.TableHeaderCellActionAI",
184
+ "sap.f.gen.ui5.webcomponents.dist.TableHeaderRow",
185
+ "sap.f.gen.ui5.webcomponents.dist.TableRow",
186
+ "sap.f.gen.ui5.webcomponents.dist.TableRowAction",
187
+ "sap.f.gen.ui5.webcomponents.dist.TableRowActionNavigation",
188
+ "sap.f.gen.ui5.webcomponents.dist.TableSelection",
189
+ "sap.f.gen.ui5.webcomponents.dist.TableSelectionMulti",
190
+ "sap.f.gen.ui5.webcomponents.dist.TableSelectionSingle",
191
+ "sap.f.gen.ui5.webcomponents.dist.TableVirtualizer",
192
+ "sap.f.gen.ui5.webcomponents.dist.Tag",
193
+ "sap.f.gen.ui5.webcomponents.dist.Text",
194
+ "sap.f.gen.ui5.webcomponents.dist.TextArea",
195
+ "sap.f.gen.ui5.webcomponents.dist.TimePicker",
196
+ "sap.f.gen.ui5.webcomponents.dist.Title",
197
+ "sap.f.gen.ui5.webcomponents.dist.Toast",
198
+ "sap.f.gen.ui5.webcomponents.dist.ToggleButton",
199
+ "sap.f.gen.ui5.webcomponents.dist.Token",
200
+ "sap.f.gen.ui5.webcomponents.dist.Tokenizer",
201
+ "sap.f.gen.ui5.webcomponents.dist.Toolbar",
202
+ "sap.f.gen.ui5.webcomponents.dist.ToolbarButton",
203
+ "sap.f.gen.ui5.webcomponents.dist.ToolbarSelect",
204
+ "sap.f.gen.ui5.webcomponents.dist.ToolbarSelectOption",
205
+ "sap.f.gen.ui5.webcomponents.dist.ToolbarSeparator",
206
+ "sap.f.gen.ui5.webcomponents.dist.ToolbarSpacer",
207
+ "sap.f.gen.ui5.webcomponents.dist.Tree",
208
+ "sap.f.gen.ui5.webcomponents.dist.TreeItem",
209
+ "sap.f.gen.ui5.webcomponents.dist.TreeItemCustom"
210
+ ],
211
+ elements: [],
212
+ rootPath: "../"
213
+ }
214
+ };
215
+
216
+ if (WebCPackage) {
217
+ Object.keys(WebCPackage).forEach((key) => {
218
+ if (key !== "default") {
219
+ pkg[key] = WebCPackage[key];
220
+ } else {
221
+ if (typeof WebCPackage[key] === "object") {
222
+ Object.assign(pkg, WebCPackage[key]);
223
+ }
224
+ }
225
+ });
226
+ }
227
+
228
+ /**
229
+ * Different types of AvatarColorScheme.
230
+ *
231
+ * @enum {string}
232
+ * @alias module:sap/f/gen/ui5/webcomponents.AvatarColorScheme
233
+ * @ui5-module-override sap/f/gen/ui5/webcomponents AvatarColorScheme
234
+ * @private
235
+ */
236
+ pkg["AvatarColorScheme"] = {
237
+ /**
238
+ * Auto
239
+ *
240
+ * @private
241
+ */
242
+ Auto: "Auto",
243
+ /**
244
+ * Accent1
245
+ *
246
+ * @private
247
+ */
248
+ Accent1: "Accent1",
249
+ /**
250
+ * Accent2
251
+ *
252
+ * @private
253
+ */
254
+ Accent2: "Accent2",
255
+ /**
256
+ * Accent3
257
+ *
258
+ * @private
259
+ */
260
+ Accent3: "Accent3",
261
+ /**
262
+ * Accent4
263
+ *
264
+ * @private
265
+ */
266
+ Accent4: "Accent4",
267
+ /**
268
+ * Accent5
269
+ *
270
+ * @private
271
+ */
272
+ Accent5: "Accent5",
273
+ /**
274
+ * Accent6
275
+ *
276
+ * @private
277
+ */
278
+ Accent6: "Accent6",
279
+ /**
280
+ * Accent7
281
+ *
282
+ * @private
283
+ */
284
+ Accent7: "Accent7",
285
+ /**
286
+ * Accent8
287
+ *
288
+ * @private
289
+ */
290
+ Accent8: "Accent8",
291
+ /**
292
+ * Accent9
293
+ *
294
+ * @private
295
+ */
296
+ Accent9: "Accent9",
297
+ /**
298
+ * Accent10
299
+ *
300
+ * @private
301
+ */
302
+ Accent10: "Accent10",
303
+ /**
304
+ * Placeholder
305
+ *
306
+ * @private
307
+ */
308
+ Placeholder: "Placeholder",
309
+ /**
310
+ * Transparent
311
+ *
312
+ * @private
313
+ */
314
+ Transparent: "Transparent"
315
+ };
316
+ registerEnum(
317
+ "sap.f.gen.ui5.webcomponents.AvatarColorScheme",
318
+ pkg["AvatarColorScheme"]
319
+ );
320
+ /**
321
+ * Different types of AvatarGroupType.
322
+ *
323
+ * @enum {string}
324
+ * @alias module:sap/f/gen/ui5/webcomponents.AvatarGroupType
325
+ * @ui5-module-override sap/f/gen/ui5/webcomponents AvatarGroupType
326
+ * @private
327
+ */
328
+ pkg["AvatarGroupType"] = {
329
+ /**
330
+ * The avatars are displayed as partially overlapped on top of each other and the entire group has one click or tap area.
331
+ *
332
+ * @private
333
+ */
334
+ Group: "Group",
335
+ /**
336
+ * The avatars are displayed side-by-side and each avatar has its own click or tap area.
337
+ *
338
+ * @private
339
+ */
340
+ Individual: "Individual"
341
+ };
342
+ registerEnum("sap.f.gen.ui5.webcomponents.AvatarGroupType", pkg["AvatarGroupType"]);
343
+ /**
344
+ * Different types of AvatarShape.
345
+ *
346
+ * @enum {string}
347
+ * @alias module:sap/f/gen/ui5/webcomponents.AvatarShape
348
+ * @ui5-module-override sap/f/gen/ui5/webcomponents AvatarShape
349
+ * @private
350
+ */
351
+ pkg["AvatarShape"] = {
352
+ /**
353
+ * Circular shape.
354
+ *
355
+ * @private
356
+ */
357
+ Circle: "Circle",
358
+ /**
359
+ * Square shape.
360
+ *
361
+ * @private
362
+ */
363
+ Square: "Square"
364
+ };
365
+ registerEnum("sap.f.gen.ui5.webcomponents.AvatarShape", pkg["AvatarShape"]);
366
+ /**
367
+ * Different types of AvatarSize.
368
+ *
369
+ * @enum {string}
370
+ * @alias module:sap/f/gen/ui5/webcomponents.AvatarSize
371
+ * @ui5-module-override sap/f/gen/ui5/webcomponents AvatarSize
372
+ * @private
373
+ */
374
+ pkg["AvatarSize"] = {
375
+ /**
376
+ * component size - 2rem
377
+ * font size - 1rem
378
+ *
379
+ * @private
380
+ */
381
+ XS: "XS",
382
+ /**
383
+ * component size - 3rem
384
+ * font size - 1.5rem
385
+ *
386
+ * @private
387
+ */
388
+ S: "S",
389
+ /**
390
+ * component size - 4rem
391
+ * font size - 2rem
392
+ *
393
+ * @private
394
+ */
395
+ M: "M",
396
+ /**
397
+ * component size - 5rem
398
+ * font size - 2.5rem
399
+ *
400
+ * @private
401
+ */
402
+ L: "L",
403
+ /**
404
+ * component size - 7rem
405
+ * font size - 3rem
406
+ *
407
+ * @private
408
+ */
409
+ XL: "XL"
410
+ };
411
+ registerEnum("sap.f.gen.ui5.webcomponents.AvatarSize", pkg["AvatarSize"]);
412
+ /**
413
+ * Defines background designs.
414
+ *
415
+ * @enum {string}
416
+ * @alias module:sap/f/gen/ui5/webcomponents.BackgroundDesign
417
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BackgroundDesign
418
+ * @private
419
+ */
420
+ pkg["BackgroundDesign"] = {
421
+ /**
422
+ * A solid background color dependent on the theme.
423
+ *
424
+ * @private
425
+ */
426
+ Solid: "Solid",
427
+ /**
428
+ * Transparent background.
429
+ *
430
+ * @private
431
+ */
432
+ Transparent: "Transparent",
433
+ /**
434
+ * A translucent background depending on the opacity value of the theme.
435
+ *
436
+ * @private
437
+ */
438
+ Translucent: "Translucent"
439
+ };
440
+ registerEnum(
441
+ "sap.f.gen.ui5.webcomponents.BackgroundDesign",
442
+ pkg["BackgroundDesign"]
443
+ );
444
+ /**
445
+ * ListItem accessible roles.
446
+ *
447
+ * @enum {string}
448
+ * @alias module:sap/f/gen/ui5/webcomponents.BarAccessibleRole
449
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BarAccessibleRole
450
+ * @private
451
+ */
452
+ pkg["BarAccessibleRole"] = {
453
+ /**
454
+ * Represents the ARIA role "toolbar".
455
+ *
456
+ * @private
457
+ */
458
+ Toolbar: "Toolbar",
459
+ /**
460
+ * Represents the ARIA role "none".
461
+ *
462
+ * @private
463
+ */
464
+ None: "None"
465
+ };
466
+ registerEnum(
467
+ "sap.f.gen.ui5.webcomponents.BarAccessibleRole",
468
+ pkg["BarAccessibleRole"]
469
+ );
470
+ /**
471
+ * Different types of Bar design
472
+ *
473
+ * @enum {string}
474
+ * @alias module:sap/f/gen/ui5/webcomponents.BarDesign
475
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BarDesign
476
+ * @private
477
+ */
478
+ pkg["BarDesign"] = {
479
+ /**
480
+ * Default type
481
+ *
482
+ * @private
483
+ */
484
+ Header: "Header",
485
+ /**
486
+ * Subheader type
487
+ *
488
+ * @private
489
+ */
490
+ Subheader: "Subheader",
491
+ /**
492
+ * Footer type
493
+ *
494
+ * @private
495
+ */
496
+ Footer: "Footer",
497
+ /**
498
+ * Floating Footer type - there is visible border on all sides
499
+ *
500
+ * @private
501
+ */
502
+ FloatingFooter: "FloatingFooter"
503
+ };
504
+ registerEnum("sap.f.gen.ui5.webcomponents.BarDesign", pkg["BarDesign"]);
505
+ /**
506
+ * Defines border designs.
507
+ *
508
+ * @enum {string}
509
+ * @alias module:sap/f/gen/ui5/webcomponents.BorderDesign
510
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BorderDesign
511
+ * @private
512
+ */
513
+ pkg["BorderDesign"] = {
514
+ /**
515
+ * A solid border color dependent on the theme.
516
+ *
517
+ * @private
518
+ */
519
+ Solid: "Solid",
520
+ /**
521
+ * Specifies no border.
522
+ *
523
+ * @private
524
+ */
525
+ None: "None"
526
+ };
527
+ registerEnum("sap.f.gen.ui5.webcomponents.BorderDesign", pkg["BorderDesign"]);
528
+ /**
529
+ * Different Breadcrumbs designs.
530
+ *
531
+ * @enum {string}
532
+ * @alias module:sap/f/gen/ui5/webcomponents.BreadcrumbsDesign
533
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BreadcrumbsDesign
534
+ * @private
535
+ */
536
+ pkg["BreadcrumbsDesign"] = {
537
+ /**
538
+ * Shows the current page as the last item in the trail.
539
+ * The last item contains only plain text and is not a link.
540
+ *
541
+ * @private
542
+ */
543
+ Standard: "Standard",
544
+ /**
545
+ * All items are displayed as links.
546
+ *
547
+ * @private
548
+ */
549
+ NoCurrentPage: "NoCurrentPage"
550
+ };
551
+ registerEnum(
552
+ "sap.f.gen.ui5.webcomponents.BreadcrumbsDesign",
553
+ pkg["BreadcrumbsDesign"]
554
+ );
555
+ /**
556
+ * Different Breadcrumbs separators.
557
+ *
558
+ * @enum {string}
559
+ * @alias module:sap/f/gen/ui5/webcomponents.BreadcrumbsSeparator
560
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BreadcrumbsSeparator
561
+ * @private
562
+ */
563
+ pkg["BreadcrumbsSeparator"] = {
564
+ /**
565
+ * The separator appears as "/".
566
+ *
567
+ * @private
568
+ */
569
+ Slash: "Slash",
570
+ /**
571
+ * The separator appears as "\".
572
+ *
573
+ * @private
574
+ */
575
+ BackSlash: "BackSlash",
576
+ /**
577
+ * The separator appears as "\\".
578
+ *
579
+ * @private
580
+ */
581
+ DoubleBackSlash: "DoubleBackSlash",
582
+ /**
583
+ * The separator appears as ">>".
584
+ *
585
+ * @private
586
+ */
587
+ DoubleGreaterThan: "DoubleGreaterThan",
588
+ /**
589
+ * The separator appears as "//" .
590
+ *
591
+ * @private
592
+ */
593
+ DoubleSlash: "DoubleSlash",
594
+ /**
595
+ * The separator appears as ">".
596
+ *
597
+ * @private
598
+ */
599
+ GreaterThan: "GreaterThan"
600
+ };
601
+ registerEnum(
602
+ "sap.f.gen.ui5.webcomponents.BreadcrumbsSeparator",
603
+ pkg["BreadcrumbsSeparator"]
604
+ );
605
+ /**
606
+ * Different BusyIndicator sizes.
607
+ *
608
+ * @enum {string}
609
+ * @alias module:sap/f/gen/ui5/webcomponents.BusyIndicatorSize
610
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BusyIndicatorSize
611
+ * @private
612
+ */
613
+ pkg["BusyIndicatorSize"] = {
614
+ /**
615
+ * small size
616
+ *
617
+ * @private
618
+ */
619
+ S: "S",
620
+ /**
621
+ * medium size
622
+ *
623
+ * @private
624
+ */
625
+ M: "M",
626
+ /**
627
+ * large size
628
+ *
629
+ * @private
630
+ */
631
+ L: "L"
632
+ };
633
+ registerEnum(
634
+ "sap.f.gen.ui5.webcomponents.BusyIndicatorSize",
635
+ pkg["BusyIndicatorSize"]
636
+ );
637
+ /**
638
+ * Different BusyIndicator text placements.
639
+ *
640
+ * @enum {string}
641
+ * @alias module:sap/f/gen/ui5/webcomponents.BusyIndicatorTextPlacement
642
+ * @ui5-module-override sap/f/gen/ui5/webcomponents BusyIndicatorTextPlacement
643
+ * @private
644
+ */
645
+ pkg["BusyIndicatorTextPlacement"] = {
646
+ /**
647
+ * The text will be displayed on top of the busy indicator.
648
+ *
649
+ * @private
650
+ */
651
+ Top: "Top",
652
+ /**
653
+ * The text will be displayed at the bottom of the busy indicator.
654
+ *
655
+ * @private
656
+ */
657
+ Bottom: "Bottom"
658
+ };
659
+ registerEnum(
660
+ "sap.f.gen.ui5.webcomponents.BusyIndicatorTextPlacement",
661
+ pkg["BusyIndicatorTextPlacement"]
662
+ );
663
+ /**
664
+ * Button accessible roles.
665
+ *
666
+ * @enum {string}
667
+ * @alias module:sap/f/gen/ui5/webcomponents.ButtonAccessibleRole
668
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ButtonAccessibleRole
669
+ * @private
670
+ */
671
+ pkg["ButtonAccessibleRole"] = {
672
+ /**
673
+ * Represents Default (button) ARIA role.
674
+ *
675
+ * @private
676
+ */
677
+ Button: "Button",
678
+ /**
679
+ * Represents the ARIA role "link".
680
+ *
681
+ * @private
682
+ */
683
+ Link: "Link"
684
+ };
685
+ registerEnum(
686
+ "sap.f.gen.ui5.webcomponents.ButtonAccessibleRole",
687
+ pkg["ButtonAccessibleRole"]
688
+ );
689
+ /**
690
+ * Determines where the badge will be placed and how it will be styled.
691
+ *
692
+ * @enum {string}
693
+ * @alias module:sap/f/gen/ui5/webcomponents.ButtonBadgeDesign
694
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ButtonBadgeDesign
695
+ * @private
696
+ */
697
+ pkg["ButtonBadgeDesign"] = {
698
+ /**
699
+ * The badge is displayed after the text, inside the button.
700
+ *
701
+ * @private
702
+ */
703
+ InlineText: "InlineText",
704
+ /**
705
+ * The badge is displayed at the top-end corner of the button.
706
+ *
707
+ * **Note:** According to design guidance, the OverlayText design mode is best used in cozy density to avoid potential visual issues in compact.
708
+ *
709
+ * @private
710
+ */
711
+ OverlayText: "OverlayText",
712
+ /**
713
+ * The badge is displayed as an attention dot.
714
+ *
715
+ * @private
716
+ */
717
+ AttentionDot: "AttentionDot"
718
+ };
719
+ registerEnum(
720
+ "sap.f.gen.ui5.webcomponents.ButtonBadgeDesign",
721
+ pkg["ButtonBadgeDesign"]
722
+ );
723
+ /**
724
+ * Different Button designs.
725
+ *
726
+ * @enum {string}
727
+ * @alias module:sap/f/gen/ui5/webcomponents.ButtonDesign
728
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ButtonDesign
729
+ * @private
730
+ */
731
+ pkg["ButtonDesign"] = {
732
+ /**
733
+ * default type (no special styling)
734
+ *
735
+ * @private
736
+ */
737
+ Default: "Default",
738
+ /**
739
+ * accept type (green button)
740
+ *
741
+ * @private
742
+ */
743
+ Positive: "Positive",
744
+ /**
745
+ * reject style (red button)
746
+ *
747
+ * @private
748
+ */
749
+ Negative: "Negative",
750
+ /**
751
+ * transparent type
752
+ *
753
+ * @private
754
+ */
755
+ Transparent: "Transparent",
756
+ /**
757
+ * emphasized type
758
+ *
759
+ * @private
760
+ */
761
+ Emphasized: "Emphasized",
762
+ /**
763
+ * attention type
764
+ *
765
+ * @private
766
+ */
767
+ Attention: "Attention"
768
+ };
769
+ registerEnum("sap.f.gen.ui5.webcomponents.ButtonDesign", pkg["ButtonDesign"]);
770
+ /**
771
+ * Determines if the button has special form-related functionality.
772
+ *
773
+ * @enum {string}
774
+ * @alias module:sap/f/gen/ui5/webcomponents.ButtonType
775
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ButtonType
776
+ * @private
777
+ */
778
+ pkg["ButtonType"] = {
779
+ /**
780
+ * The button does not do anything special when inside a form
781
+ *
782
+ * @private
783
+ */
784
+ Button: "Button",
785
+ /**
786
+ * The button acts as a submit button (submits a form)
787
+ *
788
+ * @private
789
+ */
790
+ Submit: "Submit",
791
+ /**
792
+ * The button acts as a reset button (resets a form)
793
+ *
794
+ * @private
795
+ */
796
+ Reset: "Reset"
797
+ };
798
+ registerEnum("sap.f.gen.ui5.webcomponents.ButtonType", pkg["ButtonType"]);
799
+ /**
800
+ * Enum for calendar legend items' types.
801
+ *
802
+ * @enum {string}
803
+ * @alias module:sap/f/gen/ui5/webcomponents.CalendarLegendItemType
804
+ * @ui5-module-override sap/f/gen/ui5/webcomponents CalendarLegendItemType
805
+ * @private
806
+ */
807
+ pkg["CalendarLegendItemType"] = {
808
+ /**
809
+ * Set when no type is set.
810
+ *
811
+ * @private
812
+ */
813
+ None: "None",
814
+ /**
815
+ * Represents the "Working" item in the calendar legend.
816
+ *
817
+ * @private
818
+ */
819
+ Working: "Working",
820
+ /**
821
+ * Represents the "NonWorking" item in the calendar legend.
822
+ *
823
+ * @private
824
+ */
825
+ NonWorking: "NonWorking",
826
+ /**
827
+ * Represents the "Type01" item in the calendar legend.
828
+ *
829
+ * @private
830
+ */
831
+ Type01: "Type01",
832
+ /**
833
+ * Represents the "Type02" item in the calendar legend.
834
+ *
835
+ * @private
836
+ */
837
+ Type02: "Type02",
838
+ /**
839
+ * Represents the "Type03" item in the calendar legend.
840
+ *
841
+ * @private
842
+ */
843
+ Type03: "Type03",
844
+ /**
845
+ * Represents the "Type04" item in the calendar legend.
846
+ *
847
+ * @private
848
+ */
849
+ Type04: "Type04",
850
+ /**
851
+ * Represents the "Type05" item in the calendar legend.
852
+ *
853
+ * @private
854
+ */
855
+ Type05: "Type05",
856
+ /**
857
+ * Represents the "Type06" item in the calendar legend.
858
+ *
859
+ * @private
860
+ */
861
+ Type06: "Type06",
862
+ /**
863
+ * Represents the "Type07" item in the calendar legend.
864
+ *
865
+ * @private
866
+ */
867
+ Type07: "Type07",
868
+ /**
869
+ * Represents the "Type08" item in the calendar legend.
870
+ *
871
+ * @private
872
+ */
873
+ Type08: "Type08",
874
+ /**
875
+ * Represents the "Type09" item in the calendar legend.
876
+ *
877
+ * @private
878
+ */
879
+ Type09: "Type09",
880
+ /**
881
+ * Represents the "Type10" item in the calendar legend.
882
+ *
883
+ * @private
884
+ */
885
+ Type10: "Type10",
886
+ /**
887
+ * Represents the "Type11" item in the calendar legend.
888
+ *
889
+ * @private
890
+ */
891
+ Type11: "Type11",
892
+ /**
893
+ * Represents the "Type12" item in the calendar legend.
894
+ *
895
+ * @private
896
+ */
897
+ Type12: "Type12",
898
+ /**
899
+ * Represents the "Type13" item in the calendar legend.
900
+ *
901
+ * @private
902
+ */
903
+ Type13: "Type13",
904
+ /**
905
+ * Represents the "Type14" item in the calendar legend.
906
+ *
907
+ * @private
908
+ */
909
+ Type14: "Type14",
910
+ /**
911
+ * Represents the "Type15" item in the calendar legend.
912
+ *
913
+ * @private
914
+ */
915
+ Type15: "Type15",
916
+ /**
917
+ * Represents the "Type16" item in the calendar legend.
918
+ *
919
+ * @private
920
+ */
921
+ Type16: "Type16",
922
+ /**
923
+ * Represents the "Type17" item in the calendar legend.
924
+ *
925
+ * @private
926
+ */
927
+ Type17: "Type17",
928
+ /**
929
+ * Represents the "Type18" item in the calendar legend.
930
+ *
931
+ * @private
932
+ */
933
+ Type18: "Type18",
934
+ /**
935
+ * Represents the "Type19" item in the calendar legend.
936
+ *
937
+ * @private
938
+ */
939
+ Type19: "Type19",
940
+ /**
941
+ * Represents the "Type20" item in the calendar legend.
942
+ *
943
+ * @private
944
+ */
945
+ Type20: "Type20"
946
+ };
947
+ registerEnum(
948
+ "sap.f.gen.ui5.webcomponents.CalendarLegendItemType",
949
+ pkg["CalendarLegendItemType"]
950
+ );
951
+ /**
952
+ * Different Calendar selection mode.
953
+ *
954
+ * @enum {string}
955
+ * @alias module:sap/f/gen/ui5/webcomponents.CalendarSelectionMode
956
+ * @ui5-module-override sap/f/gen/ui5/webcomponents CalendarSelectionMode
957
+ * @private
958
+ */
959
+ pkg["CalendarSelectionMode"] = {
960
+ /**
961
+ * Only one date can be selected at a time
962
+ *
963
+ * @private
964
+ */
965
+ Single: "Single",
966
+ /**
967
+ * Several dates can be selected
968
+ *
969
+ * @private
970
+ */
971
+ Multiple: "Multiple",
972
+ /**
973
+ * A range defined by a start date and an end date can be selected
974
+ *
975
+ * @private
976
+ */
977
+ Range: "Range"
978
+ };
979
+ registerEnum(
980
+ "sap.f.gen.ui5.webcomponents.CalendarSelectionMode",
981
+ pkg["CalendarSelectionMode"]
982
+ );
983
+ /**
984
+ * The <code>CalendarWeekNumbering</code> enum defines how to calculate calendar weeks. Each
985
+ * value defines:
986
+ * - The first day of the week,
987
+ * - The first week of the year.
988
+ *
989
+ * @enum {string}
990
+ * @alias module:sap/f/gen/ui5/webcomponents.CalendarWeekNumbering
991
+ * @ui5-module-override sap/f/gen/ui5/webcomponents CalendarWeekNumbering
992
+ * @private
993
+ */
994
+ pkg["CalendarWeekNumbering"] = {
995
+ /**
996
+ * The default calendar week numbering:
997
+ *
998
+ * The framework determines the week numbering scheme; currently it is derived from the
999
+ * active format locale. Future versions of ui5-webcomponents might select a different week numbering
1000
+ * scheme.
1001
+ *
1002
+ * @private
1003
+ */
1004
+ Default: "Default",
1005
+ /**
1006
+ * Official calendar week numbering in most of Europe (ISO 8601 standard):
1007
+ * Monday is first day of the week, the week containing January 4th is first week of the year.
1008
+ *
1009
+ * @private
1010
+ */
1011
+ ISO_8601: "ISO_8601",
1012
+ /**
1013
+ * Official calendar week numbering in much of the Middle East (Middle Eastern calendar):
1014
+ * Saturday is first day of the week, the week containing January 1st is first week of the year.
1015
+ *
1016
+ * @private
1017
+ */
1018
+ MiddleEastern: "MiddleEastern",
1019
+ /**
1020
+ * Official calendar week numbering in the United States, Canada, Brazil, Israel, Japan, and
1021
+ * other countries (Western traditional calendar):
1022
+ * Sunday is first day of the week, the week containing January 1st is first week of the year.
1023
+ *
1024
+ * @private
1025
+ */
1026
+ WesternTraditional: "WesternTraditional"
1027
+ };
1028
+ registerEnum(
1029
+ "sap.f.gen.ui5.webcomponents.CalendarWeekNumbering",
1030
+ pkg["CalendarWeekNumbering"]
1031
+ );
1032
+ /**
1033
+ * Different Carousel arrows placement.
1034
+ *
1035
+ * @enum {string}
1036
+ * @alias module:sap/f/gen/ui5/webcomponents.CarouselArrowsPlacement
1037
+ * @ui5-module-override sap/f/gen/ui5/webcomponents CarouselArrowsPlacement
1038
+ * @private
1039
+ */
1040
+ pkg["CarouselArrowsPlacement"] = {
1041
+ /**
1042
+ * Carousel arrows are placed on the sides of the current Carousel page.
1043
+ *
1044
+ * @private
1045
+ */
1046
+ Content: "Content",
1047
+ /**
1048
+ * Carousel arrows are placed on the sides of the page indicator of the Carousel.
1049
+ *
1050
+ * @private
1051
+ */
1052
+ Navigation: "Navigation"
1053
+ };
1054
+ registerEnum(
1055
+ "sap.f.gen.ui5.webcomponents.CarouselArrowsPlacement",
1056
+ pkg["CarouselArrowsPlacement"]
1057
+ );
1058
+ /**
1059
+ * Different Carousel page indicator types.
1060
+ *
1061
+ * @enum {string}
1062
+ * @alias module:sap/f/gen/ui5/webcomponents.CarouselPageIndicatorType
1063
+ * @ui5-module-override sap/f/gen/ui5/webcomponents CarouselPageIndicatorType
1064
+ * @private
1065
+ */
1066
+ pkg["CarouselPageIndicatorType"] = {
1067
+ /**
1068
+ * The page indicator will be visualized as dots if there are fewer than 9 pages.
1069
+ * If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)
1070
+ *
1071
+ * @private
1072
+ */
1073
+ Default: "Default",
1074
+ /**
1075
+ * The page indicator will display the current page and the total number of pages. (e.g. X of Y)
1076
+ *
1077
+ * @private
1078
+ */
1079
+ Numeric: "Numeric"
1080
+ };
1081
+ registerEnum(
1082
+ "sap.f.gen.ui5.webcomponents.CarouselPageIndicatorType",
1083
+ pkg["CarouselPageIndicatorType"]
1084
+ );
1085
+ /**
1086
+ * Different filtering types of the ComboBox.
1087
+ *
1088
+ * @enum {string}
1089
+ * @alias module:sap/f/gen/ui5/webcomponents.ComboBoxFilter
1090
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ComboBoxFilter
1091
+ * @private
1092
+ */
1093
+ pkg["ComboBoxFilter"] = {
1094
+ /**
1095
+ * Defines filtering by first symbol of each word of item&#x27;s text.
1096
+ *
1097
+ * @private
1098
+ */
1099
+ StartsWithPerTerm: "StartsWithPerTerm",
1100
+ /**
1101
+ * Defines filtering by starting symbol of item&#x27;s text.
1102
+ *
1103
+ * @private
1104
+ */
1105
+ StartsWith: "StartsWith",
1106
+ /**
1107
+ * Defines contains filtering.
1108
+ *
1109
+ * @private
1110
+ */
1111
+ Contains: "Contains",
1112
+ /**
1113
+ * Removes any filtering applied while typing
1114
+ *
1115
+ * @private
1116
+ */
1117
+ None: "None"
1118
+ };
1119
+ registerEnum("sap.f.gen.ui5.webcomponents.ComboBoxFilter", pkg["ComboBoxFilter"]);
1120
+ /**
1121
+ * Overflow Mode.
1122
+ *
1123
+ * @enum {string}
1124
+ * @alias module:sap/f/gen/ui5/webcomponents.ExpandableTextOverflowMode
1125
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ExpandableTextOverflowMode
1126
+ * @private
1127
+ */
1128
+ pkg["ExpandableTextOverflowMode"] = {
1129
+ /**
1130
+ * Overflowing text is appended in-place.
1131
+ *
1132
+ * @private
1133
+ */
1134
+ InPlace: "InPlace",
1135
+ /**
1136
+ * Full text is displayed in a popover.
1137
+ *
1138
+ * @private
1139
+ */
1140
+ Popover: "Popover"
1141
+ };
1142
+ registerEnum(
1143
+ "sap.f.gen.ui5.webcomponents.ExpandableTextOverflowMode",
1144
+ pkg["ExpandableTextOverflowMode"]
1145
+ );
1146
+ /**
1147
+ * Different Button designs.
1148
+ *
1149
+ * @enum {string}
1150
+ * @alias module:sap/f/gen/ui5/webcomponents.FormItemSpacing
1151
+ * @ui5-module-override sap/f/gen/ui5/webcomponents FormItemSpacing
1152
+ * @private
1153
+ */
1154
+ pkg["FormItemSpacing"] = {
1155
+ /**
1156
+ * Normal spacing (smaller vertical space between form items).
1157
+ *
1158
+ * @private
1159
+ */
1160
+ Normal: "Normal",
1161
+ /**
1162
+ * Large spacing (larger vertical space between form items).
1163
+ *
1164
+ * @private
1165
+ */
1166
+ Large: "Large"
1167
+ };
1168
+ registerEnum("sap.f.gen.ui5.webcomponents.FormItemSpacing", pkg["FormItemSpacing"]);
1169
+ /**
1170
+ * Different types of Highlight .
1171
+ *
1172
+ * @enum {string}
1173
+ * @alias module:sap/f/gen/ui5/webcomponents.Highlight
1174
+ * @ui5-module-override sap/f/gen/ui5/webcomponents Highlight
1175
+ * @private
1176
+ */
1177
+ pkg["Highlight"] = {
1178
+ /**
1179
+ * None
1180
+ *
1181
+ * @private
1182
+ */
1183
+ None: "None",
1184
+ /**
1185
+ * Positive
1186
+ *
1187
+ * @private
1188
+ */
1189
+ Positive: "Positive",
1190
+ /**
1191
+ * Critical
1192
+ *
1193
+ * @private
1194
+ */
1195
+ Critical: "Critical",
1196
+ /**
1197
+ * Negative
1198
+ *
1199
+ * @private
1200
+ */
1201
+ Negative: "Negative",
1202
+ /**
1203
+ * Information
1204
+ *
1205
+ * @private
1206
+ */
1207
+ Information: "Information"
1208
+ };
1209
+ registerEnum("sap.f.gen.ui5.webcomponents.Highlight", pkg["Highlight"]);
1210
+ /**
1211
+ * Different Icon semantic designs.
1212
+ *
1213
+ * @enum {string}
1214
+ * @alias module:sap/f/gen/ui5/webcomponents.IconDesign
1215
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IconDesign
1216
+ * @private
1217
+ */
1218
+ pkg["IconDesign"] = {
1219
+ /**
1220
+ * Contrast design
1221
+ *
1222
+ * @private
1223
+ */
1224
+ Contrast: "Contrast",
1225
+ /**
1226
+ * Critical design
1227
+ *
1228
+ * @private
1229
+ */
1230
+ Critical: "Critical",
1231
+ /**
1232
+ * Default design (brand design)
1233
+ *
1234
+ * @private
1235
+ */
1236
+ Default: "Default",
1237
+ /**
1238
+ * info type
1239
+ *
1240
+ * @private
1241
+ */
1242
+ Information: "Information",
1243
+ /**
1244
+ * Negative design
1245
+ *
1246
+ * @private
1247
+ */
1248
+ Negative: "Negative",
1249
+ /**
1250
+ * Neutral design
1251
+ *
1252
+ * @private
1253
+ */
1254
+ Neutral: "Neutral",
1255
+ /**
1256
+ * Design that indicates an icon which isn&#x27;t interactive
1257
+ *
1258
+ * @private
1259
+ */
1260
+ NonInteractive: "NonInteractive",
1261
+ /**
1262
+ * Positive design
1263
+ *
1264
+ * @private
1265
+ */
1266
+ Positive: "Positive"
1267
+ };
1268
+ registerEnum("sap.f.gen.ui5.webcomponents.IconDesign", pkg["IconDesign"]);
1269
+ /**
1270
+ * Different Icon modes.
1271
+ *
1272
+ * @enum {string}
1273
+ * @alias module:sap/f/gen/ui5/webcomponents.IconMode
1274
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IconMode
1275
+ * @private
1276
+ */
1277
+ pkg["IconMode"] = {
1278
+ /**
1279
+ * Image mode (by default).
1280
+ * Configures the component to internally render role&#x3D;&quot;img&quot;.
1281
+ *
1282
+ * @private
1283
+ */
1284
+ Image: "Image",
1285
+ /**
1286
+ * Decorative mode.
1287
+ * Configures the component to internally render role&#x3D;&quot;presentation&quot; and aria-hidden&#x3D;&quot;true&quot;,
1288
+ * making it purely decorative without semantic content or interactivity.
1289
+ *
1290
+ * @private
1291
+ */
1292
+ Decorative: "Decorative",
1293
+ /**
1294
+ * Interactive mode.
1295
+ * Configures the component to internally render role&#x3D;&quot;button&quot;.
1296
+ * This mode also supports focus and press handling to enhance interactivity.
1297
+ *
1298
+ * @private
1299
+ */
1300
+ Interactive: "Interactive"
1301
+ };
1302
+ registerEnum("sap.f.gen.ui5.webcomponents.IconMode", pkg["IconMode"]);
1303
+ /**
1304
+ * Different input types.
1305
+ *
1306
+ * @enum {string}
1307
+ * @alias module:sap/f/gen/ui5/webcomponents.InputType
1308
+ * @ui5-module-override sap/f/gen/ui5/webcomponents InputType
1309
+ * @private
1310
+ */
1311
+ pkg["InputType"] = {
1312
+ /**
1313
+ * Defines a one-line text input field:
1314
+ *
1315
+ * @private
1316
+ */
1317
+ Text: "Text",
1318
+ /**
1319
+ * Used for input fields that must contain an e-mail address.
1320
+ *
1321
+ * @private
1322
+ */
1323
+ Email: "Email",
1324
+ /**
1325
+ * Defines a numeric input field.
1326
+ *
1327
+ * @private
1328
+ */
1329
+ Number: "Number",
1330
+ /**
1331
+ * Defines a password field.
1332
+ *
1333
+ * @private
1334
+ */
1335
+ Password: "Password",
1336
+ /**
1337
+ * Used for input fields that should contain a telephone number.
1338
+ *
1339
+ * @private
1340
+ */
1341
+ Tel: "Tel",
1342
+ /**
1343
+ * Used for input fields that should contain a URL address.
1344
+ *
1345
+ * @private
1346
+ */
1347
+ URL: "URL",
1348
+ /**
1349
+ * Used for input fields that should contain a search term.
1350
+ *
1351
+ * @private
1352
+ */
1353
+ Search: "Search"
1354
+ };
1355
+ registerEnum("sap.f.gen.ui5.webcomponents.InputType", pkg["InputType"]);
1356
+ /**
1357
+ * Defines the area size around the component that the user can select.
1358
+ *
1359
+ * @enum {string}
1360
+ * @alias module:sap/f/gen/ui5/webcomponents.InteractiveAreaSize
1361
+ * @ui5-module-override sap/f/gen/ui5/webcomponents InteractiveAreaSize
1362
+ * @private
1363
+ */
1364
+ pkg["InteractiveAreaSize"] = {
1365
+ /**
1366
+ * The default target area size (the area taken by the component itself without any extra invisible touch area).
1367
+ *
1368
+ * @private
1369
+ */
1370
+ Normal: "Normal",
1371
+ /**
1372
+ * Enlarged target area size (up to 24px in height) provides users with an enhanced dedicated space to interact with the component.
1373
+ *
1374
+ * @private
1375
+ */
1376
+ Large: "Large"
1377
+ };
1378
+ registerEnum(
1379
+ "sap.f.gen.ui5.webcomponents.InteractiveAreaSize",
1380
+ pkg["InteractiveAreaSize"]
1381
+ );
1382
+ /**
1383
+ * Link accessible roles.
1384
+ *
1385
+ * @enum {string}
1386
+ * @alias module:sap/f/gen/ui5/webcomponents.LinkAccessibleRole
1387
+ * @ui5-module-override sap/f/gen/ui5/webcomponents LinkAccessibleRole
1388
+ * @private
1389
+ */
1390
+ pkg["LinkAccessibleRole"] = {
1391
+ /**
1392
+ * Represents Default (link) ARIA role.
1393
+ *
1394
+ * @private
1395
+ */
1396
+ Link: "Link",
1397
+ /**
1398
+ * Represents the ARIA role &quot;button&quot;.
1399
+ *
1400
+ * @private
1401
+ */
1402
+ Button: "Button"
1403
+ };
1404
+ registerEnum(
1405
+ "sap.f.gen.ui5.webcomponents.LinkAccessibleRole",
1406
+ pkg["LinkAccessibleRole"]
1407
+ );
1408
+ /**
1409
+ * Different link designs.
1410
+ *
1411
+ * @enum {string}
1412
+ * @alias module:sap/f/gen/ui5/webcomponents.LinkDesign
1413
+ * @ui5-module-override sap/f/gen/ui5/webcomponents LinkDesign
1414
+ * @private
1415
+ */
1416
+ pkg["LinkDesign"] = {
1417
+ /**
1418
+ * default type (no special styling)
1419
+ *
1420
+ * @private
1421
+ */
1422
+ Default: "Default",
1423
+ /**
1424
+ * subtle type (appears as regular text, rather than a link)
1425
+ *
1426
+ * @private
1427
+ */
1428
+ Subtle: "Subtle",
1429
+ /**
1430
+ * emphasized type
1431
+ *
1432
+ * @private
1433
+ */
1434
+ Emphasized: "Emphasized"
1435
+ };
1436
+ registerEnum("sap.f.gen.ui5.webcomponents.LinkDesign", pkg["LinkDesign"]);
1437
+ /**
1438
+ * List accessible roles.
1439
+ *
1440
+ * @enum {string}
1441
+ * @alias module:sap/f/gen/ui5/webcomponents.ListAccessibleRole
1442
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ListAccessibleRole
1443
+ * @private
1444
+ */
1445
+ pkg["ListAccessibleRole"] = {
1446
+ /**
1447
+ * Represents the ARIA role &quot;list&quot;. (by default)
1448
+ *
1449
+ * @private
1450
+ */
1451
+ List: "List",
1452
+ /**
1453
+ * Represents the ARIA role &quot;menu&quot;.
1454
+ *
1455
+ * @private
1456
+ */
1457
+ Menu: "Menu",
1458
+ /**
1459
+ * Represents the ARIA role &quot;tree&quot;.
1460
+ *
1461
+ * @private
1462
+ */
1463
+ Tree: "Tree",
1464
+ /**
1465
+ * Represents the ARIA role &quot;listbox&quot;.
1466
+ *
1467
+ * @private
1468
+ */
1469
+ ListBox: "ListBox"
1470
+ };
1471
+ registerEnum(
1472
+ "sap.f.gen.ui5.webcomponents.ListAccessibleRole",
1473
+ pkg["ListAccessibleRole"]
1474
+ );
1475
+ /**
1476
+ * Different list growing modes.
1477
+ *
1478
+ * @enum {string}
1479
+ * @alias module:sap/f/gen/ui5/webcomponents.ListGrowingMode
1480
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ListGrowingMode
1481
+ * @private
1482
+ */
1483
+ pkg["ListGrowingMode"] = {
1484
+ /**
1485
+ * Component&#x27;s &quot;load-more&quot; is fired upon pressing a &quot;More&quot; button.
1486
+ * at the bottom.
1487
+ *
1488
+ * @private
1489
+ */
1490
+ Button: "Button",
1491
+ /**
1492
+ * Component&#x27;s &quot;load-more&quot; is fired upon scroll.
1493
+ *
1494
+ * @private
1495
+ */
1496
+ Scroll: "Scroll",
1497
+ /**
1498
+ * Component&#x27;s growing is not enabled.
1499
+ *
1500
+ * @private
1501
+ */
1502
+ None: "None"
1503
+ };
1504
+ registerEnum("sap.f.gen.ui5.webcomponents.ListGrowingMode", pkg["ListGrowingMode"]);
1505
+ /**
1506
+ * ListItem accessible roles.
1507
+ *
1508
+ * @enum {string}
1509
+ * @alias module:sap/f/gen/ui5/webcomponents.ListItemAccessibleRole
1510
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ListItemAccessibleRole
1511
+ * @private
1512
+ */
1513
+ pkg["ListItemAccessibleRole"] = {
1514
+ /**
1515
+ * Represents the ARIA role &quot;listitem&quot;. (by default)
1516
+ *
1517
+ * @private
1518
+ */
1519
+ ListItem: "ListItem",
1520
+ /**
1521
+ * Represents the ARIA role &quot;menuitem&quot;.
1522
+ *
1523
+ * @private
1524
+ */
1525
+ MenuItem: "MenuItem",
1526
+ /**
1527
+ * Represents the ARIA role &quot;treeitem&quot;.
1528
+ *
1529
+ * @private
1530
+ */
1531
+ TreeItem: "TreeItem",
1532
+ /**
1533
+ * Represents the ARIA role &quot;option&quot;.
1534
+ *
1535
+ * @private
1536
+ */
1537
+ Option: "Option",
1538
+ /**
1539
+ * Represents the ARIA role &quot;none&quot;.
1540
+ *
1541
+ * @private
1542
+ */
1543
+ None: "None"
1544
+ };
1545
+ registerEnum(
1546
+ "sap.f.gen.ui5.webcomponents.ListItemAccessibleRole",
1547
+ pkg["ListItemAccessibleRole"]
1548
+ );
1549
+ /**
1550
+ * Different list item types.
1551
+ *
1552
+ * @enum {string}
1553
+ * @alias module:sap/f/gen/ui5/webcomponents.ListItemType
1554
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ListItemType
1555
+ * @private
1556
+ */
1557
+ pkg["ListItemType"] = {
1558
+ /**
1559
+ * Indicates the list item does not have any active feedback when item is pressed.
1560
+ *
1561
+ * @private
1562
+ */
1563
+ Inactive: "Inactive",
1564
+ /**
1565
+ * Indicates that the item is clickable via active feedback when item is pressed.
1566
+ *
1567
+ * @private
1568
+ */
1569
+ Active: "Active",
1570
+ /**
1571
+ * Enables detail button of the list item that fires detail-click event.
1572
+ *
1573
+ * @private
1574
+ */
1575
+ Detail: "Detail",
1576
+ /**
1577
+ * Enables the type of navigation, which is specified to add an arrow at the end of the items and fires navigate-click event.
1578
+ *
1579
+ * @private
1580
+ */
1581
+ Navigation: "Navigation"
1582
+ };
1583
+ registerEnum("sap.f.gen.ui5.webcomponents.ListItemType", pkg["ListItemType"]);
1584
+ /**
1585
+ * Different list selection modes.
1586
+ *
1587
+ * @enum {string}
1588
+ * @alias module:sap/f/gen/ui5/webcomponents.ListSelectionMode
1589
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ListSelectionMode
1590
+ * @private
1591
+ */
1592
+ pkg["ListSelectionMode"] = {
1593
+ /**
1594
+ * Default mode (no selection).
1595
+ *
1596
+ * @private
1597
+ */
1598
+ None: "None",
1599
+ /**
1600
+ * Right-positioned single selection mode (only one list item can be selected).
1601
+ *
1602
+ * @private
1603
+ */
1604
+ Single: "Single",
1605
+ /**
1606
+ * Left-positioned single selection mode (only one list item can be selected).
1607
+ *
1608
+ * @private
1609
+ */
1610
+ SingleStart: "SingleStart",
1611
+ /**
1612
+ * Selected item is highlighted but no selection element is visible
1613
+ * (only one list item can be selected).
1614
+ *
1615
+ * @private
1616
+ */
1617
+ SingleEnd: "SingleEnd",
1618
+ /**
1619
+ * Selected item is highlighted and selection is changed upon arrow navigation
1620
+ * (only one list item can be selected - this is always the focused item).
1621
+ *
1622
+ * @private
1623
+ */
1624
+ SingleAuto: "SingleAuto",
1625
+ /**
1626
+ * Multi selection mode (more than one list item can be selected).
1627
+ *
1628
+ * @private
1629
+ */
1630
+ Multiple: "Multiple",
1631
+ /**
1632
+ * Delete mode (only one list item can be deleted via provided delete button)
1633
+ *
1634
+ * @private
1635
+ */
1636
+ Delete: "Delete"
1637
+ };
1638
+ registerEnum(
1639
+ "sap.f.gen.ui5.webcomponents.ListSelectionMode",
1640
+ pkg["ListSelectionMode"]
1641
+ );
1642
+ /**
1643
+ * Different types of list items separators.
1644
+ *
1645
+ * @enum {string}
1646
+ * @alias module:sap/f/gen/ui5/webcomponents.ListSeparator
1647
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ListSeparator
1648
+ * @private
1649
+ */
1650
+ pkg["ListSeparator"] = {
1651
+ /**
1652
+ * Separators between the items including the last and the first one.
1653
+ *
1654
+ * @private
1655
+ */
1656
+ All: "All",
1657
+ /**
1658
+ * Separators between the items.
1659
+ * Note: This enumeration depends on the theme.
1660
+ *
1661
+ * @private
1662
+ */
1663
+ Inner: "Inner",
1664
+ /**
1665
+ * No item separators.
1666
+ *
1667
+ * @private
1668
+ */
1669
+ None: "None"
1670
+ };
1671
+ registerEnum("sap.f.gen.ui5.webcomponents.ListSeparator", pkg["ListSeparator"]);
1672
+ /**
1673
+ * Menu item group check modes.
1674
+ *
1675
+ * @enum {string}
1676
+ * @alias module:sap/f/gen/ui5/webcomponents.MenuItemGroupCheckMode
1677
+ * @ui5-module-override sap/f/gen/ui5/webcomponents MenuItemGroupCheckMode
1678
+ * @private
1679
+ */
1680
+ pkg["MenuItemGroupCheckMode"] = {
1681
+ /**
1682
+ * default type (items in a group cannot be checked)
1683
+ *
1684
+ * @private
1685
+ */
1686
+ None: "None",
1687
+ /**
1688
+ * Single item check mode (only one item in a group can be checked at a time)
1689
+ *
1690
+ * @private
1691
+ */
1692
+ Single: "Single",
1693
+ /**
1694
+ * Multiple items check mode (multiple items in a group can be checked at a time)
1695
+ *
1696
+ * @private
1697
+ */
1698
+ Multiple: "Multiple"
1699
+ };
1700
+ registerEnum(
1701
+ "sap.f.gen.ui5.webcomponents.MenuItemGroupCheckMode",
1702
+ pkg["MenuItemGroupCheckMode"]
1703
+ );
1704
+ /**
1705
+ * MessageStrip designs.
1706
+ *
1707
+ * @enum {string}
1708
+ * @alias module:sap/f/gen/ui5/webcomponents.MessageStripDesign
1709
+ * @ui5-module-override sap/f/gen/ui5/webcomponents MessageStripDesign
1710
+ * @private
1711
+ */
1712
+ pkg["MessageStripDesign"] = {
1713
+ /**
1714
+ * Message should be just an information
1715
+ *
1716
+ * @private
1717
+ */
1718
+ Information: "Information",
1719
+ /**
1720
+ * Message is a success message
1721
+ *
1722
+ * @private
1723
+ */
1724
+ Positive: "Positive",
1725
+ /**
1726
+ * Message is an error
1727
+ *
1728
+ * @private
1729
+ */
1730
+ Negative: "Negative",
1731
+ /**
1732
+ * Message is a warning
1733
+ *
1734
+ * @private
1735
+ */
1736
+ Critical: "Critical",
1737
+ /**
1738
+ * Message uses custom color set 1
1739
+ *
1740
+ * @private
1741
+ */
1742
+ ColorSet1: "ColorSet1",
1743
+ /**
1744
+ * Message uses custom color set 2
1745
+ *
1746
+ * @private
1747
+ */
1748
+ ColorSet2: "ColorSet2"
1749
+ };
1750
+ registerEnum(
1751
+ "sap.f.gen.ui5.webcomponents.MessageStripDesign",
1752
+ pkg["MessageStripDesign"]
1753
+ );
1754
+ /**
1755
+ * Different notification list growing modes.
1756
+ *
1757
+ * @enum {string}
1758
+ * @alias module:sap/f/gen/ui5/webcomponents.NotificationListGrowingMode
1759
+ * @ui5-module-override sap/f/gen/ui5/webcomponents NotificationListGrowingMode
1760
+ * @private
1761
+ */
1762
+ pkg["NotificationListGrowingMode"] = {
1763
+ /**
1764
+ * Component&#x27;s &quot;load-more&quot; is fired upon pressing a &quot;More&quot; button.
1765
+ * at the bottom.
1766
+ *
1767
+ * @private
1768
+ */
1769
+ Button: "Button",
1770
+ /**
1771
+ * Component&#x27;s growing is not enabled.
1772
+ *
1773
+ * @private
1774
+ */
1775
+ None: "None"
1776
+ };
1777
+ registerEnum(
1778
+ "sap.f.gen.ui5.webcomponents.NotificationListGrowingMode",
1779
+ pkg["NotificationListGrowingMode"]
1780
+ );
1781
+ /**
1782
+ * Tabs overflow mode in TabContainer.
1783
+ *
1784
+ * @enum {string}
1785
+ * @alias module:sap/f/gen/ui5/webcomponents.OverflowMode
1786
+ * @ui5-module-override sap/f/gen/ui5/webcomponents OverflowMode
1787
+ * @private
1788
+ */
1789
+ pkg["OverflowMode"] = {
1790
+ /**
1791
+ * End type is used if there should be only one overflow with hidden the tabs at the end of the tab container.
1792
+ *
1793
+ * @private
1794
+ */
1795
+ End: "End",
1796
+ /**
1797
+ * StartAndEnd type is used if there should be two overflows on both ends of the tab container.
1798
+ *
1799
+ * @private
1800
+ */
1801
+ StartAndEnd: "StartAndEnd"
1802
+ };
1803
+ registerEnum("sap.f.gen.ui5.webcomponents.OverflowMode", pkg["OverflowMode"]);
1804
+ /**
1805
+ * Panel accessible roles.
1806
+ *
1807
+ * @enum {string}
1808
+ * @alias module:sap/f/gen/ui5/webcomponents.PanelAccessibleRole
1809
+ * @ui5-module-override sap/f/gen/ui5/webcomponents PanelAccessibleRole
1810
+ * @private
1811
+ */
1812
+ pkg["PanelAccessibleRole"] = {
1813
+ /**
1814
+ * Represents the ARIA role &quot;complementary&quot;.
1815
+ * A section of the page, designed to be complementary to the main content at a similar level in the DOM hierarchy.
1816
+ *
1817
+ * @private
1818
+ */
1819
+ Complementary: "Complementary",
1820
+ /**
1821
+ * Represents the ARIA role &quot;Form&quot;.
1822
+ * A landmark region that contains a collection of items and objects that, as a whole, create a form.
1823
+ *
1824
+ * @private
1825
+ */
1826
+ Form: "Form",
1827
+ /**
1828
+ * Represents the ARIA role &quot;Region&quot;.
1829
+ * A section of a page, that is important enough to be included in a page summary or table of contents.
1830
+ *
1831
+ * @private
1832
+ */
1833
+ Region: "Region"
1834
+ };
1835
+ registerEnum(
1836
+ "sap.f.gen.ui5.webcomponents.PanelAccessibleRole",
1837
+ pkg["PanelAccessibleRole"]
1838
+ );
1839
+ /**
1840
+ * Popover horizontal align types.
1841
+ *
1842
+ * @enum {string}
1843
+ * @alias module:sap/f/gen/ui5/webcomponents.PopoverHorizontalAlign
1844
+ * @ui5-module-override sap/f/gen/ui5/webcomponents PopoverHorizontalAlign
1845
+ * @private
1846
+ */
1847
+ pkg["PopoverHorizontalAlign"] = {
1848
+ /**
1849
+ * Popover is centered.
1850
+ *
1851
+ * @private
1852
+ */
1853
+ Center: "Center",
1854
+ /**
1855
+ * Popover is aligned with the start of the target.
1856
+ *
1857
+ * @private
1858
+ */
1859
+ Start: "Start",
1860
+ /**
1861
+ * Popover is aligned with the end of the target.
1862
+ *
1863
+ * @private
1864
+ */
1865
+ End: "End",
1866
+ /**
1867
+ * Popover is stretched.
1868
+ *
1869
+ * @private
1870
+ */
1871
+ Stretch: "Stretch"
1872
+ };
1873
+ registerEnum(
1874
+ "sap.f.gen.ui5.webcomponents.PopoverHorizontalAlign",
1875
+ pkg["PopoverHorizontalAlign"]
1876
+ );
1877
+ /**
1878
+ * Popover placements.
1879
+ *
1880
+ * @enum {string}
1881
+ * @alias module:sap/f/gen/ui5/webcomponents.PopoverPlacement
1882
+ * @ui5-module-override sap/f/gen/ui5/webcomponents PopoverPlacement
1883
+ * @private
1884
+ */
1885
+ pkg["PopoverPlacement"] = {
1886
+ /**
1887
+ * Popover will be placed at the start of the reference element.
1888
+ *
1889
+ * @private
1890
+ */
1891
+ Start: "Start",
1892
+ /**
1893
+ * Popover will be placed at the end of the reference element.
1894
+ *
1895
+ * @private
1896
+ */
1897
+ End: "End",
1898
+ /**
1899
+ * Popover will be placed at the top of the reference element.
1900
+ *
1901
+ * @private
1902
+ */
1903
+ Top: "Top",
1904
+ /**
1905
+ * Popover will be placed at the bottom of the reference element.
1906
+ *
1907
+ * @private
1908
+ */
1909
+ Bottom: "Bottom"
1910
+ };
1911
+ registerEnum(
1912
+ "sap.f.gen.ui5.webcomponents.PopoverPlacement",
1913
+ pkg["PopoverPlacement"]
1914
+ );
1915
+ /**
1916
+ * Popover vertical align types.
1917
+ *
1918
+ * @enum {string}
1919
+ * @alias module:sap/f/gen/ui5/webcomponents.PopoverVerticalAlign
1920
+ * @ui5-module-override sap/f/gen/ui5/webcomponents PopoverVerticalAlign
1921
+ * @private
1922
+ */
1923
+ pkg["PopoverVerticalAlign"] = {
1924
+ /**
1925
+ * Center
1926
+ *
1927
+ * @private
1928
+ */
1929
+ Center: "Center",
1930
+ /**
1931
+ * Popover will be placed at the top of the reference control.
1932
+ *
1933
+ * @private
1934
+ */
1935
+ Top: "Top",
1936
+ /**
1937
+ * Popover will be placed at the bottom of the reference control.
1938
+ *
1939
+ * @private
1940
+ */
1941
+ Bottom: "Bottom",
1942
+ /**
1943
+ * Popover will be streched
1944
+ *
1945
+ * @private
1946
+ */
1947
+ Stretch: "Stretch"
1948
+ };
1949
+ registerEnum(
1950
+ "sap.f.gen.ui5.webcomponents.PopoverVerticalAlign",
1951
+ pkg["PopoverVerticalAlign"]
1952
+ );
1953
+ /**
1954
+ * Popup accessible roles.
1955
+ *
1956
+ * @enum {string}
1957
+ * @alias module:sap/f/gen/ui5/webcomponents.PopupAccessibleRole
1958
+ * @ui5-module-override sap/f/gen/ui5/webcomponents PopupAccessibleRole
1959
+ * @private
1960
+ */
1961
+ pkg["PopupAccessibleRole"] = {
1962
+ /**
1963
+ * Represents no ARIA role.
1964
+ *
1965
+ * @private
1966
+ */
1967
+ None: "None",
1968
+ /**
1969
+ * Represents the ARIA role &quot;dialog&quot;.
1970
+ *
1971
+ * @private
1972
+ */
1973
+ Dialog: "Dialog",
1974
+ /**
1975
+ * Represents the ARIA role &quot;alertdialog&quot;.
1976
+ *
1977
+ * @private
1978
+ */
1979
+ AlertDialog: "AlertDialog"
1980
+ };
1981
+ registerEnum(
1982
+ "sap.f.gen.ui5.webcomponents.PopupAccessibleRole",
1983
+ pkg["PopupAccessibleRole"]
1984
+ );
1985
+ /**
1986
+ * Different types of Priority.
1987
+ *
1988
+ * @enum {string}
1989
+ * @alias module:sap/f/gen/ui5/webcomponents.Priority
1990
+ * @ui5-module-override sap/f/gen/ui5/webcomponents Priority
1991
+ * @private
1992
+ */
1993
+ pkg["Priority"] = {
1994
+ /**
1995
+ * High priority.
1996
+ *
1997
+ * @private
1998
+ */
1999
+ High: "High",
2000
+ /**
2001
+ * Medium priority.
2002
+ *
2003
+ * @private
2004
+ */
2005
+ Medium: "Medium",
2006
+ /**
2007
+ * Low priority.
2008
+ *
2009
+ * @private
2010
+ */
2011
+ Low: "Low",
2012
+ /**
2013
+ * Default, none priority.
2014
+ *
2015
+ * @private
2016
+ */
2017
+ None: "None"
2018
+ };
2019
+ registerEnum("sap.f.gen.ui5.webcomponents.Priority", pkg["Priority"]);
2020
+ /**
2021
+ * Types of icon sizes used in the RatingIndicator.
2022
+ * Provides predefined size categories to ensure consistent scaling and spacing of icons.
2023
+ *
2024
+ * @enum {string}
2025
+ * @alias module:sap/f/gen/ui5/webcomponents.RatingIndicatorSize
2026
+ * @ui5-module-override sap/f/gen/ui5/webcomponents RatingIndicatorSize
2027
+ * @private
2028
+ */
2029
+ pkg["RatingIndicatorSize"] = {
2030
+ /**
2031
+ * Small size for compact layouts.
2032
+ *
2033
+ * @private
2034
+ */
2035
+ S: "S",
2036
+ /**
2037
+ * Medium size, used as the default option.
2038
+ * Offers a balanced appearance for most scenarios.
2039
+ *
2040
+ * @private
2041
+ */
2042
+ M: "M",
2043
+ /**
2044
+ * Large size for prominent or spacious layouts.
2045
+ *
2046
+ * @private
2047
+ */
2048
+ L: "L"
2049
+ };
2050
+ registerEnum(
2051
+ "sap.f.gen.ui5.webcomponents.RatingIndicatorSize",
2052
+ pkg["RatingIndicatorSize"]
2053
+ );
2054
+ /**
2055
+ * Different SegmentedButton selection modes.
2056
+ *
2057
+ * @enum {string}
2058
+ * @alias module:sap/f/gen/ui5/webcomponents.SegmentedButtonSelectionMode
2059
+ * @ui5-module-override sap/f/gen/ui5/webcomponents SegmentedButtonSelectionMode
2060
+ * @private
2061
+ */
2062
+ pkg["SegmentedButtonSelectionMode"] = {
2063
+ /**
2064
+ * There is always one selected. Selecting one deselects the previous one.
2065
+ *
2066
+ * @private
2067
+ */
2068
+ Single: "Single",
2069
+ /**
2070
+ * Multiple items can be selected at a time. All items can be deselected.
2071
+ *
2072
+ * @private
2073
+ */
2074
+ Multiple: "Multiple"
2075
+ };
2076
+ registerEnum(
2077
+ "sap.f.gen.ui5.webcomponents.SegmentedButtonSelectionMode",
2078
+ pkg["SegmentedButtonSelectionMode"]
2079
+ );
2080
+ /**
2081
+ * Different types of SemanticColor.
2082
+ *
2083
+ * @enum {string}
2084
+ * @alias module:sap/f/gen/ui5/webcomponents.SemanticColor
2085
+ * @ui5-module-override sap/f/gen/ui5/webcomponents SemanticColor
2086
+ * @private
2087
+ */
2088
+ pkg["SemanticColor"] = {
2089
+ /**
2090
+ * Default color (brand color)
2091
+ *
2092
+ * @private
2093
+ */
2094
+ Default: "Default",
2095
+ /**
2096
+ * Positive color
2097
+ *
2098
+ * @private
2099
+ */
2100
+ Positive: "Positive",
2101
+ /**
2102
+ * Negative color
2103
+ *
2104
+ * @private
2105
+ */
2106
+ Negative: "Negative",
2107
+ /**
2108
+ * Critical color
2109
+ *
2110
+ * @private
2111
+ */
2112
+ Critical: "Critical",
2113
+ /**
2114
+ * Neutral color.
2115
+ *
2116
+ * @private
2117
+ */
2118
+ Neutral: "Neutral"
2119
+ };
2120
+ registerEnum("sap.f.gen.ui5.webcomponents.SemanticColor", pkg["SemanticColor"]);
2121
+ /**
2122
+ * Different types of Switch designs.
2123
+ *
2124
+ * @enum {string}
2125
+ * @alias module:sap/f/gen/ui5/webcomponents.SwitchDesign
2126
+ * @ui5-module-override sap/f/gen/ui5/webcomponents SwitchDesign
2127
+ * @private
2128
+ */
2129
+ pkg["SwitchDesign"] = {
2130
+ /**
2131
+ * Defines the Switch as Textual
2132
+ *
2133
+ * @private
2134
+ */
2135
+ Textual: "Textual",
2136
+ /**
2137
+ * Defines the Switch as Graphical
2138
+ *
2139
+ * @private
2140
+ */
2141
+ Graphical: "Graphical"
2142
+ };
2143
+ registerEnum("sap.f.gen.ui5.webcomponents.SwitchDesign", pkg["SwitchDesign"]);
2144
+ /**
2145
+ * Tab layout of TabContainer.
2146
+ *
2147
+ * @enum {string}
2148
+ * @alias module:sap/f/gen/ui5/webcomponents.TabLayout
2149
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TabLayout
2150
+ * @private
2151
+ */
2152
+ pkg["TabLayout"] = {
2153
+ /**
2154
+ * Inline type, the tab &quot;main text&quot; and &quot;additionalText&quot; are displayed horizotally.
2155
+ *
2156
+ * @private
2157
+ */
2158
+ Inline: "Inline",
2159
+ /**
2160
+ * Standard type, the tab &quot;main text&quot; and &quot;additionalText&quot; are displayed vertically.
2161
+ *
2162
+ * @private
2163
+ */
2164
+ Standard: "Standard"
2165
+ };
2166
+ registerEnum("sap.f.gen.ui5.webcomponents.TabLayout", pkg["TabLayout"]);
2167
+ /**
2168
+ * Alignment of the &lt;ui5-table-cell&gt; component.
2169
+ *
2170
+ * @enum {string}
2171
+ * @alias module:sap/f/gen/ui5/webcomponents.TableCellHorizontalAlign
2172
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TableCellHorizontalAlign
2173
+ * @private
2174
+ */
2175
+ pkg["TableCellHorizontalAlign"] = {
2176
+ /**
2177
+ * Left
2178
+ *
2179
+ * @private
2180
+ */
2181
+ Left: "Left",
2182
+ /**
2183
+ * Start
2184
+ *
2185
+ * @private
2186
+ */
2187
+ Start: "Start",
2188
+ /**
2189
+ * Right
2190
+ *
2191
+ * @private
2192
+ */
2193
+ Right: "Right",
2194
+ /**
2195
+ * End
2196
+ *
2197
+ * @private
2198
+ */
2199
+ End: "End",
2200
+ /**
2201
+ * Center
2202
+ *
2203
+ * @private
2204
+ */
2205
+ Center: "Center"
2206
+ };
2207
+ registerEnum(
2208
+ "sap.f.gen.ui5.webcomponents.TableCellHorizontalAlign",
2209
+ pkg["TableCellHorizontalAlign"]
2210
+ );
2211
+ /**
2212
+ * Growing mode of the &lt;ui5-table&gt; component.
2213
+ *
2214
+ * @enum {string}
2215
+ * @alias module:sap/f/gen/ui5/webcomponents.TableGrowingMode
2216
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TableGrowingMode
2217
+ * @private
2218
+ */
2219
+ pkg["TableGrowingMode"] = {
2220
+ /**
2221
+ * Renders a growing button, which can be pressed to load more data.
2222
+ *
2223
+ * @private
2224
+ */
2225
+ Button: "Button",
2226
+ /**
2227
+ * Scroll to load more data.
2228
+ *
2229
+ * **Note:** If the table is not scrollable, a growing button will be rendered instead to ensure growing functionality.
2230
+ *
2231
+ * @private
2232
+ */
2233
+ Scroll: "Scroll"
2234
+ };
2235
+ registerEnum(
2236
+ "sap.f.gen.ui5.webcomponents.TableGrowingMode",
2237
+ pkg["TableGrowingMode"]
2238
+ );
2239
+ /**
2240
+ * Overflow mode of the &lt;ui5-table&gt; component.
2241
+ *
2242
+ * @enum {string}
2243
+ * @alias module:sap/f/gen/ui5/webcomponents.TableOverflowMode
2244
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TableOverflowMode
2245
+ * @private
2246
+ */
2247
+ pkg["TableOverflowMode"] = {
2248
+ /**
2249
+ * Shows a scrollbar, when the table cannot fit all columns.
2250
+ *
2251
+ * @private
2252
+ */
2253
+ Scroll: "Scroll",
2254
+ /**
2255
+ * Pops in columns, that do not fit into the table anymore.
2256
+ *
2257
+ * @private
2258
+ */
2259
+ Popin: "Popin"
2260
+ };
2261
+ registerEnum(
2262
+ "sap.f.gen.ui5.webcomponents.TableOverflowMode",
2263
+ pkg["TableOverflowMode"]
2264
+ );
2265
+ /**
2266
+ * Selection behavior of the `ui5-table` selection components.
2267
+ *
2268
+ * @enum {string}
2269
+ * @alias module:sap/f/gen/ui5/webcomponents.TableSelectionBehavior
2270
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TableSelectionBehavior
2271
+ * @private
2272
+ */
2273
+ pkg["TableSelectionBehavior"] = {
2274
+ /**
2275
+ * Rows can only be selected by using the row selector column.
2276
+ *
2277
+ * @private
2278
+ */
2279
+ RowSelector: "RowSelector",
2280
+ /**
2281
+ * Rows can only be selected by clicking directly on the row, as the row selector column is hidden.
2282
+ *
2283
+ * **Note:** In this mode, the &#x60;row-click&#x60; event of the &#x60;ui5-table&#x60; component is not fired.
2284
+ *
2285
+ * @private
2286
+ */
2287
+ RowOnly: "RowOnly"
2288
+ };
2289
+ registerEnum(
2290
+ "sap.f.gen.ui5.webcomponents.TableSelectionBehavior",
2291
+ pkg["TableSelectionBehavior"]
2292
+ );
2293
+ /**
2294
+ * Selection modes of the &lt;ui5-table&gt; component.
2295
+ *
2296
+ * @enum {string}
2297
+ * @alias module:sap/f/gen/ui5/webcomponents.TableSelectionMode
2298
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TableSelectionMode
2299
+ * @private
2300
+ */
2301
+ pkg["TableSelectionMode"] = {
2302
+ /**
2303
+ * Default mode (no selection).
2304
+ *
2305
+ * @private
2306
+ */
2307
+ None: "None",
2308
+ /**
2309
+ * Single selection mode (only one table row can be selected).
2310
+ *
2311
+ * @private
2312
+ */
2313
+ Single: "Single",
2314
+ /**
2315
+ * Multi selection mode (more than one table row can be selected).
2316
+ *
2317
+ * @private
2318
+ */
2319
+ Multiple: "Multiple"
2320
+ };
2321
+ registerEnum(
2322
+ "sap.f.gen.ui5.webcomponents.TableSelectionMode",
2323
+ pkg["TableSelectionMode"]
2324
+ );
2325
+ /**
2326
+ * Selectors of the table header row in multi-selection scenarios.
2327
+ *
2328
+ * @enum {string}
2329
+ * @alias module:sap/f/gen/ui5/webcomponents.TableSelectionMultiHeaderSelector
2330
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TableSelectionMultiHeaderSelector
2331
+ * @private
2332
+ */
2333
+ pkg["TableSelectionMultiHeaderSelector"] = {
2334
+ /**
2335
+ * Renders a checkbox in the table header row that toggles the selection of all rows.
2336
+ *
2337
+ * @private
2338
+ */
2339
+ SelectAll: "SelectAll",
2340
+ /**
2341
+ * Renders an icon in the table header row that removes the selection of all rows.
2342
+ *
2343
+ * @private
2344
+ */
2345
+ ClearAll: "ClearAll"
2346
+ };
2347
+ registerEnum(
2348
+ "sap.f.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector",
2349
+ pkg["TableSelectionMultiHeaderSelector"]
2350
+ );
2351
+ /**
2352
+ * Defines tag design types.
2353
+ *
2354
+ * @enum {string}
2355
+ * @alias module:sap/f/gen/ui5/webcomponents.TagDesign
2356
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TagDesign
2357
+ * @private
2358
+ */
2359
+ pkg["TagDesign"] = {
2360
+ /**
2361
+ * Set1 of generic indication colors that are intended for industry-specific use cases
2362
+ *
2363
+ * @private
2364
+ */
2365
+ Set1: "Set1",
2366
+ /**
2367
+ * Set2 of generic indication colors that are intended for industry-specific use cases
2368
+ *
2369
+ * @private
2370
+ */
2371
+ Set2: "Set2",
2372
+ /**
2373
+ * Neutral design
2374
+ *
2375
+ * @private
2376
+ */
2377
+ Neutral: "Neutral",
2378
+ /**
2379
+ * Information design
2380
+ *
2381
+ * @private
2382
+ */
2383
+ Information: "Information",
2384
+ /**
2385
+ * Positive design
2386
+ *
2387
+ * @private
2388
+ */
2389
+ Positive: "Positive",
2390
+ /**
2391
+ * Negative design
2392
+ *
2393
+ * @private
2394
+ */
2395
+ Negative: "Negative",
2396
+ /**
2397
+ * Critical design
2398
+ *
2399
+ * @private
2400
+ */
2401
+ Critical: "Critical"
2402
+ };
2403
+ registerEnum("sap.f.gen.ui5.webcomponents.TagDesign", pkg["TagDesign"]);
2404
+ /**
2405
+ * Predefined sizes for the tag.
2406
+ *
2407
+ * @enum {string}
2408
+ * @alias module:sap/f/gen/ui5/webcomponents.TagSize
2409
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TagSize
2410
+ * @private
2411
+ */
2412
+ pkg["TagSize"] = {
2413
+ /**
2414
+ * Small size of the tag
2415
+ *
2416
+ * @private
2417
+ */
2418
+ S: "S",
2419
+ /**
2420
+ * Large size of the tag
2421
+ *
2422
+ * @private
2423
+ */
2424
+ L: "L"
2425
+ };
2426
+ registerEnum("sap.f.gen.ui5.webcomponents.TagSize", pkg["TagSize"]);
2427
+ /**
2428
+ * Empty Indicator Mode.
2429
+ *
2430
+ * @enum {string}
2431
+ * @alias module:sap/f/gen/ui5/webcomponents.TextEmptyIndicatorMode
2432
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TextEmptyIndicatorMode
2433
+ * @private
2434
+ */
2435
+ pkg["TextEmptyIndicatorMode"] = {
2436
+ /**
2437
+ * Empty indicator is never rendered.
2438
+ *
2439
+ * @private
2440
+ */
2441
+ Off: "Off",
2442
+ /**
2443
+ * Empty indicator is rendered always when the component&#x27;s content is empty.
2444
+ *
2445
+ * @private
2446
+ */
2447
+ On: "On"
2448
+ };
2449
+ registerEnum(
2450
+ "sap.f.gen.ui5.webcomponents.TextEmptyIndicatorMode",
2451
+ pkg["TextEmptyIndicatorMode"]
2452
+ );
2453
+ /**
2454
+ * Different types of Title level.
2455
+ *
2456
+ * @enum {string}
2457
+ * @alias module:sap/f/gen/ui5/webcomponents.TitleLevel
2458
+ * @ui5-module-override sap/f/gen/ui5/webcomponents TitleLevel
2459
+ * @private
2460
+ */
2461
+ pkg["TitleLevel"] = {
2462
+ /**
2463
+ * Renders &#x60;h1&#x60; tag.
2464
+ *
2465
+ * @private
2466
+ */
2467
+ H1: "H1",
2468
+ /**
2469
+ * Renders &#x60;h2&#x60; tag.
2470
+ *
2471
+ * @private
2472
+ */
2473
+ H2: "H2",
2474
+ /**
2475
+ * Renders &#x60;h3&#x60; tag.
2476
+ *
2477
+ * @private
2478
+ */
2479
+ H3: "H3",
2480
+ /**
2481
+ * Renders &#x60;h4&#x60; tag.
2482
+ *
2483
+ * @private
2484
+ */
2485
+ H4: "H4",
2486
+ /**
2487
+ * Renders &#x60;h5&#x60; tag.
2488
+ *
2489
+ * @private
2490
+ */
2491
+ H5: "H5",
2492
+ /**
2493
+ * Renders &#x60;h6&#x60; tag.
2494
+ *
2495
+ * @private
2496
+ */
2497
+ H6: "H6"
2498
+ };
2499
+ registerEnum("sap.f.gen.ui5.webcomponents.TitleLevel", pkg["TitleLevel"]);
2500
+ /**
2501
+ * Toast placement.
2502
+ *
2503
+ * @enum {string}
2504
+ * @alias module:sap/f/gen/ui5/webcomponents.ToastPlacement
2505
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ToastPlacement
2506
+ * @private
2507
+ */
2508
+ pkg["ToastPlacement"] = {
2509
+ /**
2510
+ * Toast is placed at the &#x60;TopStart&#x60; position of its container.
2511
+ *
2512
+ * @private
2513
+ */
2514
+ TopStart: "TopStart",
2515
+ /**
2516
+ * Toast is placed at the &#x60;TopCenter&#x60; position of its container.
2517
+ *
2518
+ * @private
2519
+ */
2520
+ TopCenter: "TopCenter",
2521
+ /**
2522
+ * Toast is placed at the &#x60;TopEnd&#x60; position of its container.
2523
+ *
2524
+ * @private
2525
+ */
2526
+ TopEnd: "TopEnd",
2527
+ /**
2528
+ * Toast is placed at the &#x60;MiddleStart&#x60; position of its container.
2529
+ *
2530
+ * @private
2531
+ */
2532
+ MiddleStart: "MiddleStart",
2533
+ /**
2534
+ * Toast is placed at the &#x60;MiddleCenter&#x60; position of its container.
2535
+ *
2536
+ * @private
2537
+ */
2538
+ MiddleCenter: "MiddleCenter",
2539
+ /**
2540
+ * Toast is placed at the &#x60;MiddleEnd&#x60; position of its container.
2541
+ *
2542
+ * @private
2543
+ */
2544
+ MiddleEnd: "MiddleEnd",
2545
+ /**
2546
+ * Toast is placed at the &#x60;BottomStart&#x60; position of its container.
2547
+ *
2548
+ * @private
2549
+ */
2550
+ BottomStart: "BottomStart",
2551
+ /**
2552
+ * Toast is placed at the &#x60;BottomCenter&#x60; position of its container.
2553
+ * Default placement (no selection)
2554
+ *
2555
+ * @private
2556
+ */
2557
+ BottomCenter: "BottomCenter",
2558
+ /**
2559
+ * Toast is placed at the &#x60;BottomEnd&#x60; position of its container.
2560
+ *
2561
+ * @private
2562
+ */
2563
+ BottomEnd: "BottomEnd"
2564
+ };
2565
+ registerEnum("sap.f.gen.ui5.webcomponents.ToastPlacement", pkg["ToastPlacement"]);
2566
+ /**
2567
+ * Defines which direction the items of ui5-toolbar will be aligned.
2568
+ *
2569
+ * @enum {string}
2570
+ * @alias module:sap/f/gen/ui5/webcomponents.ToolbarAlign
2571
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ToolbarAlign
2572
+ * @private
2573
+ */
2574
+ pkg["ToolbarAlign"] = {
2575
+ /**
2576
+ * Toolbar items are situated at the &#x60;start&#x60; of the Toolbar
2577
+ *
2578
+ * @private
2579
+ */
2580
+ Start: "Start",
2581
+ /**
2582
+ * Toolbar items are situated at the &#x60;end&#x60; of the Toolbar
2583
+ *
2584
+ * @private
2585
+ */
2586
+ End: "End"
2587
+ };
2588
+ registerEnum("sap.f.gen.ui5.webcomponents.ToolbarAlign", pkg["ToolbarAlign"]);
2589
+ /**
2590
+ * Defines the available toolbar designs.
2591
+ *
2592
+ * @enum {string}
2593
+ * @alias module:sap/f/gen/ui5/webcomponents.ToolbarDesign
2594
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ToolbarDesign
2595
+ * @private
2596
+ */
2597
+ pkg["ToolbarDesign"] = {
2598
+ /**
2599
+ * The toolbar and its content will be displayed with solid background.
2600
+ *
2601
+ * @private
2602
+ */
2603
+ Solid: "Solid",
2604
+ /**
2605
+ * The toolbar and its content will be displayed with transparent background.
2606
+ *
2607
+ * @private
2608
+ */
2609
+ Transparent: "Transparent"
2610
+ };
2611
+ registerEnum("sap.f.gen.ui5.webcomponents.ToolbarDesign", pkg["ToolbarDesign"]);
2612
+ /**
2613
+ * Defines the priority of the toolbar item to go inside overflow popover.
2614
+ *
2615
+ * @enum {string}
2616
+ * @alias module:sap/f/gen/ui5/webcomponents.ToolbarItemOverflowBehavior
2617
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ToolbarItemOverflowBehavior
2618
+ * @private
2619
+ */
2620
+ pkg["ToolbarItemOverflowBehavior"] = {
2621
+ /**
2622
+ * The item is presented inside the toolbar and goes in the popover, when there is not enough space.
2623
+ *
2624
+ * @private
2625
+ */
2626
+ Default: "Default",
2627
+ /**
2628
+ * When set, the item will never go to the overflow popover.
2629
+ *
2630
+ * @private
2631
+ */
2632
+ NeverOverflow: "NeverOverflow",
2633
+ /**
2634
+ * When set, the item will be always part of the overflow part of ui5-toolbar.
2635
+ *
2636
+ * @private
2637
+ */
2638
+ AlwaysOverflow: "AlwaysOverflow"
2639
+ };
2640
+ registerEnum(
2641
+ "sap.f.gen.ui5.webcomponents.ToolbarItemOverflowBehavior",
2642
+ pkg["ToolbarItemOverflowBehavior"]
2643
+ );
2644
+ /**
2645
+ * Different types of wrapping.
2646
+ *
2647
+ * @enum {string}
2648
+ * @alias module:sap/f/gen/ui5/webcomponents.WrappingType
2649
+ * @ui5-module-override sap/f/gen/ui5/webcomponents WrappingType
2650
+ * @private
2651
+ */
2652
+ pkg["WrappingType"] = {
2653
+ /**
2654
+ * The text will be truncated with an ellipsis.
2655
+ *
2656
+ * @private
2657
+ */
2658
+ None: "None",
2659
+ /**
2660
+ * The text will wrap. The words will not be broken based on hyphenation.
2661
+ *
2662
+ * @private
2663
+ */
2664
+ Normal: "Normal"
2665
+ };
2666
+ registerEnum("sap.f.gen.ui5.webcomponents.WrappingType", pkg["WrappingType"]);
2667
+
2668
+ // Interfaces
2669
+ /**
2670
+ * Interface for components that represent an avatar and may be slotted in numerous higher-order components such as `ui5-avatar-group`
2671
+ *
2672
+ * @interface
2673
+ * @name module:sap/f/gen/ui5/webcomponents.IAvatarGroupItem
2674
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IAvatarGroupItem
2675
+ * @private
2676
+ */
2677
+ /**
2678
+ * Interface for components that may be used as a button inside numerous higher-order components
2679
+ *
2680
+ * @interface
2681
+ * @name module:sap/f/gen/ui5/webcomponents.IButton
2682
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IButton
2683
+ * @private
2684
+ */
2685
+ /**
2686
+ * Interface for components that may be slotted inside a `ui5-calendar`.
2687
+ *
2688
+ * **Note:** Use with `ui5-date` or `ui5-date-range` as calendar date selection types.
2689
+ *
2690
+ * @interface
2691
+ * @name module:sap/f/gen/ui5/webcomponents.ICalendarSelectedDates
2692
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ICalendarSelectedDates
2693
+ * @private
2694
+ */
2695
+ /**
2696
+ * Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
2697
+ *
2698
+ * @interface
2699
+ * @name module:sap/f/gen/ui5/webcomponents.IColorPaletteItem
2700
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IColorPaletteItem
2701
+ * @private
2702
+ */
2703
+ /**
2704
+ * Interface for components that may be slotted inside a `ui5-combobox`
2705
+ *
2706
+ * @interface
2707
+ * @name module:sap/f/gen/ui5/webcomponents.IComboBoxItem
2708
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IComboBoxItem
2709
+ * @private
2710
+ */
2711
+ /**
2712
+ * Represents a dynamic date range option used by the `ui5-dynamic-date-range` component.
2713
+ *
2714
+ * Represents a dynamic date range option used for handling dynamic date ranges.
2715
+ * This interface defines the structure and behavior required for implementing
2716
+ * dynamic date range options, including formatting, parsing, validation, and
2717
+ * conversion of date range values.
2718
+ *
2719
+ * * Properties:
2720
+ * - `icon`: The icon associated with the dynamic date range option, typically used for UI representation.
2721
+ * - `operator`: A unique operator identifying the dynamic date range option.
2722
+ * - `text`: The display text for the dynamic date range option.
2723
+ * - `template` (optional): A JSX template for rendering the dynamic date range option.
2724
+ *
2725
+ * Methods:
2726
+ * - `format(value: DynamicDateRangeValue): string`: Formats the given dynamic date range value into a string representation.
2727
+ * - `parse(value: string): DynamicDateRangeValue | undefined`: Parses a string into a dynamic date range value.
2728
+ * - `toDates(value: DynamicDateRangeValue): Array<Date>`: Converts a dynamic date range value into an array of `Date` objects.
2729
+ * - `handleSelectionChange?(event: CustomEvent): DynamicDateRangeValue | undefined`: (Optional) Handles selection changes in the UI of the dynamic date range option.
2730
+ * - `isValidString(value: string): boolean`: Validates whether a given string is a valid representation of the dynamic date range value.
2731
+ *
2732
+ * @interface
2733
+ * @name module:sap/f/gen/ui5/webcomponents.IDynamicDateRangeOption
2734
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IDynamicDateRangeOption
2735
+ * @private
2736
+ */
2737
+ /**
2738
+ * Interface for components that can be slotted inside `ui5-form` as items.
2739
+ *
2740
+ * @interface
2741
+ * @name module:sap/f/gen/ui5/webcomponents.IFormItem
2742
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IFormItem
2743
+ * @private
2744
+ */
2745
+ /**
2746
+ * Interface for components that represent an icon, usable in numerous higher-order components
2747
+ *
2748
+ * @interface
2749
+ * @name module:sap/f/gen/ui5/webcomponents.IIcon
2750
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IIcon
2751
+ * @private
2752
+ */
2753
+ /**
2754
+ * Interface for components that represent a suggestion item, usable in `ui5-input`
2755
+ *
2756
+ * @interface
2757
+ * @name module:sap/f/gen/ui5/webcomponents.IInputSuggestionItem
2758
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IInputSuggestionItem
2759
+ * @private
2760
+ */
2761
+ /**
2762
+ * Interface for components that may be slotted inside a `ui5-menu`.
2763
+ *
2764
+ * **Note:** Use with `ui5-menu-item` or `ui5-menu-separator`. Implementing the interface does not guarantee that any other classes can work with the `ui5-menu`.
2765
+ *
2766
+ * @interface
2767
+ * @name module:sap/f/gen/ui5/webcomponents.IMenuItem
2768
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IMenuItem
2769
+ * @private
2770
+ */
2771
+ /**
2772
+ * Interface for components that may be slotted inside a `ui5-multi-combobox` as items
2773
+ *
2774
+ * @interface
2775
+ * @name module:sap/f/gen/ui5/webcomponents.IMultiComboBoxItem
2776
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IMultiComboBoxItem
2777
+ * @private
2778
+ */
2779
+ /**
2780
+ * Interface for components that may be slotted inside `ui5-segmented-button` as items
2781
+ *
2782
+ * @interface
2783
+ * @name module:sap/f/gen/ui5/webcomponents.ISegmentedButtonItem
2784
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ISegmentedButtonItem
2785
+ * @private
2786
+ */
2787
+ /**
2788
+ * Interface for components that may be slotted inside `ui5-select` as options
2789
+ *
2790
+ * @interface
2791
+ * @name module:sap/f/gen/ui5/webcomponents.IOption
2792
+ * @ui5-module-override sap/f/gen/ui5/webcomponents IOption
2793
+ * @private
2794
+ */
2795
+ /**
2796
+ * Interface for components that may be slotted inside `ui5-tabcontainer` as items
2797
+ *
2798
+ * **Note:** Use directly `ui5-tab` or `ui5-tab-seprator`. Implementing the interface does not guarantee that the class can work as a tab.
2799
+ *
2800
+ * @interface
2801
+ * @name module:sap/f/gen/ui5/webcomponents.ITab
2802
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ITab
2803
+ * @private
2804
+ */
2805
+ /**
2806
+ * Interface for components that can be slotted inside the `features` slot of the `ui5-table`.
2807
+ *
2808
+ * @interface
2809
+ * @name module:sap/f/gen/ui5/webcomponents.ITableFeature
2810
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ITableFeature
2811
+ * @private
2812
+ */
2813
+ /**
2814
+ * Interface for components that can be slotted inside the `features` slot of the `ui5-table`
2815
+ * and provide growing/data loading functionality.
2816
+ *
2817
+ * @interface
2818
+ * @name module:sap/f/gen/ui5/webcomponents.ITableGrowing
2819
+ * @ui5-module-override sap/f/gen/ui5/webcomponents ITableGrowing
2820
+ * @private
2821
+ */
2822
+
2823
+ return pkg;
2824
+ }
2825
+ );