@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.
- package/bundles/colijnit-corecomponents_v12.umd.js +2 -2
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/esm2015/lib/components/input-number-picker/input-number-picker.component.js +3 -3
- package/fesm2015/colijnit-corecomponents_v12.js +2 -2
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/package.json +1 -1
|
@@ -7721,7 +7721,7 @@
|
|
|
7721
7721
|
},
|
|
7722
7722
|
// @override
|
|
7723
7723
|
set: function (model) {
|
|
7724
|
-
|
|
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
|
};
|