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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
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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"}
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","~/@syncfusion/ej2-angular-filemanager/src/file-manager/toolbaritems.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {ToolbarItemDirective,ToolbarItemsDirective,FileManagerComponent,FileManagerModule,FileManagerAllModule,DetailsViewService,NavigationPaneService,LargeIconsViewService,ToolbarService,ContextMenuService,BreadCrumbBarService,VirtualizationService,AjaxSettings,AjaxSettingsModel,defaultToolbarItems,ToolbarSettings,ToolbarItem,ToolbarSettingsModel,ToolbarItemModel,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 { ToolbarItemDirective, ToolbarItemsDirective } from './toolbaritems.directive';\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 { ToolbarItemDirective, ToolbarItemsDirective } from './toolbaritems.directive';\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 ToolbarItemDirective,\n ToolbarItemsDirective\n ],\n exports: [\n FileManagerComponent,\n ToolbarItemDirective,\n ToolbarItemsDirective\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, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { FileManager } from '@syncfusion/ej2-filemanager';\n\nimport { ToolbarItemsDirective } from './toolbaritems.directive';\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','toolbarItems','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;\npublic childToolbarItems: QueryList<ToolbarItemsDirective>;\npublic tags: string[] = ['toolbarItems'];\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 this.tagObjects[0].instance = this.childToolbarItems;\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 childToolbarItems: new ContentChild(ToolbarItemsDirective)\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.childToolbarItems;\n/** @type {?} */\nFileManagerComponent.prototype.tags;\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","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'name', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {\npublic directivePropList: any;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemType\n */\npublic type: any;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar.\n * \\@default 'Left'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemAlign\n */\npublic align: any;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n */\npublic cssClass: any;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n */\npublic htmlAttributes: any;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n */\npublic id: any;\n/**\n * Specifies the unique name for each toolbar item rendered in File Manager. This name is used to map the toolbar items in the File Manager component.\n * \\@default null\n */\npublic name: any;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.OverflowOption\n */\npublic overflow: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n */\npublic prefixIcon: any;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n */\npublic showAlwaysInPopup: any;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.DisplayMode\n */\npublic showTextOn: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n */\npublic suffixIcon: any;\n/**\n * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n */\npublic tabIndex: any;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n */\npublic text: any;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n */\npublic tooltipText: any;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n */\npublic visible: any;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n */\npublic width: any;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-toolbaritems>e-toolbaritem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction ToolbarItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarItemDirective.ctorParameters;\n/** @type {?} */\nToolbarItemDirective.propDecorators;\n/** @type {?} */\nToolbarItemDirective.prototype.directivePropList;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemType\n * @type {?}\n */\nToolbarItemDirective.prototype.type;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar.\n * \\@default 'Left'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemAlign\n * @type {?}\n */\nToolbarItemDirective.prototype.align;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.cssClass;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n * @type {?}\n */\nToolbarItemDirective.prototype.disabled;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n * @type {?}\n */\nToolbarItemDirective.prototype.htmlAttributes;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.id;\n/**\n * Specifies the unique name for each toolbar item rendered in File Manager. This name is used to map the toolbar items in the File Manager component.\n * \\@default null\n * @type {?}\n */\nToolbarItemDirective.prototype.name;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.OverflowOption\n * @type {?}\n */\nToolbarItemDirective.prototype.overflow;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.prefixIcon;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n * @type {?}\n */\nToolbarItemDirective.prototype.showAlwaysInPopup;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.DisplayMode\n * @type {?}\n */\nToolbarItemDirective.prototype.showTextOn;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.suffixIcon;\n/**\n * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n * @type {?}\n */\nToolbarItemDirective.prototype.tabIndex;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.text;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.tooltipText;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n * @type {?}\n */\nToolbarItemDirective.prototype.visible;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n * @type {?}\n */\nToolbarItemDirective.prototype.width;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nToolbarItemDirective.prototype.template;\n/** @type {?} */\nToolbarItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * ToolbarItem Array Directive\n */\nexport class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {\nconstructor() {\n super('toolbaritems');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-filemanager>e-toolbaritems',\n queries: {\n children: new ContentChildren(ToolbarItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ToolbarItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs"],"mappings":"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"}
package/CHANGELOG.md CHANGED
@@ -2,88 +2,15 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### File Manager
6
-
7
- #### Bug fixes
8
-
9
- - `#I492168` - The Scrollbar repositioning issue when opening context menu in the File Manager component has been resolved.
10
-
11
- ## 22.2.10 (2023-08-22)
12
-
13
- ### File Manager
14
-
15
- #### Bug fixes
16
-
17
- - `#I492594` - The issue related to the console error that occurred when moving between folders after performing a search operation within the File Manager component has been resolved.
18
-
19
- ## 22.1.39 (2023-07-18)
20
-
21
- ### File Manager
22
-
23
- #### Bug fixes
24
-
25
- - `#I472742` - The exception that occurred when using the File Manager download button multiple times in the Amazon File Provider has been resolved.
26
-
27
- ## 22.1.38 (2023-07-11)
28
-
29
- ### File Manager
30
-
31
- #### Bug fixes
32
-
33
- - `#I473871` - The issue with renaming folders or files in the Navigation Pane of the File Manager component has been resolved.
34
-
35
- ## 22.1.34 (2023-06-21)
36
-
37
- ### File Manager
5
+ ### FileManager
38
6
 
39
7
  #### Features
40
8
 
41
- - Provided the `ShowItemCheckBoxes` property to control the visibility of checkboxes.
42
-
43
- ## 21.2.5 (2023-05-16)
44
-
45
- ### File Manager
46
-
47
- #### Bug fixes
48
-
49
- - `#I458668` - The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
50
- - `#I464322` - The issue with `fileOpen` event in the File Manager component has been resolved.
51
-
52
- ## 21.2.3 (2023-05-03)
53
-
54
- ### File Manager
55
-
56
- #### Bug fixes
57
-
58
- - `#I439193` - The data disappears in the DetailsView when dynamically setting columns in the File Manager component has been resolved.
59
- - `#I458884` - The issue with the `fileSelect` event in the File Manager component details view has been resolved.
60
-
61
- ## 21.1.41 (2023-04-18)
62
-
63
- ### File Manager
64
-
65
- #### Bug fixes
9
+ - `#FB44788` - Provided template support to customize toolbar items. In earlier versions, Toolbar item customization was limited to a predefined set of options. With this new feature, you can now define your own templates to completely customize the appearance and functionality of toolbar items.
66
10
 
67
- - `#I445512` - The issue with the `fileSelection` and `fileSelect` events argument in the File Manager component large icon view has been resolved.
68
-
69
- ## 21.1.37 (2023-03-29)
70
-
71
- ### File Manager
72
-
73
- #### Bug fixes
74
-
75
- - `#I442564` - The issue with `fileOpen` event in File Manager component has been resolved.
76
-
77
- ## 21.1.35 (2023-03-23)
78
-
79
- ### File Manager
80
-
81
- #### New Features
11
+ #### Bug Fixes
82
12
 
83
- - Provided the folder (directory) upload support for Physical File Provider.
84
- - Provided the folder (directory) upload support for Azure File Provider.
85
- - Provided the folder (directory) upload support for NodeJS File System Provider.
86
- - Provided the folder (directory) upload support for Amazon S3 File Provider.
13
+ - `#I493055` - The issue arising from the `expandOn` property set to `Click` in the Navigation Pane of the File Manager component has been resolved.
87
14
 
88
15
  ## 19.2.56 (2021-08-17)
89
16
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-filemanager.umd.js
3
- * version : 22.2.12
3
+ * version : 23.1.36
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -37,8 +37,82 @@ var __metadata = (this && this.__metadata) || function (k, v) {
37
37
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
38
38
  return Reflect.metadata(k, v);
39
39
  };
40
- 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'];
41
- 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'];
40
+ var input = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'name', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
41
+ var outputs = [];
42
+ var ToolbarItemDirective = /** @class */ (function (_super) {
43
+ __extends(ToolbarItemDirective, _super);
44
+ /**
45
+ * @param {?} viewContainerRef
46
+ */
47
+ function ToolbarItemDirective(viewContainerRef) {
48
+ var _this = _super.call(this) || this;
49
+ _this.viewContainerRef = viewContainerRef;
50
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
51
+ _this.registerEvents(outputs);
52
+ _this.directivePropList = input;
53
+ return _this;
54
+ }
55
+ return ToolbarItemDirective;
56
+ }(ej2AngularBase.ComplexBase));
57
+ ToolbarItemDirective.decorators = [
58
+ { type: core.Directive, args: [{
59
+ selector: 'e-toolbaritems>e-toolbaritem',
60
+ inputs: input,
61
+ outputs: outputs,
62
+ queries: {}
63
+ },] },
64
+ ];
65
+ /**
66
+ * @nocollapse
67
+ */
68
+ ToolbarItemDirective.ctorParameters = function () { return [
69
+ { type: core.ViewContainerRef, },
70
+ ]; };
71
+ ToolbarItemDirective.propDecorators = {
72
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
73
+ };
74
+ __decorate([
75
+ ej2AngularBase.Template(),
76
+ __metadata("design:type", Object)
77
+ ], ToolbarItemDirective.prototype, "template", void 0);
78
+ /**
79
+ * ToolbarItem Array Directive
80
+ */
81
+ var ToolbarItemsDirective = /** @class */ (function (_super) {
82
+ __extends(ToolbarItemsDirective, _super);
83
+ function ToolbarItemsDirective() {
84
+ return _super.call(this, 'toolbaritems') || this;
85
+ }
86
+ return ToolbarItemsDirective;
87
+ }(ej2AngularBase.ArrayBase));
88
+ ToolbarItemsDirective.decorators = [
89
+ { type: core.Directive, args: [{
90
+ selector: 'ejs-filemanager>e-toolbaritems',
91
+ queries: {
92
+ children: new core.ContentChildren(ToolbarItemDirective)
93
+ },
94
+ },] },
95
+ ];
96
+ /**
97
+ * @nocollapse
98
+ */
99
+ ToolbarItemsDirective.ctorParameters = function () { return []; };
100
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
101
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
102
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
103
+ r = Reflect.decorate(decorators, target, key, desc);
104
+ else
105
+ for (var i = decorators.length - 1; i >= 0; i--)
106
+ if (d = decorators[i])
107
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
108
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
109
+ };
110
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
111
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
112
+ return Reflect.metadata(k, v);
113
+ };
114
+ 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', 'toolbarItems', 'toolbarSettings', 'uploadSettings', 'view', 'width'];
115
+ var outputs$1 = ['beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
42
116
  var twoWays = [''];
43
117
  /**
44
118
  * Represents the Essential JS 2 Angular FileManager Component.
@@ -60,6 +134,7 @@ exports.FileManagerComponent = /** @class */ (function (_super) {
60
134
  _this.srenderer = srenderer;
61
135
  _this.viewContainerRef = viewContainerRef;
62
136
  _this.injector = injector;
137
+ _this.tags = ['toolbarItems'];
63
138
  _this.element = _this.ngEle.nativeElement;
64
139
  _this.injectedModules = _this.injectedModules || [];
65
140
  try {
@@ -111,7 +186,7 @@ exports.FileManagerComponent = /** @class */ (function (_super) {
111
186
  }
112
187
  }
113
188
  catch (_g) { }
114
- _this.registerEvents(outputs);
189
+ _this.registerEvents(outputs$1);
115
190
  _this.addTwoWay.call(_this, twoWays);
116
191
  ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
117
192
  _this.context = new ej2AngularBase.ComponentBase();
@@ -139,6 +214,7 @@ exports.FileManagerComponent = /** @class */ (function (_super) {
139
214
  * @return {?}
140
215
  */
141
216
  FileManagerComponent.prototype.ngAfterContentChecked = function () {
217
+ this.tagObjects[0].instance = this.childToolbarItems;
142
218
  this.context.ngAfterContentChecked(this);
143
219
  };
144
220
  return FileManagerComponent;
@@ -147,10 +223,12 @@ exports.FileManagerComponent.decorators = [
147
223
  { type: core.Component, args: [{
148
224
  selector: 'ejs-filemanager',
149
225
  inputs: inputs,
150
- outputs: outputs,
226
+ outputs: outputs$1,
151
227
  template: '',
152
228
  changeDetection: core.ChangeDetectionStrategy.OnPush,
153
- queries: {}
229
+ queries: {
230
+ childToolbarItems: new core.ContentChild(ToolbarItemsDirective)
231
+ }
154
232
  },] },
155
233
  ];
156
234
  /**
@@ -162,9 +240,9 @@ exports.FileManagerComponent.ctorParameters = function () { return [
162
240
  { type: core.ViewContainerRef, },
163
241
  { type: core.Injector, },
164
242
  ]; };
165
- exports.FileManagerComponent = __decorate([
243
+ exports.FileManagerComponent = __decorate$1([
166
244
  ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
167
- __metadata("design:paramtypes", [core.ElementRef,
245
+ __metadata$1("design:paramtypes", [core.ElementRef,
168
246
  core.Renderer2,
169
247
  core.ViewContainerRef,
170
248
  core.Injector])
@@ -181,10 +259,14 @@ FileManagerModule.decorators = [
181
259
  { type: core.NgModule, args: [{
182
260
  imports: [common.CommonModule],
183
261
  declarations: [
184
- exports.FileManagerComponent
262
+ exports.FileManagerComponent,
263
+ ToolbarItemDirective,
264
+ ToolbarItemsDirective
185
265
  ],
186
266
  exports: [
187
- exports.FileManagerComponent
267
+ exports.FileManagerComponent,
268
+ ToolbarItemDirective,
269
+ ToolbarItemsDirective
188
270
  ]
189
271
  },] },
190
272
  ];
@@ -229,6 +311,8 @@ FileManagerAllModule.decorators = [
229
311
  */
230
312
  FileManagerAllModule.ctorParameters = function () { return []; };
231
313
 
314
+ exports.ToolbarItemDirective = ToolbarItemDirective;
315
+ exports.ToolbarItemsDirective = ToolbarItemsDirective;
232
316
  exports.FileManagerModule = FileManagerModule;
233
317
  exports.FileManagerAllModule = FileManagerAllModule;
234
318
  exports.DetailsViewService = DetailsViewService;
@@ -239,10 +323,11 @@ exports.ContextMenuService = ContextMenuService;
239
323
  exports.BreadCrumbBarService = BreadCrumbBarService;
240
324
  exports.VirtualizationService = VirtualizationService;
241
325
  exports.ɵa = inputs;
242
- exports.ɵb = outputs;
326
+ exports.ɵb = outputs$1;
243
327
  exports.AjaxSettings = ej2Filemanager.AjaxSettings;
244
- exports.toolbarItems = ej2Filemanager.toolbarItems;
328
+ exports.defaultToolbarItems = ej2Filemanager.defaultToolbarItems;
245
329
  exports.ToolbarSettings = ej2Filemanager.ToolbarSettings;
330
+ exports.ToolbarItem = ej2Filemanager.ToolbarItem;
246
331
  exports.SearchSettings = ej2Filemanager.SearchSettings;
247
332
  exports.columnArray = ej2Filemanager.columnArray;
248
333
  exports.DetailsViewSettings = ej2Filemanager.DetailsViewSettings;
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-filemanager.umd.js","sources":["~/@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":["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":["CommonModule","NgModule","Virtualization","BreadCrumbBar","ContextMenu","Toolbar","LargeIconsView","NavigationPane","DetailsView","FileManagerComponent","Injector","ViewContainerRef","Renderer2","ElementRef","ComponentMixins","ComponentBase","ChangeDetectionStrategy","Component","FileManager","setValue"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AEAA,IAMa,MAAA,GAAmB,CAAA,cAAE,EAAc,kBAAC,EAAkB,qBAAC,EAAqB,qBAAC,EAAqB,UAAC,EAAU,qBAAC,EAAqB,qBAAC,EAAqB,mBAAC,EAAmB,WAAC,EAAW,sBAAC,EAAsB,QAAC,EAAQ,QAAC,EAAQ,wBAAC,EAAwB,MAAC,EAAM,aAAC,EAAa,eAAC,EAAe,gBAAC,EAAgB,eAAC,EAAe,mBAAC,EAAmB,iBAAC,EAAiB,oBAAC,EAAoB,eAAC,EAAe,QAAC,EAAQ,WAAC,EAAW,iBAAC,EAAiB,gBAAC,EAAgB,MAAC,EAAM,OAAC,CAAO,CAAC;AACje,IAAa,OAAA,GAAoB,CAAA,gBAAE,EAAgB,iBAAC,EAAiB,kBAAC,EAAkB,iBAAC,EAAiB,YAAC,EAAY,SAAC,EAAS,WAAC,EAAW,SAAC,EAAS,eAAC,EAAe,cAAC,EAAc,cAAC,EAAc,aAAC,EAAa,UAAC,EAAU,UAAC,EAAU,YAAC,EAAY,eAAC,EAAe,WAAC,EAAW,UAAC,EAAU,YAAC,EAAY,WAAC,EAAW,SAAC,EAAS,cAAC,EAAc,eAAC,EAAe,kBAAC,CAAkB,CAAC;AACnX,IAAa,OAAA,GAAoB,CAAA,EAAE,CAAE,CAAC;;;;;;;AAQtC,AAAaS,4BAAoB,kBAAjC,UAAA,MAAA,EAAA;IAA0C,SAA1C,CAAA,oBAAA,EAAA,MAAA,CAAA,CAAqD;;;;;;;IAiCrD,SAAA,oBAAA,CADwB,KAAO,EAAoB,SAAW,EAAmB,gBAAkB,EAAyB,QAAU,EACtI;QAAA,IAAA,KAAA,GAIQ,MAJR,CAAA,IAAA,CAAA,IAAA,CAIe,IAJf,IAAA,CAsDK;QAvDmB,KAAxB,CAAA,KAAwB,GAAA,KAAA,CAAO;QAAoB,KAAnD,CAAA,SAAmD,GAAA,SAAA,CAAW;QAAmB,KAAjF,CAAA,gBAAiF,GAAA,gBAAA,CAAkB;QAAyB,KAA5H,CAAA,QAA4H,GAAA,QAAA,CAAU;QAM9H,KAAI,CAAC,OAAO,GAAG,KAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,KAAI,CAAC,eAAe,GAAG,KAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAClD,IAAI;YACI,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;YACtD,IAAG,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,IAAG,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,IAAG,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;YAClD,IAAG,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;YACtD,IAAG,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;YACxD,IAAG,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,IAAG,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QAEf,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,KAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAI,EAAE,OAAO,CAAC,CAAC;QACnCU,uBAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;QACzD,KAAI,CAAC,OAAO,GAAI,IAAIJ,4BAAa,EAAE,CAAC;;KACvC;;;;IAFA,oBAAL,CAAA,SAAA,CAAA,QAAK,GAAA,YAAL;QAOQ,IAAI,CANC,OAAC,CAAO,QAAC,CAAQ,IAAC,CAAI,CAAC;KAO/B,CAAL;;;;IAJK,oBAAL,CAAA,SAAA,CAAA,eAAK,GAAA,YAAL;QASQ,IAAI,CARC,OAAC,CAAO,eAAC,CAAe,IAAC,CAAI,CAAC;KAStC,CAAL;;;;IANK,oBAAL,CAAA,SAAA,CAAA,WAAK,GAAA,YAAL;QAWQ,IAAI,CAVC,OAAC,CAAO,WAAC,CAAW,IAAC,CAAI,CAAC;KAWlC,CAAL;;;;IARK,oBAAL,CAAA,SAAA,CAAA,qBAAK,GAAA,YAAL;QAcQ,IAAI,CAZC,OAAC,CAAO,qBAAC,CAAqB,IAAC,CAAI,CAAC;KAa5C,CAAL;IAwBA,OAAA,oBAAC,CAAD;CAAC,CAxIyCG,0BAAW,CAwIrD,CAAC,CAAA;AAhCMT,4BAAP,CAAA,UAAO,GAAoC;IAY3C,EAXE,IAAA,EAAMQ,cAAA,EAAW,IAAA,EAAM,CAAA;gBAYrB,QAAQ,EAXE,iBAAA;gBAYV,MAAM,EAXE,MAAA;gBAYR,OAAO,EAXE,OAAA;gBAYT,QAAQ,EAXE,EAAA;gBAYV,eAAe,EAXED,4BAAA,CAAwB,MAAC;gBAY1C,OAAO,EAXE,EAaR;aACJ,EAXC,EAAG;CAYJ,CAXC;;;;AAEDP,4BAAD,CAAA,cAAC,GAAA,YAAD,EAAC,OAAA;IAcD,EAAC,IAAI,EAAEI,eAAU,GAAG;IACpB,EAAC,IAAI,EAAED,cAAS,GAAG;IACnB,EAAC,IAAI,EAAED,qBAAgB,GAAG;IAC1B,EAAC,IAAI,EAAED,aAAQ,GAAG;CACjB,CAAD,EAAC,CAAC;AAvIWD,4BAAoB,GAAjC,UAAA,CAAA;IACCK,8BAAA,CAAA,CAAAC,4BAAA,CAAA,CAAA;IA+BD,UAAA,CAAA,mBAAA,EAAA,CAA+BF,eAAA;QAA+BD,cAAA;QAAoCD,qBAAC;QAAmCD,aAAA,CAAtI,CAAA;CAhCA,EAAaD,4BAAoB,CAwIhC,CAxID;;;;ADVA,IAAA,iBAAA,kBAAA,YAAA;IAAA,SAAA,iBAAA,GAAA;;;CAAA,EAAA,CAAA,CAAA;AAEwC,iBAAxC,CAAA,UAAwC,GAAoC;IAD5E,EAEE,IAAA,EAAMR,aAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAAD,mBAAE,CAAY;gBADvB,YAAY,EAEE;oBADVS,4BAAoB;iBACvB;gBACD,OAAO,EAEE;oBADLA,4BAAoB;iBACvB;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,iBAAD,CAAA,cAAC,GAAA,YAAD,EAAC,OAAA,EACA,CADD,EACC,CAAC;ADdK,IAAM,kBAAA,GAAoC,EAAE,OAAA,EAAS,wBAAA,EAA0B,QAAA,EAAUD,0BAAA,EAAY,CAAC;AAC7G,IAAa,qBAAA,GAAuC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAUD,6BAAA,EAAe,CAAC;AACtH,IAAa,qBAAA,GAAuC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAUD,6BAAA,EAAe,CAAC;AACtH,IAAa,cAAA,GAAgC,EAAE,OAAA,EAAS,oBAAA,EAAsB,QAAA,EAAUD,sBAAA,EAAQ,CAAC;AACjG,IAAa,kBAAA,GAAoC,EAAE,OAAA,EAAS,wBAAA,EAA0B,QAAA,EAAUD,0BAAA,EAAY,CAAC;AAC7G,IAAa,oBAAA,GAAsC,EAAE,OAAA,EAAS,0BAAA,EAA4B,QAAA,EAAUD,4BAAA,EAAc,CAAC;AACnH,IAAa,qBAAA,GAAuC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAUD,6BAAA,EAAe,CAAC;;;;AAItH,IAAA,oBAAA,kBAAA,YAAA;IAAA,SAAA,oBAAA,GAAA;;;CAAA,EAAA,CAAA,CAAA;AAE2C,oBAA3C,CAAA,UAA2C,GAAoC;IAD/E,EAEE,IAAA,EAAMD,aAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAAD,mBAAE,EAAa,iBAAA,CAAkB;gBAD1C,OAAO,EAEE;oBADL,iBAAiB;iBACpB;gBACD,SAAS,EAEC;oBADN,kBAAkB;oBAClB,qBAAqB;oBACrB,qBAAqB;oBACrB,cAAc;oBACd,kBAAkB;oBAClB,oBAAoB;oBACpB,qBAAqB;iBACxB;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,oBAAD,CAAA,cAAC,GAAA,YAAD,EAAC,OAAA,EACA,CADD,EACC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ej2-angular-filemanager.umd.js","sources":["~/@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","~/@syncfusion/ej2-angular-filemanager/src/file-manager/toolbaritems.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ToolbarItemDirective, ToolbarItemsDirective } from './toolbaritems.directive';\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 { ToolbarItemDirective, ToolbarItemsDirective } from './toolbaritems.directive';\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 ToolbarItemDirective,\n ToolbarItemsDirective\n ],\n exports: [\n FileManagerComponent,\n ToolbarItemDirective,\n ToolbarItemsDirective\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, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { FileManager } from '@syncfusion/ej2-filemanager';\n\nimport { ToolbarItemsDirective } from './toolbaritems.directive';\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','toolbarItems','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;\npublic childToolbarItems: QueryList<ToolbarItemsDirective>;\npublic tags: string[] = ['toolbarItems'];\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 this.tagObjects[0].instance = this.childToolbarItems;\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 childToolbarItems: new ContentChild(ToolbarItemsDirective)\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.childToolbarItems;\n/** @type {?} */\nFileManagerComponent.prototype.tags;\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","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'name', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {\npublic directivePropList: any;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemType\n */\npublic type: any;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar.\n * \\@default 'Left'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemAlign\n */\npublic align: any;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n */\npublic cssClass: any;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n */\npublic htmlAttributes: any;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n */\npublic id: any;\n/**\n * Specifies the unique name for each toolbar item rendered in File Manager. This name is used to map the toolbar items in the File Manager component.\n * \\@default null\n */\npublic name: any;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.OverflowOption\n */\npublic overflow: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n */\npublic prefixIcon: any;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n */\npublic showAlwaysInPopup: any;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.DisplayMode\n */\npublic showTextOn: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n */\npublic suffixIcon: any;\n/**\n * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n */\npublic tabIndex: any;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n */\npublic text: any;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n */\npublic tooltipText: any;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n */\npublic visible: any;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n */\npublic width: any;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-toolbaritems>e-toolbaritem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction ToolbarItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarItemDirective.ctorParameters;\n/** @type {?} */\nToolbarItemDirective.propDecorators;\n/** @type {?} */\nToolbarItemDirective.prototype.directivePropList;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemType\n * @type {?}\n */\nToolbarItemDirective.prototype.type;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar.\n * \\@default 'Left'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemAlign\n * @type {?}\n */\nToolbarItemDirective.prototype.align;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.cssClass;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n * @type {?}\n */\nToolbarItemDirective.prototype.disabled;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n * @type {?}\n */\nToolbarItemDirective.prototype.htmlAttributes;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.id;\n/**\n * Specifies the unique name for each toolbar item rendered in File Manager. This name is used to map the toolbar items in the File Manager component.\n * \\@default null\n * @type {?}\n */\nToolbarItemDirective.prototype.name;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.OverflowOption\n * @type {?}\n */\nToolbarItemDirective.prototype.overflow;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.prefixIcon;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n * @type {?}\n */\nToolbarItemDirective.prototype.showAlwaysInPopup;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.DisplayMode\n * @type {?}\n */\nToolbarItemDirective.prototype.showTextOn;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.suffixIcon;\n/**\n * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n * @type {?}\n */\nToolbarItemDirective.prototype.tabIndex;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.text;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.tooltipText;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n * @type {?}\n */\nToolbarItemDirective.prototype.visible;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n * @type {?}\n */\nToolbarItemDirective.prototype.width;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nToolbarItemDirective.prototype.template;\n/** @type {?} */\nToolbarItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * ToolbarItem Array Directive\n */\nexport class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {\nconstructor() {\n super('toolbaritems');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-filemanager>e-toolbaritems',\n queries: {\n children: new ContentChildren(ToolbarItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ToolbarItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","Virtualization","BreadCrumbBar","ContextMenu","Toolbar","LargeIconsView","NavigationPane","DetailsView","FileManagerComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ContentChild","ChangeDetectionStrategy","outputs","Component","FileManager","setValue","ContentChildren","Directive","ArrayBase","Template","ComplexBase"],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-angular-filemanager.umd.min.js
3
- * version : 22.2.12
3
+ * version : 23.1.36
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-filemanager"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-filemanager","@angular/common"],t):t(e["ej2-angular-filemanager"]={},e.ng.core,e.ej2.angular.base,e.ej2.filemanager,e.ng.common)}(this,function(e,t,n,a,o){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function a(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(a.prototype=n.prototype,new a)}}(),r=this&&this.__decorate||function(e,t,n,a){var o,i=arguments.length,r=i<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,n):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,a);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(r=(i<3?o(r):i>3?o(t,n,r):o(t,n))||r);return i>3&&r&&Object.defineProperty(t,n,r),r},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},I=["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"],E=["beforeDownload","beforeImageLoad","beforePopupClose","beforePopupOpen","beforeSend","created","destroyed","failure","fileDragStart","fileDragStop","fileDragging","fileDropped","fileLoad","fileOpen","fileSelect","fileSelection","menuClick","menuOpen","popupClose","popupOpen","success","toolbarClick","toolbarCreate","uploadListCreate"],s=[""];e.FileManagerComponent=function(e){function t(t,a,o,i){var r=e.call(this)||this;r.ngEle=t,r.srenderer=a,r.viewContainerRef=o,r.injector=i,r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[];try{var l=r.injector.get("FileManagerDetailsView");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(I){}try{l=r.injector.get("FileManagerNavigationPane");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(O){}try{l=r.injector.get("FileManagerLargeIconsView");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(_){}try{l=r.injector.get("FileManagerToolbar");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(C){}try{l=r.injector.get("FileManagerContextMenu");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(d){}try{l=r.injector.get("FileManagerBreadCrumbBar");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(c){}try{l=r.injector.get("FileManagerVirtualization");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(u){}return r.registerEvents(E),r.addTwoWay.call(r,s),n.setValue("currentInstance",r,r.viewContainerRef),r.context=new n.ComponentBase,r}return i(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(a.FileManager),e.FileManagerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-filemanager",inputs:I,outputs:E,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.FileManagerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.FileManagerComponent=r([n.ComponentMixins([n.ComponentBase]),l("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.FileManagerComponent);var O=function(){return function(){}}();O.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.FileManagerComponent],exports:[e.FileManagerComponent]}]}],O.ctorParameters=function(){return[]};var _={provide:"FileManagerDetailsView",useValue:a.DetailsView},C={provide:"FileManagerNavigationPane",useValue:a.NavigationPane},d={provide:"FileManagerLargeIconsView",useValue:a.LargeIconsView},c={provide:"FileManagerToolbar",useValue:a.Toolbar},u={provide:"FileManagerContextMenu",useValue:a.ContextMenu},T={provide:"FileManagerBreadCrumbBar",useValue:a.BreadCrumbBar},D={provide:"FileManagerVirtualization",useValue:a.Virtualization},N=function(){return function(){}}();N.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,O],exports:[O],providers:[_,C,d,c,u,T,D]}]}],N.ctorParameters=function(){return[]},e.FileManagerModule=O,e.FileManagerAllModule=N,e.DetailsViewService=_,e.NavigationPaneService=C,e.LargeIconsViewService=d,e.ToolbarService=c,e.ContextMenuService=u,e.BreadCrumbBarService=T,e.VirtualizationService=D,e.ɵa=I,e.ɵb=E,e.AjaxSettings=a.AjaxSettings,e.toolbarItems=a.toolbarItems,e.ToolbarSettings=a.ToolbarSettings,e.SearchSettings=a.SearchSettings,e.columnArray=a.columnArray,e.DetailsViewSettings=a.DetailsViewSettings,e.fileItems=a.fileItems,e.folderItems=a.folderItems,e.layoutItems=a.layoutItems,e.ContextMenuSettings=a.ContextMenuSettings,e.NavigationPaneSettings=a.NavigationPaneSettings,e.UploadSettings=a.UploadSettings,e.Column=a.Column,e.TOOLBAR_ID=a.TOOLBAR_ID,e.LAYOUT_ID=a.LAYOUT_ID,e.NAVIGATION_ID=a.NAVIGATION_ID,e.TREE_ID=a.TREE_ID,e.GRID_ID=a.GRID_ID,e.LARGEICON_ID=a.LARGEICON_ID,e.DIALOG_ID=a.DIALOG_ID,e.ALT_DIALOG_ID=a.ALT_DIALOG_ID,e.IMG_DIALOG_ID=a.IMG_DIALOG_ID,e.EXTN_DIALOG_ID=a.EXTN_DIALOG_ID,e.UPLOAD_DIALOG_ID=a.UPLOAD_DIALOG_ID,e.RETRY_DIALOG_ID=a.RETRY_DIALOG_ID,e.CONTEXT_MENU_ID=a.CONTEXT_MENU_ID,e.SORTBY_ID=a.SORTBY_ID,e.VIEW_ID=a.VIEW_ID,e.SPLITTER_ID=a.SPLITTER_ID,e.CONTENT_ID=a.CONTENT_ID,e.BREADCRUMBBAR_ID=a.BREADCRUMBBAR_ID,e.UPLOAD_ID=a.UPLOAD_ID,e.RETRY_ID=a.RETRY_ID,e.SEARCH_ID=a.SEARCH_ID,e.ROOT=a.ROOT,e.CONTROL=a.CONTROL,e.CHECK_SELECT=a.CHECK_SELECT,e.ROOT_POPUP=a.ROOT_POPUP,e.MOBILE=a.MOBILE,e.MOB_POPUP=a.MOB_POPUP,e.MULTI_SELECT=a.MULTI_SELECT,e.FILTER=a.FILTER,e.LAYOUT=a.LAYOUT,e.NAVIGATION=a.NAVIGATION,e.LAYOUT_CONTENT=a.LAYOUT_CONTENT,e.LARGE_ICONS=a.LARGE_ICONS,e.TB_ITEM=a.TB_ITEM,e.LIST_ITEM=a.LIST_ITEM,e.LIST_TEXT=a.LIST_TEXT,e.LIST_PARENT=a.LIST_PARENT,e.TB_OPTION_TICK=a.TB_OPTION_TICK,e.TB_OPTION_DOT=a.TB_OPTION_DOT,e.BLUR=a.BLUR,e.ACTIVE=a.ACTIVE,e.HOVER=a.HOVER,e.FOCUS=a.FOCUS,e.FOCUSED=a.FOCUSED,e.CHECK=a.CHECK,e.FRAME=a.FRAME,e.CB_WRAP=a.CB_WRAP,e.ROW=a.ROW,e.ROWCELL=a.ROWCELL,e.EMPTY=a.EMPTY,e.EMPTY_CONTENT=a.EMPTY_CONTENT,e.EMPTY_INNER_CONTENT=a.EMPTY_INNER_CONTENT,e.CLONE=a.CLONE,e.DROP_FOLDER=a.DROP_FOLDER,e.DROP_FILE=a.DROP_FILE,e.FOLDER=a.FOLDER,e.ICON_IMAGE=a.ICON_IMAGE,e.ICON_MUSIC=a.ICON_MUSIC,e.ICON_VIDEO=a.ICON_VIDEO,e.LARGE_ICON=a.LARGE_ICON,e.LARGE_EMPTY_FOLDER=a.LARGE_EMPTY_FOLDER,e.LARGE_EMPTY_FOLDER_TWO=a.LARGE_EMPTY_FOLDER_TWO,e.LARGE_ICON_FOLDER=a.LARGE_ICON_FOLDER,e.SELECTED_ITEMS=a.SELECTED_ITEMS,e.TEXT_CONTENT=a.TEXT_CONTENT,e.GRID_HEADER=a.GRID_HEADER,e.TEMPLATE_CELL=a.TEMPLATE_CELL,e.TREE_VIEW=a.TREE_VIEW,e.MENU_ITEM=a.MENU_ITEM,e.MENU_ICON=a.MENU_ICON,e.SUBMENU_ICON=a.SUBMENU_ICON,e.GRID_VIEW=a.GRID_VIEW,e.GRID_CONTENT=a.GRID_CONTENT,e.ICON_VIEW=a.ICON_VIEW,e.ICON_OPEN=a.ICON_OPEN,e.ICON_UPLOAD=a.ICON_UPLOAD,e.ICON_CUT=a.ICON_CUT,e.ICON_COPY=a.ICON_COPY,e.ICON_PASTE=a.ICON_PASTE,e.ICON_DELETE=a.ICON_DELETE,e.ICON_RENAME=a.ICON_RENAME,e.ICON_NEWFOLDER=a.ICON_NEWFOLDER,e.ICON_DETAILS=a.ICON_DETAILS,e.ICON_SHORTBY=a.ICON_SHORTBY,e.ICON_REFRESH=a.ICON_REFRESH,e.ICON_SELECTALL=a.ICON_SELECTALL,e.ICON_DOWNLOAD=a.ICON_DOWNLOAD,e.ICON_OPTIONS=a.ICON_OPTIONS,e.ICON_GRID=a.ICON_GRID,e.ICON_LARGE=a.ICON_LARGE,e.ICON_BREADCRUMB=a.ICON_BREADCRUMB,e.ICON_CLEAR=a.ICON_CLEAR,e.ICON_DROP_IN=a.ICON_DROP_IN,e.ICON_DROP_OUT=a.ICON_DROP_OUT,e.ICON_NO_DROP=a.ICON_NO_DROP,e.ICONS=a.ICONS,e.DETAILS_LABEL=a.DETAILS_LABEL,e.ERROR_CONTENT=a.ERROR_CONTENT,e.STATUS=a.STATUS,e.BREADCRUMBS=a.BREADCRUMBS,e.RTL=a.RTL,e.DISPLAY_NONE=a.DISPLAY_NONE,e.COLLAPSED=a.COLLAPSED,e.FULLROW=a.FULLROW,e.ICON_COLLAPSIBLE=a.ICON_COLLAPSIBLE,e.SPLIT_BAR=a.SPLIT_BAR,e.HEADER_CHECK=a.HEADER_CHECK,e.OVERLAY=a.OVERLAY,e.VALUE=a.VALUE,e.isFile=a.isFile,e.modelChanged=a.modelChanged,e.initialEnd=a.initialEnd,e.finalizeEnd=a.finalizeEnd,e.createEnd=a.createEnd,e.filterEnd=a.filterEnd,e.beforeDelete=a.beforeDelete,e.pathDrag=a.pathDrag,e.deleteInit=a.deleteInit,e.deleteEnd=a.deleteEnd,e.refreshEnd=a.refreshEnd,e.resizeEnd=a.resizeEnd,e.splitterResize=a.splitterResize,e.pathChanged=a.pathChanged,e.destroy=a.destroy,e.beforeRequest=a.beforeRequest,e.upload=a.upload,e.skipUpload=a.skipUpload,e.afterRequest=a.afterRequest,e.download=a.download,e.layoutRefresh=a.layoutRefresh,e.actionFailure=a.actionFailure,e.search=a.search,e.openInit=a.openInit,e.openEnd=a.openEnd,e.selectionChanged=a.selectionChanged,e.selectAllInit=a.selectAllInit,e.clearAllInit=a.clearAllInit,e.clearPathInit=a.clearPathInit,e.layoutChange=a.layoutChange,e.sortByChange=a.sortByChange,e.nodeExpand=a.nodeExpand,e.detailsInit=a.detailsInit,e.menuItemData=a.menuItemData,e.renameInit=a.renameInit,e.renameEndParent=a.renameEndParent,e.renameEnd=a.renameEnd,e.showPaste=a.showPaste,e.hidePaste=a.hidePaste,e.selectedData=a.selectedData,e.cutCopyInit=a.cutCopyInit,e.pasteInit=a.pasteInit,e.pasteEnd=a.pasteEnd,e.cutEnd=a.cutEnd,e.hideLayout=a.hideLayout,e.updateTreeSelection=a.updateTreeSelection,e.treeSelect=a.treeSelect,e.sortColumn=a.sortColumn,e.pathColumn=a.pathColumn,e.searchTextChange=a.searchTextChange,e.beforeDownload=a.beforeDownload,e.downloadInit=a.downloadInit,e.dropInit=a.dropInit,e.dragEnd=a.dragEnd,e.dropPath=a.dropPath,e.dragHelper=a.dragHelper,e.dragging=a.dragging,e.updateSelectionData=a.updateSelectionData,e.methodCall=a.methodCall,e.permissionRead=a.permissionRead,e.permissionEdit=a.permissionEdit,e.permissionEditContents=a.permissionEditContents,e.permissionCopy=a.permissionCopy,e.permissionUpload=a.permissionUpload,e.permissionDownload=a.permissionDownload,e.FileManager=a.FileManager,e.Toolbar=a.Toolbar,e.BreadCrumbBar=a.BreadCrumbBar,e.Virtualization=a.Virtualization,e.NavigationPane=a.NavigationPane,e.DetailsView=a.DetailsView,e.LargeIconsView=a.LargeIconsView,e.createDialog=a.createDialog,e.createExtDialog=a.createExtDialog,e.createImageDialog=a.createImageDialog,e.ContextMenu=a.ContextMenu,Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-filemanager"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-filemanager","@angular/common"],t):t(e["ej2-angular-filemanager"]={},e.ng.core,e.ej2.angular.base,e.ej2.filemanager,e.ng.common)}(this,function(e,t,n,a,o){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function a(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(a.prototype=n.prototype,new a)}}(),r=this&&this.__decorate||function(e,t,n,a){var o,i=arguments.length,r=i<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,n):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,a);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(r=(i<3?o(r):i>3?o(t,n,r):o(t,n))||r);return i>3&&r&&Object.defineProperty(t,n,r),r},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=["align","cssClass","disabled","htmlAttributes","id","name","overflow","prefixIcon","showAlwaysInPopup","showTextOn","suffixIcon","tabIndex","template","text","tooltipText","type","visible","width"],I=[],E=function(e){function t(t){var a=e.call(this)||this;return a.viewContainerRef=t,n.setValue("currentInstance",a,a.viewContainerRef),a.registerEvents(I),a.directivePropList=s,a}return i(t,e),t}(n.ComplexBase);E.decorators=[{type:t.Directive,args:[{selector:"e-toolbaritems>e-toolbaritem",inputs:s,outputs:I,queries:{}}]}],E.ctorParameters=function(){return[{type:t.ViewContainerRef}]},E.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},r([n.Template(),l("design:type",Object)],E.prototype,"template",void 0);var O=function(e){function t(){return e.call(this,"toolbaritems")||this}return i(t,e),t}(n.ArrayBase);O.decorators=[{type:t.Directive,args:[{selector:"ejs-filemanager>e-toolbaritems",queries:{children:new t.ContentChildren(E)}}]}],O.ctorParameters=function(){return[]};var c=this&&this.__decorate||function(e,t,n,a){var o,i=arguments.length,r=i<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,n):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,a);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(r=(i<3?o(r):i>3?o(t,n,r):o(t,n))||r);return i>3&&r&&Object.defineProperty(t,n,r),r},d=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},C=["ajaxSettings","allowDragAndDrop","allowMultiSelection","contextMenuSettings","cssClass","detailsViewSettings","enableHtmlSanitizer","enablePersistence","enableRtl","enableVirtualization","height","locale","navigationPaneSettings","path","popupTarget","rootAliasName","searchSettings","selectedItems","showFileExtension","showHiddenItems","showItemCheckBoxes","showThumbnail","sortBy","sortOrder","toolbarItems","toolbarSettings","uploadSettings","view","width"],_=["beforeDownload","beforeImageLoad","beforePopupClose","beforePopupOpen","beforeSend","created","destroyed","failure","fileDragStart","fileDragStop","fileDragging","fileDropped","fileLoad","fileOpen","fileSelect","fileSelection","menuClick","menuOpen","popupClose","popupOpen","success","toolbarClick","toolbarCreate","uploadListCreate"],u=[""];e.FileManagerComponent=function(e){function t(t,a,o,i){var r=e.call(this)||this;r.ngEle=t,r.srenderer=a,r.viewContainerRef=o,r.injector=i,r.tags=["toolbarItems"],r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[];try{var l=r.injector.get("FileManagerDetailsView");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(s){}try{l=r.injector.get("FileManagerNavigationPane");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(I){}try{l=r.injector.get("FileManagerLargeIconsView");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(E){}try{l=r.injector.get("FileManagerToolbar");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(O){}try{l=r.injector.get("FileManagerContextMenu");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(c){}try{l=r.injector.get("FileManagerBreadCrumbBar");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(d){}try{l=r.injector.get("FileManagerVirtualization");-1===r.injectedModules.indexOf(l)&&r.injectedModules.push(l)}catch(C){}return r.registerEvents(_),r.addTwoWay.call(r,u),n.setValue("currentInstance",r,r.viewContainerRef),r.context=new n.ComponentBase,r}return i(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childToolbarItems,this.context.ngAfterContentChecked(this)},t}(a.FileManager),e.FileManagerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-filemanager",inputs:C,outputs:_,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childToolbarItems:new t.ContentChild(O)}}]}],e.FileManagerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.FileManagerComponent=c([n.ComponentMixins([n.ComponentBase]),d("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.FileManagerComponent);var T=function(){return function(){}}();T.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.FileManagerComponent,E,O],exports:[e.FileManagerComponent,E,O]}]}],T.ctorParameters=function(){return[]};var p={provide:"FileManagerDetailsView",useValue:a.DetailsView},D={provide:"FileManagerNavigationPane",useValue:a.NavigationPane},R={provide:"FileManagerLargeIconsView",useValue:a.LargeIconsView},g={provide:"FileManagerToolbar",useValue:a.Toolbar},N={provide:"FileManagerContextMenu",useValue:a.ContextMenu},L={provide:"FileManagerBreadCrumbBar",useValue:a.BreadCrumbBar},f={provide:"FileManagerVirtualization",useValue:a.Virtualization},m=function(){return function(){}}();m.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,T],exports:[T],providers:[p,D,R,g,N,L,f]}]}],m.ctorParameters=function(){return[]},e.ToolbarItemDirective=E,e.ToolbarItemsDirective=O,e.FileManagerModule=T,e.FileManagerAllModule=m,e.DetailsViewService=p,e.NavigationPaneService=D,e.LargeIconsViewService=R,e.ToolbarService=g,e.ContextMenuService=N,e.BreadCrumbBarService=L,e.VirtualizationService=f,e.ɵa=C,e.ɵb=_,e.AjaxSettings=a.AjaxSettings,e.defaultToolbarItems=a.defaultToolbarItems,e.ToolbarSettings=a.ToolbarSettings,e.ToolbarItem=a.ToolbarItem,e.SearchSettings=a.SearchSettings,e.columnArray=a.columnArray,e.DetailsViewSettings=a.DetailsViewSettings,e.fileItems=a.fileItems,e.folderItems=a.folderItems,e.layoutItems=a.layoutItems,e.ContextMenuSettings=a.ContextMenuSettings,e.NavigationPaneSettings=a.NavigationPaneSettings,e.UploadSettings=a.UploadSettings,e.Column=a.Column,e.TOOLBAR_ID=a.TOOLBAR_ID,e.LAYOUT_ID=a.LAYOUT_ID,e.NAVIGATION_ID=a.NAVIGATION_ID,e.TREE_ID=a.TREE_ID,e.GRID_ID=a.GRID_ID,e.LARGEICON_ID=a.LARGEICON_ID,e.DIALOG_ID=a.DIALOG_ID,e.ALT_DIALOG_ID=a.ALT_DIALOG_ID,e.IMG_DIALOG_ID=a.IMG_DIALOG_ID,e.EXTN_DIALOG_ID=a.EXTN_DIALOG_ID,e.UPLOAD_DIALOG_ID=a.UPLOAD_DIALOG_ID,e.RETRY_DIALOG_ID=a.RETRY_DIALOG_ID,e.CONTEXT_MENU_ID=a.CONTEXT_MENU_ID,e.SORTBY_ID=a.SORTBY_ID,e.VIEW_ID=a.VIEW_ID,e.SPLITTER_ID=a.SPLITTER_ID,e.CONTENT_ID=a.CONTENT_ID,e.BREADCRUMBBAR_ID=a.BREADCRUMBBAR_ID,e.UPLOAD_ID=a.UPLOAD_ID,e.RETRY_ID=a.RETRY_ID,e.SEARCH_ID=a.SEARCH_ID,e.ROOT=a.ROOT,e.CONTROL=a.CONTROL,e.CHECK_SELECT=a.CHECK_SELECT,e.ROOT_POPUP=a.ROOT_POPUP,e.MOBILE=a.MOBILE,e.MOB_POPUP=a.MOB_POPUP,e.MULTI_SELECT=a.MULTI_SELECT,e.FILTER=a.FILTER,e.LAYOUT=a.LAYOUT,e.NAVIGATION=a.NAVIGATION,e.LAYOUT_CONTENT=a.LAYOUT_CONTENT,e.LARGE_ICONS=a.LARGE_ICONS,e.TB_ITEM=a.TB_ITEM,e.LIST_ITEM=a.LIST_ITEM,e.LIST_TEXT=a.LIST_TEXT,e.LIST_PARENT=a.LIST_PARENT,e.TB_OPTION_TICK=a.TB_OPTION_TICK,e.TB_OPTION_DOT=a.TB_OPTION_DOT,e.BLUR=a.BLUR,e.ACTIVE=a.ACTIVE,e.HOVER=a.HOVER,e.FOCUS=a.FOCUS,e.FOCUSED=a.FOCUSED,e.CHECK=a.CHECK,e.FRAME=a.FRAME,e.CB_WRAP=a.CB_WRAP,e.ROW=a.ROW,e.ROWCELL=a.ROWCELL,e.EMPTY=a.EMPTY,e.EMPTY_CONTENT=a.EMPTY_CONTENT,e.EMPTY_INNER_CONTENT=a.EMPTY_INNER_CONTENT,e.CLONE=a.CLONE,e.DROP_FOLDER=a.DROP_FOLDER,e.DROP_FILE=a.DROP_FILE,e.FOLDER=a.FOLDER,e.ICON_IMAGE=a.ICON_IMAGE,e.ICON_MUSIC=a.ICON_MUSIC,e.ICON_VIDEO=a.ICON_VIDEO,e.LARGE_ICON=a.LARGE_ICON,e.LARGE_EMPTY_FOLDER=a.LARGE_EMPTY_FOLDER,e.LARGE_EMPTY_FOLDER_TWO=a.LARGE_EMPTY_FOLDER_TWO,e.LARGE_ICON_FOLDER=a.LARGE_ICON_FOLDER,e.SELECTED_ITEMS=a.SELECTED_ITEMS,e.TEXT_CONTENT=a.TEXT_CONTENT,e.GRID_HEADER=a.GRID_HEADER,e.TEMPLATE_CELL=a.TEMPLATE_CELL,e.TREE_VIEW=a.TREE_VIEW,e.MENU_ITEM=a.MENU_ITEM,e.MENU_ICON=a.MENU_ICON,e.SUBMENU_ICON=a.SUBMENU_ICON,e.GRID_VIEW=a.GRID_VIEW,e.GRID_CONTENT=a.GRID_CONTENT,e.ICON_VIEW=a.ICON_VIEW,e.ICON_OPEN=a.ICON_OPEN,e.ICON_UPLOAD=a.ICON_UPLOAD,e.ICON_CUT=a.ICON_CUT,e.ICON_COPY=a.ICON_COPY,e.ICON_PASTE=a.ICON_PASTE,e.ICON_DELETE=a.ICON_DELETE,e.ICON_RENAME=a.ICON_RENAME,e.ICON_NEWFOLDER=a.ICON_NEWFOLDER,e.ICON_DETAILS=a.ICON_DETAILS,e.ICON_SHORTBY=a.ICON_SHORTBY,e.ICON_REFRESH=a.ICON_REFRESH,e.ICON_SELECTALL=a.ICON_SELECTALL,e.ICON_DOWNLOAD=a.ICON_DOWNLOAD,e.ICON_OPTIONS=a.ICON_OPTIONS,e.ICON_GRID=a.ICON_GRID,e.ICON_LARGE=a.ICON_LARGE,e.ICON_BREADCRUMB=a.ICON_BREADCRUMB,e.ICON_CLEAR=a.ICON_CLEAR,e.ICON_DROP_IN=a.ICON_DROP_IN,e.ICON_DROP_OUT=a.ICON_DROP_OUT,e.ICON_NO_DROP=a.ICON_NO_DROP,e.ICONS=a.ICONS,e.DETAILS_LABEL=a.DETAILS_LABEL,e.ERROR_CONTENT=a.ERROR_CONTENT,e.STATUS=a.STATUS,e.BREADCRUMBS=a.BREADCRUMBS,e.RTL=a.RTL,e.DISPLAY_NONE=a.DISPLAY_NONE,e.COLLAPSED=a.COLLAPSED,e.FULLROW=a.FULLROW,e.ICON_COLLAPSIBLE=a.ICON_COLLAPSIBLE,e.SPLIT_BAR=a.SPLIT_BAR,e.HEADER_CHECK=a.HEADER_CHECK,e.OVERLAY=a.OVERLAY,e.VALUE=a.VALUE,e.isFile=a.isFile,e.modelChanged=a.modelChanged,e.initialEnd=a.initialEnd,e.finalizeEnd=a.finalizeEnd,e.createEnd=a.createEnd,e.filterEnd=a.filterEnd,e.beforeDelete=a.beforeDelete,e.pathDrag=a.pathDrag,e.deleteInit=a.deleteInit,e.deleteEnd=a.deleteEnd,e.refreshEnd=a.refreshEnd,e.resizeEnd=a.resizeEnd,e.splitterResize=a.splitterResize,e.pathChanged=a.pathChanged,e.destroy=a.destroy,e.beforeRequest=a.beforeRequest,e.upload=a.upload,e.skipUpload=a.skipUpload,e.afterRequest=a.afterRequest,e.download=a.download,e.layoutRefresh=a.layoutRefresh,e.actionFailure=a.actionFailure,e.search=a.search,e.openInit=a.openInit,e.openEnd=a.openEnd,e.selectionChanged=a.selectionChanged,e.selectAllInit=a.selectAllInit,e.clearAllInit=a.clearAllInit,e.clearPathInit=a.clearPathInit,e.layoutChange=a.layoutChange,e.sortByChange=a.sortByChange,e.nodeExpand=a.nodeExpand,e.detailsInit=a.detailsInit,e.menuItemData=a.menuItemData,e.renameInit=a.renameInit,e.renameEndParent=a.renameEndParent,e.renameEnd=a.renameEnd,e.showPaste=a.showPaste,e.hidePaste=a.hidePaste,e.selectedData=a.selectedData,e.cutCopyInit=a.cutCopyInit,e.pasteInit=a.pasteInit,e.pasteEnd=a.pasteEnd,e.cutEnd=a.cutEnd,e.hideLayout=a.hideLayout,e.updateTreeSelection=a.updateTreeSelection,e.treeSelect=a.treeSelect,e.sortColumn=a.sortColumn,e.pathColumn=a.pathColumn,e.searchTextChange=a.searchTextChange,e.beforeDownload=a.beforeDownload,e.downloadInit=a.downloadInit,e.dropInit=a.dropInit,e.dragEnd=a.dragEnd,e.dropPath=a.dropPath,e.dragHelper=a.dragHelper,e.dragging=a.dragging,e.updateSelectionData=a.updateSelectionData,e.methodCall=a.methodCall,e.permissionRead=a.permissionRead,e.permissionEdit=a.permissionEdit,e.permissionEditContents=a.permissionEditContents,e.permissionCopy=a.permissionCopy,e.permissionUpload=a.permissionUpload,e.permissionDownload=a.permissionDownload,e.FileManager=a.FileManager,e.Toolbar=a.Toolbar,e.BreadCrumbBar=a.BreadCrumbBar,e.Virtualization=a.Virtualization,e.NavigationPane=a.NavigationPane,e.DetailsView=a.DetailsView,e.LargeIconsView=a.LargeIconsView,e.createDialog=a.createDialog,e.createExtDialog=a.createExtDialog,e.createImageDialog=a.createImageDialog,e.ContextMenu=a.ContextMenu,Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-angular-filemanager.umd.min.js.map