@senior-gestao-empresarial/angular-components 6.7.0 → 6.7.1

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.
@@ -6057,39 +6057,39 @@ var getFields = function (translateService) {
6057
6057
  type: FieldType.Enum,
6058
6058
  options: [
6059
6059
  {
6060
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_industria"),
6060
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_industria"),
6061
6061
  value: EnumPerfilTributarioSegmento.INDUSTRIA,
6062
6062
  },
6063
6063
  {
6064
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_comercio"),
6064
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_comercio"),
6065
6065
  value: EnumPerfilTributarioSegmento.COMERCIO,
6066
6066
  },
6067
6067
  {
6068
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_servico"),
6068
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_servico"),
6069
6069
  value: EnumPerfilTributarioSegmento.SERVICO,
6070
6070
  },
6071
6071
  {
6072
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_distribuidor"),
6072
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_distribuidor"),
6073
6073
  value: EnumPerfilTributarioSegmento.DISTRIBUIDOR,
6074
6074
  },
6075
6075
  {
6076
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_cooperativa"),
6076
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_cooperativa"),
6077
6077
  value: EnumPerfilTributarioSegmento.COOPERATIVA,
6078
6078
  },
6079
6079
  {
6080
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_produtor_rural"),
6080
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_produtor_rural"),
6081
6081
  value: EnumPerfilTributarioSegmento.PRODUTOR_RURAL,
6082
6082
  },
6083
6083
  {
6084
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_financeira"),
6084
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_financeira"),
6085
6085
  value: EnumPerfilTributarioSegmento.FINANCEIRA,
6086
6086
  },
6087
6087
  {
6088
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_imobiliaria"),
6088
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_imobiliaria"),
6089
6089
  value: EnumPerfilTributarioSegmento.IMOBILIARIA,
6090
6090
  },
6091
6091
  {
6092
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_construcao_civil"),
6092
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_construcao_civil"),
6093
6093
  value: EnumPerfilTributarioSegmento.CONSTRUCAO_CIVIL,
6094
6094
  },
6095
6095
  ],