@senior-gestao-empresarial/angular-components 7.11.1 → 7.11.2-a69cbe40-244d-4c5e-8985-274f3621c474
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 +40 -6
- 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/entities/e-076-mar-lookup.d.ts +8 -0
- package/esm2015/components/lookups/entities/e-075-der-lookup.js +2 -2
- package/esm2015/components/lookups/entities/e-076-mar-lookup.js +36 -0
- package/esm2015/components/lookups/entities/e-080-ser-lookup.js +2 -2
- package/esm2015/components/lookups/erp-lookups.module.js +3 -1
- package/esm2015/senior-gestao-empresarial-angular-components.js +6 -5
- package/esm5/components/lookups/entities/e-075-der-lookup.js +2 -2
- package/esm5/components/lookups/entities/e-076-mar-lookup.js +39 -0
- package/esm5/components/lookups/entities/e-080-ser-lookup.js +2 -2
- package/esm5/components/lookups/erp-lookups.module.js +3 -1
- package/esm5/senior-gestao-empresarial-angular-components.js +6 -5
- package/fesm2015/senior-gestao-empresarial-angular-components.js +33 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +36 -3
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.d.ts +5 -4
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -1632,7 +1632,7 @@ E073VeiLookup = __decorate([
|
|
|
1632
1632
|
const lookupFields = [
|
|
1633
1633
|
{
|
|
1634
1634
|
name: "e070emp.codEmp",
|
|
1635
|
-
type: FieldType.
|
|
1635
|
+
type: FieldType.Integer
|
|
1636
1636
|
}, {
|
|
1637
1637
|
name: "codDer",
|
|
1638
1638
|
type: FieldType.String
|
|
@@ -1671,7 +1671,7 @@ E075DerLookup = __decorate([
|
|
|
1671
1671
|
const lookupFields$1 = [
|
|
1672
1672
|
{
|
|
1673
1673
|
name: "e070emp.codEmp",
|
|
1674
|
-
type: FieldType.
|
|
1674
|
+
type: FieldType.Integer
|
|
1675
1675
|
}, {
|
|
1676
1676
|
name: "codSer",
|
|
1677
1677
|
type: FieldType.String
|
|
@@ -6583,6 +6583,35 @@ E095HfoSupGerLookup = __decorate([
|
|
|
6583
6583
|
Injectable()
|
|
6584
6584
|
], E095HfoSupGerLookup);
|
|
6585
6585
|
|
|
6586
|
+
const lookupFields$2 = [
|
|
6587
|
+
{
|
|
6588
|
+
name: "codMar",
|
|
6589
|
+
type: FieldType.String,
|
|
6590
|
+
},
|
|
6591
|
+
{
|
|
6592
|
+
name: "nomMar",
|
|
6593
|
+
type: FieldType.String,
|
|
6594
|
+
},
|
|
6595
|
+
{
|
|
6596
|
+
name: "sitMar",
|
|
6597
|
+
type: FieldType.Enum,
|
|
6598
|
+
},
|
|
6599
|
+
];
|
|
6600
|
+
let E076MarLookup = class E076MarLookup extends ErpLookups {
|
|
6601
|
+
constructor(lookupService, translate) {
|
|
6602
|
+
super(lookupService, translate, "e076mar", lookupFields$2, lookupFields$2, lookupFields$2, "erpx_fnd", "produto");
|
|
6603
|
+
this.lookupService = lookupService;
|
|
6604
|
+
this.translate = translate;
|
|
6605
|
+
}
|
|
6606
|
+
};
|
|
6607
|
+
E076MarLookup.ctorParameters = () => [
|
|
6608
|
+
{ type: ErpLookupsService },
|
|
6609
|
+
{ type: TranslateService }
|
|
6610
|
+
];
|
|
6611
|
+
E076MarLookup = __decorate([
|
|
6612
|
+
Injectable()
|
|
6613
|
+
], E076MarLookup);
|
|
6614
|
+
|
|
6586
6615
|
let ErpLookupsModule = class ErpLookupsModule {
|
|
6587
6616
|
};
|
|
6588
6617
|
ErpLookupsModule = __decorate([
|
|
@@ -6621,6 +6650,7 @@ ErpLookupsModule = __decorate([
|
|
|
6621
6650
|
E090PesLookup,
|
|
6622
6651
|
E090HrpComGerLookup,
|
|
6623
6652
|
E075DerLookup,
|
|
6653
|
+
E076MarLookup,
|
|
6624
6654
|
E080SerLookup,
|
|
6625
6655
|
E081TabLookup,
|
|
6626
6656
|
E024MsgLookup,
|
|
@@ -7961,5 +7991,5 @@ var ModulesEnum;
|
|
|
7961
7991
|
* Generated bundle index. Do not edit.
|
|
7962
7992
|
*/
|
|
7963
7993
|
|
|
7964
|
-
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, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfLookup, E095HfoSupGerLookup, 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,
|
|
7994
|
+
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, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfLookup, E095HfoSupGerLookup, 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, E076MarLookup as ɵd, StorageService as ɵe, UserInformationService as ɵf, VerifyModulePermissionService as ɵg, VerifyModulePermissionsService as ɵh };
|
|
7965
7995
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|