@sapui5/sap.zen.commons 1.96.7 → 1.96.15
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/i18n/i18n_cy.properties +3 -3
- package/src/sap/zen/commons/i18n/i18n_en_US_saptrc.properties +8 -8
- package/src/sap/zen/commons/i18n/i18n_it.properties +4 -4
- package/src/sap/zen/commons/i18n/i18n_pl.properties +2 -2
- package/src/sap/zen/commons/i18n/i18n_th.properties +2 -2
- 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/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.15</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
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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.15
|
|
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-2023 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.15
|
|
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-2023 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.15
|
|
29
29
|
* @alias sap.zen.commons.SemanticStyle
|
|
30
30
|
* @since 1.89
|
|
31
31
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
title=
|
|
2
|
-
sap.zen.commons=firefly ui5
|
|
3
|
-
description=firefly ui5
|
|
1
|
+
title=Llyfrgell Gynhenid Firefly
|
|
2
|
+
sap.zen.commons=llyfrgell gynhenid firefly ui5
|
|
3
|
+
description=llyfrgell gynhenid firefly ui5
|
|
4
4
|
CELL_ARIA=Rhes {0} Colofn {1}\: {2}
|
|
5
5
|
HPOS=Colofnau {0}-{1} o {2}
|
|
6
6
|
VPOS=Rhesi {0}-{1} o {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=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
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
title=Libreria nativa
|
|
1
|
+
title=Libreria nativa firefly
|
|
2
2
|
sap.zen.commons=Libreria nativa firefly ui5
|
|
3
3
|
description=Libreria nativa firefly ui5
|
|
4
|
-
CELL_ARIA=Riga {0} colonna {1}\: {2}
|
|
5
|
-
HPOS=Colonne {0}-{1} di {2}
|
|
6
|
-
VPOS=Righe {0}-{1} di {2}
|
|
4
|
+
CELL_ARIA=Riga {0}, colonna {1}\: {2}
|
|
5
|
+
HPOS=Colonne {0} - {1} di {2}
|
|
6
|
+
VPOS=Righe {0} - {1} di {2}
|
|
7
7
|
ARROW_DOWN=Freccia in basso
|
|
8
8
|
ARROW_RIGHT=Freccia a destra
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
title=Biblioteka macierzysta Firefly
|
|
2
|
-
sap.zen.commons=
|
|
3
|
-
description=
|
|
2
|
+
sap.zen.commons=Biblioteka macierzysta Firefly ui5
|
|
3
|
+
description=Biblioteka macierzysta Firefly ui5
|
|
4
4
|
CELL_ARIA=Wiersz {0} kolumna {1}\: {2}
|
|
5
5
|
HPOS=Kolumny {0}-{1} z {2}
|
|
6
6
|
VPOS=Wiersze {0}-{1} z {2}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
title=Firefly Native Library
|
|
2
|
-
sap.zen.commons=
|
|
3
|
-
description=
|
|
2
|
+
sap.zen.commons=Firefly UI5 Native Library
|
|
3
|
+
description=Firefly UI5 Native Library
|
|
4
4
|
CELL_ARIA=\u0E41\u0E16\u0E27 {0} \u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C {1}\: {2}
|
|
5
5
|
HPOS={0}-{1} \u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C\u0E08\u0E32\u0E01 {2}
|
|
6
6
|
VPOS={0}-{1} \u0E41\u0E16\u0E27\u0E08\u0E32\u0E01 {2}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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.96.
|
|
49
|
+
* @version 1.96.15
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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.96.
|
|
28
|
+
* @version 1.96.15
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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.96.
|
|
29
|
+
* @version 1.96.15
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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.96.
|
|
28
|
+
* @version 1.96.15
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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.96.
|
|
35
|
+
* @version 1.96.15
|
|
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.15",
|
|
42
42
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
|
|
43
43
|
types: [
|
|
44
44
|
"sap.zen.commons.BackgroundDesign",
|