@sapui5/sap.ushell_abap 1.96.49 → 1.96.50

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.
Files changed (20) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell_abap/.library +1 -1
  3. package/src/main/js/sap/ushell_abap/adapters/abap/AppStateAdapter.js +1 -1
  4. package/src/main/js/sap/ushell_abap/adapters/abap/ClientSideTargetResolutionAdapter.js +1 -1
  5. package/src/main/js/sap/ushell_abap/adapters/abap/CommonDataModelAdapter.js +1 -1
  6. package/src/main/js/sap/ushell_abap/adapters/abap/ConfigurationDefaultsAdapter.js +1 -1
  7. package/src/main/js/sap/ushell_abap/adapters/abap/ContainerAdapter.js +1 -1
  8. package/src/main/js/sap/ushell_abap/adapters/abap/LaunchPageAdapter.js +1 -1
  9. package/src/main/js/sap/ushell_abap/adapters/abap/NavTargetResolutionAdapter.js +1 -1
  10. package/src/main/js/sap/ushell_abap/adapters/abap/PageBuildingAdapter.js +1 -1
  11. package/src/main/js/sap/ushell_abap/adapters/abap/PagePersistenceAdapter.js +1 -1
  12. package/src/main/js/sap/ushell_abap/adapters/abap/PersonalizationAdapter.js +1 -1
  13. package/src/main/js/sap/ushell_abap/adapters/abap/SearchAdapter.js +1 -1
  14. package/src/main/js/sap/ushell_abap/adapters/abap/SupportTicketAdapter.js +1 -1
  15. package/src/main/js/sap/ushell_abap/adapters/abap/Ui5ComponentLoaderAdapter.js +1 -1
  16. package/src/main/js/sap/ushell_abap/adapters/hana/ContainerAdapter.js +1 -1
  17. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.configure.ushell.js +1 -1
  18. package/src/main/js/sap/ushell_abap/library.js +2 -2
  19. package/src/main/js/sap/ushell_abap/support/plugins/app-infra/i18n/AppInfraOnSapNetWeaverSupportPlugin_en_US_sappsd.properties +1 -1
  20. package/src/main/js/sap/ushell_abap/support/plugins/app-infra/i18n/AppInfraOnSapNetWeaverSupportPlugin_en_US_saptrc.properties +10 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ushell_abap",
