@refinitiv-ui/efx-grid 6.0.88 → 6.0.89

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.
@@ -26178,7 +26178,7 @@ Core_Core.prototype._hasPendingRowChange = false;
26178
26178
  * @return {string}
26179
26179
  */
26180
26180
  Core_Core.getVersion = function () {
26181
- return "5.1.92";
26181
+ return "5.1.93";
26182
26182
  };
26183
26183
  /** {@link ElementWrapper#dispose}
26184
26184
  * @override
@@ -29468,7 +29468,7 @@ Core_Core.prototype.requestRowRefresh = function() {
29468
29468
  }
29469
29469
  };
29470
29470
  /** Set a timer to call updateScrollbarHeight only once to avoid performance issue due to multiple call of _updateScrollbarHeight()
29471
- * @public
29471
+ * @private
29472
29472
  */
29473
29473
  Core_Core.prototype._requestScrollbarUpdate = function() {
29474
29474
  this._updateScrollbarHeight(true, true);