@openui5/sap.f 1.141.2 → 1.142.1

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