tuain-ng-forms-lib 12.0.81 → 12.0.82

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.
@@ -955,7 +955,7 @@
955
955
  __extends(FieldDescriptor, _super);
956
956
  function FieldDescriptor(inputFieldReceived, formConfig) {
957
957
  var _this = this;
958
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
958
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
959
959
  _this = _super.call(this, inputFieldReceived, formConfig) || this;
960
960
  _this._editionFinish = new rxjs.Subject();
961
961
  _this._editionPartial = new rxjs.Subject();
@@ -1000,7 +1000,7 @@
1000
1000
  _this.setVisibleLabel((_l = fld.visibleLabel) !== null && _l !== void 0 ? _l : true);
1001
1001
  _this.setVisibility(fld.visible);
1002
1002
  _this.setFieldOptions(fld.fieldOptions);
1003
- _this.setValue(fld.fieldValue || _this.defaultValue || '');
1003
+ _this.setValue((_o = (_m = fld.fieldValue) !== null && _m !== void 0 ? _m : _this.defaultValue) !== null && _o !== void 0 ? _o : '');
1004
1004
  return _this;
1005
1005
  }
1006
1006
  Object.defineProperty(FieldDescriptor.prototype, "name", {