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