@senior-gestao-empresarial/erpx-components 3.8.0 → 3.8.1

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.
@@ -3614,7 +3614,7 @@
3614
3614
  else if (it.campo == exports.EnumCampoTributo.Valor) {
3615
3615
  formGroup = __assign(__assign({}, formGroup), { valor: [
3616
3616
  {
3617
- value: undefined,
3617
+ value: null,
3618
3618
  disabled: it.disabled
3619
3619
  }, forms.Validators.compose([forms.Validators.max(9999999999999.99)])
3620
3620
  ] });
@@ -3808,7 +3808,7 @@
3808
3808
  {
3809
3809
  name: 'e027str',
3810
3810
  field: 'id',
3811
- value: function () { return retorno.formGroup.get('situacaoTributaria').value; }
3811
+ value: function () { var _a; return (_a = retorno.formGroup.get('situacaoTributaria')) === null || _a === void 0 ? void 0 : _a.value; }
3812
3812
  }
3813
3813
  ]
3814
3814
  })), { onBlur: function () {
@@ -4431,6 +4431,13 @@
4431
4431
  field: 'codigo',
4432
4432
  order: 1
4433
4433
  }
4434
+ ],
4435
+ entityDependency: [
4436
+ {
4437
+ name: 'e027str',
4438
+ field: 'id',
4439
+ value: function () { var _a; return (_a = retorno.formGroup.get('situacaoTributaria')) === null || _a === void 0 ? void 0 : _a.value; }
4440
+ }
4434
4441
  ]
4435
4442
  })), { onBlur: function () {
4436
4443
  _this.backValue();