@senior-gestao-empresarial/angular-components 7.7.0 → 7.8.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.
@@ -6704,6 +6704,7 @@
6704
6704
  EnumImpostoCadastro["VIPI"] = "VIPI";
6705
6705
  EnumImpostoCadastro["VICMS"] = "VICMS";
6706
6706
  EnumImpostoCadastro["VCIDE"] = "VCIDE";
6707
+ EnumImpostoCadastro["VCBS"] = "VCBS";
6707
6708
  })(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
6708
6709
 
6709
6710
  var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
@@ -6741,35 +6742,39 @@
6741
6742
  type: angularComponents.FieldType.Enum,
6742
6743
  options: [
6743
6744
  {
6744
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vcide"),
6745
+ label: translate.instant("erpx_cpl_imp.enum_imposto_cadastro_vcide"),
6745
6746
  value: EnumImpostoCadastro.VCIDE,
6746
6747
  },
6747
6748
  {
6748
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_icms"),
6749
+ label: translate.instant("erpx_cpl_imp.enum_imposto_cadastro_icms"),
6749
6750
  value: EnumImpostoCadastro.VICMS,
6750
6751
  },
6751
6752
  {
6752
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vii"),
6753
+ label: translate.instant("erpx_cpl_imp.enum_imposto_cadastro_vii"),
6753
6754
  value: EnumImpostoCadastro.VII,
6754
6755
  },
6755
6756
  {
6756
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vipi"),
6757
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vipi"),
6757
6758
  value: EnumImpostoCadastro.VIPI,
6758
6759
  },
6759
6760
  {
6760
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_viss"),
6761
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_viss"),
6761
6762
  value: EnumImpostoCadastro.VISS,
6762
6763
  },
6763
6764
  {
6764
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vpis_cofins"),
6765
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vpis_cofins"),
6765
6766
  value: EnumImpostoCadastro.VPIS_COFINS,
6766
6767
  },
6767
6768
  {
6768
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vretencao"),
6769
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vretencao"),
6769
6770
  value: EnumImpostoCadastro.VRETENCAO,
6770
6771
  },
6771
6772
  {
6772
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vtodos"),
6773
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vcbs"),
6774
+ value: EnumImpostoCadastro.VCBS,
6775
+ },
6776
+ {
6777
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vtodos"),
6773
6778
  value: EnumImpostoCadastro.VTODOS,
6774
6779
  },
6775
6780
  ],