@sapui5/sap.viz 1.121.1 → 1.122.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.
package/package.json
CHANGED
package/src/sap/viz/.library
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.
|
|
8
|
+
<version>1.122.0</version>
|
|
9
9
|
|
|
10
10
|
<documentation>Chart controls based on the SAP BI CVOM charting library</documentation>
|
|
11
11
|
|
package/src/sap/viz/library.js
CHANGED
|
@@ -17345,7 +17345,7 @@ define('sap/viz/framework/common/util/TimeUtil',[
|
|
|
17345
17345
|
|
|
17346
17346
|
function getFormatting(){
|
|
17347
17347
|
var enableCanvgConfig = getEnableCanvgConfig();
|
|
17348
|
-
return enableCanvgConfig && enableCanvgConfig.
|
|
17348
|
+
return enableCanvgConfig && enableCanvgConfig.Formatting;
|
|
17349
17349
|
}
|
|
17350
17350
|
|
|
17351
17351
|
function getLocalization(){
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
};
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
if (
|
|
66
|
+
if (typeof globalThis.sap?.ui?.define === 'function') {
|
|
67
67
|
// embedded case, export the getDefaultPropsFunction via sap.ui.define
|
|
68
68
|
sap.ui.define([], function() {
|
|
69
69
|
return getDefaultPropsFunction;
|