ng2-vizabi
Advanced tools
Comparing version 0.17.5-1 to 0.17.5-2
@@ -14,3 +14,2 @@ import { OnInit, OnDestroy, ElementRef } from '@angular/core'; | ||
private extResources; | ||
private translations; | ||
private chartType; | ||
@@ -30,3 +29,2 @@ private stopUrlRedirect; | ||
private readerProcessing(); | ||
private setMetadata(); | ||
private modelHashProcessing(); | ||
@@ -33,0 +31,0 @@ private persistentChangeProcessing(); |
@@ -40,4 +40,2 @@ "use strict"; | ||
}); | ||
// update language | ||
this.setMetadata(); | ||
}; | ||
@@ -64,6 +62,2 @@ VizabiDirective.prototype.ngOnDestroy = function () { | ||
}; | ||
VizabiDirective.prototype.setMetadata = function () { | ||
// set language | ||
this.component.instance.model.language.strings.set(this.model.language.id, this.translations); | ||
}; | ||
VizabiDirective.prototype.modelHashProcessing = function () { | ||
@@ -149,6 +143,2 @@ if (this.modelHash) { | ||
core_1.Input(), | ||
__metadata('design:type', Object) | ||
], VizabiDirective.prototype, "translations", void 0); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata('design:type', String) | ||
@@ -155,0 +145,0 @@ ], VizabiDirective.prototype, "chartType", void 0); |
{ | ||
"name": "ng2-vizabi", | ||
"version": "0.17.5-1", | ||
"version": "0.17.5-2", | ||
"description": "angular2 vizabi component", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
257877
1037