@syncfusion/ej2-react-filemanager 24.1.43 → 24.1.45
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 +25 -7
- package/README.md +1 -1
- package/dist/ej2-react-filemanager.min.js +1 -1
- package/dist/ej2-react-filemanager.umd.min.js +1 -1
- package/package.json +14 -20
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I536863` - The issue while creating a new folder within empty subfolder using the context menu from navigation pane selection is resolved.
|
|
10
|
+
|
|
11
|
+
## 24.1.44 (2024-01-03)
|
|
12
|
+
|
|
13
|
+
### FileManager
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
|
|
18
|
+
|
|
19
|
+
## 24.1.43 (2023-12-27)
|
|
10
20
|
|
|
11
|
-
|
|
21
|
+
### FileManager
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
|
|
26
|
+
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.
|
|
12
27
|
|
|
13
28
|
## 24.1.41 (2023-12-18)
|
|
14
29
|
|
|
@@ -400,11 +415,11 @@
|
|
|
400
415
|
|
|
401
416
|
- The `beforeFileLoad` event’s `module` argument values have been changed as follows:
|
|
402
417
|
|
|
403
|
-
|Argument Name|Old Value|New Value|
|
|
404
|
-
|
|
405
|
-
|module|navigationpane|NavigationPane|
|
|
406
|
-
|module|Grid|DetailsView|
|
|
407
|
-
|module|LargeIcon|LargeIconView|
|
|
418
|
+
| Argument Name | Old Value | New Value |
|
|
419
|
+
|---|---|---|
|
|
420
|
+
| module | navigationpane | NavigationPane |
|
|
421
|
+
| module | Grid | DetailsView |
|
|
422
|
+
| module | LargeIcon | LargeIconView |
|
|
408
423
|
|
|
409
424
|
## 17.1.32-beta (2019-03-13)
|
|
410
425
|
|
|
@@ -412,9 +427,12 @@
|
|
|
412
427
|
|
|
413
428
|
The `FileManager` 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.
|
|
414
429
|
|
|
430
|
+
|
|
415
431
|
- **Different Views** - Provides detailed and large icon views.
|
|
416
432
|
- **Context menu support** - Provides detailed and large icon views.
|
|
417
433
|
- **Custom toolbar support** - Customize the toolbar to provide only necessary features.
|
|
418
434
|
- **Multiple file selection** - Select multiple files simultaneously.
|
|
419
435
|
- **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
|
|
420
436
|
- **Localization** - Translate file names to any supported language.
|
|
437
|
+
|
|
438
|
+
|
package/README.md
CHANGED
|
@@ -124,4 +124,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
|
|
|
124
124
|
|
|
125
125
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
|
|
126
126
|
|
|
127
|
-
© Copyright
|
|
127
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-filemanager.min.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.45
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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 : 24.1.
|
|
3
|
+
* version : 24.1.45
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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@24.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-filemanager@24.1.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-qiEgyhqep8RtnuXVTS6bcZuiTi1JnU7Waf5gRIIjfS5nlkMYh1dTL6CBWIZ8454ilVvZlvp5yU7XwsggdkLoWg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-filemanager",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,21 +19,23 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-24.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-24.1.44.tgz",
|
|
23
|
+
"_shasum": "3423c8412966ceed3ffc852eb343e2b75660911f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-filemanager@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
29
29
|
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-react-
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-react-filemanager/issues"
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~24.1.42",
|
|
35
|
-
"@syncfusion/ej2-filemanager": "24.1.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~24.1.41"
|
|
35
|
+
"@syncfusion/ej2-filemanager": "24.1.45",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~24.1.41",
|
|
37
|
+
"awesome-typescript-loader": "^3.1.3",
|
|
38
|
+
"source-map-loader": "^0.2.1"
|
|
37
39
|
},
|
|
38
40
|
"deprecated": false,
|
|
39
41
|
"description": "Essential JS 2 FileManager Component for React",
|
|
@@ -41,17 +43,9 @@
|
|
|
41
43
|
"es2015": "dist/es6/ej2-react-filemanager.es2015.js",
|
|
42
44
|
"homepage": "https://www.syncfusion.com/react-components",
|
|
43
45
|
"keywords": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"react-filemanager"
|
|
47
|
-
"react-file organizer",
|
|
48
|
-
"react-file organizing tool",
|
|
49
|
-
"react-file picker",
|
|
50
|
-
"react-file viewer",
|
|
51
|
-
"react-file browser",
|
|
52
|
-
"react-file selector",
|
|
53
|
-
"react-directory viewer",
|
|
54
|
-
"JavaScript"
|
|
46
|
+
"ej2",
|
|
47
|
+
"syncfusion",
|
|
48
|
+
"ej2-react-filemanager"
|
|
55
49
|
],
|
|
56
50
|
"license": "SEE LICENSE IN license",
|
|
57
51
|
"main": "./dist/ej2-react-filemanager.umd.min.js",
|
|
@@ -59,8 +53,8 @@
|
|
|
59
53
|
"name": "@syncfusion/ej2-react-filemanager",
|
|
60
54
|
"repository": {
|
|
61
55
|
"type": "git",
|
|
62
|
-
"url": "git+https://github.com/syncfusion/ej2-react-
|
|
56
|
+
"url": "git+https://github.com/syncfusion/ej2-react-filemanager.git"
|
|
63
57
|
},
|
|
64
|
-
"version": "24.1.
|
|
58
|
+
"version": "24.1.45",
|
|
65
59
|
"sideEffects": false
|
|
66
60
|
}
|