@sapui5/sap.zen.commons 1.99.0 → 1.102.0

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 (62) hide show
  1. package/package.json +1 -1
  2. package/src/sap/zen/commons/.library +13 -22
  3. package/src/sap/zen/commons/BackgroundDesign.js +70 -69
  4. package/src/sap/zen/commons/HAlign.js +59 -58
  5. package/src/sap/zen/commons/Padding.js +67 -66
  6. package/src/sap/zen/commons/Separation.js +71 -70
  7. package/src/sap/zen/commons/SpreadSheet/CXpDataCellValueType.js +2 -1
  8. package/src/sap/zen/commons/SpreadSheet/CXpStyle.js +2 -1
  9. package/src/sap/zen/commons/SpreadSheet/CellInfo.js +2 -1
  10. package/src/sap/zen/commons/SpreadSheet/Workbook.js +2 -1
  11. package/src/sap/zen/commons/VAlign.js +43 -42
  12. package/src/sap/zen/commons/layout/AbsoluteLayout.js +2 -1
  13. package/src/sap/zen/commons/layout/AbsoluteLayoutRenderer.js +2 -1
  14. package/src/sap/zen/commons/layout/MatrixLayout.js +3 -2
  15. package/src/sap/zen/commons/layout/MatrixLayoutCell.js +3 -2
  16. package/src/sap/zen/commons/layout/MatrixLayoutRenderer.js +2 -1
  17. package/src/sap/zen/commons/layout/MatrixLayoutRow.js +3 -2
  18. package/src/sap/zen/commons/layout/PositionContainer.js +3 -2
  19. package/src/sap/zen/commons/library.js +8 -61
  20. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  21. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_flat_75_ffffff_40x100.png +0 -0
  22. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  23. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_glass_65_ffffff_1x400.png +0 -0
  24. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_glass_75_dadada_1x400.png +0 -0
  25. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  26. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  27. package/src/sap/zen/commons/themes/base/img/jQuery/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  28. package/src/sap/zen/commons/themes/base/img/jQuery/ui-icons_222222_256x240.png +0 -0
  29. package/src/sap/zen/commons/themes/base/img/jQuery/ui-icons_2e83ff_256x240.png +0 -0
  30. package/src/sap/zen/commons/themes/base/img/jQuery/ui-icons_454545_256x240.png +0 -0
  31. package/src/sap/zen/commons/themes/base/img/jQuery/ui-icons_888888_256x240.png +0 -0
  32. package/src/sap/zen/commons/themes/base/img/jQuery/ui-icons_cd0a0a_256x240.png +0 -0
  33. package/src/sap/zen/commons/themes/base/library.source.less +2 -2
  34. package/src/sap/zen/commons/themes/sap_belize_hcb/library-parameter.json +5 -5
  35. package/src/sap/zen/commons/themes/sap_belize_hcw/library-parameter.json +5 -5
  36. package/src/sap/zen/commons/themes/sap_fiori_3_dark/library-parameter.json +5 -5
  37. package/src/sap/zen/commons/themes/sap_fiori_3_hcb/library-parameter.json +5 -5
  38. package/src/sap/zen/commons/themes/sap_hcb/library.source.less +2 -1
  39. package/src/sap/zen/commons/themes/sap_horizon_dark/library.source.less +7 -0
  40. package/src/sap/zen/commons/themes/sap_horizon_hcb/library.source.less +7 -0
  41. package/src/sap/zen/commons/themes/sap_horizon_hcw/library.source.less +7 -0
  42. package/src/sap/zen/commons/utils/ResourceBundle.js +2 -1
  43. package/src/sap/zen/commons/utils/ResourceModel.js +2 -1
  44. package/src/sap/zen/commons/utils/jQuery.js +2 -1
  45. package/src/sap/zen/commons/AlertLevel.js +0 -71
  46. package/src/sap/zen/commons/Cell.js +0 -111
  47. package/src/sap/zen/commons/CellType.js +0 -80
  48. package/src/sap/zen/commons/Format.js +0 -45
  49. package/src/sap/zen/commons/Grid.js +0 -362
  50. package/src/sap/zen/commons/GridRenderer.js +0 -259
  51. package/src/sap/zen/commons/SemanticStyle.js +0 -55
  52. package/src/sap/zen/commons/themes/base/Grid.less +0 -681
  53. package/src/sap/zen/commons/thirdparty/lodash.js +0 -17318
  54. package/src/sap/zen/commons/thirdparty/wasabi/InA_Interpreter.wasm +0 -0
  55. package/src/sap/zen/commons/thirdparty/wasabi/Microcube_worker.js +0 -876
  56. package/src/sap/zen/commons/thirdparty/wasabi/resources/response_getSerververInfo.json +0 -398
  57. package/src/sap/zen/commons/thirdparty/wasabi/resources/sqlite/chinook/chinook.db +0 -0
  58. package/src/sap/zen/commons/thirdparty/wasabi/resources/sqlite/efashion/efashion.db +0 -0
  59. package/src/sap/zen/commons/thirdparty/wasabi/resources/sqlite/efashion_lite/efashion_lite.db +0 -0
  60. package/src/sap/zen/commons/utils/GridUtils.js +0 -1293
  61. package/src/sap/zen/commons/utils/Utilities.js +0 -81
  62. package/src/sap/zen/commons/wasabi/Olap.js +0 -121
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.zen.commons",
3
- "version": "1.99.0",
3
+ "version": "1.102.0",
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)",
@@ -1,12 +1,13 @@
1
1
  <?xml version="1.0" encoding="UTF-8" ?>
