@syncfusion/ej2-vue-filemanager 23.2.4 → 24.1.41
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 +71 -118
- 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
|
@@ -4,76 +4,29 @@
|
|
|
4
4
|
|
|
5
5
|
### FileManager
|
|
6
6
|
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#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.
|
|
10
|
-
|
|
11
|
-
## 23.1.43 (2023-10-31)
|
|
12
|
-
|
|
13
|
-
### FileManager
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I503129` - The issue with the `Details` view header alignment in the File Manager component has been resolved.
|
|
18
|
-
- `#I506586` - The issue with the sequential server-side API requests when opening searched folder in the File Manager component has been resolved.
|
|
19
|
-
|
|
20
|
-
## 23.1.40 (2023-10-10)
|
|
21
|
-
|
|
22
|
-
### FileManager
|
|
23
|
-
|
|
24
|
-
#### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- `#I506921` - The issue with the breadcrumb bar path in the File Manager component has been resolved.
|
|
27
|
-
- `#I503082` - The issue with the search placeholder is not updated properly after drag and drop in File Manager has been resolved.
|
|
28
|
-
|
|
29
|
-
## 23.1.39 (2023-10-04)
|
|
30
|
-
|
|
31
|
-
### FileManager
|
|
32
|
-
|
|
33
|
-
#### Bug Fixes
|
|
34
|
-
|
|
35
|
-
- `#I499313` - The issue with the file renaming in the File Manager component has been resolved.
|
|
36
|
-
|
|
37
|
-
## 23.1.38 (2023-09-26)
|
|
38
|
-
|
|
39
|
-
### FileManager
|
|
40
|
-
|
|
41
|
-
#### Bug Fixes
|
|
42
|
-
|
|
43
|
-
- `#I492922` - The issue with the drag and drop support for the File Manager component in mobile mode has been resolved.
|
|
44
|
-
- `#I495435` - Duplicate folders issue in the navigation pane of the File Manager while switching root folders frequently has been resolved.
|
|
45
|
-
|
|
46
|
-
## 23.1.36 (2023-09-15)
|
|
47
|
-
|
|
48
|
-
### FileManager
|
|
49
|
-
|
|
50
7
|
#### Features
|
|
51
8
|
|
|
52
9
|
- `#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.
|
|
53
10
|
|
|
54
|
-
#### Bug Fixes
|
|
55
|
-
|
|
56
|
-
- `#I493055` - The issue arising from the `expandOn` property set to `Click` in the Navigation Pane of the File Manager component has been resolved.
|
|
57
|
-
|
|
58
11
|
## 19.2.56 (2021-08-17)
|
|
59
12
|
|
|
60
|
-
###
|
|
13
|
+
### FileManager
|
|
61
14
|
|
|
62
15
|
#### Bug Fixes
|
|
63
16
|
|
|
64
|
-
- `#I337431` - The issue with "`filterFiles` method in
|
|
17
|
+
- `#I337431` - The issue with "`filterFiles` method in FileManager component" has been resolved.
|
|
65
18
|
|
|
66
19
|
## 19.2.48 (2021-07-20)
|
|
67
20
|
|
|
68
|
-
###
|
|
21
|
+
### FileManager
|
|
69
22
|
|
|
70
23
|
#### Bug Fixes
|
|
71
24
|
|
|
72
|
-
- `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in
|
|
25
|
+
- `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in FileManager detail view" has been resolved.
|
|
73
26
|
|
|
74
27
|
## 19.2.44 (2021-06-30)
|
|
75
28
|
|
|
76
|
-
###
|
|
29
|
+
### FileManager
|
|
77
30
|
|
|
78
31
|
#### Bug Fixes
|
|
79
32
|
|
|
@@ -81,41 +34,41 @@
|
|
|
81
34
|
|
|
82
35
|
## 19.1.66 (2021-06-01)
|
|
83
36
|
|
|
84
|
-
###
|
|
37
|
+
### FileManager
|
|
85
38
|
|
|
86
39
|
#### Bug Fixes
|
|
87
40
|
|
|
88
|
-
- `#F165213` - The issue with "The Details view path column is not removed when refreshing the
|
|
41
|
+
- `#F165213` - The issue with "The Details view path column is not removed when refreshing the FileManager files" has been resolved.
|
|
89
42
|
- `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
|
|
90
43
|
|
|
91
44
|
## 19.1.63 (2021-05-13)
|
|
92
45
|
|
|
93
|
-
###
|
|
46
|
+
### FileManager
|
|
94
47
|
|
|
95
48
|
#### Bug Fixes
|
|
96
49
|
|
|
97
|
-
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the
|
|
50
|
+
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the FileManager component.
|
|
98
51
|
|
|
99
52
|
## 19.1.58 (2021-04-27)
|
|
100
53
|
|
|
101
|
-
###
|
|
54
|
+
### FileManager
|
|
102
55
|
|
|
103
56
|
#### Bug Fixes
|
|
104
57
|
|
|
105
|
-
- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in
|
|
106
|
-
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the
|
|
58
|
+
- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in FileManager component" has been fixed.
|
|
59
|
+
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the FileManager component.
|
|
107
60
|
|
|
108
61
|
## 18.4.41 (2021-02-02)
|
|
109
62
|
|
|
110
|
-
###
|
|
63
|
+
### FileManager
|
|
111
64
|
|
|
112
65
|
#### Bug Fixes
|
|
113
66
|
|
|
114
|
-
- `#305138` - The issue with "Incorrect message is displayed in delete dialog for
|
|
67
|
+
- `#305138` - The issue with "Incorrect message is displayed in delete dialog for FileManager Component" has been resolved.
|
|
115
68
|
|
|
116
69
|
## 18.3.42 (2020-10-20)
|
|
117
70
|
|
|
118
|
-
###
|
|
71
|
+
### FileManager
|
|
119
72
|
|
|
120
73
|
#### Bug Fixes
|
|
121
74
|
|
|
@@ -123,7 +76,7 @@
|
|
|
123
76
|
|
|
124
77
|
## 18.2.57 (2020-09-08)
|
|
125
78
|
|
|
126
|
-
###
|
|
79
|
+
### FileManager
|
|
127
80
|
|
|
128
81
|
#### Bug Fixes
|
|
129
82
|
|
|
@@ -131,15 +84,15 @@
|
|
|
131
84
|
|
|
132
85
|
## 18.2.56 (2020-09-01)
|
|
133
86
|
|
|
134
|
-
###
|
|
87
|
+
### FileManager
|
|
135
88
|
|
|
136
89
|
#### Bug Fixes
|
|
137
90
|
|
|
138
|
-
- Resolved the incorrect delete confirmation dialog content for file in details view of the
|
|
91
|
+
- Resolved the incorrect delete confirmation dialog content for file in details view of the FileManager component.
|
|
139
92
|
|
|
140
93
|
## 18.2.48 (2020-08-04)
|
|
141
94
|
|
|
142
|
-
###
|
|
95
|
+
### FileManager
|
|
143
96
|
|
|
144
97
|
#### Bug Fixes
|
|
145
98
|
|
|
@@ -147,15 +100,15 @@
|
|
|
147
100
|
|
|
148
101
|
## 18.2.47 (2020-07-28)
|
|
149
102
|
|
|
150
|
-
###
|
|
103
|
+
### FileManager
|
|
151
104
|
|
|
152
105
|
#### Bug Fixes
|
|
153
106
|
|
|
154
|
-
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the
|
|
107
|
+
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the FileManager component.
|
|
155
108
|
|
|
156
109
|
## 18.2.44 (2020-07-07)
|
|
157
110
|
|
|
158
|
-
###
|
|
111
|
+
### FileManager
|
|
159
112
|
|
|
160
113
|
#### New Features
|
|
161
114
|
|
|
@@ -165,12 +118,12 @@
|
|
|
165
118
|
- Added the upload customization support for Firebase Realtime Database File Provider.
|
|
166
119
|
- `#151112`, `#152443` - Added the access control support for SQL Server File Provider.
|
|
167
120
|
- `#260977`, `#263918` - Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.
|
|
168
|
-
- `#275878` - Provided an option to prevent default sorting of the files and folders in the
|
|
169
|
-
- Provided the support to display the
|
|
121
|
+
- `#275878` - Provided an option to prevent default sorting of the files and folders in the FileManager component.
|
|
122
|
+
- Provided the support to display the FileManager's dialog at the user specified target.
|
|
170
123
|
|
|
171
124
|
## 18.1.56 (2020-06-09)
|
|
172
125
|
|
|
173
|
-
###
|
|
126
|
+
### FileManager
|
|
174
127
|
|
|
175
128
|
#### Bug Fixes
|
|
176
129
|
|
|
@@ -178,32 +131,32 @@
|
|
|
178
131
|
|
|
179
132
|
## 18.1.55 (2020-06-02)
|
|
180
133
|
|
|
181
|
-
###
|
|
134
|
+
### FileManager
|
|
182
135
|
|
|
183
136
|
#### Bug Fixes
|
|
184
137
|
|
|
185
|
-
- The issue with "The toolbar is not updated when selecting the root folder in the
|
|
138
|
+
- The issue with "The toolbar is not updated when selecting the root folder in the FileManager component" has been resolved.
|
|
186
139
|
|
|
187
140
|
## 18.1.53 (2020-05-19)
|
|
188
141
|
|
|
189
|
-
###
|
|
142
|
+
### FileManager
|
|
190
143
|
|
|
191
144
|
#### Bug Fixes
|
|
192
145
|
|
|
193
|
-
- Resolved the script error thrown from the
|
|
146
|
+
- Resolved the script error thrown from the FileManager component when resizing the window.
|
|
194
147
|
|
|
195
148
|
## 18.1.46 (2020-04-28)
|
|
196
149
|
|
|
197
|
-
###
|
|
150
|
+
### FileManager
|
|
198
151
|
|
|
199
152
|
#### Bug Fixes
|
|
200
153
|
|
|
201
154
|
- The issue with `Unable to localize the error message in the access control actions` has been fixed.
|
|
202
|
-
- `#269976` - Now, The
|
|
155
|
+
- `#269976` - Now, The FileManager UI will be refreshed properly when resizing the browser window.
|
|
203
156
|
|
|
204
157
|
## 18.1.36-beta (2020-03-19)
|
|
205
158
|
|
|
206
|
-
###
|
|
159
|
+
### FileManager
|
|
207
160
|
|
|
208
161
|
#### Bug Fixes
|
|
209
162
|
|
|
@@ -218,7 +171,7 @@
|
|
|
218
171
|
|
|
219
172
|
## 17.4.51 (2020-02-25)
|
|
220
173
|
|
|
221
|
-
###
|
|
174
|
+
### FileManager
|
|
222
175
|
|
|
223
176
|
#### New Features
|
|
224
177
|
|
|
@@ -226,7 +179,7 @@
|
|
|
226
179
|
|
|
227
180
|
## 17.4.50 (2020-02-18)
|
|
228
181
|
|
|
229
|
-
###
|
|
182
|
+
### FileManager
|
|
230
183
|
|
|
231
184
|
#### Bug Fixes
|
|
232
185
|
|
|
@@ -235,15 +188,15 @@
|
|
|
235
188
|
|
|
236
189
|
## 17.4.44 (2021-01-21)
|
|
237
190
|
|
|
238
|
-
###
|
|
191
|
+
### FileManager
|
|
239
192
|
|
|
240
193
|
#### Bug Fixes
|
|
241
194
|
|
|
242
|
-
- Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the
|
|
195
|
+
- Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the FileManager component.
|
|
243
196
|
|
|
244
197
|
## 17.4.43 (2020-01-14)
|
|
245
198
|
|
|
246
|
-
###
|
|
199
|
+
### FileManager
|
|
247
200
|
|
|
248
201
|
#### Bug Fixes
|
|
249
202
|
|
|
@@ -252,7 +205,7 @@
|
|
|
252
205
|
|
|
253
206
|
## 17.4.41 (2020-01-07)
|
|
254
207
|
|
|
255
|
-
###
|
|
208
|
+
### FileManager
|
|
256
209
|
|
|
257
210
|
#### Bug Fixes
|
|
258
211
|
|
|
@@ -260,7 +213,7 @@
|
|
|
260
213
|
|
|
261
214
|
## 17.4.39 (2019-12-17)
|
|
262
215
|
|
|
263
|
-
###
|
|
216
|
+
### FileManager
|
|
264
217
|
|
|
265
218
|
#### Bug Fixes
|
|
266
219
|
|
|
@@ -274,7 +227,7 @@
|
|
|
274
227
|
|
|
275
228
|
## 17.3.28 (2019-11-19)
|
|
276
229
|
|
|
277
|
-
###
|
|
230
|
+
### FileManager
|
|
278
231
|
|
|
279
232
|
#### Bug Fixes
|
|
280
233
|
|
|
@@ -282,19 +235,19 @@
|
|
|
282
235
|
|
|
283
236
|
## 17.3.27 (2019-11-12)
|
|
284
237
|
|
|
285
|
-
###
|
|
238
|
+
### FileManager
|
|
286
239
|
|
|
287
240
|
#### Bug Fixes
|
|
288
241
|
|
|
289
|
-
- `#148827` - New event `fileSelection` have been included to restrict the file selection in
|
|
242
|
+
- `#148827` - New event `fileSelection` have been included to restrict the file selection in FileManager.
|
|
290
243
|
|
|
291
244
|
## 17.3.26 (2019-11-05)
|
|
292
245
|
|
|
293
|
-
###
|
|
246
|
+
### FileManager
|
|
294
247
|
|
|
295
248
|
#### Bug Fixes
|
|
296
249
|
|
|
297
|
-
- The issue `
|
|
250
|
+
- The issue `FileManager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
|
|
298
251
|
|
|
299
252
|
#### New Features
|
|
300
253
|
|
|
@@ -307,15 +260,15 @@
|
|
|
307
260
|
|
|
308
261
|
## 17.3.17 (2019-10-15)
|
|
309
262
|
|
|
310
|
-
###
|
|
263
|
+
### FileManager
|
|
311
264
|
|
|
312
265
|
#### Breaking Changes
|
|
313
266
|
|
|
314
|
-
- Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the
|
|
267
|
+
- Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the FileManager.
|
|
315
268
|
|
|
316
269
|
## 17.3.14 (2019-10-03)
|
|
317
270
|
|
|
318
|
-
###
|
|
271
|
+
### FileManager
|
|
319
272
|
|
|
320
273
|
#### Bug Fixes
|
|
321
274
|
|
|
@@ -323,54 +276,54 @@
|
|
|
323
276
|
|
|
324
277
|
## 17.3.9-beta (2019-09-20)
|
|
325
278
|
|
|
326
|
-
###
|
|
279
|
+
### FileManager
|
|
327
280
|
|
|
328
281
|
#### Bug Fixes
|
|
329
282
|
|
|
330
|
-
- The issue `
|
|
283
|
+
- The issue `FileManager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)` has been fixed.
|
|
331
284
|
|
|
332
285
|
#### Breaking Changes
|
|
333
286
|
|
|
334
|
-
- Support has been provided in asp core platform for customizing the columns of
|
|
287
|
+
- 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.
|
|
335
288
|
|
|
336
289
|
## 17.2.49 (2019-09-04)
|
|
337
290
|
|
|
338
|
-
###
|
|
291
|
+
### FileManager
|
|
339
292
|
|
|
340
293
|
#### Bug Fixes
|
|
341
294
|
|
|
342
|
-
- The issue `the
|
|
343
|
-
- The issue `the
|
|
295
|
+
- 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.
|
|
296
|
+
- The issue `the FileManager throws script error when return null response from server for search operation` has been fixed.
|
|
344
297
|
|
|
345
298
|
#### New Features
|
|
346
299
|
|
|
347
|
-
- New events have been provided to customize the dialog in
|
|
348
|
-
- New methods have been provided to select all files and clear the selection in current path of the
|
|
349
|
-
- New methods have been provided to customize the context menu items in
|
|
300
|
+
- New events have been provided to customize the dialog in FileManager.
|
|
301
|
+
- New methods have been provided to select all files and clear the selection in current path of the FileManager.
|
|
302
|
+
- New methods have been provided to customize the context menu items in FileManager.
|
|
350
303
|
|
|
351
304
|
## 17.2.47 (2019-08-27)
|
|
352
305
|
|
|
353
|
-
###
|
|
306
|
+
### FileManager
|
|
354
307
|
|
|
355
308
|
#### New Features
|
|
356
309
|
|
|
357
|
-
- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in
|
|
310
|
+
- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in FileManager.
|
|
358
311
|
|
|
359
312
|
## 17.2.41 (2019-08-14)
|
|
360
313
|
|
|
361
|
-
###
|
|
314
|
+
### FileManager
|
|
362
315
|
|
|
363
316
|
#### Bug Fixes
|
|
364
317
|
|
|
365
|
-
- The issue with the `
|
|
318
|
+
- The issue with the `FileManager that throws script error while accessing the shared folder in physical file provider` has been fixed.
|
|
366
319
|
|
|
367
320
|
#### New Features
|
|
368
321
|
|
|
369
|
-
- A method has been provided to customize the filtering support in
|
|
322
|
+
- A method has been provided to customize the filtering support in FileManager.
|
|
370
323
|
|
|
371
324
|
## 17.2.40 (2019-08-06)
|
|
372
325
|
|
|
373
|
-
###
|
|
326
|
+
### FileManager
|
|
374
327
|
|
|
375
328
|
#### New Features
|
|
376
329
|
|
|
@@ -378,7 +331,7 @@
|
|
|
378
331
|
|
|
379
332
|
## 17.2.36 (2019-07-24)
|
|
380
333
|
|
|
381
|
-
###
|
|
334
|
+
### FileManager
|
|
382
335
|
|
|
383
336
|
#### Bug Fixes
|
|
384
337
|
|
|
@@ -386,7 +339,7 @@
|
|
|
386
339
|
|
|
387
340
|
## 17.2.35 (2019-07-17)
|
|
388
341
|
|
|
389
|
-
###
|
|
342
|
+
### FileManager
|
|
390
343
|
|
|
391
344
|
#### Bug Fixes
|
|
392
345
|
|
|
@@ -394,7 +347,7 @@
|
|
|
394
347
|
|
|
395
348
|
## 17.2.34 (2019-07-11)
|
|
396
349
|
|
|
397
|
-
###
|
|
350
|
+
### FileManager
|
|
398
351
|
|
|
399
352
|
#### New Features
|
|
400
353
|
|
|
@@ -402,7 +355,7 @@
|
|
|
402
355
|
|
|
403
356
|
## 17.2.28-beta (2019-06-27)
|
|
404
357
|
|
|
405
|
-
###
|
|
358
|
+
### FileManager
|
|
406
359
|
|
|
407
360
|
#### New Features
|
|
408
361
|
|
|
@@ -415,7 +368,7 @@
|
|
|
415
368
|
|
|
416
369
|
## 17.1.48 (2019-05-21)
|
|
417
370
|
|
|
418
|
-
###
|
|
371
|
+
### FileManager
|
|
419
372
|
|
|
420
373
|
#### New Features
|
|
421
374
|
|
|
@@ -423,7 +376,7 @@
|
|
|
423
376
|
|
|
424
377
|
## 17.1.42 (2019-04-23)
|
|
425
378
|
|
|
426
|
-
###
|
|
379
|
+
### FileManager
|
|
427
380
|
|
|
428
381
|
#### New Features
|
|
429
382
|
|
|
@@ -431,7 +384,7 @@
|
|
|
431
384
|
|
|
432
385
|
## 17.1.40 (2019-04-09)
|
|
433
386
|
|
|
434
|
-
###
|
|
387
|
+
### FileManager
|
|
435
388
|
|
|
436
389
|
#### Breaking Changes
|
|
437
390
|
|
|
@@ -445,9 +398,9 @@
|
|
|
445
398
|
|
|
446
399
|
## 17.1.32-beta (2019-03-13)
|
|
447
400
|
|
|
448
|
-
###
|
|
401
|
+
### FileManager
|
|
449
402
|
|
|
450
|
-
The `
|
|
403
|
+
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.
|
|
451
404
|
|
|
452
405
|
|
|
453
406
|
- **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.41
|
|
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
|