@sapui5/sap.ushell_abap 1.96.18 → 1.96.20

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ushell_abap",
3
- "version": "1.96.18",
3
+ "version": "1.96.20",
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.18</version>
5
+ <version>1.96.20</version>
6
6
  <copyright>Copyright (c) 2009-2023 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.18
5
+ * @version 1.96.20
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.18
12
+ * @version 1.96.20
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/thirdparty/jquery",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The ConfigurationDefaults adapter for the ABAP platform.
5
- * @version 1.96.18
5
+ * @version 1.96.20
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.18
5
+ * @version 1.96.20
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.18
5
+ * @version 1.96.20
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.18
11
+ * @version 1.96.20
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.18
5
+ * @version 1.96.20
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.18
5
+ * @version 1.96.20
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.18
10
+ * @version 1.96.20
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.18
5
+ * @version 1.96.20
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.18
5
+ * @version 1.96.20
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.18
5
+ * @version 1.96.20
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.18
6
+ * @version 1.96.20
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.18
17
+ * @version 1.96.20
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.18
16
+ * @version 1.96.20
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.18",
22
+ version: "1.96.20",
23
23
  dependencies: ["sap.ui.core", "sap.m"],
24
24
  noLibraryCSS: true,
25
25
  extensions: {
@@ -1,21 +1,21 @@
1
1
 
2
2
 
3
- BACKEND_INFRASTRUCTURE=9vnKLCe6xJsFlhP2bB8K8A_Back-End Infrastructure
3
+ BACKEND_INFRASTRUCTURE=08CQuaHLDbLr4rwhDB2Irg_Back-End Infrastructure
4
4
 
5
- SYSTEM_ID=ztb3qDgJTzJcrIKK+aQjiA_System ID
5
+ SYSTEM_ID=wewOFNDqWeCntAYKME6t1A_System ID
6
6
 
7
- CLIENT=J2CJJRrK0C/bgmj6GNl18w_Client
7
+ CLIENT=hp9QwMyBpvp3bGUUOyULqQ_Client
8
8
 
9
- SAP_NETWEAVER_RELEASE=xYt+5uXARVMfOKuN8xMPDQ_SAP NetWeaver Release
9
+ SAP_NETWEAVER_RELEASE=RXYD2ushJ9YJc7iWndn1mw_SAP NetWeaver Release
10
10
 
11
- SAP_UI_SOFTWARE_COMPONENT=dVvdtNOM74O9B1j1sgtHkg_SAP UI Software Component
11
+ SAP_UI_SOFTWARE_COMPONENT=+KiFjBjav6VPnV19/rJ5Ng_SAP UI Software Component
12
12
 
13
- VERSION=rwexxBTCf1dhKz+ot5eK3g_Version
13
+ VERSION=f60FddJ9p+dBagejvsNlLw_Version
14
14
 
15
- SUPPORT_PACKAGE_LEVEL=c7ghTS4g7M7BsTjVEB/Y7A_Support Package Level
15
+ SUPPORT_PACKAGE_LEVEL=WB3snWJv/Dh3B/fx8Pg7nQ_Support Package Level
16
16
 
17
- ERROR_UNABLE_TO_RETRIEVE_INFORMATION_FROM_BACKEND=qvEfPQ4p4UsUkVMymGt79Q_Sorry, cannot retrieve information from the SAP NetWeaver Application Server for ABAP back end.
17
+ ERROR_UNABLE_TO_RETRIEVE_INFORMATION_FROM_BACKEND=0ZrUpqC0UjQdaROjn+2aUQ_Sorry, cannot retrieve information from the SAP NetWeaver Application Server for ABAP back end.
18
18
 
19
- ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=NNiLkg+AaH4dLoMmhcrxSQ_Sorry, response from the SAP NetWeaver Application Server for ABAP back end not properly formatted.
19
+ ERROR_RESPONSE_FROM_BACKEND_NOT_PROPERLY_FORMATTED=nXwMR8ZPt2GuEpE/GusQ0w_Sorry, response from the SAP NetWeaver Application Server for ABAP back end not properly formatted.
20
20
 
21
- DETAILS_BELOW=nZS0MRqq2ZemV3HRg7sYoA_Details below ...
21
+ DETAILS_BELOW=pHciXQ/qr72wzMEJJVq4QA_Details below ...