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