@syncfusion/ej2-react-filemanager 20.3.49 → 20.4.38

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/README.md +101 -26
  3. package/diConfig.json +28 -8
  4. package/dist/ej2-react-filemanager.min.js +1 -1
  5. package/dist/ej2-react-filemanager.umd.min.js +1 -1
  6. package/package.json +17 -12
  7. package/styles/bootstrap-dark.css +2 -12
  8. package/styles/bootstrap.css +2 -12
  9. package/styles/bootstrap4.css +2 -12
  10. package/styles/bootstrap5-dark.css +2 -12
  11. package/styles/bootstrap5.css +2 -12
  12. package/styles/fabric-dark.css +2 -12
  13. package/styles/fabric.css +2 -12
  14. package/styles/file-manager/bootstrap-dark.css +2 -12
  15. package/styles/file-manager/bootstrap.css +2 -12
  16. package/styles/file-manager/bootstrap4.css +2 -12
  17. package/styles/file-manager/bootstrap5-dark.css +2 -12
  18. package/styles/file-manager/bootstrap5.css +2 -12
  19. package/styles/file-manager/fabric-dark.css +2 -12
  20. package/styles/file-manager/fabric.css +2 -12
  21. package/styles/file-manager/fluent-dark.css +8 -12
  22. package/styles/file-manager/fluent.css +8 -12
  23. package/styles/file-manager/highcontrast-light.css +2 -12
  24. package/styles/file-manager/highcontrast.css +2 -12
  25. package/styles/file-manager/material-dark.css +2 -12
  26. package/styles/file-manager/material.css +2 -15
  27. package/styles/file-manager/tailwind-dark.css +2 -12
  28. package/styles/file-manager/tailwind.css +2 -12
  29. package/styles/fluent-dark.css +8 -12
  30. package/styles/fluent.css +8 -12
  31. package/styles/highcontrast-light.css +2 -12
  32. package/styles/highcontrast.css +2 -12
  33. package/styles/material-dark.css +2 -12
  34. package/styles/material.css +2 -15
  35. package/styles/tailwind-dark.css +2 -12
  36. package/styles/tailwind.css +2 -12
package/CHANGELOG.md CHANGED
@@ -4,14 +4,6 @@
4
4
 
5
5
  ### File Manager
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#I391031` - The issue with "Column header in the Details view within the File Manager is not accessible via the Tab keyboard" has been resolved.
10
-
11
- ## 20.3.47 (2022-09-29)
12
-
13
- ### File Manager
14
-
15
7
  #### New Features
16
8
 
17
9
  - Provided the folder (directory) upload support for Physical File Provider.
package/README.md CHANGED
@@ -1,52 +1,127 @@
1
- # ej2-react-filemanager
1
+ # React File Manager Component
2
2
 
3
- The `File Manager` is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
3
+ The [React File Manager](https://www.syncfusion.com/react-components/react-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm) component is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system.
4
4
 
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/react/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm">Getting Started</a> .
7
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#/bootstrap5/file-manager/overview">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/react-components/react-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm">Learn more</a>
9
+ </p>
5
10
 
6
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials).
11
+ <p align="center">
12
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-filemanager.png">
13
+ </P>
7
14
 
8
- > 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.
15
+ <p align="center">
16
+ Trusted by the world's leading companies
17
+ <a href="https://www.syncfusion.com">
18
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
19
+ </a>
20
+ </p>
9
21
 
10
22
  ## Setup
11
23
 
12
- To install `FileManager` and its dependent packages, use the following command.
24
+ ### Create a React application
13
25
 
