@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
@@ -1,8 +1,7 @@
1
1
  import { Component, EmitType, L10n } from '@syncfusion/ej2-base';
2
2
  import { Dialog, ButtonPropsModel } from '@syncfusion/ej2-popups';
3
3
  import { FileManagerModel } from '../base/file-manager-model';
4
- import { ToolbarSettingsModel, AjaxSettingsModel, ToolbarItemModel } from '../models/index';
5
- import { DetailsViewSettingsModel } from '../models/details-view-settings-model';
4
+ import { ToolbarSettingsModel, AjaxSettingsModel } from '../models/index';
6
5
  import { TreeView, ContextMenu, MenuItemModel, ItemModel } from '@syncfusion/ej2-navigations';
7
6
  import { DetailsView } from '../layout/details-view';
8
7
  import { Toolbar } from '../actions/toolbar';
@@ -12,70 +11,22 @@ import { ContextMenuSettingsModel } from '../models/contextMenu-settings-model';
12
11
  import { LargeIconsView } from '../layout';
13
12
  import { NavigationPaneSettingsModel } from '../models/navigation-pane-settings-model';
14
13
  import { Uploader } from '@syncfusion/ej2-inputs';
15
- import { BreadCrumbBar, Virtualization } from '../actions';
14
+ import { BreadCrumbBar } from '../actions';
16
15
  import { PositionModel } from '@syncfusion/ej2-base/src/draggable-model';
17
- /**
18
- * ValueType is a type that can be a number, string, Date, or boolean.
19
- */
20
- export declare type ValueType = number | string | Date | boolean;
21
- /**
22
- * SortComparer is a function type that takes two ValueType arguments and returns a number.
23
- * The function is used for comparing two values for sorting purposes.
24
- */
25
- export declare type SortComparer = (x: ValueType, y: ValueType) => number;
26
16
  /**
27
17
  * Defines the view type of the FileManager.
28
- * ```props
29
- * LargeIcons :- Displays the files and folders as large icons.
30
- * Details :- Displays the files and folders in a list format.
31
- * ```
32
18
  */
33
19
  export declare type ViewType = 'LargeIcons' | 'Details';
34
20
  /**
35
21
  * Defines the files sorting order in FileManager.
36
- * ```props
37
- * Ascending :- Indicates that the folders and files are sorted in the descending order.
38
- * Descending :- Indicates that the folders and files are sorted in the ascending order.
39
- * None :- Indicates that the folders and files are not sorted.
40
- * ```
41
22
  */
42
23
  export declare type SortOrder = 'Ascending' | 'Descending' | 'None';
43
24
  /**
44
25
  * Defines the Toolbar items of the FileManager.
45
- * ```props
46
- * NewFolder :- Allows you to quickly create a new folder.
47
- * Upload :- Allows you to quickly and easily upload files from your local computer.
48
- * Cut :- Allows you to remove a file or folder from its current location and move it to a different location.
49
- * Copy :- Allows you to create a duplicate of a file or folder and place it in a different location.
50
- * Paste :- Allows you to place a previously cut or copied file or folder in a new location.
51
- * Delete :- Allows you to remove a file or folder permanently.
52
- * Download :- Allows you to quickly and easily download files to your local computer.
53
- * Rename :- Allows you to change the name of a file or folder.
54
- * SortBy :- Allows you to sort files and folder by different criteria such as name, date, size, etc.
55
- * Refresh :- Allows you to refresh the current folder's content, showing the changes made on the folder.
56
- * Selection :- Allows you to select one or more files or folders.
57
- * View :- Allows you to change the way files and folders are displayed.
58
- * Details :- Allows you to see additional information about the files and folders, such as the size and date modified.
59
- * ```
60
26
  */
61
27
  export declare type ToolBarItems = 'NewFolder' | 'Upload' | 'Cut' | 'Copy' | 'Paste' | 'Delete' | 'Download' | 'Rename' | 'SortBy' | 'Refresh' | 'Selection' | 'View' | 'Details';
