@syncfusion/ej2-filemanager
Advanced tools
Comparing version 21.1.39 to 21.1.41
@@ -5,2 +5,8 @@ # Changelog | ||
### File Manager | ||
#### Bug fixes | ||
- `#I445512` - The issue with the `fileSelection` and `fileSelect` events argument in the File Manager component large icon view has been resolved. | ||
## 21.1.37 (2023-03-29) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 21.1.39 | ||
* version : 21.1.41 | ||
* 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-filemanager@*", | ||
"_id": "@syncfusion/ej2-filemanager@21.1.37", | ||
"_id": "@syncfusion/ej2-filemanager@21.1.39", | ||
"_inBundle": false, | ||
"_integrity": "sha512-qIZ+ACsxbmH7pk4hUbOjqSBaa2pTpdhknvGSIXfsyVXA5S5wgWACAGQqyUu52UEHDgNuM3cDpVjAiHeHY8nBJw==", | ||
"_integrity": "sha512-AfUJAG9clB2hStgQ2IUVojPADrEa3e8Jmf+Mlg5+0BCKeCzDmHBBLTQeW0LHP9qhaPqZNevkgUmlluIDlrS+Qw==", | ||
"_location": "/@syncfusion/ej2-filemanager", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-21.1.37.tgz", | ||
"_shasum": "e9ac521b654f440cfe8dc0b83e465cc564bf44b3", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-21.1.39.tgz", | ||
"_shasum": "af6dba133104dd8f57bc190b55d0c55642eab717", | ||
"_spec": "@syncfusion/ej2-filemanager@*", | ||
@@ -41,12 +41,12 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~21.1.39", | ||
"@syncfusion/ej2-base": "~21.1.40", | ||
"@syncfusion/ej2-buttons": "~21.1.37", | ||
"@syncfusion/ej2-data": "~21.1.38", | ||
"@syncfusion/ej2-grids": "~21.1.39", | ||
"@syncfusion/ej2-grids": "~21.1.41", | ||
"@syncfusion/ej2-inputs": "~21.1.39", | ||
"@syncfusion/ej2-layouts": "~21.1.37", | ||
"@syncfusion/ej2-lists": "~21.1.39", | ||
"@syncfusion/ej2-lists": "~21.1.41", | ||
"@syncfusion/ej2-navigations": "~21.1.39", | ||
"@syncfusion/ej2-popups": "~21.1.37", | ||
"@syncfusion/ej2-splitbuttons": "~21.1.37" | ||
"@syncfusion/ej2-popups": "~21.1.41", | ||
"@syncfusion/ej2-splitbuttons": "~21.1.41" | ||
}, | ||
@@ -81,4 +81,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "21.1.39", | ||
"version": "21.1.41", | ||
"sideEffects": false | ||
} |
@@ -27,2 +27,3 @@ import { ListBaseOptions } from '@syncfusion/ej2-lists'; | ||
private tapCount; | ||
private isSelectAllCalled; | ||
private tapEvent; | ||
@@ -29,0 +30,0 @@ private isPasteOperation; |
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
11297384
98044