tuain-ng-forms-lib 12.0.13 → 12.0.14

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.
@@ -401,7 +401,7 @@
401
401
  if (compAttr === VALUE) {
402
402
  this.updateValue();
403
403
  }
404
- else if (this.hasOwnProperty(compAttr)) {
404
+ else {
405
405
  this[compAttr] = (_b = this.fieldObject) === null || _b === void 0 ? void 0 : _b[fieldAttr.toString()];
406
406
  }
407
407
  }
@@ -412,7 +412,7 @@
412
412
  if (compAttr === VALUE) {
413
413
  _this.updateValue();
414
414
  }
415
- else if (_this.hasOwnProperty(compAttr)) {
415
+ else {
416
416
  _this[compAttr] = value;
417
417
  }
418
418
  });