@senior-gestao-empresarial/erpx-components 3.6.3 → 3.6.4
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 +9 -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 +10 -5
- package/esm5/components/tributos/erp-tributos.component.js +10 -5
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +9 -4
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +9 -4
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -2437,7 +2437,9 @@
|
|
|
2437
2437
|
{ campo: exports.EnumCampoTributo.Aliquota },
|
|
2438
2438
|
{ campo: exports.EnumCampoTributo.Valor, disabled: true }
|
|
2439
2439
|
], exports.EnumTipoTributo.CBS_DIFERIDO)), __assign({ name: exports.EnumTipoTributo.CBS_DESONERADO, label: 'erpx.tributos.enum_tipo_tributo_cbs_desonerado' }, this.montaCampos([
|
|
2440
|
-
{ campo: exports.EnumCampoTributo.Valor,
|
|
2440
|
+
{ campo: exports.EnumCampoTributo.Valor,
|
|
2441
|
+
grupo: exports.EnumGrupoTributo.CBS,
|
|
2442
|
+
previousAction: function () {
|
|
2441
2443
|
return _this.refreshValorImpostoEfetivoEBruto(exports.EnumGrupoTributo.CBS, exports.EnumTipoTributo.CBS, exports.EnumTipoTributo.CBS_DESONERADO);
|
|
2442
2444
|
} },
|
|
2443
2445
|
{ campo: exports.EnumCampoTributo.CstDesoneracao },
|
|
@@ -2493,10 +2495,13 @@
|
|
|
2493
2495
|
{ campo: exports.EnumCampoTributo.BaseCalculo },
|
|
2494
2496
|
{ campo: exports.EnumCampoTributo.Aliquota },
|
|
2495
2497
|
{ campo: exports.EnumCampoTributo.Valor, disabled: true }
|
|
2496
|
-
], exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO)), __assign({ name: exports.EnumTipoTributo.IBS_ESTADUAL_DESONERADO, label: 'erpx.tributos.enum_tipo_tributo_ibs_estadual_desonerado' }, this.montaCampos([
|
|
2498
|
+
], exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO)), __assign({ name: exports.EnumTipoTributo.IBS_ESTADUAL_DESONERADO, label: 'erpx.tributos.enum_tipo_tributo_ibs_estadual_desonerado' }, this.montaCampos([
|
|
2499
|
+
{ campo: exports.EnumCampoTributo.Valor,
|
|
2497
2500
|
grupo: exports.EnumGrupoTributo.IBS_ESTADUAL,
|
|
2498
|
-
previousAction: function () { return _this.refreshValorImpostoEfetivoEBruto(exports.EnumGrupoTributo.IBS_ESTADUAL, exports.EnumTipoTributo.IBS_ESTADUAL, exports.EnumTipoTributo.IBS_ESTADUAL_DESONERADO); }
|
|
2499
|
-
|
|
2501
|
+
previousAction: function () { return _this.refreshValorImpostoEfetivoEBruto(exports.EnumGrupoTributo.IBS_ESTADUAL, exports.EnumTipoTributo.IBS_ESTADUAL, exports.EnumTipoTributo.IBS_ESTADUAL_DESONERADO); } },
|
|
2502
|
+
{ campo: exports.EnumCampoTributo.CstDesoneracao },
|
|
2503
|
+
{ campo: exports.EnumCampoTributo.ClassificacaoTributariaDesoneracao },
|
|
2504
|
+
], exports.EnumTipoTributo.IBS_ESTADUAL_DESONERADO)));
|
|
2500
2505
|
this.grupos.unshift({
|
|
2501
2506
|
grupo: "" + ('erpx.tributos.enum_grupo_tributo_' +
|
|
2502
2507
|
exports.EnumGrupoTributo.IBS_ESTADUAL +
|