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

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