@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.
@@ -6263,39 +6263,39 @@
6263
6263
  type: angularComponents.FieldType.Enum,
6264
6264
  options: [
6265
6265
  {
6266
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_industria"),
6266
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_industria"),
6267
6267
  value: EnumPerfilTributarioSegmento.INDUSTRIA,
6268
6268
  },
6269
6269
  {
6270
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_comercio"),
6270
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_comercio"),
6271
6271
  value: EnumPerfilTributarioSegmento.COMERCIO,
6272
6272
  },
6273
6273
  {
6274
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_servico"),
6274
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_servico"),
6275
6275
  value: EnumPerfilTributarioSegmento.SERVICO,
6276
6276
  },
6277
6277
  {
6278
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_distribuidor"),
6278
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_distribuidor"),
6279
6279
  value: EnumPerfilTributarioSegmento.DISTRIBUIDOR,
6280
6280
  },
6281
6281
  {
6282
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_cooperativa"),
6282
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_cooperativa"),
6283
6283
  value: EnumPerfilTributarioSegmento.COOPERATIVA,
6284
6284
  },
6285
6285
  {
6286
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_produtor_rural"),
6286
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_produtor_rural"),
6287
6287
  value: EnumPerfilTributarioSegmento.PRODUTOR_RURAL,
6288
6288
  },
6289
6289
  {
6290
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_financeira"),
6290
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_financeira"),
6291
6291
  value: EnumPerfilTributarioSegmento.FINANCEIRA,
6292
6292
  },
6293
6293
  {
6294
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_imobiliaria"),
6294
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_imobiliaria"),
6295
6295
  value: EnumPerfilTributarioSegmento.IMOBILIARIA,
6296
6296
  },
6297
6297
  {
6298
- label: translateService.instant("erpx_cpl_imp.impostos.enum_segmento_construcao_civil"),
6298
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_construcao_civil"),
6299
6299
  value: EnumPerfilTributarioSegmento.CONSTRUCAO_CIVIL,
6300
6300
  },
6301
6301
  ],