@syncfusion/ej2-filemanager 23.1.43-87344 → 23.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/ej2-filemanager.min.js +10 -1
- package/dist/ej2-filemanager.umd.min.js +10 -1
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +1 -0
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +1 -0
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +10 -1
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/package.json +79 -80
- package/src/file-manager/pop-up/context-menu.js +1 -0
- package/styles/file-manager/material3-dark.scss +1 -1
- package/styles/file-manager/material3.scss +1 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.scss +1 -1
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,12 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I519501` - The Details dialog having incorrect values while opening it using the navigation pane in the File Manager component has been resolved.
|
10
|
+
|
11
|
+
### FileManager
|
12
|
+
|
13
|
+
#### Bug Fixes
|
14
|
+
|
9
15
|
- `#I506576` - The issue with the incorrect drag and drop operation in the `Details` view, with ID-based files in the File Manager component has been resolved.
|
10
16
|
|
11
17
|
## 23.1.43 (2023-10-31)
|
package/README.md
CHANGED
@@ -77,4 +77,4 @@ Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-cont
|
|
77
77
|
|
78
78
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
|
79
79
|
|
80
|
-
|
80
|
+
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|