@syncfusion/ej2-angular-filemanager 28.1.39-ngcc → 28.1.39

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 (29) hide show
  1. package/CHANGELOG.md +652 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/file-manager/filemanager-all.module.mjs +47 -0
  4. package/esm2020/src/file-manager/filemanager.component.mjs +113 -0
  5. package/esm2020/src/file-manager/filemanager.module.mjs +34 -0
  6. package/esm2020/src/file-manager/toolbaritems.directive.mjs +54 -0
  7. package/esm2020/src/index.mjs +6 -0
  8. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +5 -0
  9. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +240 -0
  10. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  11. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +240 -0
  12. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  13. package/package.json +24 -11
  14. package/src/file-manager/filemanager-all.module.d.ts +6 -0
  15. package/src/file-manager/filemanager.component.d.ts +3 -0
  16. package/src/file-manager/filemanager.module.d.ts +7 -0
  17. package/src/file-manager/toolbaritems.directive.d.ts +5 -0
  18. package/syncfusion-ej2-angular-filemanager.d.ts +5 -0
  19. package/@syncfusion/ej2-angular-filemanager.es5.js +0 -307
  20. package/@syncfusion/ej2-angular-filemanager.es5.js.map +0 -1
  21. package/@syncfusion/ej2-angular-filemanager.js +0 -279
  22. package/@syncfusion/ej2-angular-filemanager.js.map +0 -1
  23. package/dist/ej2-angular-filemanager.umd.js +0 -612
  24. package/dist/ej2-angular-filemanager.umd.js.map +0 -1
  25. package/dist/ej2-angular-filemanager.umd.min.js +0 -11
  26. package/dist/ej2-angular-filemanager.umd.min.js.map +0 -1
  27. package/ej2-angular-filemanager.d.ts +0 -5
  28. package/ej2-angular-filemanager.metadata.json +0 -1
  29. package/license +0 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,652 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### FileManager
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I676141` - The issue with current directory drag-and-drop functionality in the navigation pane of the File Manager component has been resolved.
10
+
11
+ ## 28.1.36 (2024-12-24)
12
+
13
+ ### FileManager
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I663792` - The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved.
18
+ - `#I663788` - The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved.
19
+ - `#I663794` - The issue with the error dialog appearing during drag-and-drop operations between nested folders in the flat data File Manager component has been resolved.
20
+ - `#I663789` - The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved.
21
+ - `#I663795` - The issue with the `hasChild` property not updating during move operations in the Navigation Pane of the flat data File Manager component has been resolved.
22
+ - `#I663864` - The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved.
23
+
24
+ ## 28.1.33 (2024-12-12)
25
+
26
+ ### FileManager
27
+
28
+ #### Features
29
+
30
+ - `#FB22569` - Provided chunk upload support in the File Manager, making it easier to upload large files or folders by breaking them into smaller chunks based on the specified `chunkSize` within [uploadSettings](https://ej2.syncfusion.com/documentation/api/file-manager/#uploadsettings) property.
31
+
32
+ #### Bug Fixes
33
+
34
+ - `#I659845` - The persistence issue with the sorting direction in the File Manager component details view has been resolved.
35
+ - `#I654478` - Resolve the inconsistent path issue in File Manager component ID based service.
36
+ - `#I658815` - The issue with the `ctrl` and `cmd` buttons for selecting multiple files in the macOS has been resolved.
37
+ - `#I662195` - The issue with navigation pane not reflect the renamed item data in the macOS has been resolved.
38
+
39
+ ## 27.2.5 (2024-12-03)
40
+
41
+ ### FileManager
42
+
43
+ #### Bug Fixes
44
+
45
+ - `#I657144` - Fixed an issue with the move event arguments in the File Manager component's flat data support.
46
+ - `#I656248` - Addressed an issue with search results in the File Manager component's flat data support when searching within a subdirectory.
47
+ - `#I655646` - Resolved the delete operation issue while performing delete operation for nested level of folder in the File Manager component navigation pane.
48
+ - `#I658910` - The issue with navigation pane not reflect the renamed item data in File Manager component has been resolved.
49
+
50
+ ## 27.2.3 (2024-11-21)
51
+
52
+ ### FileManager
53
+
54
+ #### Bug Fixes
55
+
56
+ - `#I649098` - Resolved a console error that occurred during drag-and-drop operations in the File Manager component when integrated with the NodeJS service.
57
+
58
+ ## 27.1.55 (2024-10-22)
59
+
60
+ ### FileManager
61
+
62
+ #### Bug Fixes
63
+
64
+ - `#I641183` - Resolved the flat data navigation path and rename arguments issues in the File Manager component.
65
+
66
+ ## 27.1.53 (2024-10-15)
67
+
68
+ ### FileManager
69
+
70
+ #### Bug Fixes
71
+
72
+ - `#I629895` - The scrolling performance of the File Manager component has been enhanced to enable smoother scrolling during drag-and-drop operations.
73
+ - `#I633879` - Improved error handling and null value management in File Manager component create folder and `filterFiles` operations.
74
+
75
+ ## 27.1.52 (2024-10-08)
76
+
77
+ ### FileManager
78
+
79
+ #### Bug Fixes
80
+
81
+ - `#I632755` - The issue with mobile mode tap events in File Manager component large icons view has been resolved.
82
+ - `#I634920` - The issue with multiple selection in File Manager component details view has been resolved.
83
+
84
+ ## 27.1.51 (2024-09-30)
85
+
86
+ ### FileManager
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I633879` - Improved error handling and null value management in File Manager component file operations.
91
+
92
+ ## 27.1.50 (2024-09-24)
93
+
94
+ ### FileManager
95
+
96
+ #### Bug Fixes
97
+
98
+ - `#I629895` - The issue with drag and drop action in the File Manager component with virtualization has been resolved.
99
+ - `#FB61054` - The issue with navigation pane update while performing drag and drop action in the File Manager component has been resolved.
100
+
101
+ ## 27.1.48 (2024-09-18)
102
+
103
+ ### FileManager
104
+
105
+ #### Features
106
+
107
+ - The Backspace key navigation support is provided for File Manager to navigate to the previous path in File Manager. To navigate to the previous path programmatically, you can use the [traverseBackward](https://ej2.syncfusion.com/documentation/api/file-manager/#traversebackward) method.
108
+ - The File Manager supports for selecting files and folders in specific ranges through mouse drag as like File Explorer. This can be enabled through [enableRangeSelection](https://ej2.syncfusion.com/documentation/api/file-manager/#enablerangeselection) property.
109
+ - `#FB22674`- [SharePoint file service](https://github.com/SyncfusionExamples/sharepoint-aspcore-file-provider/tree/master) has been implemented to connect as backend with File Manager.
110
+
111
+ ## 26.2.11 (2024-08-27)
112
+
113
+ ### FileManager
114
+
115
+ #### Bug Fixes
116
+
117
+ - `#I620497` - Provided `menuClose` event support to prevent the context menu close action in File Manager component.
118
+ - `#I615927` - The issue with the drag and drop action in the navigation pane of the File Manager component has been resolved.
119
+
120
+ ## 26.2.10 (2024-08-20)
121
+
122
+ ### FileManager
123
+
124
+ #### Bug Fixes
125
+
126
+ - `#I620476` - Improved error handling and null value management in File Manager component file operations.
127
+
128
+ ## 26.2.7 (2024-07-30)
129
+
130
+ ### FileManager
131
+
132
+ #### Bug Fixes
133
+
134
+ - `#I608803` - The issue with renaming the tree item by directly right-clicking the item has been resolved.
135
+ - `#F189075` - The issue with rendering the File Manager component using flat data support based on the root folder ID has been resolved.
136
+ - `#I608802` - The issue with copy and paste a folder within File Manager component navigation pane has been resolved.
137
+
138
+ ## 26.1.41 (2024-07-09)
139
+
140
+ ### FileManager
141
+
142
+ #### Bug Fixes
143
+
144
+ - `#I603942` - Column hide issue in details view pane when utilizing the `hideAtMedia` property in File Manager component has been resolved.
145
+
146
+ ## 26.1.40 (2024-07-02)
147
+
148
+ ### FileManager
149
+
150
+ #### Bug Fixes
151
+
152
+ - `#I603473` - Resolved the issue where the context menu item in the File Manager component remained disabled after opening the context menu for the root folder in the navigation pane.
153
+
154
+ ## 26.1.35 (2024-06-11)
155
+
156
+ ### FileManager
157
+
158
+ #### Features
159
+
160
+ - `#FB10417` - Provided support for rendering flat data objects in FileManager component, removing the necessity for server requests and backend URL configuration. This enhancement also eliminating the need to define `ajaxSettings` while rendering the component.
161
+ - Now, we have provided [closeDialog](https://ej2.syncfusion.com/documentation/api/file-manager/#closeDialog) method in FileManager to programmatically close the
162
+ delete, rename, upload, create, details and other dialog popups.
163
+ - Introduced new event support for actions performed within the FileManager component. These new events significantly expand your ability to tailor and enhance your interactions within the File Manager, providing you with more control and flexibility. Below, you will find the corresponding event names and event argument details.
164
+
165
+ **Event Information**
166
+
167
+ Event Name | Argument Name | Properties | Description
168
+ --- | --- | --- | ---
169
+ [beforeDelete](https://ej2.syncfusion.com/documentation/api/file-manager/#beforedelete) | DeleteEventArgs | path, itemData, cancel. | This event is triggered before the deletion of a file or folder occurs. It can be utilized to prevent the deletion of specific files or folders. Any actions, such as displaying a spinner for deletion, can be implemented here.
170
+ [delete](https://ej2.syncfusion.com/documentation/api/file-manager/#delete) | DeleteEventArgs | path, itemData, cancel. | This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case.
171
+ [beforeFolderCreate](https://ej2.syncfusion.com/documentation/api/file-manager/#beforefoldercreate) | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered before a folder is created. It allows for the restriction of folder creation based on the application's use case.
172
+ [folderCreate](https://ej2.syncfusion.com/documentation/api/file-manager/#foldercreate) | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered when a folder is successfully created. It provides an opportunity to retrieve details about the newly created folder.
173
+ [search](https://ej2.syncfusion.com/documentation/api/file-manager/#search) | SearchEventArgs | showHiddenItems, caseSensitive, searchText, path, cancel, searchResults. | This event is triggered when a search action occurs in the search bar of the File Manager component. It triggers each character entered in the input during the search process.
174
+ [beforeRename](https://ej2.syncfusion.com/documentation/api/file-manager/#beforerename) | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is about to be renamed. It allows for the restriction of the rename action for specific folders or files by utilizing the cancel option.
175
+ [rename](https://ej2.syncfusion.com/documentation/api/file-manager/#rename) | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is successfully renamed. It provides an opportunity to fetch details about the renamed file.
176
+ [beforeMove](https://ej2.syncfusion.com/documentation/api/file-manager/#beforemove) | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder begins to move from its current path through a copy/cut and paste action.
177
+ [move](https://ej2.syncfusion.com/documentation/api/file-manager/#move) | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder is pasted into the destination path.
178
+
179
+ #### Bug Fixes
180
+
181
+ - `#I594282` - Resolved the fileOpen event issue in the File Manager component.
182
+
183
+ ## 25.2.6 (2024-05-28)
184
+
185
+ ### FileManager
186
+
187
+ #### Bug Fixes
188
+
189
+ - `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component.
190
+
191
+ ## 25.2.3 (2024-05-08)
192
+
193
+ ### FileManager
194
+
195
+ #### Breaking Changes
196
+
197
+ - 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.
198
+
199
+ ## 25.1.40 (2024-04-16)
200
+
201
+ ### FileManager
202
+
203
+ #### Bug Fixes
204
+
205
+ - `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
206
+
207
+ ## 25.1.39 (2024-04-09)
208
+
209
+ ### FileManager
210
+
211
+ #### Bug Fixes
212
+
213
+ - `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
214
+ - `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.
215
+ - `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
216
+
217
+ ## 25.1.38 (2024-04-02)
218
+
219
+ ### FileManager
220
+
221
+ #### Bug Fixes
222
+
223
+ - `#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.
224
+
225
+ ## 25.1.37 (2024-03-26)
226
+
227
+ ### FileManager
228
+
229
+ #### Bug Fixes
230
+
231
+ - `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved.
232
+
233
+ ## 25.1.35 (2024-03-15)
234
+
235
+ ### FileManager
236
+
237
+ #### Bug Fixes
238
+
239
+ - `#FB50961` - The issues related to XSS attacks with file or folder names in the File Manager details view template is fixed.
240
+
241
+ #### Features
242
+
243
+ - 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.
244
+
245
+ ## 24.1.41 (2023-12-18)
246
+
247
+ ### FileManager
248
+
249
+ #### Features
250
+
251
+ - `#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.
252
+
253
+ ## 19.2.56 (2021-08-17)
254
+
255
+ ### FileManager
256
+
257
+ #### Bug Fixes
258
+
259
+ - `#I337431` - The issue with "`filterFiles` method in FileManager component" has been resolved.
260
+
261
+ ## 19.2.48 (2021-07-20)
262
+
263
+ ### FileManager
264
+
265
+ #### Bug Fixes
266
+
267
+ - `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in FileManager detail view" has been resolved.
268
+
269
+ ## 19.2.44 (2021-06-30)
270
+
271
+ ### FileManager
272
+
273
+ #### Bug Fixes
274
+
275
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
276
+
277
+ ## 19.1.66 (2021-06-01)
278
+
279
+ ### FileManager
280
+
281
+ #### Bug Fixes
282
+
283
+ - `#F165213` - The issue with "The Details view path column is not removed when refreshing the FileManager files" has been resolved.
284
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
285
+
286
+ ## 19.1.63 (2021-05-13)
287
+
288
+ ### FileManager
289
+
290
+ #### Bug Fixes
291
+
292
+ - `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the FileManager component.
293
+
294
+ ## 19.1.58 (2021-04-27)
295
+
296
+ ### FileManager
297
+
298
+ #### Bug Fixes
299
+
300
+ - `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in FileManager component" has been fixed.
301
+ - `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the FileManager component.
302
+
303
+ ## 18.4.41 (2021-02-02)
304
+
305
+ ### FileManager
306
+
307
+ #### Bug Fixes
308
+
309
+ - `#305138` - The issue with "Incorrect message is displayed in delete dialog for FileManager Component" has been resolved.
310
+
311
+ ## 18.3.42 (2020-10-20)
312
+
313
+ ### FileManager
314
+
315
+ #### Bug Fixes
316
+
317
+ - `#288436` - The issue with "The error dialog appears when copy and paste the folder with the same name" has been resolved.
318
+
319
+ ## 18.2.57 (2020-09-08)
320
+
321
+ ### FileManager
322
+
323
+ #### Bug Fixes
324
+
325
+ - `#288598` - Now, the file details will be sent correctly to the server side while using the rootAliasName property.
326
+
327
+ ## 18.2.56 (2020-09-01)
328
+
329
+ ### FileManager
330
+
331
+ #### Bug Fixes
332
+
333
+ - Resolved the incorrect delete confirmation dialog content for file in details view of the FileManager component.
334
+
335
+ ## 18.2.48 (2020-08-04)
336
+
337
+ ### FileManager
338
+
339
+ #### Bug Fixes
340
+
341
+ - The issue with “The Toolbar is not updated while adding the sortOrder property value as none” is fixed now.
342
+
343
+ ## 18.2.47 (2020-07-28)
344
+
345
+ ### FileManager
346
+
347
+ #### Bug Fixes
348
+
349
+ - Resolved the issue with the incorrect delete confirmation dialog heading and content of the FileManager component.
350
+
351
+ ## 18.2.44 (2020-07-07)
352
+
353
+ ### FileManager
354
+
355
+ #### New Features
356
+
357
+ - Added the upload customization support for ASP.NET Core AmazonS3 File Provider.
358
+ - Added the upload customization support for Google Drive File Provider.
359
+ - Added the upload customization support for FTP File Provider.
360
+ - Added the upload customization support for Firebase Realtime Database File Provider.
361
+ - `#151112`, `#152443` - Added the access control support for SQL Server File Provider.
362
+ - `#260977`, `#263918` - Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.
363
+ - `#275878` - Provided an option to prevent default sorting of the files and folders in the FileManager component.
364
+ - Provided the support to display the FileManager's dialog at the user specified target.
365
+
366
+ ## 18.1.56 (2020-06-09)
367
+
368
+ ### FileManager
369
+
370
+ #### Bug Fixes
371
+
372
+ - The issue with "File name is not displayed in the access control error message" has been fixed.
373
+
374
+ ## 18.1.55 (2020-06-02)
375
+
376
+ ### FileManager
377
+
378
+ #### Bug Fixes
379
+
380
+ - The issue with "The toolbar is not updated when selecting the root folder in the FileManager component" has been resolved.
381
+
382
+ ## 18.1.53 (2020-05-19)
383
+
384
+ ### FileManager
385
+
386
+ #### Bug Fixes
387
+
388
+ - Resolved the script error thrown from the FileManager component when resizing the window.
389
+
390
+ ## 18.1.46 (2020-04-28)
391
+
392
+ ### FileManager
393
+
394
+ #### Bug Fixes
395
+
396
+ - The issue with `Unable to localize the error message in the access control actions` has been fixed.
397
+ - `#269976` - Now, The FileManager UI will be refreshed properly when resizing the browser window.
398
+
399
+ ## 18.1.36-beta (2020-03-19)
400
+
401
+ ### FileManager
402
+
403
+ #### Bug Fixes
404
+
405
+ - `#266091` - Now, the date modified column in the details view is globalized based on the locale value.
406
+ - `#266713` - The script error thrown while performing the GetImage operation in NodeJS File System Provider has been fixed.
407
+
408
+ #### New Features
409
+
410
+ - Added the File Provider support for IBM Cloud Object Storage.
411
+ - `#262023` - Added the upload customization support for ASP.NET Core Azure File Provider.
412
+ - `#151515` - Added the upload customization support for SQL Server File Provider.
413
+
414
+ ## 17.4.51 (2020-02-25)
415
+
416
+ ### FileManager
417
+
418
+ #### New Features
419
+
420
+ - `#263021` - Support has been provided to auto close the upload dialog after uploading all the selected files.
421
+
422
+ ## 17.4.50 (2020-02-18)
423
+
424
+ ### FileManager
425
+
426
+ #### Bug Fixes
427
+
428
+ - `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
429
+ - The issue with the given `name` column's width that is not applied in details view has been resolved.
430
+
431
+ ## 17.4.44 (2021-01-21)
432
+
433
+ ### FileManager
434
+
435
+ #### Bug Fixes
436
+
437
+ - Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the FileManager component.
438
+
439
+ ## 17.4.43 (2020-01-14)
440
+
441
+ ### FileManager
442
+
443
+ #### Bug Fixes
444
+
445
+ - `#149499` - The issue with date modified in ASP.NET Core Azure File System Provider has been fixed.
446
+ - `#256589` - The issue with `Directory traversal vulnerability` in NodeJS File System Provider has been fixed.
447
+
448
+ ## 17.4.41 (2020-01-07)
449
+
450
+ ### FileManager
451
+
452
+ #### Bug Fixes
453
+
454
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
455
+
456
+ ## 17.4.39 (2019-12-17)
457
+
458
+ ### FileManager
459
+
460
+ #### Bug Fixes
461
+
462
+ - `#149500` - The issue with `incorrect popup name in popupBeforeOpen event` has been fixed.
463
+
464
+ #### New Features
465
+
466
+ - The new events `beforeDownload` and `beforeImageLoad` have been provided to customize the `download` and `getImage` file operations.
467
+ - The new ' rootAliasName ' property has been provided to display the custom root folder name.
468
+ - Added the filesystem provider support for File Transfer Protocol.
469
+
470
+ ## 17.3.28 (2019-11-19)
471
+
472
+ ### FileManager
473
+
474
+ #### Bug Fixes
475
+
476
+ - `#252873` - The issue with `file search on pressing the enter key` has been fixed.
477
+
478
+ ## 17.3.27 (2019-11-12)
479
+
480
+ ### FileManager
481
+
482
+ #### Bug Fixes
483
+
484
+ - `#148827` - New event `fileSelection` have been included to restrict the file selection in FileManager.
485
+
486
+ ## 17.3.26 (2019-11-05)
487
+
488
+ ### FileManager
489
+
490
+ #### Bug Fixes
491
+
492
+ - The issue `FileManager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
493
+
494
+ #### New Features
495
+
496
+ - Support has been provided to include a custom message in `AccessRule` class using the message property.
497
+
498
+ #### Breaking Changes
499
+
500
+ - 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.
501
+ - Now, the `Edit` and `EditContents` in access control are renamed as `Write` and `WriteContents`.
502
+
503
+ ## 17.3.17 (2019-10-15)
504
+
505
+ ### FileManager
506
+
507
+ #### Breaking Changes
508
+
509
+ - Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the FileManager.
510
+
511
+ ## 17.3.14 (2019-10-03)
512
+
513
+ ### FileManager
514
+
515
+ #### Bug Fixes
516
+
517
+ - The issue with `the fileOpen event that was not triggered for folder navigation through navigation pane` has been fixed.
518
+
519
+ ## 17.3.9-beta (2019-09-20)
520
+
521
+ ### FileManager
522
+
523
+ #### Bug Fixes
524
+
525
+ - The issue `FileManager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)` has been fixed.
526
+
527
+ #### Breaking Changes
528
+
529
+ - 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.
530
+
531
+ ## 17.2.49 (2019-09-04)
532
+
533
+ ### FileManager
534
+
535
+ #### Bug Fixes
536
+
537
+ - 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.
538
+ - The issue `the FileManager throws script error when return null response from server for search operation` has been fixed.
539
+
540
+ #### New Features
541
+
542
+ - New events have been provided to customize the dialog in FileManager.
543
+ - New methods have been provided to select all files and clear the selection in current path of the FileManager.
544
+ - New methods have been provided to customize the context menu items in FileManager.
545
+
546
+ ## 17.2.47 (2019-08-27)
547
+
548
+ ### FileManager
549
+
550
+ #### New Features
551
+
552
+ - Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in FileManager.
553
+
554
+ ## 17.2.41 (2019-08-14)
555
+
556
+ ### FileManager
557
+
558
+ #### Bug Fixes
559
+
560
+ - The issue with the `FileManager that throws script error while accessing the shared folder in physical file provider` has been fixed.
561
+
562
+ #### New Features
563
+
564
+ - A method has been provided to customize the filtering support in FileManager.
565
+
566
+ ## 17.2.40 (2019-08-06)
567
+
568
+ ### FileManager
569
+
570
+ #### New Features
571
+
572
+ - The `ID` based support has been provided to the `selectedItems` property to manage the files with duplicate names.
573
+
574
+ ## 17.2.36 (2019-07-24)
575
+
576
+ ### FileManager
577
+
578
+ #### Bug Fixes
579
+
580
+ - Issue with `when the component is rendering and you are trying to resize the window the component throws script error` is fixed.
581
+
582
+ ## 17.2.35 (2019-07-17)
583
+
584
+ ### FileManager
585
+
586
+ #### Bug Fixes
587
+
588
+ - Issue with `empty folder icon alignment when persistence enabled` is fixed.
589
+
590
+ ## 17.2.34 (2019-07-11)
591
+
592
+ ### FileManager
593
+
594
+ #### New Features
595
+
596
+ - Provided the `id` based support for `path` property to manage the files in an efficient way on going with file system providers.
597
+
598
+ ## 17.2.28-beta (2019-06-27)
599
+
600
+ ### FileManager
601
+
602
+ #### New Features
603
+
604
+ - Added file system provider support for SQL server database, Microsoft Azure cloud storage, NodeJS framework, and Google Drive cloud storage.
605
+ - Provided access control support for physical file system provider.
606
+ - Provided cut, copy, and paste file operations support.
607
+ - Provided drag and drop support.
608
+ - Provided rename and replace support for uploading files.
609
+ - Provided options to upload specific types of files based on extensions.
610
+
611
+ ## 17.1.48 (2019-05-21)
612
+
613
+ ### FileManager
614
+
615
+ #### New Features
616
+
617
+ - `#144270` - Added support to use the JWT tokens with `beforeSend` event’s Ajax settings.
618
+
619
+ ## 17.1.42 (2019-04-23)
620
+
621
+ ### FileManager
622
+
623
+ #### New Features
624
+
625
+ - Added filesystem provider support for ASP.NET MVC 4 and 5 frameworks.
626
+
627
+ ## 17.1.40 (2019-04-09)
628
+
629
+ ### FileManager
630
+
631
+ #### Breaking Changes
632
+
633
+ - The `beforeFileLoad` event’s `module` argument values have been changed as follows:
634
+
635
+ |Argument Name|Old Value|New Value|
636
+ |----|----|----|
637
+ |module|navigationpane|NavigationPane|
638
+ |module|Grid|DetailsView|
639
+ |module|LargeIcon|LargeIconView|
640
+
641
+ ## 17.1.32-beta (2019-03-13)
642
+
643
+ ### FileManager
644
+
645
+ 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.
646
+
647
+ - **Different Views** - Provides detailed and large icon views.
648
+ - **Context menu support** - Provides detailed and large icon views.
649
+ - **Custom toolbar support** - Customize the toolbar to provide only necessary features.
650
+ - **Multiple file selection** - Select multiple files simultaneously.
651
+ - **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
652
+ - **Localization** - Translate file names to any supported language.
@@ -0,0 +1,2 @@
1
+ export * from './src/index';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19