@senior-gestao-empresarial/angular-components 7.8.0 → 7.8.1-aa59559c-39ce-47c8-bc14-275a61a6b5e9
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 +15 -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 +4 -1
- package/esm2015/components/lookups/entities/composicao-base-calculo-lookup.js +13 -1
- package/esm2015/core/enums/enum-imposto-cadastro.js +4 -1
- package/esm5/components/lookups/entities/composicao-base-calculo-lookup.js +13 -1
- package/esm5/core/enums/enum-imposto-cadastro.js +4 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +15 -0
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +15 -0
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -6705,6 +6705,9 @@
|
|
|
6705
6705
|
EnumImpostoCadastro["VICMS"] = "VICMS";
|
|
6706
6706
|
EnumImpostoCadastro["VCIDE"] = "VCIDE";
|
|
6707
6707
|
EnumImpostoCadastro["VCBS"] = "VCBS";
|
|
6708
|
+
EnumImpostoCadastro["VIBS_ESTADUAL"] = "VIBS_ESTADUAL";
|
|
6709
|
+
EnumImpostoCadastro["VIBS_MUNICIPAL"] = "VIBS_MUNICIPAL";
|
|
6710
|
+
EnumImpostoCadastro["VIS"] = "VIS";
|
|
6708
6711
|
})(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
|
|
6709
6712
|
|
|
6710
6713
|
var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
|
|
@@ -6773,6 +6776,18 @@
|
|
|
6773
6776
|
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vcbs"),
|
|
6774
6777
|
value: EnumImpostoCadastro.VCBS,
|
|
6775
6778
|
},
|
|
6779
|
+
{
|
|
6780
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs_estadual"),
|
|
6781
|
+
value: EnumImpostoCadastro.VIBS_ESTADUAL,
|
|
6782
|
+
},
|
|
6783
|
+
{
|
|
6784
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs_municipal"),
|
|
6785
|
+
value: EnumImpostoCadastro.VIBS_MUNICIPAL,
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vis"),
|
|
6789
|
+
value: EnumImpostoCadastro.VIS,
|
|
6790
|
+
},
|
|
6776
6791
|
{
|
|
6777
6792
|
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vtodos"),
|
|
6778
6793
|
value: EnumImpostoCadastro.VTODOS,
|