@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
package/REUSE.toml CHANGED
@@ -7,7 +7,7 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
7
7
  [[annotations]]
8
8
  path = "**"
9
9
  precedence = "aggregate"
10
- SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
10
+ SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors"
11
11
  SPDX-License-Identifier = "Apache-2.0"
12
12
 
13
13
  #
@@ -102,7 +102,7 @@ SPDX-FileComment = "these files belong to: jQuery UI"
102
102
  path = "src/sap.ui.commons/src/sap/ui/commons/Carousel.js"
103
103
  precedence = "aggregate"
104
104
  SPDX-FileCopyrightText = [
105
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
105
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
106
106
  "Spencer Tipping"
107
107
  ]
108
108
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -122,7 +122,7 @@ SPDX-FileComment = "these files belong to: jQuery 3"
122
122
  path = "src/sap.ui.core/src/sap/base/util/isPlainObject.js"
123
123
  precedence = "aggregate"
124
124
  SPDX-FileCopyrightText = [
125
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
125
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
126
126
  "OpenJS Foundation and other contributors"
127
127
  ]
128
128
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -132,7 +132,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: isPlainOb
132
132
  path = "src/sap.ui.core/src/sap/base/util/_merge.js"
133
133
  precedence = "aggregate"
134
134
  SPDX-FileCopyrightText = [
135
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
135
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
136
136
  "OpenJS Foundation and other contributors"
137
137
  ]
138
138
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -142,7 +142,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: _merge.js
142
142
  path = "src/sap.ui.core/src/jquery.sap.script.js"
143
143
  precedence = "aggregate"
144
144
  SPDX-FileCopyrightText = [
145
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
145
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
146
146
  "OpenJS Foundation and other contributors"
147
147
  ]
148
148
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -152,7 +152,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: jquery.sa
152
152
  path = "src/sap.ui.core/src/sap/ui/Device.js"
153
153
  precedence = "aggregate"
154
154
  SPDX-FileCopyrightText = [
155
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
155
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
156
156
  "2011, John Resig"
157
157
  ]
158
158
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -162,7 +162,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 1: Device.js
162
162
  path = "src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js"
163
163
  precedence = "aggregate"
164
164
  SPDX-FileCopyrightText = [
165
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
165
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
166
166
  "2014 jQuery Foundation and other contributors"
167
167
  ]
168
168
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -179,7 +179,7 @@ SPDX-FileComment = "these files belong to: jQuery UI 1.10"
179
179
  path = "src/sap.ui.core/src/jquery.sap.dom.js"
180
180
  precedence = "aggregate"
181
181
  SPDX-FileCopyrightText = [
182
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
182
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
183
183
  "2014 jQuery Foundation and other contributors"
184
184
  ]
185
185
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -189,7 +189,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery UI 1.10: jqu
189
189
  path = "src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js"
190
190
  precedence = "aggregate"
191
191
  SPDX-FileCopyrightText = [
192
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
192
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
193
193
  "2014 jQuery Foundation and other contributors"
194
194
  ]
195
195
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -243,7 +243,7 @@ SPDX-FileComment = "these files belong to: jQuery Mobile"
243
243
  path = "src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js"
244
244
  precedence = "aggregate"
245
245
  SPDX-FileCopyrightText = [
246
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
246
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
247
247
  "2012 Wei-Ko Kao"
248
248
  ]
249
249
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -270,7 +270,7 @@ SPDX-FileComment = "these files belong to: JUnit Reporter for QUnit"
270
270
  path = "src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js"
271
271
  precedence = "aggregate"
272
272
  SPDX-FileCopyrightText = [
273
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
273
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
274
274
  "jQuery Foundation and other contributors"
275
275
  ]
276
276
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -421,7 +421,7 @@ SPDX-FileComment = "these files belong to: blanket.js"
421
421
  path = "src/sap.ui.core/src/sap/base/util/JSTokenizer.js"
422
422
  precedence = "aggregate"
423
423
  SPDX-FileCopyrightText = [
424
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
424
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
425
425
  "Douglas Crockford"
426
426
  ]
427
427
  SPDX-License-Identifier = "Apache-2.0 and LicenseRef-JSONinJSPublicDomain"
@@ -431,7 +431,7 @@ SPDX-FileComment = "these files contain content from SAP and JSON in JS: JSToken
431
431
  path = "src/sap.ui.core/src/sap/ui/base/ExpressionParser.js"
432
432
  precedence = "aggregate"
433
433
  SPDX-FileCopyrightText = [
434
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
434
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
435
435
  "2010 Douglas Crockford"
436
436
  ]
437
437
  SPDX-License-Identifier = "Apache-2.0"