2
- <library xmlns="http://www.sap.com/sap.ui.library.xsd" >
2
+ <library xmlns="http://www.sap.com/sap.ui.library.xsd">
3
3
 
4
4
  <name>sap.zen.commons</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
- (c) Copyright 2009-2020 SAP SE. All rights reserved</copyright>
8
- <version>1.99.0</version>
9
- <documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
7
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
8
+ </copyright>
9
+ <version>1.102.0</version>
10
+ <documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
10
11
  <dependencies>
11
12
  <dependency>
12
13
  <libraryName>sap.ui.core</libraryName>
@@ -14,31 +15,21 @@
14
15
  <dependency>
15
16
  <libraryName>sap.ui.layout</libraryName>
16
17
  </dependency>
17
- <dependency>
18
+ <dependency>
18
19
  <libraryName>sap.m</libraryName>
19
20
  </dependency>
20
21
  </dependencies>
21
22
  <appData>
22
- <jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
23
- <exclude name="sap/zen/commons/thirdparty" />
23
+ <jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc">
24
+ <exclude name="sap/zen/commons/thirdparty"/>
24
25
  </jsdoc>
25
- <documentation
26
- xmlns="http://www.sap.com/ui5/buildext/documentation"
27
- indexUrl="../../../../test-resources/sap/zen/commons/demokit/docuindex.json"
28
- resolve="lib" />
29
26
  <ownership xmlns="http://www.sap.com/ui5/buildext/ownership">
30
27
  <component>BI-RA-AD-EA</component><!-- default component for library, embedded text as a shortcut for <name>text</name> -->
31
28
  </ownership>
32
- <packaging xmlns="http://www.sap.com/ui5/buildext/packaging" version="2.0" >
33
- <module-infos>
34
- <raw-module name="sap/zen/commons/thirdparty/wasabi/WASI_API.js"
35
- requiresTopLevelScope="false" />
36
- <raw-module name="sap/zen/commons/thirdparty/wasabi/Microcube_worker.js"
37
- requiresTopLevelScope="false" />
38
- </module-infos>
39
- <all-in-one>
40
- <exclude name="sap/zen/commons/thirdparty/wasabi/"/>
41
- </all-in-one>
42
- </packaging>
29
+ <packaging xmlns="http://www.sap.com/ui5/buildext/packaging" version="2.0">
30
+ <all-in-one>
31
+
32
+ </all-in-one>
33
+ </packaging>
43
34
  </appData>
44
35
  </library>
@@ -1,70 +1,71 @@
1
- /*!
1
+ /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
4
- */
5
- /*global sap*/
6
- sap.ui.define(
7
- "sap/zen/commons/BackgroundDesign", [],
8
- function () {
9
- "use strict";
10
- /**
11
- * Background design (i.e. color), e.g. of a layout cell.
12
- *
13
- * @enum {string}
14
- * @public
15
- * @deprecated Since version 1.89.0
16
- */
17
- var BackgroundDesign = {
18
- /**
19
- *
20
- * A background design suitable for borders.
21
- *
22
- * @public
23
- */
24
- Border : "Border",
25
- /**
26
- *
27
- * An opaque background design that looks dark filled.
28
- *
29
- * @public
30
- */
31
- Fill1 : "Fill1",
32
- /**
33
- *
34
- * An opaque background design that looks medium filled.
35
- *
36
- * @public
37
- */
38
- Fill2 : "Fill2",
39
- /**
40
- *
41
- * An opaque background design that looks light filled.
42
- *
43
- * @public
44
- */
45
- Fill3 : "Fill3",
46
- /**
47
- *
48
- * A background design suitable for headers.
49
- *
50
- * @public
51
- */
52
- Header : "Header",
53
- /**
54
- *
55
- * A plain but opaque background design.
56
- *
57
- * @public
58
- */
59
- Plain : "Plain",
60
- /**
61
- *
62
- * A transparent background.
63
- *
64
- * @public
65
- */
66
- Transparent : "Transparent"
67
- };
68
- return BackgroundDesign;
69
- }
70
- );
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
5
+ */
6
+ /*global sap*/
7
+ sap.ui.define(
8
+ "sap/zen/commons/BackgroundDesign", [],
9
+ function () {
10
+ "use strict";
11
+ /**
12
+ * Background design (i.e. color), e.g. of a layout cell.
13
+ *
14
+ * @enum {string}
15
+ * @public
16
+ * @deprecated Since version 1.89.0
17
+ */
18
+ var BackgroundDesign = {
19
+ /**
20
+ *
21
+ * A background design suitable for borders.
22
+ *
23
+ * @public
24
+ */
25
+ Border : "Border",
26
+ /**
27
+ *
28
+ * An opaque background design that looks dark filled.
29
+ *
30
+ * @public
31
+ */
32
+ Fill1 : "Fill1",
33
+ /**
34
+ *
35
+ * An opaque background design that looks medium filled.
36
+ *
37
+ * @public
38
+ */
39
+ Fill2 : "Fill2",
40
+ /**
41
+ *
42
+ * An opaque background design that looks light filled.
43
+ *
44
+ * @public
45
+ */
46
+ Fill3 : "Fill3",
47
+ /**
48
+ *
49
+ * A background design suitable for headers.
50
+ *
51
+ * @public
52
+ */
53
+ Header : "Header",
54
+ /**
55
+ *
56
+ * A plain but opaque background design.
57
+ *
58
+ * @public
59
+ */
60
+ Plain : "Plain",
61
+ /**
62
+ *
63
+ * A transparent background.
64
+ *
65
+ * @public
66
+ */
67
+ Transparent : "Transparent"
68
+ };
69
+ return BackgroundDesign;
70
+ }
71
+ );
@@ -1,59 +1,60 @@
1
- /*!
1
+ /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
4
- */
5
- /*global sap*/
6
- sap.ui.define(
7
- "sap/zen/commons/HAlign", [],
8
- function () {
9
- "use strict";
10
- /**
11
- * Horizontal alignment, e.g. of a layout cell's content within the cell's borders.
12
- * Note that some values depend on the current locale's writing direction while
13
- * others do not.
14
- *
15
- * @enum {string}
16
- * @alias sap.zen.commons.HAlign
17
- * @public
18
- * @deprecated Since version 1.89.0
19
- */
20
- var HAlign = {
21
- /**
22
- *
23
- * Aligned towards the beginning of a line, in the current locale's writing direction.
24
- *
25
- * @public
26
- */
27
- Begin : "Begin",
28
- /**
29
- *
30
- * Horizontally centered.
31
- *
32
- * @public
33
- */
34
- Center : "Center",
35
- /**
36
- *
37
- * Aligned towards the end of a line, in the current locale's writing direction.
38
- *
39
- * @public
40
- */
41
- End : "End",
42
- /**
43
- *
44
- * Left aligned, regardless of the current locale's writing direction.
45
- *
46
- * @public
47
- */
48
- Left : "Left",
49
- /**
50
- *
51
- * Right aligned, regardless of the current locale's writing direction.
52
- *
53
- * @public
54
- */
55
- Right : "Right"
56
- };
57
- return HAlign;
58
- }
59
- );
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
5
+ */
6
+ /*global sap*/
7
+ sap.ui.define(
8
+ "sap/zen/commons/HAlign", [],
9
+ function () {
10
+ "use strict";
11
+ /**
12
+ * Horizontal alignment, e.g. of a layout cell's content within the cell's borders.
13
+ * Note that some values depend on the current locale's writing direction while
14
+ * others do not.
15
+ *
16
+ * @enum {string}
17
+ * @alias sap.zen.commons.HAlign
18
+ * @public
19
+ * @deprecated Since version 1.89.0
20
+ */
21
+ var HAlign = {
22
+ /**
23
+ *
24
+ * Aligned towards the beginning of a line, in the current locale's writing direction.
25
+ *
26
+ * @public
27
+ */
28
+ Begin : "Begin",
29
+ /**
30
+ *
31
+ * Horizontally centered.
32
+ *
33
+ * @public
34
+ */
35
+ Center : "Center",
36
+ /**
37
+ *
38
+ * Aligned towards the end of a line, in the current locale's writing direction.
39
+ *
40
+ * @public
41
+ */
42
+ End : "End",
43
+ /**
44
+ *
45
+ * Left aligned, regardless of the current locale's writing direction.
46
+ *
47
+ * @public
48
+ */
49
+ Left : "Left",
50
+ /**
51
+ *
52
+ * Right aligned, regardless of the current locale's writing direction.
53
+ *
54
+ * @public
55
+ */
56
+ Right : "Right"
57
+ };
58
+ return HAlign;
59
+ }
60
+ );
@@ -1,67 +1,68 @@
1
- /*!
1
+ /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
4
- */
5
- /*global sap*/
6
- sap.ui.define(
7
- "sap/zen/commons/Padding", [],
8
- function () {
9
- "use strict";
10
- /**
11
- * Padding, e.g. of a layout cell's content within the cell's borders.
12
- * Note that all options except "None" include a padding of 2px at the top and
13
- * bottom, and differ only in the presence of a 4px padding towards the beginning
14
- * or end of a line, in the current locale's writing direction.
15
- *
16
- * @enum {string}
17
- * @public
18
- * @alias sap.zen.commons.Padding
19
- * @deprecated since 1.89
20
- * @experimental
21
- */
22
- var Padding = {
23
- /**
24
- *
25
- * No padding at all.
26
- *
27
- * @public
28
- */
29
- None : "None",
30
- /**
31
- *
32
- * Top and bottom padding of 2px.
33
- * Padding of 4px towards the beginning of a line, in the current locale's
34
- * writing direction, but none towards its end.
35
- *
36
- * @public
37
- */
38
- Begin : "Begin",
39
- /**
40
- *
41
- * Top and bottom padding of 2px.
42
- * Padding of 4px towards the end of a line, in the current locale's
43
- * writing direction, but none towards its beginning.
44
- *
45
- * @public
46
- */
47
- End : "End",
48
- /**
49
- *
50
- * Top and bottom padding of 2px.
51
- * Padding of 4px towards both the beginning and end of a line.
52
- *
53
- * @public
54
- */
55
- Both : "Both",
56
- /**
57
- *
58
- * Top and bottom padding of 2px.
59
- * No padding towards neither the beginning nor end of a line.
60
- *
61
- * @public
62
- */
63
- Neither : "Neither"
64
- };
65
- return Padding;
66
- }
67
- );
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
5
+ */
6
+ /*global sap*/
7
+ sap.ui.define(
8
+ "sap/zen/commons/Padding", [],
9
+ function () {
10
+ "use strict";
11
+ /**
12
+ * Padding, e.g. of a layout cell's content within the cell's borders.
13
+ * Note that all options except "None" include a padding of 2px at the top and
14
+ * bottom, and differ only in the presence of a 4px padding towards the beginning
15
+ * or end of a line, in the current locale's writing direction.
16
+ *
17
+ * @enum {string}
18
+ * @public
19
+ * @alias sap.zen.commons.Padding
20
+ * @deprecated since 1.89
21
+ * @experimental
22
+ */
23
+ var Padding = {
24
+ /**
25
+ *
26
+ * No padding at all.
27
+ *
28
+ * @public
29
+ */
30
+ None : "None",
31
+ /**
32
+ *
33
+ * Top and bottom padding of 2px.
34
+ * Padding of 4px towards the beginning of a line, in the current locale's
35
+ * writing direction, but none towards its end.
36
+ *
37
+ * @public
38
+ */
39
+ Begin : "Begin",
40
+ /**
41
+ *
42
+ * Top and bottom padding of 2px.
43
+ * Padding of 4px towards the end of a line, in the current locale's
44
+ * writing direction, but none towards its beginning.
45
+ *
46
+ * @public
47
+ */
48
+ End : "End",
49
+ /**
50
+ *
51
+ * Top and bottom padding of 2px.
52
+ * Padding of 4px towards both the beginning and end of a line.
53
+ *
54
+ * @public
55
+ */
56
+ Both : "Both",
57
+ /**
58
+ *
59
+ * Top and bottom padding of 2px.
60
+ * No padding towards neither the beginning nor end of a line.
61
+ *
62
+ * @public
63
+ */
64
+ Neither : "Neither"
65
+ };
66
+ return Padding;
67
+ }
68
+ );
@@ -1,72 +1,73 @@
1
- /*!
1
+ /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
4
- */
5
- /*global sap*/
6
- sap.ui.define(
7
- "sap/zen/commons/Separation", [],
8
- function () {
9
- "use strict";
10
- /**
11
- * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of
12
- * defined width, with or without a vertical line in its middle.
13
- *
14
- * @enum {string}
15
- * @public
16
- * @alias sap.zen.commons.Separation
17
- * @deprecated Since version 1.89.0
18
- */
19
- var Separation = {
20
- /**
21
- *
22
- * No gutter at all (0px), and without a vertical line, of course.
23
- *
24
- * @public
25
- */
26
- None : "None",
27
- /**
28
- *
29
- * A small (17px) vertical gutter without a vertical line.
30
- *
31
- * @public
32
- */
33
- Small : "Small",
34
- /**
35
- *
36
- * A small (17px) vertical gutter with a vertical line in its middle.
37
- *
38
- * @public
39
- */
40
- SmallWithLine : "SmallWithLine",
41
- /**
42
- *
43
- * A medium (31px) vertical gutter without a vertical line.
44
- *
45
- * @public
46
- */
47
- Medium : "Medium",
48
- /**
49
- *
50
- * A medium (31px) vertical gutter with a vertical line in its middle.
51
- *
52
- * @public
53
- */
54
- MediumWithLine : "MediumWithLine",
55
- /**
56
- *
57
- * A large (63px) vertical gutter without a vertical line.
58
- *
59
- * @public
60
- */
61
- Large : "Large",
62
- /**
63
- *
64
- * A large (63px) vertical gutter with a vertical line in its middle.
65
- *
66
- * @public
67
- */
68
- LargeWithLine : "LargeWithLine"
69
- };
70
- return Separation;
71
- }
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
5
+ */
6
+ /*global sap*/
7
+ sap.ui.define(
8
+ "sap/zen/commons/Separation", [],
9
+ function () {
10
+ "use strict";
11
+ /**
12
+ * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of
13
+ * defined width, with or without a vertical line in its middle.
14
+ *
15
+ * @enum {string}
16
+ * @public
17
+ * @alias sap.zen.commons.Separation
18
+ * @deprecated Since version 1.89.0
19
+ */
20
+ var Separation = {
21
+ /**
22
+ *
23
+ * No gutter at all (0px), and without a vertical line, of course.
24
+ *
25
+ * @public
26
+ */
27
+ None : "None",
28
+ /**
29
+ *
30
+ * A small (17px) vertical gutter without a vertical line.
31
+ *
32
+ * @public
33
+ */
34
+ Small : "Small",
35
+ /**
36
+ *
37
+ * A small (17px) vertical gutter with a vertical line in its middle.
38
+ *
39
+ * @public
40
+ */
41
+ SmallWithLine : "SmallWithLine",
42
+ /**
43
+ *
44
+ * A medium (31px) vertical gutter without a vertical line.
45
+ *
46
+ * @public
47
+ */
48
+ Medium : "Medium",
49
+ /**
50
+ *
51
+ * A medium (31px) vertical gutter with a vertical line in its middle.
52
+ *
53
+ * @public
54
+ */
55
+ MediumWithLine : "MediumWithLine",
56
+ /**
57
+ *
58
+ * A large (63px) vertical gutter without a vertical line.
59
+ *
60
+ * @public
61
+ */
62
+ Large : "Large",
63
+ /**
64
+ *
65
+ * A large (63px) vertical gutter with a vertical line in its middle.
66
+ *
67
+ * @public
68
+ */
69
+ LargeWithLine : "LargeWithLine"
70
+ };
71
+ return Separation;
72
+ }
72
73
  );
@@ -1,6 +1,7 @@
1
1
  /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
4
5
  */
5
6
  /*global sap*/
6
7
  sap.ui.define(
@@ -1,6 +1,7 @@
1
1
  /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
4
5
  */
5
6
  /*global sap*/
6
7
  sap.ui.define(
@@ -1,6 +1,7 @@
1
1
  /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
4
5
  */
5
6
  /*global sap*/
6
7
  sap.ui.define(
@@ -1,6 +1,7 @@
1
1
  /*!
2
2
  * SAPUI5
3
- (c) Copyright 2009-2020 SAP SE. All rights reserved
3
+ (c) Copyright 2009-2020 SAP SE. All rights reserved
4
+
4
5
  */
5
6
  /*global sap, ArrayBuffer, Uint8Array, window*/
6
7
  sap.ui.define(