@sapui5/sap.fe.navigation 1.98.0 → 1.101.0

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.fe.navigation",
3
- "version": "1.98.0",
3
+ "version": "1.101.0",
4
4
  "description": "SAPUI5 Library sap.fe.navigation",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -8,6 +8,8 @@
8
8
  "scripts": {
9
9
  "build": "echo 'nothing to do'",
10
10
  "prepare-npm-sources": "babel target/npm-sources/src --out-dir target/npm-sources/src --extensions \".ts\" --config-file ../../.babelrc",
11
+ "prepare-ts-class-doc": "echo 'nothing to do'",
12
+ "prepare-ui5-build-sources": "mkdirp target/ui5-build-tmp/src && babel src --out-dir target/ui5-build-tmp/src --extensions \".ts\" --config-file ../../.babelrc",
11
13
  "test": "echo 'nothing to do'"
12
14
  },
13
15
  "keywords": [
@@ -16,6 +18,7 @@
16
18
  ],
17
19
  "devDependencies": {
18
20
  "@babel/cli": "^7.14.8",
19
- "@ui5/cli": "^2.14.0"
21
+ "@ui5/cli": "^2.14.0",
22
+ "mkdirp": "^1.0.4"
20
23
  }
21
24
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2021 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.98.0</version>
9
+ <version>1.101.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.navigation</documentation>
12
12
 
@@ -1,6 +1,7 @@
1
1
  /*!
2
- * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
2
+ * SAP UI development toolkit for HTML5 (SAPUI5)
3
+ (c) Copyright 2009-2021 SAP SE. All rights reserved
4
+
4
5
  */
5
6
 
6
7
  sap.ui.define(["sap/ui/base/Object"], function(BaseObject) {
@@ -1,6 +1,7 @@
1
1
  /*!
2
- * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
2
+ * SAP UI development toolkit for HTML5 (SAPUI5)
3
+ (c) Copyright 2009-2021 SAP SE. All rights reserved
4
+
4
5
  */
5
6
  sap.ui.define(
6
7
  [
@@ -2212,7 +2213,6 @@ sap.ui.define(
2212
2213
  fnIsSensitiveData = function(sProp, esName, mData) {
2213
2214
  var aPropertyAnnotations;
2214
2215
  esName = esName || sEntitySet;
2215
- mData = mData;
2216
2216
  aPropertyAnnotations = oMetaModel.getObject("/" + esName + "/" + sProp + "@");
2217
2217
  if (aPropertyAnnotations) {
2218
2218
  if (
@@ -1,6 +1,7 @@
1
1
  /*!
2
- * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
2
+ * SAP UI development toolkit for HTML5 (SAPUI5)
3
+ (c) Copyright 2009-2021 SAP SE. All rights reserved
4
+
4
5
  */
5
6
  sap.ui.define(["./NavError", "sap/ui/base/Object", "sap/base/util/extend", "sap/base/util/each", "sap/base/Log"], function(
6
7
  NavError,
@@ -1,6 +1,7 @@
1
1
  /*!
2
- * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
2
+ * SAP UI development toolkit for HTML5 (SAPUI5)
3
+ (c) Copyright 2009-2021 SAP SE. All rights reserved
4
+
4
5
  */
5
6
  sap.ui.define(
6
7
  ["./NavError", "sap/ui/base/Object", "sap/base/util/each", "sap/base/Log"],
@@ -1,32 +1,31 @@
1
1
  /*!
2
- * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
2
+ * SAP UI development toolkit for HTML5 (SAPUI5)
3
+ (c) Copyright 2009-2021 SAP SE. All rights reserved
4
+
4
5
  */
5
6
 
6
- /**
7
- * Common library for all cross-application navigation functions.
8
- *
9
- * @namespace
10
- * @name sap.fe.navigation
11
- * @public
12
- * @since 1.83.0
13
- */
14
-
15
- /**
16
- * Initialization Code and shared classes of library sap.fe.navigation
17
- */
18
7
  sap.ui.define(
19
8
  [
20
- "sap/ui/core/Core", // implicit dependency, provides sap.ui.getCore()
9
+ "sap/ui/core/Core", // implicit dependency, provides sap.ui.getCore(),
21
10
  "sap/ui/core/library" // library dependency
22
11
  ],
23
- function() {
12
+ function () {
24
13
  "use strict";
25
14
 
15
+ /**
16
+ * Common library for all cross-application navigation functions.
17
+ *
18
+ * @namespace
19
+ * @name sap.fe.navigation
20
+ * @public
21
+ * @since 1.83.0
22
+ */
23
+
26
24
  // library dependencies
27
- sap.ui.getCore().initLibrary({
25
+ // delegate further initialization of this library to the Core
26
+ var thisLib = sap.ui.getCore().initLibrary({
28
27
  name: "sap.fe.navigation",
29
- version: "1.98.0",
28
+ version: "1.101.0",
30
29
  dependencies: ["sap.ui.core"],
31
30
  types: ["sap.fe.navigation.NavType", "sap.fe.navigation.ParamHandlingMode", "sap.fe.navigation.SuppressionBehavior"],
32
31
  interfaces: [],
@@ -45,7 +44,7 @@ sap.ui.define(
45
44
  * @public
46
45
  * @since 1.83.0
47
46
  */
48
- sap.fe.navigation.ParamHandlingMode = {
47
+ thisLib.ParamHandlingMode = {
49
48
  /**
50
49
  * The conflict resolution favors the SelectionVariant over URL parameters
51
50
  * @public
@@ -76,7 +75,7 @@ sap.ui.define(
76
75
  * @public
77
76
  * @since 1.83.0
78
77
  */
79
- sap.fe.navigation.NavType = {
78
+ thisLib.NavType = {
80
79
  /**
81
80
  * Initial startup without any navigation or default parameters
82
81
  * @public
@@ -114,7 +113,7 @@ sap.ui.define(
114
113
  * @public
115
114
  * @since 1.83.0
116
115
  */
117
- sap.fe.navigation.SuppressionBehavior = {
116
+ thisLib.SuppressionBehavior = {
118
117
  /**
119
118
  * Standard suppression behavior: semantic attributes with a <code>null</code> or an <code>undefined</code> value are ignored,
120
119
  * the remaining attributes are mixed in to the selection variant
@@ -150,7 +149,7 @@ sap.ui.define(
150
149
  * @public
151
150
  * @since 1.83.0
152
151
  */
153
- sap.fe.navigation.Mode = {
152
+ thisLib.Mode = {
154
153
  /**
155
154
  * This is used for ODataV2 services to do some internal tasks like creation of appstate, removal of sensitive data etc.,
156
155
  * @public
@@ -164,6 +163,6 @@ sap.ui.define(
164
163
  ODataV4: "ODataV4"
165
164
  };
166
165
 
167
- return sap.fe.navigation;
166
+ return thisLib;
168
167
  }
169
168
  );
package/ui5.yaml CHANGED
@@ -3,9 +3,6 @@ type: library
3
3
  metadata:
4
4
  sapInternal: true
5
5
  name: sap.fe.navigation
6
- copyright: |-
7
- SAPUI5
8
- * (c) Copyright 2009-${currentYear} SAP SE. All rights reserved.
9
6
  framework:
10
7
  name: SAPUI5
11
8
  libraries: