@senior-gestao-empresarial/angular-components 6.11.2 → 6.11.4

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.
Files changed (28) hide show
  1. package/bundles/senior-gestao-empresarial-angular-components.umd.js +120 -111
  2. package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
  3. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +2 -2
  4. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
  5. package/components/lookups/entities/e-043-pcm-lookup.d.ts +1 -0
  6. package/core/enums/enum-ana-sin.d.ts +4 -0
  7. package/core/enums/enum-nat-ctb.d.ts +5 -0
  8. package/esm2015/components/lookups/entities/e-043-mpc-lookup.js +2 -2
  9. package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +40 -37
  10. package/esm2015/components/lookups/entities/e-048-fct-lookup.js +8 -8
  11. package/esm2015/components/lookups/entities/e-048-sfc-lookup.js +59 -65
  12. package/esm2015/core/enums/enum-ana-sin.js +6 -0
  13. package/esm2015/core/enums/enum-nat-ctb.js +7 -0
  14. package/esm2015/senior-gestao-empresarial-angular-components.js +5 -3
  15. package/esm5/components/lookups/entities/e-043-mpc-lookup.js +2 -2
  16. package/esm5/components/lookups/entities/e-043-pcm-lookup.js +42 -38
  17. package/esm5/components/lookups/entities/e-048-fct-lookup.js +8 -8
  18. package/esm5/components/lookups/entities/e-048-sfc-lookup.js +60 -66
  19. package/esm5/core/enums/enum-ana-sin.js +6 -0
  20. package/esm5/core/enums/enum-nat-ctb.js +7 -0
  21. package/esm5/senior-gestao-empresarial-angular-components.js +5 -3
  22. package/fesm2015/senior-gestao-empresarial-angular-components.js +117 -109
  23. package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
  24. package/fesm5/senior-gestao-empresarial-angular-components.js +119 -110
  25. package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
  26. package/package.json +2 -2
  27. package/senior-gestao-empresarial-angular-components.d.ts +4 -2
  28. package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
