@syncfusion/ej2-filemanager 24.2.7 → 25.1.37

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 (68) hide show
  1. package/CHANGELOG.md +6 -25
  2. package/dist/ej2-filemanager.min.js +2 -2
  3. package/dist/ej2-filemanager.umd.min.js +2 -2
  4. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-filemanager.es2015.js +213 -51
  6. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  7. package/dist/es6/ej2-filemanager.es5.js +222 -54
  8. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  9. package/dist/global/ej2-filemanager.min.js +2 -2
  10. package/dist/global/ej2-filemanager.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +16 -16
  13. package/src/file-manager/actions/toolbar.js +16 -5
  14. package/src/file-manager/base/file-manager-model.d.ts +12 -1
  15. package/src/file-manager/base/file-manager.d.ts +11 -0
  16. package/src/file-manager/base/file-manager.js +13 -5
  17. package/src/file-manager/base/interface.d.ts +18 -0
  18. package/src/file-manager/common/operations.js +70 -14
  19. package/src/file-manager/common/utility.d.ts +9 -0
  20. package/src/file-manager/common/utility.js +32 -0
  21. package/src/file-manager/index.d.ts +1 -0
  22. package/src/file-manager/index.js +1 -0
  23. package/src/file-manager/layout/details-view.d.ts +1 -1
  24. package/src/file-manager/layout/details-view.js +71 -24
  25. package/src/file-manager/layout/large-icons-view.d.ts +1 -0
  26. package/src/file-manager/layout/large-icons-view.js +16 -2
  27. package/src/file-manager/layout/navigation-pane.js +0 -1
  28. package/src/file-manager/models/column-model.d.ts +11 -1
  29. package/src/file-manager/models/column.d.ts +10 -0
  30. package/src/file-manager/models/column.js +3 -0
  31. package/src/file-manager/models/details-view-settings.js +1 -3
  32. package/styles/bootstrap-dark.css +1 -2
  33. package/styles/bootstrap.css +1 -2
  34. package/styles/bootstrap4.css +1 -2
  35. package/styles/bootstrap5-dark.css +1 -2
  36. package/styles/bootstrap5.css +1 -2
  37. package/styles/fabric-dark.css +2 -3
  38. package/styles/fabric.css +2 -3
  39. package/styles/file-manager/_bds-definition.scss +234 -0
  40. package/styles/file-manager/_layout.scss +2 -3
  41. package/styles/file-manager/bootstrap-dark.css +1 -2
  42. package/styles/file-manager/bootstrap.css +1 -2
  43. package/styles/file-manager/bootstrap4.css +1 -2
  44. package/styles/file-manager/bootstrap5-dark.css +1 -2
  45. package/styles/file-manager/bootstrap5.css +1 -2
  46. package/styles/file-manager/fabric-dark.css +2 -3
  47. package/styles/file-manager/fabric.css +2 -3
  48. package/styles/file-manager/fluent-dark.css +1 -2
  49. package/styles/file-manager/fluent.css +1 -2
  50. package/styles/file-manager/highcontrast-light.css +1 -2
  51. package/styles/file-manager/highcontrast.css +1 -2
  52. package/styles/file-manager/icons/_bds.scss +235 -0
  53. package/styles/file-manager/material-dark.css +1 -2
  54. package/styles/file-manager/material.css +1 -2
  55. package/styles/file-manager/material3-dark.css +1 -2
  56. package/styles/file-manager/material3.css +1 -2
  57. package/styles/file-manager/tailwind-dark.css +1 -2
  58. package/styles/file-manager/tailwind.css +1 -2
  59. package/styles/fluent-dark.css +1 -2
  60. package/styles/fluent.css +1 -2
  61. package/styles/highcontrast-light.css +1 -2
  62. package/styles/highcontrast.css +1 -2
  63. package/styles/material-dark.css +1 -2
  64. package/styles/material.css +1 -2
  65. package/styles/material3-dark.css +1 -2
  66. package/styles/material3.css +1 -2
  67. package/styles/tailwind-dark.css +1 -2
  68. package/styles/tailwind.css +1 -2
package/CHANGELOG.md CHANGED
@@ -6,41 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I553140` - The high risk vulnerability issue with 'unset-value' dependency in the FileManager component is resolved.
9
+ - `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved.
10
10
 
11
- ## 24.1.47 (2024-01-23)
11
+ ## 25.1.35 (2024-03-15)
12
12
 
13
13
  ### FileManager
14
14
 
15
15
  #### Bug Fixes
16
16
 
17
- - `#I543790` - The issue with the breadcrumb bar of the File Manager showing an incorrect name for the Azure File service provider has been resolved.
18
-
19
- ## 24.1.45 (2024-01-09)
20
-
21
- ### FileManager
22
-
23
- #### Bug Fixes
24
-
25
- - `#I536863` - The issue while creating a new folder within empty subfolder using the context menu from navigation pane selection is resolved.
26
-
27
- ## 24.1.44 (2024-01-03)
28
-
29
- ### FileManager
30
-
31
- #### Bug Fixes
32
-
33
- - `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
34
-
35
- ## 24.1.43 (2023-12-27)
17
+ - `#FB50961` - The issues related to XSS attacks with file or folder names in the File Manager details view template is fixed.
36
18
 
37
19
  ### FileManager
38
20
 
39
- #### Bug Fixes
40
-
41
- - `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
21
+ #### Features
42
22
 
43
- - `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.
23
+ - Provided support in FileManager component to perform download operations via Fetch API request. Now FileManager component, will allow users to perform download operations using either the default form submit method or the latest Fetch API request with a Boolean property `useFormPost` in the `BeforeDownloadEventargs`. The default value of `useFormPost` is set to `true`, directing the FileManager component to utilize the form submit method by default for download operations.
24
+ - `#I521053` - Custom sorting support is provided in the File Manager component. This feature will allow users to achieve windows natural sorting behaviour using `sortComparer` property. This is achieved by assigning the ‘sortComparer’ function exported from the utility file.
44
25
 
45
26
  ## 24.1.41 (2023-12-18)
46
27