@sapui5/sap.zen.crosstab 1.100.0 → 1.102.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.zen.crosstab",
3
- "version": "1.100.0",
3
+ "version": "1.102.1",
4
4
  "description": "SAPUI5 Library sap.zen.crosstab",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -3,7 +3,7 @@
3
3
  <name>sap.zen.crosstab</name>
4
4
  <vendor>SAP SE</vendor>
5
5
  <copyright>(c) Copyright 2010-2019 SAP SE or an SAP affiliate company.</copyright>
6
- <version>1.100.0</version>
6
+ <version>1.102.1</version>
7
7
  <documentation>Design Studio Crosstab library. NOT INTENDED FOR STANDALONE USAGE.</documentation>
8
8
  <appData>
9
9
  <jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
@@ -17,13 +17,12 @@ sap.ui.define(
17
17
  * Design Studio Crosstab library. NOT INTENDED FOR STANDALONE USAGE.
18
18
  *
19
19
  * @namespace
20
- * @name sap.zen.crosstab
20
+ * @alias sap.zen.crosstab
21
21
  * @public
22
22
  * @experimental
23
23
  * @deprecated since 1.89.0
24
24
  */
25
- // delegate further initialization of this library to the Core
26
- sap.ui.getCore().initLibrary({
25
+ var thisLib = sap.ui.getCore().initLibrary({
27
26
  name : "sap.zen.crosstab",
28
27
  dependencies : ["sap.ui.core","sap.m", "sap.ui.commons"],
29
28
  types: [],
@@ -34,17 +33,8 @@ sap.ui.define(
34
33
  "sap.zen.crosstab.HeaderCell"
35
34
  ],
36
35
  elements: [],
37
- version: "1.100.0"
36
+ version: "1.102.1"
38
37
  });
39
- /**
40
- * Design Studio Crosstab library. NOT INTENDED FOR STANDALONE USAGE.
41
- * @namespace
42
- * @name sap.zen.crosstab
43
- * @public
44
- * @experimental
45
- * @deprecated since 1.89.0
46
- */
47
- var thisLib =sap.zen.crosstab;
48
38
  return thisLib;
49
39
  }
50
40
  );
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
3
+ */
4
+
5
+ @import "../base/library.source.less";
6
+ @import "../../../../../sap/ui/core/themes/sap_horizon_dark/base.less";
7
+ @import "../../../../../sap/ui/core/themes/sap_horizon_dark/global.less";
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
3
+ */
4
+
5
+ @import "../base/library.source.less";
6
+ @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/base.less";
7
+ @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/global.less";
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
3
+ */
4
+
5
+ @import "../base/library.source.less";
6
+ @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/base.less";
7
+ @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";