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

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 (85) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/file-manager/filemanager-all.module.mjs +47 -0
  3. package/esm2020/src/file-manager/filemanager.component.mjs +108 -0
  4. package/esm2020/src/file-manager/filemanager.module.mjs +25 -0
  5. package/esm2020/src/index.mjs +5 -0
  6. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +181 -0
  8. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +181 -0
  10. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/file-manager/filemanager-all.module.d.ts +6 -0
  13. package/src/file-manager/filemanager.component.d.ts +3 -0
  14. package/src/file-manager/filemanager.module.d.ts +6 -0
  15. package/styles/file-manager/_all.scss +2 -0
  16. package/styles/file-manager/_bootstrap-dark-definition.scss +242 -0
  17. package/styles/file-manager/_bootstrap-definition.scss +243 -0
  18. package/styles/file-manager/_bootstrap4-definition.scss +244 -0
  19. package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -0
  20. package/styles/file-manager/_bootstrap5-definition.scss +239 -0
  21. package/styles/file-manager/_fabric-dark-definition.scss +240 -0
  22. package/styles/file-manager/_fabric-definition.scss +242 -0
  23. package/styles/file-manager/_fluent-dark-definition.scss +1 -0
  24. package/styles/file-manager/_fluent-definition.scss +247 -0
  25. package/styles/file-manager/_fusionnew-definition.scss +239 -0
  26. package/styles/file-manager/_highcontrast-definition.scss +242 -0
  27. package/styles/file-manager/_highcontrast-light-definition.scss +242 -0
  28. package/styles/file-manager/_layout.scss +1993 -0
  29. package/styles/file-manager/_material-dark-definition.scss +242 -0
  30. package/styles/file-manager/_material-definition.scss +242 -0
  31. package/styles/file-manager/_material3-dark-definition.scss +1 -0
  32. package/styles/file-manager/_material3-definition.scss +259 -0
  33. package/styles/file-manager/_tailwind-dark-definition.scss +1 -0
  34. package/styles/file-manager/_tailwind-definition.scss +234 -0
  35. package/styles/file-manager/_theme.scss +431 -0
  36. package/styles/file-manager/bootstrap-dark.scss +16 -1
  37. package/styles/file-manager/bootstrap.scss +16 -1
  38. package/styles/file-manager/bootstrap4.scss +16 -1
  39. package/styles/file-manager/bootstrap5-dark.scss +16 -1
  40. package/styles/file-manager/bootstrap5.scss +16 -1
  41. package/styles/file-manager/fabric-dark.scss +16 -1
  42. package/styles/file-manager/fabric.scss +16 -1
  43. package/styles/file-manager/fluent-dark.scss +16 -1
  44. package/styles/file-manager/fluent.scss +16 -1
  45. package/styles/file-manager/highcontrast-light.scss +16 -1
  46. package/styles/file-manager/highcontrast.scss +16 -1
  47. package/styles/file-manager/icons/_bootstrap-dark.scss +235 -0
  48. package/styles/file-manager/icons/_bootstrap.scss +235 -0
  49. package/styles/file-manager/icons/_bootstrap4.scss +235 -0
  50. package/styles/file-manager/icons/_bootstrap5-dark.scss +1 -0
  51. package/styles/file-manager/icons/_bootstrap5.scss +235 -0
  52. package/styles/file-manager/icons/_fabric-dark.scss +229 -0
  53. package/styles/file-manager/icons/_fabric.scss +229 -0
  54. package/styles/file-manager/icons/_fluent-dark.scss +1 -0
  55. package/styles/file-manager/icons/_fluent.scss +235 -0
  56. package/styles/file-manager/icons/_fusionnew.scss +235 -0
  57. package/styles/file-manager/icons/_highcontrast-light.scss +235 -0
  58. package/styles/file-manager/icons/_highcontrast.scss +229 -0
  59. package/styles/file-manager/icons/_material-dark.scss +235 -0
  60. package/styles/file-manager/icons/_material.scss +235 -0
  61. package/styles/file-manager/icons/_material3-dark.scss +1 -0
  62. package/styles/file-manager/icons/_material3.scss +235 -0
  63. package/styles/file-manager/icons/_tailwind-dark.scss +1 -0
  64. package/styles/file-manager/icons/_tailwind.scss +235 -0
  65. package/styles/file-manager/material-dark.scss +16 -1
  66. package/styles/file-manager/material.scss +16 -1
  67. package/styles/file-manager/material3-dark.scss +16 -1
  68. package/styles/file-manager/material3.scss +16 -1
  69. package/styles/file-manager/tailwind-dark.scss +16 -1
  70. package/styles/file-manager/tailwind.scss +16 -1
  71. package/styles/material3-dark.scss +1 -0
  72. package/styles/material3.scss +1 -0
  73. package/syncfusion-ej2-angular-filemanager.d.ts +5 -0
  74. package/@syncfusion/ej2-angular-filemanager.es5.js +0 -225
  75. package/@syncfusion/ej2-angular-filemanager.es5.js.map +0 -1
  76. package/@syncfusion/ej2-angular-filemanager.js +0 -206
  77. package/@syncfusion/ej2-angular-filemanager.js.map +0 -1
  78. package/CHANGELOG.md +0 -487
  79. package/dist/ej2-angular-filemanager.umd.js +0 -445
  80. package/dist/ej2-angular-filemanager.umd.js.map +0 -1
  81. package/dist/ej2-angular-filemanager.umd.min.js +0 -11
  82. package/dist/ej2-angular-filemanager.umd.min.js.map +0 -1
  83. package/ej2-angular-filemanager.d.ts +0 -5
  84. package/ej2-angular-filemanager.metadata.json +0 -1
  85. package/postinstall/tagchange.js +0 -18
