@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.
@@ -6498,6 +6498,10 @@ var EnumImpostoCadastro;
6498
6498
  EnumImpostoCadastro["VIPI"] = "VIPI";
6499
6499
  EnumImpostoCadastro["VICMS"] = "VICMS";
6500
6500
  EnumImpostoCadastro["VCIDE"] = "VCIDE";
6501
+ EnumImpostoCadastro["VCBS"] = "VCBS";
6502
+ EnumImpostoCadastro["VIBS_ESTADUAL"] = "VIBS_ESTADUAL";
6503
+ EnumImpostoCadastro["VIBS_MUNICIPAL"] = "VIBS_MUNICIPAL";
6504
+ EnumImpostoCadastro["VIS"] = "VIS";
6501
6505
  })(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
6502
6506
 
6503
6507
  var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
@@ -6535,35 +6539,51 @@ var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
6535
6539
  type: FieldType.Enum,
6536
6540
  options: [
6537
6541
  {
6538
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vcide"),
6542
+ label: translate.instant("erpx_cpl_imp.enum_imposto_cadastro_vcide"),
6539
6543
  value: EnumImpostoCadastro.VCIDE,
6540
6544
  },
6541
6545
  {
6542
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_icms"),
6546
+ label: translate.instant("erpx_cpl_imp.enum_imposto_cadastro_icms"),
6543
6547
  value: EnumImpostoCadastro.VICMS,
6544
6548
  },
6545
6549
  {
6546
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vii"),
6550
+ label: translate.instant("erpx_cpl_imp.enum_imposto_cadastro_vii"),
6547
6551
  value: EnumImpostoCadastro.VII,
6548
6552
  },
6549
6553
  {
6550
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vipi"),
6554
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vipi"),
6551
6555
  value: EnumImpostoCadastro.VIPI,
6552
6556
  },
6553
6557
  {
6554
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_viss"),
6558
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_viss"),
6555
6559
  value: EnumImpostoCadastro.VISS,
6556
6560
  },
6557
6561
  {
6558
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vpis_cofins"),
6562
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vpis_cofins"),
6559
6563
  value: EnumImpostoCadastro.VPIS_COFINS,
6560
6564
  },
6561
6565
  {
6562
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vretencao"),
6566
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vretencao"),
6563
6567
  value: EnumImpostoCadastro.VRETENCAO,
6564
6568
  },
6565
6569
  {
6566
- label: translate.instant("erpx_cpl_imp.impostos_retencoes.enum_imposto_cadastro_vtodos"),
6570
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vcbs"),
6571
+ value: EnumImpostoCadastro.VCBS,
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
+ },
6585
+ {
6586
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vtodos"),
6567
6587
  value: EnumImpostoCadastro.VTODOS,
6568
6588
  },
6569
6589
  ],