@syncfusion/ej2-filemanager
Advanced tools
Comparing version 18.3.35 to 18.3.42
@@ -5,2 +5,8 @@ # Changelog | ||
### File Manager | ||
#### Bug Fixes | ||
- `#288436` - The issue with "The error dialog appears when copy and paste the folder with the same name" has been resolved. | ||
## 18.2.57 (2020-09-08) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.3.35 | ||
* version : 18.3.42 | ||
* 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@18.1.53", | ||
"_id": "@syncfusion/ej2-filemanager@18.3.35", | ||
"_inBundle": false, | ||
"_integrity": "sha512-J5ELp8uf4Fgpq1pP44xj8SoDhlYMTY9K2CJepPGvhqoZAB8+QLg9IDlXqv+x4ZyR+ZcVJ49QKsqqpFP3s/j8uw==", | ||
"_integrity": "sha512-5W+drOoBs8u7ISmjC7GLakfsUuVcnUkscqCtodwflxxzgNmyPbj7prEOyH2l7pCnJ6l0MeX8gAVKDh3pjkHEjw==", | ||
"_location": "/@syncfusion/ej2-filemanager", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-filemanager/-/ej2-filemanager-18.1.53.tgz", | ||
"_shasum": "36ec8fb43d422975ba75a2ca1754c35ab7871abd", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-filemanager/-/ej2-filemanager-18.3.35.tgz", | ||
"_shasum": "aae84b7a275211bb5aa9829c40145dc43742feca", | ||
"_spec": "@syncfusion/ej2-filemanager@*", | ||
@@ -39,12 +39,12 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.3.35", | ||
"@syncfusion/ej2-buttons": "~18.3.35", | ||
"@syncfusion/ej2-data": "~18.3.35", | ||
"@syncfusion/ej2-grids": "~18.3.35", | ||
"@syncfusion/ej2-inputs": "~18.3.35", | ||
"@syncfusion/ej2-layouts": "~18.3.35", | ||
"@syncfusion/ej2-base": "~18.3.40", | ||
"@syncfusion/ej2-buttons": "~18.3.40", | ||
"@syncfusion/ej2-data": "~18.3.42", | ||
"@syncfusion/ej2-grids": "~18.3.42", | ||
"@syncfusion/ej2-inputs": "~18.3.42", | ||
"@syncfusion/ej2-layouts": "~18.3.40", | ||
"@syncfusion/ej2-lists": "~18.3.35", | ||
"@syncfusion/ej2-navigations": "~18.3.35", | ||
"@syncfusion/ej2-navigations": "~18.3.42", | ||
"@syncfusion/ej2-popups": "~18.3.35", | ||
"@syncfusion/ej2-splitbuttons": "~18.3.35", | ||
"@syncfusion/ej2-splitbuttons": "~18.3.40", | ||
"selenium-webdriver": "^4.0.0-alpha.1" | ||
@@ -71,4 +71,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "18.3.35", | ||
"version": "18.3.42", | ||
"sideEffects": false | ||
} |
@@ -515,3 +515,3 @@ import * as CLS from '../base/classes'; | ||
var tempTarget = getFullPath(parent, data[i], dragPath); | ||
if (dropPath.indexOf(tempTarget) !== -1) { | ||
if (dropPath.indexOf(tempTarget) === 0) { | ||
var result = { | ||
@@ -518,0 +518,0 @@ files: null, |
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 not supported yet
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
8770998
69739