@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(
@@ -44,30 +44,35 @@ sap.ui.define(
44
44
  * @alias module:sap/f/gen/ui5/webcomponents_base.AnimationMode
45
45
  * @ui5-module-override sap/f/gen/ui5/webcomponents_base AnimationMode
46
46
  * @private
47
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
47
48
  */
48
49
  pkg["AnimationMode"] = {
49
50
  /**
50
51
  * Full
51
52
  *
52
53
  * @private
54
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
53
55
  */
54
56
  Full: "Full",
55
57
  /**
56
58
  * Basic
57
59
  *
58
60
  * @private
61
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
59
62
  */
60
63
  Basic: "Basic",
61
64
  /**
62
65
  * Minimal
63
66
  *
64
67
  * @private
68
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
65
69
  */
66
70
  Minimal: "Minimal",
67
71
  /**
68
72
  * None
69
73
  *
70
74
  * @private
75
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
71
76
  */
72
77
  None: "None"
73
78
  };
@@ -79,36 +84,42 @@ sap.ui.define(
79
84
  * @alias module:sap/f/gen/ui5/webcomponents_base.CalendarType
80
85
  * @ui5-module-override sap/f/gen/ui5/webcomponents_base CalendarType
81
86
  * @private
87
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
82
88
  */
83
89
  pkg["CalendarType"] = {
84
90
  /**
85
91
  * Gregorian
86
92
  *
87
93
  * @private
94
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
88
95
  */
89
96
  Gregorian: "Gregorian",
90
97
  /**
91
98
  * Islamic
92
99
  *
93
100
  * @private
101
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
94
102
  */
95
103
  Islamic: "Islamic",
96
104
  /**
97
105
  * Japanese
98
106
  *
99
107
  * @private
108
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
100
109
  */
101
110
  Japanese: "Japanese",
102
111
  /**
103
112
  * Buddhist
104
113
  *
105
114
  * @private
115
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
106
116
  */
107
117
  Buddhist: "Buddhist",
108
118
  /**
109
119
  * Persian
110
120
  *
111
121
  * @private
122
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
112
123
  */
113
124
  Persian: "Persian"
114
125
  };
@@ -120,18 +131,21 @@ sap.ui.define(
120
131
  * @alias module:sap/f/gen/ui5/webcomponents_base.ItemNavigationBehavior
121
132
  * @ui5-module-override sap/f/gen/ui5/webcomponents_base ItemNavigationBehavior
122
133
  * @private
134
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
123
135
  */
124
136
  pkg["ItemNavigationBehavior"] = {
125
137
  /**
126
138
  * Static behavior: navigations stops at the first or last item.
127
139
  *
128
140
  * @private
141
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
129
142
  */
130
143
  Static: "Static",
131
144
  /**
132
145
  * Cycling behavior: navigating past the last item continues with the first and vice versa.
133
146
  *
134
147
  * @private
148
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
135
149
  */
136
150
  Cyclic: "Cyclic"
137
151
  };
@@ -146,24 +160,28 @@ sap.ui.define(
146
160
  * @alias module:sap/f/gen/ui5/webcomponents_base.MovePlacement
147
161
  * @ui5-module-override sap/f/gen/ui5/webcomponents_base MovePlacement
148
162
  * @private
163
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
149
164
  */
150
165
  pkg["MovePlacement"] = {
151
166
  /**
152
167
  * On
153
168
  *
154
169
  * @private
170
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
155
171
  */
156
172
  On: "On",
157
173
  /**
158
174
  * Before
159
175
  *
160
176
  * @private
177
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
161
178
  */
162
179
  Before: "Before",
163
180
  /**
164
181
  * After
165
182
  *
166
183
  * @private
184
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
167
185
  */
168
186
  After: "After"
169
187
  };
@@ -175,30 +193,35 @@ sap.ui.define(
175
193
  * @alias module:sap/f/gen/ui5/webcomponents_base.NavigationMode
176
194
  * @ui5-module-override sap/f/gen/ui5/webcomponents_base NavigationMode
177
195
  * @private
196
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
178
197
  */
179
198
  pkg["NavigationMode"] = {
180
199
  /**
181
200
  * Auto
182
201
  *
183
202
  * @private
203
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
184
204
  */
185
205
  Auto: "Auto",
186
206
  /**
187
207
  * Vertical
188
208
  *
189
209
  * @private
210
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
190
211
  */
191
212
  Vertical: "Vertical",
192
213
  /**
193
214
  * Horizontal
194
215
  *
195
216
  * @private
217
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
196
218
  */
197
219
  Horizontal: "Horizontal",
198
220
  /**
199
221
  * Paging
200
222
  *
201
223
  * @private
224
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
202
225
  */
203
226
  Paging: "Paging"
204
227
  };
@@ -213,24 +236,28 @@ sap.ui.define(
213
236
  * @alias module:sap/f/gen/ui5/webcomponents_base.SortOrder
214
237
  * @ui5-module-override sap/f/gen/ui5/webcomponents_base SortOrder
215
238
  * @private
239
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
216
240
  */
217
241
  pkg["SortOrder"] = {
218
242
  /**
219
243
  * Sorting is not applied.
220
244
  *
221
245
  * @private
246
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
222
247
  */
223
248
  None: "None",
224
249
  /**
225
250
  * Sorting is applied in ascending order.
226
251
  *
227
252
  * @private
253
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
228
254
  */
229
255
  Ascending: "Ascending",
230
256
  /**
231
257
  * Sorting is applied in descending order.
232
258
  *
233
259
  * @private
260
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
234
261
  */
235
262
  Descending: "Descending"
236
263
  };
@@ -242,36 +269,42 @@ sap.ui.define(
242
269
  * @alias module:sap/f/gen/ui5/webcomponents_base.ValueState
243
270
  * @ui5-module-override sap/f/gen/ui5/webcomponents_base ValueState
244
271
  * @private
272
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
245
273
  */
246
274
  pkg["ValueState"] = {
247
275
  /**
248
276
  * None
249
277
  *
250
278
  * @private
279
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
251
280
  */
252
281
  None: "None",
253
282
  /**
254
283
  * Positive
255
284
  *
256
285
  * @private
286
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
257
287
  */
258
288
  Positive: "Positive",
259
289
  /**
260
290
  * Critical
261
291
  *
262
292
  * @private
293
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
263
294
  */
264
295
  Critical: "Critical",
265
296
  /**
266
297
  * Negative
267
298
  *
268
299
  * @private
300
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
269
301
  */
270
302
  Negative: "Negative",
271
303
  /**
272
304
  * Information
273
305
  *
274
306
  * @private
307
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
275
308
  */
276
309
  Information: "Information"
277
310
  };
@@ -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(
@@ -51,6 +51,7 @@ sap.ui.define(
51
51
  * @extends sap.ui.core.webc.WebComponent
52
52
  * @constructor
53
53
  * @private
54
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
54
55
  * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage
55
56
  */
56
57
 
@@ -58,7 +59,7 @@ sap.ui.define(
58
59
  "sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",
59
60
  {
60
61
  metadata: {
61
- tag: "ui5-illustrated-message-cc48984a",
62
+ tag: "ui5-illustrated-message-0df29cf2",
62
63
 
63
64
  namespace: "sap.f.gen.ui5.webcomponents_fiori",
64
65
 
@@ -100,6 +101,7 @@ sap.ui.define(
100
101
  mapping: "property",
101
102
  defaultValue: "BeforeSearch"
102
103
  },
104
+
103
105
  /**
104
106
  * Determines which illustration breakpoint variant is used.
105
107
  *
@@ -112,6 +114,7 @@ sap.ui.define(
112
114
  mapping: "property",
113
115
  defaultValue: "Auto"
114
116
  },
117
+
115
118
  /**
116
119
  * Defines the subtitle of the component.
117
120
  *
@@ -120,12 +123,14 @@ sap.ui.define(
120
123
  * **Note:** Using `subtitle` slot, the default of this property will be overwritten.
121
124
  */
122
125
  subtitleText: { type: "string", mapping: "property" },
126
+
123
127
  /**
124
128
  * Defines the title of the component.
125
129
  *
126
130
  * **Note:** Using this property, the default title text of illustration will be overwritten.
127
131
  */
128
132
  titleText: { type: "string", mapping: "property" },
133
+
129
134
  /**
130
135
  * Defines whether the illustration is decorative.
131
136
  *
@@ -136,14 +141,17 @@ sap.ui.define(
136
141
  mapping: "property",
137
142
  defaultValue: false
138
143
  },
144
+
139
145
  /**
140
146
  * The text-content of the Web Component.
141
147
  */
142
148
  text: { type: "string", mapping: "textContent" },
149
+
143
150
  /**
144
151
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
145
152
  */
146
153
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
154
+
147
155
  /**
148
156
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
149
157
  */
@@ -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(
@@ -42,6 +42,7 @@ sap.ui.define(
42
42
  * @extends sap.ui.core.webc.WebComponent
43
43
  * @constructor
44
44
  * @private
45
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
45
46
  * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList
46
47
  */
47
48
 
@@ -49,7 +50,7 @@ sap.ui.define(
49
50
  "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationList",
50
51
  {
51
52
  metadata: {
52
- tag: "ui5-notification-list-cc48984a",
53
+ tag: "ui5-notification-list-0df29cf2",
53
54
 
54
55
  namespace: "sap.f.gen.ui5.webcomponents_fiori",
55
56
 
@@ -67,14 +68,17 @@ sap.ui.define(
67
68
  * Defines the text that is displayed when the component contains no items.
68
69
  */
69
70
  noDataText: { type: "string", mapping: "property" },
71
+
70
72
  /**
71
73
  * The text-content of the Web Component.
72
74
  */
73
75
  text: { type: "string", mapping: "textContent" },
76
+
74
77
  /**
75
78
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
76
79
  */
77
80
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
81
+
78
82
  /**
79
83
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
80
84
  */
@@ -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(
@@ -44,6 +44,7 @@ sap.ui.define(
44
44
  * @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
45
45
  * @constructor
46
46
  * @private
47
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
47
48
  * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem
48
49
  */
49
50
 
@@ -51,7 +52,7 @@ sap.ui.define(
51
52
  "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListGroupItem",
52
53
  {
53
54
  metadata: {
54
- tag: "ui5-li-notification-group-cc48984a",
55
+ tag: "ui5-li-notification-group-0df29cf2",
55
56
 
56
57
  namespace: "sap.f.gen.ui5.webcomponents_fiori",
57
58
 
@@ -73,6 +74,7 @@ sap.ui.define(
73
74
  mapping: "property",
74
75
  defaultValue: false
75
76
  },
77
+
76
78
  /**
77
79
  * Defines whether the component will have growing capability by pressing a `More` button.
78
80
  * When button is pressed `load-more` event will be fired.
@@ -83,10 +85,12 @@ sap.ui.define(
83
85
  mapping: "property",
84
86
  defaultValue: "None"
85
87
  },
88
+
86
89
  /**
87
90
  * Defines the `titleText` of the item.
88
91
  */
89
92
  titleText: { type: "string", mapping: "property" },
93
+
90
94
  /**
91
95
  * Defines if the `notification` is new or has been already read.
92
96
  *
@@ -94,6 +98,7 @@ sap.ui.define(
94
98
  * if set to true - it has a normal font.
95
99
  */
96
100
  read: { type: "boolean", mapping: "property", defaultValue: false },
101
+
97
102
  /**
98
103
  * Defines if a busy indicator would be displayed over the item.
99
104
  */
@@ -102,6 +107,7 @@ sap.ui.define(
102
107
  mapping: "property",
103
108
  defaultValue: false
104
109
  },
110
+
105
111
  /**
106
112
  * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
107
113
  */
@@ -110,10 +116,12 @@ sap.ui.define(
110
116
  mapping: "property",
111
117
  defaultValue: 1000
112
118
  },
119
+
113
120
  /**
114
121
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
115
122
  */
116
123
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
124
+
117
125
  /**
118
126
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
119
127
  */
@@ -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(
@@ -53,6 +53,7 @@ sap.ui.define(
53
53
  * @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
54
54
  * @constructor
55
55
  * @private
56
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
56
57
  * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem
57
58
  */
58
59
 
@@ -60,7 +61,7 @@ sap.ui.define(
60
61
  "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",
61
62
  {
62
63
  metadata: {
63
- tag: "ui5-li-notification-cc48984a",
64
+ tag: "ui5-li-notification-0df29cf2",
64
65
 
65
66
  namespace: "sap.f.gen.ui5.webcomponents_fiori",
66
67
 
@@ -87,6 +88,7 @@ sap.ui.define(
87
88
  mapping: "property",
88
89
  defaultValue: "None"
89
90
  },
91
+
90
92
  /**
91
93
  * Defines the status indicator of the item.
92
94
  * @type module:sap/ui/core/ValueState
@@ -99,6 +101,7 @@ sap.ui.define(
99
101
  },
100
102
  defaultValue: "None"
101
103
  },
104
+
102
105
  /**
103
106
  * Defines if the `Close` button would be displayed.
104
107
  */
@@ -107,6 +110,7 @@ sap.ui.define(
107
110
  mapping: "property",
108
111
  defaultValue: false
109
112
  },
113
+
110
114
  /**
111
115
  * Defines the `Important` label of the item.
112
116
  * @type module:sap/f/gen/ui5/webcomponents_fiori.NotificationListItemImportance
@@ -116,10 +120,12 @@ sap.ui.define(
116
120
  mapping: "property",
117
121
  defaultValue: "Standard"
118
122
  },
123
+
119
124
  /**
120
125
  * Defines the `titleText` of the item.
121
126
  */
122
127
  titleText: { type: "string", mapping: "property" },
128
+
123
129
  /**
124
130
  * Defines if the `notification` is new or has been already read.
125
131
  *
@@ -127,6 +133,7 @@ sap.ui.define(
127
133
  * if set to true - it has a normal font.
128
134
  */
129
135
  read: { type: "boolean", mapping: "property", defaultValue: false },
136
+
130
137
  /**
131
138
  * Defines if a busy indicator would be displayed over the item.
132
139
  */
@@ -135,6 +142,7 @@ sap.ui.define(
135
142
  mapping: "property",
136
143
  defaultValue: false
137
144
  },
145
+
138
146
  /**
139
147
  * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
140
148
  */
@@ -143,10 +151,12 @@ sap.ui.define(
143
151
  mapping: "property",
144
152
  defaultValue: 1000
145
153
  },
154
+
146
155
  /**
147
156
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
148
157
  */
149
158
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
159
+
150
160
  /**
151
161
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
152
162
  */
@@ -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(
@@ -19,6 +19,7 @@ sap.ui.define(
19
19
  * @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
20
20
  * @constructor
21
21
  * @private
22
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
22
23
  * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
23
24
  */
24
25
 
@@ -44,6 +45,7 @@ sap.ui.define(
44
45
  * Defines the `titleText` of the item.
45
46
  */
46
47
  titleText: { type: "string", mapping: "property" },
48
+
47
49
  /**
48
50
  * Defines if the `notification` is new or has been already read.
49
51
  *
@@ -51,6 +53,7 @@ sap.ui.define(
51
53
  * if set to true - it has a normal font.
52
54
  */
53
55
  read: { type: "boolean", mapping: "property", defaultValue: false },
56
+
54
57
  /**
55
58
  * Defines if a busy indicator would be displayed over the item.
56
59
  */
@@ -59,6 +62,7 @@ sap.ui.define(
59
62
  mapping: "property",
60
63
  defaultValue: false
61
64
  },
65
+
62
66
  /**
63
67
  * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
64
68
  */
@@ -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(
@@ -32,6 +32,7 @@ sap.ui.define(
32
32
  * @extends sap.ui.core.webc.WebComponent
33
33
  * @constructor
34
34
  * @private
35
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
35
36
  * @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/Search
36
37
  */
37
38
 
@@ -39,7 +40,7 @@ sap.ui.define(
39
40
  "sap.f.gen.ui5.webcomponents_fiori.dist.Search",
40
41
  {
41
42
  metadata: {
42
- tag: "ui5-search-cc48984a",
43
+ tag: "ui5-search-0df29cf2",
43
44
 
44
45
  namespace: "sap.f.gen.ui5.webcomponents_fiori",
45
46
 
@@ -60,6 +61,7 @@ sap.ui.define(
60
61
  mapping: "property",
61
62
  defaultValue: false
62
63
  },
64
+
63
65
  /**
64
66
  * Defines whether the value will be autcompleted to match an item.
65
67
  */
@@ -68,10 +70,12 @@ sap.ui.define(
68
70
  mapping: "property",
69
71
  defaultValue: false
70
72
  },
73
+
71
74
  /**
72
75
  * Indicates whether the items picker is open.
73
76
  */
74
77
  open: { type: "boolean", mapping: "property", defaultValue: false },
78
+
75
79
  /**
76
80
  * Defines whether the clear icon of the search will be shown.
77
81
  */
@@ -80,33 +84,40 @@ sap.ui.define(
80
84
  mapping: "property",
81
85
  defaultValue: false
82
86
  },
87
+
83
88
  /**
84
89
  * Defines the value of the component.
85
90
  *
86
91
  * **Note:** The property is updated upon typing.
87
92
  */
88
93
  value: { type: "string", mapping: "property", defaultValue: "" },
94
+
89
95
  /**
90
96
  * Defines a short hint intended to aid the user with data entry when the
91
97
  * component has no value.
92
98
  */
93
99
  placeholder: { type: "string", mapping: "property" },
100
+
94
101
  /**
95
102
  * Defines the accessible ARIA name of the component.
96
103
  */
97
104
  accessibleName: { type: "string", mapping: "property" },
105
+
98
106
  /**
99
107
  * Defines the accessible ARIA description of the field.
100
108
  */
101
109
  accessibleDescription: { type: "string", mapping: "property" },
110
+
102
111
  /**
103
112
  * The text-content of the Web Component.
104
113
  */
105
114
  text: { type: "string", mapping: "textContent" },
115
+
106
116
  /**
107
117
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
108
118
  */
109
119
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
120
+
110
121
  /**
111
122
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
112
123
  */