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

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