3
- "version": "1.96.49",
3
+ "version": "1.96.50",
4
4
  "description": "SAPUI5 Library sap.ushell_abap",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "keywords": [
@@ -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.49</version>
5
+ <version>1.96.50</version>
6
6
  <copyright>Copyright (c) 2009-2026 SAP SE. All rights reserved.</copyright>
7
7
  <documentation>SAP library: sap.ushell_abap</documentation>
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's AppStateAdapter for the ABAP platform.
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -9,7 +9,7 @@
9
9
  * <li>provide the resolveHashFragmentFallback function, a fallback method called by ClientSideTargetResolution service.</li>
10
10
  * </ul>
11
11
  *
12
- * @version 1.96.49
12
+ * @version 1.96.50
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/thirdparty/jquery",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell's CommonDataModelAdapter for the ABAP platform, it is used to avoid 404 when no adapter is found
4
4
  *
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  ], function () {
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The ConfigurationDefaults adapter for the ABAP platform.
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell_abap/bootstrap/evo/abap.constants",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell's container adapter for the ABAP platform.
4
4
  *
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/thirdparty/jquery",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building adapter for the ABAP platform.
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/thirdparty/URI",
@@ -8,7 +8,7 @@
8
8
  * service now calls the ClientSideTargetResolution service in the abap
9
9
  * platform.
10
10
  *
11
- * @version 1.96.49
11
+ * @version 1.96.50
12
12
  */
13
13
  sap.ui.define([], function () {
14
14
  "use strict";
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building adapter for the ABAP platform.
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview PagePersistenceAdapter for the ABAP platform.
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -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.96.49
10
+ * @version 1.96.50
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ushell_abap/adapters/abap/AdapterContainer",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Search adapter for the ABAP platform.
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([], function () {
8
8
  "use strict";
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The SupportTicket adapter for the ABAP platform.
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/isEmptyObject",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell's Ui5ComponentLoaderAdapter for the ABAP platform
4
4
  *
5
- * @version 1.96.49
5
+ * @version 1.96.50
6
6
  */
7
7
  sap.ui.define([
8
8
  ], function () {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's container adapter for the HANA platform.
5
5
  *
6
- * @version 1.96.49
6
+ * @version 1.96.50
7
7
  */
8
8
  /**
9
9
  * @namespace Default namespace for Unified Shell adapters for the HANA platform. They can usually
@@ -14,7 +14,7 @@
14
14
  * It furthermore calculates if FLP pages get activated and if needed sets up
15
15
  * the configuration environment to run these.
16
16
  *
17
- * @version 1.96.49
17
+ * @version 1.96.50
18
18
  */
19
19
  sap.ui.define([
20
20
  "./abap.constants",
@@ -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.49
16
+ * @version 1.96.50
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.49",
22
+ version: "1.96.50",
23
23
  dependencies: ["sap.ui.core", "sap.m"],
24
24
  noLibraryCSS: true,
25
25
  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,34 +1,21 @@
1
- # Resource bundle of diagnostic plugin for UI adaptation at runtime
2
- #
3
1
 
4
- # @copyright@
5
2
 
6
- # XTIT: Title of diagnostic plugin
7
- BACKEND_INFRASTRUCTURE=xlNE8nq+6jlzXvgrDmaErg_Back-End Infrastructure
3
+ BACKEND_INFRASTRUCTURE=rHCNSqG9l6v1e1ZaHdkDVg_Back-End Infrastructure
8
4
 
9
- # XFLD: Label for SAP NetWeaver system ID
10
- SYSTEM_ID=KNKCXSIVhS6+fnKw21InJA_System ID
5
+ SYSTEM_ID=j3MjB3+sgc2EDkoLpcfvog_System ID
11
6
 
12
- # XFLD: Label for SAP NetWeaver client
13
- CLIENT=moqAKK0s9ZWoLi+WKomDSg_Client
7
+ CLIENT=4xqo0NqBqJB0Aup3iBTCGQ_Client
14
8
 
15
- # XFLD: Label for SAP NetWeaver release information
16
- SAP_NETWEAVER_RELEASE=1j49f1VHYMmRGRVWilPCww_SAP NetWeaver Release
9
+ SAP_NETWEAVER_RELEASE=fRkkLqNWcCNId40AZHFqYg_SAP NetWeaver Release
17
10
 
18
- # XFLD: Label for software component containing SAP user interface technology
19
- SAP_UI_SOFTWARE_COMPONENT=M2hpPcPoh5KbUJodCxVMQA_SAP UI Software Component
11
+ SAP_UI_SOFTWARE_COMPONENT=apCLpAu4E4idRKZhawIh4A_SAP UI Software Component
20
12
 
21
- # XFLD: Label for version information
22
- VERSION=4hBLMlEWzyVu144Bav2Ejg_Version
13
+ VERSION=EEflAEwtmjhBbUA6wUoasw_Version
23
14
 
24
- # XFLD: Label for support package level
25
- SUPPORT_PACKAGE_LEVEL=M5M/yG4U95vBiW1DyZN5QA_Support Package Level
15
+ SUPPORT_PACKAGE_LEVEL=UE433tCPw+D1Ud1sxTBwKg_Support Package Level
26
16
 
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.
17
+ ERROR_UNABLE_TO_RETRIEVE_INFORMATION_FROM_BACKEND=3gZ9BVpYsg4e/3Z7ZyDVVg_Sorry, cannot retrieve information from the SAP NetWeaver Application Server for ABAP back end.
29
18
 
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.
19
+ ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=KYXyOpMSemAdA9MNslyKwA_Sorry, the response from the SAP NetWeaver Application Server for ABAP back end is not properly formatted.
32
20
 
33
- # XTXT: Text indicating details are following
34
- DETAILS_BELOW=MHrXAkLYCDyNAbM3cbKzRw_Details below ...
21
+ DETAILS_BELOW=WEepSJwViz5kqhT9SIzxEQ_Details below ...