@syncfusion/ej2-filemanager 20.1.59 → 20.2.38

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +0 -46
  2. package/dist/ej2-filemanager.umd.min.js +11 -2
  3. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-filemanager.es2015.js +7 -24
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +7 -24
  7. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  8. package/dist/global/ej2-filemanager.min.js +11 -2
  9. package/dist/global/ej2-filemanager.min.js.map +1 -1
  10. package/dist/global/index.d.ts +10 -1
  11. package/helpers/e2e/filemanagerHelper.js +183 -166
  12. package/package.json +16 -16
  13. package/src/file-manager/actions/toolbar.js +1 -7
  14. package/src/file-manager/base/file-manager.d.ts +1 -0
  15. package/src/file-manager/base/file-manager.js +1 -1
  16. package/src/file-manager/base/interface.d.ts +1 -2
  17. package/src/file-manager/common/utility.d.ts +1 -1
  18. package/src/file-manager/common/utility.js +5 -16
  19. package/styles/bootstrap.css +1 -3
  20. package/styles/bootstrap5-dark.css +1 -3
  21. package/styles/bootstrap5.css +1 -3
  22. package/styles/fabric.css +1 -2
  23. package/styles/file-manager/_fusionnew-definition.scss +237 -0
  24. package/styles/file-manager/_material3-definition.scss +237 -0
  25. package/styles/file-manager/bootstrap.css +1 -3
  26. package/styles/file-manager/bootstrap5-dark.css +1 -3
  27. package/styles/file-manager/bootstrap5.css +1 -3
  28. package/styles/file-manager/fabric.css +1 -2
  29. package/styles/file-manager/fluent-dark.css +1 -2
  30. package/styles/file-manager/fluent.css +1 -2
  31. package/styles/file-manager/highcontrast.css +1 -2
  32. package/styles/file-manager/icons/_fusionnew.scss +235 -0
  33. package/styles/file-manager/icons/_material3.scss +235 -0
  34. package/styles/file-manager/material.css +2 -4
  35. package/styles/file-manager/tailwind-dark.css +1 -2
  36. package/styles/file-manager/tailwind.css +1 -2
  37. package/styles/fluent-dark.css +1 -2
  38. package/styles/fluent.css +1 -2
  39. package/styles/highcontrast.css +1 -2
  40. package/styles/material.css +2 -4
  41. package/styles/tailwind-dark.css +1 -2
  42. package/styles/tailwind.css +1 -2
package/CHANGELOG.md CHANGED
@@ -2,52 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### File Manager
6
-
7
- #### Bug Fixes
8
-
9
- - '#I368438' - The issue with "Copy/paste MAC keyboard shortcuts doesn't work for File Manager" has been resolved.
10
-
11
- ## 20.1.58 (2022-05-31)
12
-
13
- ### File Manager
14
-
15
- #### Bug Fixes
16
-
17
- - `#F174002` - The issue with "Toolbar sorting throws an error for the date-modified column of the File Manager" has been resolved.
18
-
19
- ## 20.1.57 (2022-05-24)
20
-
21
- ### File Manager
22
-
23
- #### Bug Fixes
24
-
25
- - `#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.
26
-
27
- ## 20.1.56 (2022-05-17)
28
-
29
- ### File Manager
30
-
31
- #### Bug Fixes
32
-
33
- - `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.
34
-
35
- ## 20.1.55 (2022-05-12)
36
-
37
- ### File Manager
38
-
39
- #### Bug Fixes
40
-
41
- - `#I368832`, `#I374668` - The issue with "Not able to upload an excel file in the File Manager component with SQL file provider" has been resolved.
42
-
43
- ## 20.1.52 (2022-05-04)
44
-
45
- ### File Manager
46
-
47
- #### Bug Fixes
48
-
49
- - `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.
50
-
51
5
  ## 19.2.56 (2021-08-17)
52
6
 
53
7
  ### File Manager