@syncfusion/ej2-treegrid 28.2.4 → 28.2.6

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 28.2.4
3
+ * version : 28.2.6
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-treegrid@*",
3
- "_id": "@syncfusion/ej2-treegrid@28.2.3",
3
+ "_id": "@syncfusion/ej2-treegrid@28.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-I5UfNKjr6VOlv1w+gssIs4UoeuzlrsrWclXaD2OIxwcldspC4lGZkckB8mfu+3GwUgAhVLmyzQVKzKf6gzIHQQ==",
5
+ "_integrity": "sha512-LR3rp7Rxe2l2KuU20TPiAcD4GGDLXZ/lGpyMEceJ3n8iSHDT7Y/94dnrvxEXuLUefHURrPj3rIheiFGk3/XLoA==",
6
6
  "_location": "/@syncfusion/ej2-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -24,8 +24,8 @@
24
24
  "/@syncfusion/ej2-react-treegrid",
25
25
  "/@syncfusion/ej2-vue-treegrid"
26
26
  ],
27
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.2.3.tgz",
28
- "_shasum": "a61d82e54d7fbb7cde25c0a27caa09a55e3c695a",
27
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.2.4.tgz",
28
+ "_shasum": "6d3fe8abf7e2c9f66bbe90db17d30661025eee76",
29
29
  "_spec": "@syncfusion/ej2-treegrid@*",
30
30
  "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
31
31
  "author": {
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~28.2.3",
39
+ "@syncfusion/ej2-base": "~28.2.5",
40
40
  "@syncfusion/ej2-data": "~28.2.3",
41
- "@syncfusion/ej2-grids": "~28.2.4",
42
- "@syncfusion/ej2-popups": "~28.2.3"
41
+ "@syncfusion/ej2-grids": "~28.2.6",
42
+ "@syncfusion/ej2-popups": "~28.2.6"
43
43
  },
44
44
  "deprecated": false,
45
45
  "description": "Essential JS 2 TreeGrid Component",
@@ -76,6 +76,6 @@
76
76
  "url": "git+https://github.com/syncfusion/ej2-treegrid.git"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "28.2.4",
79
+ "version": "28.2.6",
80
80
  "sideEffects": false
81
81
  }
@@ -369,7 +369,7 @@ var DataManipulation = /** @class */ (function () {
369
369
  qry.expand(expandDetail);
370
370
  }
371
371
  qry.where(this.parent.parentIdMapping, 'equal', rowDetails.record[this.parent.idMapping]);
372
- if (rowDetails.action === 'remoteExpand' && this.parent.grid.filterModule && this.parent.grid.filterModule['value']) {
372
+ if (rowDetails.action === 'remoteExpand' && this.parent.grid.filterSettings && this.parent.grid.filterSettings.columns.length) {
373
373
  var filterqry = this.parent.grid.getDataModule().generateQuery().queries.filter(function (e) { return e.fn !== 'onPage' && typeof e.e.predicates !== 'undefined'; });
374
374
  qry.queries.push(filterqry[0]);
375
375
  }