@senior-agronegocio/angular-components 0.0.66 → 0.0.67

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.
@@ -4950,9 +4950,9 @@
4950
4950
  .pipe(operators.takeUntil(this.ngUnsubscribe))
4951
4951
  .subscribe(function (message) {
4952
4952
  var _a, _b;
4953
- var eventControl = (_a = message === null || message === void 0 ? void 0 : message.data) === null || _a === void 0 ? void 0 : _a.eventControlId;
4953
+ var externalId = (_a = message === null || message === void 0 ? void 0 : message.data) === null || _a === void 0 ? void 0 : _a.externalId;
4954
4954
  var filterData = _this.filterFormGroup.getRawValue();
4955
- if (!eventControl || ((_b = _this.gridData) === null || _b === void 0 ? void 0 : _b.some(function (item) { return item.id === eventControl; }))) {
4955
+ if (!externalId || ((_b = _this.gridData) === null || _b === void 0 ? void 0 : _b.some(function (item) { return item.externalId === externalId; }))) {
4956
4956
  _this.updateGrid({ filterData: filterData });
4957
4957
  _this.processedEvent.emit(message);
4958
4958
  }