@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.
Files changed (39) hide show
  1. package/package.json +1 -1
  2. package/src/sap/zen/commons/.library +1 -1
  3. package/src/sap/zen/commons/AlertLevel.js +1 -1
  4. package/src/sap/zen/commons/BackgroundDesign.js +1 -1
  5. package/src/sap/zen/commons/Cell.js +2 -2
  6. package/src/sap/zen/commons/CellType.js +1 -1
  7. package/src/sap/zen/commons/Format.js +1 -1
  8. package/src/sap/zen/commons/Grid.js +2 -2
  9. package/src/sap/zen/commons/GridRenderer.js +1 -1
  10. package/src/sap/zen/commons/HAlign.js +1 -1
  11. package/src/sap/zen/commons/Padding.js +1 -1
  12. package/src/sap/zen/commons/SemanticStyle.js +2 -2
  13. package/src/sap/zen/commons/Separation.js +1 -1
  14. package/src/sap/zen/commons/SpreadSheet/CXpDataCellValueType.js +1 -1
  15. package/src/sap/zen/commons/SpreadSheet/CXpStyle.js +1 -1
  16. package/src/sap/zen/commons/SpreadSheet/CellInfo.js +1 -1
  17. package/src/sap/zen/commons/SpreadSheet/Workbook.js +1 -1
  18. package/src/sap/zen/commons/VAlign.js +1 -1
  19. package/src/sap/zen/commons/i18n/i18n_cy.properties +3 -3
  20. package/src/sap/zen/commons/i18n/i18n_en_US_saptrc.properties +8 -8
  21. package/src/sap/zen/commons/i18n/i18n_it.properties +4 -4
  22. package/src/sap/zen/commons/i18n/i18n_pl.properties +2 -2
  23. package/src/sap/zen/commons/i18n/i18n_th.properties +2 -2
  24. package/src/sap/zen/commons/layout/AbsoluteLayout.js +1 -1
  25. package/src/sap/zen/commons/layout/AbsoluteLayoutRenderer.js +1 -1
  26. package/src/sap/zen/commons/layout/MatrixLayout.js +2 -2
  27. package/src/sap/zen/commons/layout/MatrixLayoutCell.js +2 -2
  28. package/src/sap/zen/commons/layout/MatrixLayoutRenderer.js +1 -1
  29. package/src/sap/zen/commons/layout/MatrixLayoutRow.js +2 -2
  30. package/src/sap/zen/commons/layout/PositionContainer.js +2 -2
  31. package/src/sap/zen/commons/library.js +3 -3
  32. package/src/sap/zen/commons/themes/base/library.source.less +1 -1
  33. package/src/sap/zen/commons/themes/sap_hcb/library.source.less +1 -1
  34. package/src/sap/zen/commons/utils/GridUtils.js +1 -1
  35. package/src/sap/zen/commons/utils/ResourceBundle.js +1 -1
  36. package/src/sap/zen/commons/utils/ResourceModel.js +1 -1
  37. package/src/sap/zen/commons/utils/Utilities.js +1 -1
  38. package/src/sap/zen/commons/utils/jQuery.js +1 -1
  39. package/src/sap/zen/commons/wasabi/Olap.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.zen.commons",
3
- "version": "1.96.7",
3
+ "version": "1.96.15",
4
4
  "description": "SAPUI5 Library sap.zen.commons",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -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.7</version>
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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
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.7
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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
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.7
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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
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.7
28
+ * @version 1.96.15
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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap, ArrayBuffer, Uint8Array, window*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
- title=Firefly Native Library
2
- sap.zen.commons=firefly ui5 native library
3
- description=firefly ui5 native library
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=scCKvva/uy5Fm3OaV9PpJA_Firefly Native Library
2
- sap.zen.commons=su1cRS15HMG5tUvTO/TZ4Q_firefly ui5 native library
3
- description=RkxQpaCFhb8tMb95mQc99Q_firefly ui5 native library
4
- CELL_ARIA=Bnkc+dnHg36jlSwJ/luBAg_Row {0} Column {1}\: {2}
5
- HPOS=PyXpI+n+AbxnAP7rGQ+Qjg_Cols {0}-{1} of {2}
6
- VPOS=e5SS5pjFpWFt1PaOCTk/vA_Rows {0}-{1} of {2}
7
- ARROW_DOWN=c/B2gATtLEKVEvTXtDAYug_Arrow Down
8
- ARROW_RIGHT=sdYBiJPBHcgzZ+CbzpwXZw_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 Firefly
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=biblioteka macierzysta firefly ui5
3
- description=biblioteka macierzysta firefly ui5
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=firefly ui5 native library
3
- description=firefly ui5 native library
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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  // Provides control sap.zen.commons.layout.AbsoluteLayout.
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  // Provides default renderer for control sap.zen.commons.layout.AbsoluteLayout
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
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.7
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-2022 SAP SE. All rights reserved.
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.7
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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  // Provides default renderer for control sap.zen.commons.layout.MatrixLayout
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
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.7
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-2022 SAP SE. All rights reserved.
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.7
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-2022 SAP SE. All rights reserved.
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.7
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.7",
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",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../../../../../sap/ui/core/themes/base/base.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap */
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap*/
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  /*global sap, window*/
6
6