@sapui5/sap.zen.commons 1.97.0 → 1.98.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 +1 -1
- package/src/sap/zen/commons/.library +1 -1
- package/src/sap/zen/commons/AlertLevel.js +1 -1
- package/src/sap/zen/commons/BackgroundDesign.js +1 -1
- package/src/sap/zen/commons/Cell.js +2 -2
- package/src/sap/zen/commons/CellType.js +1 -1
- package/src/sap/zen/commons/Format.js +1 -1
- package/src/sap/zen/commons/Grid.js +2 -2
- package/src/sap/zen/commons/GridRenderer.js +1 -1
- package/src/sap/zen/commons/HAlign.js +1 -1
- package/src/sap/zen/commons/Padding.js +1 -1
- package/src/sap/zen/commons/SemanticStyle.js +2 -2
- package/src/sap/zen/commons/Separation.js +1 -1
- package/src/sap/zen/commons/SpreadSheet/CXpDataCellValueType.js +1 -1
- package/src/sap/zen/commons/SpreadSheet/CXpStyle.js +1 -1
- package/src/sap/zen/commons/SpreadSheet/CellInfo.js +1 -1
- package/src/sap/zen/commons/SpreadSheet/Workbook.js +1 -1
- package/src/sap/zen/commons/VAlign.js +1 -1
- package/src/sap/zen/commons/layout/AbsoluteLayout.js +1 -1
- package/src/sap/zen/commons/layout/AbsoluteLayoutRenderer.js +1 -1
- package/src/sap/zen/commons/layout/MatrixLayout.js +2 -2
- package/src/sap/zen/commons/layout/MatrixLayoutCell.js +2 -2
- package/src/sap/zen/commons/layout/MatrixLayoutRenderer.js +1 -1
- package/src/sap/zen/commons/layout/MatrixLayoutRow.js +2 -2
- package/src/sap/zen/commons/layout/PositionContainer.js +2 -2
- package/src/sap/zen/commons/library.js +3 -3
- package/src/sap/zen/commons/themes/base/library.source.less +1 -1
- package/src/sap/zen/commons/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/zen/commons/utils/GridUtils.js +1 -1
- package/src/sap/zen/commons/utils/ResourceBundle.js +1 -1
- package/src/sap/zen/commons/utils/ResourceModel.js +1 -1
- package/src/sap/zen/commons/utils/Utilities.js +1 -1
- package/src/sap/zen/commons/utils/jQuery.js +1 -1
- package/src/sap/zen/commons/wasabi/Olap.js +1 -1
- package/ui5.yaml +5 -4
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
(c) Copyright 2009-2020 SAP SE. All rights reserved</copyright>
|
|
8
|
-
<version>1.
|
|
8
|
+
<version>1.98.0</version>
|
|
9
9
|
<documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
|
|
10
10
|
<dependencies>
|
|
11
11
|
<dependency>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -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.
|
|
26
|
+
* @version 1.98.0
|
|
27
27
|
* @experimental
|
|
28
28
|
* @alias sap.zen.commons.Cell
|
|
29
29
|
* @since 1.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -34,7 +34,7 @@ sap.ui.define(
|
|
|
34
34
|
* @extends sap.ui.core.Control
|
|
35
35
|
*
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.
|
|
37
|
+
* @version 1.98.0
|
|
38
38
|
*
|
|
39
39
|
* @constructor
|
|
40
40
|
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -25,7 +25,7 @@ sap.ui.define(
|
|
|
25
25
|
* @abstract
|
|
26
26
|
* @author SAP SE
|
|
27
27
|
* @experimental since 1.89
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.98.0
|
|
29
29
|
* @alias sap.zen.commons.SemanticStyle
|
|
30
30
|
* @since 1.89
|
|
31
31
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
// Provides control sap.zen.commons.layout.MatrixLayout.
|
|
@@ -46,7 +46,7 @@ sap.ui.define(
|
|
|
46
46
|
* @extends sap.ui.core.Control
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.
|
|
49
|
+
* @version 1.98.0
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
// Provides control sap.zen.commons.layout.MatrixLayoutCell.
|
|
@@ -25,7 +25,7 @@ sap.ui.define(
|
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.98.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@ sap.ui.define(
|
|
|
26
26
|
* @extends sap.ui.core.Element
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.98.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
|
|
@@ -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.
|
|
28
|
+
* @version 1.98.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
|
|
3
|
+
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -32,13 +32,13 @@ sap.ui.define(
|
|
|
32
32
|
* @namespace
|
|
33
33
|
* @name sap.zen.commons
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
35
|
+
* @version 1.98.0
|
|
36
36
|
* @public
|
|
37
37
|
*/
|
|
38
38
|
// delegate further initialization of this library to the Core
|
|
39
39
|
sap.ui.getCore().initLibrary({
|
|
40
40
|
name : "sap.zen.commons",
|
|
41
|
-
version: "1.
|
|
41
|
+
version: "1.98.0",
|
|
42
42
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
|
|
43
43
|
types: [
|
|
44
44
|
"sap.zen.commons.BackgroundDesign",
|
package/ui5.yaml
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
specVersion: '
|
|
1
|
+
specVersion: '2.6'
|
|
2
2
|
type: library
|
|
3
3
|
metadata:
|
|
4
4
|
name: sap.zen.commons
|
|
5
|
-
copyright: |-
|
|
6
|
-
SAPUI5
|
|
7
|
-
* (c) Copyright 2009-${currentYear} SAP SE. All rights reserved.
|
|
8
5
|
framework:
|
|
9
6
|
name: SAPUI5
|
|
10
7
|
libraries:
|
|
@@ -19,3 +16,7 @@ framework:
|
|
|
19
16
|
optional: true
|
|
20
17
|
- name: themelib_sap_bluecrystal
|
|
21
18
|
optional: true
|
|
19
|
+
builder:
|
|
20
|
+
minification:
|
|
21
|
+
excludes:
|
|
22
|
+
- "sap/zen/commons/thirdparty/wasabi/**"
|