@@ -479,7 +479,7 @@ SPDX-FileComment = "these files contain content from p-cancelable and @babel/hel
479
479
  path = "src/sap.ui.core/src/sap/ui/core/date/Persian.js"
480
480
  precedence = "aggregate"
481
481
  SPDX-FileCopyrightText = [
482
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
482
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
483
483
  "Behrang Norouzinia"
484
484
  ]
485
485
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -496,7 +496,7 @@ SPDX-FileComment = "these files belong to: vkBeautify"
496
496
  path = "src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js"
497
497
  precedence = "aggregate"
498
498
  SPDX-FileCopyrightText = [
499
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
499
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
500
500
  "Isaac Z. Schlueter and Contributors"
501
501
  ]
502
502
  SPDX-License-Identifier = "Apache-2.0 and ISC"
@@ -589,6 +589,30 @@ SPDX-License-Identifier = "MIT"
589
589
  SPDX-FileComment = "these files belong to: @cfworker/json-schema"
590
590
 
591
591
 
592
+ # Library: sap.ui.mdc:
593
+
594
+ [[annotations]]
595
+ path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/ChartJS.js"
596
+ precedence = "aggregate"
597
+ SPDX-FileCopyrightText = "2025 Chart.js Contributors"
598
+ SPDX-License-Identifier = "MIT"
599
+ SPDX-FileComment = "these files belong to: Chart.js"
600
+
601
+ [[annotations]]
602
+ path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/chartjs-plugin-zoom.js"
603
+ precedence = "aggregate"
604
+ SPDX-FileCopyrightText = "2016-2021 chartjs-plugin-zoom Contributors"
605
+ SPDX-License-Identifier = "MIT"
606
+ SPDX-FileComment = "these files belong to: chartjs-plugin-zoom"
607
+
608
+ [[annotations]]
609
+ path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js"
610
+ precedence = "aggregate"
611
+ SPDX-FileCopyrightText = "2011-2017 by Jorik Tangelder (Eight Media)"
612
+ SPDX-License-Identifier = "MIT"
613
+ SPDX-FileComment = "these files belong to: hammer.js"
614
+
615
+
592
616
  # Library: sap.ui.webc.common:
593
617
 
594
618
  [[annotations]]
@@ -646,7 +670,7 @@ SPDX-FileComment = "these files belong to: UI5 Web Components"
646
670
  path = "lib/jsdoc/ui5/plugin.js"
647
671
  precedence = "aggregate"
648
672
  SPDX-FileCopyrightText = [
649
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
673
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
650
674
  "2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc"
651
675
  ]
652
676
  SPDX-License-Identifier = "Apache-2.0"
package/THIRDPARTY.txt CHANGED
@@ -202,7 +202,7 @@ License: Apache-2.0
202
202
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
203
203
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
204
204
 
205
- Component: Unicode Common Locale Data Repository, version: 46.1.0
205
+ Component: Unicode Common Locale Data Repository, version: 48.0.0
206
206
  Copyright: 1991-2024 Unicode, Inc.
207
207
  License: LicenseRef-Unicode-3.0
208
208
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
@@ -425,6 +425,27 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
425
425
  Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
426
426
 
427
427
 
428
+ Library: sap.ui.mdc:
429
+
430
+ Component: Chart.js, version: 4.5.0
431
+ Copyright: 2025 Chart.js Contributors
432
+ License: MIT
433
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
434
+ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/ChartJS.js
435
+
436
+ Component: chartjs-plugin-zoom, version: 1.0.1
437
+ Copyright: 2016-2021 chartjs-plugin-zoom Contributors
438
+ License: MIT
439
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
440
+ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/chartjs-plugin-zoom.js
441
+
442
+ Component: hammer.js, version: 2.0.7
443
+ Copyright: 2011-2017 by Jorik Tangelder (Eight Media)
444
+ License: MIT
445
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
446
+ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js
447
+
448
+
428
449
  Library: sap.ui.webc.common:
429
450
 
430
451
  Component: UI5 Web Components, version: 1.18.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.f",
3
- "version": "1.143.1",
3
+ "version": "1.145.0",
4
4
  "description": "OpenUI5 UI Library sap.f",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,9 +14,9 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.143.1",
18
- "@openui5/sap.ui.core": "1.143.1",
19
- "@openui5/sap.ui.layout": "1.143.1"
17
+ "@openui5/sap.m": "1.145.0",
18
+ "@openui5/sap.ui.core": "1.145.0",
19
+ "@openui5/sap.ui.layout": "1.145.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@ui5/webcomponents": "2.15.0",
@@ -24,9 +24,8 @@
24
24
  "@ui5/webcomponents-icons": "2.15.0",
