@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.
- package/bundles/senior-gestao-empresarial-angular-components.umd.js +120 -111
- 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/lookups/entities/e-043-pcm-lookup.d.ts +1 -0
- package/core/enums/enum-ana-sin.d.ts +4 -0
- package/core/enums/enum-nat-ctb.d.ts +5 -0
- package/esm2015/components/lookups/entities/e-043-mpc-lookup.js +2 -2
- package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +40 -37
- 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/core/enums/enum-ana-sin.js +6 -0
- package/esm2015/core/enums/enum-nat-ctb.js +7 -0
- package/esm2015/senior-gestao-empresarial-angular-components.js +5 -3
- package/esm5/components/lookups/entities/e-043-mpc-lookup.js +2 -2
- package/esm5/components/lookups/entities/e-043-pcm-lookup.js +42 -38
- 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/core/enums/enum-ana-sin.js +6 -0
- package/esm5/core/enums/enum-nat-ctb.js +7 -0
- package/esm5/senior-gestao-empresarial-angular-components.js +5 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js +117 -109
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +119 -110
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +2 -2
- package/senior-gestao-empresarial-angular-components.d.ts +4 -2
- 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;
|
|
@@ -6478,61 +6472,76 @@
|
|
|
6478
6472
|
return E043MpcLookup;
|
|
6479
6473
|
}(ErpLookups));
|
|
6480
6474
|
|
|
6475
|
+
|
|
6476
|
+
(function (EnumNatCtb) {
|
|
6477
|
+
EnumNatCtb["VD"] = "VD";
|
|
6478
|
+
EnumNatCtb["VC"] = "VC";
|
|
6479
|
+
EnumNatCtb["VA"] = "VA";
|
|
6480
|
+
})(exports.ɵc || (exports.ɵc = {}));
|
|
6481
|
+
|
|
6482
|
+
|
|
6483
|
+
(function (EnumAnaSin) {
|
|
6484
|
+
EnumAnaSin["VA"] = "VA";
|
|
6485
|
+
EnumAnaSin["VS"] = "VS";
|
|
6486
|
+
})(exports.ɵb || (exports.ɵb = {}));
|
|
6487
|
+
|
|
6481
6488
|
var E043PcmLookup = /** @class */ (function (_super) {
|
|
6482
6489
|
__extends(E043PcmLookup, _super);
|
|
6483
6490
|
function E043PcmLookup(lookupService, translate) {
|
|
6484
6491
|
var _this = _super.call(this, lookupService, translate, "e043pcm", [
|
|
6485
6492
|
{
|
|
6493
|
+
type: angularComponents.FieldType.Integer,
|
|
6486
6494
|
name: "ctaRed",
|
|
6487
|
-
|
|
6488
|
-
}, {
|
|
6489
|
-
name: "desCta",
|
|
6490
|
-
type: angularComponents.FieldType.String
|
|
6491
|
-
}
|
|
6492
|
-
], [
|
|
6495
|
+
},
|
|
6493
6496
|
{
|
|
6494
|
-
|
|
6495
|
-
type: angularComponents.FieldType.String
|
|
6496
|
-
}, {
|
|
6497
|
+
type: angularComponents.FieldType.String,
|
|
6497
6498
|
name: "desCta",
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
type: angularComponents.FieldType.String
|
|
6508
|
-
}
|
|
6509
|
-
], [
|
|
6499
|
+
},
|
|
6500
|
+
], E043PcmLookup_1.getFields(translate), E043PcmLookup_1.getFields(translate), "erpx_cpl", "foundation") || this;
|
|
6501
|
+
_this.lookupService = lookupService;
|
|
6502
|
+
_this.translate = translate;
|
|
6503
|
+
return _this;
|
|
6504
|
+
}
|
|
6505
|
+
E043PcmLookup_1 = E043PcmLookup;
|
|
6506
|
+
E043PcmLookup.getFields = function (translate) {
|
|
6507
|
+
return [
|
|
6510
6508
|
{
|
|
6511
6509
|
name: "ctaRed",
|
|
6512
|
-
type: angularComponents.FieldType.
|
|
6513
|
-
},
|
|
6510
|
+
type: angularComponents.FieldType.Integer,
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6514
6513
|
name: "desCta",
|
|
6515
|
-
type: angularComponents.FieldType.String
|
|
6516
|
-
},
|
|
6514
|
+
type: angularComponents.FieldType.String,
|
|
6515
|
+
},
|
|
6516
|
+
{
|
|
6517
6517
|
name: "claCta",
|
|
6518
|
-
type: angularComponents.FieldType.String
|
|
6519
|
-
},
|
|
6518
|
+
type: angularComponents.FieldType.String,
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
options: [
|
|
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 },
|
|
6524
|
+
],
|
|
6520
6525
|
name: "anaSin",
|
|
6521
|
-
type: angularComponents.FieldType.
|
|
6522
|
-
},
|
|
6526
|
+
type: angularComponents.FieldType.Enum,
|
|
6527
|
+
},
|
|
6528
|
+
{
|
|
6529
|
+
options: [
|
|
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 },
|
|
6533
|
+
],
|
|
6523
6534
|
name: "natCta",
|
|
6524
|
-
type: angularComponents.FieldType.
|
|
6525
|
-
}
|
|
6526
|
-
]
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
return _this;
|
|
6530
|
-
}
|
|
6535
|
+
type: angularComponents.FieldType.Enum,
|
|
6536
|
+
},
|
|
6537
|
+
];
|
|
6538
|
+
};
|
|
6539
|
+
var E043PcmLookup_1;
|
|
6531
6540
|
E043PcmLookup.ctorParameters = function () { return [
|
|
6532
6541
|
{ type: ErpLookupsService },
|
|
6533
6542
|
{ type: core$1.TranslateService }
|
|
6534
6543
|
]; };
|
|
6535
|
-
E043PcmLookup = __decorate([
|
|
6544
|
+
E043PcmLookup = E043PcmLookup_1 = __decorate([
|
|
6536
6545
|
core.Injectable()
|
|
6537
6546
|
], E043PcmLookup);
|
|
6538
6547
|
return E043PcmLookup;
|
|
@@ -7924,8 +7933,8 @@
|
|
|
7924
7933
|
exports.naturezaReceitaPisCofins = naturezaReceitaPisCofins;
|
|
7925
7934
|
exports.ɵ0 = ɵ0;
|
|
7926
7935
|
exports.ɵa = ErpLookupsService;
|
|
7927
|
-
exports.ɵ
|
|
7928
|
-
exports.ɵ
|
|
7936
|
+
exports.ɵd = StorageService;
|
|
7937
|
+
exports.ɵe = VerifyModulePermissionService;
|
|
7929
7938
|
|
|
7930
7939
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7931
7940
|
|