@syncfusion/ej2-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/README.md +10 -2
- 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 -0
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +1 -0
- 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 +11 -11
- package/src/file-manager/common/operations.js +1 -0
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ The [JavaScript File Manager](https://www.syncfusion.com/javascript-ui-controls/
|
|
|
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
|
|
|
@@ -55,6 +55,14 @@ The JavaScript File Manager control is also offered in following list of framewo
|
|
|
55
55
|
* [Localization](https://ej2.syncfusion.com/documentation/file-manager/localization/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions.
|
|
56
56
|
* [Accessibility](https://ej2.syncfusion.com/documentation/file-manager/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is designed with accessibility in mind, ensuring that it is usable by users with disabilities.
|
|
57
57
|
|
|
58
|
+
## Resources
|
|
59
|
+
|
|
60
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
61
|
+
* [Custom Resource Generator](https://crg.syncfusion.com/)
|
|
62
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github)
|
|
63
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github)
|
|
64
|
+
* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github)
|
|
65
|
+
|
|
58
66
|
## Support
|
|
59
67
|
|
|
60
68
|
Product support is available through following mediums.
|
|
@@ -71,7 +79,7 @@ Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-cont
|
|
|
71
79
|
|
|
72
80
|
## License and copyright
|
|
73
81
|
|
|
74
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
82
|
+
> 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+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), 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).
|
|
75
83
|
|
|
76
84
|
> 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.
|
|
77
85
|
|