@syncfusion/ej2-filemanager 20.1.57 → 20.1.60
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/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +35 -17
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +35 -17
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/file-manager/actions/toolbar.js +6 -2
- package/src/file-manager/base/file-manager.d.ts +1 -0
- package/src/file-manager/base/file-manager.js +3 -0
- package/src/file-manager/base/interface.d.ts +3 -0
- package/src/file-manager/common/utility.d.ts +1 -1
- package/src/file-manager/common/utility.js +16 -6
- package/src/file-manager/layout/details-view.js +3 -3
- package/src/file-manager/layout/large-icons-view.js +3 -3
- package/src/file-manager/layout/navigation-pane.js +4 -3
- package/styles/bootstrap.css +1 -3
- package/styles/bootstrap5-dark.css +1 -3
- package/styles/bootstrap5.css +1 -3
- package/styles/fabric.css +1 -2
- package/styles/file-manager/bootstrap.css +1 -3
- package/styles/file-manager/bootstrap5-dark.css +1 -3
- package/styles/file-manager/bootstrap5.css +1 -3
- package/styles/file-manager/fabric.css +1 -2
- package/styles/file-manager/fluent-dark.css +1 -2
- package/styles/file-manager/fluent.css +1 -2
- package/styles/file-manager/highcontrast.css +1 -2
- package/styles/file-manager/material.css +2 -4
- package/styles/file-manager/tailwind-dark.css +1 -2
- package/styles/file-manager/tailwind.css +1 -2
- package/styles/fluent-dark.css +1 -2
- package/styles/fluent.css +1 -2
- package/styles/highcontrast.css +1 -2
- package/styles/material.css +2 -4
- package/styles/tailwind-dark.css +1 -2
- package/styles/tailwind.css +1 -2
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,32 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I377914`, `#I383863` - The issue with "The toolbar view icon shows the HTML code instead of text and icon in the File Manager component" has been resolved.
|
10
|
+
|
11
|
+
- '#I379214' - The issue with browsing files in File Manager while switching the view after sorting is resolved.
|
12
|
+
|
13
|
+
## 20.1.59 (2022-06-07)
|
14
|
+
|
15
|
+
### File Manager
|
16
|
+
|
17
|
+
#### Bug Fixes
|
18
|
+
|
19
|
+
- '#I368438' - The issue with "Copy/paste MAC keyboard shortcuts doesn't work for File Manager" has been resolved.
|
20
|
+
|
21
|
+
## 20.1.58 (2022-05-31)
|
22
|
+
|
23
|
+
### File Manager
|
24
|
+
|
25
|
+
#### Bug Fixes
|
26
|
+
|
27
|
+
- `#F174002` - The issue with "Toolbar sorting throws an error for the date-modified column of the File Manager" has been resolved.
|
28
|
+
|
29
|
+
## 20.1.57 (2022-05-24)
|
30
|
+
|
31
|
+
### File Manager
|
32
|
+
|
33
|
+
#### Bug Fixes
|
34
|
+
|
9
35
|
- `#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.
|
10
36
|
|
11
37
|
## 20.1.56 (2022-05-17)
|