@syncfusion/ej2-filemanager 20.1.47 → 20.1.56

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