@@ -5323,29 +5323,29 @@ var E048FctLookup = /** @class */ (function (_super) {
5323
5323
  function E048FctLookup(lookupService, translate) {
5324
5324
  var _this = _super.call(this, lookupService, translate, "e048fct", [
5325
5325
  {
5326
+ type: FieldType.String,
5326
5327
  name: "codFct",
5327
- type: FieldType.String
5328
5328
  }, {
5329
+ type: FieldType.String,
5329
5330
  name: "desFct",
5330
- type: FieldType.String
5331
5331
  }
5332
5332
  ], [
5333
5333
  {
5334
+ type: FieldType.String,
5334
5335
  name: "codFct",
5335
- type: FieldType.String
5336
5336
  }, {
5337
+ type: FieldType.String,
5337
5338
  name: "desFct",
5338
- type: FieldType.String
5339
5339
  }
5340
5340
  ], [
5341
5341
  {
5342
+ type: FieldType.String,
5342
5343
  name: "codFct",
5343
- type: FieldType.String
5344
5344
  }, {
5345
+ type: FieldType.String,
5345
5346
  name: "desFct",
5346
- type: FieldType.String
5347
5347
  }
5348
- ], "erpx_fnd", "compliance") || this;
5348
+ ], "erpx_cpl", "foundation") || this;
5349
5349
  _this.lookupService = lookupService;
5350
5350
  _this.translate = translate;
5351
5351
  return _this;
@@ -5416,70 +5416,64 @@ var EnumTipCtb;
5416
5416
  var E048SfcLookup = /** @class */ (function (_super) {
5417
5417
  __extends(E048SfcLookup, _super);
5418
5418
  function E048SfcLookup(lookupService, translate) {
5419
- var _this = _super.call(this, lookupService, translate, "e048sfc", [
5420
- {
5421
- name: "seqFct",
5422
- type: FieldType.Integer
5423
- }, {
5424
- name: "anaSin",
5425
- type: FieldType.Enum,
5426
- options: [
5427
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5428
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5429
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5430
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5431
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5432
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5433
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5434
- ]
5435
- }
5436
- ], [
5437
- {
5438
- name: "seqFct",
5439
- type: FieldType.Integer
5440
- }, {
5441
- name: "anaSin",
5442
- type: FieldType.Enum,
5443
- options: [
5444
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5445
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5446
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5447
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5448
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5449
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5450
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5451
- ]
5452
- }, {
5453
- name: "e041cebDeb",
5454
- type: FieldType.String
5455
- }, {
5456
- name: "e041cebCre",
5457
- type: FieldType.String
5458
- },
5459
- ], [
5460
- {
5461
- name: "seqFct",
5462
- type: FieldType.Integer
5463
- }, {
5464
- name: "anaSin",
5465
- type: FieldType.Enum,
5466
- options: [
5467
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5468
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5469
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5470
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5471
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5472
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5473
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5474
- ]
5475
- }, {
5476
- name: "e041cebDeb",
5477
- type: FieldType.String
5478
- }, {
5479
- name: "e041cebCre",
5480
- type: FieldType.String
5481
- },
5482
- ], "erpx_fnd", "compliance") || this;
5419
+ var _this = _super.apply(this, __spread((function () {
5420
+ var options = [
5421
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5422
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5423
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5424
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5425
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5426
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5427
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5428
+ ];
5429
+ return [
5430
+ lookupService,
5431
+ translate,
5432
+ "e048sfc",
5433
+ [
5434
+ {
5435
+ name: "seqFct",
5436
+ type: FieldType.Integer
5437
+ }, {
5438
+ options: options,
5439
+ name: "anaSin",
5440
+ type: FieldType.Enum,
5441
+ }
5442
+ ], [
5443
+ {
5444
+ name: "seqFct",
5445
+ type: FieldType.Integer
5446
+ }, {
5447
+ options: options,
5448
+ name: "anaSin",
5449
+ type: FieldType.Enum,
5450
+ }, {
5451
+ name: "e041cebDeb",
5452
+ type: FieldType.String
5453
+ }, {
5454
+ name: "e041cebCre",
5455
+ type: FieldType.String
5456
+ },
5457
+ ], [
5458
+ {
5459
+ name: "seqFct",
5460
+ type: FieldType.Integer
5461
+ }, {
5462
+ options: options,
5463
+ name: "anaSin",
5464
+ type: FieldType.Enum,
5465
+ }, {
5466
+ name: "e041cebDeb",
5467
+ type: FieldType.String
5468
+ }, {
5469
+ name: "e041cebCre",
5470
+ type: FieldType.String
5471
+ },
5472
+ ],
5473
+ "erpx_cpl",
5474
+ "foundation"
5475
+ ];
5476
+ })())) || this;
5483
5477
  _this.lookupService = lookupService;
5484
5478
  _this.translate = translate;
5485
5479
  return _this;
@@ -6257,7 +6251,7 @@ var E043MpcLookup = /** @class */ (function (_super) {
6257
6251
  name: "desMpc",
6258
6252
  type: FieldType.String
6259
6253
  }
6260
- ], "erpx_fnd", "compliance") || this;
6254
+ ], "erpx_cpl", "foundation") || this;
6261
6255
  _this.lookupService = lookupService;
6262
6256
  _this.translate = translate;
6263
6257
  return _this;
@@ -6272,61 +6266,76 @@ var E043MpcLookup = /** @class */ (function (_super) {
6272
6266
  return E043MpcLookup;
6273
6267
  }(ErpLookups));
6274
6268
 
6269
+ var EnumNatCtb;
6270
+ (function (EnumNatCtb) {
6271
+ EnumNatCtb["VD"] = "VD";
6272
+ EnumNatCtb["VC"] = "VC";
6273
+ EnumNatCtb["VA"] = "VA";
6274
+ })(EnumNatCtb || (EnumNatCtb = {}));
6275
+
6276
+ var EnumAnaSin;
6277
+ (function (EnumAnaSin) {
6278
+ EnumAnaSin["VA"] = "VA";
6279
+ EnumAnaSin["VS"] = "VS";
6280
+ })(EnumAnaSin || (EnumAnaSin = {}));
6281
+
6275
6282
  var E043PcmLookup = /** @class */ (function (_super) {
6276
6283
  __extends(E043PcmLookup, _super);
6277
6284
  function E043PcmLookup(lookupService, translate) {
6278
6285
  var _this = _super.call(this, lookupService, translate, "e043pcm", [
6279
6286
  {
6287
+ type: FieldType.Integer,
6280
6288
  name: "ctaRed",
6281
- type: FieldType.String
6282
- }, {
6283
- name: "desCta",
6284
- type: FieldType.String
6285
- }
6286
- ], [
6289
+ },
6287
6290
  {
6288
- name: "ctaRed",
6289
- type: FieldType.String
6290
- }, {
6291
+ type: FieldType.String,
6291
6292
  name: "desCta",
6292
- type: FieldType.String
6293
- }, {
6294
- name: "claCta",
6295
- type: FieldType.String
6296
- }, {
6297
- name: "anaSin",
6298
- type: FieldType.String
6299
- }, {
6300
- name: "natCta",
6301
- type: FieldType.String
6302
- }
6303
- ], [
6293
+ },
6294
+ ], E043PcmLookup_1.getFields(translate), E043PcmLookup_1.getFields(translate), "erpx_cpl", "foundation") || this;
6295
+ _this.lookupService = lookupService;
6296
+ _this.translate = translate;
6297
+ return _this;
6298
+ }
6299
+ E043PcmLookup_1 = E043PcmLookup;
6300
+ E043PcmLookup.getFields = function (translate) {
6301
+ return [
6304
6302
  {
6305
6303
  name: "ctaRed",
6306
- type: FieldType.String
6307
- }, {
6304
+ type: FieldType.Integer,
6305
+ },
6306
+ {
6308
6307
  name: "desCta",
6309
- type: FieldType.String
6310
- }, {
6308
+ type: FieldType.String,
6309
+ },
6310
+ {
6311
6311
  name: "claCta",
6312
- type: FieldType.String
6313
- }, {
6312
+ type: FieldType.String,
6313
+ },
6314
+ {
6315
+ options: [
6316
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_va"), value: EnumAnaSin.VA },
6317
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_vs"), value: EnumAnaSin.VS },
6318
+ ],
6314
6319
  name: "anaSin",
6315
- type: FieldType.String
6316
- }, {
6320
+ type: FieldType.Enum,
6321
+ },
6322
+ {
6323
+ options: [
6324
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_va"), value: EnumNatCtb.VA },
6325
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vc"), value: EnumNatCtb.VC },
6326
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vd"), value: EnumNatCtb.VD },
6327
+ ],
6317
6328
  name: "natCta",
6318
- type: FieldType.String
6319
- }
6320
- ], "erpx_fnd", "compliance") || this;
6321
- _this.lookupService = lookupService;
6322
- _this.translate = translate;
6323
- return _this;
6324
- }
6329
+ type: FieldType.Enum,
6330
+ },
6331
+ ];
6332
+ };
6333
+ var E043PcmLookup_1;
6325
6334
  E043PcmLookup.ctorParameters = function () { return [
6326
6335
  { type: ErpLookupsService },
6327
6336
  { type: TranslateService }
6328
6337
  ]; };
6329
- E043PcmLookup = __decorate([
6338
+ E043PcmLookup = E043PcmLookup_1 = __decorate([
6330
6339
  Injectable()
6331
6340
  ], E043PcmLookup);
6332
6341
  return E043PcmLookup;
@@ -7596,5 +7605,5 @@ var ModulesEnum;
7596
7605
  * Generated bundle index. Do not edit.
7597
7606
  */
7598
7607
 
7599
- 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, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, StorageService as ɵb, VerifyModulePermissionService as ɵc };
7608
+ 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, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, VerifyModulePermissionService as ɵe };
7600
7609
  //# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map