@senior-gestao-empresarial/erpx-components 3.6.6 → 3.6.7

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.
@@ -4243,7 +4243,7 @@
4243
4243
  }, required: function () { return true; }, label: _this.translate.instant('erpx.tributos.fields_beneficio_fiscal_label'), size: { sm: 12, md: 4, lg: 4, xl: 3 } })));
4244
4244
  }
4245
4245
  else if (it.campo === exports.EnumCampoTributo.CstDesoneracao) {
4246
- formGroup = __assign(__assign({}, formGroup), { cstDesoneracao: [
4246
+ formGroup = __assign(__assign({}, formGroup), { situacaoTributaria: [
4247
4247
  { value: null, disabled: false },
4248
4248
  forms.Validators.compose([])
4249
4249
  ] });
@@ -4278,10 +4278,10 @@
4278
4278
  })), { onBlur: function () {
4279
4279
  _this.backValue();
4280
4280
  _this.setValidators(tributo);
4281
- }, id: tributo + "cstDesoneracao", name: "cstDesoneracao", infoSign: _this.translate.instant("erpx_cpl_imp.impostos.cst_desoneracao_info_sign"), required: function () { return false; }, label: _this.translate.instant("erpx_cpl_imp.impostos.cst_desoneracao"), multiple: false, size: { sm: 12, md: 4, lg: 4, xl: 3 } })));
4281
+ }, id: tributo + "SituacaoTributaria", formGroup: 'situacaoTributaria', name: "situacaoTributaria", infoSign: _this.translate.instant("erpx_cpl_imp.impostos.cst_desoneracao_info_sign"), required: function () { return false; }, label: _this.translate.instant("erpx_cpl_imp.impostos.cst_desoneracao"), multiple: false, size: { sm: 12, md: 4, lg: 4, xl: 3 } })));
4282
4282
  }
4283
4283
  else if (it.campo === exports.EnumCampoTributo.ClassificacaoTributariaDesoneracao) {
4284
- formGroup = __assign(__assign({}, formGroup), { classificacaoTributariaDesoneracao: [
4284
+ formGroup = __assign(__assign({}, formGroup), { classificacaoTributaria: [
4285
4285
  { value: null, disabled: false },
4286
4286
  forms.Validators.compose([])
4287
4287
  ] });
@@ -4309,7 +4309,7 @@
4309
4309
  })), { onBlur: function () {
4310
4310
  _this.backValue();
4311
4311
  _this.setValidators(tributo);
4312
- }, id: tributo + "classificacaoTributariaDesoneracao", name: "classificacaoTributariaDesoneracao", infoSign: _this.translate.instant("erpx_cpl_imp.impostos.classificacao_tributaria_desoneracao_info_sign"), label: _this.translate.instant("erpx_cpl_imp.impostos.classificacao_tributaria_desoneracao"), required: function () { return false; }, multiple: false, size: { sm: 12, md: 6, lg: 4, xl: 3 } })));
4312
+ }, id: tributo + "ClassificacaoTributaria", name: "classificacaoTributaria", formGroup: "classificacaoTributaria", infoSign: _this.translate.instant("erpx_cpl_imp.impostos.classificacao_tributaria_desoneracao_info_sign"), label: _this.translate.instant("erpx_cpl_imp.impostos.classificacao_tributaria_desoneracao"), required: function () { return false; }, multiple: false, size: { sm: 12, md: 6, lg: 4, xl: 3 } })));
4313
4313
  }
4314
4314
  });
4315
4315
  if (this.sugestoes) {