@refinitiv-ui/efx-grid 6.0.88 → 6.0.89
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/core/dist/core.js +2 -2
- package/lib/core/dist/core.min.js +1 -1
- package/lib/core/es6/grid/Core.d.ts +0 -2
- package/lib/core/es6/grid/Core.js +2 -2
- package/lib/grid/index.js +1 -1
- package/lib/row-segmenting/es6/RowSegmenting.js +1 -1
- package/lib/rt-grid/dist/rt-grid.js +7 -4
- package/lib/rt-grid/dist/rt-grid.min.js +1 -1
- package/lib/rt-grid/es6/Grid.js +5 -2
- package/lib/rt-grid/es6/RowDefinition.d.ts +0 -4
- package/lib/rt-grid/es6/RowDefinition.js +2 -2
- package/lib/statistics-row/es6/StatisticsRow.d.ts +1 -0
- package/lib/statistics-row/es6/StatisticsRow.js +18 -2
- package/lib/tr-grid-in-cell-editing/es6/InCellEditing.d.ts +0 -4
- package/lib/tr-grid-in-cell-editing/es6/InCellEditing.js +2 -2
- package/lib/tr-grid-percent-bar/es6/PercentBar.js +3 -1
- package/lib/tr-grid-row-filtering/es6/RowFiltering.d.ts +2 -0
- package/lib/tr-grid-row-filtering/es6/RowFiltering.js +41 -2
- package/lib/tr-grid-titlewrap/es6/TitleWrap.d.ts +0 -2
- package/lib/tr-grid-titlewrap/es6/TitleWrap.js +1 -1
- package/lib/types/es6/RowFiltering.d.ts +2 -0
- package/lib/types/es6/StatisticsRow.d.ts +1 -0
- package/lib/versions.json +8 -8
- package/package.json +1 -1
package/lib/core/dist/core.js
CHANGED
@@ -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.
|
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
|
-
* @
|
29471
|
+
* @private
|
29472
29472
|
*/
|
29473
29473
|
Core_Core.prototype._requestScrollbarUpdate = function() {
|
29474
29474
|
this._updateScrollbarHeight(true, true);
|