@sapui5/sap.zen.commons 1.96.28 → 1.96.32

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.commons",
3
- "version": "1.96.28",
3
+ "version": "1.96.32",
4
4
  "description": "SAPUI5 Library sap.zen.commons",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -8,7 +8,7 @@
8
8
  <vendor>SAP SE</vendor>
9
9
  <copyright>SAPUI5
10
10
  (c) Copyright 2009-2020 SAP SE. All rights reserved</copyright>
11
- <version>1.96.28</version>
11
+ <version>1.96.32</version>
12
12
  <documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
13
13
  <dependencies>
14
14
  <dependency>
@@ -23,7 +23,7 @@ sap.ui.define(
23
23
  * @param {object} [mSettings] Initial settings for the new element
24
24
  * @abstract
25
25
  * @author SAP SE
26
- * @version 1.96.28
26
+ * @version 1.96.32
27
27
  * @experimental
28
28
  * @alias sap.zen.commons.Cell
29
29
  * @since 1.0.0
@@ -34,7 +34,7 @@ sap.ui.define(
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.96.28
37
+ * @version 1.96.32
38
38
  *
39
39
  * @constructor
40
40
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @abstract
26
26
  * @author SAP SE
27
27
  * @experimental since 1.89
28
- * @version 1.96.28
28
+ * @version 1.96.32
29
29
  * @alias sap.zen.commons.SemanticStyle
30
30
  * @since 1.89
31
31
  */
@@ -46,7 +46,7 @@ sap.ui.define(
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.96.28
49
+ * @version 1.96.32
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.96.28
28
+ * @version 1.96.32
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -26,7 +26,7 @@ sap.ui.define(
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.28
29
+ * @version 1.96.32
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @extends sap.ui.core.Element
26
26
  * @deprecated since version 1.89
27
27
  * @author SAP SE
28
- * @version 1.96.28
28
+ * @version 1.96.32
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -31,13 +31,13 @@ sap.ui.define(
31
31
  * @namespace
32
32
  * @name sap.zen.commons
33
33
  * @author SAP SE
34
- * @version 1.96.28
34
+ * @version 1.96.32
35
35
  * @public
36
36
  */
37
37
  // delegate further initialization of this library to the Core
38
38
  sap.ui.getCore().initLibrary({
39
39
  name : "sap.zen.commons",
40
- version: "1.96.28",
40
+ version: "1.96.32",
41
41
  dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
42
42
  types: [
43
43
  "sap.zen.commons.BackgroundDesign",