@senior-gestao-empresarial/angular-components 6.5.0 → 6.6.0

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.
@@ -6216,6 +6216,29 @@
6216
6216
  return AgreementLookup;
6217
6217
  }(ErpLookups));
6218
6218
 
6219
+ var defaultFields$1 = [
6220
+ { name: "numNfc", type: angularComponents.FieldType.String },
6221
+ { name: "e020snf.codSnf", type: angularComponents.FieldType.String },
6222
+ { name: "e020snf.desSnf", type: angularComponents.FieldType.String }
6223
+ ];
6224
+ var NotaFiscalEntradaLookup = /** @class */ (function (_super) {
6225
+ __extends(NotaFiscalEntradaLookup, _super);
6226
+ function NotaFiscalEntradaLookup(lookupService, translate) {
6227
+ var _this = _super.call(this, lookupService, translate, "notaFiscalEntrada", defaultFields$1, defaultFields$1, defaultFields$1, "erpx_fin", "fnd_contas_pagar") || this;
6228
+ _this.lookupService = lookupService;
6229
+ _this.translate = translate;
6230
+ return _this;
6231
+ }
6232
+ NotaFiscalEntradaLookup.ctorParameters = function () { return [
6233
+ { type: ErpLookupsService },
6234
+ { type: core$1.TranslateService }
6235
+ ]; };
6236
+ NotaFiscalEntradaLookup = __decorate([
6237
+ core.Injectable()
6238
+ ], NotaFiscalEntradaLookup);
6239
+ return NotaFiscalEntradaLookup;
6240
+ }(ErpLookups));
6241
+
6219
6242
  var ErpLookupsModule = /** @class */ (function () {
6220
6243
  function ErpLookupsModule() {
6221
6244
  }
@@ -6328,7 +6351,8 @@
6328
6351
  E099UsuSupCprLookup,
6329
6352
  E069GreLookup,
6330
6353
  E501TcpLookup,
6331
- AgreementLookup
6354
+ AgreementLookup,
6355
+ NotaFiscalEntradaLookup
6332
6356
  ],
6333
6357
  declarations: [],
6334
6358
  exports: [],
@@ -7588,6 +7612,7 @@
7588
7612
  exports.LigacaoItemFornecedorLookup = LigacaoItemFornecedorLookup;
7589
7613
  exports.LookupValidationUtils = LookupValidationUtils;
7590
7614
  exports.NcmLookup = NcmLookup;
7615
+ exports.NotaFiscalEntradaLookup = NotaFiscalEntradaLookup;
7591
7616
  exports.NpsService = NpsService;
7592
7617
  exports.ParametersLookup = ParametersLookup;
7593
7618
  exports.ProdutoServicoLookup = ProdutoServicoLookup;