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