@sapui5/sap.zen.commons 1.96.37 → 1.96.39
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 +1 -1
- package/package.json +1 -1
- package/src/sap/zen/commons/.library +2 -2
- package/src/sap/zen/commons/AlertLevel.js +1 -1
- package/src/sap/zen/commons/BackgroundDesign.js +2 -2
- 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 +2 -2
- package/src/sap/zen/commons/Padding.js +2 -2
- package/src/sap/zen/commons/SemanticStyle.js +2 -2
- package/src/sap/zen/commons/Separation.js +3 -3
- 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 +2 -2
- package/src/sap/zen/commons/layout/AbsoluteLayout.js +3 -3
- package/src/sap/zen/commons/layout/AbsoluteLayoutRenderer.js +1 -1
- package/src/sap/zen/commons/layout/MatrixLayout.js +4 -4
- package/src/sap/zen/commons/layout/MatrixLayoutCell.js +8 -8
- package/src/sap/zen/commons/layout/MatrixLayoutRenderer.js +2 -2
- package/src/sap/zen/commons/layout/MatrixLayoutRow.js +3 -3
- package/src/sap/zen/commons/layout/PositionContainer.js +8 -8
- 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/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
Runtime resources of the [SAPUI5](https://sapui5.hana.ondemand.com) Library **sap.zen.commons**.
|
|
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
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.zen.commons</name>
|
|
5
5
|
<deprecation since="1.96">
|
|
6
|
-
|
|
6
|
+
As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
7
7
|
</deprecation>
|
|
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.
|
|
11
|
+
<version>1.96.39</version>
|
|
12
12
|
<documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
|
|
13
13
|
<dependencies>
|
|
14
14
|
<dependency>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -12,7 +12,7 @@ sap.ui.define(
|
|
|
12
12
|
*
|
|
13
13
|
* @enum {string}
|
|
14
14
|
* @public
|
|
15
|
-
* @deprecated
|
|
15
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
16
16
|
*/
|
|
17
17
|
var BackgroundDesign = {
|
|
18
18
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 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.96.
|
|
26
|
+
* @version 1.96.39
|
|
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
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 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.96.
|
|
37
|
+
* @version 1.96.39
|
|
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
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -15,7 +15,7 @@ sap.ui.define(
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
* @alias sap.zen.commons.HAlign
|
|
17
17
|
* @public
|
|
18
|
-
* @deprecated
|
|
18
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
19
19
|
*/
|
|
20
20
|
var HAlign = {
|
|
21
21
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -16,7 +16,7 @@ sap.ui.define(
|
|
|
16
16
|
* @enum {string}
|
|
17
17
|
* @public
|
|
18
18
|
* @alias sap.zen.commons.Padding
|
|
19
|
-
* @deprecated
|
|
19
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
20
20
|
* @experimental
|
|
21
21
|
*/
|
|
22
22
|
var Padding = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 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.96.
|
|
28
|
+
* @version 1.96.39
|
|
29
29
|
* @alias sap.zen.commons.SemanticStyle
|
|
30
30
|
* @since 1.89
|
|
31
31
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -14,7 +14,7 @@ sap.ui.define(
|
|
|
14
14
|
* @enum {string}
|
|
15
15
|
* @public
|
|
16
16
|
* @alias sap.zen.commons.Separation
|
|
17
|
-
* @deprecated
|
|
17
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
18
18
|
*/
|
|
19
19
|
var Separation = {
|
|
20
20
|
/**
|
|
@@ -69,4 +69,4 @@ sap.ui.define(
|
|
|
69
69
|
};
|
|
70
70
|
return Separation;
|
|
71
71
|
}
|
|
72
|
-
);
|
|
72
|
+
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -13,7 +13,7 @@ sap.ui.define(
|
|
|
13
13
|
* @enum {string}
|
|
14
14
|
* @public
|
|
15
15
|
* @alias sap.zen.commons.VAlign
|
|
16
|
-
* @deprecated
|
|
16
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
17
17
|
*/
|
|
18
18
|
var VAlign = {
|
|
19
19
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
// Provides control sap.zen.commons.layout.AbsoluteLayout.
|
|
@@ -29,7 +29,7 @@ sap.ui.define(
|
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
32
|
-
* @deprecated
|
|
32
|
+
* @deprecated As of version 1.38, the concept has been discarded. As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
33
33
|
* @alias sap.zen.commons.layout.AbsoluteLayout
|
|
34
34
|
*/
|
|
35
35
|
var AbsoluteLayout = Control.extend(
|
|
@@ -45,7 +45,7 @@ sap.ui.define(
|
|
|
45
45
|
width : {
|
|
46
46
|
type : "sap.ui.core.CSSSize",
|
|
47
47
|
group : "Dimension",
|
|
48
|
-
defaultValue :
|
|
48
|
+
defaultValue : "100%"
|
|
49
49
|
},
|
|
50
50
|
/**
|
|
51
51
|
* The overall height of the control. When not set, 100% is automatically set.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
// Provides control sap.zen.commons.layout.MatrixLayout.
|
|
@@ -23,7 +23,7 @@ sap.ui.define(
|
|
|
23
23
|
*
|
|
24
24
|
* @class
|
|
25
25
|
*
|
|
26
|
-
* @deprecated
|
|
26
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
27
27
|
* <p>
|
|
28
28
|
* A matrix layout arranges controls in a grid structure, using rows which
|
|
29
29
|
* need not have the same number of cells.
|
|
@@ -46,11 +46,11 @@ sap.ui.define(
|
|
|
46
46
|
* @extends sap.ui.core.Control
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.96.
|
|
49
|
+
* @version 1.96.39
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @public
|
|
53
|
-
* @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.Grid</code> control.
|
|
53
|
+
* @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.Grid</code> control. As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
54
54
|
* @alias sap.zen.commons.layout.MatrixLayout
|
|
55
55
|
|
|
56
56
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
// Provides control sap.zen.commons.layout.MatrixLayoutCell.
|
|
@@ -25,11 +25,11 @@ sap.ui.define(
|
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.96.
|
|
28
|
+
* @version 1.96.39
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
32
|
-
* @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.Grid</code> control.
|
|
32
|
+
* @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.Grid</code> control. As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
33
33
|
* @alias sap.zen.commons.layout.MatrixLayoutCell
|
|
34
34
|
*/
|
|
35
35
|
var MatrixLayoutCell = Element.extend("sap.zen.commons.MatrixLayoutCell", /** @lends sap.zen.commons.layout.MatrixLayoutCell.prototype */ { metadata : {
|
|
@@ -40,7 +40,7 @@ sap.ui.define(
|
|
|
40
40
|
*
|
|
41
41
|
* Determines the matrix layout cell's background design.
|
|
42
42
|
*/
|
|
43
|
-
backgroundDesign : {type : "sap.zen.commons.BackgroundDesign", defaultValue :
|
|
43
|
+
backgroundDesign : {type : "sap.zen.commons.BackgroundDesign", defaultValue : "Transparent"},
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* Determines how many columns of the underlying grid structure are occupied
|
|
@@ -52,7 +52,7 @@ sap.ui.define(
|
|
|
52
52
|
* Determines the horizontal alignment of the matrix layout cell's content
|
|
53
53
|
* with the cell's borders.
|
|
54
54
|
*/
|
|
55
|
-
hAlign : {type : "sap.zen.commons.HAlign", defaultValue :
|
|
55
|
+
hAlign : {type : "sap.zen.commons.HAlign", defaultValue : "Begin"},
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* Determines the padding of the matrix layout cell's content within the
|
|
@@ -60,7 +60,7 @@ sap.ui.define(
|
|
|
60
60
|
* form-like layout. Consider to remove the padding on the outer layout in
|
|
61
61
|
* case of nesting.
|
|
62
62
|
*/
|
|
63
|
-
padding : {type : "sap.zen.commons.Padding", defaultValue :
|
|
63
|
+
padding : {type : "sap.zen.commons.Padding", defaultValue : "End"},
|
|
64
64
|
/**
|
|
65
65
|
* Determines how many rows of the underlying grid structure are occupied by this matrix layout cell.
|
|
66
66
|
* In case a row-height is used, all rows affected by the RowSpan must have the same unit.
|
|
@@ -71,13 +71,13 @@ sap.ui.define(
|
|
|
71
71
|
* Determines how a matrix layout cell is separated from its predecessor,
|
|
72
72
|
* via a vertical gutter of variable width, with or without a vertical line.
|
|
73
73
|
*/
|
|
74
|
-
separation : {type : "sap.zen.commons.Separation", defaultValue :
|
|
74
|
+
separation : {type : "sap.zen.commons.Separation", defaultValue : "None"},
|
|
75
75
|
/**
|
|
76
76
|
*
|
|
77
77
|
* Determines the vertical alignment of the matrix layout cell's content
|
|
78
78
|
* with the cell's borders.
|
|
79
79
|
*/
|
|
80
|
-
vAlign : {type : "sap.zen.commons.VAlign", defaultValue :
|
|
80
|
+
vAlign : {type : "sap.zen.commons.VAlign", defaultValue : "Middle"}
|
|
81
81
|
},
|
|
82
82
|
defaultAggregation : "content",
|
|
83
83
|
aggregations : {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
// Provides default renderer for control sap.zen.commons.layout.MatrixLayout
|
|
@@ -28,7 +28,7 @@ sap.ui.define(
|
|
|
28
28
|
*
|
|
29
29
|
* @param {sap.ui.core.RenderManager} oRenderManager The RenderManager that can be used for writing to the Render-Output-Buffer.
|
|
30
30
|
* @param {sap.ui.core.Control} oMatrixLayout an object representation of the control that should be rendered
|
|
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
|
*/
|
|
33
33
|
MatrixLayoutRenderer.render = function(oRenderManager, oMatrixLayout) {
|
|
34
34
|
// some convenience variables.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
|
|
@@ -26,11 +26,11 @@ sap.ui.define(
|
|
|
26
26
|
* @extends sap.ui.core.Element
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.96.
|
|
29
|
+
* @version 1.96.39
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
33
|
-
* @deprecated
|
|
33
|
+
* @deprecated As of version 1.38, replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
34
34
|
* @alias sap.zen.commons.layout.MatrixLayoutRow
|
|
35
35
|
* @deprecated Since version 1.89.0
|
|
36
36
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
|
|
@@ -23,9 +23,9 @@ sap.ui.define(
|
|
|
23
23
|
* @class
|
|
24
24
|
* Is used to specify the position of a control in the AbsoluteLayout
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
|
-
* @deprecated
|
|
26
|
+
* @deprecated As of version 1.89, this library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.96.
|
|
28
|
+
* @version 1.96.39
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -253,7 +253,7 @@ sap.ui.define(
|
|
|
253
253
|
*
|
|
254
254
|
* @private
|
|
255
255
|
*/
|
|
256
|
-
PositionContainer.prototype.exit = function(
|
|
256
|
+
PositionContainer.prototype.exit = function() {
|
|
257
257
|
this.reinitializeEventHandlers(true);
|
|
258
258
|
};
|
|
259
259
|
/**
|
|
@@ -315,14 +315,14 @@ sap.ui.define(
|
|
|
315
315
|
if (oProp) {
|
|
316
316
|
var val = oControl[oProp._sGetter]();
|
|
317
317
|
if (!(!val || val === "" || val === "auto" || val === "inherit")) {
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
Log.warning("Position " + sPos2 + "=" + sVal2 + " ignored, because child control " + oControl.getId() + " has fixed " + sProp + " (" + val + ").",
|
|
319
|
+
"", "AbsoluteLayout '" + (oLayout ? oLayout.getId() : "_undefined") + "'");
|
|
320
320
|
return false;
|
|
321
321
|
}
|
|
322
322
|
} else {
|
|
323
323
|
if (sProp === "width" && !oPositionContainer._disableWidthCheck || sProp === "height" && !oPositionContainer._disableHeightCheck) {
|
|
324
324
|
Log.warning("Position " + sPos2 + "=" + sVal2 + " ignored, because child control " + oControl.getId() + " not resizable.",
|
|
325
|
-
|
|
325
|
+
"", "AbsoluteLayout '" + (oLayout ? oLayout.getId() : "_undefined") + "'");
|
|
326
326
|
return false;
|
|
327
327
|
}
|
|
328
328
|
}
|
|
@@ -337,7 +337,7 @@ sap.ui.define(
|
|
|
337
337
|
*/
|
|
338
338
|
var getPropertyInfo = function(oControl, sPropertyName) {
|
|
339
339
|
var oPropertyInfo = oControl.getMetadata().getProperty(sPropertyName);
|
|
340
|
-
if (oPropertyInfo && oPropertyInfo.type ===
|
|
340
|
+
if (oPropertyInfo && oPropertyInfo.type === "sap.ui.core.CSSSize") {
|
|
341
341
|
return oPropertyInfo;
|
|
342
342
|
}
|
|
343
343
|
return null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*global sap*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -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.
|
|
34
|
+
* @version 1.96.39
|
|
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.
|
|
40
|
+
version: "1.96.39",
|
|
41
41
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
|
|
42
42
|
types: [
|
|
43
43
|
"sap.zen.commons.BackgroundDesign",
|