@refinitiv-ui/efx-grid 6.0.74 → 6.0.76

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.
@@ -21688,7 +21688,7 @@ DataView.prototype._onDataChanged = function (e) {
21688
21688
  var event = events[0];
21689
21689
  if (event["globalChange"]) {
21690
21690
  this._updateRowIds(); // Reset all row ids and perform sorting
21691
- this._dispatchDataChange(e);
21691
+ this._dispatchDataChange(event);
21692
21692
  return;
21693
21693
  }
21694
21694
 
@@ -26109,7 +26109,7 @@ Core_Core.prototype._firstRendered = false;
26109
26109
  * @return {string}
26110
26110
  */
26111
26111
  Core_Core.getVersion = function () {
26112
- return "5.1.81";
26112
+ return "5.1.82";
26113
26113
  };
26114
26114
  /** {@link ElementWrapper#dispose}
26115
26115
  * @override