@syncfusion/ej2-filemanager 20.1.55 → 20.1.56
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 +8 -0
- 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 +7 -1
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +7 -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 +8 -8
- package/src/file-manager/layout/details-view.js +7 -1
- package/styles/bootstrap-dark.css +44 -397
- package/styles/bootstrap.css +43 -392
- package/styles/bootstrap4.css +44 -402
- package/styles/bootstrap5-dark.css +43 -405
- package/styles/bootstrap5.css +43 -405
- package/styles/fabric-dark.css +43 -390
- package/styles/fabric.css +43 -390
- package/styles/file-manager/bootstrap-dark.css +44 -397
- package/styles/file-manager/bootstrap.css +43 -392
- package/styles/file-manager/bootstrap4.css +44 -402
- package/styles/file-manager/bootstrap5-dark.css +43 -405
- package/styles/file-manager/bootstrap5.css +43 -405
- package/styles/file-manager/fabric-dark.css +43 -390
- package/styles/file-manager/fabric.css +43 -390
- package/styles/file-manager/fluent-dark.css +43 -390
- package/styles/file-manager/fluent.css +43 -390
- package/styles/file-manager/highcontrast-light.css +43 -392
- package/styles/file-manager/highcontrast.css +43 -391
- package/styles/file-manager/material-dark.css +44 -401
- package/styles/file-manager/material.css +43 -396
- package/styles/file-manager/tailwind-dark.css +43 -400
- package/styles/file-manager/tailwind.css +43 -400
- package/styles/fluent-dark.css +43 -390
- package/styles/fluent.css +43 -390
- package/styles/highcontrast-light.css +43 -392
- package/styles/highcontrast.css +43 -391
- package/styles/material-dark.css +44 -401
- package/styles/material.css +43 -396
- package/styles/tailwind-dark.css +43 -400
- package/styles/tailwind.css +43 -400
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,14 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.
|
10
|
+
|
11
|
+
## 20.1.55 (2022-05-12)
|
12
|
+
|
13
|
+
### File Manager
|
14
|
+
|
15
|
+
#### Bug Fixes
|
16
|
+
|
9
17
|
- `#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
18
|
|
11
19
|
## 20.1.52 (2022-05-04)
|