@syncfusion/ej2-filemanager 25.2.3 → 26.1.35

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