@senior-gestao-empresarial/angular-components 7.8.4-5da82c04-65aa-4cea-ba75-874c6dbb4dbd → 7.8.5
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.
- package/bundles/senior-gestao-empresarial-angular-components.umd.js +104 -119
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/components/lookups/index.d.ts +1 -0
- package/esm2015/components/lookups/entities/classificacao-tributaria-lookup.js +5 -5
- package/esm2015/components/lookups/entities/e-051-dis-lookup.js +11 -26
- package/esm2015/components/lookups/index.js +2 -1
- package/esm2015/senior-gestao-empresarial-angular-components.js +5 -6
- package/esm5/components/lookups/entities/classificacao-tributaria-lookup.js +5 -5
- package/esm5/components/lookups/entities/e-051-dis-lookup.js +11 -26
- package/esm5/components/lookups/index.js +2 -1
- package/esm5/senior-gestao-empresarial-angular-components.js +5 -6
- package/fesm2015/senior-gestao-empresarial-angular-components.js +98 -113
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +100 -115
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.d.ts +4 -5
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -4955,33 +4955,18 @@ CplTriNotaSaidaE024MsgLookup = __decorate([
|
|
|
4955
4955
|
Injectable()
|
|
4956
4956
|
], CplTriNotaSaidaE024MsgLookup);
|
|
4957
4957
|
|
|
4958
|
+
const defaultFields = [
|
|
4959
|
+
{
|
|
4960
|
+
name: "codDfs",
|
|
4961
|
+
type: FieldType.Integer
|
|
4962
|
+
}, {
|
|
4963
|
+
name: "desDfs",
|
|
4964
|
+
type: FieldType.String
|
|
4965
|
+
}
|
|
4966
|
+
];
|
|
4958
4967
|
let E051DisLookup = class E051DisLookup extends ErpLookups {
|
|
4959
4968
|
constructor(lookupService, translate) {
|
|
4960
|
-
super(lookupService, translate, "e051dis",
|
|
4961
|
-
{
|
|
4962
|
-
name: "codDfs",
|
|
4963
|
-
type: FieldType.Integer
|
|
4964
|
-
}, {
|
|
4965
|
-
name: "desDfs",
|
|
4966
|
-
type: FieldType.String
|
|
4967
|
-
}
|
|
4968
|
-
], [
|
|
4969
|
-
{
|
|
4970
|
-
name: "codDfs",
|
|
4971
|
-
type: FieldType.Integer
|
|
4972
|
-
}, {
|
|
4973
|
-
name: "desDfs",
|
|
4974
|
-
type: FieldType.String
|
|
4975
|
-
}
|
|
4976
|
-
], [
|
|
4977
|
-
{
|
|
4978
|
-
name: "codDfs",
|
|
4979
|
-
type: FieldType.Integer
|
|
4980
|
-
}, {
|
|
4981
|
-
name: "desDfs",
|
|
4982
|
-
type: FieldType.String
|
|
4983
|
-
}
|
|
4984
|
-
], "erpx_fnd", "fiscal");
|
|
4969
|
+
super(lookupService, translate, "e051dis", defaultFields, defaultFields, defaultFields, "erpx_fnd", "fiscal");
|
|
4985
4970
|
this.lookupService = lookupService;
|
|
4986
4971
|
this.translate = translate;
|
|
4987
4972
|
}
|
|
@@ -5545,6 +5530,80 @@ BeneficioFiscalLookup = __decorate([
|
|
|
5545
5530
|
Injectable()
|
|
5546
5531
|
], BeneficioFiscalLookup);
|
|
5547
5532
|
|
|
5533
|
+
let ClassificacaoTributariaLookup = class ClassificacaoTributariaLookup extends ErpLookups {
|
|
5534
|
+
constructor(lookupService, translate) {
|
|
5535
|
+
super(lookupService, translate, "classificacaoTributaria", [
|
|
5536
|
+
{
|
|
5537
|
+
name: "codigo",
|
|
5538
|
+
type: FieldType.String
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
name: "descricao",
|
|
5542
|
+
type: FieldType.String
|
|
5543
|
+
},
|
|
5544
|
+
], [
|
|
5545
|
+
{
|
|
5546
|
+
name: "codigo",
|
|
5547
|
+
type: FieldType.String
|
|
5548
|
+
},
|
|
5549
|
+
{
|
|
5550
|
+
name: "descricao",
|
|
5551
|
+
type: FieldType.String
|
|
5552
|
+
},
|
|
5553
|
+
{
|
|
5554
|
+
name: "leiComplementar",
|
|
5555
|
+
type: FieldType.String
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
name: "perRedAliquota",
|
|
5559
|
+
type: FieldType.Number
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
name: "vigenciaInicial",
|
|
5563
|
+
type: FieldType.Date
|
|
5564
|
+
},
|
|
5565
|
+
{
|
|
5566
|
+
name: "vigenciaFinal",
|
|
5567
|
+
type: FieldType.Date
|
|
5568
|
+
},
|
|
5569
|
+
], [
|
|
5570
|
+
{
|
|
5571
|
+
name: "codigo",
|
|
5572
|
+
type: FieldType.String
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
name: "descricao",
|
|
5576
|
+
type: FieldType.String
|
|
5577
|
+
},
|
|
5578
|
+
{
|
|
5579
|
+
name: "leiComplementar",
|
|
5580
|
+
type: FieldType.String
|
|
5581
|
+
},
|
|
5582
|
+
{
|
|
5583
|
+
name: "perRedAliquota",
|
|
5584
|
+
type: FieldType.Number
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
name: "vigenciaInicial",
|
|
5588
|
+
type: FieldType.Date
|
|
5589
|
+
},
|
|
5590
|
+
{
|
|
5591
|
+
name: "vigenciaFinal",
|
|
5592
|
+
type: FieldType.Date
|
|
5593
|
+
},
|
|
5594
|
+
], "erpx_cpl_imp", "cadastros");
|
|
5595
|
+
this.lookupService = lookupService;
|
|
5596
|
+
this.translate = translate;
|
|
5597
|
+
}
|
|
5598
|
+
};
|
|
5599
|
+
ClassificacaoTributariaLookup.ctorParameters = () => [
|
|
5600
|
+
{ type: ErpLookupsService },
|
|
5601
|
+
{ type: TranslateService }
|
|
5602
|
+
];
|
|
5603
|
+
ClassificacaoTributariaLookup = __decorate([
|
|
5604
|
+
Injectable()
|
|
5605
|
+
], ClassificacaoTributariaLookup);
|
|
5606
|
+
|
|
5548
5607
|
let DocumentoLookup = class DocumentoLookup extends ErpLookups {
|
|
5549
5608
|
constructor(lookupService, translate) {
|
|
5550
5609
|
super(lookupService, translate, "documento", [
|
|
@@ -5695,7 +5754,7 @@ E501TcpLookup = __decorate([
|
|
|
5695
5754
|
Injectable()
|
|
5696
5755
|
], E501TcpLookup);
|
|
5697
5756
|
|
|
5698
|
-
const defaultFields = [
|
|
5757
|
+
const defaultFields$1 = [
|
|
5699
5758
|
{
|
|
5700
5759
|
name: "number",
|
|
5701
5760
|
type: FieldType.Integer
|
|
@@ -5706,7 +5765,7 @@ const defaultFields = [
|
|
|
5706
5765
|
];
|
|
5707
5766
|
let AgreementLookup = class AgreementLookup extends ErpLookups {
|
|
5708
5767
|
constructor(lookupService, translate) {
|
|
5709
|
-
super(lookupService, translate, "agreement", defaultFields, defaultFields, defaultFields, "erpx_fin", "foundation");
|
|
5768
|
+
super(lookupService, translate, "agreement", defaultFields$1, defaultFields$1, defaultFields$1, "erpx_fin", "foundation");
|
|
5710
5769
|
this.lookupService = lookupService;
|
|
5711
5770
|
this.translate = translate;
|
|
5712
5771
|
}
|
|
@@ -5719,14 +5778,14 @@ AgreementLookup = __decorate([
|
|
|
5719
5778
|
Injectable()
|
|
5720
5779
|
], AgreementLookup);
|
|
5721
5780
|
|
|
5722
|
-
const defaultFields$
|
|
5781
|
+
const defaultFields$2 = [
|
|
5723
5782
|
{ name: "numNfc", type: FieldType.String },
|
|
5724
5783
|
{ name: "e020snf.codSnf", type: FieldType.String },
|
|
5725
5784
|
{ name: "e020snf.desSnf", type: FieldType.String }
|
|
5726
5785
|
];
|
|
5727
5786
|
let NotaFiscalEntradaLookup = class NotaFiscalEntradaLookup extends ErpLookups {
|
|
5728
5787
|
constructor(lookupService, translate) {
|
|
5729
|
-
super(lookupService, translate, "notaFiscalEntrada", defaultFields$
|
|
5788
|
+
super(lookupService, translate, "notaFiscalEntrada", defaultFields$2, defaultFields$2, defaultFields$2, "erpx_fin", "fnd_contas_pagar");
|
|
5730
5789
|
this.lookupService = lookupService;
|
|
5731
5790
|
this.translate = translate;
|
|
5732
5791
|
}
|
|
@@ -5860,14 +5919,14 @@ EntityPersonProductLookup = __decorate([
|
|
|
5860
5919
|
Injectable()
|
|
5861
5920
|
], EntityPersonProductLookup);
|
|
5862
5921
|
|
|
5863
|
-
const defaultFields$
|
|
5922
|
+
const defaultFields$3 = [
|
|
5864
5923
|
{ name: "numCco", type: FieldType.String },
|
|
5865
5924
|
{ name: "desCco", type: FieldType.String }
|
|
5866
5925
|
];
|
|
5867
5926
|
let ContaInternaFilialLookup = class ContaInternaFilialLookup extends ErpLookups {
|
|
5868
5927
|
constructor(lookupService, translate) {
|
|
5869
|
-
super(lookupService, translate, "contaInternaFilial", defaultFields$
|
|
5870
|
-
...defaultFields$
|
|
5928
|
+
super(lookupService, translate, "contaInternaFilial", defaultFields$3, [
|
|
5929
|
+
...defaultFields$3,
|
|
5871
5930
|
{
|
|
5872
5931
|
name: "e034tcc.aplTcc",
|
|
5873
5932
|
type: FieldType.Enum,
|
|
@@ -5879,7 +5938,7 @@ let ContaInternaFilialLookup = class ContaInternaFilialLookup extends ErpLookups
|
|
|
5879
5938
|
]
|
|
5880
5939
|
}
|
|
5881
5940
|
], [
|
|
5882
|
-
...defaultFields$
|
|
5941
|
+
...defaultFields$3,
|
|
5883
5942
|
{
|
|
5884
5943
|
name: "e034tcc.desTcc",
|
|
5885
5944
|
type: FieldType.String
|
|
@@ -5907,13 +5966,13 @@ ContaInternaFilialLookup = __decorate([
|
|
|
5907
5966
|
Injectable()
|
|
5908
5967
|
], ContaInternaFilialLookup);
|
|
5909
5968
|
|
|
5910
|
-
const defaultFields$
|
|
5969
|
+
const defaultFields$4 = [
|
|
5911
5970
|
{ name: "codDoc", type: FieldType.String },
|
|
5912
5971
|
{ name: "desDoc", type: FieldType.String }
|
|
5913
5972
|
];
|
|
5914
5973
|
let E089DocLookup = class E089DocLookup extends ErpLookups {
|
|
5915
5974
|
constructor(lookupService, translate) {
|
|
5916
|
-
super(lookupService, translate, "e089doc", defaultFields$
|
|
5975
|
+
super(lookupService, translate, "e089doc", defaultFields$4, defaultFields$4, defaultFields$4, "erpx_fin", "foundation");
|
|
5917
5976
|
this.lookupService = lookupService;
|
|
5918
5977
|
this.translate = translate;
|
|
5919
5978
|
}
|
|
@@ -6300,7 +6359,7 @@ var EnumSituacaoCaracteristicaFiscal;
|
|
|
6300
6359
|
EnumSituacaoCaracteristicaFiscal["INATIVO"] = "INATIVO";
|
|
6301
6360
|
})(EnumSituacaoCaracteristicaFiscal || (EnumSituacaoCaracteristicaFiscal = {}));
|
|
6302
6361
|
|
|
6303
|
-
const defaultFields$
|
|
6362
|
+
const defaultFields$5 = [
|
|
6304
6363
|
{
|
|
6305
6364
|
name: "codigo",
|
|
6306
6365
|
type: FieldType.String,
|
|
@@ -6312,7 +6371,7 @@ const defaultFields$4 = [
|
|
|
6312
6371
|
];
|
|
6313
6372
|
const getGridFields = (translateService) => {
|
|
6314
6373
|
return [
|
|
6315
|
-
...defaultFields$
|
|
6374
|
+
...defaultFields$5,
|
|
6316
6375
|
{
|
|
6317
6376
|
name: "tipoOrigem",
|
|
6318
6377
|
type: FieldType.Enum,
|
|
@@ -6350,7 +6409,7 @@ const getGridFields = (translateService) => {
|
|
|
6350
6409
|
const ɵ0$1 = getGridFields;
|
|
6351
6410
|
let CaracteristicaFiscalLookup = class CaracteristicaFiscalLookup extends ErpLookups {
|
|
6352
6411
|
constructor(lookupService, translate) {
|
|
6353
|
-
super(lookupService, translate, "caracteristicaFiscal", defaultFields$
|
|
6412
|
+
super(lookupService, translate, "caracteristicaFiscal", defaultFields$5, getGridFields(translate), getGridFields(translate), "erpx_cpl_imp", "cadastros");
|
|
6354
6413
|
this.lookupService = lookupService;
|
|
6355
6414
|
this.translate = translate;
|
|
6356
6415
|
}
|
|
@@ -6599,80 +6658,6 @@ OrigemMercadoriaLookup = __decorate([
|
|
|
6599
6658
|
Injectable()
|
|
6600
6659
|
], OrigemMercadoriaLookup);
|
|
6601
6660
|
|
|
6602
|
-
let ClassificacaoTributariaLookup = class ClassificacaoTributariaLookup extends ErpLookups {
|
|
6603
|
-
constructor(lookupService, translate) {
|
|
6604
|
-
super(lookupService, translate, "classificacaoTributaria", [
|
|
6605
|
-
{
|
|
6606
|
-
name: "codigo",
|
|
6607
|
-
type: FieldType.String
|
|
6608
|
-
},
|
|
6609
|
-
{
|
|
6610
|
-
name: "descricao",
|
|
6611
|
-
type: FieldType.String
|
|
6612
|
-
},
|
|
6613
|
-
], [
|
|
6614
|
-
{
|
|
6615
|
-
name: "codigo",
|
|
6616
|
-
type: FieldType.String
|
|
6617
|
-
},
|
|
6618
|
-
{
|
|
6619
|
-
name: "descricao",
|
|
6620
|
-
type: FieldType.String
|
|
6621
|
-
},
|
|
6622
|
-
{
|
|
6623
|
-
name: "leiComp1162003",
|
|
6624
|
-
type: FieldType.String
|
|
6625
|
-
},
|
|
6626
|
-
{
|
|
6627
|
-
name: "percentualReducao",
|
|
6628
|
-
type: FieldType.Number
|
|
6629
|
-
},
|
|
6630
|
-
{
|
|
6631
|
-
name: "vigenciaInicial",
|
|
6632
|
-
type: FieldType.Date
|
|
6633
|
-
},
|
|
6634
|
-
{
|
|
6635
|
-
name: "vigenciaFinal",
|
|
6636
|
-
type: FieldType.Date
|
|
6637
|
-
},
|
|
6638
|
-
], [
|
|
6639
|
-
{
|
|
6640
|
-
name: "codigo",
|
|
6641
|
-
type: FieldType.String
|
|
6642
|
-
},
|
|
6643
|
-
{
|
|
6644
|
-
name: "descricao",
|
|
6645
|
-
type: FieldType.String
|
|
6646
|
-
},
|
|
6647
|
-
{
|
|
6648
|
-
name: "leiComp1162003",
|
|
6649
|
-
type: FieldType.String
|
|
6650
|
-
},
|
|
6651
|
-
{
|
|
6652
|
-
name: "percentualReducao",
|
|
6653
|
-
type: FieldType.Number
|
|
6654
|
-
},
|
|
6655
|
-
{
|
|
6656
|
-
name: "vigenciaInicial",
|
|
6657
|
-
type: FieldType.Date
|
|
6658
|
-
},
|
|
6659
|
-
{
|
|
6660
|
-
name: "vigenciaFinal",
|
|
6661
|
-
type: FieldType.Date
|
|
6662
|
-
},
|
|
6663
|
-
], "erpx_cpl_imp", "cadastros");
|
|
6664
|
-
this.lookupService = lookupService;
|
|
6665
|
-
this.translate = translate;
|
|
6666
|
-
}
|
|
6667
|
-
};
|
|
6668
|
-
ClassificacaoTributariaLookup.ctorParameters = () => [
|
|
6669
|
-
{ type: ErpLookupsService },
|
|
6670
|
-
{ type: TranslateService }
|
|
6671
|
-
];
|
|
6672
|
-
ClassificacaoTributariaLookup = __decorate([
|
|
6673
|
-
Injectable()
|
|
6674
|
-
], ClassificacaoTributariaLookup);
|
|
6675
|
-
|
|
6676
6661
|
let ErpLookupsModule = class ErpLookupsModule {
|
|
6677
6662
|
};
|
|
6678
6663
|
ErpLookupsModule = __decorate([
|
|
@@ -8033,5 +8018,5 @@ var ModulesEnum;
|
|
|
8033
8018
|
* Generated bundle index. Do not edit.
|
|
8034
8019
|
*/
|
|
8035
8020
|
|
|
8036
|
-
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, CaracteristicaFiscalLookup, ComposicaoBaseCalculoLookup, ContaInternaFilialLookup, 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, E006PaiLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E034TccLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E041CebLookup, E043MpcLookup, E043PcmLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LeiComplementar1162003Lookup, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NbsLookup, NcmLookup, NotaFiscalEntradaLookup, NpsService, OperacoesLookup, OrigemDestinoLookup, OrigemMercadoriaLookup, ParametersLookup, PrimitiveManager, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, VerifyModulePermissions, WebsocketService, naturezaReceitaPisCofins, ɵ0, ɵ1, ɵ2, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc,
|
|
8021
|
+
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, CaracteristicaFiscalLookup, ClassificacaoTributariaLookup, ComposicaoBaseCalculoLookup, ContaInternaFilialLookup, 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, E006PaiLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E034TccLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E041CebLookup, E043MpcLookup, E043PcmLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LeiComplementar1162003Lookup, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NbsLookup, NcmLookup, NotaFiscalEntradaLookup, NpsService, OperacoesLookup, OrigemDestinoLookup, OrigemMercadoriaLookup, ParametersLookup, PrimitiveManager, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, VerifyModulePermissions, WebsocketService, naturezaReceitaPisCofins, ɵ0, ɵ1, ɵ2, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, UserInformationService as ɵe, VerifyModulePermissionService as ɵf, VerifyModulePermissionsService as ɵg };
|
|
8037
8022
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|