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