@syncfusion/ej2-filemanager 20.1.52-10459 → 20.1.52-10460

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 (203) hide show
  1. package/.eslintrc.json +3 -20
  2. package/CHANGELOG.md +410 -0
  3. package/README.md +43 -54
  4. package/dist/ej2-filemanager.umd.min.js +10 -1
  5. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es2015.js +659 -2353
  7. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  8. package/dist/es6/ej2-filemanager.es5.js +708 -2421
  9. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  10. package/dist/global/ej2-filemanager.min.js +10 -1
  11. package/dist/global/ej2-filemanager.min.js.map +1 -1
  12. package/dist/global/index.d.ts +9 -0
  13. package/helpers/e2e/filemanagerHelper.js +166 -183
  14. package/package.json +71 -71
  15. package/src/file-manager/actions/breadcrumb-bar.js +5 -1
  16. package/src/file-manager/actions/index.d.ts +0 -1
  17. package/src/file-manager/actions/index.js +0 -1
  18. package/src/file-manager/actions/toolbar.d.ts +0 -1
  19. package/src/file-manager/actions/toolbar.js +17 -129
  20. package/src/file-manager/base/file-manager-model.d.ts +28 -154
  21. package/src/file-manager/base/file-manager.d.ts +27 -176
  22. package/src/file-manager/base/file-manager.js +28 -244
  23. package/src/file-manager/base/interface.d.ts +3 -329
  24. package/src/file-manager/base/interface.js +1 -0
  25. package/src/file-manager/common/operations.d.ts +0 -7
  26. package/src/file-manager/common/operations.js +185 -830
  27. package/src/file-manager/common/utility.d.ts +3 -46
  28. package/src/file-manager/common/utility.js +73 -249
  29. package/src/file-manager/index.d.ts +0 -1
  30. package/src/file-manager/index.js +0 -1
  31. package/src/file-manager/layout/details-view.d.ts +0 -10
  32. package/src/file-manager/layout/details-view.js +94 -203
  33. package/src/file-manager/layout/large-icons-view.d.ts +2 -4
  34. package/src/file-manager/layout/large-icons-view.js +72 -121
  35. package/src/file-manager/layout/navigation-pane.d.ts +0 -2
  36. package/src/file-manager/layout/navigation-pane.js +73 -97
  37. package/src/file-manager/models/column-model.d.ts +5 -23
  38. package/src/file-manager/models/column.d.ts +2 -21
  39. package/src/file-manager/models/column.js +0 -6
  40. package/src/file-manager/models/default-locale.js +1 -0
  41. package/src/file-manager/models/details-view-settings-model.d.ts +1 -1
  42. package/src/file-manager/models/details-view-settings.js +3 -8
  43. package/src/file-manager/models/search-settings.d.ts +0 -5
  44. package/src/file-manager/models/toolbar-settings-model.d.ts +2 -177
  45. package/src/file-manager/models/toolbar-settings.d.ts +2 -157
  46. package/src/file-manager/models/toolbar-settings.js +2 -64
  47. package/src/file-manager/models/upload-settings-model.d.ts +0 -13
  48. package/src/file-manager/models/upload-settings.d.ts +0 -12
  49. package/src/file-manager/models/upload-settings.js +0 -3
  50. package/src/file-manager/pop-up/context-menu.d.ts +1 -2
  51. package/src/file-manager/pop-up/context-menu.js +36 -111
  52. package/src/file-manager/pop-up/dialog.d.ts +2 -1
  53. package/src/file-manager/pop-up/dialog.js +40 -19
  54. package/src/global.js +1 -1
  55. package/styles/bootstrap-dark.css +665 -371
  56. package/styles/bootstrap-dark.scss +1 -17
  57. package/styles/bootstrap.css +644 -353
  58. package/styles/bootstrap.scss +1 -17
  59. package/styles/bootstrap4.css +680 -381
  60. package/styles/bootstrap4.scss +1 -17
  61. package/styles/bootstrap5-dark.css +694 -376
  62. package/styles/bootstrap5-dark.scss +1 -17
  63. package/styles/bootstrap5.css +695 -377
  64. package/styles/bootstrap5.scss +1 -17
  65. package/styles/fabric-dark.css +642 -358
  66. package/styles/fabric-dark.scss +1 -17
  67. package/styles/fabric.css +641 -357
  68. package/styles/fabric.scss +1 -17
  69. package/styles/file-manager/_all.scss +1 -1
  70. package/styles/file-manager/_bootstrap-dark-definition.scss +2 -6
  71. package/styles/file-manager/_bootstrap-definition.scss +2 -6
  72. package/styles/file-manager/_bootstrap4-definition.scss +2 -6
  73. package/styles/file-manager/_bootstrap5-definition.scss +15 -20
  74. package/styles/file-manager/_fabric-dark-definition.scss +2 -6
  75. package/styles/file-manager/_fabric-definition.scss +2 -6
  76. package/styles/file-manager/_fluent-definition.scss +15 -18
  77. package/styles/file-manager/_highcontrast-definition.scss +2 -6
  78. package/styles/file-manager/_highcontrast-light-definition.scss +2 -6
  79. package/styles/file-manager/_layout.scss +932 -369
  80. package/styles/file-manager/_material-dark-definition.scss +2 -7
  81. package/styles/file-manager/_material-definition.scss +2 -7
  82. package/styles/file-manager/_tailwind-definition.scss +16 -20
  83. package/styles/file-manager/_theme.scss +102 -123
  84. package/styles/file-manager/bootstrap-dark.css +665 -371
  85. package/styles/file-manager/bootstrap-dark.scss +1 -2
  86. package/styles/file-manager/bootstrap.css +644 -353
  87. package/styles/file-manager/bootstrap.scss +1 -2
  88. package/styles/file-manager/bootstrap4.css +680 -381
  89. package/styles/file-manager/bootstrap4.scss +1 -2
  90. package/styles/file-manager/bootstrap5-dark.css +694 -376
  91. package/styles/file-manager/bootstrap5-dark.scss +1 -2
  92. package/styles/file-manager/bootstrap5.css +695 -377
  93. package/styles/file-manager/bootstrap5.scss +1 -2
  94. package/styles/file-manager/fabric-dark.css +642 -358
  95. package/styles/file-manager/fabric-dark.scss +1 -2
  96. package/styles/file-manager/fabric.css +641 -357
  97. package/styles/file-manager/fabric.scss +1 -2
  98. package/styles/file-manager/fluent-dark.css +641 -356
  99. package/styles/file-manager/fluent-dark.scss +1 -2
  100. package/styles/file-manager/fluent.css +640 -355
  101. package/styles/file-manager/fluent.scss +1 -2
  102. package/styles/file-manager/highcontrast-light.css +644 -354
  103. package/styles/file-manager/highcontrast-light.scss +1 -2
  104. package/styles/file-manager/highcontrast.css +647 -377
  105. package/styles/file-manager/highcontrast.scss +1 -2
  106. package/styles/file-manager/icons/_bootstrap.scss +1 -0
  107. package/styles/file-manager/icons/_bootstrap4.scss +1 -0
  108. package/styles/file-manager/icons/_fabric-dark.scss +1 -0
  109. package/styles/file-manager/icons/_fabric.scss +1 -0
  110. package/styles/file-manager/material-dark.css +671 -392
  111. package/styles/file-manager/material-dark.scss +1 -2
  112. package/styles/file-manager/material.css +654 -391
  113. package/styles/file-manager/material.scss +1 -2
  114. package/styles/file-manager/tailwind-dark.css +667 -350
  115. package/styles/file-manager/tailwind-dark.scss +1 -2
  116. package/styles/file-manager/tailwind.css +667 -350
  117. package/styles/file-manager/tailwind.scss +1 -2
  118. package/styles/fluent-dark.css +641 -356
  119. package/styles/fluent-dark.scss +1 -17
  120. package/styles/fluent.css +640 -355
  121. package/styles/fluent.scss +1 -17
  122. package/styles/highcontrast-light.css +644 -354
  123. package/styles/highcontrast-light.scss +1 -17
  124. package/styles/highcontrast.css +647 -377
  125. package/styles/highcontrast.scss +1 -17
  126. package/styles/material-dark.css +671 -392
  127. package/styles/material-dark.scss +1 -17
  128. package/styles/material.css +654 -391
  129. package/styles/material.scss +1 -17
  130. package/styles/tailwind-dark.css +667 -350
  131. package/styles/tailwind-dark.scss +1 -17
  132. package/styles/tailwind.css +667 -350
  133. package/styles/tailwind.scss +1 -17
  134. package/dist/ej2-filemanager.min.js +0 -1
  135. package/src/file-manager/actions/virtualization.d.ts +0 -93
  136. package/src/file-manager/actions/virtualization.js +0 -279
  137. package/styles/bootstrap-dark-lite.css +0 -1058
  138. package/styles/bootstrap-dark-lite.scss +0 -16
  139. package/styles/bootstrap-lite.css +0 -1040
  140. package/styles/bootstrap-lite.scss +0 -16
  141. package/styles/bootstrap4-lite.css +0 -1068
  142. package/styles/bootstrap4-lite.scss +0 -16
  143. package/styles/bootstrap5-dark-lite.css +0 -1078
  144. package/styles/bootstrap5-dark-lite.scss +0 -16
  145. package/styles/bootstrap5-lite.css +0 -1078
  146. package/styles/bootstrap5-lite.scss +0 -16
  147. package/styles/bootstrap5.3-lite.css +0 -1035
  148. package/styles/bootstrap5.3-lite.scss +0 -16
  149. package/styles/bootstrap5.3.css +0 -1603
  150. package/styles/bootstrap5.3.scss +0 -17
  151. package/styles/fabric-dark-lite.css +0 -1039
  152. package/styles/fabric-dark-lite.scss +0 -16
  153. package/styles/fabric-lite.css +0 -1039
  154. package/styles/fabric-lite.scss +0 -16
  155. package/styles/file-manager/_bds-definition.scss +0 -236
  156. package/styles/file-manager/_bigger.scss +0 -758
  157. package/styles/file-manager/_bootstrap5.3-definition.scss +0 -242
  158. package/styles/file-manager/_fluent2-definition.scss +0 -255
  159. package/styles/file-manager/_fusionnew-definition.scss +0 -241
  160. package/styles/file-manager/_material3-dark-definition.scss +0 -1
  161. package/styles/file-manager/_material3-definition.scss +0 -235
  162. package/styles/file-manager/bootstrap5.3.css +0 -1603
  163. package/styles/file-manager/bootstrap5.3.scss +0 -17
  164. package/styles/file-manager/fluent2.css +0 -1886
  165. package/styles/file-manager/fluent2.scss +0 -17
  166. package/styles/file-manager/icons/_bds.scss +0 -235
  167. package/styles/file-manager/icons/_bootstrap5.3.scss +0 -235
  168. package/styles/file-manager/icons/_fluent2.scss +0 -235
  169. package/styles/file-manager/icons/_fusionnew.scss +0 -235
  170. package/styles/file-manager/icons/_material3-dark.scss +0 -1
  171. package/styles/file-manager/icons/_material3.scss +0 -235
  172. package/styles/file-manager/material3-dark.css +0 -1633
  173. package/styles/file-manager/material3-dark.scss +0 -18
  174. package/styles/file-manager/material3.css +0 -1635
  175. package/styles/file-manager/material3.scss +0 -18
  176. package/styles/fluent-dark-lite.css +0 -1037
  177. package/styles/fluent-dark-lite.scss +0 -16
  178. package/styles/fluent-lite.css +0 -1036
  179. package/styles/fluent-lite.scss +0 -16
  180. package/styles/fluent2-lite.css +0 -1272
  181. package/styles/fluent2-lite.scss +0 -16
  182. package/styles/fluent2.css +0 -1886
  183. package/styles/fluent2.scss +0 -17
  184. package/styles/highcontrast-light-lite.css +0 -1039
  185. package/styles/highcontrast-light-lite.scss +0 -16
  186. package/styles/highcontrast-lite.css +0 -1059
  187. package/styles/highcontrast-lite.scss +0 -16
  188. package/styles/material-dark-lite.css +0 -1092
  189. package/styles/material-dark-lite.scss +0 -16
  190. package/styles/material-lite.css +0 -1097
  191. package/styles/material-lite.scss +0 -16
  192. package/styles/material3-dark-lite.css +0 -1090
  193. package/styles/material3-dark-lite.scss +0 -16
  194. package/styles/material3-dark.css +0 -1633
  195. package/styles/material3-dark.scss +0 -19
  196. package/styles/material3-lite.css +0 -1092
  197. package/styles/material3-lite.scss +0 -16
  198. package/styles/material3.css +0 -1635
  199. package/styles/material3.scss +0 -19
  200. package/styles/tailwind-dark-lite.css +0 -1060
  201. package/styles/tailwind-dark-lite.scss +0 -16
  202. package/styles/tailwind-lite.css +0 -1060
  203. package/styles/tailwind-lite.scss +0 -16
