@sapui5/sap.ushell_abap 1.125.0 → 1.126.1

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 (23) 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 +13 -13
  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/FlpLaunchPageAdapter.js +1 -1
  9. package/src/main/js/sap/ushell_abap/adapters/abap/LaunchPageAdapter.js +1 -1
  10. package/src/main/js/sap/ushell_abap/adapters/abap/NavTargetResolutionAdapter.js +1 -1
  11. package/src/main/js/sap/ushell_abap/adapters/abap/NavTargetResolutionInternalAdapter.js +1 -1
  12. package/src/main/js/sap/ushell_abap/adapters/abap/PageBuildingAdapter.js +1 -1
  13. package/src/main/js/sap/ushell_abap/adapters/abap/PagePersistenceAdapter.js +1 -1
  14. package/src/main/js/sap/ushell_abap/adapters/abap/PersonalizationAdapter.js +1 -1
  15. package/src/main/js/sap/ushell_abap/adapters/abap/PersonalizationV2Adapter.js +1 -1
  16. package/src/main/js/sap/ushell_abap/adapters/abap/SearchAdapter.js +1 -1
  17. package/src/main/js/sap/ushell_abap/adapters/abap/SupportTicketAdapter.js +1 -1
  18. package/src/main/js/sap/ushell_abap/adapters/abap/Ui5ComponentLoaderAdapter.js +1 -1
  19. package/src/main/js/sap/ushell_abap/adapters/abap/UserInfoAdapter.js +2 -4
  20. package/src/main/js/sap/ushell_abap/adapters/hana/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.configure.ushell.js +1 -1
  22. package/src/main/js/sap/ushell_abap/library.js +1 -1
  23. package/ui5.yaml +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ushell_abap",
