@senior-gestao-empresarial/angular-components 6.9.1 → 6.9.2

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.
@@ -6321,6 +6321,51 @@
6321
6321
  return SegmentoLookup;
6322
6322
  }(ErpLookups));
6323
6323
 
6324
+ var EntityPersonProductLookup = /** @class */ (function (_super) {
6325
+ __extends(EntityPersonProductLookup, _super);
6326
+ function EntityPersonProductLookup(lookupService, translate) {
6327
+ var _this = _super.call(this, lookupService, translate, "entityFacade", [
6328
+ {
6329
+ name: "entityCode",
6330
+ type: angularComponents.FieldType.String
6331
+ },
6332
+ {
6333
+ name: "entityDesc",
6334
+ type: angularComponents.FieldType.String
6335
+ },
6336
+ ], [
6337
+ {
6338
+ name: "entityCode",
6339
+ type: angularComponents.FieldType.String
6340
+ },
6341
+ {
6342
+ name: "entityDesc",
6343
+ type: angularComponents.FieldType.String
6344
+ },
6345
+ ], [
6346
+ {
6347
+ name: "entityCode",
6348
+ type: angularComponents.FieldType.String
6349
+ },
6350
+ {
6351
+ name: "entityDesc",
6352
+ type: angularComponents.FieldType.String
6353
+ },
6354
+ ], "erpx_cpl_xt", "integration") || this;
6355
+ _this.lookupService = lookupService;
6356
+ _this.translate = translate;
6357
+ return _this;
6358
+ }
6359
+ EntityPersonProductLookup.ctorParameters = function () { return [
6360
+ { type: ErpLookupsService },
6361
+ { type: core$1.TranslateService }
6362
+ ]; };
6363
+ EntityPersonProductLookup = __decorate([
6364
+ core.Injectable()
6365
+ ], EntityPersonProductLookup);
6366
+ return EntityPersonProductLookup;
6367
+ }(ErpLookups));
6368
+
6324
6369
  var ErpLookupsModule = /** @class */ (function () {
6325
6370
  function ErpLookupsModule() {
6326
6371
  }
@@ -6435,7 +6480,8 @@
6435
6480
  E501TcpLookup,
6436
6481
  AgreementLookup,
6437
6482
  NotaFiscalEntradaLookup,
6438
- SegmentoLookup
6483
+ SegmentoLookup,
6484
+ EntityPersonProductLookup
6439
6485
  ],
6440
6486
  declarations: [],
6441
6487
  exports: [],
@@ -7706,8 +7752,9 @@
7706
7752
  exports.naturezaReceitaPisCofins = naturezaReceitaPisCofins;
7707
7753
  exports.ɵ0 = ɵ0;
7708
7754
  exports.ɵa = ErpLookupsService;
7709
- exports.ɵb = StorageService;
7710
- exports.ɵc = VerifyModulePermissionService;
7755
+ exports.ɵb = EntityPersonProductLookup;
7756
+ exports.ɵc = StorageService;
7757
+ exports.ɵd = VerifyModulePermissionService;
7711
7758
 
7712
7759
  Object.defineProperty(exports, '__esModule', { value: true });
7713
7760