@sapui5/sap.viz
Advanced tools
Comparing version 1.77.2 to 1.78.0
{ | ||
"name": "@sapui5/sap.viz", | ||
"version": "1.77.2", | ||
"version": "1.78.0", | ||
"description": "SAPUI5 Library sap.viz", | ||
@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/", |
@@ -203,2 +203,3 @@ /*! | ||
this._templateCache = {}; | ||
this._isInitThememChanged = false; | ||
this.data("sap-ui-fastnavgroup", "true", true/*Write into DOM*/); | ||
@@ -1094,2 +1095,7 @@ }; | ||
if (!this._isInitThememChanged) { | ||
this._themeChangedHandler(); | ||
this._isInitThememChanged = true; | ||
} | ||
var applicationSet = (this.getUiConfig() || {}).applicationSet; | ||
@@ -1331,3 +1337,2 @@ var type = this._getCalculatedType(); | ||
VizFrame.prototype._createChildren = function() { | ||
this._themeChangedHandler(); | ||
this._renderVizFrame(); | ||
@@ -1334,0 +1339,0 @@ }; |
@@ -20,3 +20,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.77.2 | ||
* @version 1.78.0 | ||
* @since 1.30.0 | ||
@@ -34,3 +34,4 @@ * @alias sap.viz.ui5.core.BaseChartMetadata | ||
//chain the prototypes | ||
BaseChartMetadata.prototype = Object.create(ElementMetadata.prototype || null); | ||
BaseChartMetadata.prototype = Object.create(ElementMetadata.prototype); | ||
BaseChartMetadata.prototype.constructor = BaseChartMetadata; | ||
@@ -49,3 +50,4 @@ BaseChartMetadata.prototype.getVIZChartType = function() { | ||
VizAggregation.prototype = Object.create(BaseAggregation.prototype || null); | ||
VizAggregation.prototype = Object.create(BaseAggregation.prototype); | ||
VizAggregation.prototype.constructor = VizAggregation; | ||
@@ -70,3 +72,4 @@ VizAggregation.prototype.generate = function(add) { | ||
VizEvent.prototype = Object.create(BaseEvent.prototype || null); | ||
VizEvent.prototype = Object.create(BaseEvent.prototype); | ||
VizEvent.prototype.constructor = VizEvent; | ||
@@ -73,0 +76,0 @@ VizEvent.prototype.generate = function(add) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15125419
218617