@sapui5/sap.zen.commons 1.84.46 → 1.84.51
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/Cell.js +1 -1
- package/src/sap/zen/commons/Grid.js +1 -1
- package/src/sap/zen/commons/SemanticStyle.js +1 -1
- 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
|
@@ -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.84.
|
|
8
|
+
<version>1.84.51</version>
|
|
9
9
|
<documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
|
|
10
10
|
<dependencies>
|
|
11
11
|
<dependency>
|
|
@@ -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=KqhLHhUO3qxQOPeQ4nsNOQ_Firefly Native Library
|
|
2
|
+
sap.zen.commons=Dt+eHzGxi55wj4L5lE6QsQ_firefly ui5 native library
|
|
3
|
+
description=bEJlZIQyACSaMhVPQkXooA_firefly ui5 native library
|
|
4
|
+
CELL_ARIA=3fcsWzmyK34ZJR2b7N3YKA_Row {0} Column {1}\: {2}
|
|
5
|
+
HPOS=1dGFjOxZCZCtSkGvvKqL+A_Cols {0}-{1} of {2}
|
|
6
|
+
VPOS=ZHp4RusOh7oi7tJoc87jzg_Rows {0}-{1} of {2}
|
|
7
|
+
ARROW_DOWN=nXPv3uJpxJP7/HVz0TxHQQ_Arrow Down
|
|
8
|
+
ARROW_RIGHT=wTIJey0+dJrSinILMyk3Kw_Arrow Right
|
|
@@ -31,13 +31,13 @@ sap.ui.define(
|
|
|
31
31
|
* @namespace
|
|
32
32
|
* @name sap.zen.commons
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.84.
|
|
34
|
+
* @version 1.84.51
|
|
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.84.
|
|
40
|
+
version: "1.84.51",
|
|
41
41
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
|
|
42
42
|
types: [
|
|
43
43
|
"sap.zen.commons.BackgroundDesign",
|