14
- ```sh
15
- npm install @syncfusion/ej2-react-filemanager
26
+ You can use [`create-react-app`](https://github.com/facebookincubator/create-react-app) to setup applications. To create React app use the following command.
27
+
28
+ ```bash
29
+ npx create-react-app my-app --template typescript
30
+ cd my-app
31
+ npm start
16
32
  ```
17
33
 
18
- ## Components included
34
+ ### Adding Syncfusion File Manager package
35
+
36
+ All Syncfusion react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react File Manager package, use the following command.
37
+
38
+ ```bash
39
+ npm install @syncfusion/ej2-react-filemanager --save
40
+ ```
19
41
 
20
- Following list of components are available in the package
42
+ ### Adding CSS references for File Manager
43
+
44
+ Add CSS references needed for a File Manager in **src/App.css** from the **../node_modules/@syncfusion** package folder.
45
+
46
+ ```css
47
+ /* refer the styles from package folder */
48
+ @import '../node_modules/@syncfusion/ej2-base/styles/bootstrap5.css';
49
+ @import '../node_modules/@syncfusion/ej2-icons/styles/bootstrap5.css';
50
+ @import '../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5.css';
51
+ @import '../node_modules/@syncfusion/ej2-popups/styles/bootstrap5.css';
52
+ @import '../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5.css';
53
+ @import '../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap5.css';
54
+ @import '../node_modules/@syncfusion/ej2-navigations/styles/bootstrap5.css';
55
+ @import '../node_modules/@syncfusion/ej2-layouts/styles/bootstrap5.css';
56
+ @import '../node_modules/@syncfusion/ej2-grids/styles/bootstrap5.css';
57
+ @import "../node_modules/@syncfusion/ej2-react-filemanager/styles/bootstrap5.css";
58
+ ```
59
+
60
+ ### Add React File Manager component
61
+
62
+ In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React File Manager component and import **App.css** to apply styles to the File Manager:
63
+
64
+ ```typescript
65
+ import { FileManagerComponent } from '@syncfusion/ej2-react-filemanager';
66
+ import * as React from 'react';
67
+ function App() {
68
+ let hostUrl = "https://ej2-aspcore-service.azurewebsites.net/";
69
+ return (<div className="control-section">
70
+ <FileManagerComponent id="file" ajaxSettings={{
71
+ url: hostUrl + "api/FileManager/FileOperations"
72
+ }}/>
73
+ </div>);
74
+ }
75
+ export default App;
76
+ ```
21
77
 
22
- * File Manager - performs common file operations such as accessing, editing, upload, download and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
78
+ ## Supported frameworks
23
79
 
80
+ The React File Manager component is also offered in the following list of frameworks.
24
81
 
25
- ## Key Features
82
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
83
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
26
84
 
27
- * File Manager
85
+ ## Showcase samples
86
+
87
+ * Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-filemanager-npm#/default)
88
+
89
+ ## Key features
28
90
 
29
- * **Different Views** - Provides detailed and large icon views.
30
- * **Context menu support** - Provides detailed and large icon views.
31
- * **Custom toolbar support** - Customize the toolbar to provide only necessary features.
32
- * **Multiple file selection** - Select multiple files simultaneously.
33
- * **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
34
- * **Localization** - Translate file names to any supported language.
91
+ * [File and directory management](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#/bootstrap5/file-manager/directory-upload): The component allows users to upload, download, rename, sort, cut, copy, and paste files and directories.
92
+ * [Multiple layout options](https://ej2.syncfusion.com/react/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#view): The component supports both large icons view and details view layout, giving users the ability to choose the display option that works best for them.
93
+ * [Multiple file providers](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#/bootstrap5/file-manager/azure-service): The component supports a range of file providers, including Amazon S3, MS Azure, NodeJS, Google file systems, and local physical file providers, giving users flexibility in how they store and access their files.
94
+ * [Search functionality](https://ej2.syncfusion.com/react/documentation/file-manager/file-operations/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#search): The component includes a search feature that allows users to easily locate specific files within their file system.
95
+ * [Customizable interface](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#/bootstrap5/file-manager/custom-thumbnail): The component's interface can be customized to fit the needs and preferences of users, allowing for a personalized experience.
96
+ * [Responsive design](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#/bootstrap5/file-manager/overview): The component is designed to be responsive, ensuring that it works seamlessly across a range of devices and screen sizes.
97
+ * [Easy integration](https://ej2.syncfusion.com/react/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm): The component is easy to integrate into existing projects, making it a convenient and straightforward solution for file management.
98
+ * [Context menu](https://ej2.syncfusion.com/react/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#context-menu): The component includes a context menu that allows users to quickly and easily access file management options.
99
+ * [Toolbar](https://ej2.syncfusion.com/react/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm#toolbar): The component's toolbar provides a flexible way to manage file operations, making it easy for users to perform common tasks.
100
+ * [Access control](https://ej2.syncfusion.com/react/documentation/file-manager/access-control/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm): The component allows users to define a set of access rules for their folders and files, giving them control over who can access specific resources.
101
+ * [Multiple file selection](https://ej2.syncfusion.com/react/documentation/file-manager/multiple-selection/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm): The component supports the selection of multiple files, making it easy for users to perform bulk operations.
102
+ * [Localization](https://ej2.syncfusion.com/react/documentation/file-manager/localization/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions.
103
+ * [Accessibility](https://ej2.syncfusion.com/react/documentation/file-manager/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm): The component is designed with accessibility in mind, ensuring that it is usable by users with disabilities.
35
104
 
36
105
  ## Support
37
106
 
38
- Product support is available for through following mediums.
107
+ Product support is available through following mediums.
108
+
109
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
110
+ * [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm)
111
+ * [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
112
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-file-manager-npm)
113
+ * Live chat
39
114
 
40
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=filemanager) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=filemanager).
41
- * New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new).
42
- * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=filemanager) with tag `syncfusion` and `ej2`.
115
+ ## Changelog
43
116
 
44
- ## License
117
+ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
45
118
 
46
- Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_campaign=filemanager).
119
+ ## License and copyright
47
120
 
48
- ## Changelog
121
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-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).
122
+
123
+ > 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.
49
124
 
50
- Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager)
125
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
51
126
 
52
127
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/diConfig.json CHANGED
@@ -5,10 +5,8 @@
5
5
  "common": [
6
6
  "ej2",
7
7
  "syncfusion",
8
- "web-components",
9
8
  "typescript",
10
9
  "javascript",
11
- "ej2-filemanager",
12
10
  "filemanager",
13
11
  "fileexplorer",
14
12
  "file-explorer",
@@ -16,21 +14,39 @@
16
14
  ],
17
15
  "angular": [
18
16
  "angular",
19
- "ng",
20
- "ng-filemanager",
21
- "ej2-ng-filemanager"
17
+ "angular-filemanager",
18
+ "angular-file organizer",
19
+ "angular-file organizing tool",
20
+ "angular-file picker",
21
+ "angular-file viewer",
22
+ "angular-file browser",
23
+ "angular-file selector",
24
+ "angular-directory viewer"
22
25
  ],
23
26
  "react": [
24
27
  "react",
25
28
  "reactjs",
26
29
  "react-filemanager",
27
- "ej2-react-filemanager"
30
+ "react-file organizer",
31
+ "react-file organizing tool",
32
+ "react-file picker",
33
+ "react-file viewer",
34
+ "react-file browser",
35
+ "react-file selector",
36
+ "react-directory viewer",
37
+ "JavaScript"
28
38
  ],
29
39
  "vue": [
30
40
  "vue",
31
41
  "vuejs",
32
42
  "vue-filemanager",
33
- "ej2-vue-filemanager"
43
+ "vue-file organizer",
44
+ "vue-file organizing tool",
45
+ "vue-file picker",
46
+ "vue-file viewer",
47
+ "vue-file browser",
48
+ "vue-file selector",
49
+ "vue-directory viewer"
34
50
  ]
35
51
  },
36
52
  "repository": {
@@ -66,7 +82,8 @@
66
82
  "LargeIconsView",
67
83
  "Toolbar",
68
84
  "ContextMenu",
69
- "BreadCrumbBar"
85
+ "BreadCrumbBar",
86
+ "Virtualization"
70
87
  ],
71
88
  "diModuleFiles": [
72
89
  {
@@ -86,6 +103,9 @@
86
103
  },
87
104
  {
88
105
  "fileName": "breadcrumb-bar"
106
+ },
107
+ {
108
+ "fileName": "virtualization"
89
109
  }
90
110
  ],
91
111
  "comment": [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-filemanager.min.js
3
- * version : 20.3.49
3
+ * version : 20.4.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-filemanager.umd.min.js
3
- * version : 20.3.49
3
+ * version : 20.4.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-filemanager@*",
3
- "_id": "@syncfusion/ej2-react-filemanager@20.3.47",
3
+ "_id": "@syncfusion/ej2-react-filemanager@18.18.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-jlyT6eLva3qEarzszmSw2DJJ4oIYGwzOa2aEkpDoN4svjiI4+LpwXNpW4zTQiiafsGo+LB26UcJMX8qF843qXA==",
5
+ "_integrity": "sha512-2nV9anToAU1wq4bKiZhaU1LVBpYdon0Kxv9Zj3ZVGwgCRm2UnszxVq4JlNEzz+amgPnmiwFiNWKfFrQa3Dih6w==",
6
6
  "_location": "/@syncfusion/ej2-react-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-20.3.47.tgz",
23
- "_shasum": "17d03b491af5a85f108764f95ba6329bdbea5db4",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-18.18.1.tgz",
23
+ "_shasum": "c0c4d810f21fd79fdd5894eb26d46f60e1b0290c",
24
24
  "_spec": "@syncfusion/ej2-react-filemanager@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.49",
35
- "@syncfusion/ej2-filemanager": "20.3.49",
36
- "@syncfusion/ej2-react-base": "~20.3.47"
34
+ "@syncfusion/ej2-base": "~20.4.38",
35
+ "@syncfusion/ej2-filemanager": "20.4.38",
36
+ "@syncfusion/ej2-react-base": "~20.4.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for React",
@@ -43,10 +43,8 @@
43
43
  "keywords": [
44
44
  "ej2",
45
45
  "syncfusion",
46
- "web-components",
47
46
  "typescript",
48
47
  "javascript",
49
- "ej2-filemanager",
50
48
  "filemanager",
51
49
  "fileexplorer",
52
50
  "file-explorer",
@@ -54,7 +52,14 @@
54
52
  "react",
55
53
  "reactjs",
56
54
  "react-filemanager",
57
- "ej2-react-filemanager"
55
+ "react-file organizer",
56
+ "react-file organizing tool",
57
+ "react-file picker",
58
+ "react-file viewer",
59
+ "react-file browser",
60
+ "react-file selector",
61
+ "react-directory viewer",
62
+ "JavaScript"
58
63
  ],
59
64
  "license": "SEE LICENSE IN license",
60
65
  "main": "./dist/ej2-react-filemanager.umd.min.js",
@@ -64,6 +69,6 @@
64
69
  "type": "git",
65
70
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
66
71
  },
67
- "version": "20.3.49",
72
+ "version": "20.4.38",
68
73
  "sideEffects": false
69
74
  }
@@ -228,16 +228,6 @@ ejs-filemanager {
228
228
  border-bottom-style: solid;
229
229
  border-width: 1px;
230
230
  }
231
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
232
- height: 30px;
233
- }
234
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
235
- border: 0;
236
- }
237
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
238
- padding-left: 1px;
239
- padding-right: 1px;
240
- }
241
231
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
242
232
  border: 0;
243
233
  box-shadow: none;
@@ -1396,14 +1386,14 @@ ejs-filemanager {
1396
1386
 
1397
1387
  @media (max-width: 469px) {
1398
1388
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1399
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1389
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1400
1390
  min-width: 140px;
1401
1391
  width: calc(50% - 17px);
1402
1392
  }
1403
1393
  }
1404
1394
  @media (min-width: 470px) and (max-width: 625px) {
1405
1395
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1406
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1396
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1407
1397
  min-width: 140px;
1408
1398
  width: calc(33.33% - 17px);
1409
1399
  }
@@ -229,16 +229,6 @@ ejs-filemanager {
229
229
  border-bottom-style: solid;
230
230
  border-width: 0 0 1px;
231
231
  }
232
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
233
- height: 30px;
234
- }
235
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
236
- border: 0;
237
- }
238
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
239
- padding-left: 1px;
240
- padding-right: 1px;
241
- }
242
232
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
243
233
  border: 0;
244
234
  box-shadow: none;
@@ -1396,14 +1386,14 @@ ejs-filemanager {
1396
1386
 
1397
1387
  @media (max-width: 469px) {
1398
1388
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1399
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1389
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1400
1390
  min-width: 140px;
1401
1391
  width: calc(50% - 17px);
1402
1392
  }
1403
1393
  }
1404
1394
  @media (min-width: 470px) and (max-width: 625px) {
1405
1395
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1406
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1396
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1407
1397
  min-width: 140px;
1408
1398
  width: calc(33.33% - 17px);
1409
1399
  }
@@ -228,16 +228,6 @@ ejs-filemanager {
228
228
  border-bottom-style: solid;
229
229
  border-width: 0 0 1px;
230
230
  }
231
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
232
- height: 30px;
233
- }
234
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
235
- border: 0;
236
- }
237
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
238
- padding-left: 1px;
239
- padding-right: 1px;
240
- }
241
231
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
242
232
  border: 0;
243
233
  box-shadow: none;
@@ -1396,14 +1386,14 @@ ejs-filemanager {
1396
1386
 
1397
1387
  @media (max-width: 469px) {
1398
1388
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1399
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1389
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1400
1390
  min-width: 140px;
1401
1391
  width: calc(50% - 17px);
1402
1392
  }
1403
1393
  }
1404
1394
  @media (min-width: 470px) and (max-width: 625px) {
1405
1395
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1406
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1396
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1407
1397
  min-width: 140px;
1408
1398
  width: calc(33.33% - 17px);
1409
1399
  }
@@ -237,16 +237,6 @@ ejs-filemanager {
237
237
  border-bottom-style: solid;
238
238
  border-width: 0 0 1px;
239
239
  }
240
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
241
- height: 30px;
242
- }
243
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
244
- border: 0;
245
- }
246
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
247
- padding-left: 1px;
248
- padding-right: 1px;
249
- }
250
240
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
251
241
  border: 0;
252
242
  box-shadow: none;
@@ -1435,14 +1425,14 @@ ejs-filemanager {
1435
1425
 
1436
1426
  @media (max-width: 469px) {
1437
1427
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1438
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1428
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1439
1429
  min-width: 140px;
1440
1430
  width: calc(50% - 17px);
1441
1431
  }
1442
1432
  }
1443
1433
  @media (min-width: 470px) and (max-width: 625px) {
1444
1434
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1445
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1435
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1446
1436
  min-width: 140px;
1447
1437
  width: calc(33.33% - 17px);
1448
1438
  }
@@ -237,16 +237,6 @@ ejs-filemanager {
237
237
  border-bottom-style: solid;
238
238
  border-width: 0 0 1px;
239
239
  }
240
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
241
- height: 30px;
242
- }
243
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
244
- border: 0;
245
- }
246
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
247
- padding-left: 1px;
248
- padding-right: 1px;
249
- }
250
240
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
251
241
  border: 0;
252
242
  box-shadow: none;
@@ -1435,14 +1425,14 @@ ejs-filemanager {
1435
1425
 
1436
1426
  @media (max-width: 469px) {
1437
1427
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1438
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1428
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1439
1429
  min-width: 140px;
1440
1430
  width: calc(50% - 17px);
1441
1431
  }
1442
1432
  }
1443
1433
  @media (min-width: 470px) and (max-width: 625px) {
1444
1434
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1445
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1435
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1446
1436
  min-width: 140px;
1447
1437
  width: calc(33.33% - 17px);
1448
1438
  }
@@ -224,16 +224,6 @@ ejs-filemanager {
224
224
  border-bottom-style: solid;
225
225
  border-width: 0 0 1px;
226
226
  }
227
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
228
- height: 30px;
229
- }
230
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
231
- border: 0;
232
- }
233
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
234
- padding-left: 1px;
235
- padding-right: 1px;
236
- }
237
227
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
238
228
  border: 0;
239
229
  box-shadow: none;
@@ -1390,14 +1380,14 @@ ejs-filemanager {
1390
1380
 
1391
1381
  @media (max-width: 469px) {
1392
1382
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1393
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1383
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1394
1384
  min-width: 140px;
1395
1385
  width: calc(50% - 17px);
1396
1386
  }
1397
1387
  }
1398
1388
  @media (min-width: 470px) and (max-width: 625px) {
1399
1389
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1400
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1390
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1401
1391
  min-width: 140px;
1402
1392
  width: calc(33.33% - 17px);
1403
1393
  }
package/styles/fabric.css CHANGED
@@ -225,16 +225,6 @@ ejs-filemanager {
225
225
  border-bottom-style: solid;
226
226
  border-width: 0 0 1px;
227
227
  }
228
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
229
- height: 30px;
230
- }
231
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
232
- border: 0;
233
- }
234
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
235
- padding-left: 1px;
236
- padding-right: 1px;
237
- }
238
228
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
239
229
  border: 0;
240
230
  box-shadow: none;
@@ -1391,14 +1381,14 @@ ejs-filemanager {
1391
1381
 
1392
1382
  @media (max-width: 469px) {
1393
1383
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1394
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1384
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1395
1385
  min-width: 140px;
1396
1386
  width: calc(50% - 17px);
1397
1387
  }
1398
1388
  }
1399
1389
  @media (min-width: 470px) and (max-width: 625px) {
1400
1390
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1401
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1391
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1402
1392
  min-width: 140px;
1403
1393
  width: calc(33.33% - 17px);
1404
1394
  }
@@ -228,16 +228,6 @@ ejs-filemanager {
228
228
  border-bottom-style: solid;
229
229
  border-width: 1px;
230
230
  }
231
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
232
- height: 30px;
233
- }
234
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
235
- border: 0;
236
- }
237
- .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
238
- padding-left: 1px;
239
- padding-right: 1px;
240
- }
241
231
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
242
232
  border: 0;
243
233
  box-shadow: none;
@@ -1396,14 +1386,14 @@ ejs-filemanager {
1396
1386
 
1397
1387
  @media (max-width: 469px) {
1398
1388
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1399
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1389
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1400
1390
  min-width: 140px;
1401
1391
  width: calc(50% - 17px);
1402
1392
  }
1403
1393
  }
1404
1394
  @media (min-width: 470px) and (max-width: 625px) {
1405
1395
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1406
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1396
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1407
1397
  min-width: 140px;
1408
1398
  width: calc(33.33% - 17px);
1409
1399
  }