@syncfusion/ej2-treegrid
Advanced tools
Comparing version 18.1.54 to 18.1.55
@@ -9,2 +9,14 @@ # Changelog | ||
- `#278266` - Edit type `dropdownedit` is working properly in cell edit mode when enter key is pressed. | ||
## 18.1.54 (2020-05-26) | ||
### TreeGrid | ||
#### New Features | ||
- `#152599` - Provided support for toggling selection by adding `enableToggle` API in selection Settings | ||
#### Bug Fixes | ||
- `#277361` - Auto generated columns work fine when two treegrids are rendered on the same page. | ||
@@ -11,0 +23,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.1.54 | ||
* version : 18.1.55 | ||
* Copyright Syncfusion Inc. 2001 - 2020. 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@18.1.53", | ||
"_id": "@syncfusion/ej2-treegrid@18.1.54", | ||
"_inBundle": false, | ||
"_integrity": "sha512-+DkPuf/aEUAr0jpmO8f9WGXHxH9lTc5PRCXjIjsf+EH5iIJk1vLGuBTOx6BgIxX5qsI5OxIjZWctHDQufx3KCw==", | ||
"_integrity": "sha512-CwADcGflnt0XCHbxoIz1UuTErzpC1zLLUSsJOMFV4fueqSKxcl4kTjf4kkOlfEfxLlXidDnathZNH7PCBVvk2g==", | ||
"_location": "/@syncfusion/ej2-treegrid", | ||
@@ -27,4 +27,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.53.tgz", | ||
"_shasum": "e9bd48c5028c8c5e5552cd0891a110502dcb5d0e", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.54.tgz", | ||
"_shasum": "dd52f49b32b44139414129827d731054c5c5bd6f", | ||
"_spec": "@syncfusion/ej2-treegrid@*", | ||
@@ -41,5 +41,5 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"@syncfusion/ej2-base": "~18.1.53", | ||
"@syncfusion/ej2-data": "~18.1.52", | ||
"@syncfusion/ej2-grids": "~18.1.54", | ||
"@syncfusion/ej2-popups": "~18.1.53" | ||
"@syncfusion/ej2-data": "~18.1.55", | ||
"@syncfusion/ej2-grids": "~18.1.55", | ||
"@syncfusion/ej2-popups": "~18.1.55" | ||
}, | ||
@@ -65,4 +65,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.1.54", | ||
"version": "18.1.55", | ||
"sideEffects": false | ||
} |
@@ -273,2 +273,3 @@ import { Grid, Edit as GridEdit, getUid, getObject } from '@syncfusion/ej2-grids'; | ||
} | ||
this.parent.grid.editModule.destroyWidgets([this.parent.grid.getColumnByField(args.columnName)]); | ||
this.parent.grid.editModule.formObj.destroy(); | ||
@@ -275,0 +276,0 @@ if (this.keyPress !== 'tab' && this.keyPress !== 'shiftTab') { |
@@ -67,2 +67,8 @@ import { Property, ChildProperty } from '@syncfusion/ej2-base';import { SelectionMode, CellSelectionMode, SelectionType, CheckboxSelectionType } from '@syncfusion/ej2-grids'; | ||
/** | ||
* If ‘enableToggle’ set to true, then the user can able to perform toggle for the selected row. | ||
* @default true | ||
*/ | ||
enableToggle?: boolean; | ||
} |
@@ -60,2 +60,7 @@ import { ChildProperty } from '@syncfusion/ej2-base'; | ||
checkboxOnly: boolean; | ||
/** | ||
* If ‘enableToggle’ set to true, then the user can able to perform toggle for the selected row. | ||
* @default true | ||
*/ | ||
enableToggle: boolean; | ||
} |
@@ -47,4 +47,7 @@ var __extends = (this && this.__extends) || (function () { | ||
], SelectionSettings.prototype, "checkboxOnly", void 0); | ||
__decorate([ | ||
Property(true) | ||
], SelectionSettings.prototype, "enableToggle", void 0); | ||
return SelectionSettings; | ||
}(ChildProperty)); | ||
export { SelectionSettings }; |
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
5193094
44279
3
7
31274