@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.
@@ -6591,6 +6591,7 @@ var EnumImpostoCadastro;
6591
6591
  EnumImpostoCadastro["VCBS"] = "VCBS";
6592
6592
  EnumImpostoCadastro["VIBS"] = "VIBS";
6593
6593
  EnumImpostoCadastro["VIS"] = "VIS";
6594
+ EnumImpostoCadastro["VCBS_IBS_CREDITO_PRESUMIDO"] = "VCBS_IBS_CREDITO_PRESUMIDO";
6594
6595
  })(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
6595
6596
 
6596
6597
  var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
@@ -6663,6 +6664,10 @@ var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
6663
6664
  label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs"),
6664
6665
  value: EnumImpostoCadastro.VIBS,
6665
6666
  },
6667
+ {
6668
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vcbs_ibs_credito_presumido"),
6669
+ value: EnumImpostoCadastro.VCBS_IBS_CREDITO_PRESUMIDO,
6670
+ },
6666
6671
  {
6667
6672
  label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vis"),
6668
6673
  value: EnumImpostoCadastro.VIS,