@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.
@@ -7026,36 +7026,27 @@ var E095HfoSupGerLookup = /** @class */ (function (_super) {
7026
7026
  return E095HfoSupGerLookup;
7027
7027
  }(ErpLookups));
7028
7028
 
7029
+ var EnumSituacao;
7030
+ (function (EnumSituacao) {
7031
+ EnumSituacao["VATIVO"] = "VATIVO";
7032
+ EnumSituacao["VINATIVO"] = "VINATIVO";
7033
+ })(EnumSituacao || (EnumSituacao = {}));
7034
+
7035
+ var lookupFields$2 = [
7036
+ {
7037
+ name: "codigo",
7038
+ type: FieldType.String,
7039
+ },
7040
+ {
7041
+ name: "descricao",
7042
+ type: FieldType.String,
7043
+ },
7044
+ ];
7045
+ var searchFields = __spread(lookupFields$2);
7029
7046
  var IndOperacaoFornecimentoLookup = /** @class */ (function (_super) {
7030
7047
  __extends(IndOperacaoFornecimentoLookup, _super);
7031
7048
  function IndOperacaoFornecimentoLookup(lookupService, translate) {
7032
- var _this = _super.call(this, lookupService, translate, "indOperacaoFornecimento", [
7033
- {
7034
- name: "codigo",
7035
- type: FieldType.String,
7036
- },
7037
- {
7038
- name: "descricao",
7039
- type: FieldType.String,
7040
- },
7041
- ], [
7042
- {
7043
- name: "codigo",
7044
- type: FieldType.String,
7045
- },
7046
- {
7047
- name: "descricao",
7048
- type: FieldType.String,
7049
- },
7050
- ], [
7051
- {
7052
- name: "codigo",
7053
- type: FieldType.String,
7054
- },
7055
- {
7056
- name: "descricao",
7057
- type: FieldType.String,
7058
- },
7049
+ var _this = _super.call(this, lookupService, translate, "indOperacaoFornecimento", lookupFields$2, searchFields, __spread(lookupFields$2, [
7059
7050
  {
7060
7051
  name: "tipoOrigem",
7061
7052
  type: FieldType.Enum,
@@ -7080,15 +7071,15 @@ var IndOperacaoFornecimentoLookup = /** @class */ (function (_super) {
7080
7071
  options: [
7081
7072
  {
7082
7073
  label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_ativo"),
7083
- value: EnumSituacaoCaracteristicaFiscal.ATIVO,
7074
+ value: EnumSituacao.VATIVO,
7084
7075
  },
7085
7076
  {
7086
7077
  label: translate.instant("erpx_cpl_imp.cadastros.enum_situacao_inativo"),
7087
- value: EnumSituacaoCaracteristicaFiscal.INATIVO,
7078
+ value: EnumSituacao.VINATIVO,
7088
7079
  },
7089
7080
  ],
7090
7081
  },
7091
- ], "erpx_cpl_imp", "cadastros") || this;
7082
+ ]), "erpx_cpl_imp", "cadastros") || this;
7092
7083
  _this.lookupService = lookupService;
7093
7084
  _this.translate = translate;
7094
7085
  return _this;