@openui5/sap.uxap 1.84.31 → 1.84.32
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/package.json +5 -5
- package/src/sap/uxap/.library +2 -2
- package/src/sap/uxap/AnchorBar.js +1 -1
- package/src/sap/uxap/AnchorBarRenderer.js +1 -1
- package/src/sap/uxap/BlockBase.js +1 -1
- package/src/sap/uxap/BlockBaseMetadata.js +2 -2
- package/src/sap/uxap/BlockBaseRenderer.js +1 -1
- package/src/sap/uxap/BreadCrumbs.js +1 -1
- package/src/sap/uxap/BreadCrumbsRenderer.js +1 -1
- package/src/sap/uxap/HierarchicalSelect.js +1 -1
- package/src/sap/uxap/HierarchicalSelectRenderer.js +1 -1
- package/src/sap/uxap/LazyLoading.js +1 -1
- package/src/sap/uxap/ModelMapping.js +1 -1
- package/src/sap/uxap/ObjectImageHelper.js +1 -1
- package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +2 -2
- package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +2 -2
- package/src/sap/uxap/ObjectPageDynamicHeaderContentRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +2 -2
- package/src/sap/uxap/ObjectPageDynamicHeaderTitleRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageHeader.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderActionButton.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderActionButtonRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderContent.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderContentRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderLayoutData.js +2 -2
- package/src/sap/uxap/ObjectPageHeaderRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageLayout.js +1 -1
- package/src/sap/uxap/ObjectPageLayoutABHelper.js +1 -1
- package/src/sap/uxap/ObjectPageLayoutRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageLazyLoader.js +2 -2
- package/src/sap/uxap/ObjectPageSection.js +5 -1
- package/src/sap/uxap/ObjectPageSectionBase.js +47 -18
- package/src/sap/uxap/ObjectPageSectionRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageSubSection.js +21 -1
- package/src/sap/uxap/ObjectPageSubSectionRenderer.js +1 -1
- package/src/sap/uxap/ThrottledTaskHelper.js +1 -1
- package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +2 -2
- package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +2 -2
- package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +2 -2
- package/src/sap/uxap/component/Component.js +1 -1
- package/src/sap/uxap/component/ObjectPageComponentContainer.js +1 -1
- package/src/sap/uxap/component/ObjectPageLayoutUXDrivenFactory.controller.js +1 -1
- package/src/sap/uxap/designtime/BlockBase.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageHeader.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageHeaderActionButton.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageLayout.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageSection.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageSubSection.designtime.js +1 -1
- package/src/sap/uxap/designtime/library.designtime.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageDynamicHeaderTitle.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageHeader.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageHeaderActionButton.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageLayout.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageSection.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageSubSection.flexibility.js +1 -1
- package/src/sap/uxap/library.js +2 -2
- package/src/sap/uxap/library.support.js +1 -1
- package/src/sap/uxap/messagebundle.properties +2 -2
- package/src/sap/uxap/messagebundle_ar.properties +1 -3
- package/src/sap/uxap/messagebundle_bg.properties +1 -3
- package/src/sap/uxap/messagebundle_ca.properties +1 -3
- package/src/sap/uxap/messagebundle_cs.properties +1 -3
- package/src/sap/uxap/messagebundle_cy.properties +1 -3
- package/src/sap/uxap/messagebundle_da.properties +1 -3
- package/src/sap/uxap/messagebundle_de.properties +1 -3
- package/src/sap/uxap/messagebundle_el.properties +1 -3
- package/src/sap/uxap/messagebundle_en.properties +3 -5
- package/src/sap/uxap/messagebundle_en_GB.properties +1 -3
- package/src/sap/uxap/messagebundle_en_US_saprigi.properties +3 -5
- package/src/sap/uxap/messagebundle_es.properties +1 -3
- package/src/sap/uxap/messagebundle_es_MX.properties +1 -3
- package/src/sap/uxap/messagebundle_et.properties +1 -3
- package/src/sap/uxap/messagebundle_fi.properties +1 -3
- package/src/sap/uxap/messagebundle_fr.properties +1 -3
- package/src/sap/uxap/messagebundle_fr_CA.properties +1 -3
- package/src/sap/uxap/messagebundle_hi.properties +1 -3
- package/src/sap/uxap/messagebundle_hr.properties +1 -3
- package/src/sap/uxap/messagebundle_hu.properties +1 -3
- package/src/sap/uxap/messagebundle_id.properties +1 -3
- package/src/sap/uxap/messagebundle_it.properties +1 -3
- package/src/sap/uxap/messagebundle_iw.properties +1 -3
- package/src/sap/uxap/messagebundle_ja.properties +1 -3
- package/src/sap/uxap/messagebundle_kk.properties +1 -3
- package/src/sap/uxap/messagebundle_ko.properties +1 -3
- package/src/sap/uxap/messagebundle_lt.properties +1 -3
- package/src/sap/uxap/messagebundle_lv.properties +1 -3
- package/src/sap/uxap/messagebundle_ms.properties +1 -3
- package/src/sap/uxap/messagebundle_nl.properties +1 -3
- package/src/sap/uxap/messagebundle_no.properties +1 -3
- package/src/sap/uxap/messagebundle_pl.properties +1 -3
- package/src/sap/uxap/messagebundle_pt.properties +1 -3
- package/src/sap/uxap/messagebundle_pt_PT.properties +1 -3
- package/src/sap/uxap/messagebundle_ro.properties +1 -3
- package/src/sap/uxap/messagebundle_ru.properties +1 -3
- package/src/sap/uxap/messagebundle_sh.properties +1 -3
- package/src/sap/uxap/messagebundle_sk.properties +1 -3
- package/src/sap/uxap/messagebundle_sl.properties +1 -3
- package/src/sap/uxap/messagebundle_sv.properties +1 -3
- package/src/sap/uxap/messagebundle_th.properties +1 -3
- package/src/sap/uxap/messagebundle_tr.properties +1 -3
- package/src/sap/uxap/messagebundle_uk.properties +1 -3
- package/src/sap/uxap/messagebundle_vi.properties +1 -3
- package/src/sap/uxap/messagebundle_zh_CN.properties +1 -3
- package/src/sap/uxap/messagebundle_zh_TW.properties +1 -3
- package/src/sap/uxap/rules/ObjectPageLayout.support.js +1 -1
- package/src/sap/uxap/themes/base/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_hcb/library.source.less +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.32",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.uxap",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.84.
|
|
18
|
-
"@openui5/sap.m": "1.84.
|
|
19
|
-
"@openui5/sap.ui.core": "1.84.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.84.
|
|
17
|
+
"@openui5/sap.f": "1.84.32",
|
|
18
|
+
"@openui5/sap.m": "1.84.32",
|
|
19
|
+
"@openui5/sap.ui.core": "1.84.32",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.84.32"
|
|
21
21
|
}
|
|
22
22
|
}
|
package/src/sap/uxap/.library
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.uxap</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
|
-
<version>1.84.
|
|
6
|
+
<version>1.84.32</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
|
-
* (c) Copyright 2009-
|
|
8
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UxAP</documentation>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @class
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.32
|
|
25
25
|
* @since 1.26
|
|
26
26
|
* @alias sap.uxap.BlockBaseMetadata
|
|
27
27
|
* @extends sap.ui.core.ElementMetadata
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.84.
|
|
25
|
+
* @version 1.84.32
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @implements sap.uxap.IHeaderContent
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.84.
|
|
52
|
+
* @version 1.84.32
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @implements sap.uxap.IHeaderTitle
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.84.
|
|
52
|
+
* @version 1.84.32
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -71,7 +71,7 @@ sap.ui.define(["sap/ui/core/LayoutData", "./library"], function (LayoutData, lib
|
|
|
71
71
|
|
|
72
72
|
/*!
|
|
73
73
|
* OpenUI5
|
|
74
|
-
* (c) Copyright 2009-
|
|
74
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
75
75
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
76
76
|
*/
|
|
77
77
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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.Element
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.84.
|
|
40
|
+
* @version 1.84.32
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -134,6 +134,10 @@ sap.ui.define([
|
|
|
134
134
|
|
|
135
135
|
ObjectPageSection.prototype.exit = function () {
|
|
136
136
|
this._detachMediaContainerWidthChange(this._updateImportance, this);
|
|
137
|
+
|
|
138
|
+
if (ObjectPageSectionBase.prototype.exit) {
|
|
139
|
+
ObjectPageSectionBase.prototype.exit.call(this);
|
|
140
|
+
}
|
|
137
141
|
};
|
|
138
142
|
|
|
139
143
|
ObjectPageSection.prototype._getImportanceLevelToHide = function (oCurrentMedia) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -133,10 +133,18 @@ sap.ui.define([
|
|
|
133
133
|
ObjectPageSectionBase.prototype.onBeforeRendering = function () {
|
|
134
134
|
var sAriaLabeledBy = "ariaLabelledBy";
|
|
135
135
|
|
|
136
|
-
this.setInvisibleTextLabelValue(this._getTitle());
|
|
137
|
-
|
|
138
136
|
if (!this.getAggregation(sAriaLabeledBy)) {
|
|
139
137
|
this.setAggregation(sAriaLabeledBy, this._getAriaLabelledBy(), true); // this is called onBeforeRendering, so suppress invalidate
|
|
138
|
+
} else {
|
|
139
|
+
this.updateInvisibleTextLabelValue();
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
ObjectPageSectionBase.prototype.exit = function () {
|
|
145
|
+
if (this._oInvisibleText) {
|
|
146
|
+
this._oInvisibleText.destroy();
|
|
147
|
+
this._oInvisibleText = null;
|
|
140
148
|
}
|
|
141
149
|
};
|
|
142
150
|
|
|
@@ -163,18 +171,15 @@ sap.ui.define([
|
|
|
163
171
|
};
|
|
164
172
|
|
|
165
173
|
/**
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
* To be overwritten by the specific control method.
|
|
174
|
+
* Performs the update of the invisible text label.
|
|
175
|
+
* This method is called for example when the section title is changed.
|
|
169
176
|
*
|
|
170
177
|
* @return {sap.uxap.ObjectPageSectionBase} this for chaining
|
|
171
178
|
* @protected
|
|
172
179
|
*/
|
|
173
|
-
ObjectPageSectionBase.prototype.
|
|
180
|
+
ObjectPageSectionBase.prototype.updateInvisibleTextLabelValue = function () {
|
|
174
181
|
var oAriaLabelledBy = this.getAggregation("ariaLabelledBy"),
|
|
175
|
-
sLabel =
|
|
176
|
-
|
|
177
|
-
sLabel = sValue || this.getSectionText();
|
|
182
|
+
sLabel = this._getAriaLabelledByText();
|
|
178
183
|
|
|
179
184
|
if (oAriaLabelledBy) {
|
|
180
185
|
sap.ui.getCore().byId(oAriaLabelledBy.getId()).setText(sLabel);
|
|
@@ -184,22 +189,46 @@ sap.ui.define([
|
|
|
184
189
|
};
|
|
185
190
|
|
|
186
191
|
/**
|
|
187
|
-
*
|
|
192
|
+
* Returns the invisible text control for the ariaLabelledBy aggregation.
|
|
188
193
|
* @private
|
|
189
194
|
* @returns {*} sap.ui.core.InvisibleText
|
|
190
195
|
*/
|
|
191
196
|
ObjectPageSectionBase.prototype._getAriaLabelledBy = function () {
|
|
197
|
+
var sLabel = this._getAriaLabelledByText();
|
|
198
|
+
return this._getInvisibleText().setText(sLabel);
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Returns the label string for the section.
|
|
203
|
+
* @private
|
|
204
|
+
* @returns {string} aria-labeled by text
|
|
205
|
+
*/
|
|
206
|
+
ObjectPageSectionBase.prototype._getAriaLabelledByText = function () {
|
|
192
207
|
// Each section should be labelled as:
|
|
193
208
|
// 'titleName' - if the section has a title
|
|
194
|
-
// 'Section' - if it does not have a title
|
|
209
|
+
// 'Section' - if it does not have a title or its hidden (for example, showTitle=false)
|
|
210
|
+
var sTitle = this._getShouldLabelTitle() && this._getTitle();
|
|
211
|
+
return sTitle || this.getSectionText();
|
|
212
|
+
};
|
|
195
213
|
|
|
196
|
-
|
|
214
|
+
ObjectPageSectionBase.prototype._getInvisibleText = function () {
|
|
215
|
+
if (!this._oInvisibleText) {
|
|
216
|
+
this._oInvisibleText = new InvisibleText();
|
|
217
|
+
this._oInvisibleText.toStatic();
|
|
218
|
+
}
|
|
197
219
|
|
|
198
|
-
|
|
220
|
+
return this._oInvisibleText;
|
|
221
|
+
};
|
|
199
222
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
223
|
+
/**
|
|
224
|
+
* Returns a boolean value indicating whether the title should be added to the section's aria label.
|
|
225
|
+
* Aware of whether the subsection is promoted or not.
|
|
226
|
+
*
|
|
227
|
+
* @returns {boolean} true if title should be part of the label
|
|
228
|
+
* @private
|
|
229
|
+
*/
|
|
230
|
+
ObjectPageSectionBase.prototype._getShouldLabelTitle = function () {
|
|
231
|
+
return this.getShowTitle ? this.getShowTitle() : true;
|
|
203
232
|
};
|
|
204
233
|
|
|
205
234
|
/**
|
|
@@ -379,7 +408,7 @@ sap.ui.define([
|
|
|
379
408
|
this.setProperty("title", sValue, bSuppressInvalidate);
|
|
380
409
|
this._notifyObjectPageLayout();
|
|
381
410
|
|
|
382
|
-
this.
|
|
411
|
+
this.updateInvisibleTextLabelValue();
|
|
383
412
|
|
|
384
413
|
return this;
|
|
385
414
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -262,6 +262,26 @@ sap.ui.define([
|
|
|
262
262
|
return ObjectPageSubSection._getLibraryResourceBundle().getText("SUBSECTION_CONTROL_NAME");
|
|
263
263
|
};
|
|
264
264
|
|
|
265
|
+
/**
|
|
266
|
+
* @override
|
|
267
|
+
* @private
|
|
268
|
+
*/
|
|
269
|
+
ObjectPageSubSection.prototype._getShouldLabelTitle = function () {
|
|
270
|
+
if (this._getUseTitleOnTheLeft()) {
|
|
271
|
+
// in case layout is "TitleOnTheLeft", the title of promoted section
|
|
272
|
+
// is visible and should be labeled if showTitle is true
|
|
273
|
+
return this.getShowTitle();
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
if (this._sBorrowedTitleDomId) {
|
|
277
|
+
// in case section is promoted the title is not displayed
|
|
278
|
+
// on the subsection level - we don't need to include it in the aria label
|
|
279
|
+
return false;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
return this.getShowTitle();
|
|
283
|
+
};
|
|
284
|
+
|
|
265
285
|
/**
|
|
266
286
|
* Returns Title DOM ID of the Title of this SubSection
|
|
267
287
|
* @returns {string|boolean} DOM ID
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @constructor
|
|
26
26
|
* @alias sap.uxap.changeHandler.AddIFrameObjectPageLayout
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.84.
|
|
28
|
+
* @version 1.84.32
|
|
29
29
|
* @since 1.75
|
|
30
30
|
* @experimental Since 1.75
|
|
31
31
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/changeHandler/MoveControls", "sap/ui/core/Core", "sap/
|
|
|
13
13
|
* @constructor
|
|
14
14
|
* @alias sap.uxap.changeHandler.MoveObjectPageSection
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.84.
|
|
16
|
+
* @version 1.84.32
|
|
17
17
|
* @experimental Since 1.54
|
|
18
18
|
*/
|
|
19
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @constructor
|
|
22
22
|
* @alias sap.uxap.changeHandler.RenameObjectPageSection
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.32
|
|
25
25
|
* @experimental Since 1.50
|
|
26
26
|
*/
|
|
27
27
|
|