@sapui5/sap.ushell_abap 1.90.7 → 1.90.11

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 (42) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell_abap/.library +5 -2
  3. package/src/main/js/sap/ushell_abap/adapters/abap/AdapterContainer.js +1 -1
  4. package/src/main/js/sap/ushell_abap/adapters/abap/AppStateAdapter.js +2 -2
  5. package/src/main/js/sap/ushell_abap/adapters/abap/ClientSideTargetResolutionAdapter.js +2 -2
  6. package/src/main/js/sap/ushell_abap/adapters/abap/ConfigurationDefaultsAdapter.js +2 -2
  7. package/src/main/js/sap/ushell_abap/adapters/abap/ContainerAdapter.js +2 -2
  8. package/src/main/js/sap/ushell_abap/adapters/abap/EndUserFeedbackAdapter.js +2 -2
  9. package/src/main/js/sap/ushell_abap/adapters/abap/LaunchPageAdapter.js +2 -2
  10. package/src/main/js/sap/ushell_abap/adapters/abap/MenuAdapter.js +1 -1
  11. package/src/main/js/sap/ushell_abap/adapters/abap/NavTargetResolutionAdapter.js +2 -2
  12. package/src/main/js/sap/ushell_abap/adapters/abap/PageBuildingAdapter.js +2 -2
  13. package/src/main/js/sap/ushell_abap/adapters/abap/PagePersistenceAdapter.js +2 -2
  14. package/src/main/js/sap/ushell_abap/adapters/abap/PersonalizationAdapter.js +2 -2
  15. package/src/main/js/sap/ushell_abap/adapters/abap/SearchAdapter.js +2 -2
  16. package/src/main/js/sap/ushell_abap/adapters/abap/SupportTicketAdapter.js +2 -2
  17. package/src/main/js/sap/ushell_abap/adapters/abap/Ui5ComponentLoaderAdapter.js +2 -2
  18. package/src/main/js/sap/ushell_abap/adapters/abap/UserInfoAdapter.js +1 -1
  19. package/src/main/js/sap/ushell_abap/adapters/hana/ContainerAdapter.js +2 -2
  20. package/src/main/js/sap/ushell_abap/bootstrap/evo/XhrLogonEventHandler.js +1 -1
  21. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap-def-dev.js +1 -1
  22. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap-def.js +1 -1
  23. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.bootstrap.utils.js +1 -1
  24. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.configure.ushell.js +2 -2
  25. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.constants.js +1 -1
  26. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.get.server.config.Urls.js +1 -1
  27. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.js +1 -1
  28. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.load.launchpad.js +1 -1
  29. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.request.catalog.js +1 -1
  30. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.request.pageset.js +1 -1
  31. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.request.server.config.js +1 -1
  32. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.request.startup.js +1 -1
  33. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.theme.handler.js +1 -1
  34. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.ui5.boot.handler.js +1 -1
  35. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.validate.Url.js +1 -1
  36. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.xhr.handler.js +1 -1
  37. package/src/main/js/sap/ushell_abap/bootstrap/evo/boottask.js +1 -1
  38. package/src/main/js/sap/ushell_abap/library.js +3 -3
  39. package/src/main/js/sap/ushell_abap/plugins/fcc-transport-ui/Component.js +1 -1
  40. package/src/main/js/sap/ushell_abap/support/plugins/app-infra/AppInfraOnSapNetWeaverSupportPlugin.js +1 -1
  41. package/src/main/js/sap/ushell_abap/ui5appruntime/AppInfoAdapter.js +1 -1
  42. package/src/main/js/sap/ushell_abap/utils/chipsUtils.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ushell_abap",
