@openui5/sap.f 1.130.0 → 1.131.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 (88) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/f/.library +1 -1
  4. package/src/sap/f/Avatar.js +1 -1
  5. package/src/sap/f/AvatarGroup.js +1 -1
  6. package/src/sap/f/AvatarGroupItem.js +1 -1
  7. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  8. package/src/sap/f/CalendarInCard.js +1 -1
  9. package/src/sap/f/Card.js +1 -1
  10. package/src/sap/f/CardBase.js +66 -5
  11. package/src/sap/f/CardRenderer.js +17 -3
  12. package/src/sap/f/DynamicPage.js +1 -1
  13. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  14. package/src/sap/f/DynamicPageHeader.js +5 -1
  15. package/src/sap/f/DynamicPageTitle.js +1 -1
  16. package/src/sap/f/FlexibleColumnLayout.js +24 -1
  17. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +23 -1
  18. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  21. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  22. package/src/sap/f/GridContainer.js +1 -1
  23. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  24. package/src/sap/f/GridContainerSettings.js +2 -2
  25. package/src/sap/f/GridList.js +1 -1
  26. package/src/sap/f/GridListItem.js +1 -1
  27. package/src/sap/f/IllustratedMessage.js +1 -1
  28. package/src/sap/f/Illustration.js +1 -1
  29. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  30. package/src/sap/f/ProductSwitch.js +1 -1
  31. package/src/sap/f/ProductSwitchItem.js +1 -1
  32. package/src/sap/f/SearchManager.js +1 -1
  33. package/src/sap/f/ShellBar.js +1 -1
  34. package/src/sap/f/SidePanel.js +1 -1
  35. package/src/sap/f/SidePanelItem.js +1 -1
  36. package/src/sap/f/cards/BaseHeader.js +1 -1
  37. package/src/sap/f/cards/CardBadgeCustomData.js +1 -1
  38. package/src/sap/f/cards/Header.js +1 -1
  39. package/src/sap/f/cards/NumericHeader.js +1 -1
  40. package/src/sap/f/cards/NumericIndicators.js +1 -1
  41. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  42. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
  43. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
  45. package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
  46. package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
  47. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  48. package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
  49. package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
  50. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +24 -22
  51. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  52. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  53. package/src/sap/f/dnd/GridDragOver.js +1 -1
  54. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  55. package/src/sap/f/library.js +27 -4
  56. package/src/sap/f/messagebundle_es.properties +1 -1
  57. package/src/sap/f/messagebundle_ru.properties +1 -1
  58. package/src/sap/f/semantic/AddAction.js +1 -1
  59. package/src/sap/f/semantic/CloseAction.js +1 -1
  60. package/src/sap/f/semantic/CopyAction.js +1 -1
  61. package/src/sap/f/semantic/DeleteAction.js +1 -1
  62. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  63. package/src/sap/f/semantic/EditAction.js +1 -1
  64. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  65. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  66. package/src/sap/f/semantic/FlagAction.js +1 -1
  67. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  68. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  69. package/src/sap/f/semantic/MainAction.js +1 -1
  70. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  71. package/src/sap/f/semantic/NegativeAction.js +1 -1
  72. package/src/sap/f/semantic/PositiveAction.js +1 -1
  73. package/src/sap/f/semantic/PrintAction.js +1 -1
  74. package/src/sap/f/semantic/SemanticButton.js +1 -1
  75. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  76. package/src/sap/f/semantic/SemanticControl.js +1 -1
  77. package/src/sap/f/semantic/SemanticPage.js +1 -1
  78. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  79. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  80. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  81. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  82. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  83. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  84. package/src/sap/f/shellBar/CoPilot.js +1 -1
  85. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  86. package/src/sap/f/shellBar/Search.js +1 -1
  87. package/src/sap/f/themes/base/Card.less +13 -0
  88. package/src/sap/f/themes/base/SidePanel.less +0 -11
