@refinitiv-ui/efx-grid 6.0.71 → 6.0.72
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.js +2 -2
- package/lib/filter-dialog/lib/filter-dialog.js +75 -36
- package/lib/grid/index.js +1 -1
- package/lib/tr-grid-filter-input/es6/FilterInput.js +16 -13
- package/lib/tr-grid-row-filtering/es6/RowFiltering.d.ts +1 -1
- package/lib/tr-grid-row-filtering/es6/RowFiltering.js +68 -4
- package/lib/tr-grid-util/es6/FilterBuilder.d.ts +3 -1
- package/lib/tr-grid-util/es6/FilterBuilder.js +26 -2
- package/lib/types/es6/RowFiltering.d.ts +1 -1
- package/lib/versions.json +4 -4
- package/package.json +1 -1
package/lib/core/dist/core.js
CHANGED
@@ -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.
|
26112
|
+
return "5.1.81";
|
26113
26113
|
};
|
26114
26114
|
/** {@link ElementWrapper#dispose}
|
26115
26115
|
* @override
|
@@ -30980,7 +30980,7 @@ Core_Core.prototype._onRowHeightChanged = function (e) {
|
|
30980
30980
|
// TODO: Set row height one by one is not good
|
30981
30981
|
for(var j = 0; j < len; ++j) {
|
30982
30982
|
var evt = evts[j];
|
30983
|
-
var section = /** @type {ILayoutGrid} */(evt["
|
30983
|
+
var section = /** @type {ILayoutGrid} */(evt["section"]);
|
30984
30984
|
if(!this._containsSection(section)) {
|
30985
30985
|
continue; // The section is no longer contained in this grid
|
30986
30986
|
}
|