@syncfusion/ej2-filemanager
Advanced tools
Comparing version 20.1.56 to 20.1.57
@@ -9,2 +9,10 @@ # Changelog | ||
- `#F173974` - The issue with "Cut and paste files from a parent folder to a sub folder using the toolbar doesn't show any alert for users in File Manager" has been resolved. | ||
## 20.1.56 (2022-05-17) | ||
### File Manager | ||
#### Bug Fixes | ||
- `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.1.56 | ||
* version : 20.1.57 | ||
* 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@20.1.55", | ||
"_id": "@syncfusion/ej2-filemanager@20.1.56", | ||
"_inBundle": false, | ||
"_integrity": "sha512-xmGvb6+W0R8B83/4ePpXQtjJfcPYsWxKPN6UFb8XFfhPni+/HrSeYM8TBwZ0EV1NWw725IOW7s0zxpywfmyhiA==", | ||
"_integrity": "sha512-5klqK8jUaeGd1POKzMnf7k5Cq0xAJhHKiHFjIRglWODFTTLRvsm6QNVCeXTvaMMqgiR3BPc6OV5Kn7NN38KQsw==", | ||
"_location": "/@syncfusion/ej2-filemanager", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.1.55.tgz", | ||
"_shasum": "bd1cb663dab59f10e6ec2f2fe5b2d9c6c6737cda", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.1.56.tgz", | ||
"_shasum": "3a9b367682218607a8297fa6938de2886e1d3e98", | ||
"_spec": "@syncfusion/ej2-filemanager@*", | ||
@@ -44,9 +44,9 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"@syncfusion/ej2-data": "~20.1.55", | ||
"@syncfusion/ej2-grids": "~20.1.56", | ||
"@syncfusion/ej2-grids": "~20.1.57", | ||
"@syncfusion/ej2-inputs": "~20.1.55", | ||
"@syncfusion/ej2-layouts": "~20.1.55", | ||
"@syncfusion/ej2-lists": "~20.1.55", | ||
"@syncfusion/ej2-navigations": "~20.1.56", | ||
"@syncfusion/ej2-popups": "~20.1.55", | ||
"@syncfusion/ej2-splitbuttons": "~20.1.55" | ||
"@syncfusion/ej2-navigations": "~20.1.57", | ||
"@syncfusion/ej2-popups": "~20.1.57", | ||
"@syncfusion/ej2-splitbuttons": "~20.1.57" | ||
}, | ||
@@ -72,4 +72,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.1.56", | ||
"version": "20.1.57", | ||
"sideEffects": false | ||
} |
@@ -804,2 +804,11 @@ import * as CLS from '../base/classes'; | ||
removeBlur(parent); | ||
var result = { | ||
files: null, | ||
error: { | ||
code: '402', | ||
message: getLocaleText(parent, 'Same-Folder-Error'), | ||
fileExists: null | ||
} | ||
}; | ||
createDialog(parent, 'Error', result); | ||
} | ||
@@ -806,0 +815,0 @@ } |
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
10583437
95976