25
25
  "@ui5/webcomponents-icons-business-suite": "2.15.0",
26
26
  "@ui5/webcomponents-icons-tnt": "2.15.0",
27
- "@ui5/cli": "4.0.33",
28
27
  "fs-extra": "11.3.2",
29
- "ui5-tooling-modules": "3.33.6"
28
+ "ui5-tooling-modules": "3.33.7"
30
29
  },
31
30
  "scripts": {
32
31
  "build-webcomponents": "ui5 build --dest ./src/sap/f --output-style flat --config ui5-build.yaml --exclude-task \\* --include-task ui5-tooling-modules-task",
@@ -4,9 +4,9 @@
4
4
  <name>sap.f</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.143.1</version>
9
+ <version>1.145.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with Fiori controls.</documentation>
12
12
 
@@ -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
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.m.Avatar
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.143.1
44
+ * @version 1.145.0
45
45
  *
46
46
  * @constructor
47
47
  * @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
 
@@ -100,7 +100,7 @@ sap.ui.define([
100
100
  * @extends sap.ui.core.Control
101
101
  *
102
102
  * @author SAP SE
103
- * @version 1.143.1
103
+ * @version 1.145.0
104
104
  *
105
105
  * @constructor
106
106
  * @public
@@ -545,7 +545,7 @@ sap.ui.define([
545
545
  /**
546
546
  * Adjustes the number of <code>Avatars</code> to be shown in case ShowMoreButton is visible
547
547
  *
548
- * @param {int} iAvatarGroupItems - the number of <code>sap.f.AvatarGroupItems</code>
548
+ * @param {int} iAvatarGroupItems - the number of <code>sap.f.AvatarGroupItem</code>s
549
549
  * @private
550
550
  */
551
551
  AvatarGroup.prototype._adjustAvatarsToShow = function (iAvatarGroupItems) {
@@ -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
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.143.1
35
+ * @version 1.145.0
36
36
  *
37
37
  * @constructor
38
38
  * @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.AvatarGroupItemRenderer
7
+ // Provides default renderer for control sap.f.AvatarGroupItem
8
8
  sap.ui.define(["sap/f/library"],
9
9
  function (library) {
10
10
  "use strict";
@@ -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.AvatarGroupRenderer
7
+ // Provides default renderer for control sap.f.AvatarGroup
8
8
  sap.ui.define([
9
9
  "sap/m/AvatarSize",
10
10
  "./library"],
@@ -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
  //Provides control sap.f.CalendarInCard.
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * This calendar appointment is used in card content of type Calendar.
22
22
  *
23
23
  * @extends sap.ui.unified.CalendarAppointment
24
- * @version 1.143.1
24
+ * @version 1.145.0
25
25
  *
26
26
  * @constructor
27
27
  * @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
  //Provides control sap.f.CalendarInCard.
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * <code>sap.m.Toolbar</code> with <code>sap.m.Buttons</code>.
46
46
  *
47
47
  * @extends sap.ui.unified.Calendar
48
- * @version 1.143.1
48
+ * @version 1.145.0
49
49
  *
50
50
  * @constructor
51
51
  * @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
 
package/src/sap/f/Card.js CHANGED
@@ -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([
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.f.CardBase
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.143.1
74
+ * @version 1.145.0
75
75
  *
76
76
  * @constructor
77
77
  * @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([
@@ -41,13 +41,13 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.143.1
44
+ * @version 1.145.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
48
48
  * @alias sap.f.CardBase
49
49
  */
50
- var CardBase = Control.extend("sap.f.CardBase", /** @lends sap.f.Card.prototype */ {
50
+ var CardBase = Control.extend("sap.f.CardBase", /** @lends sap.f.CardBase.prototype */ {
51
51
  metadata: {
52
52
  library: "sap.f",
53
53
  interfaces: [
@@ -285,31 +285,81 @@ sap.ui.define([
285
285
  /**
286
286
  * Gets the ids of the elements labelling the Card container.
287
287
  *
288
- * @return {string} sAriaLabelledBy ids of elements that have to be labelled
288
+ * @return {string|undefined} IDs of elements that label the card, or undefined if no labelling is needed
289
289
  * @private
290
290
  */
291
291
  CardBase.prototype._getAriaLabelledIds = function () {
292
292
  var oHeader = this.getCardHeader();
293
- const sBlockingMessageAriaLabelsIds = this._getBlockingMessageAriaLabelledByIds();
294
- if (oHeader && oHeader.getVisible()) {
293
+ var bIsHeaderVisible = this.isHeaderVisible(oHeader);
294
+ var bIsListItem = this.isRoleListItem();
295
+
296
+ // Tile-like link variant cards don't need aria-labelledby when not in a list
297
+ if (this.isTileDisplayVariant() && this._getActualRole() === SemanticRole.Region) {
298
+ return undefined;
299
+ }
300
+
301
+ // For tile-like variant list items, point to the focusable header
302
+ if (bIsHeaderVisible && this.isTileDisplayVariant() && bIsListItem) {
303
+ return oHeader.getFocusableHeaderId();
304
+ }
305
+
306
+ // FIXME: Blocking message labelling is currently not working. Card is already renderd when blocking messsage is set. sBlockingMessageIds is always empty.
307
+ var sBlockingMessageIds = this._getBlockingMessageAriaLabelledByIds();
308
+
309
+ if (bIsHeaderVisible) {
295
310
  if (oHeader._getTitle && oHeader._getTitle()) {
296
- if (sBlockingMessageAriaLabelsIds) {
297
- return oHeader._getTitle().getId() + " " + sBlockingMessageAriaLabelsIds;
298
- }
299
- return oHeader._getTitle().getId();
300
- }
301
- } else if (oHeader?.getTitle()) {
302
- if (!this._invisibleTitle) {
303
- this._invisibleTitle = new InvisibleText({ id: this.getId() + "-invisibleTitle" });
311
+ const sTitleId = oHeader._getTitle().getId();
312
+ return sBlockingMessageIds ? sTitleId + " " + sBlockingMessageIds : sTitleId;
304
313
  }
305
- this._invisibleTitle.setText(oHeader.getTitle());
306
-
307
- return this._invisibleTitle.getId();
314
+ } else if (oHeader?._getTitle && oHeader.getTitle()) {
315
+ return this._getInvisibleTitleId(oHeader.getTitle());
308
316
  }
309
317
 
310
318
  return this._ariaText.getId();
311
319
  };
312
320
 
321
+ /**
322
+ * Checks if the card header is visible
323
+ *
324
+ * @param {sap.f.cards.IHeader} oHeader The card header
325
+ * @return {boolean} True if the card header is visible
326
+ * @private
327
+ */
328
+ CardBase.prototype.isHeaderVisible = function (oHeader) {
329
+ return !!(oHeader &&
330
+ oHeader.getVisible());
331
+ };
332
+
333
+ /**
334
+ * Gets the aria role of the card.
335
+ *
336
+ * @ui5-restricted
337
+ * @private
338
+ * @returns {string|undefined} The aria role of the card.
339
+ */
340
+ CardBase.prototype.getAriaRole = function () {
341
+ if (this.isTileDisplayVariant() && this._getActualRole() === SemanticRole.Region) {
342
+ //no role for card like tiles in a non-list context
343
+ return undefined;
344
+ }
345
+ return this._getActualRole().toLowerCase();
346
+ };
347
+
348
+ /**
349
+ * Gets an invisible text control for the card title.
350
+ *
351
+ * @param {string} sTitle The title text
352
+ * @return {string} ID of the invisible text control
353
+ * @private
354
+ */
355
+ CardBase.prototype._getInvisibleTitleId = function (sTitle) {
356
+ if (!this._invisibleTitle) {
357
+ this._invisibleTitle = new InvisibleText({ id: this.getId() + "-invisibleTitle" });
358
+ }
359
+ this._invisibleTitle.setText(sTitle);
360
+ return this._invisibleTitle.getId();
361
+ };
362
+
313
363
  /**
314
364
  * @private
315
365
  * @ui5-restricted sap.f
@@ -511,6 +561,15 @@ sap.ui.define([
511
561
  return this._sGridItemRole;
512
562
  };
513
563
 
564
+ /**
565
+ * Returns the actual role of the card, depending on whether it is placed inside a grid container or not.
566
+ * @returns {string} The actual role of the card.
567
+ * @private
568
+ */
569
+ CardBase.prototype._getActualRole = function () {
570
+ return this.getGridItemRole() || this.getSemanticRole();
571
+ };
572
+
514
573
  CardBase.prototype.isRoleListItem = function () {
515
574
  return (this.getSemanticRole() === SemanticRole.ListItem) || this.getGridItemRole();
516
575
  };
@@ -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
 
@@ -102,7 +102,7 @@ sap.ui.define([
102
102
  bHasContent = !!oContent,
103
103
  bCardHeaderBottom = bHasHeader && oCard.getCardHeaderPosition() === HeaderPosition.Bottom,
104
104
  sTooltip = oCard.getTooltip_AsString(),
105
- sAriaRole = oCard.getGridItemRole() || oCard.getSemanticRole().toLowerCase();
105
+ sAriaRole = oCard.getAriaRole();
106
106
 
107
107
  oRm.class("sapFCard")
108
108
  .style("width", oCard.getWidth());