@senior-gestao-empresarial/angular-components 7.5.0 → 7.6.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.
@@ -7070,6 +7070,39 @@
7070
7070
  return OrigemDestinoLookup;
7071
7071
  }(ErpLookups));
7072
7072
 
7073
+ var E041CebLookup = /** @class */ (function (_super) {
7074
+ __extends(E041CebLookup, _super);
7075
+ function E041CebLookup(lookupService, translateService) {
7076
+ var _this = _super.call(this, lookupService, translateService, "e041ceb", [
7077
+ {
7078
+ name: "criCeb",
7079
+ type: angularComponents.FieldType.String,
7080
+ },
7081
+ ], [
7082
+ {
7083
+ name: "criCeb",
7084
+ type: angularComponents.FieldType.String,
7085
+ },
7086
+ ], [
7087
+ {
7088
+ name: "criCeb",
7089
+ type: angularComponents.FieldType.String,
7090
+ },
7091
+ ], "erpx_cpl", "foundation") || this;
7092
+ _this.lookupService = lookupService;
7093
+ _this.translateService = translateService;
7094
+ return _this;
7095
+ }
7096
+ E041CebLookup.ctorParameters = function () { return [
7097
+ { type: ErpLookupsService },
7098
+ { type: core$1.TranslateService }
7099
+ ]; };
7100
+ E041CebLookup = __decorate([
7101
+ core.Injectable()
7102
+ ], E041CebLookup);
7103
+ return E041CebLookup;
7104
+ }(ErpLookups));
7105
+
7073
7106
  var ErpLookupsModule = /** @class */ (function () {
7074
7107
  function ErpLookupsModule() {
7075
7108
  }
@@ -7197,7 +7230,8 @@
7197
7230
  LeiComplementar1162003Lookup,
7198
7231
  NbsLookup,
7199
7232
  CaracteristicaFiscalLookup,
7200
- OrigemDestinoLookup
7233
+ OrigemDestinoLookup,
7234
+ E041CebLookup
7201
7235
  ],
7202
7236
  declarations: [],
7203
7237
  exports: [],
@@ -8679,6 +8713,7 @@
8679
8713
  exports.E035OcrLookup = E035OcrLookup;
8680
8714
  exports.E036InsLookup = E036InsLookup;
8681
8715
  exports.E039PorLookup = E039PorLookup;
8716
+ exports.E041CebLookup = E041CebLookup;
8682
8717
  exports.E043MpcLookup = E043MpcLookup;
8683
8718
  exports.E043PcmLookup = E043PcmLookup;
8684
8719
  exports.E044CcuFinRatDepLookup = E044CcuFinRatDepLookup;