@sapui5/sap.ushell_abap 1.108.54 → 1.108.56
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 +12 -3
- package/src/main/js/sap/ushell_abap/.library +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/hana/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.configure.ushell.js +1 -1
- package/src/main/js/sap/ushell_abap/library.js +2 -2
- package/src/main/js/sap/ushell_abap/support/plugins/app-infra/i18n/AppInfraOnSapNetWeaverSupportPlugin_en_US_sappsd.properties +1 -1
- package/src/main/js/sap/ushell_abap/support/plugins/app-infra/i18n/AppInfraOnSapNetWeaverSupportPlugin_en_US_saptrc.properties +10 -10
package/package.json
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapui5/sap.ushell_abap",
|
|
3
|
-
"version": "1.108.
|
|
3
|
+
"version": "1.108.56",
|
|
4
4
|
"description": "SAPUI5 Library sap.ushell_abap",
|
|
5
|
+
"author": "SAP SE (https://www.sap.com)",
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
7
|
"homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
|
|
6
8
|
"keywords": [
|
|
7
9
|
"sapui5",
|
|
8
10
|
"ui5"
|
|
9
11
|
],
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
+
"scripts": {
|
|
13
|
+
"build": "cross-env-shell ui5 build --exclude-task=generateLibraryPreload --framework-version $npm_package_version",
|
|
14
|
+
"build-all": "cross-env-shell ui5 build --all --framework-version $npm_package_version",
|
|
15
|
+
"build-themes": "cross-env-shell ui5 build --exclude-task=* --include-task=buildThemes --framework-version $npm_package_version"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@ui5/cli": "^3.11.13",
|
|
19
|
+
"cross-env": "^7.0.3"
|
|
20
|
+
}
|
|
12
21
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<library xmlns="http://www.sap.com/sap.ui.library.xsd">
|
|
3
3
|
<name>sap.ushell_abap</name>
|
|
4
4
|
<vendor>SAP SE</vendor>
|
|
5
|
-
<version>1.108.
|
|
5
|
+
<version>1.108.56</version>
|
|
6
6
|
<copyright>Copyright (c) 2009-2022 SAP SE, All Rights Reserved</copyright>
|
|
7
7
|
<documentation>SAP library: sap.ushell_abap</documentation>
|
|
8
8
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Container header properties transported via pseudo-items are mapped to the
|
|
8
8
|
* respective header properties in setItem/getItem/delItem
|
|
9
9
|
*
|
|
10
|
-
* @version 1.108.
|
|
10
|
+
* @version 1.108.56
|
|
11
11
|
*/
|
|
12
12
|
sap.ui.define([
|
|
13
13
|
"sap/ushell_abap/adapters/abap/AdapterContainer",
|
|
@@ -16,13 +16,13 @@ sap.ui.define([
|
|
|
16
16
|
* @namespace
|
|
17
17
|
* @name sap.ushell_abap
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.108.
|
|
19
|
+
* @version 1.108.56
|
|
20
20
|
* @private
|
|
21
21
|
* @ui5-restricted
|
|
22
22
|
*/
|
|
23
23
|
var ushellAbapLib = sap.ui.getCore().initLibrary({
|
|
24
24
|
name: "sap.ushell_abap",
|
|
25
|
-
version: "1.108.
|
|
25
|
+
version: "1.108.56",
|
|
26
26
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
27
27
|
noLibraryCSS: true,
|
|
28
28
|
extensions: {
|
|
@@ -16,6 +16,6 @@ SUPPORT_PACKAGE_LEVEL=[[[\u015C\u0171\u03C1\u03C1\u014F\u0157\u0163 \u01A4\u0105
|
|
|
16
16
|
|
|
17
17
|
ERROR_UNABLE_TO_RETRIEVE_INFORMATION_FROM_BACKEND=[[[\u015C\u014F\u0157\u0157\u0177, \u010B\u0105\u014B\u014B\u014F\u0163 \u0157\u0113\u0163\u0157\u012F\u0113\u028B\u0113 \u012F\u014B\u0192\u014F\u0157\u0271\u0105\u0163\u012F\u014F\u014B \u0192\u0157\u014F\u0271 \u0163\u0125\u0113 \u015C\u0100\u01A4 \u0143\u0113\u0163\u0174\u0113\u0105\u028B\u0113\u0157 \u0100\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B \u015C\u0113\u0157\u028B\u0113\u0157 \u0192\u014F\u0157 \u0100\u0181\u0100\u01A4 \u0183\u0105\u010B\u0137 \u0113\u014B\u018C.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
18
18
|
|
|
19
|
-
ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=[[[\u015C\u014F\u0157\u0157\u0177, \u0157\u0113\u015F\u03C1\u014F\u014B\u015F\u0113 \u0192\u0157\u014F\u0271 \u0163\u0125\u0113 \u015C\u0100\u01A4 \u0143\u0113\u0163\u0174\u0113\u0105\u028B\u0113\u0157 \u0100\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B \u015C\u0113\u0157\u028B\u0113\u0157 \u0192\u014F\u0157 \u0100\u0181\u0100\u01A4 \u0183\u0105\u010B\u0137 \u0113\u014B\u018C \u014B\u014F\u0163 \u03C1\u0157\u014F\u03C1\u0113\u0157\u013A\u0177 \u0192\u014F\u0157\u0271\u0105\u0163\u0163\u0113\u018C.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
19
|
+
ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=[[[\u015C\u014F\u0157\u0157\u0177, \u0163\u0125\u0113 \u0157\u0113\u015F\u03C1\u014F\u014B\u015F\u0113 \u0192\u0157\u014F\u0271 \u0163\u0125\u0113 \u015C\u0100\u01A4 \u0143\u0113\u0163\u0174\u0113\u0105\u028B\u0113\u0157 \u0100\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B \u015C\u0113\u0157\u028B\u0113\u0157 \u0192\u014F\u0157 \u0100\u0181\u0100\u01A4 \u0183\u0105\u010B\u0137 \u0113\u014B\u018C \u012F\u015F \u014B\u014F\u0163 \u03C1\u0157\u014F\u03C1\u0113\u0157\u013A\u0177 \u0192\u014F\u0157\u0271\u0105\u0163\u0163\u0113\u018C.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
20
20
|
|
|
21
21
|
DETAILS_BELOW=[[[\u010E\u0113\u0163\u0105\u012F\u013A\u015F \u0183\u0113\u013A\u014F\u0175 ...\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
BACKEND_INFRASTRUCTURE=
|
|
3
|
+
BACKEND_INFRASTRUCTURE=ydrTH2zx+0XbsIc646/EnQ_Back-End Infrastructure
|
|
4
4
|
|
|
5
|
-
SYSTEM_ID=
|
|
5
|
+
SYSTEM_ID=5hxh4d3nW3soovjEVtKFfg_System ID
|
|
6
6
|
|
|
7
|
-
CLIENT=
|
|
7
|
+
CLIENT=UPUKAJp2f2qsY2JmT1KD3A_Client
|
|
8
8
|
|
|
9
|
-
SAP_NETWEAVER_RELEASE=
|
|
9
|
+
SAP_NETWEAVER_RELEASE=WDueiZPnswnNykH+72FBsw_SAP NetWeaver Release
|
|
10
10
|
|
|
11
|
-
SAP_UI_SOFTWARE_COMPONENT=
|
|
11
|
+
SAP_UI_SOFTWARE_COMPONENT=3gHEBfBK2/ddrGe6SfvWyQ_SAP UI Software Component
|
|
12
12
|
|
|
13
|
-
VERSION=
|
|
13
|
+
VERSION=sQ0ghmFEWlBLmnd0B/U2fw_Version
|
|
14
14
|
|
|
15
|
-
SUPPORT_PACKAGE_LEVEL
|
|
15
|
+
SUPPORT_PACKAGE_LEVEL=upSeuNGKktURZqADl8rFLA_Support Package Level
|
|
16
16
|
|
|
17
|
-
ERROR_UNABLE_TO_RETRIEVE_INFORMATION_FROM_BACKEND=
|
|
17
|
+
ERROR_UNABLE_TO_RETRIEVE_INFORMATION_FROM_BACKEND=aSoCmrGmsY99zM+Aal3Xkg_Sorry, cannot retrieve information from the SAP NetWeaver Application Server for ABAP back end.
|
|
18
18
|
|
|
19
|
-
ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=
|
|
19
|
+
ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=Bx9JceTha1T/LiEW+iy/LQ_Sorry, the response from the SAP NetWeaver Application Server for ABAP back end is not properly formatted.
|
|
20
20
|
|
|
21
|
-
DETAILS_BELOW=
|
|
21
|
+
DETAILS_BELOW=k5nk5SbxegDVuRP0uINEDg_Details below ...
|