@sapui5/sap.zen.crosstab 1.144.0 → 1.145.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.
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
Runtime resources of the [SAPUI5](https://sapui5.hana.ondemand.com) Library **sap.zen.crosstab**.
|
|
5
5
|
|
|
6
6
|
## Deprecation
|
|
7
|
-
|
|
7
|
+
As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
Refrain from installing this package using npm, Yarn or similar package managers.
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<library xmlns="http://www.sap.com/sap.ui.library.xsd" >
|
|
3
3
|
<name>sap.zen.crosstab</name>
|
|
4
4
|
<deprecation since="1.96">
|
|
5
|
-
|
|
5
|
+
As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
6
6
|
</deprecation>
|
|
7
7
|
<vendor>SAP SE</vendor>
|
|
8
8
|
<copyright>(c) Copyright 2010-2019 SAP SE or an SAP affiliate company.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.145.1</version>
|
|
10
10
|
<documentation>Design Studio Crosstab library. NOT INTENDED FOR STANDALONE USAGE.</documentation>
|
|
11
11
|
<appData>
|
|
12
12
|
<jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
|
|
@@ -48,7 +48,7 @@ sap.ui.define(
|
|
|
48
48
|
* @constructor
|
|
49
49
|
* @public
|
|
50
50
|
* @name sap.zen.crosstab.Crosstab
|
|
51
|
-
* @deprecated
|
|
51
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
52
52
|
*/
|
|
53
53
|
Control.extend("sap.zen.crosstab.Crosstab", /** @lends sap.zen.crosstab.Crosstab.prototype */ { metadata : {
|
|
54
54
|
library : "sap.zen.crosstab",
|
|
@@ -28,7 +28,7 @@ sap.ui.define(
|
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
31
|
-
* @deprecated
|
|
31
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
32
32
|
* @alias sap.zen.crosstab.DataCell
|
|
33
33
|
*/
|
|
34
34
|
var DataCell = Control.extend("sap.zen.crosstab.DataCell", /** @lends sap.zen.crosstab.DataCell.prototype */ {
|
|
@@ -32,7 +32,7 @@ sap.ui.define(
|
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
35
|
-
* @deprecated As of version 1.89
|
|
35
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
36
36
|
* @alias sap.zen.crosstab.HeaderCell
|
|
37
37
|
*/
|
|
38
38
|
var HeaderCell = Control.extend("sap.zen.crosstab.HeaderCell", /** @lends sap.zen.crosstab.HeaderCell.prototype */ {
|
|
@@ -20,7 +20,7 @@ sap.ui.define(
|
|
|
20
20
|
* @alias sap.zen.crosstab
|
|
21
21
|
* @public
|
|
22
22
|
* @experimental
|
|
23
|
-
* @deprecated
|
|
23
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
24
24
|
*/
|
|
25
25
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
26
26
|
name : "sap.zen.crosstab",
|
|
@@ -33,7 +33,7 @@ sap.ui.define(
|
|
|
33
33
|
"sap.zen.crosstab.HeaderCell"
|
|
34
34
|
],
|
|
35
35
|
elements: [],
|
|
36
|
-
version: "1.
|
|
36
|
+
version: "1.145.1"
|
|
37
37
|
});
|
|
38
38
|
return thisLib;
|
|
39
39
|
}
|