@syncfusion/ej2-filemanager 20.4.40 → 20.4.43
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 +6 -0
- package/README.md +1 -1
- package/dist/ej2-filemanager.min.js +2 -2
- 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 +1 -1
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +1 -1
- 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/pop-up/dialog.js +1 -1
- package/styles/file-manager/_layout.scss +6 -0
- package/styles/file-manager/fluent-dark.css +3 -0
- package/styles/file-manager/fluent.css +3 -0
- package/styles/fluent-dark.css +3 -0
- package/styles/fluent.css +3 -0
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
### File Manager
|
6
|
+
|
7
|
+
#### Bug Fixes
|
8
|
+
|
9
|
+
- `#I426172` - Resolved the console error while creating a folder with invalid text when `showFileExtension` is disabled in the File Manager component.
|
10
|
+
|
5
11
|
## 20.4.38 (2022-12-21)
|
6
12
|
|
7
13
|
### File Manager
|
package/README.md
CHANGED
@@ -77,4 +77,4 @@ Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-cont
|
|
77
77
|
|
78
78
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
|
79
79
|
|
80
|
-
© Copyright
|
80
|
+
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|