@senior-gestao-empresarial/angular-components 6.2.0 → 6.3.1-52806f8a-358a-4a4c-ae28-156e1c34f906
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 +126 -1
- 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-069-gre-lookup.d.ts +8 -0
- package/components/lookups/entities/e-090-hrp-com-ger-lookup.d.ts +8 -0
- package/components/lookups/entities/e-501-tcp-lookup.d.ts +8 -0
- package/components/lookups/index.d.ts +3 -0
- package/esm2015/components/lookups/entities/e-069-gre-lookup.js +31 -0
- package/esm2015/components/lookups/entities/e-090-hrp-com-ger-lookup.js +51 -0
- package/esm2015/components/lookups/entities/e-501-tcp-lookup.js +49 -0
- package/esm2015/components/lookups/erp-lookups.module.js +8 -2
- package/esm2015/components/lookups/index.js +4 -1
- package/esm5/components/lookups/entities/e-069-gre-lookup.js +34 -0
- package/esm5/components/lookups/entities/e-090-hrp-com-ger-lookup.js +54 -0
- package/esm5/components/lookups/entities/e-501-tcp-lookup.js +52 -0
- package/esm5/components/lookups/erp-lookups.module.js +8 -2
- package/esm5/components/lookups/index.js +4 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +115 -2
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +124 -2
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -1997,6 +1997,53 @@ var E090PesLookup = /** @class */ (function (_super) {
|
|
|
1997
1997
|
return E090PesLookup;
|
|
1998
1998
|
}(ErpLookups));
|
|
1999
1999
|
|
|
2000
|
+
var codPes = "e090pes.e001pes.codPes";
|
|
2001
|
+
var apePes = "e090pes.e001pes.apePes";
|
|
2002
|
+
var E090HrpComGerLookup = /** @class */ (function (_super) {
|
|
2003
|
+
__extends(E090HrpComGerLookup, _super);
|
|
2004
|
+
function E090HrpComGerLookup(lookupService, translate) {
|
|
2005
|
+
var _this = _super.call(this, lookupService, translate, "e090hrpComGer", [
|
|
2006
|
+
{
|
|
2007
|
+
name: codPes,
|
|
2008
|
+
type: FieldType.Integer,
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
name: apePes,
|
|
2012
|
+
type: FieldType.String,
|
|
2013
|
+
},
|
|
2014
|
+
], [
|
|
2015
|
+
{
|
|
2016
|
+
name: codPes,
|
|
2017
|
+
type: FieldType.Integer,
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
name: apePes,
|
|
2021
|
+
type: FieldType.String,
|
|
2022
|
+
},
|
|
2023
|
+
], [
|
|
2024
|
+
{
|
|
2025
|
+
name: codPes,
|
|
2026
|
+
type: FieldType.Integer,
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
name: apePes,
|
|
2030
|
+
type: FieldType.String,
|
|
2031
|
+
},
|
|
2032
|
+
], "erpx_com", "pessoa") || this;
|
|
2033
|
+
_this.lookupService = lookupService;
|
|
2034
|
+
_this.translate = translate;
|
|
2035
|
+
return _this;
|
|
2036
|
+
}
|
|
2037
|
+
E090HrpComGerLookup.ctorParameters = function () { return [
|
|
2038
|
+
{ type: ErpLookupsService },
|
|
2039
|
+
{ type: TranslateService }
|
|
2040
|
+
]; };
|
|
2041
|
+
E090HrpComGerLookup = __decorate([
|
|
2042
|
+
Injectable()
|
|
2043
|
+
], E090HrpComGerLookup);
|
|
2044
|
+
return E090HrpComGerLookup;
|
|
2045
|
+
}(ErpLookups));
|
|
2046
|
+
|
|
2000
2047
|
var E001PesLookup = /** @class */ (function (_super) {
|
|
2001
2048
|
__extends(E001PesLookup, _super);
|
|
2002
2049
|
function E001PesLookup(lookupService, translate) {
|
|
@@ -5864,6 +5911,78 @@ var E099UsuSupCprLookup = /** @class */ (function (_super) {
|
|
|
5864
5911
|
return E099UsuSupCprLookup;
|
|
5865
5912
|
}(ErpLookups));
|
|
5866
5913
|
|
|
5914
|
+
var E069GreLookup = /** @class */ (function (_super) {
|
|
5915
|
+
__extends(E069GreLookup, _super);
|
|
5916
|
+
function E069GreLookup(lookupService, translate) {
|
|
5917
|
+
var _this = _super.call(this, lookupService, translate, "e069gre", [
|
|
5918
|
+
{ name: "codGre", type: FieldType.Integer },
|
|
5919
|
+
{ name: "nomGre", type: FieldType.String }
|
|
5920
|
+
], [
|
|
5921
|
+
{ name: "codGre", type: FieldType.Integer },
|
|
5922
|
+
{ name: "nomGre", type: FieldType.String }
|
|
5923
|
+
], [
|
|
5924
|
+
{ name: "codGre", type: FieldType.Integer },
|
|
5925
|
+
{ name: "nomGre", type: FieldType.String }
|
|
5926
|
+
], "erpx_fnd", "empresa") || this;
|
|
5927
|
+
_this.lookupService = lookupService;
|
|
5928
|
+
_this.translate = translate;
|
|
5929
|
+
return _this;
|
|
5930
|
+
}
|
|
5931
|
+
E069GreLookup.ctorParameters = function () { return [
|
|
5932
|
+
{ type: ErpLookupsService },
|
|
5933
|
+
{ type: TranslateService }
|
|
5934
|
+
]; };
|
|
5935
|
+
E069GreLookup = __decorate([
|
|
5936
|
+
Injectable()
|
|
5937
|
+
], E069GreLookup);
|
|
5938
|
+
return E069GreLookup;
|
|
5939
|
+
}(ErpLookups));
|
|
5940
|
+
|
|
5941
|
+
var E501TcpLookup = /** @class */ (function (_super) {
|
|
5942
|
+
__extends(E501TcpLookup, _super);
|
|
5943
|
+
function E501TcpLookup(lookupService, translate) {
|
|
5944
|
+
var _this = _super.call(this, lookupService, translate, "e501tcp", [
|
|
5945
|
+
{
|
|
5946
|
+
name: "numTit",
|
|
5947
|
+
type: FieldType.String
|
|
5948
|
+
}
|
|
5949
|
+
], [
|
|
5950
|
+
{
|
|
5951
|
+
name: "numTit",
|
|
5952
|
+
type: FieldType.String
|
|
5953
|
+
}, {
|
|
5954
|
+
name: "e070filCodFil.codFil",
|
|
5955
|
+
type: FieldType.Integer
|
|
5956
|
+
}, {
|
|
5957
|
+
name: "e002tptCodTpt.codTpt",
|
|
5958
|
+
type: FieldType.String
|
|
5959
|
+
}
|
|
5960
|
+
], [
|
|
5961
|
+
{
|
|
5962
|
+
name: "numTit",
|
|
5963
|
+
type: FieldType.String
|
|
5964
|
+
}, {
|
|
5965
|
+
name: "e070filCodFil.nomFil",
|
|
5966
|
+
type: FieldType.String
|
|
5967
|
+
}, {
|
|
5968
|
+
name: "e002tptCodTpt.desTpt",
|
|
5969
|
+
type: FieldType.String
|
|
5970
|
+
}
|
|
5971
|
+
], "erpx_fin", "foundation") || this;
|
|
5972
|
+
_this.lookupService = lookupService;
|
|
5973
|
+
_this.translate = translate;
|
|
5974
|
+
return _this;
|
|
5975
|
+
}
|
|
5976
|
+
E501TcpLookup.ctorParameters = function () { return [
|
|
5977
|
+
{ type: ErpLookupsService },
|
|
5978
|
+
{ type: TranslateService }
|
|
5979
|
+
]; };
|
|
5980
|
+
E501TcpLookup = __decorate([
|
|
5981
|
+
Injectable()
|
|
5982
|
+
], E501TcpLookup);
|
|
5983
|
+
return E501TcpLookup;
|
|
5984
|
+
}(ErpLookups));
|
|
5985
|
+
|
|
5867
5986
|
var ErpLookupsModule = /** @class */ (function () {
|
|
5868
5987
|
function ErpLookupsModule() {
|
|
5869
5988
|
}
|
|
@@ -5901,6 +6020,7 @@ var ErpLookupsModule = /** @class */ (function () {
|
|
|
5901
6020
|
E015MedLookup,
|
|
5902
6021
|
E085PesLookup,
|
|
5903
6022
|
E090PesLookup,
|
|
6023
|
+
E090HrpComGerLookup,
|
|
5904
6024
|
E075DerLookup,
|
|
5905
6025
|
E080SerLookup,
|
|
5906
6026
|
E081TabLookup,
|
|
@@ -5972,7 +6092,9 @@ var ErpLookupsModule = /** @class */ (function () {
|
|
|
5972
6092
|
ParametersLookup,
|
|
5973
6093
|
BeneficioFiscalLookup,
|
|
5974
6094
|
DocumentoLookup,
|
|
5975
|
-
E099UsuSupCprLookup
|
|
6095
|
+
E099UsuSupCprLookup,
|
|
6096
|
+
E069GreLookup,
|
|
6097
|
+
E501TcpLookup
|
|
5976
6098
|
],
|
|
5977
6099
|
declarations: [],
|
|
5978
6100
|
exports: [],
|
|
@@ -7130,5 +7252,5 @@ var ModulesEnum;
|
|
|
7130
7252
|
* Generated bundle index. Do not edit.
|
|
7131
7253
|
*/
|
|
7132
7254
|
|
|
7133
|
-
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, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, 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 };
|
|
7255
|
+
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 };
|
|
7134
7256
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|