package/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.18.0
471
+ Component: SAP Theming Base Content, version: 11.22.0
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.f",
3
- "version": "1.130.0",
3
+ "version": "1.131.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,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.130.0",
18
- "@openui5/sap.ui.core": "1.130.0",
19
- "@openui5/sap.ui.layout": "1.130.0"
17
+ "@openui5/sap.m": "1.131.0",
18
+ "@openui5/sap.ui.core": "1.131.0",
19
+ "@openui5/sap.ui.layout": "1.131.0"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.130.0</version>
9
+ <version>1.131.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with Fiori controls.</documentation>
12
12
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.m.Avatar
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.130.0
44
+ * @version 1.131.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -100,7 +100,7 @@ sap.ui.define([
100
100
  * @extends sap.ui.core.Control
101
101
  *
102
102
  * @author SAP SE
103
- * @version 1.130.0
103
+ * @version 1.131.0
104
104
  *
105
105
  * @constructor
106
106
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.130.0
35
+ * @version 1.131.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -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.130.0
24
+ * @version 1.131.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -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.130.0
48
+ * @version 1.131.0
49
49
  *
50
50
  * @constructor
51
51
  * @private
package/src/sap/f/Card.js CHANGED
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.f.CardBase
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.130.0
74
+ * @version 1.131.0
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -8,17 +8,22 @@ sap.ui.define([
8
8
  "sap/ui/core/InvisibleText",
9
9
  "sap/f/CardRenderer",
10
10
  "sap/ui/core/Lib",
11
- "sap/f/cards/util/CardBadgeEnabler"
11
+ "sap/f/cards/util/CardBadgeEnabler",
12
+ "sap/f/library",
13
+ "sap/base/Log"
12
14
  ], function (
13
15
  Control,
14
16
  InvisibleText,
15
17
  CardRenderer,
16
18
  Library,
17
- CardBadgeEnabler
19
+ CardBadgeEnabler,
20
+ library,
21
+ Log
18
22
  ) {
19
23
  "use strict";
20
24
 
21
- var BADGE_AUTOHIDE_TIME = 3000;
25
+ var BADGE_AUTOHIDE_TIME = 3000,
26
+ SemanticRole = library.cards.SemanticRole;
22
27
 
23
28
  /**
24
29
  * Constructor for a new <code>CardBase</code>.
@@ -32,7 +37,7 @@ sap.ui.define([
32
37
  * @extends sap.ui.core.Control
33
38
  *
34
39
  * @author SAP SE
35
- * @version 1.130.0
40
+ * @version 1.131.0
36
41
  *
37
42
  * @constructor
38
43
  * @public
@@ -55,7 +60,14 @@ sap.ui.define([
55
60
  /**
56
61
  * Defines the height of the card.
57
62
  */
58
- height: {type: "sap.ui.core.CSSSize", group: "Appearance", defaultValue: "auto"}
63
+ height: {type: "sap.ui.core.CSSSize", group: "Appearance", defaultValue: "auto"},
64
+
65
+ /**
66
+ * Defines the role of the Card Header.
67
+ *
68
+ * @experimental since 1.131
69
+ */
70
+ semanticRole: { type: "sap.f.cards.SemanticRole", defaultValue: SemanticRole.Region}
59
71
  },
60
72
  aggregations: {
61
73
 
@@ -76,6 +88,14 @@ sap.ui.define([
76
88
  multiple: false,
77
89
  visibility: "hidden"
78
90
  }
91
+ },
92
+ events: {
93
+ /**
94
+ * Fired when action is added on card level.
95
+ * Note: Can be used only if <code>semanticRole</code> is <code>sap.f.cards.SemanticRole.ListItem</code>.
96
+ * @experimental since 1.131
97
+ */
98
+ press: {}
79
99
  }
80
100
  },
81
101
  renderer: CardRenderer
@@ -267,6 +287,38 @@ sap.ui.define([
267
287
  return sTitleId;
268
288
  };
269
289
 
290
+ /**
291
+ * Listens for ontap event
292
+ *
293
+ * @param {object} oEvent event
294
+ */
295
+ CardBase.prototype.ontap = function (oEvent) {
296
+ this._handleTapOrSelect(oEvent);
297
+ };
298
+
299
+ /**
300
+ * Listens for onsapselect event
301
+ *
302
+ * @param {object} oEvent event
303
+ */
304
+ CardBase.prototype.onsapselect = function (oEvent) {
305
+ this._handleTapOrSelect(oEvent);
306
+ };
307
+
308
+ /**
309
+ * Handles interaction logic
310
+ *
311
+ * @param {object} oEvent event
312
+ */
313
+ CardBase.prototype._handleTapOrSelect = function (oEvent) {
314
+ if (!this.isInteractive() || oEvent.isMarked() || this.getSemanticRole() !== SemanticRole.ListItem) {
315
+ return;
316
+ }
317
+
318
+ this.firePress();
319
+ oEvent.preventDefault();
320
+ };
321
+
270
322
  /**
271
323
  * Returns if the control is inside a sap.f.GridContainer
272
324
  *
@@ -290,5 +342,14 @@ sap.ui.define([
290
342
  return null;
291
343
  };
292
344
 
345
+ CardBase.prototype.isInteractive = function() {
346
+ const bIsInteractive = this.hasListeners("press");
347
+
348
+ if (bIsInteractive && this.getSemanticRole() !== SemanticRole.ListItem) {
349
+ Log.error("The full card cannot be interactive if the 'semanticRole' is not 'ListItem'", this);
350
+ }
351
+ return bIsInteractive;
352
+ };
353
+
293
354
  return CardBase;
294
355
  });
@@ -13,7 +13,8 @@ sap.ui.define([
13
13
  library
14
14
  ) {
15
15
  "use strict";
16
- var HeaderPosition = library.cards.HeaderPosition;
16
+ var HeaderPosition = library.cards.HeaderPosition,
17
+ SemanticRole = library.cards.SemanticRole;
17
18
 
18
19
  /**
19
20
  * <code>Card</code> renderer.
@@ -39,7 +40,7 @@ sap.ui.define([
39
40
  this.renderContainerAttributes(oRm, oCard);
40
41
  oRm.openEnd();
41
42
 
42
- if (bHasCardBadgeCustomData) {
43
+ if (bHasCardBadgeCustomData) {
43
44
  this.renderCardBadge(oRm, oCard);
44
45
  }
45
46
 
@@ -74,6 +75,8 @@ sap.ui.define([
74
75
  * @param {sap.f.Card} oCard An object representation of the control that should be rendered.
75
76
  */
76
77
  CardRenderer.renderContainerAttributes = function (oRm, oCard) {
78
+ const bIsInteractive = oCard.isInteractive();
79
+
77
80
  var sHeight = oCard.getHeight(),
78
81
  oHeader = oCard.getCardHeader(),
79
82
  oContent = oCard.getCardContent(),
@@ -99,6 +102,16 @@ sap.ui.define([
99
102
  oRm.class("sapFCardSectionInteractive");
100
103
  }
101
104
 
105
+
106
+ if (oCard.getSemanticRole() === SemanticRole.ListItem) {
107
+ oRm.class("sapFCardFocus");
108
+ oRm.attr("tabindex", "0");
109
+
110
+ if (bIsInteractive) {
111
+ oRm.class("sapFCardInteractive");
112
+ }
113
+ }
114
+
102
115
  if (bCardHeaderBottom) {
103
116
  oRm.class("sapFCardBottomHeader");
104
117
  }
@@ -113,7 +126,8 @@ sap.ui.define([
113
126
 
114
127
  //Accessibility state
115
128
  oRm.accessibilityState(oCard, {
116
- role: "region",
129
+ // TODO if role is not only used with accessibility values, this should be changed
130
+ role: oCard.getSemanticRole().toLowerCase(),
117
131
  labelledby: { value: oCard._getAriaLabelledIds(), append: true },
118
132
  describedby: {value: bHasCardBadgeCustomData ? oCard._getInvisibleCardBadgeText().getId() : undefined}
119
133
  });
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @extends sap.ui.core.Control
119
119
  *
120
120
  * @author SAP SE
121
- * @version 1.130.0
121
+ * @version 1.131.0
122
122
  *
123
123
  * @constructor
124
124
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.130.0
26
+ * @version 1.131.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @extends sap.ui.core.Control
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.130.0
67
+ * @version 1.131.0
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -385,7 +385,11 @@ sap.ui.define([
385
385
  };
386
386
 
387
387
  DynamicPageHeader.prototype.onThemeChanged = function () {
388
+ var oPinButton = this._getPinButton();
388
389
  this._setPressedStatePinIcon();
390
+
391
+ // Theme change event may be fired after the control was rendered and _togglePinButton was already called (if icon should be pressed, we need to update it here)
392
+ oPinButton.setIcon(oPinButton.getPressed() ? this._sPressedStatePinIconURI : DynamicPageHeader.UNPRESSED_PIN_ICON);
389
393
  };
390
394
 
391
395
  /**
@@ -95,7 +95,7 @@ sap.ui.define([
95
95
  * @extends sap.ui.core.Control
96
96
  *
97
97
  * @author SAP SE
98
- * @version 1.130.0
98
+ * @version 1.131.0
99
99
  *
100
100
  * @constructor
101
101
  * @public
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  *
109
109
  * @extends sap.ui.core.Control
110
110
  * @author SAP SE
111
- * @version 1.130.0
111
+ * @version 1.131.0
112
112
  *
113
113
  * @constructor
114
114
  * @public
@@ -813,6 +813,21 @@ sap.ui.define([
813
813
  return oNavContainer;
814
814
  };
815
815
 
816
+ FlexibleColumnLayout.prototype.setLandmarkInfo = function (oLandmarkInfo) {
817
+ this.setAggregation("landmarkInfo", oLandmarkInfo);
818
+ oLandmarkInfo?.attachEvent("_changeColumnsLabel", this._onColumnsLabelChanged, this);
819
+
820
+ return this;
821
+ };
822
+
823
+ FlexibleColumnLayout.prototype.destroyLandmarkInfo = function () {
824
+ var oLandmarkInfo = this.getLandmarkInfo();
825
+
826
+ oLandmarkInfo?.detachEvent("_changeColumnsLabel", this._onColumnsLabelChanged, this);
827
+
828
+ return this.destroyAggregation("landmarkInfo");
829
+ };
830
+
816
831
  /**
817
832
  * Formats <code>FlexibleColumnLayoutAccessibleLandmarkInfo</code> role and label of the provided <code>FlexibleColumnLayout</code> column.
818
833
  *
@@ -833,6 +848,14 @@ sap.ui.define([
833
848
  };
834
849
  };
835
850
 
851
+ FlexibleColumnLayout.prototype._onColumnsLabelChanged = function (oEvent) {
852
+ var sColumn = oEvent.getParameter("column"),
853
+ sLabel = oEvent.getParameter("label"),
854
+ $Column = this._$columns[sColumn];
855
+
856
+ $Column.attr("aria-label", sLabel);
857
+ };
858
+
836
859
  /**
837
860
  * Proxies the navigation events from the internal nav containers to the app.
838
861
  * @param oEvent
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.130.0
25
+ * @version 1.131.0
26
26
  * @since 1.95
27
27
  *
28
28
  * @constructor
@@ -84,5 +84,27 @@ sap.ui.define(['sap/ui/core/Element', './library'],
84
84
  }
85
85
  }});
86
86
 
87
+ FlexibleColumnLayoutAccessibleLandmarkInfo.prototype.setFirstColumnLabel = function (sLabel) {
88
+ return this._setColumnsLabel("firstColumnLabel", sLabel, "begin");
89
+ };
90
+
91
+ FlexibleColumnLayoutAccessibleLandmarkInfo.prototype.setMiddleColumnLabel = function (sLabel) {
92
+ return this._setColumnsLabel("middleColumnLabel", sLabel, "mid");
93
+ };
94
+
95
+ FlexibleColumnLayoutAccessibleLandmarkInfo.prototype.setLastColumnLabel = function (sLabel) {
96
+ return this._setColumnsLabel("lastColumnLabel", sLabel, "end");
97
+ };
98
+
99
+ FlexibleColumnLayoutAccessibleLandmarkInfo.prototype._setColumnsLabel = function (sProperty, sLabel, sColumn) {
100
+ this.setProperty(sProperty, sLabel, true);
101
+ this.fireEvent("_changeColumnsLabel", {
102
+ column: sColumn,
103
+ label: sLabel
104
+ });
105
+
106
+ return this;
107
+ };
108
+
87
109
  return FlexibleColumnLayoutAccessibleLandmarkInfo;
88
110
  });
@@ -21,7 +21,7 @@ sap.ui.define(["sap/ui/core/LayoutData", "sap/ui/base/ManagedObjectObserver", "s
21
21
  *
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.130.0
24
+ * @version 1.131.0
25
25
  *
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/LayoutData'],
20
20
  *
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.130.0
23
+ * @version 1.131.0
24
24
  *
25
25
  * @extends sap.ui.core.LayoutData
26
26
  *
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/LayoutData'],
20
20
  *
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.130.0
23
+ * @version 1.131.0
24
24
  *
25
25
  * @extends sap.ui.core.LayoutData
26
26
  *
@@ -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.130.0
52
+ * @version 1.131.0
53
53
  * @param {sap.f.FlexibleColumnLayout} oFlexibleColumnLayout
54
54
  * The <code>sap.f.FlexibleColumnLayout</code> object whose state will be manipulated.
55
55
  *
@@ -177,7 +177,7 @@ sap.ui.define([
177
177
  * @see {@link sap.f.dnd.GridDropInfo}
178
178
  *
179
179
  * @author SAP SE
180
- * @version 1.130.0
180
+ * @version 1.131.0
181
181
  *
182
182
  * @extends sap.ui.core.Control
183
183
  *
@@ -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.130.0
24
+ * @version 1.131.0
25
25
  *
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
@@ -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.130.0
61
+ * @version 1.131.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.130.0
68
+ * @version 1.131.0
69
69
  *
70
70
  * @since 1.65
71
71
  * @public
@@ -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.130.0
96
+ * @version 1.131.0
97
97
  *
98
98
  * @extends sap.m.ListBase
99
99
  * @implements sap.ui.layout.cssgrid.IGridConfigurable
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.m.ListItemBase
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.130.0
27
+ * @version 1.131.0
28
28
  *
29
29
  * @since 1.70
30
30
  * @constructor
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.m.IllustratedMessage
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.130.0
59
+ * @version 1.131.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.m.Illustration
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.130.0
33
+ * @version 1.131.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -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.130.0
25
+ * @version 1.131.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.130.0
37
+ * @version 1.131.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.130.0
43
+ * @version 1.131.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -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.130.0
26
+ * @version 1.131.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -58,7 +58,7 @@ function(
58
58
  * @implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.130.0
61
+ * @version 1.131.0
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -151,7 +151,7 @@ sap.ui.define([
151
151
  * @extends sap.ui.core.Control
152
152
  *
153
153
  * @author SAP SE
154
- * @version 1.130.0
154
+ * @version 1.131.0
155
155
  *
156
156
  * @constructor
157
157
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Item
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.130.0
30
+ * @version 1.131.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @abstract
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.130.0
53
+ * @version 1.131.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * For more information, see {@link sap.ui.core.Element#data Element.prototype.data}
28
28
  * and {@link topic:91f0c3ee6f4d1014b6dd926db0e91070 Custom Data - Attaching Data Objects to Controls}.
29
29
  *
30
- * @extends sap..ui.core.CustomData
30
+ * @extends sap.ui.core.CustomData
31
31
  * @since 1.128
32
32
  *
33
33
  * @public
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @implements sap.f.cards.IHeader
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.130.0
51
+ * @version 1.131.0
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.f.cards.BaseHeader
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.130.0
60
+ * @version 1.131.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.130.0
28
+ * @version 1.131.0
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.130.0
31
+ * @version 1.131.0
32
32
  *
33
33
  * @constructor
34
34
  * @public