ps-toolkit-ui 0.0.179 → 0.0.180

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.
@@ -4078,7 +4078,12 @@
4078
4078
  FormLabelComponent.prototype.ngOnInit = function () {
4079
4079
  var _this = this;
4080
4080
  this.inp.setValue = function (v) {
4081
+ console.log(v);
4081
4082
  _this.inp.value = v;
4083
+ console.log(_this.inp.value);
4084
+ setTimeout(function () {
4085
+ _this.inp.value = v;
4086
+ }, 5000);
4082
4087
  };
4083
4088
  this.inp.isValid = function () {
4084
4089
  return true;