@syncfusion/ej2-treegrid
Advanced tools
Comparing version 24.2.5 to 24.2.7
@@ -9,2 +9,10 @@ # Changelog | ||
- `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file. | ||
## 24.2.5 (2024-02-13) | ||
### Tree Grid | ||
#### Bug Fixes | ||
- `#F50215` - Filtering not working on navigating to another page when all records are collapsed. | ||
@@ -11,0 +19,0 @@ - `#F50218` - Fixed the issue where the `RowSelecting` and `RowSelected` events were triggered twice when selecting a row using the keyboard down arrow. |
/*! | ||
* filename: index.d.ts | ||
* version : 24.2.5 | ||
* version : 24.2.7 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-treegrid@*", | ||
"_id": "@syncfusion/ej2-treegrid@24.2.4", | ||
"_id": "@syncfusion/ej2-treegrid@24.2.5", | ||
"_inBundle": false, | ||
"_integrity": "sha512-eZuVguoswhf6Uu9tvcok4gHmSMQWvfOkZdGTzd5eA/3adSNaHuVA7n1HqypX96Jz5cKouFRbY4cg32wO+n+CDA==", | ||
"_integrity": "sha512-/ddOZwHICi92QoxX5p1kwqFtc4cIVL8JJgo5IR11sNJ+SsPcde2ao/eIGTPgii6SpdV24cWcj3vZHXFqUKk9Fg==", | ||
"_location": "/@syncfusion/ej2-treegrid", | ||
@@ -27,4 +27,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.4.tgz", | ||
"_shasum": "31996e1fc22e58e97e1cb03ead48b09498f858e0", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.5.tgz", | ||
"_shasum": "00dfe46c48c665b1e18b46a0193867238dd9dcae", | ||
"_spec": "@syncfusion/ej2-treegrid@*", | ||
@@ -40,5 +40,5 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.2.5", | ||
"@syncfusion/ej2-base": "~24.2.7", | ||
"@syncfusion/ej2-data": "~24.2.3", | ||
"@syncfusion/ej2-grids": "~24.2.5", | ||
"@syncfusion/ej2-grids": "~24.2.7", | ||
"@syncfusion/ej2-popups": "~24.2.5" | ||
@@ -71,4 +71,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "24.2.5", | ||
"version": "24.2.7", | ||
"sideEffects": false | ||
} |
@@ -148,3 +148,5 @@ import { getObject, Grid, ExcelExport as GridExcel } from '@syncfusion/ej2-grids'; | ||
property.dataSource = new DataManager({ json: dtSrc }); | ||
property.query = args['query']; | ||
if (this.parent.aggregates.length > 0) { | ||
property.query = args['query']; | ||
} | ||
return property; | ||
@@ -151,0 +153,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8435354
68523