@sapui5/sap.zen.commons 1.96.8 → 1.96.16
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.96.
|
|
8
|
+
<version>1.96.16</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=G7Qyy1JEzK6duQMO2gtdww_Firefly Native Library
|
|
2
|
+
sap.zen.commons=Cl63Hm4ZV+eOeO7S5LmH/Q_firefly ui5 native library
|
|
3
|
+
description=WqxFGB1D0l5wkAOOGkuTzg_firefly ui5 native library
|
|
4
|
+
CELL_ARIA=o9S29PXBwYthL3cwGkEK8A_Row {0} Column {1}\: {2}
|
|
5
|
+
HPOS=FSWZZV5GEC23MDweO1cszQ_Cols {0}-{1} of {2}
|
|
6
|
+
VPOS=LPewXhhzMa6OJvOCS/rBXQ_Rows {0}-{1} of {2}
|
|
7
|
+
ARROW_DOWN=I/bXAn7r8dMi1IMyvgU+iA_Arrow Down
|
|
8
|
+
ARROW_RIGHT=tUNC3k+BmcsTL2R/hv+7Og_Arrow Right
|
|
@@ -32,13 +32,13 @@ sap.ui.define(
|
|
|
32
32
|
* @namespace
|
|
33
33
|
* @name sap.zen.commons
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.96.
|
|
35
|
+
* @version 1.96.16
|
|
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.96.
|
|
41
|
+
version: "1.96.16",
|
|
42
42
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
|
|
43
43
|
types: [
|
|
44
44
|
"sap.zen.commons.BackgroundDesign",
|