@senior-gestao-empresarial/angular-components 7.13.0-6dffcfc0-9288-476c-8d30-6b80dd704a41 → 7.14.0-8e143d6a-d5a2-430c-9e53-c7f7000465d9

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.
@@ -7232,36 +7232,27 @@
7232
7232
  return E095HfoSupGerLookup;
7233
7233
  }(ErpLookups));
7234
7234
 
7235
+ var EnumSituacao;
7236
+ (function (EnumSituacao) {
7237
+ EnumSituacao["VATIVO"] = "VATIVO";
7238
+ EnumSituacao["VINATIVO"] = "VINATIVO";
7239
+ })(EnumSituacao || (EnumSituacao = {}));
7240
+
7241
+ var lookupFields$2 = [
7242
+ {
7243
+ name: "codigo",
7244
+ type: angularComponents.FieldType.String,
7245
+ },
7246
+ {
7247
+ name: "descricao",
7248
+ type: angularComponents.FieldType.String,
7249
+ },
7250
+ ];
7251
+ var searchFields = __spread(lookupFields$2);
7235
7252
  var IndOperacaoFornecimentoLookup = /** @class */ (function (_super) {
7236
7253
  __extends(IndOperacaoFornecimentoLookup, _super);
7237
7254
  function IndOperacaoFornecimentoLookup(lookupService, translate) {
7238
- var _this = _super.call(this, lookupService, translate, "indOperacaoFornecimento", [
7239
- {
7240
- name: "codigo",
7241
- type: angularComponents.FieldType.String,
7242
- },
7243
- {
7244
- name: "descricao",
7245
- type: angularComponents.FieldType.String,
7246
- },
7247
- ], [
7248
- {
7249
- name: "codigo",
7250
- type: angularComponents.FieldType.String,
7251
- },
7252
- {
7253
- name: "descricao",
7254
- type: angularComponents.FieldType.String,
7255
- },
7256
- ], [
7257
- {
7258
- name: "codigo",
7259
- type: angularComponents.FieldType.String,
7260
- },
7261
- {
7262
- name: "descricao",
7263
- type: angularComponents.FieldType.String,
7264
- },
7255
+ var _this = _super.call(this, lookupService, translate, "indOperacaoFornecimento", lookupFields$2, searchFields, __spread(lookupFields$2, [
7265
7256
  {
7266
7257
  name: "tipoOrigem",
7267
7258
  type: angularComponents.FieldType.Enum,
@@ -7286,15 +7277,15 @@
7286
7277
  options: [
7287
7278
  {
7288
7279
  label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_ativo"),
7289
- value: EnumSituacaoCaracteristicaFiscal.ATIVO,
7280
+ value: EnumSituacao.VATIVO,
7290
7281
  },
7291
7282
  {
7292
7283
  label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_inativo"),
7293
- value: EnumSituacaoCaracteristicaFiscal.INATIVO,
7284
+ value: EnumSituacao.VINATIVO,
7294
7285
  },
7295
7286
  ],
7296
7287
  },
7297
- ], "erpx_cpl_imp", "cadastros") || this;
7288
+ ]), "erpx_cpl_imp", "cadastros") || this;
7298
7289
  _this.lookupService = lookupService;
7299
7290
  _this.translate = translate;
7300
7291
  return _this;