62
28
  /**
63
- * ```props
64
- * NewFolder :- Allows you to quickly create a new folder
65
- * Upload :- Allows you to quickly and easily upload files from your local computer.
66
- * Cut :- Allows you to remove a file or folder from its current location and move it to a different location.
67
- * Copy :- Allows you to create a duplicate of a file or folder and place it in a different location.
68
- * Paste :- Allows you to place a previously cut or copied file or folder in a new location.
69
- * Delete :- Allows you to remove a file or folder permanently.
70
- * Download :- Allows you to quickly and easily download files to your local computer.
71
- * Rename :- Allows you to change the name of a file or folder.
72
- * SortBy :- Allows you to sort files and folder by different criteria such as name, date, size, etc.
73
- * Refresh :- Allows you to refresh the current folder's content, showing the changes made on the folder.
74
- * SelectAll :- Allows you to select all the files and folders in the current folder.
75
- * View :- Allows you to change the way files and folders are displayed.
76
- * Details :- Allows you to see additional information about the files and folders, such as the size and date modified.
77
- * Open :- Allows you to open the selected file or folder.
78
- * ```
29
+ * Defines the Context menu items for the FileManager.
79
30
  */
80
31
  export declare type MenuItems = 'NewFolder' | 'Upload' | 'Cut' | 'Copy' | 'Paste' | 'Delete' | 'Download' | 'Rename' | 'SortBy' | 'Refresh' | 'SelectAll' | 'View' | 'Details' | 'Open';
81
32
  /**
@@ -159,92 +110,6 @@ export interface FileDetails {
159
110
  multipleFiles: boolean;
160
111
  permission: Object;
161
112
  }
162
- /**
163
- * Interfaces for permission.
164
- */
165
- export interface Permission {
166
- /**
167
- * Specifies the access permission to read a file or folder.
168
- */
169
- read?: boolean;
170
- /**
171
- * Specifies the access permission to write a file or folder.
172
- */
173
- write?: boolean;
174
- /**
175
- * Specifies the access permission to download a file or folder.
176
- */
177
- download: boolean;
178
- /**
179
- * Specifies the access permission to write the content of folder.
180
- */
181
- writeContents?: boolean;
182
- /**
183
- * Specifies the access permission to upload a file or folder.
184
- */
185
- upload?: boolean;
186
- /**
187
- * Specifies the access permission message.
188
- */
189
- message?: string;
190
- /**
191
- * Specifies the access permission to copy a file or folder.
192
- */
193
- copy?: boolean;
194
- }
195
- /**
196
- * Interfaces for fileSystemData.
197
- */
198
- export interface FileData {
199
- /**
200
- * Specifies the modified data for current item.
201
- */
202
- dateModified?: Date;
203
- /**
204
- * Specifies the created data for current item.
205
- */
206
- dateCreated?: Date;
207
- /**
208
- * Specifies the filter path representing the traversal path of current item.
209
- */
210
- filterPath?: string;
211
- /**
212
- * Specifies whether the current folder has child.
213
- */
214
- hasChild?: boolean;
215
- /**
216
- * Specifies the current item id.
217
- */
218
- id?: number | string;
219
- /**
220
- * Specifies whether the item is a file or folder.
221
- */
222
- isFile?: boolean;
223
- /**
224
- * Specifies the item name.
225
- */
226
- name?: string;
227
- /**
228
- * Specifies the parent id for the item.
229
- */
230
- parentId?: number | string;
231
- /**
232
- * Specifies the item size.
233
- */
234
- size?: number;
235
- /**
236
- * Specifies the item type like ‘.png’, ‘.jpg’, etc.
237
- */
238
- type?: string;
239
- /**
240
- * Specifies the url of the image that must be loaded within File Manager.
241
- */
242
- imageUrl?: string;
243
- /**
244
- * Specifies the access control permission.
245
- */
246
- permission?: object;
247
- }
248
113
  /** @hidden */
