@syncfusion/ej2-vue-filemanager 23.2.6 → 24.1.43
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 +74 -114
- package/README.md +13 -13
- package/dist/ej2-vue-filemanager.umd.min.js +1 -1
- package/dist/global/ej2-vue-filemanager.min.js +2 -2
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +1 -1574
- package/styles/bootstrap.css +1 -1556
- package/styles/bootstrap4.css +1 -1584
- package/styles/bootstrap5-dark.css +1 -1629
- package/styles/bootstrap5.css +1 -1629
- package/styles/fabric-dark.css +1 -1555
- package/styles/fabric.css +1 -1555
- package/styles/file-manager/bootstrap-dark.css +1 -1574
- package/styles/file-manager/bootstrap.css +1 -1556
- package/styles/file-manager/bootstrap4.css +1 -1584
- package/styles/file-manager/bootstrap5-dark.css +1 -1629
- package/styles/file-manager/bootstrap5.css +1 -1629
- package/styles/file-manager/fabric-dark.css +1 -1555
- package/styles/file-manager/fabric.css +1 -1555
- package/styles/file-manager/fluent-dark.css +1 -1570
- package/styles/file-manager/fluent.css +1 -1569
- package/styles/file-manager/highcontrast-light.css +1 -1555
- package/styles/file-manager/highcontrast.css +1 -1575
- package/styles/file-manager/material-dark.css +1 -1593
- package/styles/file-manager/material.css +1 -1584
- package/styles/file-manager/material3-dark.css +1 -1621
- package/styles/file-manager/material3.css +1 -1677
- package/styles/file-manager/tailwind-dark.css +1 -1619
- package/styles/file-manager/tailwind.css +1 -1619
- package/styles/fluent-dark.css +1 -1570
- package/styles/fluent.css +1 -1569
- package/styles/highcontrast-light.css +1 -1555
- package/styles/highcontrast.css +1 -1575
- package/styles/material-dark.css +1 -1593
- package/styles/material.css +1 -1584
- package/styles/material3-dark.css +1 -1621
- package/styles/material3.css +1 -1677
- package/styles/tailwind-dark.css +1 -1619
- package/styles/tailwind.css +1 -1619
package/CHANGELOG.md
CHANGED
|
@@ -2,50 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 23.2.4 (2023-11-20)
|
|
6
|
-
|
|
7
|
-
### FileManager
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I506576` - The issue with the incorrect drag and drop operation in the `Details` view, with ID-based files in the File Manager component has been resolved.
|
|
12
|
-
|
|
13
|
-
## 23.1.43 (2023-10-31)
|
|
14
|
-
|
|
15
|
-
### FileManager
|
|
16
|
-
|
|
17
|
-
#### Bug Fixes
|
|
18
|
-
|
|
19
|
-
- `#I503129` - The issue with the `Details` view header alignment in the File Manager component has been resolved.
|
|
20
|
-
- `#I506586` - The issue with the sequential server-side API requests when opening searched folder in the File Manager component has been resolved.
|
|
21
|
-
|
|
22
|
-
## 23.1.40 (2023-10-10)
|
|
23
|
-
|
|
24
5
|
### FileManager
|
|
25
6
|
|
|
26
7
|
#### Bug Fixes
|
|
27
8
|
|
|
28
|
-
- `#
|
|
29
|
-
- `#
|
|
9
|
+
- `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
|
|
10
|
+
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of File Manager has been resolved.
|
|
30
11
|
|
|
31
|
-
##
|
|
32
|
-
|
|
33
|
-
### FileManager
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
36
|
-
|
|
37
|
-
- `#I499313` - The issue with the file renaming in the File Manager component has been resolved.
|
|
38
|
-
|
|
39
|
-
## 23.1.38 (2023-09-26)
|
|
40
|
-
|
|
41
|
-
### FileManager
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#I492922` - The issue with the drag and drop support for the File Manager component in mobile mode has been resolved.
|
|
46
|
-
- `#I495435` - Duplicate folders issue in the navigation pane of the File Manager while switching root folders frequently has been resolved.
|
|
47
|
-
|
|
48
|
-
## 23.1.36 (2023-09-15)
|
|
12
|
+
## 24.1.41 (2023-12-18)
|
|
49
13
|
|
|
50
14
|
### FileManager
|
|
51
15
|
|
|
@@ -53,29 +17,25 @@
|
|
|
53
17
|
|
|
54
18
|
- `#FB44788` - Provided template support to customize toolbar items. In earlier versions, Toolbar item customization was limited to a predefined set of options. With this new feature, you can now define your own templates to completely customize the appearance and functionality of toolbar items.
|
|
55
19
|
|
|
56
|
-
#### Bug Fixes
|
|
57
|
-
|
|
58
|
-
- `#I493055` - The issue arising from the `expandOn` property set to `Click` in the Navigation Pane of the File Manager component has been resolved.
|
|
59
|
-
|
|
60
20
|
## 19.2.56 (2021-08-17)
|
|
61
21
|
|
|
62
|
-
###
|
|
22
|
+
### FileManager
|
|
63
23
|
|
|
64
24
|
#### Bug Fixes
|
|
65
25
|
|
|
66
|
-
- `#I337431` - The issue with "`filterFiles` method in
|
|
26
|
+
- `#I337431` - The issue with "`filterFiles` method in FileManager component" has been resolved.
|
|
67
27
|
|
|
68
28
|
## 19.2.48 (2021-07-20)
|
|
69
29
|
|
|
70
|
-
###
|
|
30
|
+
### FileManager
|
|
71
31
|
|
|
72
32
|
#### Bug Fixes
|
|
73
33
|
|
|
74
|
-
- `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in
|
|
34
|
+
- `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in FileManager detail view" has been resolved.
|
|
75
35
|
|
|
76
36
|
## 19.2.44 (2021-06-30)
|
|
77
37
|
|
|
78
|
-
###
|
|
38
|
+
### FileManager
|
|
79
39
|
|
|
80
40
|
#### Bug Fixes
|
|
81
41
|
|
|
@@ -83,41 +43,41 @@
|
|
|
83
43
|
|
|
84
44
|
## 19.1.66 (2021-06-01)
|
|
85
45
|
|
|
86
|
-
###
|
|
46
|
+
### FileManager
|
|
87
47
|
|
|
88
48
|
#### Bug Fixes
|
|
89
49
|
|
|
90
|
-
- `#F165213` - The issue with "The Details view path column is not removed when refreshing the
|
|
50
|
+
- `#F165213` - The issue with "The Details view path column is not removed when refreshing the FileManager files" has been resolved.
|
|
91
51
|
- `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
|
|
92
52
|
|
|
93
53
|
## 19.1.63 (2021-05-13)
|
|
94
54
|
|
|
95
|
-
###
|
|
55
|
+
### FileManager
|
|
96
56
|
|
|
97
57
|
#### Bug Fixes
|
|
98
58
|
|
|
99
|
-
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the
|
|
59
|
+
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the FileManager component.
|
|
100
60
|
|
|
101
61
|
## 19.1.58 (2021-04-27)
|
|
102
62
|
|
|
103
|
-
###
|
|
63
|
+
### FileManager
|
|
104
64
|
|
|
105
65
|
#### Bug Fixes
|
|
106
66
|
|
|
107
|
-
- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in
|
|
108
|
-
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the
|
|
67
|
+
- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in FileManager component" has been fixed.
|
|
68
|
+
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the FileManager component.
|
|
109
69
|
|
|
110
70
|
## 18.4.41 (2021-02-02)
|
|
111
71
|
|
|
112
|
-
###
|
|
72
|
+
### FileManager
|
|
113
73
|
|
|
114
74
|
#### Bug Fixes
|
|
115
75
|
|
|
116
|
-
- `#305138` - The issue with "Incorrect message is displayed in delete dialog for
|
|
76
|
+
- `#305138` - The issue with "Incorrect message is displayed in delete dialog for FileManager Component" has been resolved.
|
|
117
77
|
|
|
118
78
|
## 18.3.42 (2020-10-20)
|
|
119
79
|
|
|
120
|
-
###
|
|
80
|
+
### FileManager
|
|
121
81
|
|
|
122
82
|
#### Bug Fixes
|
|
123
83
|
|
|
@@ -125,7 +85,7 @@
|
|
|
125
85
|
|
|
126
86
|
## 18.2.57 (2020-09-08)
|
|
127
87
|
|
|
128
|
-
###
|
|
88
|
+
### FileManager
|
|
129
89
|
|
|
130
90
|
#### Bug Fixes
|
|
131
91
|
|
|
@@ -133,15 +93,15 @@
|
|
|
133
93
|
|
|
134
94
|
## 18.2.56 (2020-09-01)
|
|
135
95
|
|
|
136
|
-
###
|
|
96
|
+
### FileManager
|
|
137
97
|
|
|
138
98
|
#### Bug Fixes
|
|
139
99
|
|
|
140
|
-
- Resolved the incorrect delete confirmation dialog content for file in details view of the
|
|
100
|
+
- Resolved the incorrect delete confirmation dialog content for file in details view of the FileManager component.
|
|
141
101
|
|
|
142
102
|
## 18.2.48 (2020-08-04)
|
|
143
103
|
|
|
144
|
-
###
|
|
104
|
+
### FileManager
|
|
145
105
|
|
|
146
106
|
#### Bug Fixes
|
|
147
107
|
|
|
@@ -149,15 +109,15 @@
|
|
|
149
109
|
|
|
150
110
|
## 18.2.47 (2020-07-28)
|
|
151
111
|
|
|
152
|
-
###
|
|
112
|
+
### FileManager
|
|
153
113
|
|
|
154
114
|
#### Bug Fixes
|
|
155
115
|
|
|
156
|
-
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the
|
|
116
|
+
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the FileManager component.
|
|
157
117
|
|
|
158
118
|
## 18.2.44 (2020-07-07)
|
|
159
119
|
|
|
160
|
-
###
|
|
120
|
+
### FileManager
|
|
161
121
|
|
|
162
122
|
#### New Features
|
|
163
123
|
|
|
@@ -167,12 +127,12 @@
|
|
|
167
127
|
- Added the upload customization support for Firebase Realtime Database File Provider.
|
|
168
128
|
- `#151112`, `#152443` - Added the access control support for SQL Server File Provider.
|
|
169
129
|
- `#260977`, `#263918` - Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.
|
|
170
|
-
- `#275878` - Provided an option to prevent default sorting of the files and folders in the
|
|
171
|
-
- Provided the support to display the
|
|
130
|
+
- `#275878` - Provided an option to prevent default sorting of the files and folders in the FileManager component.
|
|
131
|
+
- Provided the support to display the FileManager's dialog at the user specified target.
|
|
172
132
|
|
|
173
133
|
## 18.1.56 (2020-06-09)
|
|
174
134
|
|
|
175
|
-
###
|
|
135
|
+
### FileManager
|
|
176
136
|
|
|
177
137
|
#### Bug Fixes
|
|
178
138
|
|
|
@@ -180,32 +140,32 @@
|
|
|
180
140
|
|
|
181
141
|
## 18.1.55 (2020-06-02)
|
|
182
142
|
|
|
183
|
-
###
|
|
143
|
+
### FileManager
|
|
184
144
|
|
|
185
145
|
#### Bug Fixes
|
|
186
146
|
|
|
187
|
-
- The issue with "The toolbar is not updated when selecting the root folder in the
|
|
147
|
+
- The issue with "The toolbar is not updated when selecting the root folder in the FileManager component" has been resolved.
|
|
188
148
|
|
|
189
149
|
## 18.1.53 (2020-05-19)
|
|
190
150
|
|
|
191
|
-
###
|
|
151
|
+
### FileManager
|
|
192
152
|
|
|
193
153
|
#### Bug Fixes
|
|
194
154
|
|
|
195
|
-
- Resolved the script error thrown from the
|
|
155
|
+
- Resolved the script error thrown from the FileManager component when resizing the window.
|
|
196
156
|
|
|
197
157
|
## 18.1.46 (2020-04-28)
|
|
198
158
|
|
|
199
|
-
###
|
|
159
|
+
### FileManager
|
|
200
160
|
|
|
201
161
|
#### Bug Fixes
|
|
202
162
|
|
|
203
163
|
- The issue with `Unable to localize the error message in the access control actions` has been fixed.
|
|
204
|
-
- `#269976` - Now, The
|
|
164
|
+
- `#269976` - Now, The FileManager UI will be refreshed properly when resizing the browser window.
|
|
205
165
|
|
|
206
166
|
## 18.1.36-beta (2020-03-19)
|
|
207
167
|
|
|
208
|
-
###
|
|
168
|
+
### FileManager
|
|
209
169
|
|
|
210
170
|
#### Bug Fixes
|
|
211
171
|
|
|
@@ -220,7 +180,7 @@
|
|
|
220
180
|
|
|
221
181
|
## 17.4.51 (2020-02-25)
|
|
222
182
|
|
|
223
|
-
###
|
|
183
|
+
### FileManager
|
|
224
184
|
|
|
225
185
|
#### New Features
|
|
226
186
|
|
|
@@ -228,7 +188,7 @@
|
|
|
228
188
|
|
|
229
189
|
## 17.4.50 (2020-02-18)
|
|
230
190
|
|
|
231
|
-
###
|
|
191
|
+
### FileManager
|
|
232
192
|
|
|
233
193
|
#### Bug Fixes
|
|
234
194
|
|
|
@@ -237,15 +197,15 @@
|
|
|
237
197
|
|
|
238
198
|
## 17.4.44 (2021-01-21)
|
|
239
199
|
|
|
240
|
-
###
|
|
200
|
+
### FileManager
|
|
241
201
|
|
|
242
202
|
#### Bug Fixes
|
|
243
203
|
|
|
244
|
-
- Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the
|
|
204
|
+
- Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the FileManager component.
|
|
245
205
|
|
|
246
206
|
## 17.4.43 (2020-01-14)
|
|
247
207
|
|
|
248
|
-
###
|
|
208
|
+
### FileManager
|
|
249
209
|
|
|
250
210
|
#### Bug Fixes
|
|
251
211
|
|
|
@@ -254,7 +214,7 @@
|
|
|
254
214
|
|
|
255
215
|
## 17.4.41 (2020-01-07)
|
|
256
216
|
|
|
257
|
-
###
|
|
217
|
+
### FileManager
|
|
258
218
|
|
|
259
219
|
#### Bug Fixes
|
|
260
220
|
|
|
@@ -262,7 +222,7 @@
|
|
|
262
222
|
|
|
263
223
|
## 17.4.39 (2019-12-17)
|
|
264
224
|
|
|
265
|
-
###
|
|
225
|
+
### FileManager
|
|
266
226
|
|
|
267
227
|
#### Bug Fixes
|
|
268
228
|
|
|
@@ -276,7 +236,7 @@
|
|
|
276
236
|
|
|
277
237
|
## 17.3.28 (2019-11-19)
|
|
278
238
|
|
|
279
|
-
###
|
|
239
|
+
### FileManager
|
|
280
240
|
|
|
281
241
|
#### Bug Fixes
|
|
282
242
|
|
|
@@ -284,19 +244,19 @@
|
|
|
284
244
|
|
|
285
245
|
## 17.3.27 (2019-11-12)
|
|
286
246
|
|
|
287
|
-
###
|
|
247
|
+
### FileManager
|
|
288
248
|
|
|
289
249
|
#### Bug Fixes
|
|
290
250
|
|
|
291
|
-
- `#148827` - New event `fileSelection` have been included to restrict the file selection in
|
|
251
|
+
- `#148827` - New event `fileSelection` have been included to restrict the file selection in FileManager.
|
|
292
252
|
|
|
293
253
|
## 17.3.26 (2019-11-05)
|
|
294
254
|
|
|
295
|
-
###
|
|
255
|
+
### FileManager
|
|
296
256
|
|
|
297
257
|
#### Bug Fixes
|
|
298
258
|
|
|
299
|
-
- The issue `
|
|
259
|
+
- The issue `FileManager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
|
|
300
260
|
|
|
301
261
|
#### New Features
|
|
302
262
|
|
|
@@ -309,15 +269,15 @@
|
|
|
309
269
|
|
|
310
270
|
## 17.3.17 (2019-10-15)
|
|
311
271
|
|
|
312
|
-
###
|
|
272
|
+
### FileManager
|
|
313
273
|
|
|
314
274
|
#### Breaking Changes
|
|
315
275
|
|
|
316
|
-
- Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the
|
|
276
|
+
- Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the FileManager.
|
|
317
277
|
|
|
318
278
|
## 17.3.14 (2019-10-03)
|
|
319
279
|
|
|
320
|
-
###
|
|
280
|
+
### FileManager
|
|
321
281
|
|
|
322
282
|
#### Bug Fixes
|
|
323
283
|
|
|
@@ -325,54 +285,54 @@
|
|
|
325
285
|
|
|
326
286
|
## 17.3.9-beta (2019-09-20)
|
|
327
287
|
|
|
328
|
-
###
|
|
288
|
+
### FileManager
|
|
329
289
|
|
|
330
290
|
#### Bug Fixes
|
|
331
291
|
|
|
332
|
-
- The issue `
|
|
292
|
+
- The issue `FileManager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)` has been fixed.
|
|
333
293
|
|
|
334
294
|
#### Breaking Changes
|
|
335
295
|
|
|
336
|
-
- Support has been provided in asp core platform for customizing the columns of
|
|
296
|
+
- Support has been provided in asp core platform for customizing the columns of FileManager's details view. We have also limited the `columns` attributes of the `detailsViewSettings` property instead of accessing the all attributes from the `Grid` sub component.
|
|
337
297
|
|
|
338
298
|
## 17.2.49 (2019-09-04)
|
|
339
299
|
|
|
340
|
-
###
|
|
300
|
+
### FileManager
|
|
341
301
|
|
|
342
302
|
#### Bug Fixes
|
|
343
303
|
|
|
344
|
-
- The issue `the
|
|
345
|
-
- The issue `the
|
|
304
|
+
- The issue `the FileManager throws script error when performing sorting in details view when the SortBy button is not present in toolbar` has been fixed.
|
|
305
|
+
- The issue `the FileManager throws script error when return null response from server for search operation` has been fixed.
|
|
346
306
|
|
|
347
307
|
#### New Features
|
|
348
308
|
|
|
349
|
-
- New events have been provided to customize the dialog in
|
|
350
|
-
- New methods have been provided to select all files and clear the selection in current path of the
|
|
351
|
-
- New methods have been provided to customize the context menu items in
|
|
309
|
+
- New events have been provided to customize the dialog in FileManager.
|
|
310
|
+
- New methods have been provided to select all files and clear the selection in current path of the FileManager.
|
|
311
|
+
- New methods have been provided to customize the context menu items in FileManager.
|
|
352
312
|
|
|
353
313
|
## 17.2.47 (2019-08-27)
|
|
354
314
|
|
|
355
|
-
###
|
|
315
|
+
### FileManager
|
|
356
316
|
|
|
357
317
|
#### New Features
|
|
358
318
|
|
|
359
|
-
- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in
|
|
319
|
+
- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in FileManager.
|
|
360
320
|
|
|
361
321
|
## 17.2.41 (2019-08-14)
|
|
362
322
|
|
|
363
|
-
###
|
|
323
|
+
### FileManager
|
|
364
324
|
|
|
365
325
|
#### Bug Fixes
|
|
366
326
|
|
|
367
|
-
- The issue with the `
|
|
327
|
+
- The issue with the `FileManager that throws script error while accessing the shared folder in physical file provider` has been fixed.
|
|
368
328
|
|
|
369
329
|
#### New Features
|
|
370
330
|
|
|
371
|
-
- A method has been provided to customize the filtering support in
|
|
331
|
+
- A method has been provided to customize the filtering support in FileManager.
|
|
372
332
|
|
|
373
333
|
## 17.2.40 (2019-08-06)
|
|
374
334
|
|
|
375
|
-
###
|
|
335
|
+
### FileManager
|
|
376
336
|
|
|
377
337
|
#### New Features
|
|
378
338
|
|
|
@@ -380,7 +340,7 @@
|
|
|
380
340
|
|
|
381
341
|
## 17.2.36 (2019-07-24)
|
|
382
342
|
|
|
383
|
-
###
|
|
343
|
+
### FileManager
|
|
384
344
|
|
|
385
345
|
#### Bug Fixes
|
|
386
346
|
|
|
@@ -388,7 +348,7 @@
|
|
|
388
348
|
|
|
389
349
|
## 17.2.35 (2019-07-17)
|
|
390
350
|
|
|
391
|
-
###
|
|
351
|
+
### FileManager
|
|
392
352
|
|
|
393
353
|
#### Bug Fixes
|
|
394
354
|
|
|
@@ -396,7 +356,7 @@
|
|
|
396
356
|
|
|
397
357
|
## 17.2.34 (2019-07-11)
|
|
398
358
|
|
|
399
|
-
###
|
|
359
|
+
### FileManager
|
|
400
360
|
|
|
401
361
|
#### New Features
|
|
402
362
|
|
|
@@ -404,7 +364,7 @@
|
|
|
404
364
|
|
|
405
365
|
## 17.2.28-beta (2019-06-27)
|
|
406
366
|
|
|
407
|
-
###
|
|
367
|
+
### FileManager
|
|
408
368
|
|
|
409
369
|
#### New Features
|
|
410
370
|
|
|
@@ -417,7 +377,7 @@
|
|
|
417
377
|
|
|
418
378
|
## 17.1.48 (2019-05-21)
|
|
419
379
|
|
|
420
|
-
###
|
|
380
|
+
### FileManager
|
|
421
381
|
|
|
422
382
|
#### New Features
|
|
423
383
|
|
|
@@ -425,7 +385,7 @@
|
|
|
425
385
|
|
|
426
386
|
## 17.1.42 (2019-04-23)
|
|
427
387
|
|
|
428
|
-
###
|
|
388
|
+
### FileManager
|
|
429
389
|
|
|
430
390
|
#### New Features
|
|
431
391
|
|
|
@@ -433,7 +393,7 @@
|
|
|
433
393
|
|
|
434
394
|
## 17.1.40 (2019-04-09)
|
|
435
395
|
|
|
436
|
-
###
|
|
396
|
+
### FileManager
|
|
437
397
|
|
|
438
398
|
#### Breaking Changes
|
|
439
399
|
|
|
@@ -447,9 +407,9 @@
|
|
|
447
407
|
|
|
448
408
|
## 17.1.32-beta (2019-03-13)
|
|
449
409
|
|
|
450
|
-
###
|
|
410
|
+
### FileManager
|
|
451
411
|
|
|
452
|
-
The `
|
|
412
|
+
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.
|
|
453
413
|
|
|
454
414
|
|
|
455
415
|
- **Different Views** - Provides detailed and large icon views.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Vue
|
|
1
|
+
# Vue FileManager Component
|
|
2
2
|
|
|
3
|
-
The [Vue
|
|
3
|
+
The [Vue FileManager](https://www.syncfusion.com/vue-components/vue-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=vue-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
5
|
<p align="center">
|
|
6
6
|
<a href="https://ej2.syncfusion.com/vue/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-manager-npm">Getting Started</a>.
|
|
@@ -33,28 +33,28 @@ npm run serve
|
|
|
33
33
|
```
|
|
34
34
|
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option `Default ([Vue 2] babel, eslint)` from the menu.
|
|
35
35
|
|
|
36
|
-
### Adding Syncfusion
|
|
36
|
+
### Adding Syncfusion FileManager package
|
|
37
37
|
|
|
38
|
-
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue
|
|
38
|
+
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue FileManager package, use the following command.
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
41
|
npm install @syncfusion/ej2-vue-filemanager --save
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
### Registering Vue
|
|
44
|
+
### Registering Vue FileManager component
|
|
45
45
|
|
|
46
|
-
You can register the
|
|
46
|
+
You can register the FileManager component in your application by using the **Vue.use()**. Refer to the code example given below.
|
|
47
47
|
|
|
48
48
|
```typescript
|
|
49
49
|
import { FileManagerPlugin } from "@syncfusion/ej2-vue-filemanager";
|
|
50
50
|
|
|
51
51
|
Vue.use(FileManagerPlugin);
|
|
52
52
|
```
|
|
53
|
-
> Registering **FileManagerPlugin** in vue, will register the
|
|
53
|
+
> Registering **FileManagerPlugin** in vue, will register the FileManager component along with its required child directives globally.
|
|
54
54
|
|
|
55
|
-
### Adding CSS references for
|
|
55
|
+
### Adding CSS references for FileManager
|
|
56
56
|
|
|
57
|
-
Add CSS references needed for
|
|
57
|
+
Add CSS references needed for FileManager in **style** section of the **App.vue** file from **../node_modules/@syncfusion** package folder.
|
|
58
58
|
|
|
59
59
|
```css
|
|
60
60
|
<style>
|
|
@@ -71,9 +71,9 @@ Add CSS references needed for File Manager in **style** section of the **App.vue
|
|
|
71
71
|
</style>
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
### Add Vue
|
|
74
|
+
### Add Vue FileManager component
|
|
75
75
|
|
|
76
|
-
Add the Vue
|
|
76
|
+
Add the Vue FileManager by using **ejs-filemanager** selector in **template** section of the **App.vue** file.
|
|
77
77
|
|
|
78
78
|
```html
|
|
79
79
|
<template>
|
|
@@ -99,12 +99,12 @@ data () {
|
|
|
99
99
|
}
|
|
100
100
|
</script>
|
|
101
101
|
```
|
|
102
|
-
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/file-manager/getting-started-vue-3/) for using Syncfusion Vue
|
|
102
|
+
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/file-manager/getting-started-vue-3/) for using Syncfusion Vue FileManager components in Vue 3 applications.
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
## Supported frameworks
|
|
106
106
|
|
|
107
|
-
The
|
|
107
|
+
The FileManager component is also offered in the following list of frameworks.
|
|
108
108
|
|
|
109
109
|
| [<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/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<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/> [Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<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/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<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/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
110
110
|
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-filemanager.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.43
|
|
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
|