@sapui5/sap.zen.commons 1.120.5 → 1.120.7
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/i18n/i18n_en.properties +0 -3
- package/src/sap/zen/commons/i18n/i18n_en_US_saptrc.properties +8 -8
- package/src/sap/zen/commons/layout/MatrixLayout.js +1 -1
- package/src/sap/zen/commons/layout/MatrixLayoutCell.js +1 -1
- package/src/sap/zen/commons/layout/MatrixLayoutRow.js +1 -1
- package/src/sap/zen/commons/layout/PositionContainer.js +1 -1
- package/src/sap/zen/commons/library.js +2 -2
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<copyright>SAPUI5
|
|
9
9
|
(c) Copyright 2009-2020 SAP SE. All rights reserved
|
|
10
10
|
</copyright>
|
|
11
|
-
<version>1.120.
|
|
11
|
+
<version>1.120.7</version>
|
|
12
12
|
<documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
|
|
13
13
|
<dependencies>
|
|
14
14
|
<dependency>
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
# Contains descriptions for a BI dashboarding tool.
|
|
2
|
-
#
|
|
3
1
|
title=Firefly Native Library
|
|
4
2
|
sap.zen.commons=firefly ui5 native library
|
|
5
|
-
#YDES: Application description
|
|
6
3
|
description=firefly ui5 native library
|
|
7
4
|
CELL_ARIA=Row {0} Column {1}\: {2}
|
|
8
5
|
HPOS=Cols {0}-{1} of {2}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
title=
|
|
2
|
-
sap.zen.commons=
|
|
3
|
-
description=
|
|
4
|
-
CELL_ARIA=
|
|
5
|
-
HPOS=
|
|
6
|
-
VPOS=
|
|
7
|
-
ARROW_DOWN=
|
|
8
|
-
ARROW_RIGHT
|
|
1
|
+
title=sAt/iZZ5e4rKBf4sY1bKWg_Firefly Native Library
|
|
2
|
+
sap.zen.commons=ATqLUa1Qmkv/EGqavu+Q/w_firefly ui5 native library
|
|
3
|
+
description=rLiDJBkEhMq5STYLvcCDGQ_firefly ui5 native library
|
|
4
|
+
CELL_ARIA=JF4M1xq7zqXG5XyG2NQvTw_Row {0} Column {1}\: {2}
|
|
5
|
+
HPOS=JJi+lMYumgMzjQzMc67mzg_Cols {0}-{1} of {2}
|
|
6
|
+
VPOS=fiQi81oRLkYE0HPoYaFZmA_Rows {0}-{1} of {2}
|
|
7
|
+
ARROW_DOWN=PkJehSamdKjMAaJn/6Atjg_Arrow Down
|
|
8
|
+
ARROW_RIGHT=/NguY9Pilgi1G1TiztHHvQ_Arrow Right
|
|
@@ -27,13 +27,13 @@ sap.ui.define(
|
|
|
27
27
|
* @namespace
|
|
28
28
|
* @name sap.zen.commons
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.120.
|
|
30
|
+
* @version 1.120.7
|
|
31
31
|
* @public
|
|
32
32
|
*/
|
|
33
33
|
// delegate further initialization of this library to the Core
|
|
34
34
|
sap.ui.getCore().initLibrary({
|
|
35
35
|
name : "sap.zen.commons",
|
|
36
|
-
version: "1.120.
|
|
36
|
+
version: "1.120.7",
|
|
37
37
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
|
|
38
38
|
types: [
|
|
39
39
|
"sap.zen.commons.BackgroundDesign",
|