@senior-gestao-empresarial/angular-components 6.11.3 → 6.11.4-9d2c374d-d66e-4513-b83b-d0162b6ae1ab
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 +86 -84
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +2 -2
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/components/permissions/protocols/modules.enum.d.ts +9 -1
- package/esm2015/components/lookups/entities/e-043-mpc-lookup.js +2 -2
- package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +13 -13
- package/esm2015/components/lookups/entities/e-048-fct-lookup.js +8 -8
- package/esm2015/components/lookups/entities/e-048-sfc-lookup.js +59 -65
- package/esm2015/components/permissions/protocols/modules.enum.js +9 -1
- package/esm5/components/lookups/entities/e-043-mpc-lookup.js +2 -2
- package/esm5/components/lookups/entities/e-043-pcm-lookup.js +13 -13
- package/esm5/components/lookups/entities/e-048-fct-lookup.js +8 -8
- package/esm5/components/lookups/entities/e-048-sfc-lookup.js +60 -66
- package/esm5/components/permissions/protocols/modules.enum.js +9 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +86 -84
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +86 -84
- 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
|
@@ -5529,29 +5529,29 @@
|
|
|
5529
5529
|
function E048FctLookup(lookupService, translate) {
|
|
5530
5530
|
var _this = _super.call(this, lookupService, translate, "e048fct", [
|
|
5531
5531
|
{
|
|
5532
|
+
type: angularComponents.FieldType.String,
|
|
5532
5533
|
name: "codFct",
|
|
5533
|
-
type: angularComponents.FieldType.String
|
|
5534
5534
|
}, {
|
|
5535
|
+
type: angularComponents.FieldType.String,
|
|
5535
5536
|
name: "desFct",
|
|
5536
|
-
type: angularComponents.FieldType.String
|
|
5537
5537
|
}
|
|
5538
5538
|
], [
|
|
5539
5539
|
{
|
|
5540
|
+
type: angularComponents.FieldType.String,
|
|
5540
5541
|
name: "codFct",
|
|
5541
|
-
type: angularComponents.FieldType.String
|
|
5542
5542
|
}, {
|
|
5543
|
+
type: angularComponents.FieldType.String,
|
|
5543
5544
|
name: "desFct",
|
|
5544
|
-
type: angularComponents.FieldType.String
|
|
5545
5545
|
}
|
|
5546
5546
|
], [
|
|
5547
5547
|
{
|
|
5548
|
+
type: angularComponents.FieldType.String,
|
|
5548
5549
|
name: "codFct",
|
|
5549
|
-
type: angularComponents.FieldType.String
|
|
5550
5550
|
}, {
|
|
5551
|
+
type: angularComponents.FieldType.String,
|
|
5551
5552
|
name: "desFct",
|
|
5552
|
-
type: angularComponents.FieldType.String
|
|
5553
5553
|
}
|
|
5554
|
-
], "
|
|
5554
|
+
], "erpx_cpl", "foundation") || this;
|
|
5555
5555
|
_this.lookupService = lookupService;
|
|
5556
5556
|
_this.translate = translate;
|
|
5557
5557
|
return _this;
|
|
@@ -5622,70 +5622,64 @@
|
|
|
5622
5622
|
var E048SfcLookup = /** @class */ (function (_super) {
|
|
5623
5623
|
__extends(E048SfcLookup, _super);
|
|
5624
5624
|
function E048SfcLookup(lookupService, translate) {
|
|
5625
|
-
var _this = _super.
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
|
|
5629
|
-
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
5683
|
-
type: angularComponents.FieldType.String
|
|
5684
|
-
}, {
|
|
5685
|
-
name: "e041cebCre",
|
|
5686
|
-
type: angularComponents.FieldType.String
|
|
5687
|
-
},
|
|
5688
|
-
], "erpx_fnd", "compliance") || this;
|
|
5625
|
+
var _this = _super.apply(this, __spread((function () {
|
|
5626
|
+
var options = [
|
|
5627
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
|
|
5628
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
|
|
5629
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
|
|
5630
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
|
|
5631
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
|
|
5632
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
|
|
5633
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
|
|
5634
|
+
];
|
|
5635
|
+
return [
|
|
5636
|
+
lookupService,
|
|
5637
|
+
translate,
|
|
5638
|
+
"e048sfc",
|
|
5639
|
+
[
|
|
5640
|
+
{
|
|
5641
|
+
name: "seqFct",
|
|
5642
|
+
type: angularComponents.FieldType.Integer
|
|
5643
|
+
}, {
|
|
5644
|
+
options: options,
|
|
5645
|
+
name: "anaSin",
|
|
5646
|
+
type: angularComponents.FieldType.Enum,
|
|
5647
|
+
}
|
|
5648
|
+
], [
|
|
5649
|
+
{
|
|
5650
|
+
name: "seqFct",
|
|
5651
|
+
type: angularComponents.FieldType.Integer
|
|
5652
|
+
}, {
|
|
5653
|
+
options: options,
|
|
5654
|
+
name: "anaSin",
|
|
5655
|
+
type: angularComponents.FieldType.Enum,
|
|
5656
|
+
}, {
|
|
5657
|
+
name: "e041cebDeb",
|
|
5658
|
+
type: angularComponents.FieldType.String
|
|
5659
|
+
}, {
|
|
5660
|
+
name: "e041cebCre",
|
|
5661
|
+
type: angularComponents.FieldType.String
|
|
5662
|
+
},
|
|
5663
|
+
], [
|
|
5664
|
+
{
|
|
5665
|
+
name: "seqFct",
|
|
5666
|
+
type: angularComponents.FieldType.Integer
|
|
5667
|
+
}, {
|
|
5668
|
+
options: options,
|
|
5669
|
+
name: "anaSin",
|
|
5670
|
+
type: angularComponents.FieldType.Enum,
|
|
5671
|
+
}, {
|
|
5672
|
+
name: "e041cebDeb",
|
|
5673
|
+
type: angularComponents.FieldType.String
|
|
5674
|
+
}, {
|
|
5675
|
+
name: "e041cebCre",
|
|
5676
|
+
type: angularComponents.FieldType.String
|
|
5677
|
+
},
|
|
5678
|
+
],
|
|
5679
|
+
"erpx_cpl",
|
|
5680
|
+
"foundation"
|
|
5681
|
+
];
|
|
5682
|
+
})())) || this;
|
|
5689
5683
|
_this.lookupService = lookupService;
|
|
5690
5684
|
_this.translate = translate;
|
|
5691
5685
|
return _this;
|
|
@@ -6463,7 +6457,7 @@
|
|
|
6463
6457
|
name: "desMpc",
|
|
6464
6458
|
type: angularComponents.FieldType.String
|
|
6465
6459
|
}
|
|
6466
|
-
], "
|
|
6460
|
+
], "erpx_cpl", "foundation") || this;
|
|
6467
6461
|
_this.lookupService = lookupService;
|
|
6468
6462
|
_this.translate = translate;
|
|
6469
6463
|
return _this;
|
|
@@ -6496,14 +6490,14 @@
|
|
|
6496
6490
|
function E043PcmLookup(lookupService, translate) {
|
|
6497
6491
|
var _this = _super.call(this, lookupService, translate, "e043pcm", [
|
|
6498
6492
|
{
|
|
6499
|
-
name: "ctaRed",
|
|
6500
6493
|
type: angularComponents.FieldType.Integer,
|
|
6494
|
+
name: "ctaRed",
|
|
6501
6495
|
},
|
|
6502
6496
|
{
|
|
6503
|
-
name: "desCta",
|
|
6504
6497
|
type: angularComponents.FieldType.String,
|
|
6498
|
+
name: "desCta",
|
|
6505
6499
|
},
|
|
6506
|
-
], E043PcmLookup_1.getFields(translate), E043PcmLookup_1.getFields(translate), "
|
|
6500
|
+
], E043PcmLookup_1.getFields(translate), E043PcmLookup_1.getFields(translate), "erpx_cpl", "foundation") || this;
|
|
6507
6501
|
_this.lookupService = lookupService;
|
|
6508
6502
|
_this.translate = translate;
|
|
6509
6503
|
return _this;
|
|
@@ -6524,21 +6518,21 @@
|
|
|
6524
6518
|
type: angularComponents.FieldType.String,
|
|
6525
6519
|
},
|
|
6526
6520
|
{
|
|
6527
|
-
name: "anaSin",
|
|
6528
|
-
type: angularComponents.FieldType.Enum,
|
|
6529
6521
|
options: [
|
|
6530
|
-
{ label: translate.instant("
|
|
6531
|
-
{ label: translate.instant("
|
|
6522
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_va"), value: exports.ɵb.VA },
|
|
6523
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_vs"), value: exports.ɵb.VS },
|
|
6532
6524
|
],
|
|
6525
|
+
name: "anaSin",
|
|
6526
|
+
type: angularComponents.FieldType.Enum,
|
|
6533
6527
|
},
|
|
6534
6528
|
{
|
|
6535
|
-
name: "natCta",
|
|
6536
|
-
type: angularComponents.FieldType.Enum,
|
|
6537
6529
|
options: [
|
|
6538
|
-
{ label: translate.instant("
|
|
6539
|
-
{ label: translate.instant("
|
|
6540
|
-
{ label: translate.instant("
|
|
6530
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_va"), value: exports.ɵc.VA },
|
|
6531
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vc"), value: exports.ɵc.VC },
|
|
6532
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vd"), value: exports.ɵc.VD },
|
|
6541
6533
|
],
|
|
6534
|
+
name: "natCta",
|
|
6535
|
+
type: angularComponents.FieldType.Enum,
|
|
6542
6536
|
},
|
|
6543
6537
|
];
|
|
6544
6538
|
};
|
|
@@ -7811,6 +7805,14 @@
|
|
|
7811
7805
|
(function (ModulesEnum) {
|
|
7812
7806
|
ModulesEnum["CONTROLADORIA"] = "CONTROLADORIA";
|
|
7813
7807
|
ModulesEnum["MANUFATURA"] = "MANUFATURA";
|
|
7808
|
+
ModulesEnum["ECOMMERCE"] = "ECOMMERCE";
|
|
7809
|
+
ModulesEnum["MRP"] = "MRP";
|
|
7810
|
+
ModulesEnum["RMS"] = "RMS";
|
|
7811
|
+
ModulesEnum["FLUXO_CAIXA"] = "FLUXO_CAIXA";
|
|
7812
|
+
ModulesEnum["DRP"] = "DRP";
|
|
7813
|
+
ModulesEnum["CRM"] = "CRM";
|
|
7814
|
+
ModulesEnum["PDV"] = "PDV";
|
|
7815
|
+
ModulesEnum["CONTROLADORIA_GERENCIAL"] = "CONTROLADORIA_GERENCIAL";
|
|
7814
7816
|
})(exports.ModulesEnum || (exports.ModulesEnum = {}));
|
|
7815
7817
|
|
|
7816
7818
|
exports.AgreementLookup = AgreementLookup;
|