3
- "version": "1.125.0",
3
+ "version": "1.126.1",
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.125.0</version>
5
+ <version>1.126.1</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.125.0
5
+ * @version 1.126.1
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.125.0
12
+ * @version 1.126.1
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/thirdparty/jquery",
@@ -23,13 +23,13 @@ sap.ui.define([
23
23
  "sap/ushell_abap/pbServices/ui2/Utils",
24
24
  "sap/ui/thirdparty/URI",
25
25
  "sap/ushell/Container"
26
- ], function(
26
+ ], function (
27
27
  jQuery,
28
28
  ObjectPath,
29
29
  isPlainObject,
30
- fnDeepExtend,
30
+ deepExtend,
31
31
  ushellUtils,
32
- urlParsing,
32
+ UrlParsing,
33
33
  Log,
34
34
  ODataWrapper,
35
35
  Utils,
@@ -270,7 +270,7 @@ sap.ui.define([
270
270
 
271
271
  /**
272
272
  * Checks the Resolve Link/Start Up result for Application Dependencies and if present modifies the results
273
- * Additionaly amends the post parameters if present
273
+ * Additionally amends the post parameters if present
274
274
  * @param {object} oResult oResult
275
275
  *
276
276
  * @returns {object} Results
@@ -349,7 +349,7 @@ sap.ui.define([
349
349
  //
350
350
  // we only do this for SAPUI5 applications - if a plain URL or NWBC app is launched,
351
351
  // we keep it as it is
352
- // see internal BCP inicdent 1580137234 2015
352
+ // see internal BCP incident 1580137234 2015
353
353
  sUrl = Utils.addCacheBusterTokenUsingUshellConfig(sUrl);
354
354
  }
355
355
  }
@@ -683,7 +683,7 @@ sap.ui.define([
683
683
  oTarget.signature.parameters[sName] = oParam;
684
684
  });
685
685
  } else {
686
- oTarget.signature = fnDeepExtend({ parameters: {} }, oSrc.signature);
686
+ oTarget.signature = deepExtend({ parameters: {} }, oSrc.signature);
687
687
  oTarget.signature.additionalParameters = oTarget.signature.additionalParameters || (oSrc.allowParams ? "allowed" : "ignored");
688
688
  Object.keys(oTarget.signature.parameters).forEach(function (sKey) {
689
689
  var oParam = oTarget.signature.parameters[sKey];
@@ -1074,7 +1074,7 @@ sap.ui.define([
1074
1074
  sLpdCustShellHash += oTargetMappingOriginal.id;
1075
1075
 
1076
1076
  // Concatenate parameters if any
1077
- var sBusinessParams = urlParsing.paramsToString(oParams);
1077
+ var sBusinessParams = UrlParsing.paramsToString(oParams);
1078
1078
 
1079
1079
  if (sBusinessParams.length > 0) {
1080
1080
  sLpdCustShellHash += "?" + sBusinessParams;
@@ -1236,13 +1236,13 @@ sap.ui.define([
1236
1236
  return oDeferred.resolve(sUrl).promise();
1237
1237
  }
1238
1238
 
1239
- var oParams = urlParsing.parseParameters(aMatches[0]);
1239
+ var oParams = UrlParsing.parseParameters(aMatches[0]);
1240
1240
 
1241
1241
  Container.getServiceAsync("ShellNavigationInternal")
1242
1242
  .then(function (oShellNavigationInternal) {
1243
1243
  oShellNavigationInternal.compactParams(oParams, aNotCompactedWDAParameters, undefined /* no Component */)
1244
1244
  .done(function (oCompactedParams) {
1245
- var sReconstructedUrl = sUrl.match(/^[^?]*/)[0] + "?" + urlParsing.paramsToString(oCompactedParams);
1245
+ var sReconstructedUrl = sUrl.match(/^[^?]*/)[0] + "?" + UrlParsing.paramsToString(oCompactedParams);
1246
1246
  oDeferred.resolve(sReconstructedUrl);
1247
1247
  })
1248
1248
  .fail(oDeferred.reject);
@@ -1419,7 +1419,7 @@ sap.ui.define([
1419
1419
  if (!oResolvedSystemAlias) {
1420
1420
  return this._oLocalSystemAlias;
1421
1421
  }
1422
- oResolvedSystemAlias.properties = fnDeepExtend({}, this._oLocalSystemAlias.properties, oResolvedSystemAlias.properties || {});
1422
+ oResolvedSystemAlias.properties = deepExtend({}, this._oLocalSystemAlias.properties, oResolvedSystemAlias.properties || {});
1423
1423
  }
1424
1424
 
1425
1425
  return oResolvedSystemAlias;
@@ -1464,7 +1464,7 @@ sap.ui.define([
1464
1464
  delete oSystemAlias[sDestination].__metadata;
1465
1465
 
1466
1466
  if (oSystemAlias[sDestination].id !== "") {
1467
- oFixedSystemAlias[sDestination] = fnDeepExtend({
1467
+ oFixedSystemAlias[sDestination] = deepExtend({
1468
1468
  id: "",
1469
1469
  host: "",
1470
1470
  port: "",
@@ -1476,7 +1476,7 @@ sap.ui.define([
1476
1476
 
1477
1477
  if (oSystemAlias.hasOwnProperty("rfc") && oSystemAlias.rfc.id) {
1478
1478
  delete oSystemAlias.rfc.__metadata;
1479
- oFixedSystemAlias.rfc = fnDeepExtend({
1479
+ oFixedSystemAlias.rfc = deepExtend({
1480
1480
  id: "",
1481
1481
  systemId: "",
1482
1482
  host: "",
@@ -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.125.0
5
+ * @version 1.126.1
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.125.0
5
+ * @version 1.126.1
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.125.0
5
+ * @version 1.126.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/thirdparty/jquery",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileoverview The Unified Shell's page building adapter for the ABAP platform. Private copy. Classical home page functions are deprecated.
5
5
  * @since 1.121
6
- * @version 1.125.0
6
+ * @version 1.126.1
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/URI",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's page building adapter for the ABAP platform.
5
5
  *
6
6
  * @deprecated since 1.100
7
- * @version 1.125.0
7
+ * @version 1.126.1
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell_abap/adapters/abap/FlpLaunchPageAdapter"
@@ -8,7 +8,7 @@
8
8
  * service now calls the ClientSideTargetResolution service in the ABAP
9
9
  * platform.
10
10
  *
11
- * @version 1.125.0
11
+ * @version 1.126.1
12
12
  */
13
13
  sap.ui.define([], function () {
14
14
  "use strict";
@@ -8,7 +8,7 @@
8
8
  * service now calls the ClientSideTargetResolution service in the ABAP
9
9
  * platform.
10
10
  *
11
- * @version 1.125.0
11
+ * @version 1.126.1
12
12
  * @since 1.121
13
13
  */
14
14
  sap.ui.define([], function () {
@@ -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.125.0
5
+ * @version 1.126.1
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.125.0
5
+ * @version 1.126.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/i18n/Localization",
@@ -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.125.0
10
+ * @version 1.126.1
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ushell_abap/adapters/abap/AdapterContainer",
@@ -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.125.0
10
+ * @version 1.126.1
11
11
  */
12
12
  sap.ui.define([
13
13
  "./PersonalizationAdapter"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Search adapter for the ABAP platform.
5
- * @version 1.125.0
5
+ * @version 1.126.1
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.125.0
5
+ * @version 1.126.1
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.125.0
5
+ * @version 1.126.1
6
6
  */
7
7
  sap.ui.define([
8
8
  ], function () {
@@ -6,14 +6,14 @@ sap.ui.define([
6
6
  "sap/ui/thirdparty/jquery",
7
7
  "sap/base/Log",
8
8
  "sap/ushell/resources",
9
- "sap/ui/core/library"
9
+ "sap/base/i18n/date/CalendarWeekNumbering"
10
10
  ], function (
11
11
  ODataWrapper,
12
12
  OData,
13
13
  jQuery,
14
14
  Log,
15
15
  resources,
16
- coreLibrary
16
+ CalendarWeekNumbering
17
17
  ) {
18
18
  "use strict";
19
19
 
@@ -26,8 +26,6 @@ sap.ui.define([
26
26
 
27
27
  var DEFAULT_LANGUAGE_KEY = "default";
28
28
 
29
- var CalendarWeekNumbering = coreLibrary.date.CalendarWeekNumbering;
30
-
31
29
  return function () {
32
30
  this._updateODataObjectBasedOnDatatype = function (oValue, oDataObj) {
33
31
  if (jQuery.type(oValue) === "string") {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's container adapter for the HANA platform.
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.1
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/jquery",
@@ -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.125.0
17
+ * @version 1.126.1
18
18
  */
19
19
  sap.ui.define([
20
20
  "./abap.constants",
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  */
23
23
  var ushellAbapLib = Library.init({
24
24
  name: "sap.ushell_abap",
25
- version: "1.125.0",
25
+ version: "1.126.1",
26
26
  dependencies: ["sap.ui.core", "sap.m"],
27
27
  noLibraryCSS: true,
28
28
  extensions: {
package/ui5.yaml CHANGED
@@ -348,6 +348,7 @@ builder:
348
348
  - sap/ui/thirdparty/jquery-mobile-custom.js
349
349
  - sap/ushell/CanvasShapesManager.js
350
350
  - sap/ushell/Container.js
351
+ - sap/ushell/_ApplicationType/
351
352
  - sap/ushell/Fiori20AdapterTest.js
352
353
  - sap/ushell/SessionHandler.js
353
354
  - sap/ushell/System.js
@@ -378,6 +379,7 @@ builder:
378
379
  - sap/ushell/iconfonts.js
379
380
  - sap/ushell/library.js
380
381
  - sap/ushell/override.js
382
+ - sap/ushell/renderer/History.js
381
383
  - sap/ushell/renderer/Renderer.js
382
384
  - sap/ushell/renderer/Shell.controller.js
383
385
  - sap/ushell/renderer/Shell.view.js