@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.
- package/THIRDPARTY.txt +1 -1
- package/package.json +4 -4
- package/src/sap/f/.library +1 -1
- package/src/sap/f/Avatar.js +1 -1
- package/src/sap/f/AvatarGroup.js +1 -1
- package/src/sap/f/AvatarGroupItem.js +1 -1
- package/src/sap/f/CalendarAppointmentInCard.js +1 -1
- package/src/sap/f/CalendarInCard.js +1 -1
- package/src/sap/f/Card.js +1 -1
- package/src/sap/f/CardBase.js +66 -5
- package/src/sap/f/CardRenderer.js +17 -3
- package/src/sap/f/DynamicPage.js +1 -1
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/DynamicPageHeader.js +5 -1
- package/src/sap/f/DynamicPageTitle.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +24 -1
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +23 -1
- package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
- package/src/sap/f/GridContainer.js +1 -1
- package/src/sap/f/GridContainerItemLayoutData.js +1 -1
- package/src/sap/f/GridContainerSettings.js +2 -2
- package/src/sap/f/GridList.js +1 -1
- package/src/sap/f/GridListItem.js +1 -1
- package/src/sap/f/IllustratedMessage.js +1 -1
- package/src/sap/f/Illustration.js +1 -1
- package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
- package/src/sap/f/ProductSwitch.js +1 -1
- package/src/sap/f/ProductSwitchItem.js +1 -1
- package/src/sap/f/SearchManager.js +1 -1
- package/src/sap/f/ShellBar.js +1 -1
- package/src/sap/f/SidePanel.js +1 -1
- package/src/sap/f/SidePanelItem.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +1 -1
- package/src/sap/f/cards/CardBadgeCustomData.js +1 -1
- package/src/sap/f/cards/Header.js +1 -1
- package/src/sap/f/cards/NumericHeader.js +1 -1
- package/src/sap/f/cards/NumericIndicators.js +1 -1
- package/src/sap/f/cards/NumericSideIndicator.js +1 -1
- package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
- package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +24 -22
- package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
- package/src/sap/f/delegate/GridItemNavigation.js +1 -1
- package/src/sap/f/dnd/GridDragOver.js +1 -1
- package/src/sap/f/dnd/GridDropInfo.js +1 -1
- package/src/sap/f/library.js +27 -4
- package/src/sap/f/messagebundle_es.properties +1 -1
- package/src/sap/f/messagebundle_ru.properties +1 -1
- package/src/sap/f/semantic/AddAction.js +1 -1
- package/src/sap/f/semantic/CloseAction.js +1 -1
- package/src/sap/f/semantic/CopyAction.js +1 -1
- package/src/sap/f/semantic/DeleteAction.js +1 -1
- package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/f/semantic/EditAction.js +1 -1
- package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
- package/src/sap/f/semantic/FavoriteAction.js +1 -1
- package/src/sap/f/semantic/FlagAction.js +1 -1
- package/src/sap/f/semantic/FooterMainAction.js +1 -1
- package/src/sap/f/semantic/FullScreenAction.js +1 -1
- package/src/sap/f/semantic/MainAction.js +1 -1
- package/src/sap/f/semantic/MessagesIndicator.js +1 -1
- package/src/sap/f/semantic/NegativeAction.js +1 -1
- package/src/sap/f/semantic/PositiveAction.js +1 -1
- package/src/sap/f/semantic/PrintAction.js +1 -1
- package/src/sap/f/semantic/SemanticButton.js +1 -1
- package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/f/semantic/SemanticControl.js +1 -1
- package/src/sap/f/semantic/SemanticPage.js +1 -1
- package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/f/semantic/SendEmailAction.js +1 -1
- package/src/sap/f/semantic/SendMessageAction.js +1 -1
- package/src/sap/f/semantic/ShareInJamAction.js +1 -1
- package/src/sap/f/semantic/TitleMainAction.js +1 -1
- package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
- package/src/sap/f/shellBar/CoPilot.js +1 -1
- package/src/sap/f/shellBar/ControlSpacer.js +1 -1
- package/src/sap/f/shellBar/Search.js +1 -1
- package/src/sap/f/themes/base/Card.less +13 -0
- 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.
|
|
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.
|
|
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.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.
|
|
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
|
}
|
package/src/sap/f/.library
CHANGED
|
@@ -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.
|
|
9
|
+
<version>1.131.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with Fiori controls.</documentation>
|
|
12
12
|
|
package/src/sap/f/Avatar.js
CHANGED
package/src/sap/f/AvatarGroup.js
CHANGED
package/src/sap/f/Card.js
CHANGED
package/src/sap/f/CardBase.js
CHANGED
|
@@ -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.
|
|
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
|
-
|
|
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
|
|
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
|
});
|
package/src/sap/f/DynamicPage.js
CHANGED
|
@@ -64,7 +64,7 @@ sap.ui.define([
|
|
|
64
64
|
* @extends sap.ui.core.Control
|
|
65
65
|
*
|
|
66
66
|
* @author SAP SE
|
|
67
|
-
* @version 1.
|
|
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
|
/**
|
|
@@ -108,7 +108,7 @@ sap.ui.define([
|
|
|
108
108
|
*
|
|
109
109
|
* @extends sap.ui.core.Control
|
|
110
110
|
* @author SAP SE
|
|
111
|
-
* @version 1.
|
|
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.
|
|
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
|
});
|
|
@@ -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.
|
|
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
|
*
|
|
@@ -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.
|
|
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.
|
|
68
|
+
* @version 1.131.0
|
|
69
69
|
*
|
|
70
70
|
* @since 1.65
|
|
71
71
|
* @public
|
package/src/sap/f/GridList.js
CHANGED
|
@@ -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.
|
|
96
|
+
* @version 1.131.0
|
|
97
97
|
*
|
|
98
98
|
* @extends sap.m.ListBase
|
|
99
99
|
* @implements sap.ui.layout.cssgrid.IGridConfigurable
|
package/src/sap/f/ShellBar.js
CHANGED
package/src/sap/f/SidePanel.js
CHANGED
|
@@ -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
|
|
30
|
+
* @extends sap.ui.core.CustomData
|
|
31
31
|
* @since 1.128
|
|
32
32
|
*
|
|
33
33
|
* @public
|