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