@syncfusion/ej2-filemanager 20.1.60 → 20.2.39
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 +2 -46
- 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 +21 -28
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +21 -28
- 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/helpers/e2e/filemanagerHelper.js +183 -166
- package/package.json +15 -15
- package/src/file-manager/actions/toolbar.js +1 -6
- package/src/file-manager/base/file-manager.d.ts +1 -0
- package/src/file-manager/base/file-manager.js +1 -1
- package/src/file-manager/base/interface.d.ts +1 -2
- package/src/file-manager/common/utility.d.ts +1 -1
- package/src/file-manager/common/utility.js +8 -17
- package/src/file-manager/layout/navigation-pane.js +1 -1
- package/src/file-manager/pop-up/dialog.js +10 -3
- package/styles/file-manager/_fusionnew-definition.scss +237 -0
- package/styles/file-manager/_material3-definition.scss +237 -0
- package/styles/file-manager/fluent-dark.css +3 -3
- package/styles/file-manager/icons/_fusionnew.scss +235 -0
- package/styles/file-manager/icons/_material3.scss +235 -0
- package/styles/fluent-dark.css +3 -3
package/CHANGELOG.md
CHANGED
@@ -6,57 +6,13 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
-
- `#
|
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
|
-
|
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.
|
36
|
-
|
37
|
-
## 20.1.56 (2022-05-17)
|
38
|
-
|
39
|
-
### File Manager
|
40
|
-
|
41
|
-
#### Bug Fixes
|
42
|
-
|
43
|
-
- `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.
|
44
|
-
|
45
|
-
## 20.1.55 (2022-05-12)
|
46
|
-
|
47
|
-
### File Manager
|
48
|
-
|
49
|
-
#### Bug Fixes
|
50
|
-
|
51
|
-
- `#I368832`, `#I374668` - The issue with "Not able to upload an excel file in the File Manager component with SQL file provider" has been resolved.
|
52
|
-
|
53
|
-
## 20.1.52 (2022-05-04)
|
9
|
+
- `#I385707` - The issue with "Facing error while copying and pasting a folder within another folder in the MVC File Manager component" has been resolved.
|
54
10
|
|
55
11
|
### File Manager
|
56
12
|
|
57
13
|
#### Bug Fixes
|
58
14
|
|
59
|
-
- `#
|
15
|
+
- `#F175723` - The issue with "The File Manager incorrectly shows Type of the selected items when an unidentified file type is selected" has been resolved.
|
60
16
|
|
61
17
|
## 19.2.56 (2021-08-17)
|
62
18
|
|