@sapui5/sap.ushell_abap 1.96.33 → 1.96.35
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 +1 -1
- 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_saptrc.properties +23 -10
package/package.json
CHANGED
|
@@ -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.96.
|
|
5
|
+
<version>1.96.35</version>
|
|
6
6
|
<copyright>Copyright (c) 2009-2024 SAP SE. All rights reserved.</copyright>
|
|
7
7
|
<documentation>SAP library: sap.ushell_abap</documentation>
|
|
8
8
|
|
|
@@ -13,13 +13,13 @@ sap.ui.define([
|
|
|
13
13
|
* @namespace
|
|
14
14
|
* @name sap.ushell_abap
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.96.
|
|
16
|
+
* @version 1.96.35
|
|
17
17
|
* @private
|
|
18
18
|
* @ui5-restricted
|
|
19
19
|
*/
|
|
20
20
|
sap.ui.getCore().initLibrary({
|
|
21
21
|
name: "sap.ushell_abap",
|
|
22
|
-
version: "1.96.
|
|
22
|
+
version: "1.96.35",
|
|
23
23
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
24
24
|
noLibraryCSS: true,
|
|
25
25
|
extensions: {
|
|
@@ -1,21 +1,34 @@
|
|
|
1
|
+
# Resource bundle of diagnostic plugin for UI adaptation at runtime
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
# @copyright@
|
|
2
5
|
|
|
3
|
-
|
|
6
|
+
# XTIT: Title of diagnostic plugin
|
|
7
|
+
BACKEND_INFRASTRUCTURE=xlNE8nq+6jlzXvgrDmaErg_Back-End Infrastructure
|
|
4
8
|
|
|
5
|
-
|
|
9
|
+
# XFLD: Label for SAP NetWeaver system ID
|
|
10
|
+
SYSTEM_ID=KNKCXSIVhS6+fnKw21InJA_System ID
|
|
6
11
|
|
|
7
|
-
|
|
12
|
+
# XFLD: Label for SAP NetWeaver client
|
|
13
|
+
CLIENT=moqAKK0s9ZWoLi+WKomDSg_Client
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
# XFLD: Label for SAP NetWeaver release information
|
|
16
|
+
SAP_NETWEAVER_RELEASE=1j49f1VHYMmRGRVWilPCww_SAP NetWeaver Release
|
|
10
17
|
|
|
11
|
-
|
|
18
|
+
# XFLD: Label for software component containing SAP user interface technology
|
|
19
|
+
SAP_UI_SOFTWARE_COMPONENT=M2hpPcPoh5KbUJodCxVMQA_SAP UI Software Component
|
|
12
20
|
|
|
13
|
-
|
|
21
|
+
# XFLD: Label for version information
|
|
22
|
+
VERSION=4hBLMlEWzyVu144Bav2Ejg_Version
|
|
14
23
|
|
|
15
|
-
|
|
24
|
+
# XFLD: Label for support package level
|
|
25
|
+
SUPPORT_PACKAGE_LEVEL=M5M/yG4U95vBiW1DyZN5QA_Support Package Level
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
# XMSG: Error message
|
|
28
|
+
ERROR_UNABLE_TO_RETRIEVE_INFORMATION_FROM_BACKEND=r/F7GOcfMNNtBgiDjRNELA_Sorry, cannot retrieve information from the SAP NetWeaver Application Server for ABAP back end.
|
|
18
29
|
|
|
19
|
-
|
|
30
|
+
# XMSG: Error message
|
|
31
|
+
ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=6pRoeegYuSjVhnBsgeFAww_Sorry, response from the SAP NetWeaver Application Server for ABAP back end not properly formatted.
|
|
20
32
|
|
|
21
|
-
|
|
33
|
+
# XTXT: Text indicating details are following
|
|
34
|
+
DETAILS_BELOW=MHrXAkLYCDyNAbM3cbKzRw_Details below ...
|