@syncfusion/ej2-filemanager 20.1.52 → 20.1.57

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 (43) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/ej2-filemanager.umd.min.js +2 -2
  3. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-filemanager.es2015.js +16 -1
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +16 -1
  7. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  8. package/dist/global/ej2-filemanager.min.js +2 -2
  9. package/dist/global/ej2-filemanager.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +15 -15
  12. package/src/file-manager/common/utility.js +9 -0
  13. package/src/file-manager/layout/details-view.js +7 -1
  14. package/styles/bootstrap-dark.css +44 -397
  15. package/styles/bootstrap.css +43 -392
  16. package/styles/bootstrap4.css +44 -402
  17. package/styles/bootstrap5-dark.css +43 -405
  18. package/styles/bootstrap5.css +43 -405
  19. package/styles/fabric-dark.css +43 -390
  20. package/styles/fabric.css +43 -390
  21. package/styles/file-manager/bootstrap-dark.css +44 -397
  22. package/styles/file-manager/bootstrap.css +43 -392
  23. package/styles/file-manager/bootstrap4.css +44 -402
  24. package/styles/file-manager/bootstrap5-dark.css +43 -405
  25. package/styles/file-manager/bootstrap5.css +43 -405
  26. package/styles/file-manager/fabric-dark.css +43 -390
  27. package/styles/file-manager/fabric.css +43 -390
  28. package/styles/file-manager/fluent-dark.css +43 -390
  29. package/styles/file-manager/fluent.css +43 -390
  30. package/styles/file-manager/highcontrast-light.css +43 -392
  31. package/styles/file-manager/highcontrast.css +43 -391
  32. package/styles/file-manager/material-dark.css +44 -401
  33. package/styles/file-manager/material.css +43 -396
  34. package/styles/file-manager/tailwind-dark.css +43 -400
  35. package/styles/file-manager/tailwind.css +43 -400
  36. package/styles/fluent-dark.css +43 -390
  37. package/styles/fluent.css +43 -390
  38. package/styles/highcontrast-light.css +43 -392
  39. package/styles/highcontrast.css +43 -391
  40. package/styles/material-dark.css +44 -401
  41. package/styles/material.css +43 -396
  42. package/styles/tailwind-dark.css +43 -400
  43. package/styles/tailwind.css +43 -400
package/CHANGELOG.md CHANGED
@@ -6,6 +6,30 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#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
+
11
+ ## 20.1.56 (2022-05-17)
12
+
13
+ ### File Manager
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.
18
+
19
+ ## 20.1.55 (2022-05-12)
20
+
21
+ ### File Manager
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I368832`, `#I374668` - The issue with "Not able to upload an excel file in the File Manager component with SQL file provider" has been resolved.
26
+
27
+ ## 20.1.52 (2022-05-04)
28
+
29
+ ### File Manager
30
+
31
+ #### Bug Fixes
32
+
9
33
  - `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.
10
34
 
11
35
  ## 19.2.56 (2021-08-17)