@syncfusion/ej2-filemanager 19.4.56 → 20.1.55

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 +3 -51
  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 +20 -7
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +19 -6
  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/actions/toolbar.js +6 -3
  13. package/src/file-manager/base/file-manager-model.d.ts +7 -0
  14. package/src/file-manager/base/file-manager.d.ts +6 -1
  15. package/src/file-manager/base/file-manager.js +10 -1
  16. package/src/file-manager/layout/details-view.js +1 -0
  17. package/src/file-manager/layout/large-icons-view.js +1 -1
  18. package/src/file-manager/layout/navigation-pane.js +1 -1
  19. package/src/file-manager/models/navigation-pane-settings.d.ts +8 -8
  20. package/styles/bootstrap5-dark.css +1 -1
  21. package/styles/bootstrap5.css +1 -1
  22. package/styles/file-manager/_bootstrap5-definition.scss +1 -1
  23. package/styles/file-manager/_fluent-dark-definition.scss +1 -0
  24. package/styles/file-manager/_fluent-definition.scss +8 -7
  25. package/styles/file-manager/_layout.scss +26 -2
  26. package/styles/file-manager/_theme.scss +17 -7
  27. package/styles/file-manager/bootstrap5-dark.css +1 -1
  28. package/styles/file-manager/bootstrap5.css +1 -1
  29. package/styles/file-manager/fluent-dark.css +1901 -0
  30. package/styles/file-manager/fluent-dark.scss +16 -0
  31. package/styles/file-manager/fluent.css +1900 -0
  32. package/styles/file-manager/fluent.scss +16 -0
  33. package/styles/file-manager/icons/_fluent-dark.scss +1 -0
  34. package/styles/file-manager/icons/_fluent.scss +19 -19
  35. package/styles/file-manager/icons/_tailwind.scss +49 -49
  36. package/styles/file-manager/tailwind-dark.css +49 -49
  37. package/styles/file-manager/tailwind.css +49 -49
  38. package/styles/fluent-dark.css +1901 -0
  39. package/styles/fluent-dark.scss +1 -0
  40. package/styles/fluent.css +1900 -0
  41. package/styles/fluent.scss +1 -0
  42. package/styles/tailwind-dark.css +49 -49
  43. package/styles/tailwind.css +49 -49
package/CHANGELOG.md CHANGED
@@ -6,63 +6,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I356664` - The issue with "The dynamic change of path property throws an exception in Azure file provider for the File Manager component" has been resolved.
9
+ - `#I368832`, `#I374668` - The issue with "Not able to upload an excel file in the File Manager component with SQL file provider" has been resolved.
10
10
 
11
- ## 19.4.52 (2022-02-15)
11
+ ## 20.1.52 (2022-05-04)
12
12
 
13
13
  ### File Manager
14
14
 
15
15
  #### Bug Fixes
16
16
 
17
- - `#I363861` - The issue with "When dragging the files outside of the component container throws an error in large icons view in the File Manager component" has been resolved.
18
-
19
- ## 19.4.50 (2022-02-08)
20
-
21
- ### File Manager
22
-
23
- #### Bug Fixes
24
-
25
- - `#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.
26
- - `#I357910` - The issue with "cancel option of file open event is not available for navigation pane in File Manager" has been resolved.
27
- - `#I357736` - The issue with "When trying to delete the root folder it causes an error in File Manager" has been resolved.
28
- - `#I363348` - The issue with "File Manager package has security issues with Selenium web driver" has been resolved.
29
-
30
- #### New Features
31
-
32
- - `#I357221` - Provided sorting support for navigation pane of the File Manager component.
33
-
34
- ## 19.4.47 (2022-01-25)
35
-
36
- ### File Manager
37
-
38
- #### Bug Fixes
39
-
40
- - `#I357910` - The issue with "cancel option of file open event is not available for navigation pane in File manager" has been resolved.
41
-
42
- ## 19.4.43 (2022-01-18)
43
-
44
- ### File Manager
45
-
46
- #### Bug Fixes
47
-
48
- - `#I357910` - The issue with "cancel option of file open event is not working for navigation pane in File manager" has been resolved.
49
- - `#I344572` - The issue with "The AJAX call was sent to the server when performing sorting operation in File Manager" has been resolved.
50
-
51
- ## 19.4.42 (2022-01-11)
52
-
53
- ### File Manager
54
-
55
- #### Bug Fixes
56
-
57
- - `#F170665` - The issue with "Image preview is not loaded while naming files with arithmetic operator symbols in File Manager" has been resolved.
58
-
59
- ## 19.4.38 (2021-12-17)
60
-
61
- ### File Manager
62
-
63
- #### New Features
64
-
65
- - Provided support to customize the default search placeholder text of the File Manager.
17
+ - `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.
66
18
 
67
19
  ## 19.2.56 (2021-08-17)
68
20