@senior-gestao-empresarial/angular-components 7.14.0-8e143d6a-d5a2-430c-9e53-c7f7000465d9 → 7.14.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.
@@ -7070,11 +7070,11 @@ var IndOperacaoFornecimentoLookup = /** @class */ (function (_super) {
7070
7070
  type: FieldType.Enum,
7071
7071
  options: [
7072
7072
  {
7073
- label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_ativo"),
7073
+ label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_vativo"),
7074
7074
  value: EnumSituacao.VATIVO,
7075
7075
  },
7076
7076
  {
7077
- label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_inativo"),
7077
+ label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_vinativo"),
7078
7078
  value: EnumSituacao.VINATIVO,
7079
7079
  },
7080
7080
  ],