@openui5/sap.uxap 1.84.23 → 1.84.26
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/LICENSE.txt +1 -1
- package/package.json +5 -5
- package/src/sap/uxap/.library +1 -1
- package/src/sap/uxap/AnchorBar.js +2 -4
- package/src/sap/uxap/AnchorBarRenderer.js +1 -6
- package/src/sap/uxap/BlockBaseMetadata.js +1 -1
- package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +1 -1
- package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +1 -1
- package/src/sap/uxap/ObjectPageLazyLoader.js +1 -1
- package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +1 -1
- package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +1 -1
- package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +1 -1
- package/src/sap/uxap/library.js +1 -1
package/LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.26",
|
|
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.26",
|
|
18
|
+
"@openui5/sap.m": "1.84.26",
|
|
19
|
+
"@openui5/sap.ui.core": "1.84.26",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.84.26"
|
|
21
21
|
}
|
|
22
22
|
}
|
package/src/sap/uxap/.library
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.uxap</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
|
-
<version>1.84.
|
|
6
|
+
<version>1.84.26</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
8
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
@@ -521,7 +521,7 @@ sap.ui.define([
|
|
|
521
521
|
AnchorBar.prototype._applyHierarchicalSelectMode = function () {
|
|
522
522
|
|
|
523
523
|
if (this._sHierarchicalSelectMode === AnchorBarRenderer._AnchorBarHierarchicalSelectMode.Icon) {
|
|
524
|
-
this.
|
|
524
|
+
this.$().find(".sapUxAPAnchorBarScrollContainer").show();
|
|
525
525
|
|
|
526
526
|
this._oSelect.setWidth("auto");
|
|
527
527
|
this._oSelect.setAutoAdjustWidth(true);
|
|
@@ -529,7 +529,7 @@ sap.ui.define([
|
|
|
529
529
|
this._computeBarSectionsInfo();
|
|
530
530
|
|
|
531
531
|
} else {
|
|
532
|
-
this.
|
|
532
|
+
this.$().find(".sapUxAPAnchorBarScrollContainer").hide();
|
|
533
533
|
|
|
534
534
|
this._oSelect.setWidth("100%");
|
|
535
535
|
this._oSelect.setAutoAdjustWidth(false);
|
|
@@ -537,8 +537,6 @@ sap.ui.define([
|
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
this.$().toggleClass("sapUxAPAnchorBarOverflow", this._sHierarchicalSelectMode === AnchorBarRenderer._AnchorBarHierarchicalSelectMode.Icon);
|
|
540
|
-
|
|
541
|
-
this.invalidate();
|
|
542
540
|
};
|
|
543
541
|
|
|
544
542
|
AnchorBar.prototype._adjustSize = function (oEvent) {
|
|
@@ -27,9 +27,6 @@ sap.ui.define(["sap/m/ToolbarRenderer", "sap/ui/core/Renderer", "sap/m/BarInPage
|
|
|
27
27
|
rm.renderControl(oToolbar._getScrollArrowLeft());
|
|
28
28
|
|
|
29
29
|
rm.openStart("div", oToolbar.getId() + "-scrollContainer");
|
|
30
|
-
if (oToolbar._bHideScrollContainer) {
|
|
31
|
-
rm.style("display", "none");
|
|
32
|
-
}
|
|
33
30
|
// ARIA attributes
|
|
34
31
|
rm.class("sapUxAPAnchorBarScrollContainer")
|
|
35
32
|
.openEnd();
|
|
@@ -40,9 +37,7 @@ sap.ui.define(["sap/m/ToolbarRenderer", "sap/ui/core/Renderer", "sap/m/BarInPage
|
|
|
40
37
|
.attr("aria-label", sap.ui.getCore().getLibraryResourceBundle("sap.uxap").getText("ANCHOR_BAR_ARIA_LABEL"))
|
|
41
38
|
.openEnd();
|
|
42
39
|
|
|
43
|
-
|
|
44
|
-
AnchorBarRenderer.renderBarItems(rm, oToolbar);
|
|
45
|
-
}
|
|
40
|
+
AnchorBarRenderer.renderBarItems(rm, oToolbar);
|
|
46
41
|
|
|
47
42
|
rm.close("div");
|
|
48
43
|
|
package/src/sap/uxap/library.js
CHANGED