@senior-gestao-empresarial/angular-components 7.7.0 → 7.8.0-a7631ed3-2502-45c7-b14d-871a223b4fa2

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