@syncfusion/ej2-react-filemanager 19.4.47 → 19.4.50-117124

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 (40) hide show
  1. package/CHANGELOG.md +6 -20
  2. package/README.md +102 -27
  3. package/diConfig.json +28 -8
  4. package/dist/ej2-react-filemanager.min.js +10 -0
  5. package/dist/ej2-react-filemanager.umd.min.js +1 -1
  6. package/package.json +8 -8
  7. package/styles/bootstrap-dark.css +55 -399
  8. package/styles/bootstrap.css +55 -396
  9. package/styles/bootstrap4.css +55 -404
  10. package/styles/bootstrap5-dark.css +56 -408
  11. package/styles/bootstrap5.css +56 -408
  12. package/styles/fabric-dark.css +54 -392
  13. package/styles/fabric.css +54 -392
  14. package/styles/file-manager/bootstrap-dark.css +55 -399
  15. package/styles/file-manager/bootstrap.css +55 -396
  16. package/styles/file-manager/bootstrap4.css +55 -404
  17. package/styles/file-manager/bootstrap5-dark.css +56 -408
  18. package/styles/file-manager/bootstrap5.css +56 -408
  19. package/styles/file-manager/fabric-dark.css +54 -392
  20. package/styles/file-manager/fabric.css +54 -392
  21. package/styles/file-manager/fluent-dark.css +1568 -0
  22. package/styles/file-manager/fluent-dark.scss +1 -0
  23. package/styles/file-manager/fluent.css +1567 -0
  24. package/styles/file-manager/fluent.scss +1 -0
  25. package/styles/file-manager/highcontrast-light.css +54 -394
  26. package/styles/file-manager/highcontrast.css +73 -393
  27. package/styles/file-manager/material-dark.css +55 -403
  28. package/styles/file-manager/material.css +55 -400
  29. package/styles/file-manager/tailwind-dark.css +76 -424
  30. package/styles/file-manager/tailwind.css +76 -424
  31. package/styles/fluent-dark.css +1568 -0
  32. package/styles/fluent-dark.scss +1 -0
  33. package/styles/fluent.css +1567 -0
  34. package/styles/fluent.scss +1 -0
  35. package/styles/highcontrast-light.css +54 -394
  36. package/styles/highcontrast.css +73 -393
  37. package/styles/material-dark.css +55 -403
  38. package/styles/material.css +55 -400
  39. package/styles/tailwind-dark.css +76 -424
  40. package/styles/tailwind.css +76 -424
package/CHANGELOG.md CHANGED
@@ -6,32 +6,18 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I357910` - The issue with "cancel option of file open event is not available for navigation pane in File manager" has been resolved.
9
+ - `#I426172` - Resolved the console error while creating a folder with invalid text when `showFileExtension` is disabled in the File Manager component.
10
10
 
11
- ## 19.4.43 (2022-01-18)
12
-
13
- ### File Manager
14
-
15
- #### Bug Fixes
16
-
17
- - `#I357910` - The issue with "cancel option of file open event is not working for navigation pane in File manager" has been resolved.
18
- - `#I344572` - The issue with "The AJAX call was sent to the server when performing sorting operation in File Manager" has been resolved.
19
-
20
- ## 19.4.42 (2022-01-11)
21
-
22
- ### File Manager
23
-
24
- #### Bug Fixes
25
-
26
- - `#F170665` - The issue with "Image preview is not loaded while naming files with arithmetic operator symbols in File Manager" has been resolved.
27
-
28
- ## 19.4.38 (2021-12-17)
11
+ ## 20.4.38 (2022-12-21)
29
12
 
30
13
  ### File Manager
31
14
 
32
15
  #### New Features
33
16
 
34
- - Provided support to customize the default search placeholder text of the File Manager.
17
+ - Provided the folder (directory) upload support for Physical File Provider.
18
+ - Provided the folder (directory) upload support for Azure File Provider.
19
+ - Provided the folder (directory) upload support for NodeJS File System Provider.
20
+ - Provided the folder (directory) upload support for Amazon S3 File Provider.
35
21
 
36
22
  ## 19.2.56 (2021-08-17)
37
23
 
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
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
127
+ © Copyright 2023 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": [
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * filename: ej2-react-filemanager.min.js
3
+ * version : 20.4.43
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("SyncfusionFilemanager"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionFilemanager","SyncfusionReactBase","React"],n):"object"==typeof exports?exports.SyncfusionReactFilemanager=n(require("SyncfusionFilemanager"),require("SyncfusionReactBase"),require("React")):e.SyncfusionReactFilemanager=n(e.SyncfusionFilemanager,e.SyncfusionReactBase,e.React)}(this,function(e,n,t){return function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var t={};return n.m=e,n.c=t,n.i=function(e){return e},n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="",n(n.s=4)}([function(n,t){n.exports=e},function(e,t){e.exports=n},function(e,n,t){"use strict";var r=t(3);t.d(n,"a",function(){return r.a})},function(e,n,t){"use strict";t.d(n,"a",function(){return u});var r=t(5),o=(t.n(r),t(0)),i=(t.n(o),t(1)),c=(t.n(i),this&&this.__extends||function(){var e=function(n,t){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var t in n)n.hasOwnProperty(t)&&(e[t]=n[t])})(n,t)};return function(n,t){function r(){this.constructor=n}e(n,t),n.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}}()),u=function(e){function n(n){var t=e.call(this,n)||this;return t.initRenderCalled=!1,t.checkInjectedModules=!0,t.immediateRender=!0,t.portals=[],t}return c(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(o.FileManager);t.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=t(2);t.d(n,"FileManagerComponent",function(){return r.a});var o=t(1);t.n(o);t.o(o,"Inject")&&t.d(n,"Inject",function(){return o.Inject});var i=t(0);t.n(i);for(var c in i)["FileManagerComponent","Inject","default"].indexOf(c)<0&&function(e){t.d(n,e,function(){return i[e]})}(c)},function(e,n){e.exports=t}])});
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-filemanager.umd.min.js
3
- * version : 19.4.47
3
+ * version : 20.4.43
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@19.4.43",
3
+ "_id": "@syncfusion/ej2-react-filemanager@19.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-QnDjLWQTf5u3X5H4gOcMyQOYgX0TLVbE1by2kiQ7ogQxOT4lFTFCqoUXOTqJiXMULRe/wdD5hs6mSQKQOVKQtA==",
5
+ "_integrity": "sha512-9GLkov+oxqte9MuhFK9U7/tFd4Ol7mglVozhKKK7CXZ+ov+e40QjvbCvhwMBqaypfS/Z4DZZcILb04jgwryEfQ==",
6
6
  "_location": "/@syncfusion/ej2-react-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-19.4.43.tgz",
23
- "_shasum": "40e0bf05319f18cfae220a311a0284cee1a51e67",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-19.4.48.tgz",
23
+ "_shasum": "93b7af8332201379027a0dca70a38e88b111e8b5",
24
24
  "_spec": "@syncfusion/ej2-react-filemanager@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.42",
35
- "@syncfusion/ej2-filemanager": "19.4.47",
36
- "@syncfusion/ej2-react-base": "~19.4.47"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-filemanager": "19.4.50-117124",
36
+ "@syncfusion/ej2-react-base": "~19.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for React",
@@ -64,6 +64,6 @@
64
64
  "type": "git",
65
65
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
66
66
  },
67
- "version": "19.4.47",
67
+ "version": "19.4.50-117124",
68
68
  "sideEffects": false
69
69
  }