@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.
- package/bundles/senior-gestao-empresarial-erpx-components.umd.js +4 -4
- package/bundles/senior-gestao-empresarial-erpx-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js.map +1 -1
- package/esm2015/components/tributos/erp-tributos.component.js +5 -5
- package/esm5/components/tributos/erp-tributos.component.js +5 -5
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +4 -4
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +4 -4
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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), {
|
|
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 + "
|
|
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), {
|
|
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 + "
|
|
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) {
|