@sapui5/sap.chart 1.131.1 → 1.133.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.131.1",
3
+ "version": "1.133.0",
4
4
  "description": "SAPUI5 Library sap.chart",
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-2024 SAP SE. All rights reserved.</copyright>
8
- <version>1.131.1</version>
8
+ <version>1.133.0</version>
9
9
 
10
10
  <documentation>Smart viz control based on Vizframe</documentation>
11
11
 
@@ -2063,7 +2063,7 @@ sap.ui.define([
2063
2063
  this.setProperty("isAnalytical", true);
2064
2064
  if (oBindingInfo) {
2065
2065
  oBindingInfo.parameters = jQuery.extend(true, {
2066
- $count: oBindingInfo.length != undefined || this._isEnablePaging()
2066
+ $count: true
2067
2067
  }, oBindingInfo.parameters);
2068
2068
  }
2069
2069
  } else {
@@ -2115,7 +2115,7 @@ sap.ui.define([
2115
2115
  this.setProperty("isAnalytical", true);
2116
2116
  if (oBindingInfo) {
2117
2117
  oBindingInfo.parameters = jQuery.extend(true, {
2118
- $count: oBindingInfo.length != undefined || this._isEnablePaging()
2118
+ $count: true
2119
2119
  }, oBindingInfo.parameters);
2120
2120
  }
2121
2121
  } else {
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  "sap.chart.data.Measure"
73
73
  ],
74
74
  noLibraryCSS: true,
75
- version: "1.131.1"
75
+ version: "1.133.0"
76
76
  });
77
77
 
78
78
  /**