@senior-gestao-empresarial/angular-components 6.4.0 → 6.5.0-e8a6dbef-ef33-4c87-a0e0-f11040d9f6e6

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.
@@ -5657,6 +5657,50 @@ E501TcpLookup = __decorate([
5657
5657
  Injectable()
5658
5658
  ], E501TcpLookup);
5659
5659
 
5660
+ const defaultFields = [
5661
+ {
5662
+ name: "number",
5663
+ type: FieldType.Integer
5664
+ }, {
5665
+ name: "description",
5666
+ type: FieldType.String
5667
+ }
5668
+ ];
5669
+ let AgreementLookup = class AgreementLookup extends ErpLookups {
5670
+ constructor(lookupService, translate) {
5671
+ super(lookupService, translate, "agreement", defaultFields, defaultFields, defaultFields, "erpx_fin", "foundation");
5672
+ this.lookupService = lookupService;
5673
+ this.translate = translate;
5674
+ }
5675
+ };
5676
+ AgreementLookup.ctorParameters = () => [
5677
+ { type: ErpLookupsService },
5678
+ { type: TranslateService }
5679
+ ];
5680
+ AgreementLookup = __decorate([
5681
+ Injectable()
5682
+ ], AgreementLookup);
5683
+
5684
+ const defaultFields$1 = [
5685
+ { name: "numNfc", type: FieldType.String },
5686
+ { name: "e020snf.codSnf", type: FieldType.String },
5687
+ { name: "e020snf.desSnf", type: FieldType.String }
5688
+ ];
5689
+ let NotaFiscalEntradaLookup = class NotaFiscalEntradaLookup extends ErpLookups {
5690
+ constructor(lookupService, translate) {
5691
+ super(lookupService, translate, "notaFiscalEntrada", defaultFields$1, defaultFields$1, defaultFields$1, "erpx_fin", "fnd_contas_pagar");
5692
+ this.lookupService = lookupService;
5693
+ this.translate = translate;
5694
+ }
5695
+ };
5696
+ NotaFiscalEntradaLookup.ctorParameters = () => [
5697
+ { type: ErpLookupsService },
5698
+ { type: TranslateService }
5699
+ ];
5700
+ NotaFiscalEntradaLookup = __decorate([
5701
+ Injectable()
5702
+ ], NotaFiscalEntradaLookup);
5703
+
5660
5704
  let ErpLookupsModule = class ErpLookupsModule {
5661
5705
  };
5662
5706
  ErpLookupsModule = __decorate([
@@ -5767,7 +5811,9 @@ ErpLookupsModule = __decorate([
5767
5811
  DocumentoLookup,
5768
5812
  E099UsuSupCprLookup,
5769
5813
  E069GreLookup,
5770
- E501TcpLookup
5814
+ E501TcpLookup,
5815
+ AgreementLookup,
5816
+ NotaFiscalEntradaLookup
5771
5817
  ],
5772
5818
  declarations: [],
5773
5819
  exports: [],
@@ -6753,5 +6799,5 @@ var ModulesEnum;
6753
6799
  * Generated bundle index. Do not edit.
6754
6800
  */
6755
6801
 
6756
- export { BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ErpLookupsService as ɵa, StorageService as ɵb, VerifyModulePermissionService as ɵc };
6802
+ export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ErpLookupsService as ɵa, StorageService as ɵb, VerifyModulePermissionService as ɵc };
6757
6803
  //# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map