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