@openui5/sap.f 1.129.0 → 1.130.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 +13 -1
- package/src/sap/f/DynamicPage.js +23 -1
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/DynamicPageHeader.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +11 -1
- package/src/sap/f/FlexibleColumnLayout.js +59 -1
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutData.js +56 -3
- package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +5 -1
- package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +5 -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 +2 -0
- package/src/sap/f/cards/Header.js +12 -6
- package/src/sap/f/cards/NumericHeader.js +11 -5
- 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 +1 -1
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
- package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
- package/src/sap/f/cards/util/CardBadgeEnabler.js +95 -55
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
- 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 +3 -2
- package/src/sap/f/messagebundle_da.properties +1 -1
- package/src/sap/f/messagebundle_zh_CN.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 +4 -0
- package/src/sap/f/themes/base/FlexibleColumnLayout.less +1 -1
|
@@ -48,7 +48,7 @@ sap.ui.define([
|
|
|
48
48
|
* @implements sap.f.cards.IHeader
|
|
49
49
|
*
|
|
50
50
|
* @author SAP SE
|
|
51
|
-
* @version 1.
|
|
51
|
+
* @version 1.130.0
|
|
52
52
|
*
|
|
53
53
|
* @constructor
|
|
54
54
|
* @public
|
|
@@ -129,7 +129,14 @@ sap.ui.define([
|
|
|
129
129
|
*
|
|
130
130
|
* @experimental Since 1.119 this feature is experimental and the API may change.
|
|
131
131
|
*/
|
|
132
|
-
iconSize: { type: "sap.m.AvatarSize", defaultValue: AvatarSize.S }
|
|
132
|
+
iconSize: { type: "sap.m.AvatarSize", defaultValue: AvatarSize.S },
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Defines how the image fits in the icon area.
|
|
136
|
+
*
|
|
137
|
+
* @since 1.130
|
|
138
|
+
*/
|
|
139
|
+
iconFitType: { type: "sap.m.AvatarImageFitType", defaultValue: AvatarImageFitType.Cover }
|
|
133
140
|
},
|
|
134
141
|
aggregations: {
|
|
135
142
|
|
|
@@ -215,9 +222,7 @@ sap.ui.define([
|
|
|
215
222
|
Header.prototype._getAvatar = function () {
|
|
216
223
|
var oAvatar = this.getAggregation("_avatar");
|
|
217
224
|
if (!oAvatar) {
|
|
218
|
-
oAvatar = new Avatar(
|
|
219
|
-
imageFitType: AvatarImageFitType.Contain
|
|
220
|
-
}).addStyleClass("sapFCardIcon");
|
|
225
|
+
oAvatar = new Avatar().addStyleClass("sapFCardIcon");
|
|
221
226
|
this.setAggregation("_avatar", oAvatar);
|
|
222
227
|
}
|
|
223
228
|
return oAvatar;
|
|
@@ -250,7 +255,8 @@ sap.ui.define([
|
|
|
250
255
|
.setInitials(this.getIconInitials())
|
|
251
256
|
.setTooltip(this.getIconAlt())
|
|
252
257
|
.setBackgroundColor(this.getIconBackgroundColor())
|
|
253
|
-
.setDisplaySize(this.getIconSize())
|
|
258
|
+
.setDisplaySize(this.getIconSize())
|
|
259
|
+
.setImageFitType(this.getIconFitType());
|
|
254
260
|
};
|
|
255
261
|
|
|
256
262
|
/**
|
|
@@ -57,7 +57,7 @@ sap.ui.define([
|
|
|
57
57
|
* @extends sap.f.cards.BaseHeader
|
|
58
58
|
*
|
|
59
59
|
* @author SAP SE
|
|
60
|
-
* @version 1.
|
|
60
|
+
* @version 1.130.0
|
|
61
61
|
*
|
|
62
62
|
* @constructor
|
|
63
63
|
* @public
|
|
@@ -149,6 +149,13 @@ sap.ui.define([
|
|
|
149
149
|
*/
|
|
150
150
|
iconSize: { type: "sap.m.AvatarSize", defaultValue: AvatarSize.S },
|
|
151
151
|
|
|
152
|
+
/**
|
|
153
|
+
* Defines how the image fits in the icon area.
|
|
154
|
+
*
|
|
155
|
+
* @since 1.130
|
|
156
|
+
*/
|
|
157
|
+
iconFitType: { type: "sap.m.AvatarImageFitType", defaultValue: AvatarImageFitType.Cover },
|
|
158
|
+
|
|
152
159
|
/**
|
|
153
160
|
* General unit of measurement for the header. Displayed as side information to the subtitle.
|
|
154
161
|
*/
|
|
@@ -326,7 +333,8 @@ sap.ui.define([
|
|
|
326
333
|
.setInitials(this.getIconInitials())
|
|
327
334
|
.setTooltip(this.getIconAlt())
|
|
328
335
|
.setBackgroundColor(this.getIconBackgroundColor())
|
|
329
|
-
.setDisplaySize(this.getIconSize())
|
|
336
|
+
.setDisplaySize(this.getIconSize())
|
|
337
|
+
.setImageFitType(this.getIconFitType());
|
|
330
338
|
|
|
331
339
|
this._getDetails()
|
|
332
340
|
.setText(this.getDetails())
|
|
@@ -430,9 +438,7 @@ sap.ui.define([
|
|
|
430
438
|
NumericHeader.prototype._getAvatar = function () {
|
|
431
439
|
var oAvatar = this.getAggregation("_avatar");
|
|
432
440
|
if (!oAvatar) {
|
|
433
|
-
oAvatar = new Avatar(
|
|
434
|
-
imageFitType: AvatarImageFitType.Contain
|
|
435
|
-
}).addStyleClass("sapFCardIcon");
|
|
441
|
+
oAvatar = new Avatar().addStyleClass("sapFCardIcon");
|
|
436
442
|
this.setAggregation("_avatar", oAvatar);
|
|
437
443
|
}
|
|
438
444
|
return oAvatar;
|
|
@@ -12,13 +12,16 @@ sap.ui.define([
|
|
|
12
12
|
"sap/ui/core/InvisibleText",
|
|
13
13
|
"sap/ui/core/Lib",
|
|
14
14
|
"sap/ui/core/library",
|
|
15
|
-
"sap/f/library"
|
|
15
|
+
"sap/f/library",
|
|
16
|
+
"sap/ui/base/ManagedObjectObserver",
|
|
17
|
+
"sap/base/Log"
|
|
16
18
|
],
|
|
17
|
-
function(CardBadgeCustomData, BadgeCustomData, ObjectStatus, InvisibleText, Lib, coreLibrary, library) {
|
|
19
|
+
function(CardBadgeCustomData, BadgeCustomData, ObjectStatus, InvisibleText, Lib, coreLibrary, library, ManagedObjectObserver, Log) {
|
|
18
20
|
"use strict";
|
|
19
21
|
|
|
20
22
|
const CardBadgeVisibilityMode = library.CardBadgeVisibilityMode,
|
|
21
|
-
|
|
23
|
+
IndicationColor = coreLibrary.IndicationColor;
|
|
24
|
+
|
|
22
25
|
/**
|
|
23
26
|
*
|
|
24
27
|
* The class represents a utility for visualising and updating the badge indicator for
|
|
@@ -30,96 +33,131 @@ function(CardBadgeCustomData, BadgeCustomData, ObjectStatus, InvisibleText, Lib,
|
|
|
30
33
|
*/
|
|
31
34
|
var CardBadgeEnabler = function () {
|
|
32
35
|
|
|
33
|
-
|
|
36
|
+
/**
|
|
37
|
+
* Initializes the card badge enablement.
|
|
38
|
+
* Attaching the customData observer.
|
|
39
|
+
*/
|
|
34
40
|
this.initCardBadgeEnablement = function () {
|
|
35
|
-
this.
|
|
36
|
-
|
|
37
|
-
}, this);
|
|
41
|
+
this._customDataObserver = new ManagedObjectObserver(this._onCustomDataChange.bind(this));
|
|
42
|
+
this._customDataObserver.observe(this, {aggregations: ["customData"]});
|
|
38
43
|
|
|
44
|
+
// Following is a temporary workaround covering problem with the old code in Work Zone. Can be deleted after they upgrade to UI5 1.130.
|
|
45
|
+
this._aCardBadges = ["temporary"];
|
|
39
46
|
};
|
|
40
47
|
|
|
41
48
|
/**
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
* @returns {void}
|
|
45
|
-
* @private
|
|
49
|
+
* Destroys the card badge enablement.
|
|
46
50
|
*/
|
|
47
|
-
function
|
|
48
|
-
|
|
49
|
-
|
|
51
|
+
this.destroyCardBadgeEnablement = function () {
|
|
52
|
+
if (this._customDataObserver) {
|
|
53
|
+
this._customDataObserver.disconnect();
|
|
54
|
+
this._customDataObserver = null;
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
this._createBadge = function (oData) {
|
|
59
|
+
const sIcon = oData instanceof CardBadgeCustomData ? oData.getIcon() : "";
|
|
60
|
+
|
|
61
|
+
const oCardBadge = new ObjectStatus({
|
|
62
|
+
text: oData.getValue(),
|
|
63
|
+
icon: sIcon,
|
|
64
|
+
inverted: true,
|
|
65
|
+
visible: oData.getVisible(),
|
|
66
|
+
state: oData instanceof CardBadgeCustomData ? oData.getState() : IndicationColor.Indication05,
|
|
67
|
+
stateAnnouncementText: oData instanceof CardBadgeCustomData ? oData.getAnnouncementText() : "",
|
|
68
|
+
id: "badge" + oData.getId()
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
if (sIcon.length > 0 && oData.getValue()?.length > 0) {
|
|
72
|
+
oCardBadge.addStyleClass("sapFCardBadgeTextIcon"); //ObjectStatus does not have CSS class to indicate icon and text presence
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
const iIndex = this._getCardBadgeCustomData()?.indexOf(oData);
|
|
76
|
+
this.insertAggregation("_cardBadges", oCardBadge, iIndex);
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
this._onCustomDataChange = function (oChanges) {
|
|
80
|
+
const sMutation = oChanges.mutation,
|
|
81
|
+
oCustomData = oChanges.child;
|
|
82
|
+
|
|
83
|
+
if (!this._isBadgeCustomData(oCustomData)) {
|
|
50
84
|
return;
|
|
51
85
|
}
|
|
52
86
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
id: "badge" + oData.getId()
|
|
65
|
-
});
|
|
66
|
-
|
|
67
|
-
if (sIcon.length > 0 && oData.getValue()?.length > 0) {
|
|
68
|
-
oCardBadge.addStyleClass("sapFCardBadgeTextIcon"); //ObjectStatus does not have CSS class to indicate icon and text presence
|
|
87
|
+
switch (sMutation) {
|
|
88
|
+
case "insert":
|
|
89
|
+
this._createBadge(oCustomData);
|
|
90
|
+
break;
|
|
91
|
+
case "remove": {
|
|
92
|
+
const oCardBadge = this._getCardBadgeElement(oCustomData.getId());
|
|
93
|
+
if (oCardBadge) {
|
|
94
|
+
this.removeAggregation("_cardBadges", oCardBadge);
|
|
95
|
+
oCardBadge.destroy();
|
|
96
|
+
}
|
|
97
|
+
break;
|
|
69
98
|
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
99
|
+
default:
|
|
100
|
+
Log.error(`Mutation ${sMutation} is unexpected for card badge custom data.`, this);
|
|
101
|
+
break;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
this._updateInvisibleCardBadgeText();
|
|
105
|
+
};
|
|
73
106
|
|
|
74
107
|
/**
|
|
75
108
|
* Returns all CardBadgeCustomData elements from customdata, or just an element corresponding to the key
|
|
76
|
-
|
|
77
109
|
* @returns {Array} aCardBadgeCustomData
|
|
78
110
|
*/
|
|
79
111
|
this._getCardBadgeCustomData = function () {
|
|
80
|
-
const aCardBadgeCustomData = this.getCustomData().filter(function(item) {
|
|
112
|
+
const aCardBadgeCustomData = this.getCustomData().filter(function(item) {
|
|
113
|
+
return this._isBadgeCustomData(item);
|
|
114
|
+
}.bind(this));
|
|
81
115
|
|
|
82
116
|
return aCardBadgeCustomData;
|
|
83
117
|
};
|
|
84
118
|
|
|
85
119
|
/**
|
|
86
120
|
* Returns badges added to the aggregation of card "_cardBadges"
|
|
87
|
-
*
|
|
88
121
|
* @returns {Array} Cards _cardBadges aggregation
|
|
89
122
|
*/
|
|
90
123
|
this._getCardBadges = function () {
|
|
91
|
-
this._aCardBadges.forEach( (oCardBadge) => {
|
|
92
|
-
this.addAggregation("_cardBadges", oCardBadge);
|
|
93
|
-
});
|
|
94
|
-
|
|
95
124
|
return this.getAggregation("_cardBadges");
|
|
96
125
|
};
|
|
97
126
|
|
|
98
127
|
/**
|
|
99
128
|
* Gets badge corresponding to the <code>sap.f.cards.CardBadgeCustomData</code>
|
|
100
|
-
*
|
|
101
129
|
* @param {string} sId ID of the <code>sap.f.cards.CardBadgeCustomData</code>
|
|
102
|
-
* @returns {
|
|
130
|
+
* @returns {sap.m.ObjectStatus} oCardBadge
|
|
103
131
|
*/
|
|
104
132
|
this._getCardBadgeElement = function (sId) {
|
|
105
|
-
const oCardBadge = this._getCardBadges()
|
|
133
|
+
const oCardBadge = this._getCardBadges()?.find((oElement) => oElement.getId().endsWith("badge" + sId));
|
|
106
134
|
|
|
107
135
|
return oCardBadge;
|
|
108
136
|
};
|
|
109
137
|
|
|
110
138
|
/**
|
|
111
139
|
* Creates invisibleText, which contains the card badge accessibility information
|
|
112
|
-
* @returns {
|
|
140
|
+
* @returns {sap.ui.core.InvisibleText} The invisible text control for badges.
|
|
113
141
|
*/
|
|
114
142
|
this._getInvisibleCardBadgeText = function () {
|
|
115
|
-
|
|
143
|
+
let oText = this.getAggregation("_oInvisibleCardBadgeText");
|
|
116
144
|
|
|
117
|
-
|
|
145
|
+
if (oText) {
|
|
146
|
+
return oText;
|
|
118
147
|
}
|
|
119
148
|
|
|
120
|
-
|
|
149
|
+
oText = new InvisibleText({id: this.getId() + "-ariaBadgeText", text: this._getCardBadgeAccessibilityText()});
|
|
150
|
+
|
|
151
|
+
this.setAggregation("_oInvisibleCardBadgeText", oText);
|
|
152
|
+
|
|
153
|
+
return oText;
|
|
154
|
+
};
|
|
121
155
|
|
|
122
|
-
|
|
156
|
+
/**
|
|
157
|
+
* Updates the text of the invisible card badge text.
|
|
158
|
+
*/
|
|
159
|
+
this._updateInvisibleCardBadgeText = function () {
|
|
160
|
+
this._getInvisibleCardBadgeText()?.setText(this._getCardBadgeAccessibilityText());
|
|
123
161
|
};
|
|
124
162
|
|
|
125
163
|
/**
|
|
@@ -130,7 +168,7 @@ function(CardBadgeCustomData, BadgeCustomData, ObjectStatus, InvisibleText, Lib,
|
|
|
130
168
|
const _oRb = Lib.getResourceBundleFor("sap.f");
|
|
131
169
|
|
|
132
170
|
let sCardBadgeAccText = "";
|
|
133
|
-
this._getCardBadges()
|
|
171
|
+
this._getCardBadges()?.forEach((oCardBadge) => {
|
|
134
172
|
if (oCardBadge.getVisible() && oCardBadge.getStateAnnouncementText()) {
|
|
135
173
|
sCardBadgeAccText += " " + oCardBadge.getStateAnnouncementText();
|
|
136
174
|
} else if (oCardBadge.getVisible()) {
|
|
@@ -149,32 +187,34 @@ function(CardBadgeCustomData, BadgeCustomData, ObjectStatus, InvisibleText, Lib,
|
|
|
149
187
|
this._getCardBadgeCustomData().forEach((oData) => {
|
|
150
188
|
if (oData instanceof BadgeCustomData) {
|
|
151
189
|
oData.setVisible(false);
|
|
152
|
-
} else if (oData instanceof CardBadgeCustomData && oData.getVisibilityMode()
|
|
190
|
+
} else if (oData instanceof CardBadgeCustomData && oData.getVisibilityMode() === CardBadgeVisibilityMode.Disappear) {
|
|
153
191
|
oData.setVisible(false);
|
|
154
192
|
}
|
|
155
193
|
});
|
|
156
194
|
};
|
|
157
195
|
|
|
158
196
|
this._updateBadgeProperty = function (sId, sPropertyName, sValue) {
|
|
159
|
-
|
|
160
|
-
|
|
197
|
+
const oCardBadge = this._getCardBadgeElement(sId);
|
|
198
|
+
oCardBadge?.setProperty(sPropertyName, sValue);
|
|
161
199
|
|
|
162
|
-
this.
|
|
200
|
+
this._updateInvisibleCardBadgeText();
|
|
163
201
|
|
|
164
202
|
return this;
|
|
165
203
|
};
|
|
166
204
|
|
|
205
|
+
this._isBadgeCustomData = function (oData) {
|
|
206
|
+
return oData instanceof CardBadgeCustomData || oData instanceof BadgeCustomData;
|
|
207
|
+
};
|
|
208
|
+
|
|
167
209
|
/* =========================================================== */
|
|
168
210
|
/* begin: functions needed to support BadgeCustomData */
|
|
169
211
|
/* =========================================================== */
|
|
170
212
|
|
|
171
213
|
this.updateBadgeVisibility = function (bVisible) {
|
|
172
|
-
|
|
173
214
|
this._updateBadgeProperty(this.getBadgeCustomData().getId(), "visible", bVisible);
|
|
174
215
|
};
|
|
175
216
|
|
|
176
217
|
this.updateBadgeValue = function(sValue) {
|
|
177
|
-
|
|
178
218
|
this._updateBadgeProperty(this.getBadgeCustomData().getId(), "text", sValue);
|
|
179
219
|
};
|
|
180
220
|
|
package/src/sap/f/library.js
CHANGED
|
@@ -39,14 +39,14 @@ sap.ui.define([
|
|
|
39
39
|
* @namespace
|
|
40
40
|
* @alias sap.f
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
42
|
+
* @version 1.130.0
|
|
43
43
|
* @since 1.44
|
|
44
44
|
* @public
|
|
45
45
|
*/
|
|
46
46
|
var thisLib = Library.init({
|
|
47
47
|
apiVersion: 2,
|
|
48
48
|
name : "sap.f",
|
|
49
|
-
version: "1.
|
|
49
|
+
version: "1.130.0",
|
|
50
50
|
dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
|
|
51
51
|
designtime: "sap/f/designtime/library.designtime",
|
|
52
52
|
interfaces: [
|
|
@@ -63,6 +63,7 @@ sap.ui.define([
|
|
|
63
63
|
"sap.f.AvatarType",
|
|
64
64
|
"sap.f.AvatarColor",
|
|
65
65
|
"sap.f.AvatarGroupType",
|
|
66
|
+
"sap.f.CardBadgeVisibilityMode",
|
|
66
67
|
"sap.f.cards.HeaderPosition",
|
|
67
68
|
"sap.f.cards.NumericHeaderSideIndicatorsAlignment",
|
|
68
69
|
"sap.f.DynamicPageTitleArea",
|