@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
|
@@ -6499,6 +6499,9 @@ var EnumImpostoCadastro;
|
|
|
6499
6499
|
EnumImpostoCadastro["VICMS"] = "VICMS";
|
|
6500
6500
|
EnumImpostoCadastro["VCIDE"] = "VCIDE";
|
|
6501
6501
|
EnumImpostoCadastro["VCBS"] = "VCBS";
|
|
6502
|
+
EnumImpostoCadastro["VIBS_ESTADUAL"] = "VIBS_ESTADUAL";
|
|
6503
|
+
EnumImpostoCadastro["VIBS_MUNICIPAL"] = "VIBS_MUNICIPAL";
|
|
6504
|
+
EnumImpostoCadastro["VIS"] = "VIS";
|
|
6502
6505
|
})(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
|
|
6503
6506
|
|
|
6504
6507
|
var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
|
|
@@ -6567,6 +6570,18 @@ var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
|
|
|
6567
6570
|
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vcbs"),
|
|
6568
6571
|
value: EnumImpostoCadastro.VCBS,
|
|
6569
6572
|
},
|
|
6573
|
+
{
|
|
6574
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs_estadual"),
|
|
6575
|
+
value: EnumImpostoCadastro.VIBS_ESTADUAL,
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs_municipal"),
|
|
6579
|
+
value: EnumImpostoCadastro.VIBS_MUNICIPAL,
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vis"),
|
|
6583
|
+
value: EnumImpostoCadastro.VIS,
|
|
6584
|
+
},
|
|
6570
6585
|
{
|
|
6571
6586
|
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vtodos"),
|
|
6572
6587
|
value: EnumImpostoCadastro.VTODOS,
|