@syncfusion/ej2-treegrid 24.2.5 → 24.2.7

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 : 24.2.5
3
+ * version : 24.2.7
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@24.2.4",
3
+ "_id": "@syncfusion/ej2-treegrid@24.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-eZuVguoswhf6Uu9tvcok4gHmSMQWvfOkZdGTzd5eA/3adSNaHuVA7n1HqypX96Jz5cKouFRbY4cg32wO+n+CDA==",
5
+ "_integrity": "sha512-/ddOZwHICi92QoxX5p1kwqFtc4cIVL8JJgo5IR11sNJ+SsPcde2ao/eIGTPgii6SpdV24cWcj3vZHXFqUKk9Fg==",
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-24.2.4.tgz",
28
- "_shasum": "31996e1fc22e58e97e1cb03ead48b09498f858e0",
27
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.5.tgz",
28
+ "_shasum": "00dfe46c48c665b1e18b46a0193867238dd9dcae",
29
29
  "_spec": "@syncfusion/ej2-treegrid@*",
30
30
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
31
31
  "author": {
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~24.2.5",
39
+ "@syncfusion/ej2-base": "~24.2.7",
40
40
  "@syncfusion/ej2-data": "~24.2.3",
41
- "@syncfusion/ej2-grids": "~24.2.5",
41
+ "@syncfusion/ej2-grids": "~24.2.7",
42
42
  "@syncfusion/ej2-popups": "~24.2.5"
43
43
  },
44
44
  "deprecated": false,
@@ -66,6 +66,6 @@
66
66
  "url": "git+https://github.com/syncfusion/ej2-treegrid.git"
67
67
  },
68
68
  "typings": "index.d.ts",
69
- "version": "24.2.5",
69
+ "version": "24.2.7",
70
70
  "sideEffects": false
71
71
  }
@@ -145,7 +145,9 @@ var ExcelExport = /** @class */ (function () {
145
145
  }
146
146
  property = isNullOrUndefined(property) ? Object() : property;
147
147
  property.dataSource = new DataManager({ json: dtSrc });
148
- property.query = args['query'];
148
+ if (this.parent.aggregates.length > 0) {
149
+ property.query = args['query'];
150
+ }
149
151
  return property;
150
152
  };
151
153
  /**