@senior-gestao-empresarial/angular-components 7.18.1 → 7.19.0
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-angular-components.umd.js +5 -0
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/core/enums/enum-imposto-cadastro.d.ts +2 -1
- package/esm2015/components/lookups/entities/composicao-base-calculo-lookup.js +5 -1
- package/esm2015/core/enums/enum-imposto-cadastro.js +2 -1
- package/esm5/components/lookups/entities/composicao-base-calculo-lookup.js +5 -1
- package/esm5/core/enums/enum-imposto-cadastro.js +2 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +5 -0
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +5 -0
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -6797,6 +6797,7 @@
|
|
|
6797
6797
|
EnumImpostoCadastro["VCBS"] = "VCBS";
|
|
6798
6798
|
EnumImpostoCadastro["VIBS"] = "VIBS";
|
|
6799
6799
|
EnumImpostoCadastro["VIS"] = "VIS";
|
|
6800
|
+
EnumImpostoCadastro["VCBS_IBS_CREDITO_PRESUMIDO"] = "VCBS_IBS_CREDITO_PRESUMIDO";
|
|
6800
6801
|
})(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
|
|
6801
6802
|
|
|
6802
6803
|
var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
|
|
@@ -6869,6 +6870,10 @@
|
|
|
6869
6870
|
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs"),
|
|
6870
6871
|
value: EnumImpostoCadastro.VIBS,
|
|
6871
6872
|
},
|
|
6873
|
+
{
|
|
6874
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vcbs_ibs_credito_presumido"),
|
|
6875
|
+
value: EnumImpostoCadastro.VCBS_IBS_CREDITO_PRESUMIDO,
|
|
6876
|
+
},
|
|
6872
6877
|
{
|
|
6873
6878
|
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vis"),
|
|
6874
6879
|
value: EnumImpostoCadastro.VIS,
|