@datarailsshared/datarailsshared 1.4.292 → 1.4.295
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/bundles/datarailsshared-datarailsshared.umd.js +4 -0
- package/bundles/datarailsshared-datarailsshared.umd.js.map +1 -1
- package/datarailsshared-datarailsshared-1.4.295.tgz +0 -0
- package/datarailsshared-datarailsshared.metadata.json +1 -1
- package/esm2015/lib/date-tags/forecast-tag/forecast-tag.component.js +5 -1
- package/fesm2015/datarailsshared-datarailsshared.js +4 -0
- package/fesm2015/datarailsshared-datarailsshared.js.map +1 -1
- package/lib/date-tags/forecast-tag/forecast-tag.component.d.ts +3 -1
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.4.292.tgz +0 -0
|
@@ -441,6 +441,10 @@
|
|
|
441
441
|
_this.initDateValue = null;
|
|
442
442
|
return _this;
|
|
443
443
|
}
|
|
444
|
+
ForecastTagComponent.prototype.ngOnChanges = function () {
|
|
445
|
+
this.updateLockedDate();
|
|
446
|
+
this.chosenTagHandler();
|
|
447
|
+
};
|
|
444
448
|
ForecastTagComponent.prototype.initDate = function () {
|
|
445
449
|
var dateVal = this.defaultValue ? moment$8.unix(this.defaultValue) : moment$8();
|
|
446
450
|
var fiscal_year_starts_from = this.fiscalYearStartsFrom || 1;
|