@sapui5/sap.chart 1.143.0 → 1.144.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.chart",
3
- "version": "1.143.0",
3
+ "version": "1.144.0",
4
4
  "description": "SAPUI5 Library sap.chart",
5
5
  "homepage": "https://ui5.github.io/cli/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 2025 SAP SE. All rights reserved.</copyright>
8
- <version>1.143.0</version>
8
+ <version>1.144.0</version>
9
9
 
10
10
  <documentation>Smart viz control based on Vizframe</documentation>
11
11
 
@@ -330,7 +330,7 @@ sap.ui.define([
330
330
  * },
331
331
  * autoScaleSettings: {
332
332
  * zeroAlwaysVisible: Boolean,
333
- * syncWith: sap.chart.autoScaleMode
333
+ * syncWith: sap.chart.AutoScaleMode
334
334
  * }
335
335
  * }
336
336
  * </pre>
@@ -3,7 +3,7 @@
3
3
  * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
- // Provides enumeration sap.chart.DimensionRoleType
6
+ // Provides enumeration sap.chart.data.DimensionRoleType
7
7
  sap.ui.define(["sap/ui/base/DataType"], function(DataType) {
8
8
  "use strict";
9
9
 
@@ -3,7 +3,7 @@
3
3
  * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
- // Provides enumeration sap.chart.MeasureRoleType
6
+ // Provides enumeration sap.chart.data.MeasureRoleType
7
7
  sap.ui.define(["sap/ui/base/DataType"], function(DataType) {
8
8
  "use strict";
9
9
 
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  "sap.chart.data.Measure"
71
71
  ],
72
72
  noLibraryCSS: true,
73
- version: "1.143.0"
73
+ version: "1.144.0"
74
74
  });
75
75
 
76
76
  /**