@syncfusion/ej2-angular-filemanager 31.2.2 → 31.2.12
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 +14 -0
- package/README.md +9 -2
- package/package.json +29 -60
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
### FileManager
|
|
6
6
|
|
|
7
|
+
`#F197650` - The issue with incorrect validation message in File Manager component with flat data configuration has been resolved.
|
|
8
|
+
|
|
9
|
+
## 31.1.21 (2025-09-23)
|
|
10
|
+
|
|
11
|
+
### FileManager
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I756413` - The issue with the sorting icon is not updated correctly when the sort order is set to `none` in the File Manager component has been resolved.
|
|
16
|
+
|
|
17
|
+
## 31.1.17 (2025-09-05)
|
|
18
|
+
|
|
19
|
+
### FileManager
|
|
20
|
+
|
|
7
21
|
#### Bug Fixes
|
|
8
22
|
|
|
9
23
|
- `#I696366` - Resolved the issue with copying and pasting a folder from the navigation pane to the layout pane in File Manager component.
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ The [Angular FileManager](https://www.syncfusion.com/angular-components/angular-
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
Trusted by the world's leading companies
|
|
17
17
|
<a href="https://www.syncfusion.com/">
|
|
18
|
-
<img src="https://
|
|
18
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -106,6 +106,13 @@ The FileManager component is also offered in following list of frameworks,
|
|
|
106
106
|
* [Localization](https://ej2.syncfusion.com/angular/documentation/file-manager/localization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions.
|
|
107
107
|
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/file-manager/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm): The component is designed with accessibility in mind, ensuring that it is usable by users with disabilities.
|
|
108
108
|
|
|
109
|
+
## Resources
|
|
110
|
+
|
|
111
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
112
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
113
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
114
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
115
|
+
|
|
109
116
|
## Support
|
|
110
117
|
|
|
111
118
|
Product support is available through following mediums.
|
|
@@ -122,7 +129,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
122
129
|
|
|
123
130
|
## License and copyright
|
|
124
131
|
|
|
125
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
132
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
126
133
|
|
|
127
134
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
128
135
|
|
package/package.json
CHANGED
|
@@ -1,60 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-eWkk+siICuMeCjKsBOUIMW473B6aeSbeeoYSlvoDsKZNfRnDy019tE0wPtjStaxNJFdumWLFQmq7OFn1f4XaVw==",
|
|
6
|
-
"_location": "/@syncfusion/ej2-angular-filemanager",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-filemanager@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-filemanager",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-filemanager",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-31.1.1.tgz",
|
|
23
|
-
"_shasum": "ab3bfbeb3d49fe7c0c424cca424123400a4d4884",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-filemanager@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
35
|
-
"@syncfusion/ej2-base": "~31.2.2",
|
|
36
|
-
"@syncfusion/ej2-filemanager": "31.2.2"
|
|
37
|
-
},
|
|
38
|
-
"deprecated": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-filemanager",
|
|
3
|
+
"version": "31.2.12",
|
|
39
4
|
"description": "Essential JS 2 FileManager Component for Angular",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"types": "./syncfusion-ej2-angular-filemanager.d.ts",
|
|
48
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
49
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
50
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
51
|
-
"node": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
52
|
-
"default": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs"
|
|
53
|
-
}
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~31.2.12",
|
|
11
|
+
"@syncfusion/ej2-filemanager": "31.2.12"
|
|
54
12
|
},
|
|
55
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
13
|
"keywords": [
|
|
59
14
|
"angular",
|
|
60
15
|
"angular-filemanager",
|
|
@@ -66,15 +21,29 @@
|
|
|
66
21
|
"angular-file selector",
|
|
67
22
|
"angular-directory viewer"
|
|
68
23
|
],
|
|
69
|
-
"license": "SEE LICENSE IN license",
|
|
70
|
-
"module": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
71
|
-
"name": "@syncfusion/ej2-angular-filemanager",
|
|
72
24
|
"repository": {
|
|
73
25
|
"type": "git",
|
|
74
|
-
"url": "
|
|
26
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
75
27
|
},
|
|
76
|
-
"schematics": "./schematics/collection.json",
|
|
77
28
|
"sideEffects": false,
|
|
29
|
+
"module": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
30
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
31
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
32
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
33
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
78
34
|
"typings": "syncfusion-ej2-angular-filemanager.d.ts",
|
|
79
|
-
"
|
|
35
|
+
"exports": {
|
|
36
|
+
"./package.json": {
|
|
37
|
+
"default": "./package.json"
|
|
38
|
+
},
|
|
39
|
+
".": {
|
|
40
|
+
"types": "./syncfusion-ej2-angular-filemanager.d.ts",
|
|
41
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
42
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
43
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
44
|
+
"node": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
45
|
+
"default": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
80
49
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-filemanager';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.12';
|
|
5
5
|
exports.moduleName = 'FileManagerModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.12';
|