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