249
114
  export interface DownloadArgs {
250
115
  files?: {
@@ -307,14 +172,6 @@ export interface BeforeDownloadEventArgs {
307
172
  * If you want to cancel this event then, set cancel to true. Otherwise, false.
308
173
  */
309
174
  cancel?: boolean;
310
- /**
311
- * Return the AJAX details, which are send to server.
312
- */
313
- ajaxSettings?: Object;
314
- /**
315
- * Specifies whether the download is performed through the form submit method or using an HTTP client instance.
316
- */
317
- useFormPost?: boolean;
318
175
  }
319
176
  /**
320
177
  * Interface for BeforeImageLoad event arguments.
@@ -329,135 +186,6 @@ export interface BeforeImageLoadEventArgs {
329
186
  */
330
187
  imageUrl?: string;
331
188
  }
332
- /**
333
- * Interface for folder create event arguments.
334
- */
335
- export interface FolderCreateEventArgs {
336
- /**
337
- * Defines whether to cancel the creation of new folder.
338
- */
339
- cancel?: boolean;
340
- /**
341
- * Defines the newly created folder name.
342
- */
343
- folderName?: string;
344
- /**
345
- * Returns the parent folder data where the new folder is created.
346
- */
347
- parentFolder?: {
348
- [key: string]: Object;
349
- }[];
350
- /**
351
- * Specifies the current folder path.
352
- */
353
- path?: string;
354
- }
355
- /**
356
- * Interface for deleting event arguments.
357
- */
358
- export interface DeleteEventArgs {
359
- /**
360
- * Defines whether to cancel the delete action of file or folder.
361
- */
362
- cancel?: boolean;
363
- /**
364
- * Returns the data of the deleted item.
365
- */
366
- itemData?: {
367
- [key: string]: Object;
368
- }[];
369
- /**
370
- * Specifies the current folder path.
371
- */
372
- path?: string;
373
- }
374
- /**
375
- * Interface for Rename event arguments.
376
- */
377
- export interface RenameEventArgs {
378
- /**
379
- * Defines whether to cancel the rename operation.
380
- */
381
- cancel?: boolean;
382
- /**
383
- * Return the new name to be set for the item.
384
- */
385
- newName?: string;
386
- /**
387
- * Returns the data of the renamed item.
388
- */
389
- itemData?: {
390
- [key: string]: Object;
391
- }[];
392
- /**
393
- * Specifies the current folder path.
394
- */
395
- path?: string;
396
- }
397
- /**
398
- * Interface for Move event arguments.
399
- */
400
- export interface MoveEventArgs {
401
- /**
402
- * Defines whether to cancel the moving of folder from current path.
403
- */
404
- cancel?: boolean;
405
- /**
406
- * Defines whether the current action is `copy`.
407
- */
408
- isCopy?: boolean;
409
- /**
410
- * Returns the data of the moved item.
411
- */
412
- itemData?: {
413
- [key: string]: Object;
414
- }[];
415
- /**
416
- * Specifies the current folder path.
417
- */
418
- path?: string;
419
- /**
420
- * Returns the data of the target folder to which the file or folder is to be pasted.
421
- */
422
- targetData?: {
423
- [key: string]: Object;
424
- };
425
- /**
426
- * Specifies the target folder path to which the item is pasted.
427
- */
428
- targetPath?: string;
429
- }
430
- /**
431
- * Interface for Search event arguments.
432
- */
433
- export interface SearchEventArgs {
434
- /**
435
- * Return the search results which matches the entered search character.
436
- */
437
- searchResults?: {
438
- [key: string]: Object;
439
- }[];
440
- /**
441
- * Specifies whether the default search action must be cancel.
442
- */
443
- cancel?: boolean;
444
- /**
445
- * Specifies the current folder path where the search action takes place.
446
- */
447
- path?: string;
448
- /**
449
- * Specifies the search text which is entered in the input element.
450
- */
451
- searchText?: string;
452
- /**
453
- * Specifies the searching of file or folder is case sensitive or not.
454
- */
455
- caseSensitive?: boolean;
456
- /**
457
- * Specifies whether the user has permission to view hidden items.
458
- */
459
- showHiddenItems?: boolean;
460
- }
461
189
  /**
462
190
  * Interface for Success event arguments.
463
191
  */
@@ -678,43 +406,6 @@ export interface MenuOpenEventArgs {
678
406
  */
679
407
  menuType?: string;
680
408
  }
681
- /**
682
- * Interface for MenuClose event arguments.
683
- */
684
- export interface MenuCloseEventArgs {
685
- /**
686
- * If you want to cancel this event then, set cancel to true. Otherwise, false.
687
- */
688
- cancel?: boolean;
689
- /**
690
- * Returns the current context menu element.
691
- */
692
- element?: HTMLElement;
693
- /**
694
- * Specifies the actual event.
695
- */
696
- event?: Event;
697
- /**
698
- * Returns whether the current context menu is focused or not.
699
- */
700
- isFocused?: boolean;
701
- /**
702
- * Returns the target folder/file item as an array of JSON object.
703
- */
704
- fileDetails?: Object[];
705
- /**
706
- * Returns the current context menu items as JSON object.
707
- */
708
- items?: MenuItemModel[];
709
- /**
710
- * Returns the parent context menu item as JSON object.
711
- */
712
- parentItem?: MenuItemModel;
713
- /**
714
- * Returns the current context menu type based on current target.
715
- */
716
- menuType?: string;
717
- }
718
409
  /**
719
410
  * Interface for UploadListCreate event arguments.
720
411
  */
@@ -801,12 +492,7 @@ export interface IFileManager extends Component<HTMLElement> {
801
492
  feParent: Object[];
802
493
  feFiles: Object[];
803
494
  ajaxSettings: AjaxSettingsModel;
804
- fileSystemData: {
805
- [key: string]: Object;
806
- }[];
807
495
  toolbarSettings: ToolbarSettingsModel;
808
- toolbarItems: ToolbarItemModel[];
809
- detailsViewSettings: DetailsViewSettingsModel;
810
496
  dialogObj: Dialog;
811
497
  viewerObj: Dialog;
812
498
  extDialogObj: Dialog;
@@ -825,7 +511,6 @@ export interface IFileManager extends Component<HTMLElement> {
825
511
  navigationpaneModule: ITreeView;
826
512
  largeiconsviewModule: LargeIconsView;
827
513
  breadcrumbbarModule: BreadCrumbBar;
828
- virtualizationModule: Virtualization;
829
514
  toolbarSelection: boolean;
830
515
  duplicateItems: string[];
831
516
  duplicateRecords: Object[];
@@ -848,19 +533,13 @@ export interface IFileManager extends Component<HTMLElement> {
848
533
  isBigger: boolean;
849
534
  isFile: boolean;
850
535
  allowMultiSelection: boolean;
851
- showItemCheckBoxes: boolean;
852
536
  selectedItems: string[];
853
537
  layoutSelectedItems: string[];
854
538
  sortOrder: SortOrder;
855
539
  sortBy: string;
856
- sortComparer: SortComparer | string;
857
540
  actionRecords: Object[];
858
541
  activeRecords: Object[];
859
542
  pasteNodes: string[];
860
- responseData: {
861
- [key: string]: Object;
862
- };
863
- existingFileCount: number;
864
543
  isCut: boolean;
865
544
  filterData: Object;
866
545
  isFiltered: boolean;
@@ -883,7 +562,6 @@ export interface IFileManager extends Component<HTMLElement> {
883
562
  folderPath: string;
884
563
  showFileExtension: boolean;
885
564
  enablePersistence: boolean;
886
- enableVirtualization: boolean;
887
565
  showHiddenItems: boolean;
888
566
  persistData: boolean;
889
567
  localeObj: L10n;
@@ -915,10 +593,6 @@ export interface IFileManager extends Component<HTMLElement> {
915
593
  destinationPath: string;
916
594
  enableHtmlSanitizer: boolean;
917
595
  refreshLayout(): void;
918
- traverseBackward(): void;
919
- isMac: boolean;
920
- oldView: string;
921
- oldPath: string;
922
596
  }
923
597
  /** @hidden */
924
598
  export interface ITreeView extends Component<HTMLElement> {
@@ -0,0 +1 @@
1
+
@@ -73,13 +73,6 @@ export declare function Delete(parent: IFileManager, items: string[], path: stri
73
73
  * @private
74
74
  */
75
75
  export declare function GetDetails(parent: IFileManager, names: string[], path: string, operation: string): void;
76
- /**
77
- * Checks whether fileSystemData is enabled.
78
- *
79
- * @param {IFileManager} parent - specifies the parent element.
80
- * @returns {boolean} - returns the boolean value.
81
- */
82
- export declare function isFileSystemData(parent: IFileManager): boolean;
83
76
  /**
84
77
  * Function for search in File Manager.
85
78
  *