3
- "version": "1.90.7",
3
+ "version": "1.90.11",
4
4
  "description": "SAPUI5 Library sap.ushell_abap",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "keywords": [
@@ -2,8 +2,8 @@
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.90.7</version>
6
- <copyright>Copyright (c) 2009-2021 SAP SE. All rights reserved.</copyright>
5
+ <version>1.90.11</version>
6
+ <copyright>Copyright (c) 2009-2022 SAP SE. All rights reserved.</copyright>
7
7
  <documentation>SAP library: sap.ushell_abap</documentation>
8
8
 
9
9
  <dependencies>
@@ -41,6 +41,9 @@
41
41
  <exclude name="sap.ushell_abap.bootstrap.appruntime-*" />
42
42
  <exclude name="sap.ushell_abap.bootstrap.evo.core-*" />
43
43
  </jsdoc>
44
+ <releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
45
+ url="../../../test-resources/sap/ushell_abap/relnotes/changes-{major}.{minor}.json"
46
+ resolve="lib" />
44
47
  <ownership xmlns="http://www.sap.com/ui5/buildext/ownership">
45
48
  <component>CA-FLP-FE-UI</component><!-- default component for library -->
46
49
  <!--Fiori Configuration Cockpit (FCC) Transport UI -->
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  sap.ui.define([
4
4
  "sap/base/util/ObjectPath",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's AppStateAdapter for the ABAP platform.
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /**
4
4
  * @fileOverview ClientSideTargetResolutionAdapter for the abap platform.
@@ -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.90.7
12
+ * @version 1.90.11
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/thirdparty/jquery",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview The ConfigurationDefaults adapter for the ABAP platform.
4
4
  *
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell_abap/bootstrap/evo/abap.constants",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview The Unified Shell's container adapter for the ABAP platform.
4
4
  *
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/thirdparty/jquery",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview The end user feedback adapter for the ABAP platform.
4
4
  *
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui2/srvc/ODataWrapper",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building adapter for the ABAP platform.
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/thirdparty/URI",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /**
4
4
  * @fileOverview MenuAdapter for the ABAP platform.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview The NavTargetResolution adapter for the ABAP platform.
4
4
  *
@@ -7,7 +7,7 @@
7
7
  * service now calls the ClientSideTargetResolution service in the abap
8
8
  * platform.
9
9
  *
10
- * @version 1.90.7
10
+ * @version 1.90.11
11
11
  */
12
12
  sap.ui.define([], function () {
13
13
  "use strict";
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building adapter for the ABAP platform.
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /**
4
4
  * @fileOverview PagePersistenceAdapter for the ABAP platform.
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview The Unified Shell's personalization adapter for the ABAP
4
4
  * platform.
@@ -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.90.7
10
+ * @version 1.90.11
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ushell_abap/adapters/abap/AdapterContainer",
@@ -1,9 +1,9 @@
1
1
  /*global jQuery, sap, window */
2
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
2
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
3
3
  /**
4
4
  * @fileOverview The Search adapter for the ABAP platform.
5
5
  *
6
- * @version 1.90.7
6
+ * @version 1.90.11
7
7
  */
8
8
  sap.ui.define([], function () {
9
9
  "use strict";
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /**
4
4
  * @fileOverview The SupportTicket adapter for the ABAP platform.
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/isEmptyObject",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview The Unified Shell's Ui5ComponentLoaderAdapter for the ABAP platform
4
4
  *
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  sap.ui.define([
8
8
  ], function () {
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "sap/ui2/srvc/ODataWrapper",
4
4
  "sap/ui2/srvc/ODataService",
@@ -1,8 +1,8 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview The Unified Shell's container adapter for the HANA platform.
4
4
  *
5
- * @version 1.90.7
5
+ * @version 1.90.11
6
6
  */
7
7
  /**
8
8
  * @namespace Default namespace for Unified Shell adapters for the HANA platform. They can usually
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  sap.ui.define([
4
4
  "./abap.bootstrap.utils",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "./abap.configure.ushell",
4
4
  "./abap.ui5.boot.handler",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "./abap.configure.ushell",
4
4
  "./abap.ui5.boot.handler",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  //TODO should be replaced by sap/ushell/utils
3
3
  sap.ui.define([
4
4
  "sap/ushell/utils",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview
4
4
  * This module <code>sap.ushell_abap.bootstrap.evo.abap.configure.ushell</code>
@@ -13,7 +13,7 @@
13
13
  * It furthermore calculates if FLP pages get activated and if needed sets up
14
14
  * the configuration environment to run these.
15
15
  *
16
- * @version 1.90.7
16
+ * @version 1.90.11
17
17
  */
18
18
  sap.ui.define([
19
19
  "./abap.constants",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
 
4
4
  ], function () {
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview a Getter to return an array of valid configuration URL
4
4
  */
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /*
4
4
  * ABAP Bootstrap script for EVO scenario for LOCAL TESTING only.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "sap/base/util/UriParameters",
4
4
  "sap/base/Log",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  sap.ui.define([
4
4
  "./abap.bootstrap.utils",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  sap.ui.define([
4
4
  "./abap.bootstrap.utils",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview Requests and parses the configuration associated to one or more server
4
4
  * configuration URLs
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "./abap.bootstrap.utils",
4
4
  "sap/base/util/ObjectPath",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview
4
4
  * Returns a function <code>isThemeRootSafe</code> to validate
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "sap/base/Log",
4
4
  "sap/ui2/srvc/utils"
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  /**
3
3
  * @fileOverview Validates a given Url
4
4
  *
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "sap/ushell/bootstrap/common/common.load.xhrlogon",
4
4
  "sap/ushell/bootstrap/common/common.configure.xhrlogon",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  sap.ui.define([
4
4
  "sap/ushell/bootstrap/common/common.boot.path",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2009-2021 SAP SE. All rights reserved.
2
+ * Copyright (c) 2009-2022 SAP SE. All rights reserved.
3
3
  */
4
4
 
5
5
  sap.ui.define([
@@ -16,14 +16,14 @@ sap.ui.define([
16
16
  * @namespace
17
17
  * @name sap.ushell_abap
18
18
  * @author SAP SE
19
- * @version 1.90.7
19
+ * @version 1.90.11
20
20
  * @private
21
21
  * @ui5-restricted
22
22
  *
23
23
  */
24
24
  sap.ui.getCore().initLibrary({
25
25
  name:"sap.ushell_abap",
26
- version:"1.90.7",
26
+ version:"1.90.11",
27
27
  dependencies:["sap.ui.core","sap.m"],
28
28
  noLibraryCSS: true,
29
29
  extensions: {
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  sap.ui.define([
4
4
  "sap/ui/core/Component",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
 
3
3
  /*
4
4
  * Provides diagnostic plugin "SAPUI5 Apps: Check of Infrastructure on SAP NetWeaver AS for ABAP"
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  // Implementation of an AppInfoAdapter for the ABAP platform
3
3
  // Loads UI5 app index data for the UI5 app runtime
4
4
  sap.ui.define([
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2021 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE. All rights reserved.
2
2
  sap.ui.define([
3
3
  "sap/base/Log"
4
4
  ], function (Log) {