@@ -1,225 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
13
- import { BreadCrumbBar, ContextMenu, DetailsView, FileManager, LargeIconsView, NavigationPane, Toolbar, Virtualization } from '@syncfusion/ej2-filemanager';
14
- import { CommonModule } from '@angular/common';
15
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
- r = Reflect.decorate(decorators, target, key, desc);
19
- else
20
- for (var i = decorators.length - 1; i >= 0; i--)
21
- if (d = decorators[i])
22
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
- return c > 3 && r && Object.defineProperty(target, key, r), r;
24
- };
25
- var __metadata = (this && this.__metadata) || function (k, v) {
26
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
- return Reflect.metadata(k, v);
28
- };
29
- var inputs = ['ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showItemCheckBoxes', 'showThumbnail', 'sortBy', 'sortOrder', 'toolbarSettings', 'uploadSettings', 'view', 'width'];
30
- var outputs = ['beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
31
- var twoWays = [''];
32
- /**
33
- * Represents the Essential JS 2 Angular FileManager Component.
34
- * ```html
35
- * <ejs-filemanager showThumbnail='false'></ejs-filemanager>
36
- * ```
37
- */
38
- var FileManagerComponent = /** @class */ (function (_super) {
39
- __extends(FileManagerComponent, _super);
40
- /**
41
- * @param {?} ngEle
42
- * @param {?} srenderer
43
- * @param {?} viewContainerRef
44
- * @param {?} injector
45
- */
46
- function FileManagerComponent(ngEle, srenderer, viewContainerRef, injector) {
47
- var _this = _super.call(this) || this;
48
- _this.ngEle = ngEle;
49
- _this.srenderer = srenderer;
50
- _this.viewContainerRef = viewContainerRef;
51
- _this.injector = injector;
52
- _this.element = _this.ngEle.nativeElement;
53
- _this.injectedModules = _this.injectedModules || [];
54
- try {
55
- var mod = _this.injector.get('FileManagerDetailsView');
56
- if (_this.injectedModules.indexOf(mod) === -1) {
57
- _this.injectedModules.push(mod);
58
- }
59
- }
60
- catch (_a) { }
61
- try {
62
- var mod = _this.injector.get('FileManagerNavigationPane');
63
- if (_this.injectedModules.indexOf(mod) === -1) {
64
- _this.injectedModules.push(mod);
65
- }
66
- }
67
- catch (_b) { }
68
- try {
69
- var mod = _this.injector.get('FileManagerLargeIconsView');
70
- if (_this.injectedModules.indexOf(mod) === -1) {
71
- _this.injectedModules.push(mod);
72
- }
73
- }
74
- catch (_c) { }
75
- try {
76
- var mod = _this.injector.get('FileManagerToolbar');
77
- if (_this.injectedModules.indexOf(mod) === -1) {
78
- _this.injectedModules.push(mod);
79
- }
80
- }
81
- catch (_d) { }
82
- try {
83
- var mod = _this.injector.get('FileManagerContextMenu');
84
- if (_this.injectedModules.indexOf(mod) === -1) {
85
- _this.injectedModules.push(mod);
86
- }
87
- }
88
- catch (_e) { }
89
- try {
90
- var mod = _this.injector.get('FileManagerBreadCrumbBar');
91
- if (_this.injectedModules.indexOf(mod) === -1) {
92
- _this.injectedModules.push(mod);
93
- }
94
- }
95
- catch (_f) { }
96
- try {
97
- var mod = _this.injector.get('FileManagerVirtualization');
98
- if (_this.injectedModules.indexOf(mod) === -1) {
99
- _this.injectedModules.push(mod);
100
- }
101
- }
102
- catch (_g) { }
103
- _this.registerEvents(outputs);
104
- _this.addTwoWay.call(_this, twoWays);
105
- setValue('currentInstance', _this, _this.viewContainerRef);
106
- _this.context = new ComponentBase();
107
- return _this;
108
- }
109
- /**
110
- * @return {?}
111
- */
112
- FileManagerComponent.prototype.ngOnInit = function () {
113
- this.context.ngOnInit(this);
114
- };
115
- /**
116
- * @return {?}
117
- */
118
- FileManagerComponent.prototype.ngAfterViewInit = function () {
119
- this.context.ngAfterViewInit(this);
120
- };
121
- /**
122
- * @return {?}
123
- */
124
- FileManagerComponent.prototype.ngOnDestroy = function () {
125
- this.context.ngOnDestroy(this);
126
- };
127
- /**
128
- * @return {?}
129
- */
130
- FileManagerComponent.prototype.ngAfterContentChecked = function () {
131
- this.context.ngAfterContentChecked(this);
132
- };
133
- return FileManagerComponent;
134
- }(FileManager));
135
- FileManagerComponent.decorators = [
136
- { type: Component, args: [{
137
- selector: 'ejs-filemanager',
138
- inputs: inputs,
139
- outputs: outputs,
140
- template: '',
141
- changeDetection: ChangeDetectionStrategy.OnPush,
142
- queries: {}
143
- },] },
144
- ];
145
- /**
146
- * @nocollapse
147
- */
148
- FileManagerComponent.ctorParameters = function () { return [
149
- { type: ElementRef, },
150
- { type: Renderer2, },
151
- { type: ViewContainerRef, },
152
- { type: Injector, },
153
- ]; };
154
- FileManagerComponent = __decorate([
155
- ComponentMixins([ComponentBase]),
156
- __metadata("design:paramtypes", [ElementRef,
157
- Renderer2,
158
- ViewContainerRef,
159
- Injector])
160
- ], FileManagerComponent);
161
- /**
162
- * NgModule definition for the FileManager component.
163
- */
164
- var FileManagerModule = /** @class */ (function () {
165
- function FileManagerModule() {
166
- }
167
- return FileManagerModule;
168
- }());
169
- FileManagerModule.decorators = [
170
- { type: NgModule, args: [{
171
- imports: [CommonModule],
172
- declarations: [
173
- FileManagerComponent
174
- ],
175
- exports: [
176
- FileManagerComponent
177
- ]
178
- },] },
179
- ];
180
- /**
181
- * @nocollapse
182
- */
183
- FileManagerModule.ctorParameters = function () { return []; };
184
- var DetailsViewService = { provide: 'FileManagerDetailsView', useValue: DetailsView };
185
- var NavigationPaneService = { provide: 'FileManagerNavigationPane', useValue: NavigationPane };
186
- var LargeIconsViewService = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView };
187
- var ToolbarService = { provide: 'FileManagerToolbar', useValue: Toolbar };
188
- var ContextMenuService = { provide: 'FileManagerContextMenu', useValue: ContextMenu };
189
- var BreadCrumbBarService = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar };
190
- var VirtualizationService = { provide: 'FileManagerVirtualization', useValue: Virtualization };
191
- /**
192
- * NgModule definition for the FileManager component with providers.
193
- */
194
- var FileManagerAllModule = /** @class */ (function () {
195
- function FileManagerAllModule() {
196
- }
197
- return FileManagerAllModule;
198
- }());
199
- FileManagerAllModule.decorators = [
200
- { type: NgModule, args: [{
201
- imports: [CommonModule, FileManagerModule],
202
- exports: [
203
- FileManagerModule
204
- ],
205
- providers: [
206
- DetailsViewService,
207
- NavigationPaneService,
208
- LargeIconsViewService,
209
- ToolbarService,
210
- ContextMenuService,
211
- BreadCrumbBarService,
212
- VirtualizationService
213
- ]
214
- },] },
215
- ];
216
- /**
217
- * @nocollapse
218
- */
219
- FileManagerAllModule.ctorParameters = function () { return []; };
220
- /**
221
- * Generated bundle index. Do not edit.
222
- */
223
- export { FileManagerComponent, FileManagerModule, FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService, VirtualizationService, inputs as ɵa, outputs as ɵb };
224
- export { AjaxSettings, toolbarItems, ToolbarSettings, SearchSettings, columnArray, DetailsViewSettings, fileItems, folderItems, layoutItems, ContextMenuSettings, NavigationPaneSettings, UploadSettings, Column, TOOLBAR_ID, LAYOUT_ID, NAVIGATION_ID, TREE_ID, GRID_ID, LARGEICON_ID, DIALOG_ID, ALT_DIALOG_ID, IMG_DIALOG_ID, EXTN_DIALOG_ID, UPLOAD_DIALOG_ID, RETRY_DIALOG_ID, CONTEXT_MENU_ID, SORTBY_ID, VIEW_ID, SPLITTER_ID, CONTENT_ID, BREADCRUMBBAR_ID, UPLOAD_ID, RETRY_ID, SEARCH_ID, ROOT, CONTROL, CHECK_SELECT, ROOT_POPUP, MOBILE, MOB_POPUP, MULTI_SELECT, FILTER, LAYOUT, NAVIGATION, LAYOUT_CONTENT, LARGE_ICONS, TB_ITEM, LIST_ITEM, LIST_TEXT, LIST_PARENT, TB_OPTION_TICK, TB_OPTION_DOT, BLUR, ACTIVE, HOVER, FOCUS, FOCUSED, CHECK, FRAME, CB_WRAP, ROW, ROWCELL, EMPTY, EMPTY_CONTENT, EMPTY_INNER_CONTENT, CLONE, DROP_FOLDER, DROP_FILE, FOLDER, ICON_IMAGE, ICON_MUSIC, ICON_VIDEO, LARGE_ICON, LARGE_EMPTY_FOLDER, LARGE_EMPTY_FOLDER_TWO, LARGE_ICON_FOLDER, SELECTED_ITEMS, TEXT_CONTENT, GRID_HEADER, TEMPLATE_CELL, TREE_VIEW, MENU_ITEM, MENU_ICON, SUBMENU_ICON, GRID_VIEW, GRID_CONTENT, ICON_VIEW, ICON_OPEN, ICON_UPLOAD, ICON_CUT, ICON_COPY, ICON_PASTE, ICON_DELETE, ICON_RENAME, ICON_NEWFOLDER, ICON_DETAILS, ICON_SHORTBY, ICON_REFRESH, ICON_SELECTALL, ICON_DOWNLOAD, ICON_OPTIONS, ICON_GRID, ICON_LARGE, ICON_BREADCRUMB, ICON_CLEAR, ICON_DROP_IN, ICON_DROP_OUT, ICON_NO_DROP, ICONS, DETAILS_LABEL, ERROR_CONTENT, STATUS, BREADCRUMBS, RTL, DISPLAY_NONE, COLLAPSED, FULLROW, ICON_COLLAPSIBLE, SPLIT_BAR, HEADER_CHECK, OVERLAY, VALUE, isFile, modelChanged, initialEnd, finalizeEnd, createEnd, filterEnd, beforeDelete, pathDrag, deleteInit, deleteEnd, refreshEnd, resizeEnd, splitterResize, pathChanged, destroy, beforeRequest, upload, skipUpload, afterRequest, download, layoutRefresh, actionFailure, search, openInit, openEnd, selectionChanged, selectAllInit, clearAllInit, clearPathInit, layoutChange, sortByChange, nodeExpand, detailsInit, menuItemData, renameInit, renameEndParent, renameEnd, showPaste, hidePaste, selectedData, cutCopyInit, pasteInit, pasteEnd, cutEnd, hideLayout, updateTreeSelection, treeSelect, sortColumn, pathColumn, searchTextChange, beforeDownload, downloadInit, dropInit, dragEnd, dropPath, dragHelper, dragging, updateSelectionData, methodCall, permissionRead, permissionEdit, permissionEditContents, permissionCopy, permissionUpload, permissionDownload, FileManager, Toolbar, BreadCrumbBar, Virtualization, NavigationPane, DetailsView, LargeIconsView, createDialog, createExtDialog, createImageDialog, ContextMenu } from '@syncfusion/ej2-filemanager';
225
- //# sourceMappingURL=ej2-angular-filemanager.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-filemanager.es5.js","sources":["~/@syncfusion/ej2-angular-filemanager/ej2-angular-filemanager.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager-all.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {FileManagerComponent,FileManagerModule,FileManagerAllModule,DetailsViewService,NavigationPaneService,LargeIconsViewService,ToolbarService,ContextMenuService,BreadCrumbBarService,VirtualizationService,AjaxSettings,AjaxSettingsModel,toolbarItems,ToolbarSettings,ToolbarSettingsModel,FilterType,SearchSettings,SearchSettingsModel,DetailsViewSettingsModel,columnArray,DetailsViewSettings,fileItems,folderItems,layoutItems,ContextMenuSettings,ContextMenuSettingsModel,NavigationPaneSettingsModel,NavigationPaneSettings,UploadSettings,UploadSettingsModel,TextAlign,ClipMode,Column,ColumnModel,TOOLBAR_ID,LAYOUT_ID,NAVIGATION_ID,TREE_ID,GRID_ID,LARGEICON_ID,DIALOG_ID,ALT_DIALOG_ID,IMG_DIALOG_ID,EXTN_DIALOG_ID,UPLOAD_DIALOG_ID,RETRY_DIALOG_ID,CONTEXT_MENU_ID,SORTBY_ID,VIEW_ID,SPLITTER_ID,CONTENT_ID,BREADCRUMBBAR_ID,UPLOAD_ID,RETRY_ID,SEARCH_ID,ROOT,CONTROL,CHECK_SELECT,ROOT_POPUP,MOBILE,MOB_POPUP,MULTI_SELECT,FILTER,LAYOUT,NAVIGATION,LAYOUT_CONTENT,LARGE_ICONS,TB_ITEM,LIST_ITEM,LIST_TEXT,LIST_PARENT,TB_OPTION_TICK,TB_OPTION_DOT,BLUR,ACTIVE,HOVER,FOCUS,FOCUSED,CHECK,FRAME,CB_WRAP,ROW,ROWCELL,EMPTY,EMPTY_CONTENT,EMPTY_INNER_CONTENT,CLONE,DROP_FOLDER,DROP_FILE,FOLDER,ICON_IMAGE,ICON_MUSIC,ICON_VIDEO,LARGE_ICON,LARGE_EMPTY_FOLDER,LARGE_EMPTY_FOLDER_TWO,LARGE_ICON_FOLDER,SELECTED_ITEMS,TEXT_CONTENT,GRID_HEADER,TEMPLATE_CELL,TREE_VIEW,MENU_ITEM,MENU_ICON,SUBMENU_ICON,GRID_VIEW,GRID_CONTENT,ICON_VIEW,ICON_OPEN,ICON_UPLOAD,ICON_CUT,ICON_COPY,ICON_PASTE,ICON_DELETE,ICON_RENAME,ICON_NEWFOLDER,ICON_DETAILS,ICON_SHORTBY,ICON_REFRESH,ICON_SELECTALL,ICON_DOWNLOAD,ICON_OPTIONS,ICON_GRID,ICON_LARGE,ICON_BREADCRUMB,ICON_CLEAR,ICON_DROP_IN,ICON_DROP_OUT,ICON_NO_DROP,ICONS,DETAILS_LABEL,ERROR_CONTENT,STATUS,BREADCRUMBS,RTL,DISPLAY_NONE,COLLAPSED,FULLROW,ICON_COLLAPSIBLE,SPLIT_BAR,HEADER_CHECK,OVERLAY,VALUE,isFile,modelChanged,initialEnd,finalizeEnd,createEnd,filterEnd,beforeDelete,pathDrag,deleteInit,deleteEnd,refreshEnd,resizeEnd,splitterResize,pathChanged,destroy,beforeRequest,upload,skipUpload,afterRequest,download,layoutRefresh,actionFailure,search,openInit,openEnd,selectionChanged,selectAllInit,clearAllInit,clearPathInit,layoutChange,sortByChange,nodeExpand,detailsInit,menuItemData,renameInit,renameEndParent,renameEnd,showPaste,hidePaste,selectedData,cutCopyInit,pasteInit,pasteEnd,cutEnd,hideLayout,updateTreeSelection,treeSelect,sortColumn,pathColumn,searchTextChange,beforeDownload,downloadInit,dropInit,dragEnd,dropPath,dragHelper,dragging,updateSelectionData,methodCall,permissionRead,permissionEdit,permissionEditContents,permissionCopy,permissionUpload,permissionDownload,FileManager,FileManagerModel,ViewType,SortOrder,ToolBarItems,MenuItems,IToolBarItems,NotifyArgs,ReadArgs,MouseArgs,UploadArgs,RetryArgs,ErrorArgs,DialogOptions,SearchArgs,FileDetails,DownloadArgs,FileDragEventArgs,BeforeSendEventArgs,BeforeDownloadEventArgs,BeforeImageLoadEventArgs,SuccessEventArgs,FailureEventArgs,FileLoadEventArgs,FileOpenEventArgs,PopupOpenCloseEventArgs,BeforePopupOpenCloseEventArgs,FileSelectEventArgs,FileSelectionEventArgs,ToolbarCreateEventArgs,ToolbarClickEventArgs,MenuClickEventArgs,MenuOpenEventArgs,UploadListCreateArgs,FileInfo,ValidationMessages,IFileManager,ITreeView,IContextMenu,Toolbar,BreadCrumbBar,Virtualization,NavigationPane,DetailsView,LargeIconsView,createDialog,createExtDialog,createImageDialog,ContextMenu} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/file-manager/filemanager.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileManagerComponent } from './filemanager.component';\nimport { FileManagerModule } from './filemanager.module';\nimport {DetailsView, NavigationPane, LargeIconsView, Toolbar, ContextMenu, BreadCrumbBar, Virtualization} from '@syncfusion/ej2-filemanager';\n\n\nexport const /** @type {?} */ DetailsViewService: ValueProvider = { provide: 'FileManagerDetailsView', useValue: DetailsView};\nexport const /** @type {?} */ NavigationPaneService: ValueProvider = { provide: 'FileManagerNavigationPane', useValue: NavigationPane};\nexport const /** @type {?} */ LargeIconsViewService: ValueProvider = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'FileManagerToolbar', useValue: Toolbar};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'FileManagerContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ BreadCrumbBarService: ValueProvider = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar};\nexport const /** @type {?} */ VirtualizationService: ValueProvider = { provide: 'FileManagerVirtualization', useValue: Virtualization};\n/**\n * NgModule definition for the FileManager component with providers.\n */\nexport class FileManagerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, FileManagerModule],\n exports: [\n FileManagerModule\n ],\n providers:[\n DetailsViewService,\n NavigationPaneService,\n LargeIconsViewService,\n ToolbarService,\n ContextMenuService,\n BreadCrumbBarService,\n VirtualizationService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction FileManagerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileManagerComponent } from './filemanager.component';\n/**\n * NgModule definition for the FileManager component.\n */\nexport class FileManagerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n FileManagerComponent\n ],\n exports: [\n FileManagerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction FileManagerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { FileManager } from '@syncfusion/ej2-filemanager';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['ajaxSettings','allowDragAndDrop','allowMultiSelection','contextMenuSettings','cssClass','detailsViewSettings','enableHtmlSanitizer','enablePersistence','enableRtl','enableVirtualization','height','locale','navigationPaneSettings','path','popupTarget','rootAliasName','searchSettings','selectedItems','showFileExtension','showHiddenItems','showItemCheckBoxes','showThumbnail','sortBy','sortOrder','toolbarSettings','uploadSettings','view','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeDownload','beforeImageLoad','beforePopupClose','beforePopupOpen','beforeSend','created','destroyed','failure','fileDragStart','fileDragStop','fileDragging','fileDropped','fileLoad','fileOpen','fileSelect','fileSelection','menuClick','menuOpen','popupClose','popupOpen','success','toolbarClick','toolbarCreate','uploadListCreate'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular FileManager Component.\n * ```html\n * <ejs-filemanager showThumbnail='false'></ejs-filemanager>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class FileManagerComponent extends FileManager implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeDownload: any;\n\tbeforeImageLoad: any;\n\tbeforePopupClose: any;\n\tbeforePopupOpen: any;\n\tbeforeSend: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfailure: any;\n\tfileDragStart: any;\n\tfileDragStop: any;\n\tfileDragging: any;\n\tfileDropped: any;\n\tfileLoad: any;\n\tfileOpen: any;\n\tfileSelect: any;\n\tfileSelection: any;\n\tmenuClick: any;\n\tmenuOpen: any;\n\tpopupClose: any;\n\tpopupOpen: any;\n\tsuccess: any;\n\ttoolbarClick: any;\n\ttoolbarCreate: any;\npublic uploadListCreate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('FileManagerDetailsView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerNavigationPane');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerLargeIconsView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerBreadCrumbBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerVirtualization');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-filemanager',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction FileManagerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerComponent.ctorParameters;\n/** @type {?} */\nFileManagerComponent.prototype.context;\n/** @type {?} */\nFileManagerComponent.prototype.tagObjects;\n/** @type {?} */\nFileManagerComponent.prototype.beforeDownload;\n/** @type {?} */\nFileManagerComponent.prototype.beforeImageLoad;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupClose;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.beforeSend;\n/** @type {?} */\nFileManagerComponent.prototype.created;\n/** @type {?} */\nFileManagerComponent.prototype.destroyed;\n/** @type {?} */\nFileManagerComponent.prototype.failure;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragStart;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragStop;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragging;\n/** @type {?} */\nFileManagerComponent.prototype.fileDropped;\n/** @type {?} */\nFileManagerComponent.prototype.fileLoad;\n/** @type {?} */\nFileManagerComponent.prototype.fileOpen;\n/** @type {?} */\nFileManagerComponent.prototype.fileSelect;\n/** @type {?} */\nFileManagerComponent.prototype.fileSelection;\n/** @type {?} */\nFileManagerComponent.prototype.menuClick;\n/** @type {?} */\nFileManagerComponent.prototype.menuOpen;\n/** @type {?} */\nFileManagerComponent.prototype.popupClose;\n/** @type {?} */\nFileManagerComponent.prototype.popupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.success;\n/** @type {?} */\nFileManagerComponent.prototype.toolbarClick;\n/** @type {?} */\nFileManagerComponent.prototype.toolbarCreate;\n/** @type {?} */\nFileManagerComponent.prototype.uploadListCreate;\n/** @type {?} */\nFileManagerComponent.prototype.registerEvents;\n/** @type {?} */\nFileManagerComponent.prototype.addTwoWay;\n/** @type {?} */\nFileManagerComponent.prototype.ngEle;\n/** @type {?} */\nFileManagerComponent.prototype.srenderer;\n/** @type {?} */\nFileManagerComponent.prototype.viewContainerRef;\n/** @type {?} */\nFileManagerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":"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"}
@@ -1,206 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
3
- import { BreadCrumbBar, ContextMenu, DetailsView, FileManager, LargeIconsView, NavigationPane, Toolbar, Virtualization } from '@syncfusion/ej2-filemanager';
4
- import { CommonModule } from '@angular/common';
5
-
6
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
7
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
8
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
9
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
10
- return c > 3 && r && Object.defineProperty(target, key, r), r;
11
- };
12
- var __metadata = (this && this.__metadata) || function (k, v) {
13
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
14
- };
15
- const inputs = ['ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showItemCheckBoxes', 'showThumbnail', 'sortBy', 'sortOrder', 'toolbarSettings', 'uploadSettings', 'view', 'width'];
16
- const outputs = ['beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
17
- const twoWays = [''];
18
- /**
19
- * Represents the Essential JS 2 Angular FileManager Component.
20
- * ```html
21
- * <ejs-filemanager showThumbnail='false'></ejs-filemanager>
22
- * ```
23
- */
24
- let FileManagerComponent = class FileManagerComponent extends FileManager {
25
- /**
26
- * @param {?} ngEle
27
- * @param {?} srenderer
28
- * @param {?} viewContainerRef
29
- * @param {?} injector
30
- */
31
- constructor(ngEle, srenderer, viewContainerRef, injector) {
32
- super();
33
- this.ngEle = ngEle;
34
- this.srenderer = srenderer;
35
- this.viewContainerRef = viewContainerRef;
36
- this.injector = injector;
37
- this.element = this.ngEle.nativeElement;
38
- this.injectedModules = this.injectedModules || [];
39
- try {
40
- let mod = this.injector.get('FileManagerDetailsView');
41
- if (this.injectedModules.indexOf(mod) === -1) {
42
- this.injectedModules.push(mod);
43
- }
44
- }
45
- catch (_a) { }
46
- try {
47
- let mod = this.injector.get('FileManagerNavigationPane');
48
- if (this.injectedModules.indexOf(mod) === -1) {
49
- this.injectedModules.push(mod);
50
- }
51
- }
52
- catch (_b) { }
53
- try {
54
- let mod = this.injector.get('FileManagerLargeIconsView');
55
- if (this.injectedModules.indexOf(mod) === -1) {
56
- this.injectedModules.push(mod);
57
- }
58
- }
59
- catch (_c) { }
60
- try {
61
- let mod = this.injector.get('FileManagerToolbar');
62
- if (this.injectedModules.indexOf(mod) === -1) {
63
- this.injectedModules.push(mod);
64
- }
65
- }
66
- catch (_d) { }
67
- try {
68
- let mod = this.injector.get('FileManagerContextMenu');
69
- if (this.injectedModules.indexOf(mod) === -1) {
70
- this.injectedModules.push(mod);
71
- }
72
- }
73
- catch (_e) { }
74
- try {
75
- let mod = this.injector.get('FileManagerBreadCrumbBar');
76
- if (this.injectedModules.indexOf(mod) === -1) {
77
- this.injectedModules.push(mod);
78
- }
79
- }
80
- catch (_f) { }
81
- try {
82
- let mod = this.injector.get('FileManagerVirtualization');
83
- if (this.injectedModules.indexOf(mod) === -1) {
84
- this.injectedModules.push(mod);
85
- }
86
- }
87
- catch (_g) { }
88
- this.registerEvents(outputs);
89
- this.addTwoWay.call(this, twoWays);
90
- setValue('currentInstance', this, this.viewContainerRef);
91
- this.context = new ComponentBase();
92
- }
93
- /**
94
- * @return {?}
95
- */
96
- ngOnInit() {
97
- this.context.ngOnInit(this);
98
- }
99
- /**
100
- * @return {?}
101
- */
102
- ngAfterViewInit() {
103
- this.context.ngAfterViewInit(this);
104
- }
105
- /**
106
- * @return {?}
107
- */
108
- ngOnDestroy() {
109
- this.context.ngOnDestroy(this);
110
- }
111
- /**
112
- * @return {?}
113
- */
114
- ngAfterContentChecked() {
115
- this.context.ngAfterContentChecked(this);
116
- }
117
- };
118
- FileManagerComponent.decorators = [
119
- { type: Component, args: [{
120
- selector: 'ejs-filemanager',
121
- inputs: inputs,
122
- outputs: outputs,
123
- template: '',
124
- changeDetection: ChangeDetectionStrategy.OnPush,
125
- queries: {}
126
- },] },
127
- ];
128
- /**
129
- * @nocollapse
130
- */
131
- FileManagerComponent.ctorParameters = () => [
132
- { type: ElementRef, },
133
- { type: Renderer2, },
134
- { type: ViewContainerRef, },
135
- { type: Injector, },
136
- ];
137
- FileManagerComponent = __decorate([
138
- ComponentMixins([ComponentBase]),
139
- __metadata("design:paramtypes", [ElementRef,
140
- Renderer2,
141
- ViewContainerRef,
142
- Injector])
143
- ], FileManagerComponent);
144
-
145
- /**
146
- * NgModule definition for the FileManager component.
147
- */
148
- class FileManagerModule {
149
- }
150
- FileManagerModule.decorators = [
151
- { type: NgModule, args: [{
152
- imports: [CommonModule],
153
- declarations: [
154
- FileManagerComponent
155
- ],
156
- exports: [
157
- FileManagerComponent
158
- ]
159
- },] },
160
- ];
161
- /**
162
- * @nocollapse
163
- */
164
- FileManagerModule.ctorParameters = () => [];
165
-
166
- const DetailsViewService = { provide: 'FileManagerDetailsView', useValue: DetailsView };
167
- const NavigationPaneService = { provide: 'FileManagerNavigationPane', useValue: NavigationPane };
168
- const LargeIconsViewService = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView };
169
- const ToolbarService = { provide: 'FileManagerToolbar', useValue: Toolbar };
170
- const ContextMenuService = { provide: 'FileManagerContextMenu', useValue: ContextMenu };
171
- const BreadCrumbBarService = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar };
172
- const VirtualizationService = { provide: 'FileManagerVirtualization', useValue: Virtualization };
173
- /**
174
- * NgModule definition for the FileManager component with providers.
175
- */
176
- class FileManagerAllModule {
177
- }
178
- FileManagerAllModule.decorators = [
179
- { type: NgModule, args: [{
180
- imports: [CommonModule, FileManagerModule],
181
- exports: [
182
- FileManagerModule
183
- ],
184
- providers: [
185
- DetailsViewService,
186
- NavigationPaneService,
187
- LargeIconsViewService,
188
- ToolbarService,
189
- ContextMenuService,
190
- BreadCrumbBarService,
191
- VirtualizationService
192
- ]
193
- },] },
194
- ];
195
- /**
196
- * @nocollapse
197
- */
198
- FileManagerAllModule.ctorParameters = () => [];
199
-
200
- /**
201
- * Generated bundle index. Do not edit.
202
- */
203
-
204
- export { FileManagerComponent, FileManagerModule, FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService, VirtualizationService, inputs as ɵa, outputs as ɵb };
205
- export { AjaxSettings, toolbarItems, ToolbarSettings, SearchSettings, columnArray, DetailsViewSettings, fileItems, folderItems, layoutItems, ContextMenuSettings, NavigationPaneSettings, UploadSettings, Column, TOOLBAR_ID, LAYOUT_ID, NAVIGATION_ID, TREE_ID, GRID_ID, LARGEICON_ID, DIALOG_ID, ALT_DIALOG_ID, IMG_DIALOG_ID, EXTN_DIALOG_ID, UPLOAD_DIALOG_ID, RETRY_DIALOG_ID, CONTEXT_MENU_ID, SORTBY_ID, VIEW_ID, SPLITTER_ID, CONTENT_ID, BREADCRUMBBAR_ID, UPLOAD_ID, RETRY_ID, SEARCH_ID, ROOT, CONTROL, CHECK_SELECT, ROOT_POPUP, MOBILE, MOB_POPUP, MULTI_SELECT, FILTER, LAYOUT, NAVIGATION, LAYOUT_CONTENT, LARGE_ICONS, TB_ITEM, LIST_ITEM, LIST_TEXT, LIST_PARENT, TB_OPTION_TICK, TB_OPTION_DOT, BLUR, ACTIVE, HOVER, FOCUS, FOCUSED, CHECK, FRAME, CB_WRAP, ROW, ROWCELL, EMPTY, EMPTY_CONTENT, EMPTY_INNER_CONTENT, CLONE, DROP_FOLDER, DROP_FILE, FOLDER, ICON_IMAGE, ICON_MUSIC, ICON_VIDEO, LARGE_ICON, LARGE_EMPTY_FOLDER, LARGE_EMPTY_FOLDER_TWO, LARGE_ICON_FOLDER, SELECTED_ITEMS, TEXT_CONTENT, GRID_HEADER, TEMPLATE_CELL, TREE_VIEW, MENU_ITEM, MENU_ICON, SUBMENU_ICON, GRID_VIEW, GRID_CONTENT, ICON_VIEW, ICON_OPEN, ICON_UPLOAD, ICON_CUT, ICON_COPY, ICON_PASTE, ICON_DELETE, ICON_RENAME, ICON_NEWFOLDER, ICON_DETAILS, ICON_SHORTBY, ICON_REFRESH, ICON_SELECTALL, ICON_DOWNLOAD, ICON_OPTIONS, ICON_GRID, ICON_LARGE, ICON_BREADCRUMB, ICON_CLEAR, ICON_DROP_IN, ICON_DROP_OUT, ICON_NO_DROP, ICONS, DETAILS_LABEL, ERROR_CONTENT, STATUS, BREADCRUMBS, RTL, DISPLAY_NONE, COLLAPSED, FULLROW, ICON_COLLAPSIBLE, SPLIT_BAR, HEADER_CHECK, OVERLAY, VALUE, isFile, modelChanged, initialEnd, finalizeEnd, createEnd, filterEnd, beforeDelete, pathDrag, deleteInit, deleteEnd, refreshEnd, resizeEnd, splitterResize, pathChanged, destroy, beforeRequest, upload, skipUpload, afterRequest, download, layoutRefresh, actionFailure, search, openInit, openEnd, selectionChanged, selectAllInit, clearAllInit, clearPathInit, layoutChange, sortByChange, nodeExpand, detailsInit, menuItemData, renameInit, renameEndParent, renameEnd, showPaste, hidePaste, selectedData, cutCopyInit, pasteInit, pasteEnd, cutEnd, hideLayout, updateTreeSelection, treeSelect, sortColumn, pathColumn, searchTextChange, beforeDownload, downloadInit, dropInit, dragEnd, dropPath, dragHelper, dragging, updateSelectionData, methodCall, permissionRead, permissionEdit, permissionEditContents, permissionCopy, permissionUpload, permissionDownload, FileManager, Toolbar, BreadCrumbBar, Virtualization, NavigationPane, DetailsView, LargeIconsView, createDialog, createExtDialog, createImageDialog, ContextMenu } from '@syncfusion/ej2-filemanager';
206
- //# sourceMappingURL=ej2-angular-filemanager.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-filemanager.js","sources":["~/@syncfusion/ej2-angular-filemanager/ej2-angular-filemanager.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager-all.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {FileManagerComponent,FileManagerModule,FileManagerAllModule,DetailsViewService,NavigationPaneService,LargeIconsViewService,ToolbarService,ContextMenuService,BreadCrumbBarService,VirtualizationService,AjaxSettings,AjaxSettingsModel,toolbarItems,ToolbarSettings,ToolbarSettingsModel,FilterType,SearchSettings,SearchSettingsModel,DetailsViewSettingsModel,columnArray,DetailsViewSettings,fileItems,folderItems,layoutItems,ContextMenuSettings,ContextMenuSettingsModel,NavigationPaneSettingsModel,NavigationPaneSettings,UploadSettings,UploadSettingsModel,TextAlign,ClipMode,Column,ColumnModel,TOOLBAR_ID,LAYOUT_ID,NAVIGATION_ID,TREE_ID,GRID_ID,LARGEICON_ID,DIALOG_ID,ALT_DIALOG_ID,IMG_DIALOG_ID,EXTN_DIALOG_ID,UPLOAD_DIALOG_ID,RETRY_DIALOG_ID,CONTEXT_MENU_ID,SORTBY_ID,VIEW_ID,SPLITTER_ID,CONTENT_ID,BREADCRUMBBAR_ID,UPLOAD_ID,RETRY_ID,SEARCH_ID,ROOT,CONTROL,CHECK_SELECT,ROOT_POPUP,MOBILE,MOB_POPUP,MULTI_SELECT,FILTER,LAYOUT,NAVIGATION,LAYOUT_CONTENT,LARGE_ICONS,TB_ITEM,LIST_ITEM,LIST_TEXT,LIST_PARENT,TB_OPTION_TICK,TB_OPTION_DOT,BLUR,ACTIVE,HOVER,FOCUS,FOCUSED,CHECK,FRAME,CB_WRAP,ROW,ROWCELL,EMPTY,EMPTY_CONTENT,EMPTY_INNER_CONTENT,CLONE,DROP_FOLDER,DROP_FILE,FOLDER,ICON_IMAGE,ICON_MUSIC,ICON_VIDEO,LARGE_ICON,LARGE_EMPTY_FOLDER,LARGE_EMPTY_FOLDER_TWO,LARGE_ICON_FOLDER,SELECTED_ITEMS,TEXT_CONTENT,GRID_HEADER,TEMPLATE_CELL,TREE_VIEW,MENU_ITEM,MENU_ICON,SUBMENU_ICON,GRID_VIEW,GRID_CONTENT,ICON_VIEW,ICON_OPEN,ICON_UPLOAD,ICON_CUT,ICON_COPY,ICON_PASTE,ICON_DELETE,ICON_RENAME,ICON_NEWFOLDER,ICON_DETAILS,ICON_SHORTBY,ICON_REFRESH,ICON_SELECTALL,ICON_DOWNLOAD,ICON_OPTIONS,ICON_GRID,ICON_LARGE,ICON_BREADCRUMB,ICON_CLEAR,ICON_DROP_IN,ICON_DROP_OUT,ICON_NO_DROP,ICONS,DETAILS_LABEL,ERROR_CONTENT,STATUS,BREADCRUMBS,RTL,DISPLAY_NONE,COLLAPSED,FULLROW,ICON_COLLAPSIBLE,SPLIT_BAR,HEADER_CHECK,OVERLAY,VALUE,isFile,modelChanged,initialEnd,finalizeEnd,createEnd,filterEnd,beforeDelete,pathDrag,deleteInit,deleteEnd,refreshEnd,resizeEnd,splitterResize,pathChanged,destroy,beforeRequest,upload,skipUpload,afterRequest,download,layoutRefresh,actionFailure,search,openInit,openEnd,selectionChanged,selectAllInit,clearAllInit,clearPathInit,layoutChange,sortByChange,nodeExpand,detailsInit,menuItemData,renameInit,renameEndParent,renameEnd,showPaste,hidePaste,selectedData,cutCopyInit,pasteInit,pasteEnd,cutEnd,hideLayout,updateTreeSelection,treeSelect,sortColumn,pathColumn,searchTextChange,beforeDownload,downloadInit,dropInit,dragEnd,dropPath,dragHelper,dragging,updateSelectionData,methodCall,permissionRead,permissionEdit,permissionEditContents,permissionCopy,permissionUpload,permissionDownload,FileManager,FileManagerModel,ViewType,SortOrder,ToolBarItems,MenuItems,IToolBarItems,NotifyArgs,ReadArgs,MouseArgs,UploadArgs,RetryArgs,ErrorArgs,DialogOptions,SearchArgs,FileDetails,DownloadArgs,FileDragEventArgs,BeforeSendEventArgs,BeforeDownloadEventArgs,BeforeImageLoadEventArgs,SuccessEventArgs,FailureEventArgs,FileLoadEventArgs,FileOpenEventArgs,PopupOpenCloseEventArgs,BeforePopupOpenCloseEventArgs,FileSelectEventArgs,FileSelectionEventArgs,ToolbarCreateEventArgs,ToolbarClickEventArgs,MenuClickEventArgs,MenuOpenEventArgs,UploadListCreateArgs,FileInfo,ValidationMessages,IFileManager,ITreeView,IContextMenu,Toolbar,BreadCrumbBar,Virtualization,NavigationPane,DetailsView,LargeIconsView,createDialog,createExtDialog,createImageDialog,ContextMenu} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/file-manager/filemanager.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileManagerComponent } from './filemanager.component';\nimport { FileManagerModule } from './filemanager.module';\nimport {DetailsView, NavigationPane, LargeIconsView, Toolbar, ContextMenu, BreadCrumbBar, Virtualization} from '@syncfusion/ej2-filemanager';\n\n\nexport const /** @type {?} */ DetailsViewService: ValueProvider = { provide: 'FileManagerDetailsView', useValue: DetailsView};\nexport const /** @type {?} */ NavigationPaneService: ValueProvider = { provide: 'FileManagerNavigationPane', useValue: NavigationPane};\nexport const /** @type {?} */ LargeIconsViewService: ValueProvider = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'FileManagerToolbar', useValue: Toolbar};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'FileManagerContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ BreadCrumbBarService: ValueProvider = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar};\nexport const /** @type {?} */ VirtualizationService: ValueProvider = { provide: 'FileManagerVirtualization', useValue: Virtualization};\n/**\n * NgModule definition for the FileManager component with providers.\n */\nexport class FileManagerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, FileManagerModule],\n exports: [\n FileManagerModule\n ],\n providers:[\n DetailsViewService,\n NavigationPaneService,\n LargeIconsViewService,\n ToolbarService,\n ContextMenuService,\n BreadCrumbBarService,\n VirtualizationService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction FileManagerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileManagerComponent } from './filemanager.component';\n/**\n * NgModule definition for the FileManager component.\n */\nexport class FileManagerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n FileManagerComponent\n ],\n exports: [\n FileManagerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction FileManagerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { FileManager } from '@syncfusion/ej2-filemanager';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['ajaxSettings','allowDragAndDrop','allowMultiSelection','contextMenuSettings','cssClass','detailsViewSettings','enableHtmlSanitizer','enablePersistence','enableRtl','enableVirtualization','height','locale','navigationPaneSettings','path','popupTarget','rootAliasName','searchSettings','selectedItems','showFileExtension','showHiddenItems','showItemCheckBoxes','showThumbnail','sortBy','sortOrder','toolbarSettings','uploadSettings','view','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeDownload','beforeImageLoad','beforePopupClose','beforePopupOpen','beforeSend','created','destroyed','failure','fileDragStart','fileDragStop','fileDragging','fileDropped','fileLoad','fileOpen','fileSelect','fileSelection','menuClick','menuOpen','popupClose','popupOpen','success','toolbarClick','toolbarCreate','uploadListCreate'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular FileManager Component.\n * ```html\n * <ejs-filemanager showThumbnail='false'></ejs-filemanager>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class FileManagerComponent extends FileManager implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeDownload: any;\n\tbeforeImageLoad: any;\n\tbeforePopupClose: any;\n\tbeforePopupOpen: any;\n\tbeforeSend: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfailure: any;\n\tfileDragStart: any;\n\tfileDragStop: any;\n\tfileDragging: any;\n\tfileDropped: any;\n\tfileLoad: any;\n\tfileOpen: any;\n\tfileSelect: any;\n\tfileSelection: any;\n\tmenuClick: any;\n\tmenuOpen: any;\n\tpopupClose: any;\n\tpopupOpen: any;\n\tsuccess: any;\n\ttoolbarClick: any;\n\ttoolbarCreate: any;\npublic uploadListCreate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('FileManagerDetailsView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerNavigationPane');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerLargeIconsView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerBreadCrumbBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerVirtualization');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-filemanager',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction FileManagerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerComponent.ctorParameters;\n/** @type {?} */\nFileManagerComponent.prototype.context;\n/** @type {?} */\nFileManagerComponent.prototype.tagObjects;\n/** @type {?} */\nFileManagerComponent.prototype.beforeDownload;\n/** @type {?} */\nFileManagerComponent.prototype.beforeImageLoad;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupClose;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.beforeSend;\n/** @type {?} */\nFileManagerComponent.prototype.created;\n/** @type {?} */\nFileManagerComponent.prototype.destroyed;\n/** @type {?} */\nFileManagerComponent.prototype.failure;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragStart;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragStop;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragging;\n/** @type {?} */\nFileManagerComponent.prototype.fileDropped;\n/** @type {?} */\nFileManagerComponent.prototype.fileLoad;\n/** @type {?} */\nFileManagerComponent.prototype.fileOpen;\n/** @type {?} */\nFileManagerComponent.prototype.fileSelect;\n/** @type {?} */\nFileManagerComponent.prototype.fileSelection;\n/** @type {?} */\nFileManagerComponent.prototype.menuClick;\n/** @type {?} */\nFileManagerComponent.prototype.menuOpen;\n/** @type {?} */\nFileManagerComponent.prototype.popupClose;\n/** @type {?} */\nFileManagerComponent.prototype.popupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.success;\n/** @type {?} */\nFileManagerComponent.prototype.toolbarClick;\n/** @type {?} */\nFileManagerComponent.prototype.toolbarCreate;\n/** @type {?} */\nFileManagerComponent.prototype.uploadListCreate;\n/** @type {?} */\nFileManagerComponent.prototype.registerEvents;\n/** @type {?} */\nFileManagerComponent.prototype.addTwoWay;\n/** @type {?} */\nFileManagerComponent.prototype.ngEle;\n/** @type {?} */\nFileManagerComponent.prototype.srenderer;\n/** @type {?} */\nFileManagerComponent.prototype.viewContainerRef;\n/** @type {?} */\nFileManagerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":"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"}