@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.
@@ -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,