@openui5/sap.f 1.143.1 → 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
 
@@ -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
 
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  *
50
50
  * For more information, see {@link sap.f.FlexibleColumnLayoutSemanticHelper#getCurrentUIState} and {@link sap.f.FlexibleColumnLayoutSemanticHelper#getNextUIState}
51
51
  *
52
- * @version 1.143.1
52
+ * @version 1.144.0
53
53
  * @param {sap.f.FlexibleColumnLayout} oFlexibleColumnLayout
54
54
  * The <code>sap.f.FlexibleColumnLayout</code> object whose state will be manipulated.
55
55
  *
@@ -138,7 +138,7 @@ sap.ui.define([
138
138
  /**
139
139
  * Instances of the class per flexible column layout object.
140
140
  *
141
- * @type {Object<string,sap.m.FlexibleColumnLayoutSemanticHelper>}
141
+ * @type {Object<string,sap.f.FlexibleColumnLayoutSemanticHelper>}
142
142
  * @private
143
143
  */
144
144
  FlexibleColumnLayoutSemanticHelper._oInstances = {};
@@ -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([
@@ -163,7 +163,7 @@ sap.ui.define([
163
163
  * @see {@link sap.f.dnd.GridDropInfo}
164
164
  *
165
165
  * @author SAP SE
166
- * @version 1.143.1
166
+ * @version 1.144.0
167
167
  *
168
168
  * @extends sap.ui.core.Control
169
169
  *
@@ -1009,7 +1009,7 @@ sap.ui.define([
1009
1009
  default: break;
1010
1010
  }
1011
1011
 
1012
- // sap.m.ScrollEnablement scrolls every time Ctrl + arrow are pressed, so stop propagation here.
1012
+ // ScrollEnablement scrolls every time Ctrl + arrow are pressed, so stop propagation here.
1013
1013
  oEvent.stopPropagation();
1014
1014
 
1015
1015
  GridKeyboardDragAndDrop.fireDnD(oItem, aDropConfigs, oEvent);
@@ -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
 
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/core/LayoutData'],
21
21
  * @see {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.143.1
24
+ * @version 1.144.0
25
25
  *
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
@@ -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
 
@@ -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
 
@@ -58,14 +58,14 @@ sap.ui.define([
58
58
  * Can be used to define the sizes of columns and rows for different screen sizes, by using the <code>layout</code> aggregations of <code>sap.f.GridContainer</code>.
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.143.1
61
+ * @version 1.144.0
62
62
  *
63
63
  * @extends sap.ui.base.ManagedObject
64
64
  *
65
65
  * @see {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.143.1
68
+ * @version 1.144.0
69
69
  *
70
70
  * @since 1.65
71
71
  * @public
@@ -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([
@@ -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([
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  * @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
94
94
  *
95
95
  * @author SAP SE
96
- * @version 1.143.1
96
+ * @version 1.144.0
97
97
  *
98
98
  * @extends sap.m.ListBase
99
99
  * @implements sap.ui.layout.cssgrid.IGridConfigurable
@@ -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
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.m.ListItemBase
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.143.1
27
+ * @version 1.144.0
28
28
  *
29
29
  * @since 1.70
30
30
  * @constructor
@@ -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
 
@@ -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
 
@@ -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
  /*
@@ -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
 
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.m.IllustratedMessage
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.143.1
59
+ * @version 1.144.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -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
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.m.Illustration
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.143.1
33
+ * @version 1.144.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -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([
@@ -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
 
@@ -22,7 +22,7 @@ sap.ui.define(['sap/m/PlanningCalendarLegend', "sap/ui/core/Lib", 'sap/ui/unifie
22
22
  * @extends sap.m.PlanningCalendarLegend
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.143.1
25
+ * @version 1.144.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -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
 
@@ -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
 
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.143.1
37
+ * @version 1.144.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -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
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.143.1
51
+ * @version 1.144.0
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -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
 
@@ -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
 
@@ -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
 
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/base/ManagedObjectObserver', './sh
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.143.1
26
+ * @version 1.144.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -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
 
@@ -63,7 +63,7 @@ function(
63
63
  * @implements sap.f.IShellBar, sap.m.IBar
64
64
  *
65
65
  * @author SAP SE
66
- * @version 1.143.1
66
+ * @version 1.144.0
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -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
 
@@ -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
 
@@ -153,7 +153,7 @@ sap.ui.define([
153
153
  * @extends sap.ui.core.Control
154
154
  *
155
155
  * @author SAP SE
156
- * @version 1.143.1
156
+ * @version 1.144.0
157
157
  *
158
158
  * @constructor
159
159
  * @public
@@ -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
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Item
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.143.1
30
+ * @version 1.144.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -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
 
@@ -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([
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @abstract
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.143.1
58
+ * @version 1.144.0
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -183,13 +183,13 @@ sap.ui.define([
183
183
  });
184
184
 
185
185
  BaseHeader.prototype._setRootAccessibilityRole = function () {
186
- // Do nothing. The sap.f.BaseHeader has the heading role already.
186
+ // Do nothing. The sap.f.cards.BaseHeader has the heading role already.
187
187
  };
188
188
  BaseHeader.prototype._setRootAriaLevel = function () {
189
- // Do nothing. The sap.f.BaseHeader has aria-level set by headingLevel already.
189
+ // Do nothing. The sap.f.cards.BaseHeader has aria-level set by headingLevel already.
190
190
  };
191
191
  BaseHeader.prototype._applyContextClassFor = function () {
192
- // Do nothing. The sap.f.BaseHeader does not differ based on context classes.
192
+ // Do nothing. The sap.f.cards.BaseHeader does not differ based on context classes.
193
193
  };
194
194
 
195
195
  BaseHeader.prototype.init = function () {
@@ -525,13 +525,30 @@ sap.ui.define([
525
525
  }
526
526
 
527
527
  const oParent = this.getParent();
528
- if (oParent && oParent.isA("sap.f.CardBase") && oParent.isRoleListItem()) {
528
+ if (this.isParentCard() && oParent.isRoleListItem()) {
529
529
  return this.isInteractive();
530
530
  }
531
531
 
532
532
  return true;
533
533
  };
534
534
 
535
+ /**
536
+ * Checks whether the parent of the header is a card.
537
+ * @returns {boolean} True if the parent is a card.
538
+ */
539
+ BaseHeader.prototype.isParentCard = function() {
540
+ const oParent = this.getParent();
541
+ return oParent && oParent.isA("sap.f.CardBase");
542
+ };
543
+
544
+ /**
545
+ * Gets the id of the focusable element in the header.
546
+ */
547
+ BaseHeader.prototype.getFocusableHeaderId = function() {
548
+
549
+ return this.getId() + "-focusable";
550
+ };
551
+
535
552
  BaseHeader.prototype._isInsideToolbar = function(oElement) {
536
553
  var oToolbar = this.getToolbar();
537
554
 
@@ -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
 
@@ -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
 
@@ -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,7 +53,7 @@ sap.ui.define([
53
53
  * @implements sap.f.cards.IHeader
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.143.1
56
+ * @version 1.144.0
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -332,7 +332,9 @@ sap.ui.define([
332
332
  aIds.push(this.getParent()._ariaText.getId());
333
333
  }
334
334
 
335
- if (this.getTitle()) {
335
+ if (this.getTitle()
336
+ && this.isParentCard()
337
+ && this.getParent().isTileDisplayVariant()) {
336
338
  aIds.push(this._getTitle().getId());
337
339
  }
338
340
 
@@ -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
 
@@ -1,30 +1,26 @@
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([
7
7
  "./BaseHeader",
8
8
  "./NumericIndicators",
9
- "sap/base/Log",
10
9
  "sap/m/library",
11
10
  "sap/m/Text",
12
- "sap/m/ObjectStatus",
13
11
  "sap/f/cards/NumericHeaderRenderer",
14
12
  "sap/ui/core/library",
15
13
  "sap/m/Avatar",
16
- "sap/ui/core/InvisibleText"
14
+ "sap/f/library"
17
15
  ], function (
18
16
  BaseHeader,
19
17
  NumericIndicators,
20
- Log,
21
18
  mLibrary,
22
19
  Text,
23
- ObjectStatus,
24
20
  NumericHeaderRenderer,
25
21
  coreLibrary,
26
22
  Avatar,
27
- InvisibleText
23
+ fLibrary
28
24
  ) {
29
25
  "use strict";
30
26
 
@@ -34,6 +30,7 @@ sap.ui.define([
34
30
  const AvatarImageFitType = mLibrary.AvatarImageFitType;
35
31
  const AvatarSize = mLibrary.AvatarSize;
36
32
 
33
+
37
34
  /**
38
35
  * Constructor for a new <code>NumericHeader</code>.
39
36
  *
@@ -58,7 +55,7 @@ sap.ui.define([
58
55
  * @implements sap.f.cards.IHeader
59
56
  *
60
57
  * @author SAP SE
61
- * @version 1.143.1
58
+ * @version 1.144.0
62
59
  *
63
60
  * @constructor
64
61
  * @public
@@ -515,7 +512,9 @@ sap.ui.define([
515
512
  aIds.push(this.getParent()._ariaText.getId());
516
513
  }
517
514
 
518
- if (this.getTitle()) {
515
+ if (this.getTitle()
516
+ && this.isParentCard()
517
+ && this.getParent().isTileDisplayVariant()) {
519
518
  aIds.push(this._getTitle().getId());
520
519
  }
521
520
 
@@ -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
 
@@ -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,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.143.1
28
+ * @version 1.144.0
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -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
 
@@ -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([
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.143.1
31
+ * @version 1.144.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,10 +1,10 @@
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
 
7
- // Provides default renderer for control sap.f.cards.NumericSideIndicatorRenderer
7
+ // Provides default renderer for control sap.f.cards.NumericSideIndicator
8
8
  sap.ui.define([], function () {
9
9
  "use strict";
10
10
 
@@ -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,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.143.1
22
+ * @version 1.144.0
23
23
  *
24
24
  * @constructor
25
25
  * @private