@openui5/sap.uxap 1.136.1 → 1.136.2
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 +5 -5
- package/src/sap/uxap/.library +1 -1
- 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/ObjectPageSubSection.js +20 -3
- 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/changeHandler/UnstashObjectPageSection.js +1 -1
- package/src/sap/uxap/i18n/interaction_ar.xml +8 -0
- package/src/sap/uxap/i18n/interaction_bg.xml +8 -0
- package/src/sap/uxap/i18n/interaction_ca.xml +8 -0
- package/src/sap/uxap/i18n/interaction_cnr.xml +8 -0
- package/src/sap/uxap/i18n/interaction_cs.xml +8 -0
- package/src/sap/uxap/i18n/interaction_cy.xml +8 -0
- package/src/sap/uxap/i18n/interaction_da.xml +8 -0
- package/src/sap/uxap/i18n/interaction_de.xml +8 -0
- package/src/sap/uxap/i18n/interaction_el.xml +8 -0
- package/src/sap/uxap/i18n/interaction_en.xml +8 -0
- package/src/sap/uxap/i18n/interaction_en_GB.xml +8 -0
- package/src/sap/uxap/i18n/interaction_en_US_saprigi.xml +8 -0
- package/src/sap/uxap/i18n/interaction_es.xml +8 -0
- package/src/sap/uxap/i18n/interaction_es_MX.xml +8 -0
- package/src/sap/uxap/i18n/interaction_et.xml +8 -0
- package/src/sap/uxap/i18n/interaction_fi.xml +8 -0
- package/src/sap/uxap/i18n/interaction_fr.xml +8 -0
- package/src/sap/uxap/i18n/interaction_fr_CA.xml +8 -0
- package/src/sap/uxap/i18n/interaction_hi.xml +8 -0
- package/src/sap/uxap/i18n/interaction_hr.xml +8 -0
- package/src/sap/uxap/i18n/interaction_hu.xml +8 -0
- package/src/sap/uxap/i18n/interaction_id.xml +8 -0
- package/src/sap/uxap/i18n/interaction_it.xml +8 -0
- package/src/sap/uxap/i18n/interaction_iw.xml +8 -0
- package/src/sap/uxap/i18n/interaction_ja.xml +8 -0
- package/src/sap/uxap/i18n/interaction_kk.xml +8 -0
- package/src/sap/uxap/i18n/interaction_ko.xml +8 -0
- package/src/sap/uxap/i18n/interaction_lt.xml +8 -0
- package/src/sap/uxap/i18n/interaction_lv.xml +8 -0
- package/src/sap/uxap/i18n/interaction_mk.xml +8 -0
- package/src/sap/uxap/i18n/interaction_ms.xml +8 -0
- package/src/sap/uxap/i18n/interaction_nl.xml +8 -0
- package/src/sap/uxap/i18n/interaction_no.xml +8 -0
- package/src/sap/uxap/i18n/interaction_pl.xml +8 -0
- package/src/sap/uxap/i18n/interaction_pt.xml +8 -0
- package/src/sap/uxap/i18n/interaction_pt_PT.xml +8 -0
- package/src/sap/uxap/i18n/interaction_ro.xml +8 -0
- package/src/sap/uxap/i18n/interaction_ru.xml +8 -0
- package/src/sap/uxap/i18n/interaction_sh.xml +8 -0
- package/src/sap/uxap/i18n/interaction_sk.xml +8 -0
- package/src/sap/uxap/i18n/interaction_sl.xml +8 -0
- package/src/sap/uxap/i18n/interaction_sr.xml +8 -0
- package/src/sap/uxap/i18n/interaction_sv.xml +8 -0
- package/src/sap/uxap/i18n/interaction_th.xml +8 -0
- package/src/sap/uxap/i18n/interaction_tr.xml +8 -0
- package/src/sap/uxap/i18n/interaction_uk.xml +8 -0
- package/src/sap/uxap/i18n/interaction_vi.xml +8 -0
- package/src/sap/uxap/i18n/interaction_zh_CN.xml +8 -0
- package/src/sap/uxap/i18n/interaction_zh_TW.xml +8 -0
- package/src/sap/uxap/library.js +2 -2
package/THIRDPARTY.txt
CHANGED
|
@@ -462,7 +462,7 @@ License: Apache-2.0
|
|
|
462
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
464
|
|
|
465
|
-
Component: SAP Theming Base Content, version: 11.
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.31.0
|
|
466
466
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
467
|
License: Apache-2.0
|
|
468
468
|
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.uxap",
|
|
3
|
-
"version": "1.136.
|
|
3
|
+
"version": "1.136.2",
|
|
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.136.
|
|
18
|
-
"@openui5/sap.m": "1.136.
|
|
19
|
-
"@openui5/sap.ui.core": "1.136.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.136.
|
|
17
|
+
"@openui5/sap.f": "1.136.2",
|
|
18
|
+
"@openui5/sap.m": "1.136.2",
|
|
19
|
+
"@openui5/sap.ui.core": "1.136.2",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.136.2"
|
|
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.136.
|
|
6
|
+
<version>1.136.2</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
8
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
@@ -675,7 +675,7 @@ sap.ui.define([
|
|
|
675
675
|
bHasTitle;
|
|
676
676
|
|
|
677
677
|
if (sChangeName === "visible") { // change of the actions elements` visibility
|
|
678
|
-
bHasTitle = this.
|
|
678
|
+
bHasTitle = this._isTitleVisible();
|
|
679
679
|
if (!bHasTitle) {
|
|
680
680
|
this.$("header").toggleClass("sapUiHidden", !this._hasVisibleActions());
|
|
681
681
|
}
|
|
@@ -832,7 +832,14 @@ sap.ui.define([
|
|
|
832
832
|
});
|
|
833
833
|
};
|
|
834
834
|
|
|
835
|
-
ObjectPageSubSection.prototype.clone = function () {
|
|
835
|
+
ObjectPageSubSection.prototype.clone = function (sIdSuffix, aLocalIds, oOptions) {
|
|
836
|
+
var oClone,
|
|
837
|
+
bCloneChildren = true;
|
|
838
|
+
|
|
839
|
+
if (oOptions) {
|
|
840
|
+
bCloneChildren = !!oOptions.cloneChildren;
|
|
841
|
+
}
|
|
842
|
+
|
|
836
843
|
Object.keys(this._aAggregationProxy).forEach(function (sAggregationName){
|
|
837
844
|
var oAggregation = this.mAggregations[sAggregationName];
|
|
838
845
|
|
|
@@ -841,7 +848,17 @@ sap.ui.define([
|
|
|
841
848
|
}
|
|
842
849
|
|
|
843
850
|
}, this);
|
|
844
|
-
|
|
851
|
+
|
|
852
|
+
oClone = ObjectPageSectionBase.prototype.clone.apply(this, arguments);
|
|
853
|
+
if (!this.isBound("actions") && bCloneChildren) {
|
|
854
|
+
var oAggregation = this.getMetadata().getAggregation("actions");
|
|
855
|
+
|
|
856
|
+
oAggregation.get(this).forEach(function(oChild) {
|
|
857
|
+
oAggregation.add(oClone, oChild.clone());
|
|
858
|
+
}, this);
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
return oClone;
|
|
845
862
|
};
|
|
846
863
|
|
|
847
864
|
ObjectPageSubSection.prototype._cleanProxiedAggregations = function () {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>اختصارات عامة</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Глобални клавишни комбинации</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Dreceres globals</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globalne prečice</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globální zkratky</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Llwybrau Byr Cyffredinol</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globale genveje</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globale Tastaturkürzel</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Καθολικές Συντομεύσεις</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Global Shortcuts</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Global Shortcuts</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Global Shortcuts</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Accesos directos globales</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Accesos directos globales</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globaalsed otseteed</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Yleiset pikavalinnat</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Raccourcis globaux</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Raccourcis globaux</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>वैश्विक शॉर्टकट</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globalni prečaci</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globális billentyűparancsok</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Pintasan Global</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Scorciatoie globali</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>קיצורי דרך גלובליים</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>グローバルショートカット</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Ғаламдық жылдам пәрмендер</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>전역 바로가기</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Visuotinės nuorodos</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globālās saīsnes</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Глобални кратенки</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Pintasan Global</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globale snelkoppelingen</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globale snarveier</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Skróty globalne</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Atalhos globais</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Atalhos globais</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Shortcuturi globale</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Глобальные ярлыки</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globalne prečice</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globálne skratky</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globalne bližnjice</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Глобалне пречице</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Globala genvägar</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>ทางลัดส่วนกลาง</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Genel kısayollar</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Глобальні сполучення клавіш</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>Phím tắt toàn cục</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>全局快捷方式</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.uxap.ObjectPageLayout">
|
|
5
|
+
<defaultLabel>全域捷徑</defaultLabel>
|
|
6
|
+
</control>
|
|
7
|
+
</control-interactions>
|
|
8
|
+
</interaction-documentation>
|
package/src/sap/uxap/library.js
CHANGED
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @namespace
|
|
31
31
|
* @alias sap.uxap
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.136.
|
|
33
|
+
* @version 1.136.2
|
|
34
34
|
* @since 1.36
|
|
35
35
|
* @public
|
|
36
36
|
*/
|
|
@@ -74,7 +74,7 @@ sap.ui.define([
|
|
|
74
74
|
"sap.uxap.ObjectPageHeaderLayoutData",
|
|
75
75
|
"sap.uxap.ObjectPageLazyLoader"
|
|
76
76
|
],
|
|
77
|
-
version: "1.136.
|
|
77
|
+
version: "1.136.2",
|
|
78
78
|
...{
|
|
79
79
|
interactionDocumentation: true
|
|
80
80
|
},
|