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

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