@senior-gestao-empresarial/angular-components 7.1.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.
@@ -6591,6 +6591,49 @@
6591
6591
  return E043PcmLookup;
6592
6592
  }(ErpLookups));
6593
6593
 
6594
+ var E034TccLookup = /** @class */ (function (_super) {
6595
+ __extends(E034TccLookup, _super);
6596
+ function E034TccLookup(lookupService, translate) {
6597
+ var _this = _super.call(this, lookupService, translate, "e034tcc", [
6598
+ {
6599
+ name: "codTcc",
6600
+ type: angularComponents.FieldType.String
6601
+ }, {
6602
+ name: "desTcc",
6603
+ type: angularComponents.FieldType.String
6604
+ }
6605
+ ], [
6606
+ {
6607
+ name: "codTcc",
6608
+ type: angularComponents.FieldType.String
6609
+ }, {
6610
+ name: "desTcc",
6611
+ type: angularComponents.FieldType.String
6612
+ }
6613
+ ], [
6614
+ {
6615
+ name: "codTcc",
6616
+ type: angularComponents.FieldType.String
6617
+ },
6618
+ {
6619
+ name: "desTcc",
6620
+ type: angularComponents.FieldType.String
6621
+ }
6622
+ ], "erpx_fin", "financeiro") || this;
6623
+ _this.lookupService = lookupService;
6624
+ _this.translate = translate;
6625
+ return _this;
6626
+ }
6627
+ E034TccLookup.ctorParameters = function () { return [
6628
+ { type: ErpLookupsService },
6629
+ { type: core$1.TranslateService }
6630
+ ]; };
6631
+ E034TccLookup = __decorate([
6632
+ core.Injectable()
6633
+ ], E034TccLookup);
6634
+ return E034TccLookup;
6635
+ }(ErpLookups));
6636
+
6594
6637
  var ErpLookupsModule = /** @class */ (function () {
6595
6638
  function ErpLookupsModule() {
6596
6639
  }
@@ -6711,7 +6754,8 @@
6711
6754
  ContaInternaFilialLookup,
6712
6755
  E089DocLookup,
6713
6756
  E043MpcLookup,
6714
- E043PcmLookup
6757
+ E043PcmLookup,
6758
+ E034TccLookup
6715
6759
  ],
6716
6760
  declarations: [],
6717
6761
  exports: [],
@@ -8176,6 +8220,7 @@
8176
8220
  exports.E030BanLookup = E030BanLookup;
8177
8221
  exports.E031MoeLookup = E031MoeLookup;
8178
8222
  exports.E032EdcLookup = E032EdcLookup;
8223
+ exports.E034TccLookup = E034TccLookup;
8179
8224
  exports.E035OcrLookup = E035OcrLookup;
8180
8225
  exports.E036InsLookup = E036InsLookup;
8181
8226
  exports.E039PorLookup = E039PorLookup;