@syncfusion/ej2-filemanager 23.1.39 → 23.1.43-87344
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 +26 -0
- package/README.md +1 -1
- package/dist/ej2-filemanager.min.js +1 -10
- package/dist/ej2-filemanager.umd.min.js +1 -10
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +28 -7
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +28 -7
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +1 -10
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +80 -80
- package/src/file-manager/common/operations.js +4 -4
- package/src/file-manager/common/utility.js +21 -2
- package/src/file-manager/layout/details-view.js +2 -2
- package/src/file-manager/layout/large-icons-view.js +1 -0
- package/src/file-manager/layout/navigation-pane.js +1 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/file-manager/_layout.scss +10 -0
- package/styles/file-manager/_material3-definition.scss +1 -1
- package/styles/file-manager/fabric-dark.css +4 -0
- package/styles/file-manager/fabric.css +4 -0
- package/styles/file-manager/material3-dark.css +1 -1
- package/styles/file-manager/material3-dark.scss +1 -1
- package/styles/file-manager/material3.css +1 -1
- package/styles/file-manager/material3.scss +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +1 -1
- package/styles/material3.scss +1 -1
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,32 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#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
|
+
|
11
|
+
## 23.1.43 (2023-10-31)
|
12
|
+
|
13
|
+
### FileManager
|
14
|
+
|
15
|
+
#### Bug Fixes
|
16
|
+
|
17
|
+
- `#I503129` - The issue with the `Details` view header alignment in the File Manager component has been resolved.
|
18
|
+
- `#I506586` - The issue with the sequential server-side API requests when opening searched folder in the File Manager component has been resolved.
|
19
|
+
|
20
|
+
## 23.1.40 (2023-10-10)
|
21
|
+
|
22
|
+
### FileManager
|
23
|
+
|
24
|
+
#### Bug Fixes
|
25
|
+
|
26
|
+
- `#I506921` - The issue with the breadcrumb bar path in the File Manager component has been resolved.
|
27
|
+
- `#I503082` - The issue with the search placeholder is not updated properly after drag and drop in File Manager has been resolved.
|
28
|
+
|
29
|
+
## 23.1.39 (2023-10-04)
|
30
|
+
|
31
|
+
### FileManager
|
32
|
+
|
33
|
+
#### Bug Fixes
|
34
|
+
|
9
35
|
- `#I499313` - The issue with the file renaming in the File Manager component has been resolved.
|
10
36
|
|
11
37
|
## 23.1.38 (2023-09-26)
|
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 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|