@openui5/sap.f 1.145.0 → 1.146.0

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