@syncfusion/ej2-filemanager
Advanced tools
Comparing version 19.1.63 to 19.1.66
@@ -9,2 +9,11 @@ # Changelog | ||
- `#F165213` - The issue with "The Details view path column is not removed when refreshing the File Manager files" has been resolved. | ||
- `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved. | ||
## 19.1.63 (2021-05-13) | ||
### File Manager | ||
#### Bug Fixes | ||
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the File Manager component. | ||
@@ -11,0 +20,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 19.1.63 | ||
* version : 19.1.66 | ||
* 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@19.1.58", | ||
"_id": "@syncfusion/ej2-filemanager@19.1.63", | ||
"_inBundle": false, | ||
"_integrity": "sha512-BwPUSzmSrK1qy0lFOMYRMr+h0KZ8AJTpewERwgdbLfqEIRwrfWa3MmfBp/VpOCZSPDdWC6z/Zoh0+LjV/LvQyA==", | ||
"_integrity": "sha512-xGvoVKq5RA4fv4IFWG/RGWN1LmpuJGvWXxQ22r1REpXxmqtpLgygXOgScHl9qf576Ob3/7mcNdBIWDTbaavtQw==", | ||
"_location": "/@syncfusion/ej2-filemanager", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-filemanager/-/ej2-filemanager-19.1.58.tgz", | ||
"_shasum": "78834cce6b143d7bf5d4a43e41590afd7df2d566", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-filemanager/-/ej2-filemanager-19.1.63.tgz", | ||
"_shasum": "2ff9c248890dee9911e78c685f63cfa3ad176721", | ||
"_spec": "@syncfusion/ej2-filemanager@*", | ||
@@ -41,11 +41,11 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~19.1.63", | ||
"@syncfusion/ej2-base": "~19.1.64", | ||
"@syncfusion/ej2-buttons": "~19.1.63", | ||
"@syncfusion/ej2-data": "~19.1.63", | ||
"@syncfusion/ej2-grids": "~19.1.63", | ||
"@syncfusion/ej2-inputs": "~19.1.63", | ||
"@syncfusion/ej2-grids": "~19.1.66", | ||
"@syncfusion/ej2-inputs": "~19.1.66", | ||
"@syncfusion/ej2-layouts": "~19.1.63", | ||
"@syncfusion/ej2-lists": "~19.1.63", | ||
"@syncfusion/ej2-navigations": "~19.1.63", | ||
"@syncfusion/ej2-popups": "~19.1.63", | ||
"@syncfusion/ej2-lists": "~19.1.65", | ||
"@syncfusion/ej2-navigations": "~19.1.66", | ||
"@syncfusion/ej2-popups": "~19.1.66", | ||
"@syncfusion/ej2-splitbuttons": "~19.1.63", | ||
@@ -73,4 +73,4 @@ "selenium-webdriver": "^4.0.0-alpha.1" | ||
"typings": "index.d.ts", | ||
"version": "19.1.63", | ||
"version": "19.1.66", | ||
"sideEffects": false | ||
} |
@@ -182,2 +182,3 @@ import { ListBase } from '@syncfusion/ej2-lists'; | ||
enableTailMode: true, | ||
distance: 5, | ||
enableAutoScroll: true, | ||
@@ -184,0 +185,0 @@ dragTarget: '.' + CLS.LARGE_ICON, |
@@ -94,2 +94,3 @@ import { TreeView as BaseTreeView } from '@syncfusion/ej2-navigations'; | ||
dragTarget: '.' + CLS.FULLROW, | ||
distance: 5, | ||
dragArea: this.parent.element, | ||
@@ -96,0 +97,0 @@ drag: draggingHandler.bind(this, this.parent), |
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
9055923
74609