@syncfusion/ej2-treegrid
Advanced tools
Comparing version 24.2.7 to 24.2.8
@@ -9,2 +9,10 @@ # Changelog | ||
- `#F50621` - Resolved an issue where a script error was being thrown when performing `ExpandAll` and `CollapseAll` actions in row template. | ||
## 24.2.7 (2024-02-20) | ||
### Tree Grid | ||
#### Bug Fixes | ||
- `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 24.2.7 | ||
* version : 24.2.8 | ||
* 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.5", | ||
"_id": "@syncfusion/ej2-treegrid@24.2.7", | ||
"_inBundle": false, | ||
"_integrity": "sha512-/ddOZwHICi92QoxX5p1kwqFtc4cIVL8JJgo5IR11sNJ+SsPcde2ao/eIGTPgii6SpdV24cWcj3vZHXFqUKk9Fg==", | ||
"_integrity": "sha512-OoM88SgilK7jJcbH2DdoMzGAOTDf7kPBtDxaVHjwD8vovfoVkUeTNwipnQKLRLDUbAfFcz2JOPnc34uph98UWw==", | ||
"_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.5.tgz", | ||
"_shasum": "00dfe46c48c665b1e18b46a0193867238dd9dcae", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.7.tgz", | ||
"_shasum": "4c8aeece891894c115b1bb14a24cf6907a12b4fa", | ||
"_spec": "@syncfusion/ej2-treegrid@*", | ||
@@ -42,4 +42,4 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"@syncfusion/ej2-data": "~24.2.3", | ||
"@syncfusion/ej2-grids": "~24.2.7", | ||
"@syncfusion/ej2-popups": "~24.2.5" | ||
"@syncfusion/ej2-grids": "~24.2.8", | ||
"@syncfusion/ej2-popups": "~24.2.8" | ||
}, | ||
@@ -71,4 +71,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "24.2.7", | ||
"version": "24.2.8", | ||
"sideEffects": false | ||
} |
@@ -95,2 +95,3 @@ import { Grid, Edit as GridEdit, getUid, getObject, resetRowIndex } from '@syncfusion/ej2-grids'; | ||
if (this.parent.editSettings.mode === 'Cell') { | ||
args['requestType'] = 'cancel'; | ||
this.parent.trigger(events.actionComplete, args); | ||
@@ -97,0 +98,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
Sorry, the diff of this file is too big to display
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
68536
8434203
250