@syncfusion/ej2-angular-filemanager 25.2.3 → 25.2.6-ngcc

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 (32) hide show
  1. package/@syncfusion/ej2-angular-filemanager.es5.js +307 -0
  2. package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-filemanager.js +279 -0
  4. package/@syncfusion/ej2-angular-filemanager.js.map +1 -0
  5. package/CHANGELOG.md +472 -0
  6. package/dist/ej2-angular-filemanager.umd.js +607 -0
  7. package/dist/ej2-angular-filemanager.umd.js.map +1 -0
  8. package/dist/ej2-angular-filemanager.umd.min.js +11 -0
  9. package/dist/ej2-angular-filemanager.umd.min.js.map +1 -0
  10. package/ej2-angular-filemanager.d.ts +5 -0
  11. package/ej2-angular-filemanager.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +16 -16
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/file-manager/filemanager-all.module.d.ts +0 -6
  18. package/src/file-manager/filemanager.component.d.ts +0 -3
  19. package/src/file-manager/filemanager.module.d.ts +0 -7
  20. package/src/file-manager/toolbaritems.directive.d.ts +0 -5
  21. package/esm2020/public_api.mjs +0 -3
  22. package/esm2020/src/file-manager/filemanager-all.module.mjs +0 -47
  23. package/esm2020/src/file-manager/filemanager.component.mjs +0 -113
  24. package/esm2020/src/file-manager/filemanager.module.mjs +0 -34
  25. package/esm2020/src/file-manager/toolbaritems.directive.mjs +0 -54
  26. package/esm2020/src/index.mjs +0 -6
  27. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +0 -5
  28. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +0 -242
  29. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  30. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +0 -242
  31. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  32. package/syncfusion-ej2-angular-filemanager.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,472 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### FileManager
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component.
10
+
11
+ ## 25.2.3 (2024-05-08)
12
+
13
+ ### FileManager
14
+
15
+ #### Breaking Changes
16
+
17
+ - The [`isPrimayKey`](https://ej2.syncfusion.com/documentation/api/file-manager/columnModel/#isprimarykey) property in the File Manager component `detailsViewSettings` has been marked as deprecated. It will continue to function as before, but it is recommended to avoid using it in new code as this usage is handled internally without declaring it in sample.
18
+
19
+ ## 25.1.40 (2024-04-16)
20
+
21
+ ### FileManager
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
26
+
27
+ ## 25.1.39 (2024-04-09)
28
+
29
+ ### FileManager
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
34
+ - `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.
35
+ - `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
36
+
37
+ ## 25.1.38 (2024-04-02)
38
+
39
+ ### FileManager
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#I572635` - The problem where an extra plus icon appeared in the details view of the file manager component when in mobile mode has been resolved.
44
+
45
+ ## 25.1.37 (2024-03-26)
46
+
47
+ ### FileManager
48
+
49
+ #### Bug Fixes
50
+
51
+ - `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved.
52
+
53
+ ## 25.1.35 (2024-03-15)
54
+
55
+ ### FileManager
56
+
57
+ #### Features
58
+
59
+ - Provided support in FileManager component to perform download operations via Fetch API request. Now FileManager component, will allow users to perform download operations using either the default form submit method or the latest Fetch API request with a Boolean property `useFormPost` in the `BeforeDownloadEventargs`. The default value of `useFormPost` is set to `true`, directing the FileManager component to utilize the form submit method by default for download operations.
60
+ - `#I521053` - Custom sorting support is provided in the File Manager component. This feature will allow users to achieve windows natural sorting behaviour using `sortComparer` property. This is achieved by assigning the ‘sortComparer’ function exported from the utility file.
61
+
62
+ ## 24.1.41 (2023-12-18)
63
+
64
+ ### FileManager
65
+
66
+ #### Features
67
+
68
+ - `#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.
69
+
70
+ ## 19.2.56 (2021-08-17)
71
+
72
+ ### FileManager
73
+
74
+ #### Bug Fixes
75
+
76
+ - `#I337431` - The issue with "`filterFiles` method in FileManager component" has been resolved.
77
+
78
+ ## 19.2.48 (2021-07-20)
79
+
80
+ ### FileManager
81
+
82
+ #### Bug Fixes
83
+
84
+ - `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in FileManager detail view" has been resolved.
85
+
86
+ ## 19.2.44 (2021-06-30)
87
+
88
+ ### FileManager
89
+
90
+ #### Bug Fixes
91
+
92
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
93
+
94
+ ## 19.1.66 (2021-06-01)
95
+
96
+ ### FileManager
97
+
98
+ #### Bug Fixes
99
+
100
+ - `#F165213` - The issue with "The Details view path column is not removed when refreshing the FileManager files" has been resolved.
101
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
102
+
103
+ ## 19.1.63 (2021-05-13)
104
+
105
+ ### FileManager
106
+
107
+ #### Bug Fixes
108
+
109
+ - `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the FileManager component.
110
+
111
+ ## 19.1.58 (2021-04-27)
112
+
113
+ ### FileManager
114
+
115
+ #### Bug Fixes
116
+
117
+ - `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in FileManager component" has been fixed.
118
+ - `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the FileManager component.
119
+
120
+ ## 18.4.41 (2021-02-02)
121
+
122
+ ### FileManager
123
+
124
+ #### Bug Fixes
125
+
126
+ - `#305138` - The issue with "Incorrect message is displayed in delete dialog for FileManager Component" has been resolved.
127
+
128
+ ## 18.3.42 (2020-10-20)
129
+
130
+ ### FileManager
131
+
132
+ #### Bug Fixes
133
+
134
+ - `#288436` - The issue with "The error dialog appears when copy and paste the folder with the same name" has been resolved.
135
+
136
+ ## 18.2.57 (2020-09-08)
137
+
138
+ ### FileManager
139
+
140
+ #### Bug Fixes
141
+
142
+ - `#288598` - Now, the file details will be sent correctly to the server side while using the rootAliasName property.
143
+
144
+ ## 18.2.56 (2020-09-01)
145
+
146
+ ### FileManager
147
+
148
+ #### Bug Fixes
149
+
150
+ - Resolved the incorrect delete confirmation dialog content for file in details view of the FileManager component.
151
+
152
+ ## 18.2.48 (2020-08-04)
153
+
154
+ ### FileManager
155
+
156
+ #### Bug Fixes
157
+
158
+ - The issue with “The Toolbar is not updated while adding the sortOrder property value as none” is fixed now.
159
+
160
+ ## 18.2.47 (2020-07-28)
161
+
162
+ ### FileManager
163
+
164
+ #### Bug Fixes
165
+
166
+ - Resolved the issue with the incorrect delete confirmation dialog heading and content of the FileManager component.
167
+
168
+ ## 18.2.44 (2020-07-07)
169
+
170
+ ### FileManager
171
+
172
+ #### New Features
173
+
174
+ - Added the upload customization support for ASP.NET Core AmazonS3 File Provider.
175
+ - Added the upload customization support for Google Drive File Provider.
176
+ - Added the upload customization support for FTP File Provider.
177
+ - Added the upload customization support for Firebase Realtime Database File Provider.
178
+ - `#151112`, `#152443` - Added the access control support for SQL Server File Provider.
179
+ - `#260977`, `#263918` - Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.
180
+ - `#275878` - Provided an option to prevent default sorting of the files and folders in the FileManager component.
181
+ - Provided the support to display the FileManager's dialog at the user specified target.
182
+
183
+ ## 18.1.56 (2020-06-09)
184
+
185
+ ### FileManager
186
+
187
+ #### Bug Fixes
188
+
189
+ - The issue with "File name is not displayed in the access control error message" has been fixed.
190
+
191
+ ## 18.1.55 (2020-06-02)
192
+
193
+ ### FileManager
194
+
195
+ #### Bug Fixes
196
+
197
+ - The issue with "The toolbar is not updated when selecting the root folder in the FileManager component" has been resolved.
198
+
199
+ ## 18.1.53 (2020-05-19)
200
+
201
+ ### FileManager
202
+
203
+ #### Bug Fixes
204
+
205
+ - Resolved the script error thrown from the FileManager component when resizing the window.
206
+
207
+ ## 18.1.46 (2020-04-28)
208
+
209
+ ### FileManager
210
+
211
+ #### Bug Fixes
212
+
213
+ - The issue with `Unable to localize the error message in the access control actions` has been fixed.
214
+ - `#269976` - Now, The FileManager UI will be refreshed properly when resizing the browser window.
215
+
216
+ ## 18.1.36-beta (2020-03-19)
217
+
218
+ ### FileManager
219
+
220
+ #### Bug Fixes
221
+
222
+ - `#266091` - Now, the date modified column in the details view is globalized based on the locale value.
223
+ - `#266713` - The script error thrown while performing the GetImage operation in NodeJS File System Provider has been fixed.
224
+
225
+ #### New Features
226
+
227
+ - Added the File Provider support for IBM Cloud Object Storage.
228
+ - `#262023` - Added the upload customization support for ASP.NET Core Azure File Provider.
229
+ - `#151515` - Added the upload customization support for SQL Server File Provider.
230
+
231
+ ## 17.4.51 (2020-02-25)
232
+
233
+ ### FileManager
234
+
235
+ #### New Features
236
+
237
+ - `#263021` - Support has been provided to auto close the upload dialog after uploading all the selected files.
238
+
239
+ ## 17.4.50 (2020-02-18)
240
+
241
+ ### FileManager
242
+
243
+ #### Bug Fixes
244
+
245
+ - `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
246
+ - The issue with the given `name` column's width that is not applied in details view has been resolved.
247
+
248
+ ## 17.4.44 (2021-01-21)
249
+
250
+ ### FileManager
251
+
252
+ #### Bug Fixes
253
+
254
+ - Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the FileManager component.
255
+
256
+ ## 17.4.43 (2020-01-14)
257
+
258
+ ### FileManager
259
+
260
+ #### Bug Fixes
261
+
262
+ - `#149499` - The issue with date modified in ASP.NET Core Azure File System Provider has been fixed.
263
+ - `#256589` - The issue with `Directory traversal vulnerability` in NodeJS File System Provider has been fixed.
264
+
265
+ ## 17.4.41 (2020-01-07)
266
+
267
+ ### FileManager
268
+
269
+ #### Bug Fixes
270
+
271
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
272
+
273
+ ## 17.4.39 (2019-12-17)
274
+
275
+ ### FileManager
276
+
277
+ #### Bug Fixes
278
+
279
+ - `#149500` - The issue with `incorrect popup name in popupBeforeOpen event` has been fixed.
280
+
281
+ #### New Features
282
+
283
+ - The new events `beforeDownload` and `beforeImageLoad` have been provided to customize the `download` and `getImage` file operations.
284
+ - The new ' rootAliasName ' property has been provided to display the custom root folder name.
285
+ - Added the filesystem provider support for File Transfer Protocol.
286
+
287
+ ## 17.3.28 (2019-11-19)
288
+
289
+ ### FileManager
290
+
291
+ #### Bug Fixes
292
+
293
+ - `#252873` - The issue with `file search on pressing the enter key` has been fixed.
294
+
295
+ ## 17.3.27 (2019-11-12)
296
+
297
+ ### FileManager
298
+
299
+ #### Bug Fixes
300
+
301
+ - `#148827` - New event `fileSelection` have been included to restrict the file selection in FileManager.
302
+
303
+ ## 17.3.26 (2019-11-05)
304
+
305
+ ### FileManager
306
+
307
+ #### Bug Fixes
308
+
309
+ - The issue `FileManager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
310
+
311
+ #### New Features
312
+
313
+ - Support has been provided to include a custom message in `AccessRule` class using the message property.
314
+
315
+ #### Breaking Changes
316
+
317
+ - Now, in access control, the `FolderRule` and `FileRule` classes are combined into a single `AccessRule` class, where you can specify both folder and file rules by using the `IsFile` property.
318
+ - Now, the `Edit` and `EditContents` in access control are renamed as `Write` and `WriteContents`.
319
+
320
+ ## 17.3.17 (2019-10-15)
321
+
322
+ ### FileManager
323
+
324
+ #### Breaking Changes
325
+
326
+ - Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the FileManager.
327
+
328
+ ## 17.3.14 (2019-10-03)
329
+
330
+ ### FileManager
331
+
332
+ #### Bug Fixes
333
+
334
+ - The issue with `the fileOpen event that was not triggered for folder navigation through navigation pane` has been fixed.
335
+
336
+ ## 17.3.9-beta (2019-09-20)
337
+
338
+ ### FileManager
339
+
340
+ #### Bug Fixes
341
+
342
+ - The issue `FileManager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)` has been fixed.
343
+
344
+ #### Breaking Changes
345
+
346
+ - 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.
347
+
348
+ ## 17.2.49 (2019-09-04)
349
+
350
+ ### FileManager
351
+
352
+ #### Bug Fixes
353
+
354
+ - 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.
355
+ - The issue `the FileManager throws script error when return null response from server for search operation` has been fixed.
356
+
357
+ #### New Features
358
+
359
+ - New events have been provided to customize the dialog in FileManager.
360
+ - New methods have been provided to select all files and clear the selection in current path of the FileManager.
361
+ - New methods have been provided to customize the context menu items in FileManager.
362
+
363
+ ## 17.2.47 (2019-08-27)
364
+
365
+ ### FileManager
366
+
367
+ #### New Features
368
+
369
+ - Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in FileManager.
370
+
371
+ ## 17.2.41 (2019-08-14)
372
+
373
+ ### FileManager
374
+
375
+ #### Bug Fixes
376
+
377
+ - The issue with the `FileManager that throws script error while accessing the shared folder in physical file provider` has been fixed.
378
+
379
+ #### New Features
380
+
381
+ - A method has been provided to customize the filtering support in FileManager.
382
+
383
+ ## 17.2.40 (2019-08-06)
384
+
385
+ ### FileManager
386
+
387
+ #### New Features
388
+
389
+ - The `ID` based support has been provided to the `selectedItems` property to manage the files with duplicate names.
390
+
391
+ ## 17.2.36 (2019-07-24)
392
+
393
+ ### FileManager
394
+
395
+ #### Bug Fixes
396
+
397
+ - Issue with `when the component is rendering and you are trying to resize the window the component throws script error` is fixed.
398
+
399
+ ## 17.2.35 (2019-07-17)
400
+
401
+ ### FileManager
402
+
403
+ #### Bug Fixes
404
+
405
+ - Issue with `empty folder icon alignment when persistence enabled` is fixed.
406
+
407
+ ## 17.2.34 (2019-07-11)
408
+
409
+ ### FileManager
410
+
411
+ #### New Features
412
+
413
+ - Provided the `id` based support for `path` property to manage the files in an efficient way on going with file system providers.
414
+
415
+ ## 17.2.28-beta (2019-06-27)
416
+
417
+ ### FileManager
418
+
419
+ #### New Features
420
+
421
+ - Added file system provider support for SQL server database, Microsoft Azure cloud storage, NodeJS framework, and Google Drive cloud storage.
422
+ - Provided access control support for physical file system provider.
423
+ - Provided cut, copy, and paste file operations support.
424
+ - Provided drag and drop support.
425
+ - Provided rename and replace support for uploading files.
426
+ - Provided options to upload specific types of files based on extensions.
427
+
428
+ ## 17.1.48 (2019-05-21)
429
+
430
+ ### FileManager
431
+
432
+ #### New Features
433
+
434
+ - `#144270` - Added support to use the JWT tokens with `beforeSend` event’s Ajax settings.
435
+
436
+ ## 17.1.42 (2019-04-23)
437
+
438
+ ### FileManager
439
+
440
+ #### New Features
441
+
442
+ - Added filesystem provider support for ASP.NET MVC 4 and 5 frameworks.
443
+
444
+ ## 17.1.40 (2019-04-09)
445
+
446
+ ### FileManager
447
+
448
+ #### Breaking Changes
449
+
450
+ - The `beforeFileLoad` event’s `module` argument values have been changed as follows:
451
+
452
+ | Argument Name | Old Value | New Value |
453
+ |---|---|---|
454
+ | module | navigationpane | NavigationPane |
455
+ | module | Grid | DetailsView |
456
+ | module | LargeIcon | LargeIconView |
457
+
458
+ ## 17.1.32-beta (2019-03-13)
459
+
460
+ ### FileManager
461
+
462
+ 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.
463
+
464
+
465
+ - **Different Views** - Provides detailed and large icon views.
466
+ - **Context menu support** - Provides detailed and large icon views.
467
+ - **Custom toolbar support** - Customize the toolbar to provide only necessary features.
468
+ - **Multiple file selection** - Select multiple files simultaneously.
469
+ - **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
470
+ - **Localization** - Translate file names to any supported language.
471
+
472
+