@syncfusion/ej2-filemanager 19.4.38 → 19.4.48
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.
- package/CHANGELOG.md +25 -0
- package/README.md +1 -1
- package/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +74 -15
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +74 -15
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/file-manager/base/file-manager-model.d.ts +1 -1
- package/src/file-manager/base/file-manager.d.ts +1 -0
- package/src/file-manager/base/file-manager.js +6 -1
- package/src/file-manager/base/interface.d.ts +2 -0
- package/src/file-manager/common/utility.js +9 -2
- package/src/file-manager/layout/large-icons-view.d.ts +1 -1
- package/src/file-manager/layout/navigation-pane.d.ts +5 -0
- package/src/file-manager/layout/navigation-pane.js +47 -5
- package/src/file-manager/pop-up/context-menu.d.ts +1 -0
- package/src/file-manager/pop-up/context-menu.js +12 -7
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,31 @@
|
|
4
4
|
|
5
5
|
### File Manager
|
6
6
|
|
7
|
+
#### Bug Fixes
|
8
|
+
|
9
|
+
- `#I357910` - The issue with "cancel option of file open event is not available for navigation pane in File manager" has been resolved.
|
10
|
+
|
11
|
+
## 19.4.43 (2022-01-18)
|
12
|
+
|
13
|
+
### File Manager
|
14
|
+
|
15
|
+
#### Bug Fixes
|
16
|
+
|
17
|
+
- `#I357910` - The issue with "cancel option of file open event is not working for navigation pane in File manager" has been resolved.
|
18
|
+
- `#I344572` - The issue with "The AJAX call was sent to the server when performing sorting operation in File Manager" has been resolved.
|
19
|
+
|
20
|
+
## 19.4.42 (2022-01-11)
|
21
|
+
|
22
|
+
### File Manager
|
23
|
+
|
24
|
+
#### Bug Fixes
|
25
|
+
|
26
|
+
- `#F170665` - The issue with "Image preview is not loaded while naming files with arithmetic operator symbols in File Manager" has been resolved.
|
27
|
+
|
28
|
+
## 19.4.38 (2021-12-17)
|
29
|
+
|
30
|
+
### File Manager
|
31
|
+
|
7
32
|
#### New Features
|
8
33
|
|
9
34
|
- Provided support to customize the default search placeholder text of the File Manager.
|
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
|
69
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|