@colijnit/corecomponents_v12 12.2.8 → 12.2.9

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.
@@ -7721,7 +7721,7 @@
7721
7721
  },
7722
7722
  // @override
7723
7723
  set: function (model) {
7724
- // this.setValue(model, true);
7724
+ this.setValue(model, true);
7725
7725
  _super.prototype.model = model;
7726
7726
  },
7727
7727
  enumerable: false,
@@ -7773,7 +7773,7 @@
7773
7773
  return true;
7774
7774
  };
7775
7775
  InputNumberPickerComponent.prototype.ngOnInit = function () {
7776
- this.numberLogic.setValue(this.model, true);
7776
+ // this.numberLogic.setValue(this.model, true);
7777
7777
  // this.numberLogic.init(true);
7778
7778
  this._updateButtonsShowState();
7779
7779
  };