@syncfusion/ej2-filemanager 19.4.43 → 19.4.51

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 (50) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-filemanager.umd.min.js +1 -10
  4. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-filemanager.es2015.js +44 -20
  6. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  7. package/dist/es6/ej2-filemanager.es5.js +44 -20
  8. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  9. package/dist/global/ej2-filemanager.min.js +1 -10
  10. package/dist/global/ej2-filemanager.min.js.map +1 -1
  11. package/dist/global/index.d.ts +0 -9
  12. package/package.json +71 -72
  13. package/src/file-manager/base/file-manager-model.d.ts +2 -1
  14. package/src/file-manager/base/file-manager.d.ts +3 -0
  15. package/src/file-manager/base/file-manager.js +8 -0
  16. package/src/file-manager/base/interface.d.ts +1 -0
  17. package/src/file-manager/common/utility.js +8 -1
  18. package/src/file-manager/layout/large-icons-view.d.ts +1 -1
  19. package/src/file-manager/layout/navigation-pane.js +25 -16
  20. package/src/file-manager/models/navigation-pane-settings-model.d.ts +11 -0
  21. package/src/file-manager/models/navigation-pane-settings.d.ts +10 -0
  22. package/src/file-manager/models/navigation-pane-settings.js +3 -0
  23. package/src/file-manager/pop-up/context-menu.js +0 -3
  24. package/styles/bootstrap-dark.css +4 -0
  25. package/styles/bootstrap.css +4 -0
  26. package/styles/bootstrap4.css +4 -0
  27. package/styles/bootstrap5-dark.css +4 -0
  28. package/styles/bootstrap5.css +4 -0
  29. package/styles/fabric-dark.css +4 -0
  30. package/styles/fabric.css +4 -0
  31. package/styles/file-manager/_layout.scss +6 -0
  32. package/styles/file-manager/bootstrap-dark.css +4 -0
  33. package/styles/file-manager/bootstrap.css +4 -0
  34. package/styles/file-manager/bootstrap4.css +4 -0
  35. package/styles/file-manager/bootstrap5-dark.css +4 -0
  36. package/styles/file-manager/bootstrap5.css +4 -0
  37. package/styles/file-manager/fabric-dark.css +4 -0
  38. package/styles/file-manager/fabric.css +4 -0
  39. package/styles/file-manager/highcontrast-light.css +4 -0
  40. package/styles/file-manager/highcontrast.css +4 -0
  41. package/styles/file-manager/material-dark.css +4 -0
  42. package/styles/file-manager/material.css +4 -0
  43. package/styles/file-manager/tailwind-dark.css +4 -0
  44. package/styles/file-manager/tailwind.css +4 -0
  45. package/styles/highcontrast-light.css +4 -0
  46. package/styles/highcontrast.css +4 -0
  47. package/styles/material-dark.css +4 -0
  48. package/styles/material.css +4 -0
  49. package/styles/tailwind-dark.css +4 -0
  50. package/styles/tailwind.css +4 -0
package/CHANGELOG.md CHANGED
@@ -2,11 +2,37 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.50 (2022-02-08)
6
+
7
+ ### File Manager
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I362885` - The issue with "File upload is failed for all files, when cancel the upload of a single file from multiple files in File Manager component" has been resolved.
12
+ - `#I357910` - The issue with "cancel option of file open event is not available for navigation pane in File Manager" has been resolved.
13
+ - `#I357736` - The issue with "When trying to delete the root folder it causes an error in File Manager" has been resolved.
14
+ - `#I363348` - The issue with "File Manager package has security issues with Selenium web driver" has been resolved.
15
+
16
+ #### New Features
17
+
18
+ - `#I357221` - Provided sorting support for navigation pane of the File Manager component.
19
+
20
+ ## 19.4.47 (2022-01-25)
21
+
22
+ ### File Manager
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#I357910` - The issue with "cancel option of file open event is not available for navigation pane in File manager" has been resolved.
27
+
28
+ ## 19.4.43 (2022-01-18)
29
+
5
30
  ### File Manager
6
31
 
7
32
  #### Bug Fixes
8
33
 
9
34
  - `#I357910` - The issue with "cancel option of file open event is not working for navigation pane in File manager" has been resolved.
35
+ - `#I344572` - The issue with "The AJAX call was sent to the server when performing sorting operation in File Manager" has been resolved.
10
36
 
11
37
  ## 19.4.42 (2022-01-11)
12
38
 
package/README.md CHANGED
@@ -66,4 +66,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
66
66
 
67
67
  Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager)
68
68
 
69
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
69
+ © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.