@openui5/sap.f 1.143.0 → 1.144.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 (182) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +5 -6
  3. package/src/sap/f/.library +2 -2
  4. package/src/sap/f/Avatar.js +2 -2
  5. package/src/sap/f/AvatarGroup.js +3 -3
  6. package/src/sap/f/AvatarGroupItem.js +2 -2
  7. package/src/sap/f/AvatarGroupItemRenderer.js +2 -2
  8. package/src/sap/f/AvatarGroupRenderer.js +2 -2
  9. package/src/sap/f/CalendarAppointmentInCard.js +2 -2
  10. package/src/sap/f/CalendarInCard.js +2 -2
  11. package/src/sap/f/CalendarInCardRenderer.js +1 -1
  12. package/src/sap/f/Card.js +2 -2
  13. package/src/sap/f/CardBase.js +76 -17
  14. package/src/sap/f/CardRenderer.js +2 -2
  15. package/src/sap/f/DynamicPage.js +31 -14
  16. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +3 -3
  17. package/src/sap/f/DynamicPageHeader.js +2 -2
  18. package/src/sap/f/DynamicPageHeaderRenderer.js +1 -1
  19. package/src/sap/f/DynamicPageRenderer.js +1 -1
  20. package/src/sap/f/DynamicPageTitle.js +3 -3
  21. package/src/sap/f/DynamicPageTitleRenderer.js +1 -1
  22. package/src/sap/f/FlexibleColumnLayout.js +2 -2
  23. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +2 -2
  24. package/src/sap/f/FlexibleColumnLayoutData.js +3 -3
  25. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +2 -2
  26. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +2 -2
  27. package/src/sap/f/FlexibleColumnLayoutRenderer.js +1 -1
  28. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +3 -3
  29. package/src/sap/f/GridContainer.js +3 -3
  30. package/src/sap/f/GridContainerItemLayoutData.js +2 -2
  31. package/src/sap/f/GridContainerRenderer.js +1 -1
  32. package/src/sap/f/GridContainerSettings.js +3 -3
  33. package/src/sap/f/GridContainerUtils.js +1 -1
  34. package/src/sap/f/GridList.js +2 -2
  35. package/src/sap/f/GridListItem.js +2 -2
  36. package/src/sap/f/GridListItemRenderer.js +1 -1
  37. package/src/sap/f/GridListRenderer.js +1 -1
  38. package/src/sap/f/GridNavigationMatrix.js +1 -1
  39. package/src/sap/f/IllustratedMessage.js +2 -2
  40. package/src/sap/f/Illustration.js +2 -2
  41. package/src/sap/f/IllustrationPool.js +1 -1
  42. package/src/sap/f/PlanningCalendarInCardLegend.js +2 -2
  43. package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +1 -1
  44. package/src/sap/f/ProductSwitch.js +2 -2
  45. package/src/sap/f/ProductSwitchItem.js +2 -2
  46. package/src/sap/f/ProductSwitchItemRenderer.js +1 -1
  47. package/src/sap/f/ProductSwitchRenderer.js +1 -1
  48. package/src/sap/f/SearchManager.js +2 -2
  49. package/src/sap/f/ShellBar.js +2 -2
  50. package/src/sap/f/ShellBarRenderer.js +1 -1
  51. package/src/sap/f/SidePanel.js +2 -2
  52. package/src/sap/f/SidePanelItem.js +2 -2
  53. package/src/sap/f/SidePanelRenderer.js +1 -1
  54. package/src/sap/f/cards/BaseHeader.js +23 -6
  55. package/src/sap/f/cards/BaseHeaderRenderer.js +1 -1
  56. package/src/sap/f/cards/CardBadgeCustomData.js +1 -1
  57. package/src/sap/f/cards/Header.js +5 -3
  58. package/src/sap/f/cards/HeaderRenderer.js +1 -1
  59. package/src/sap/f/cards/NumericHeader.js +8 -9
  60. package/src/sap/f/cards/NumericHeaderRenderer.js +1 -1
  61. package/src/sap/f/cards/NumericIndicators.js +2 -2
  62. package/src/sap/f/cards/NumericIndicatorsRenderer.js +1 -1
  63. package/src/sap/f/cards/NumericSideIndicator.js +2 -2
  64. package/src/sap/f/cards/NumericSideIndicatorRenderer.js +2 -2
  65. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
  66. package/src/sap/f/cards/loading/AnalyticalPlaceholderRenderer.js +1 -1
  67. package/src/sap/f/cards/loading/CalendarPlaceholder.js +2 -2
  68. package/src/sap/f/cards/loading/CalendarPlaceholderRenderer.js +1 -1
  69. package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
  70. package/src/sap/f/cards/loading/GenericPlaceholderRenderer.js +1 -1
  71. package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
  72. package/src/sap/f/cards/loading/ListPlaceholderRenderer.js +1 -1
  73. package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
  74. package/src/sap/f/cards/loading/ObjectPlaceholderRenderer.js +1 -1
  75. package/src/sap/f/cards/loading/PlaceholderBase.js +9 -3
  76. package/src/sap/f/cards/loading/PlaceholderBaseRenderer.js +6 -1
  77. package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
  78. package/src/sap/f/cards/loading/TablePlaceholderRenderer.js +1 -1
  79. package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
  80. package/src/sap/f/cards/loading/TimelinePlaceholderRenderer.js +1 -1
  81. package/src/sap/f/cards/util/CardBadgeEnabler.js +1 -1
  82. package/src/sap/f/cards/util/addTooltipIfTruncated.js +1 -1
  83. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
  84. package/src/sap/f/delegate/GridContainerItemNavigation.js +3 -3
  85. package/src/sap/f/delegate/GridItemNavigation.js +2 -2
  86. package/src/sap/f/designtime/Avatar.designtime.js +1 -1
  87. package/src/sap/f/designtime/DynamicPage.designtime.js +1 -1
  88. package/src/sap/f/designtime/DynamicPageHeader.designtime.js +1 -1
  89. package/src/sap/f/designtime/DynamicPageTitle.designtime.js +1 -1
  90. package/src/sap/f/designtime/GridContainer.designtime.js +1 -1
  91. package/src/sap/f/designtime/SemanticPage.designtime.js +1 -1
  92. package/src/sap/f/designtime/library.designtime.js +1 -1
  93. package/src/sap/f/dnd/GridDragOver.js +2 -2
  94. package/src/sap/f/dnd/GridDropInfo.js +2 -2
  95. package/src/sap/f/dnd/GridKeyboardDragAndDrop.js +2 -2
  96. package/src/sap/f/flexibility/Avatar.flexibility.js +1 -1
  97. package/src/sap/f/flexibility/DynamicPageTitle.flexibility.js +1 -1
  98. package/src/sap/f/gen/ui5/webcomponents/dist/Avatar.js +15 -2
  99. package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +17 -2
  100. package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +8 -2
  101. package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +7 -1
  102. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +2 -1
  103. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +8 -2
  104. package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +10 -2
  105. package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +17 -2
  106. package/src/sap/f/gen/ui5/webcomponents.js +342 -1
  107. package/src/sap/f/gen/ui5/webcomponents_base.js +34 -1
  108. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +10 -2
  109. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +6 -2
  110. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +10 -2
  111. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +12 -2
  112. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +5 -1
  113. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +13 -2
  114. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +10 -2
  115. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +3 -2
  116. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +6 -2
  117. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +6 -2
  118. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +6 -2
  119. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +21 -2
  120. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +8 -2
  121. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +8 -2
  122. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +11 -2
  123. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +5 -2
  124. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +10 -2
  125. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +12 -2
  126. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +3 -2
  127. package/src/sap/f/gen/ui5/webcomponents_fiori.js +217 -1
  128. package/src/sap/f/library.js +3 -3
  129. package/src/sap/f/library.support.js +1 -1
  130. package/src/sap/f/routing/Router.js +1 -1
  131. package/src/sap/f/routing/Target.js +4 -4
  132. package/src/sap/f/routing/TargetHandler.js +1 -1
  133. package/src/sap/f/routing/Targets.js +1 -1
  134. package/src/sap/f/rules/Avatar.support.js +1 -1
  135. package/src/sap/f/rules/DynamicPage.support.js +1 -1
  136. package/src/sap/f/semantic/AddAction.js +2 -2
  137. package/src/sap/f/semantic/CloseAction.js +2 -2
  138. package/src/sap/f/semantic/CopyAction.js +2 -2
  139. package/src/sap/f/semantic/DeleteAction.js +2 -2
  140. package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
  141. package/src/sap/f/semantic/EditAction.js +2 -2
  142. package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
  143. package/src/sap/f/semantic/FavoriteAction.js +2 -2
  144. package/src/sap/f/semantic/FlagAction.js +2 -2
  145. package/src/sap/f/semantic/FooterMainAction.js +2 -2
  146. package/src/sap/f/semantic/FullScreenAction.js +2 -2
  147. package/src/sap/f/semantic/MainAction.js +2 -2
  148. package/src/sap/f/semantic/MessagesIndicator.js +2 -2
  149. package/src/sap/f/semantic/NegativeAction.js +2 -2
  150. package/src/sap/f/semantic/PositiveAction.js +2 -2
  151. package/src/sap/f/semantic/PrintAction.js +2 -2
  152. package/src/sap/f/semantic/SemanticButton.js +2 -2
  153. package/src/sap/f/semantic/SemanticConfiguration.js +2 -2
  154. package/src/sap/f/semantic/SemanticContainer.js +1 -1
  155. package/src/sap/f/semantic/SemanticControl.js +2 -2
  156. package/src/sap/f/semantic/SemanticFooter.js +1 -1
  157. package/src/sap/f/semantic/SemanticPage.js +4 -4
  158. package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
  159. package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
  160. package/src/sap/f/semantic/SemanticTitle.js +1 -1
  161. package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
  162. package/src/sap/f/semantic/SendEmailAction.js +2 -2
  163. package/src/sap/f/semantic/SendMessageAction.js +2 -2
  164. package/src/sap/f/semantic/ShareInJamAction.js +2 -2
  165. package/src/sap/f/semantic/TitleMainAction.js +2 -2
  166. package/src/sap/f/shellBar/Accessibility.js +1 -1
  167. package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
  168. package/src/sap/f/shellBar/CoPilot.js +2 -2
  169. package/src/sap/f/shellBar/CoPilotRenderer.js +1 -1
  170. package/src/sap/f/shellBar/ControlSpacer.js +2 -2
  171. package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
  172. package/src/sap/f/shellBar/Factory.js +1 -1
  173. package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
  174. package/src/sap/f/shellBar/Search.js +2 -2
  175. package/src/sap/f/shellBar/SearchRenderer.js +1 -1
  176. package/src/sap/f/themes/base/CardHeaders.less +2 -2
  177. package/src/sap/f/themes/base/ObjectPlaceholder.less +1 -0
  178. package/src/sap/f/themes/base/ProductSwitchItem.less +1 -1
  179. package/src/sap/f/themes/base/library.source.less +1 -1
  180. package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
  181. package/src/sap/f/thirdparty/webcomponents.js +1 -1
  182. package/ui5-build.yaml +3 -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(
@@ -33,6 +33,7 @@ sap.ui.define(
33
33
  * @extends sap.ui.core.webc.WebComponent
34
34
  * @constructor
35
35
  * @private
36
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
36
37
  * @alias module:sap/f/gen/ui5/webcomponents/dist/Label
37
38
  */
38
39
 
@@ -40,7 +41,7 @@ sap.ui.define(
40
41
  "sap.f.gen.ui5.webcomponents.dist.Label",
41
42
  {
42
43
  metadata: {
43
- tag: "ui5-label-cc48984a",
44
+ tag: "ui5-label-68f7652d",
44
45
 
45
46
  namespace: "sap.f.gen.ui5.webcomponents",
46
47
 
@@ -63,6 +64,7 @@ sap.ui.define(
63
64
  mapping: "property",
64
65
  defaultValue: false
65
66
  },
67
+
66
68
  /**
67
69
  * Defines whether an asterisk character is added to the component text.
68
70
  *
@@ -75,6 +77,7 @@ sap.ui.define(
75
77
  mapping: "property",
76
78
  defaultValue: false
77
79
  },
80
+
78
81
  /**
79
82
  * Defines how the text of a component will be displayed when there is not enough space.
80
83
  *
@@ -86,14 +89,17 @@ sap.ui.define(
86
89
  mapping: "property",
87
90
  defaultValue: "Normal"
88
91
  },
92
+
89
93
  /**
90
94
  * The text-content of the Web Component.
91
95
  */
92
96
  text: { type: "string", mapping: "textContent" },
97
+
93
98
  /**
94
99
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
95
100
  */
96
101
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
102
+
97
103
  /**
98
104
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
99
105
  */
@@ -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(
@@ -20,6 +20,7 @@ sap.ui.define(
20
20
  * @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
21
21
  * @constructor
22
22
  * @private
23
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
23
24
  * @alias module:sap/f/gen/ui5/webcomponents/dist/ListItem
24
25
  */
25
26
 
@@ -53,6 +54,7 @@ sap.ui.define(
53
54
  mapping: "property",
54
55
  defaultValue: "Active"
55
56
  },
57
+
56
58
  /**
57
59
  * Defines the additional accessibility attributes that will be applied to the component.
58
60
  * The following fields are supported:
@@ -68,6 +70,7 @@ sap.ui.define(
68
70
  mapping: "property",
69
71
  defaultValue: "{}"
70
72
  },
73
+
71
74
  /**
72
75
  * The navigated state of the list item.
73
76
  * If set to `true`, a navigation indicator is displayed at the end of the list item.
@@ -77,6 +80,7 @@ sap.ui.define(
77
80
  mapping: "property",
78
81
  defaultValue: false
79
82
  },
83
+
80
84
  /**
81
85
  * Defines the highlight state of the list items.
82
86
  * Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
@@ -87,6 +91,7 @@ sap.ui.define(
87
91
  mapping: "property",
88
92
  defaultValue: "None"
89
93
  },
94
+
90
95
  /**
91
96
  * Defines the selected state of the component.
92
97
  */
@@ -95,6 +100,7 @@ sap.ui.define(
95
100
  mapping: "property",
96
101
  defaultValue: false
97
102
  },
103
+
98
104
  /**
99
105
  * The text-content of the Web Component.
100
106
  */
@@ -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(
@@ -20,6 +20,7 @@ sap.ui.define(
20
20
  * @extends sap.ui.core.webc.WebComponent
21
21
  * @constructor
22
22
  * @private
23
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
23
24
  * @alias module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
24
25
  */
25
26
 
@@ -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(
@@ -25,6 +25,7 @@ sap.ui.define(
25
25
  * @extends sap.ui.core.webc.WebComponent
26
26
  * @constructor
27
27
  * @private
28
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
28
29
  * @alias module:sap/f/gen/ui5/webcomponents/dist/ListItemGroup
29
30
  */
30
31
 
@@ -32,7 +33,7 @@ sap.ui.define(
32
33
  "sap.f.gen.ui5.webcomponents.dist.ListItemGroup",
33
34
  {
34
35
  metadata: {
35
- tag: "ui5-li-group-cc48984a",
36
+ tag: "ui5-li-group-68f7652d",
36
37
 
37
38
  namespace: "sap.f.gen.ui5.webcomponents",
38
39
 
@@ -49,10 +50,12 @@ sap.ui.define(
49
50
  * Defines the header text of the <code>ui5-li-group</code>.
50
51
  */
51
52
  headerText: { type: "string", mapping: "property" },
53
+
52
54
  /**
53
55
  * Defines the accessible name of the header.
54
56
  */
55
57
  headerAccessibleName: { type: "string", mapping: "property" },
58
+
56
59
  /**
57
60
  * Defines if the text of the component should wrap when it's too long.
58
61
  * When set to "Normal", the content (title, description) will be wrapped
@@ -72,14 +75,17 @@ sap.ui.define(
72
75
  mapping: "property",
73
76
  defaultValue: "None"
74
77
  },
78
+
75
79
  /**
76
80
  * The text-content of the Web Component.
77
81
  */
78
82
  text: { type: "string", mapping: "textContent" },
83
+
79
84
  /**
80
85
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
81
86
  */
82
87
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
88
+
83
89
  /**
84
90
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
85
91
  */
@@ -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(
@@ -54,6 +54,7 @@ sap.ui.define(
54
54
  * @extends sap.ui.core.webc.WebComponent
55
55
  * @constructor
56
56
  * @private
57
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
57
58
  * @alias module:sap/f/gen/ui5/webcomponents/dist/Menu
58
59
  */
59
60
 
@@ -61,7 +62,7 @@ sap.ui.define(
61
62
  "sap.f.gen.ui5.webcomponents.dist.Menu",
62
63
  {
63
64
  metadata: {
64
- tag: "ui5-menu-cc48984a",
65
+ tag: "ui5-menu-68f7652d",
65
66
 
66
67
  namespace: "sap.f.gen.ui5.webcomponents",
67
68
 
@@ -78,10 +79,12 @@ sap.ui.define(
78
79
  * Defines the header text of the menu (displayed on mobile).
79
80
  */
80
81
  headerText: { type: "string", mapping: "property" },
82
+
81
83
  /**
82
84
  * Indicates if the menu is open.
83
85
  */
84
86
  open: { type: "boolean", mapping: "property", defaultValue: false },
87
+
85
88
  /**
86
89
  * Determines the horizontal alignment of the menu relative to its opener control.
87
90
  * @type module:sap/f/gen/ui5/webcomponents.PopoverHorizontalAlign
@@ -91,6 +94,7 @@ sap.ui.define(
91
94
  mapping: "property",
92
95
  defaultValue: "Start"
93
96
  },
97
+
94
98
  /**
95
99
  * Defines if a loading indicator would be displayed inside the corresponding ui5-menu popover.
96
100
  */
@@ -99,6 +103,7 @@ sap.ui.define(
99
103
  mapping: "property",
100
104
  defaultValue: false
101
105
  },
106
+
102
107
  /**
103
108
  * Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.
104
109
  */
@@ -107,14 +112,17 @@ sap.ui.define(
107
112
  mapping: "property",
108
113
  defaultValue: 1000
109
114
  },
115
+
110
116
  /**
111
117
  * The text-content of the Web Component.
112
118
  */
113
119
  text: { type: "string", mapping: "textContent" },
120
+
114
121
  /**
115
122
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
116
123
  */
117
124
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
125
+
118
126
  /**
119
127
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
120
128
  */
@@ -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(
@@ -34,6 +34,7 @@ sap.ui.define(
34
34
  * @extends module:sap/f/gen/ui5/webcomponents/dist/ListItem
35
35
  * @constructor
36
36
  * @private
37
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
37
38
  * @alias module:sap/f/gen/ui5/webcomponents/dist/MenuItem
38
39
  */
39
40
 
@@ -41,7 +42,7 @@ sap.ui.define(
41
42
  "sap.f.gen.ui5.webcomponents.dist.MenuItem",
42
43
  {
43
44
  metadata: {
44
- tag: "ui5-menu-item-cc48984a",
45
+ tag: "ui5-menu-item-68f7652d",
45
46
 
46
47
  namespace: "sap.f.gen.ui5.webcomponents",
47
48
 
@@ -58,6 +59,7 @@ sap.ui.define(
58
59
  * Defines the text of the tree item.
59
60
  */
60
61
  text: { type: "string", mapping: "property" },
62
+
61
63
  /**
62
64
  * Defines the `additionalText`, displayed in the end of the menu item.
63
65
  *
@@ -68,6 +70,7 @@ sap.ui.define(
68
70
  * sub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.
69
71
  */
70
72
  additionalText: { type: "string", mapping: "property" },
73
+
71
74
  /**
72
75
  * Defines the icon to be displayed as graphical element within the component.
73
76
  * The SAP-icons font provides numerous options.
@@ -77,6 +80,7 @@ sap.ui.define(
77
80
  * See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
78
81
  */
79
82
  icon: { type: "string", mapping: "property" },
83
+
80
84
  /**
81
85
  * Defines whether menu item is in disabled state.
82
86
  *
@@ -91,6 +95,7 @@ sap.ui.define(
91
95
  formatter: "_mapEnabled"
92
96
  }
93
97
  },
98
+
94
99
  /**
95
100
  * Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.
96
101
  *
@@ -101,6 +106,7 @@ sap.ui.define(
101
106
  mapping: "property",
102
107
  defaultValue: false
103
108
  },
109
+
104
110
  /**
105
111
  * Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.
106
112
  */
@@ -109,10 +115,12 @@ sap.ui.define(
109
115
  mapping: "property",
110
116
  defaultValue: 1000
111
117
  },
118
+
112
119
  /**
113
120
  * Defines the accessible ARIA name of the component.
114
121
  */
115
122
  accessibleName: { type: "string", mapping: "property" },
123
+
116
124
  /**
117
125
  * Defines whether menu item is in checked state.
118
126
  *
@@ -126,6 +134,7 @@ sap.ui.define(
126
134
  mapping: "property",
127
135
  defaultValue: false
128
136
  },
137
+
129
138
  /**
130
139
  * Defines the additional accessibility attributes that will be applied to the component.
131
140
  * The following fields are supported:
@@ -139,6 +148,7 @@ sap.ui.define(
139
148
  mapping: "property",
140
149
  defaultValue: "{}"
141
150
  },
151
+
142
152
  /**
143
153
  * Defines the visual indication and behavior of the list items.
144
154
  * Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
@@ -152,6 +162,7 @@ sap.ui.define(
152
162
  mapping: "property",
153
163
  defaultValue: "Active"
154
164
  },
165
+
155
166
  /**
156
167
  * The navigated state of the list item.
157
168
  * If set to `true`, a navigation indicator is displayed at the end of the list item.
@@ -161,6 +172,7 @@ sap.ui.define(
161
172
  mapping: "property",
162
173
  defaultValue: false
163
174
  },
175
+
164
176
  /**
165
177
  * Defines the highlight state of the list items.
166
178
  * Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
@@ -171,6 +183,7 @@ sap.ui.define(
171
183
  mapping: "property",
172
184
  defaultValue: "None"
173
185
  },
186
+
174
187
  /**
175
188
  * Defines the selected state of the component.
176
189
  */
@@ -179,10 +192,12 @@ sap.ui.define(
179
192
  mapping: "property",
180
193
  defaultValue: false
181
194
  },
195
+
182
196
  /**
183
197
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
184
198
  */
185
199
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
200
+
186
201
  /**
187
202
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
188
203
  */