@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.
@@ -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;