@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
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.ListPlaceholder
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
@@ -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([
@@ -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
@@ -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([
@@ -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
@@ -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([
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.f.cards.loading.PlaceholderBase
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.143.1
32
+ * @version 1.144.0
33
33
  *
34
34
  * @constructor
35
35
  * @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([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
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
@@ -46,7 +46,13 @@ sap.ui.define([
46
46
  * @private
47
47
  * @ui5-restricted sap.f.cards.loading.PlaceholderBase
48
48
  */
49
- hasContent: { type: "boolean", defaultValue: true}
49
+ hasContent: { type: "boolean", defaultValue: true},
50
+
51
+ /**
52
+ * Width of the placeholder
53
+ * @public
54
+ */
55
+ width: { type: "sap.ui.core.CSSSize", defaultValue: "" }
50
56
  }
51
57
  },
52
58
 
@@ -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
 
@@ -36,6 +36,11 @@ sap.ui.define(["sap/ui/core/Lib"], function(Library) {
36
36
  oRm.openStart("div", oControl)
37
37
  .class("sapFCardContentPlaceholder")
38
38
  .attr("tabindex", "0");
39
+
40
+ if (oControl.getWidth()) {
41
+ oRm.style("width", oControl.getWidth());
42
+ }
43
+
39
44
  this.addOuterAttributes(oControl, oRm);
40
45
 
41
46
  if (oControl.getRenderTooltip()) {
@@ -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
@@ -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([
@@ -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
@@ -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([], function () {
@@ -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
 
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @alias sap.f.changeHandler.MoveDynamicPageTitleActions
18
18
  * @author SAP SE
19
- * @version 1.143.1
19
+ * @version 1.144.0
20
20
  */
21
21
  var MoveActions = { };
22
22
  var ACTION_AGGREGATION_NAME = "actions";
@@ -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
  *
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.143.1
28
+ * @version 1.144.0
29
29
  *
30
30
  * @extends sap.f.delegate.GridItemNavigation
31
31
  *
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
 
69
69
  // leave only real tabbable elements in the tab chain, GridContainer and List types have dummy areas
70
70
  $AllTabbables.map(function(index, element) {
71
- if (element.className.indexOf("DummyArea") === -1) {
71
+ if (!element.classList.contains("DummyArea")) {
72
72
  aTabbables.push(element);
73
73
  }
74
74
  });
@@ -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,7 +34,7 @@ sap.ui.define([
34
34
  *
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.143.1
37
+ * @version 1.144.0
38
38
  *
39
39
  * @extends sap.ui.core.delegate.ItemNavigation
40
40
  *
@@ -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
 
@@ -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
 
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * Handles dragging of a control over a given grid container.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.143.1
21
+ * @version 1.144.0
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  *
@@ -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
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.dnd.DropInfo
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.143.1
40
+ * @version 1.144.0
41
41
  *
42
42
  * @public
43
43
  * @since 1.68
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([], function() {
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  *
13
13
  * Note: This module is used only when doing keyboard drag and drop
14
14
  *
15
- * @name sap.f.dnd.GridDnD
15
+ * @alias sap.f.dnd.GridKeyboardDragAndDrop
16
16
  * @namespace
17
17
  * @private
18
18
  * @since 1.81
@@ -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(
@@ -35,6 +35,7 @@ sap.ui.define(
35
35
  * @extends sap.ui.core.webc.WebComponent
36
36
  * @constructor
37
37
  * @private
38
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
38
39
  * @alias module:sap/f/gen/ui5/webcomponents/dist/Avatar
39
40
  */
40
41
 
@@ -42,7 +43,7 @@ sap.ui.define(
42
43
  "sap.f.gen.ui5.webcomponents.dist.Avatar",
43
44
  {
44
45
  metadata: {
45
- tag: "ui5-avatar-cc48984a",
46
+ tag: "ui5-avatar-68f7652d",
46
47
 
47
48
  namespace: "sap.f.gen.ui5.webcomponents",
48
49
 
@@ -69,6 +70,7 @@ sap.ui.define(
69
70
  formatter: "_mapEnabled"
70
71
  }
71
72
  },
73
+
72
74
  /**
73
75
  * Defines if the avatar is interactive (focusable and pressable).
74
76
  *
@@ -80,6 +82,7 @@ sap.ui.define(
80
82
  mapping: "property",
81
83
  defaultValue: false
82
84
  },
85
+
83
86
  /**
84
87
  * Defines the name of the UI5 Icon, that will be displayed.
85
88
  *
@@ -96,6 +99,7 @@ sap.ui.define(
96
99
  * See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
97
100
  */
98
101
  icon: { type: "string", mapping: "property" },
102
+
99
103
  /**
100
104
  * Defines the name of the fallback icon, which should be displayed in the following cases:
101
105
  *
@@ -118,12 +122,14 @@ sap.ui.define(
118
122
  mapping: "property",
119
123
  defaultValue: "employee"
120
124
  },
125
+
121
126
  /**
122
127
  * Defines the displayed initials.
123
128
  *
124
129
  * Up to three Latin letters can be displayed as initials.
125
130
  */
126
131
  initials: { type: "string", mapping: "property" },
132
+
127
133
  /**
128
134
  * Defines the shape of the component.
129
135
  * @type module:sap/f/gen/ui5/webcomponents.AvatarShape
@@ -133,6 +139,7 @@ sap.ui.define(
133
139
  mapping: "property",
134
140
  defaultValue: "Circle"
135
141
  },
142
+
136
143
  /**
137
144
  * Defines predefined size of the component.
138
145
  * @type module:sap/f/gen/ui5/webcomponents.AvatarSize
@@ -142,6 +149,7 @@ sap.ui.define(
142
149
  mapping: "property",
143
150
  defaultValue: "S"
144
151
  },
152
+
145
153
  /**
146
154
  * Defines the background color of the desired image.
147
155
  * If `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.
@@ -152,11 +160,13 @@ sap.ui.define(
152
160
  mapping: "property",
153
161
  defaultValue: "Auto"
154
162
  },
163
+
155
164
  /**
156
165
  * Defines the text alternative of the component.
157
166
  * If not provided a default text alternative will be set, if present.
158
167
  */
159
168
  accessibleName: { type: "string", mapping: "property" },
169
+
160
170
  /**
161
171
  * Defines the additional accessibility attributes that will be applied to the component.
162
172
  * The following field is supported:
@@ -169,14 +179,17 @@ sap.ui.define(
169
179
  mapping: "property",
170
180
  defaultValue: "{}"
171
181
  },
182
+
172
183
  /**
173
184
  * The text-content of the Web Component.
174
185
  */
175
186
  text: { type: "string", mapping: "textContent" },
187
+
176
188
  /**
177
189
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
178
190
  */
179
191
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
192
+
180
193
  /**
181
194
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
182
195
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(
@@ -42,6 +42,7 @@ sap.ui.define(
42
42
  * @extends sap.ui.core.webc.WebComponent
43
43
  * @constructor
44
44
  * @private
45
+ * @ui5-restricted sap.ushell,sap.esh.search.ui
45
46
  * @alias module:sap/f/gen/ui5/webcomponents/dist/Button
46
47
  */
47
48
 
@@ -49,7 +50,7 @@ sap.ui.define(
49
50
  "sap.f.gen.ui5.webcomponents.dist.Button",
50
51
  {
51
52
  metadata: {
52
- tag: "ui5-button-cc48984a",
53
+ tag: "ui5-button-68f7652d",
53
54
 
54
55
  namespace: "sap.f.gen.ui5.webcomponents",
55
56
 
@@ -71,6 +72,7 @@ sap.ui.define(
71
72
  mapping: "property",
72
73
  defaultValue: "Default"
73
74
  },
75
+
74
76
  /**
75
77
  * Defines whether the component is disabled.
76
78
  * A disabled component can't be pressed or
@@ -85,6 +87,7 @@ sap.ui.define(
85
87
  formatter: "_mapEnabled"
86
88
  }
87
89
  },
90
+
88
91
  /**
89
92
  * Defines the icon, displayed as graphical element within the component.
90
93
  * The SAP-icons font provides numerous options.
@@ -93,6 +96,7 @@ sap.ui.define(
93
96
  * See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
94
97
  */
95
98
  icon: { type: "string", mapping: "property" },
99
+
96
100
  /**
97
101
  * Defines the icon, displayed as graphical element within the component after the button text.
98
102
  *
@@ -105,6 +109,7 @@ sap.ui.define(
105
109
  * See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
106
110
  */
107
111
  endIcon: { type: "string", mapping: "property" },
112
+
108
113
  /**
109
114
  * When set to `true`, the component will
110
115
  * automatically submit the nearest HTML form element on `press`.
@@ -116,10 +121,12 @@ sap.ui.define(
116
121
  mapping: "property",
117
122
  defaultValue: false
118
123
  },
124
+
119
125
  /**
120
126
  * Defines the accessible ARIA name of the component.
121
127
  */
122
128
  accessibleName: { type: "string", mapping: "property" },
129
+
123
130
  /**
124
131
  * Defines the additional accessibility attributes that will be applied to the component.
125
132
  * The following fields are supported:
@@ -143,10 +150,12 @@ sap.ui.define(
143
150
  mapping: "property",
144
151
  defaultValue: "{}"
145
152
  },
153
+
146
154
  /**
147
155
  * Defines the accessible description of the component.
148
156
  */
149
157
  accessibleDescription: { type: "string", mapping: "property" },
158
+
150
159
  /**
151
160
  * Defines whether the button has special form-related functionality.
152
161
  *
@@ -158,6 +167,7 @@ sap.ui.define(
158
167
  mapping: "property",
159
168
  defaultValue: "Button"
160
169
  },
170
+
161
171
  /**
162
172
  * Describes the accessibility role of the button.
163
173
  *
@@ -169,6 +179,7 @@ sap.ui.define(
169
179
  mapping: "property",
170
180
  defaultValue: "Button"
171
181
  },
182
+
172
183
  /**
173
184
  * Defines whether the button shows a loading indicator.
174
185
  *
@@ -179,6 +190,7 @@ sap.ui.define(
179
190
  mapping: "property",
180
191
  defaultValue: false
181
192
  },
193
+
182
194
  /**
183
195
  * Specifies the delay in milliseconds before the loading indicator appears within the associated button.
184
196
  */
@@ -187,14 +199,17 @@ sap.ui.define(
187
199
  mapping: "property",
188
200
  defaultValue: 1000
189
201
  },
202
+
190
203
  /**
191
204
  * The text-content of the Web Component.
192
205
  */
193
206
  text: { type: "string", mapping: "textContent" },
207
+
194
208
  /**
195
209
  * The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
196
210
  */
197
211
  width: { type: "sap.ui.core.CSSSize", mapping: "style" },
212
+
198
213
  /**
199
214
  * The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
200
215
  */