@senior-gestao-empresarial/angular-components 7.0.0 → 7.2.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.
- package/bundles/senior-gestao-empresarial-angular-components.umd.js +92 -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-006-pai-lookup.d.ts +8 -0
- package/components/lookups/entities/e-034-tcc-lookup.d.ts +8 -0
- package/components/lookups/index.d.ts +2 -0
- package/esm2015/components/lookups/entities/e-006-pai-lookup.js +48 -0
- package/esm2015/components/lookups/entities/e-034-tcc-lookup.js +47 -0
- package/esm2015/components/lookups/erp-lookups.module.js +6 -2
- package/esm2015/components/lookups/index.js +3 -1
- package/esm5/components/lookups/entities/e-006-pai-lookup.js +51 -0
- package/esm5/components/lookups/entities/e-034-tcc-lookup.js +50 -0
- package/esm5/components/lookups/erp-lookups.module.js +6 -2
- package/esm5/components/lookups/index.js +3 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +85 -2
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +91 -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
|
@@ -749,6 +749,50 @@ var E007UfsLookup = /** @class */ (function (_super) {
|
|
|
749
749
|
return E007UfsLookup;
|
|
750
750
|
}(ErpLookups));
|
|
751
751
|
|
|
752
|
+
var codPai = "codPai";
|
|
753
|
+
var nomPai = "nomPai";
|
|
754
|
+
var E006PaiLookup = /** @class */ (function (_super) {
|
|
755
|
+
__extends(E006PaiLookup, _super);
|
|
756
|
+
function E006PaiLookup(lookupService, translate) {
|
|
757
|
+
var _this = _super.call(this, lookupService, translate, "e006pai", [
|
|
758
|
+
{
|
|
759
|
+
name: codPai,
|
|
760
|
+
type: FieldType.String
|
|
761
|
+
}, {
|
|
762
|
+
name: nomPai,
|
|
763
|
+
type: FieldType.String
|
|
764
|
+
}
|
|
765
|
+
], [
|
|
766
|
+
{
|
|
767
|
+
name: codPai,
|
|
768
|
+
type: FieldType.String
|
|
769
|
+
}, {
|
|
770
|
+
name: nomPai,
|
|
771
|
+
type: FieldType.String
|
|
772
|
+
}
|
|
773
|
+
], [
|
|
774
|
+
{
|
|
775
|
+
name: codPai,
|
|
776
|
+
type: FieldType.Integer
|
|
777
|
+
}, {
|
|
778
|
+
name: nomPai,
|
|
779
|
+
type: FieldType.String
|
|
780
|
+
}
|
|
781
|
+
], "erpx_fnd", "empresa") || this;
|
|
782
|
+
_this.lookupService = lookupService;
|
|
783
|
+
_this.translate = translate;
|
|
784
|
+
return _this;
|
|
785
|
+
}
|
|
786
|
+
E006PaiLookup.ctorParameters = function () { return [
|
|
787
|
+
{ type: ErpLookupsService },
|
|
788
|
+
{ type: TranslateService }
|
|
789
|
+
]; };
|
|
790
|
+
E006PaiLookup = __decorate([
|
|
791
|
+
Injectable()
|
|
792
|
+
], E006PaiLookup);
|
|
793
|
+
return E006PaiLookup;
|
|
794
|
+
}(ErpLookups));
|
|
795
|
+
|
|
752
796
|
var E008CepLookup = /** @class */ (function (_super) {
|
|
753
797
|
__extends(E008CepLookup, _super);
|
|
754
798
|
function E008CepLookup(lookupService, translate) {
|
|
@@ -6341,6 +6385,49 @@ var E043PcmLookup = /** @class */ (function (_super) {
|
|
|
6341
6385
|
return E043PcmLookup;
|
|
6342
6386
|
}(ErpLookups));
|
|
6343
6387
|
|
|
6388
|
+
var E034TccLookup = /** @class */ (function (_super) {
|
|
6389
|
+
__extends(E034TccLookup, _super);
|
|
6390
|
+
function E034TccLookup(lookupService, translate) {
|
|
6391
|
+
var _this = _super.call(this, lookupService, translate, "e034tcc", [
|
|
6392
|
+
{
|
|
6393
|
+
name: "codTcc",
|
|
6394
|
+
type: FieldType.String
|
|
6395
|
+
}, {
|
|
6396
|
+
name: "desTcc",
|
|
6397
|
+
type: FieldType.String
|
|
6398
|
+
}
|
|
6399
|
+
], [
|
|
6400
|
+
{
|
|
6401
|
+
name: "codTcc",
|
|
6402
|
+
type: FieldType.String
|
|
6403
|
+
}, {
|
|
6404
|
+
name: "desTcc",
|
|
6405
|
+
type: FieldType.String
|
|
6406
|
+
}
|
|
6407
|
+
], [
|
|
6408
|
+
{
|
|
6409
|
+
name: "codTcc",
|
|
6410
|
+
type: FieldType.String
|
|
6411
|
+
},
|
|
6412
|
+
{
|
|
6413
|
+
name: "desTcc",
|
|
6414
|
+
type: FieldType.String
|
|
6415
|
+
}
|
|
6416
|
+
], "erpx_fin", "financeiro") || this;
|
|
6417
|
+
_this.lookupService = lookupService;
|
|
6418
|
+
_this.translate = translate;
|
|
6419
|
+
return _this;
|
|
6420
|
+
}
|
|
6421
|
+
E034TccLookup.ctorParameters = function () { return [
|
|
6422
|
+
{ type: ErpLookupsService },
|
|
6423
|
+
{ type: TranslateService }
|
|
6424
|
+
]; };
|
|
6425
|
+
E034TccLookup = __decorate([
|
|
6426
|
+
Injectable()
|
|
6427
|
+
], E034TccLookup);
|
|
6428
|
+
return E034TccLookup;
|
|
6429
|
+
}(ErpLookups));
|
|
6430
|
+
|
|
6344
6431
|
var ErpLookupsModule = /** @class */ (function () {
|
|
6345
6432
|
function ErpLookupsModule() {
|
|
6346
6433
|
}
|
|
@@ -6356,6 +6443,7 @@ var ErpLookupsModule = /** @class */ (function () {
|
|
|
6356
6443
|
ProdutoServicoLookup,
|
|
6357
6444
|
E044CcuFinRatDepLookup,
|
|
6358
6445
|
LigacaoItemFornecedorLookup,
|
|
6446
|
+
E006PaiLookup,
|
|
6359
6447
|
E007UfsLookup,
|
|
6360
6448
|
E008CepLookup,
|
|
6361
6449
|
E008RaiLookup,
|
|
@@ -6460,7 +6548,8 @@ var ErpLookupsModule = /** @class */ (function () {
|
|
|
6460
6548
|
ContaInternaFilialLookup,
|
|
6461
6549
|
E089DocLookup,
|
|
6462
6550
|
E043MpcLookup,
|
|
6463
|
-
E043PcmLookup
|
|
6551
|
+
E043PcmLookup,
|
|
6552
|
+
E034TccLookup
|
|
6464
6553
|
],
|
|
6465
6554
|
declarations: [],
|
|
6466
6555
|
exports: [],
|
|
@@ -7877,5 +7966,5 @@ var ModulesEnum;
|
|
|
7877
7966
|
* Generated bundle index. Do not edit.
|
|
7878
7967
|
*/
|
|
7879
7968
|
|
|
7880
|
-
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, 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, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, 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, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, PrimitiveManager, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, VerifyModulePermissions, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, UserInformationService as ɵe, VerifyModulePermissionService as ɵf, VerifyModulePermissionsService as ɵg };
|
|
7969
|
+
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, 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, 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, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, PrimitiveManager, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, VerifyModulePermissions, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, UserInformationService as ɵe, VerifyModulePermissionService as ɵf, VerifyModulePermissionsService as ɵg };
|
|
7881
7970
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|