@klippa/ngx-enhancy-forms 9.0.1 → 9.1.1

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.
@@ -774,7 +774,7 @@
774
774
  _this.changed.forEach(function (fn) { return fn(valueToSet); });
775
775
  };
776
776
  if (isValueSet(this.innerValueChangeInterceptor)) {
777
- this.latestInnerValueChangedInterceptorPromise = this.innerValueChangeInterceptor();
777
+ this.latestInnerValueChangedInterceptorPromise = this.innerValueChangeInterceptor(this.prevValue, value);
778
778
  var myPromise_1 = this.latestInnerValueChangedInterceptorPromise;
779
779
  this.latestInnerValueChangedInterceptorPromise.then(function () {
780
780
  if (_this.latestInnerValueChangedInterceptorPromise === myPromise_1) {