package/.eslintrc.json CHANGED
@@ -6,8 +6,7 @@
6
6
  "extends": [
7
7
  "eslint:recommended",
8
8
  "plugin:@typescript-eslint/recommended",
9
- "plugin:jsdoc/recommended",
10
- "plugin:security/recommended"
9
+ "plugin:jsdoc/recommended"
11
10
  ],
12
11
  "parser": "@typescript-eslint/parser",
13
12
  "parserOptions": {
@@ -15,30 +14,14 @@
15
14
  "ecmaVersion": 2018,
16
15
  "project": "./tsconfig.json",
17
16
  "sourceType": "module"
18
- },
19
- "ignorePatterns": ["*.d.ts", "*.js"],
17
+ },
20
18
  "plugins": [
21
19
  "@typescript-eslint",
22
20
  "@typescript-eslint/tslint",
23
- "eslint-plugin-security",
24
21
  "jsdoc"
25
22
  ],
26
23
  "rules": {
27
24
  "use-isnan": "error",
28
- "security/detect-unsafe-regex":"error",
29
- "security/detect-buffer-noassert":"error",
30
- "security/detect-child-process":"error",
31
- "security/detect-disable-mustache-escape":"error",
32
- "security/detect-eval-with-expression":"error",
33
- "security/detect-no-csrf-before-method-override":"error",
34
- "security/detect-non-literal-fs-filename":"error",
35
- "security/detect-non-literal-regexp":"error",
36
- "security/detect-non-literal-require":"error",
37
- "security/detect-object-injection":"error",
38
- "security/detect-possible-timing-attacks":"error",
39
- "security/detect-pseudoRandomBytes":"error",
40
- "security/detect-new-buffer":"error",
41
- "security/detect-bidi-characters":"error",
42
25
  "@typescript-eslint/no-inferrable-types": "off",
43
26
  "@typescript-eslint/ban-types": ["warn", {
44
27
  "types": {
@@ -185,7 +168,7 @@
185
168
  "error",
186
169
  "never"
187
170
  ],
188
- "@typescript-eslint/no-explicit-any": "warn",
171
+ "@typescript-eslint/no-explicit-any": "error",
189
172
  "no-cond-assign": [
190
173
  "error",
191
174
  "always"
package/CHANGELOG.md ADDED
@@ -0,0 +1,410 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### File Manager
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.
10
+
11
+ ## 19.2.56 (2021-08-17)
12
+
13
+ ### File Manager
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I337431` - The issue with "`filterFiles` method in file manager component" has been resolved.
18
+
19
+ ## 19.2.48 (2021-07-20)
20
+
21
+ ### File Manager
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#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.
26
+
27
+ ## 19.2.44 (2021-06-30)
28
+
29
+ ### File Manager
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
34
+
35
+ ## 19.1.66 (2021-06-01)
36
+
37
+ ### File Manager
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#F165213` - The issue with "The Details view path column is not removed when refreshing the File Manager files" has been resolved.
42
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
43
+
44
+ ## 19.1.63 (2021-05-13)
45
+
46
+ ### File Manager
47
+
48
+ #### Bug Fixes
49
+
50
+ - `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the File Manager component.
51
+
52
+ ## 19.1.58 (2021-04-27)
53
+
54
+ ### File Manager
55
+
56
+ #### Bug Fixes
57
+
58
+ - `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in File Manager component" has been fixed.
59
+ - `#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.
60
+
61
+ ## 18.4.41 (2021-02-02)
62
+
63
+ ### File Manager
64
+
65
+ #### Bug Fixes
66
+
67
+ - `#305138` - The issue with "Incorrect message is displayed in delete dialog for File Manager Component" has been resolved.
68
+
69
+ ## 18.3.42 (2020-10-20)
70
+
71
+ ### File Manager
72
+
73
+ #### Bug Fixes
74
+
75
+ - `#288436` - The issue with "The error dialog appears when copy and paste the folder with the same name" has been resolved.
76
+
77
+ ## 18.2.57 (2020-09-08)
78
+
79
+ ### File Manager
80
+
81
+ #### Bug Fixes
82
+
83
+ - `#288598` - Now, the file details will be sent correctly to the server side while using the rootAliasName property.
84
+
85
+ ## 18.2.56 (2020-09-01)
86
+
87
+ ### File Manager
88
+
89
+ #### Bug Fixes
90
+
91
+ - Resolved the incorrect delete confirmation dialog content for file in details view of the File Manager component.
92
+
93
+ ## 18.2.48 (2020-08-04)
94
+
95
+ ### File Manager
96
+
97
+ #### Bug Fixes
98
+
99
+ - The issue with “The Toolbar is not updated while adding the sortOrder property value as none” is fixed now.
100
+
101
+ ## 18.2.47 (2020-07-28)
102
+
103
+ ### File Manager
104
+
105
+ #### Bug Fixes
106
+
107
+ - Resolved the issue with the incorrect delete confirmation dialog heading and content of the File Manager component.
108
+
109
+ ## 18.2.44 (2020-07-07)
110
+
111
+ ### File Manager
112
+
113
+ #### New Features
114
+
115
+ - Added the upload customization support for ASP.NET Core AmazonS3 File Provider.
116
+ - Added the upload customization support for Google Drive File Provider.
117
+ - Added the upload customization support for FTP File Provider.
118
+ - Added the upload customization support for Firebase Realtime Database File Provider.
119
+ - `#151112`, `#152443` - Added the access control support for SQL Server File Provider.
120
+ - `#260977`, `#263918` - Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.
121
+ - `#275878` - Provided an option to prevent default sorting of the files and folders in the File Manager component.
122
+ - Provided the support to display the File Manager's dialog at the user specified target.
123
+
124
+ ## 18.1.56 (2020-06-09)
125
+
126
+ ### File Manager
127
+
128
+ #### Bug Fixes
129
+
130
+ - The issue with "File name is not displayed in the access control error message" has been fixed.
131
+
132
+ ## 18.1.55 (2020-06-02)
133
+
134
+ ### File Manager
135
+
136
+ #### Bug Fixes
137
+
138
+ - The issue with "The toolbar is not updated when selecting the root folder in the File Manager component" has been resolved.
139
+
140
+ ## 18.1.53 (2020-05-19)
141
+
142
+ ### File Manager
143
+
144
+ #### Bug Fixes
145
+
146
+ - Resolved the script error thrown from the File Manager component when resizing the window.
147
+
148
+ ## 18.1.46 (2020-04-28)
149
+
150
+ ### File Manager
151
+
152
+ #### Bug Fixes
153
+
154
+ - The issue with `Unable to localize the error message in the access control actions` has been fixed.
155
+ - `#269976` - Now, The File Manager UI will be refreshed properly when resizing the browser window.
156
+
157
+ ## 18.1.36-beta (2020-03-19)
158
+
159
+ ### File Manager
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#266091` - Now, the date modified column in the details view is globalized based on the locale value.
164
+ - `#266713` - The script error thrown while performing the GetImage operation in NodeJS File System Provider has been fixed.
165
+
166
+ #### New Features
167
+
168
+ - Added the File Provider support for IBM Cloud Object Storage.
169
+ - `#262023` - Added the upload customization support for ASP.NET Core Azure File Provider.
170
+ - `#151515` - Added the upload customization support for SQL Server File Provider.
171
+
172
+ ## 17.4.51 (2020-02-25)
173
+
174
+ ### File Manager
175
+
176
+ #### New Features
177
+
178
+ - `#263021` - Support has been provided to auto close the upload dialog after uploading all the selected files.
179
+
180
+ ## 17.4.50 (2020-02-18)
181
+
182
+ ### File Manager
183
+
184
+ #### Bug Fixes
185
+
186
+ - `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
187
+ - The issue with the given `name` column's width that is not applied in details view has been resolved.
188
+
189
+ ## 17.4.44 (2021-01-21)
190
+
191
+ ### File Manager
192
+
193
+ #### Bug Fixes
194
+
195
+ - Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the file manager component.
196
+
197
+ ## 17.4.43 (2020-01-14)
198
+
199
+ ### File Manager
200
+
201
+ #### Bug Fixes
202
+
203
+ - `#149499` - The issue with date modified in ASP.NET Core Azure File System Provider has been fixed.
204
+ - `#256589` - The issue with `Directory traversal vulnerability` in NodeJS File System Provider has been fixed.
205
+
206
+ ## 17.4.41 (2020-01-07)
207
+
208
+ ### File Manager
209
+
210
+ #### Bug Fixes
211
+
212
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
213
+
214
+ ## 17.4.39 (2019-12-17)
215
+
216
+ ### File Manager
217
+
218
+ #### Bug Fixes
219
+
220
+ - `#149500` - The issue with `incorrect popup name in popupBeforeOpen event` has been fixed.
221
+
222
+ #### New Features
223
+
224
+ - The new events `beforeDownload` and `beforeImageLoad` have been provided to customize the `download` and `getImage` file operations.
225
+ - The new ' rootAliasName ' property has been provided to display the custom root folder name.
226
+ - Added the filesystem provider support for File Transfer Protocol.
227
+
228
+ ## 17.3.28 (2019-11-19)
229
+
230
+ ### File Manager
231
+
232
+ #### Bug Fixes
233
+
234
+ - `#252873` - The issue with `file search on pressing the enter key` has been fixed.
235
+
236
+ ## 17.3.27 (2019-11-12)
237
+
238
+ ### File Manager
239
+
240
+ #### Bug Fixes
241
+
242
+ - `#148827` - New event `fileSelection` have been included to restrict the file selection in file manager.
243
+
244
+ ## 17.3.26 (2019-11-05)
245
+
246
+ ### File Manager
247
+
248
+ #### Bug Fixes
249
+
250
+ - The issue `file manager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
251
+
252
+ #### New Features
253
+
254
+ - Support has been provided to include a custom message in `AccessRule` class using the message property.
255
+
256
+ #### Breaking Changes
257
+
258
+ - 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.
259
+ - Now, the `Edit` and `EditContents` in access control are renamed as `Write` and `WriteContents`.
260
+
261
+ ## 17.3.17 (2019-10-15)
262
+
263
+ ### File Manager
264
+
265
+ #### Breaking Changes
266
+
267
+ - Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the file manager.
268
+
269
+ ## 17.3.14 (2019-10-03)
270
+
271
+ ### File Manager
272
+
273
+ #### Bug Fixes
274
+
275
+ - The issue with `the fileOpen event that was not triggered for folder navigation through navigation pane` has been fixed.
276
+
277
+ ## 17.3.9-beta (2019-09-20)
278
+
279
+ ### File Manager
280
+
281
+ #### Bug Fixes
282
+
283
+ - The issue `file manager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)` has been fixed.
284
+
285
+ #### Breaking Changes
286
+
287
+ - 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.
288
+
289
+ ## 17.2.49 (2019-09-04)
290
+
291
+ ### File Manager
292
+
293
+ #### Bug Fixes
294
+
295
+ - 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.
296
+ - The issue `the file manager throws script error when return null response from server for search operation` has been fixed.
297
+
298
+ #### New Features
299
+
300
+ - New events have been provided to customize the dialog in file manager.
301
+ - New methods have been provided to select all files and clear the selection in current path of the file manager.
302
+ - New methods have been provided to customize the context menu items in file manager.
303
+
304
+ ## 17.2.47 (2019-08-27)
305
+
306
+ ### File Manager
307
+
308
+ #### New Features
309
+
310
+ - Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in file manager.
311
+
312
+ ## 17.2.41 (2019-08-14)
313
+
314
+ ### File Manager
315
+
316
+ #### Bug Fixes
317
+
318
+ - The issue with the `file manager that throws script error while accessing the shared folder in physical file provider` has been fixed.
319
+
320
+ #### New Features
321
+
322
+ - A method has been provided to customize the filtering support in file manager.
323
+
324
+ ## 17.2.40 (2019-08-06)
325
+
326
+ ### File Manager
327
+
328
+ #### New Features
329
+
330
+ - The `ID` based support has been provided to the `selectedItems` property to manage the files with duplicate names.
331
+
332
+ ## 17.2.36 (2019-07-24)
333
+
334
+ ### File Manager
335
+
336
+ #### Bug Fixes
337
+
338
+ - Issue with `when the component is rendering and you are trying to resize the window the component throws script error` is fixed.
339
+
340
+ ## 17.2.35 (2019-07-17)
341
+
342
+ ### File Manager
343
+
344
+ #### Bug Fixes
345
+
346
+ - Issue with `empty folder icon alignment when persistence enabled` is fixed.
347
+
348
+ ## 17.2.34 (2019-07-11)
349
+
350
+ ### File Manager
351
+
352
+ #### New Features
353
+
354
+ - Provided the `id` based support for `path` property to manage the files in an efficient way on going with file system providers.
355
+
356
+ ## 17.2.28-beta (2019-06-27)
357
+
358
+ ### File Manager
359
+
360
+ #### New Features
361
+
362
+ - Added file system provider support for SQL server database, Microsoft Azure cloud storage, NodeJS framework, and Google Drive cloud storage.
363
+ - Provided access control support for physical file system provider.
364
+ - Provided cut, copy, and paste file operations support.
365
+ - Provided drag and drop support.
366
+ - Provided rename and replace support for uploading files.
367
+ - Provided options to upload specific types of files based on extensions.
368
+
369
+ ## 17.1.48 (2019-05-21)
370
+
371
+ ### File Manager
372
+
373
+ #### New Features
374
+
375
+ - `#144270` - Added support to use the JWT tokens with `beforeSend` event’s Ajax settings.
376
+
377
+ ## 17.1.42 (2019-04-23)
378
+
379
+ ### File Manager
380
+
381
+ #### New Features
382
+
383
+ - Added filesystem provider support for ASP.NET MVC 4 and 5 frameworks.
384
+
385
+ ## 17.1.40 (2019-04-09)
386
+
387
+ ### File Manager
388
+
389
+ #### Breaking Changes
390
+
391
+ - The `beforeFileLoad` event’s `module` argument values have been changed as follows:
392
+
393
+ |Argument Name|Old Value|New Value|
394
+ |----|----|----|
395
+ |module|navigationpane|NavigationPane|
396
+ |module|Grid|DetailsView|
397
+ |module|LargeIcon|LargeIconView|
398
+
399
+ ## 17.1.32-beta (2019-03-13)
400
+
401
+ ### File Manager
402
+
403
+ 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.
404
+
405
+ - **Different Views** - Provides detailed and large icon views.
406
+ - **Context menu support** - Provides detailed and large icon views.
407
+ - **Custom toolbar support** - Customize the toolbar to provide only necessary features.
408
+ - **Multiple file selection** - Select multiple files simultaneously.
409
+ - **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
410
+ - **Localization** - Translate file names to any supported language.
package/README.md CHANGED
@@ -1,80 +1,69 @@
1
- # JavaScript File Manager Control
1
+ # ej2-filemanager
2
2
 
3
- The [JavaScript File Manager](https://www.syncfusion.com/javascript-ui-controls/js-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm) control is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system.
3
+ 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.
4
4
 
5
- <p align="center">
6
- <a href="https://ej2.syncfusion.com/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm">Getting Started</a> .
7
- <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm#/material/file-manager/overview.html">Online demos</a> .
8
- <a href="https://www.syncfusion.com/javascript-ui-controls/js-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm">Learn more</a>
9
- </p>
5
+ ![ej2-file-manager](https://ej2.syncfusion.com/products/images/file-manager/readme.gif)
10
6
 
11
- <p align="center">
12
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-filemanager.png">
13
- </p>
7
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials).
14
8
 
15
- <p align="center">
16
- Trusted by the world's leading companies
17
- <a href="https://www.syncfusion.com">
18
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
19
- </a>
20
- </p>
9
+ > A free [community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
21
10
 
22
11
  ## Setup
23
12
 
24
- To install the File Manager and its dependent packages, use the following command.
13
+ To install `FileManager` and its dependent packages, use the following command.
25
14
 
26
- ```
15
+ ```sh
27
16
  npm install @syncfusion/ej2-filemanager
28
17
  ```
29
18
 
30
- ## Supported frameworks
19
+ ## Components included
31
20
 
32
- The JavaScript File Manager control is also offered in following list of frameworks,
21
+ Following list of components are available in the package
33
22
 
34
- | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
35
- | :-----: | :-----: | :-----: | :-----: | :-----: |
23
+ * File Manager - performs common file operations such as accessing, editing, upload, download and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
36
24
 
37
- ## Showcase samples
25
+ * [Getting Started](https://ej2.syncfusion.com/documentation/file-manager/getting-started/?lang=typescript&utm_source=npm&utm_campaign=filemanager)
26
+ * [API References]( https://ej2.syncfusion.com/documentation/api/file-manager?lang=typescript&utm_source=npm&utm_campaign=filemanager)
27
+ * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=filemanager#/material/file-manager/overview.html)
28
+ * [Product Page](https://www.syncfusion.com/javascript-ui-controls/js-file-manager)
38
29
 
39
- * Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm#/dashboard)
40
- * Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm)
41
30
 
42
- ## Key features
43
-
44
- * [File and directory management](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/directory-upload.html): The component allows users to upload, download, rename, sort, cut, copy, and paste files and directories.
45
- * [Multiple layout options](https://ej2.syncfusion.com/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#view): The component supports both large icons view and details view layout, giving users the ability to choose the display option that works best for them.
46
- * [Multiple file providers](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/azure-service.html): The component supports a range of file providers, including Amazon S3, MS Azure, NodeJS, Google file systems, and local physical file providers, giving users flexibility in how they store and access their files.
47
- * [Search functionality](https://ej2.syncfusion.com/documentation/file-manager/file-operations/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#search): The component includes a search feature that allows users to easily locate specific files within their file system.
48
- * [Customizable interface](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/custom-thumbnail.html): The component's interface can be customized to fit the needs and preferences of users, allowing for a personalized experience.
49
- * [Responsive design](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#/bootstrap5/file-manager/overview.html): The component is designed to be responsive, ensuring that it works seamlessly across a range of devices and screen sizes.
50
- * [Easy integration](https://ej2.syncfusion.com/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is easy to integrate into existing projects, making it a convenient and straightforward solution for file management.
51
- * [Context menu](https://ej2.syncfusion.com/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#context-menu): The component includes a context menu that allows users to quickly and easily access file management options.
52
- * [Toolbar](https://ej2.syncfusion.com/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm#toolbar): The component's toolbar provides a flexible way to manage file operations, making it easy for users to perform common tasks.
53
- * [Access control](https://ej2.syncfusion.com/documentation/file-manager/access-control/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component allows users to define a set of access rules for their folders and files, giving them control over who can access specific resources.
54
- * [Multiple file selection](https://ej2.syncfusion.com/documentation/file-manager/multiple-selection/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports the selection of multiple files, making it easy for users to perform bulk operations.
55
- * [Localization](https://ej2.syncfusion.com/documentation/file-manager/localization/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions.
56
- * [Accessibility](https://ej2.syncfusion.com/documentation/file-manager/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-file-manager-npm): The component is designed with accessibility in mind, ensuring that it is usable by users with disabilities.
31
+ ## Supported Frameworks
57
32
 
58
- ## Support
33
+ `File Manager` component is also offered in following list of frameworks,
59
34
 
60
- Product support is available through following mediums.
35
+ 1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/filemanager?utm_source=npm&utm_campaign=filemanager)
36
+ 2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/filemanager?utm_source=npm&utm_campaign=filemanager)
37
+ 3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/filemanager?utm_source=npm&utm_campaign=filemanager)
38
+ 4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/file-manager)
39
+ 5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/file-manager)
40
+ 6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/js-file-manager)
61
41
 
62
- * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
63
- * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm)
64
- * [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new)
65
- * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-filemanager-npm)
66
- * Live chat
42
+ ## Key Features
67
43
 
68
- ## Changelog
44
+ * File Manager
45
+
46
+ * **Different Views** - Provides detailed and large icon views.
47
+ * **Context menu support** - Provides detailed and large icon views.
48
+ * **Custom toolbar support** - Customize the toolbar to provide only necessary features.
49
+ * **Multiple file selection** - Select multiple files simultaneously.
50
+ * **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
51
+ * **Localization** - Translate file names to any supported language.
69
52
 
70
- Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
53
+ ## Support
54
+
55
+ Product support is available for through following mediums.
71
56
 
72
- ## License and copyright
57
+ * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=filemanager) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=filemanager).
58
+ * New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new).
59
+ * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=filemanager) with tag `syncfusion` and `ej2`.
73
60
 
74
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
61
+ ## License
75
62
 
76
- > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
63
+ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=filemanager).
64
+
65
+ ## Changelog
77
66
 
78
- See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
67
+ Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager)
79
68
 
80
- &copy; Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
69
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.