@syncfusion/ej2-angular-filemanager 20.1.47 → 20.1.52-10459
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.
- package/@syncfusion/ej2-angular-filemanager.es5.js +106 -15
- package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-filemanager.js +97 -15
- package/@syncfusion/ej2-angular-filemanager.js.map +1 -1
- package/README.md +106 -27
- package/dist/ej2-angular-filemanager.umd.js +188 -21
- package/dist/ej2-angular-filemanager.umd.js.map +1 -1
- package/dist/ej2-angular-filemanager.umd.min.js +1 -10
- package/dist/ej2-angular-filemanager.umd.min.js.map +1 -1
- package/ej2-angular-filemanager.metadata.json +1 -1
- package/license +10 -0
- package/package.json +70 -70
- package/schematics/collection.json +10 -29
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/file-manager/filemanager-all.module.d.ts +1 -0
- package/src/file-manager/filemanager.component.d.ts +14 -1
- package/src/file-manager/toolbaritems.directive.d.ts +144 -0
- package/src/index.d.ts +2 -1
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-dark.css +1 -1920
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap.css +1 -1899
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap4.css +1 -1935
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-dark.css +1 -1982
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +1 -0
- package/styles/bootstrap5.css +1 -1982
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-dark.css +1 -1891
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fabric.css +1 -1891
- package/styles/file-manager/bootstrap-dark.css +1 -1920
- package/styles/file-manager/bootstrap.css +1 -1899
- package/styles/file-manager/bootstrap4.css +1 -1935
- package/styles/file-manager/bootstrap5-dark.css +1 -1982
- package/styles/file-manager/bootstrap5.3.css +1 -0
- package/styles/file-manager/bootstrap5.3.scss +1 -0
- package/styles/file-manager/bootstrap5.css +1 -1982
- package/styles/file-manager/fabric-dark.css +1 -1891
- package/styles/file-manager/fabric.css +1 -1891
- package/styles/file-manager/fluent-dark.css +1 -1898
- package/styles/file-manager/fluent.css +1 -1898
- package/styles/file-manager/fluent2.css +1 -0
- package/styles/file-manager/fluent2.scss +1 -0
- package/styles/file-manager/highcontrast-light.css +1 -1897
- package/styles/file-manager/highcontrast.css +1 -1897
- package/styles/file-manager/material-dark.css +1 -1945
- package/styles/file-manager/material.css +1 -1932
- package/styles/file-manager/material3-dark.css +1 -0
- package/styles/file-manager/material3-dark.scss +2 -0
- package/styles/file-manager/material3.css +1 -0
- package/styles/file-manager/material3.scss +2 -0
- package/styles/file-manager/tailwind-dark.css +1 -1969
- package/styles/file-manager/tailwind.css +1 -1969
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-dark.css +1 -1898
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent.css +1 -1898
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/fluent2.css +1 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-light.css +1 -1897
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/highcontrast.css +1 -1897
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-dark.css +1 -1945
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material.css +1 -1932
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/material3.css +1 -0
- package/styles/material3.scss +2 -0
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-dark.css +1 -1969
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/styles/tailwind.css +1 -1969
- package/CHANGELOG.md +0 -404
- package/postinstall/tagchange.js +0 -18
- package/schematics/generators/filemanager-default/index.d.ts +0 -3
- package/schematics/generators/filemanager-default/index.js +0 -8
- package/schematics/generators/filemanager-default/index.ts +0 -8
- package/schematics/generators/filemanager-default/sample-details.d.ts +0 -5
- package/schematics/generators/filemanager-default/sample-details.js +0 -7
- package/schematics/generators/filemanager-default/sample-details.ts +0 -5
- package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -23
- package/schematics/generators/filemanager-default/schema.d.ts +0 -3
- package/schematics/generators/filemanager-default/schema.js +0 -2
- package/schematics/generators/filemanager-default/schema.json +0 -124
- package/schematics/generators/filemanager-default/schema.ts +0 -3
- package/schematics/generators/filemanager-localization/index.d.ts +0 -3
- package/schematics/generators/filemanager-localization/index.js +0 -8
- package/schematics/generators/filemanager-localization/index.ts +0 -8
- package/schematics/generators/filemanager-localization/sample-details.d.ts +0 -5
- package/schematics/generators/filemanager-localization/sample-details.js +0 -7
- package/schematics/generators/filemanager-localization/sample-details.ts +0 -5
- package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -112
- package/schematics/generators/filemanager-localization/schema.d.ts +0 -3
- package/schematics/generators/filemanager-localization/schema.js +0 -2
- package/schematics/generators/filemanager-localization/schema.json +0 -124
- package/schematics/generators/filemanager-localization/schema.ts +0 -3
- package/schematics/generators/filemanager-overview/index.d.ts +0 -3
- package/schematics/generators/filemanager-overview/index.js +0 -8
- package/schematics/generators/filemanager-overview/index.ts +0 -8
- package/schematics/generators/filemanager-overview/sample-details.d.ts +0 -5
- package/schematics/generators/filemanager-overview/sample-details.js +0 -7
- package/schematics/generators/filemanager-overview/sample-details.ts +0 -5
- package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -17
- package/schematics/generators/filemanager-overview/schema.d.ts +0 -3
- package/schematics/generators/filemanager-overview/schema.js +0 -2
- package/schematics/generators/filemanager-overview/schema.json +0 -124
- package/schematics/generators/filemanager-overview/schema.ts +0 -3
- package/schematics/generators/filemanager-rtl/index.d.ts +0 -3
- package/schematics/generators/filemanager-rtl/index.js +0 -8
- package/schematics/generators/filemanager-rtl/index.ts +0 -8
- package/schematics/generators/filemanager-rtl/sample-details.d.ts +0 -5
- package/schematics/generators/filemanager-rtl/sample-details.js +0 -7
- package/schematics/generators/filemanager-rtl/sample-details.ts +0 -5
- package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -17
- package/schematics/generators/filemanager-rtl/schema.d.ts +0 -3
- package/schematics/generators/filemanager-rtl/schema.js +0 -2
- package/schematics/generators/filemanager-rtl/schema.json +0 -124
- package/schematics/generators/filemanager-rtl/schema.ts +0 -3
|
@@ -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,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,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} 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};\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 ]\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','height','locale','navigationPaneSettings','path','popupTarget','rootAliasName','searchSettings','selectedItems','showFileExtension','showHiddenItems','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\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,ValueType,SortComparer,ViewType,SortOrder,ToolBarItems,MenuItems,IToolBarItems,NotifyArgs,ReadArgs,MouseArgs,UploadArgs,RetryArgs,ErrorArgs,DialogOptions,SearchArgs,FileDetails,Permission,FileData,DownloadArgs,FileDragEventArgs,BeforeSendEventArgs,BeforeDownloadEventArgs,BeforeImageLoadEventArgs,FolderCreateEventArgs,DeleteEventArgs,RenameEventArgs,MoveEventArgs,SearchEventArgs,SuccessEventArgs,FailureEventArgs,FileLoadEventArgs,FileOpenEventArgs,PopupOpenCloseEventArgs,BeforePopupOpenCloseEventArgs,FileSelectEventArgs,FileSelectionEventArgs,ToolbarCreateEventArgs,ToolbarClickEventArgs,MenuClickEventArgs,MenuOpenEventArgs,MenuCloseEventArgs,UploadListCreateArgs,FileInfo,ValidationMessages,IFileManager,ITreeView,IContextMenu,Toolbar,BreadCrumbBar,Virtualization,NavigationPane,DetailsView,LargeIconsView,createDialog,createExtDialog,createImageDialog,ContextMenu,read,createFolder,filter,rename,paste,Delete,GetDetails,isFileSystemData,Search,Download,sortComparer,updatePath,getPath,getPathId,getPathNames,getParents,generatePath,removeActive,activeElement,addBlur,removeBlur,getModule,searchWordHandler,updateLayout,getTargetModule,refresh,openAction,getPathObject,copyFiles,cutFiles,fileType,getImageUrl,getFullPath,getName,getSortedData,getObject,createEmptyElement,getDirectories,setNodeId,setDateObject,getLocaleText,getCssClass,sortbyClickHandler,getSortField,setNextPath,openSearchFolder,pasteHandler,validateSubFolder,dropHandler,getParentPath,getDirectoryPath,doPasteUpdate,readDropPath,getDuplicateData,createVirtualDragElement,dragStopHandler,dragStartHandler,dragCancel,removeDropTarget,removeItemClass,scrollHandler,draggingHandler,objectToString,getItemName,updateRenamingData,doRename,doDownload,doDeleteFiles,doDownloadFiles,createDeniedDialog,getAccessClass,hasReadAccess,hasEditAccess,hasContentAccess,hasUploadAccess,hasDownloadAccess,createNewFolder,uploadItem,closePopup,getAccessDetails} 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','enableRangeSelection','enableRtl','enableVirtualization','fileSystemData','height','locale','navigationPaneSettings','path','popupTarget','rootAliasName','searchSettings','selectedItems','showFileExtension','showHiddenItems','showItemCheckBoxes','showThumbnail','sortBy','sortComparer','sortOrder','toolbarItems','toolbarSettings','uploadSettings','view','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeDelete','beforeDownload','beforeFolderCreate','beforeImageLoad','beforeMove','beforePopupClose','beforePopupOpen','beforeRename','beforeSend','created','delete','destroyed','failure','fileDragStart','fileDragStop','fileDragging','fileDropped','fileLoad','fileOpen','fileSelect','fileSelection','folderCreate','menuClick','menuClose','menuOpen','move','popupClose','popupOpen','rename','search','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\tbeforeDelete: any;\n\tbeforeDownload: any;\n\tbeforeFolderCreate: any;\n\tbeforeImageLoad: any;\n\tbeforeMove: any;\n\tbeforePopupClose: any;\n\tbeforePopupOpen: any;\n\tbeforeRename: any;\n\tbeforeSend: any;\n\tcreated: any;\n\tdelete: 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\tfolderCreate: any;\n\tmenuClick: any;\n\tmenuClose: any;\n\tmenuOpen: any;\n\tmove: any;\n\tpopupClose: any;\n\tpopupOpen: any;\n\trename: any;\n\tsearch: 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.beforeDelete;\n/** @type {?} */\nFileManagerComponent.prototype.beforeDownload;\n/** @type {?} */\nFileManagerComponent.prototype.beforeFolderCreate;\n/** @type {?} */\nFileManagerComponent.prototype.beforeImageLoad;\n/** @type {?} */\nFileManagerComponent.prototype.beforeMove;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupClose;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.beforeRename;\n/** @type {?} */\nFileManagerComponent.prototype.beforeSend;\n/** @type {?} */\nFileManagerComponent.prototype.created;\n/** @type {?} */\nFileManagerComponent.prototype.delete;\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.folderCreate;\n/** @type {?} */\nFileManagerComponent.prototype.menuClick;\n/** @type {?} */\nFileManagerComponent.prototype.menuClose;\n/** @type {?} */\nFileManagerComponent.prototype.menuOpen;\n/** @type {?} */\nFileManagerComponent.prototype.move;\n/** @type {?} */\nFileManagerComponent.prototype.popupClose;\n/** @type {?} */\nFileManagerComponent.prototype.popupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.rename;\n/** @type {?} */\nFileManagerComponent.prototype.search;\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/README.md
CHANGED
|
@@ -1,52 +1,131 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Angular FileManager Component
|
|
2
2
|
|
|
3
|
-
The
|
|
3
|
+
The [Angular FileManager](https://www.syncfusion.com/angular-components/angular-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm) component is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system.
|
|
4
4
|
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm">Getting Started</a> .
|
|
7
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm#/material/file-manager/overview">Online demos</a> .
|
|
8
|
+
<a href="https://www.syncfusion.com/angular-components/angular-file-manager?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm">Learn more</a>
|
|
9
|
+
</p>
|
|
5
10
|
|
|
6
|
-
>
|
|
11
|
+
<p align="center">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-filemanager.png">
|
|
13
|
+
</P>
|
|
7
14
|
|
|
8
|
-
>
|
|
15
|
+
<p align="center">
|
|
16
|
+
Trusted by the world's leading companies
|
|
17
|
+
<a href="https://www.syncfusion.com/">
|
|
18
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
9
21
|
|
|
10
22
|
## Setup
|
|
11
23
|
|
|
12
|
-
|
|
24
|
+
You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install Angular CLI use the following command.
|
|
13
25
|
|
|
14
|
-
```
|
|
15
|
-
npm install @
|
|
26
|
+
```bash
|
|
27
|
+
npm install -g @angular/cli
|
|
16
28
|
```
|
|
17
29
|
|
|
18
|
-
|
|
30
|
+
Create a new Angular application using below Angular CLI command.
|
|
19
31
|
|
|
20
|
-
|
|
32
|
+
```bash
|
|
33
|
+
ng new my-app
|
|
34
|
+
cd my-app
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Adding Syncfusion FileManager package
|
|
38
|
+
|
|
39
|
+
All Syncfusion Angular packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Angular FileManager package, use the following command.
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
ng add @syncfusion/ej2-angular-filemanager
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
The above command does the below configuration to your Angular app.
|
|
21
46
|
|
|
22
|
-
*
|
|
47
|
+
* Adds `@syncfusion/ej2-angular-filemanager` package and its peer dependencies to your `package.json` file.
|
|
48
|
+
* Import the `FileManagerModule` in your application module `app.module.ts`.
|
|
49
|
+
* Register the Syncfusion UI Default theme in the `angular.json` file.
|
|
23
50
|
|
|
51
|
+
This makes it easy to add the Syncfusion Angular FileManager module to your project and start using it in your application.
|
|
24
52
|
|
|
25
|
-
|
|
53
|
+
### Add Angular FileManager component
|
|
26
54
|
|
|
27
|
-
|
|
55
|
+
In src/app/app.component.ts, use `<ejs-filemanager>` selector in `template` attribute of `@Component` directive to render the Syncfusion Angular FileManager component.
|
|
56
|
+
|
|
57
|
+
Add the FileManager component snippet in **app.component.html** as follows.
|
|
58
|
+
|
|
59
|
+
```html
|
|
60
|
+
<ejs-filemanager id='default-filemanager' [ajaxSettings]='ajaxSettings'>
|
|
61
|
+
</ejs-filemanager>
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Refer the FileManager component snippet in **app.component.ts** as follows.
|
|
65
|
+
|
|
66
|
+
```typescript
|
|
67
|
+
import { Component } from '@angular/core';
|
|
68
|
+
@Component({
|
|
69
|
+
selector: 'app-root',
|
|
70
|
+
styleUrls: ['app/app.component.css'],
|
|
71
|
+
templateUrl: 'app/app.component.html'
|
|
72
|
+
})
|
|
73
|
+
export class AppComponent {
|
|
74
|
+
public hostUrl: string = 'https://ej2-aspcore-service.azurewebsites.net/';
|
|
75
|
+
public ajaxSettings: object = {
|
|
76
|
+
url: this.hostUrl + 'api/FileManager/FileOperations'
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Supported frameworks
|
|
82
|
+
|
|
83
|
+
The FileManager component is also offered in following list of frameworks,
|
|
84
|
+
|
|
85
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
86
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
87
|
+
|
|
88
|
+
## Showcase samples
|
|
89
|
+
|
|
90
|
+
* Expense Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/#/dashboard?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm)
|
|
91
|
+
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ng-loancalculator?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm)
|
|
92
|
+
|
|
93
|
+
## Key features
|
|
28
94
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
95
|
+
* [File and directory management](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#/bootstrap5/file-manager/directory-upload): The component allows users to upload, download, rename, sort, cut, copy, and paste files and directories.
|
|
96
|
+
* [Multiple layout options](https://ej2.syncfusion.com/angular/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#view): The component supports both large icons view and details view layout, giving users the ability to choose the display option that works best for them.
|
|
97
|
+
* [Multiple file providers](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#/bootstrap5/file-manager/azure-service): The component supports a range of file providers, including Amazon S3, MS Azure, NodeJS, Google file systems, and local physical file providers, giving users flexibility in how they store and access their files.
|
|
98
|
+
* [Search functionality](https://ej2.syncfusion.com/angular/documentation/file-manager/file-operations/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#search): The component includes a search feature that allows users to easily locate specific files within their file system.
|
|
99
|
+
* [Customizable interface](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#/bootstrap5/file-manager/custom): The component's interface can be customized to fit the needs and preferences of users, allowing for a personalized experience.
|
|
100
|
+
* [Responsive design](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#/bootstrap5/file-manager/overview): The component is designed to be responsive, ensuring that it works seamlessly across a range of devices and screen sizes.
|
|
101
|
+
* [Easy integration](https://ej2.syncfusion.com/angular/documentation/file-manager/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm): The component is easy to integrate into existing projects, making it a convenient and straightforward solution for file management.
|
|
102
|
+
* [Context menu](https://ej2.syncfusion.com/angular/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#context-menu): The component includes a context menu that allows users to quickly and easily access file management options.
|
|
103
|
+
* [Toolbar](https://ej2.syncfusion.com/angular/documentation/file-manager/user-interface/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm#toolbar): The component's toolbar provides a flexible way to manage file operations, making it easy for users to perform common tasks.
|
|
104
|
+
* [Access control](https://ej2.syncfusion.com/angular/documentation/file-manager/access-control/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm): The component allows users to define a set of access rules for their folders and files, giving them control over who can access specific resources.
|
|
105
|
+
* [Multiple file selection](https://ej2.syncfusion.com/angular/documentation/file-manager/multiple-selection/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm): The component supports the selection of multiple files, making it easy for users to perform bulk operations.
|
|
106
|
+
* [Localization](https://ej2.syncfusion.com/angular/documentation/file-manager/localization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm): The component supports localization, allowing it to be used in a variety of languages and regions.
|
|
107
|
+
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/file-manager/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-manager-npm): The component is designed with accessibility in mind, ensuring that it is usable by users with disabilities.
|
|
35
108
|
|
|
36
109
|
## Support
|
|
37
110
|
|
|
38
|
-
Product support is available
|
|
111
|
+
Product support is available through following mediums.
|
|
39
112
|
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
113
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
114
|
+
* [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm)
|
|
115
|
+
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
116
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-filemanager-npm)
|
|
117
|
+
* Live chat
|
|
43
118
|
|
|
44
|
-
##
|
|
119
|
+
## Changelog
|
|
45
120
|
|
|
46
|
-
Check the
|
|
121
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
47
122
|
|
|
48
|
-
##
|
|
123
|
+
## License and copyright
|
|
124
|
+
|
|
125
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
126
|
+
|
|
127
|
+
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
49
128
|
|
|
50
|
-
|
|
129
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
|
|
51
130
|
|
|
52
|
-
|
|
131
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: ej2-angular-filemanager.umd.js
|
|
3
|
-
* version : 20.1.47
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
-
* Use of this code is subject to the terms of our license.
|
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
-
* applicable laws.
|
|
9
|
-
*/
|
|
10
1
|
(function (global, factory) {
|
|
11
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-filemanager'), require('@angular/common')) :
|
|
12
3
|
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-filemanager', '@angular/common'], factory) :
|
|
@@ -37,8 +28,82 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
37
28
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
29
|
return Reflect.metadata(k, v);
|
|
39
30
|
};
|
|
40
|
-
var
|
|
41
|
-
var outputs = [
|
|
31
|
+
var input = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'name', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
|
|
32
|
+
var outputs = [];
|
|
33
|
+
var ToolbarItemDirective = /** @class */ (function (_super) {
|
|
34
|
+
__extends(ToolbarItemDirective, _super);
|
|
35
|
+
/**
|
|
36
|
+
* @param {?} viewContainerRef
|
|
37
|
+
*/
|
|
38
|
+
function ToolbarItemDirective(viewContainerRef) {
|
|
39
|
+
var _this = _super.call(this) || this;
|
|
40
|
+
_this.viewContainerRef = viewContainerRef;
|
|
41
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
42
|
+
_this.registerEvents(outputs);
|
|
43
|
+
_this.directivePropList = input;
|
|
44
|
+
return _this;
|
|
45
|
+
}
|
|
46
|
+
return ToolbarItemDirective;
|
|
47
|
+
}(ej2AngularBase.ComplexBase));
|
|
48
|
+
ToolbarItemDirective.decorators = [
|
|
49
|
+
{ type: core.Directive, args: [{
|
|
50
|
+
selector: 'e-toolbaritems>e-toolbaritem',
|
|
51
|
+
inputs: input,
|
|
52
|
+
outputs: outputs,
|
|
53
|
+
queries: {}
|
|
54
|
+
},] },
|
|
55
|
+
];
|
|
56
|
+
/**
|
|
57
|
+
* @nocollapse
|
|
58
|
+
*/
|
|
59
|
+
ToolbarItemDirective.ctorParameters = function () { return [
|
|
60
|
+
{ type: core.ViewContainerRef, },
|
|
61
|
+
]; };
|
|
62
|
+
ToolbarItemDirective.propDecorators = {
|
|
63
|
+
'template': [{ type: core.ContentChild, args: ['template',] },],
|
|
64
|
+
};
|
|
65
|
+
__decorate([
|
|
66
|
+
ej2AngularBase.Template(),
|
|
67
|
+
__metadata("design:type", Object)
|
|
68
|
+
], ToolbarItemDirective.prototype, "template", void 0);
|
|
69
|
+
/**
|
|
70
|
+
* ToolbarItem Array Directive
|
|
71
|
+
*/
|
|
72
|
+
var ToolbarItemsDirective = /** @class */ (function (_super) {
|
|
73
|
+
__extends(ToolbarItemsDirective, _super);
|
|
74
|
+
function ToolbarItemsDirective() {
|
|
75
|
+
return _super.call(this, 'toolbaritems') || this;
|
|
76
|
+
}
|
|
77
|
+
return ToolbarItemsDirective;
|
|
78
|
+
}(ej2AngularBase.ArrayBase));
|
|
79
|
+
ToolbarItemsDirective.decorators = [
|
|
80
|
+
{ type: core.Directive, args: [{
|
|
81
|
+
selector: 'ejs-filemanager>e-toolbaritems',
|
|
82
|
+
queries: {
|
|
83
|
+
children: new core.ContentChildren(ToolbarItemDirective)
|
|
84
|
+
},
|
|
85
|
+
},] },
|
|
86
|
+
];
|
|
87
|
+
/**
|
|
88
|
+
* @nocollapse
|
|
89
|
+
*/
|
|
90
|
+
ToolbarItemsDirective.ctorParameters = function () { return []; };
|
|
91
|
+
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
92
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
93
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
94
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
95
|
+
else
|
|
96
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
97
|
+
if (d = decorators[i])
|
|
98
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
99
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
100
|
+
};
|
|
101
|
+
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
102
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
103
|
+
return Reflect.metadata(k, v);
|
|
104
|
+
};
|
|
105
|
+
var inputs = ['ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRangeSelection', 'enableRtl', 'enableVirtualization', 'fileSystemData', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showItemCheckBoxes', 'showThumbnail', 'sortBy', 'sortComparer', 'sortOrder', 'toolbarItems', 'toolbarSettings', 'uploadSettings', 'view', 'width'];
|
|
106
|
+
var outputs$1 = ['beforeDelete', 'beforeDownload', 'beforeFolderCreate', 'beforeImageLoad', 'beforeMove', 'beforePopupClose', 'beforePopupOpen', 'beforeRename', 'beforeSend', 'created', 'delete', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'folderCreate', 'menuClick', 'menuClose', 'menuOpen', 'move', 'popupClose', 'popupOpen', 'rename', 'search', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
|
|
42
107
|
var twoWays = [''];
|
|
43
108
|
/**
|
|
44
109
|
* Represents the Essential JS 2 Angular FileManager Component.
|
|
@@ -60,6 +125,7 @@ exports.FileManagerComponent = /** @class */ (function (_super) {
|
|
|
60
125
|
_this.srenderer = srenderer;
|
|
61
126
|
_this.viewContainerRef = viewContainerRef;
|
|
62
127
|
_this.injector = injector;
|
|
128
|
+
_this.tags = ['toolbarItems'];
|
|
63
129
|
_this.element = _this.ngEle.nativeElement;
|
|
64
130
|
_this.injectedModules = _this.injectedModules || [];
|
|
65
131
|
try {
|
|
@@ -104,7 +170,14 @@ exports.FileManagerComponent = /** @class */ (function (_super) {
|
|
|
104
170
|
}
|
|
105
171
|
}
|
|
106
172
|
catch (_f) { }
|
|
107
|
-
|
|
173
|
+
try {
|
|
174
|
+
var mod = _this.injector.get('FileManagerVirtualization');
|
|
175
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
176
|
+
_this.injectedModules.push(mod);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
catch (_g) { }
|
|
180
|
+
_this.registerEvents(outputs$1);
|
|
108
181
|
_this.addTwoWay.call(_this, twoWays);
|
|
109
182
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
110
183
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
@@ -132,6 +205,7 @@ exports.FileManagerComponent = /** @class */ (function (_super) {
|
|
|
132
205
|
* @return {?}
|
|
133
206
|
*/
|
|
134
207
|
FileManagerComponent.prototype.ngAfterContentChecked = function () {
|
|
208
|
+
this.tagObjects[0].instance = this.childToolbarItems;
|
|
135
209
|
this.context.ngAfterContentChecked(this);
|
|
136
210
|
};
|
|
137
211
|
return FileManagerComponent;
|
|
@@ -140,10 +214,12 @@ exports.FileManagerComponent.decorators = [
|
|
|
140
214
|
{ type: core.Component, args: [{
|
|
141
215
|
selector: 'ejs-filemanager',
|
|
142
216
|
inputs: inputs,
|
|
143
|
-
outputs: outputs,
|
|
217
|
+
outputs: outputs$1,
|
|
144
218
|
template: '',
|
|
145
219
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
146
|
-
queries: {
|
|
220
|
+
queries: {
|
|
221
|
+
childToolbarItems: new core.ContentChild(ToolbarItemsDirective)
|
|
222
|
+
}
|
|
147
223
|
},] },
|
|
148
224
|
];
|
|
149
225
|
/**
|
|
@@ -155,9 +231,9 @@ exports.FileManagerComponent.ctorParameters = function () { return [
|
|
|
155
231
|
{ type: core.ViewContainerRef, },
|
|
156
232
|
{ type: core.Injector, },
|
|
157
233
|
]; };
|
|
158
|
-
exports.FileManagerComponent = __decorate([
|
|
234
|
+
exports.FileManagerComponent = __decorate$1([
|
|
159
235
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
160
|
-
__metadata("design:paramtypes", [core.ElementRef,
|
|
236
|
+
__metadata$1("design:paramtypes", [core.ElementRef,
|
|
161
237
|
core.Renderer2,
|
|
162
238
|
core.ViewContainerRef,
|
|
163
239
|
core.Injector])
|
|
@@ -174,10 +250,14 @@ FileManagerModule.decorators = [
|
|
|
174
250
|
{ type: core.NgModule, args: [{
|
|
175
251
|
imports: [common.CommonModule],
|
|
176
252
|
declarations: [
|
|
177
|
-
exports.FileManagerComponent
|
|
253
|
+
exports.FileManagerComponent,
|
|
254
|
+
ToolbarItemDirective,
|
|
255
|
+
ToolbarItemsDirective
|
|
178
256
|
],
|
|
179
257
|
exports: [
|
|
180
|
-
exports.FileManagerComponent
|
|
258
|
+
exports.FileManagerComponent,
|
|
259
|
+
ToolbarItemDirective,
|
|
260
|
+
ToolbarItemsDirective
|
|
181
261
|
]
|
|
182
262
|
},] },
|
|
183
263
|
];
|
|
@@ -191,6 +271,7 @@ var LargeIconsViewService = { provide: 'FileManagerLargeIconsView', useValue: ej
|
|
|
191
271
|
var ToolbarService = { provide: 'FileManagerToolbar', useValue: ej2Filemanager.Toolbar };
|
|
192
272
|
var ContextMenuService = { provide: 'FileManagerContextMenu', useValue: ej2Filemanager.ContextMenu };
|
|
193
273
|
var BreadCrumbBarService = { provide: 'FileManagerBreadCrumbBar', useValue: ej2Filemanager.BreadCrumbBar };
|
|
274
|
+
var VirtualizationService = { provide: 'FileManagerVirtualization', useValue: ej2Filemanager.Virtualization };
|
|
194
275
|
/**
|
|
195
276
|
* NgModule definition for the FileManager component with providers.
|
|
196
277
|
*/
|
|
@@ -211,7 +292,8 @@ FileManagerAllModule.decorators = [
|
|
|
211
292
|
LargeIconsViewService,
|
|
212
293
|
ToolbarService,
|
|
213
294
|
ContextMenuService,
|
|
214
|
-
BreadCrumbBarService
|
|
295
|
+
BreadCrumbBarService,
|
|
296
|
+
VirtualizationService
|
|
215
297
|
]
|
|
216
298
|
},] },
|
|
217
299
|
];
|
|
@@ -220,6 +302,8 @@ FileManagerAllModule.decorators = [
|
|
|
220
302
|
*/
|
|
221
303
|
FileManagerAllModule.ctorParameters = function () { return []; };
|
|
222
304
|
|
|
305
|
+
exports.ToolbarItemDirective = ToolbarItemDirective;
|
|
306
|
+
exports.ToolbarItemsDirective = ToolbarItemsDirective;
|
|
223
307
|
exports.FileManagerModule = FileManagerModule;
|
|
224
308
|
exports.FileManagerAllModule = FileManagerAllModule;
|
|
225
309
|
exports.DetailsViewService = DetailsViewService;
|
|
@@ -228,11 +312,13 @@ exports.LargeIconsViewService = LargeIconsViewService;
|
|
|
228
312
|
exports.ToolbarService = ToolbarService;
|
|
229
313
|
exports.ContextMenuService = ContextMenuService;
|
|
230
314
|
exports.BreadCrumbBarService = BreadCrumbBarService;
|
|
315
|
+
exports.VirtualizationService = VirtualizationService;
|
|
231
316
|
exports.ɵa = inputs;
|
|
232
|
-
exports.ɵb = outputs;
|
|
317
|
+
exports.ɵb = outputs$1;
|
|
233
318
|
exports.AjaxSettings = ej2Filemanager.AjaxSettings;
|
|
234
|
-
exports.
|
|
319
|
+
exports.defaultToolbarItems = ej2Filemanager.defaultToolbarItems;
|
|
235
320
|
exports.ToolbarSettings = ej2Filemanager.ToolbarSettings;
|
|
321
|
+
exports.ToolbarItem = ej2Filemanager.ToolbarItem;
|
|
236
322
|
exports.SearchSettings = ej2Filemanager.SearchSettings;
|
|
237
323
|
exports.columnArray = ej2Filemanager.columnArray;
|
|
238
324
|
exports.DetailsViewSettings = ej2Filemanager.DetailsViewSettings;
|
|
@@ -420,6 +506,7 @@ exports.permissionDownload = ej2Filemanager.permissionDownload;
|
|
|
420
506
|
exports.FileManager = ej2Filemanager.FileManager;
|
|
421
507
|
exports.Toolbar = ej2Filemanager.Toolbar;
|
|
422
508
|
exports.BreadCrumbBar = ej2Filemanager.BreadCrumbBar;
|
|
509
|
+
exports.Virtualization = ej2Filemanager.Virtualization;
|
|
423
510
|
exports.NavigationPane = ej2Filemanager.NavigationPane;
|
|
424
511
|
exports.DetailsView = ej2Filemanager.DetailsView;
|
|
425
512
|
exports.LargeIconsView = ej2Filemanager.LargeIconsView;
|
|
@@ -427,6 +514,86 @@ exports.createDialog = ej2Filemanager.createDialog;
|
|
|
427
514
|
exports.createExtDialog = ej2Filemanager.createExtDialog;
|
|
428
515
|
exports.createImageDialog = ej2Filemanager.createImageDialog;
|
|
429
516
|
exports.ContextMenu = ej2Filemanager.ContextMenu;
|
|
517
|
+
exports.read = ej2Filemanager.read;
|
|
518
|
+
exports.createFolder = ej2Filemanager.createFolder;
|
|
519
|
+
exports.filter = ej2Filemanager.filter;
|
|
520
|
+
exports.rename = ej2Filemanager.rename;
|
|
521
|
+
exports.paste = ej2Filemanager.paste;
|
|
522
|
+
exports.Delete = ej2Filemanager.Delete;
|
|
523
|
+
exports.GetDetails = ej2Filemanager.GetDetails;
|
|
524
|
+
exports.isFileSystemData = ej2Filemanager.isFileSystemData;
|
|
525
|
+
exports.Search = ej2Filemanager.Search;
|
|
526
|
+
exports.Download = ej2Filemanager.Download;
|
|
527
|
+
exports.sortComparer = ej2Filemanager.sortComparer;
|
|
528
|
+
exports.updatePath = ej2Filemanager.updatePath;
|
|
529
|
+
exports.getPath = ej2Filemanager.getPath;
|
|
530
|
+
exports.getPathId = ej2Filemanager.getPathId;
|
|
531
|
+
exports.getPathNames = ej2Filemanager.getPathNames;
|
|
532
|
+
exports.getParents = ej2Filemanager.getParents;
|
|
533
|
+
exports.generatePath = ej2Filemanager.generatePath;
|
|
534
|
+
exports.removeActive = ej2Filemanager.removeActive;
|
|
535
|
+
exports.activeElement = ej2Filemanager.activeElement;
|
|
536
|
+
exports.addBlur = ej2Filemanager.addBlur;
|
|
537
|
+
exports.removeBlur = ej2Filemanager.removeBlur;
|
|
538
|
+
exports.getModule = ej2Filemanager.getModule;
|
|
539
|
+
exports.searchWordHandler = ej2Filemanager.searchWordHandler;
|
|
540
|
+
exports.updateLayout = ej2Filemanager.updateLayout;
|
|
541
|
+
exports.getTargetModule = ej2Filemanager.getTargetModule;
|
|
542
|
+
exports.refresh = ej2Filemanager.refresh;
|
|
543
|
+
exports.openAction = ej2Filemanager.openAction;
|
|
544
|
+
exports.getPathObject = ej2Filemanager.getPathObject;
|
|
545
|
+
exports.copyFiles = ej2Filemanager.copyFiles;
|
|
546
|
+
exports.cutFiles = ej2Filemanager.cutFiles;
|
|
547
|
+
exports.fileType = ej2Filemanager.fileType;
|
|
548
|
+
exports.getImageUrl = ej2Filemanager.getImageUrl;
|
|
549
|
+
exports.getFullPath = ej2Filemanager.getFullPath;
|
|
550
|
+
exports.getName = ej2Filemanager.getName;
|
|
551
|
+
exports.getSortedData = ej2Filemanager.getSortedData;
|
|
552
|
+
exports.getObject = ej2Filemanager.getObject;
|
|
553
|
+
exports.createEmptyElement = ej2Filemanager.createEmptyElement;
|
|
554
|
+
exports.getDirectories = ej2Filemanager.getDirectories;
|
|
555
|
+
exports.setNodeId = ej2Filemanager.setNodeId;
|
|
556
|
+
exports.setDateObject = ej2Filemanager.setDateObject;
|
|
557
|
+
exports.getLocaleText = ej2Filemanager.getLocaleText;
|
|
558
|
+
exports.getCssClass = ej2Filemanager.getCssClass;
|
|
559
|
+
exports.sortbyClickHandler = ej2Filemanager.sortbyClickHandler;
|
|
560
|
+
exports.getSortField = ej2Filemanager.getSortField;
|
|
561
|
+
exports.setNextPath = ej2Filemanager.setNextPath;
|
|
562
|
+
exports.openSearchFolder = ej2Filemanager.openSearchFolder;
|
|
563
|
+
exports.pasteHandler = ej2Filemanager.pasteHandler;
|
|
564
|
+
exports.validateSubFolder = ej2Filemanager.validateSubFolder;
|
|
565
|
+
exports.dropHandler = ej2Filemanager.dropHandler;
|
|
566
|
+
exports.getParentPath = ej2Filemanager.getParentPath;
|
|
567
|
+
exports.getDirectoryPath = ej2Filemanager.getDirectoryPath;
|
|
568
|
+
exports.doPasteUpdate = ej2Filemanager.doPasteUpdate;
|
|
569
|
+
exports.readDropPath = ej2Filemanager.readDropPath;
|
|
570
|
+
exports.getDuplicateData = ej2Filemanager.getDuplicateData;
|
|
571
|
+
exports.createVirtualDragElement = ej2Filemanager.createVirtualDragElement;
|
|
572
|
+
exports.dragStopHandler = ej2Filemanager.dragStopHandler;
|
|
573
|
+
exports.dragStartHandler = ej2Filemanager.dragStartHandler;
|
|
574
|
+
exports.dragCancel = ej2Filemanager.dragCancel;
|
|
575
|
+
exports.removeDropTarget = ej2Filemanager.removeDropTarget;
|
|
576
|
+
exports.removeItemClass = ej2Filemanager.removeItemClass;
|
|
577
|
+
exports.scrollHandler = ej2Filemanager.scrollHandler;
|
|
578
|
+
exports.draggingHandler = ej2Filemanager.draggingHandler;
|
|
579
|
+
exports.objectToString = ej2Filemanager.objectToString;
|
|
580
|
+
exports.getItemName = ej2Filemanager.getItemName;
|
|
581
|
+
exports.updateRenamingData = ej2Filemanager.updateRenamingData;
|
|
582
|
+
exports.doRename = ej2Filemanager.doRename;
|
|
583
|
+
exports.doDownload = ej2Filemanager.doDownload;
|
|
584
|
+
exports.doDeleteFiles = ej2Filemanager.doDeleteFiles;
|
|
585
|
+
exports.doDownloadFiles = ej2Filemanager.doDownloadFiles;
|
|
586
|
+
exports.createDeniedDialog = ej2Filemanager.createDeniedDialog;
|
|
587
|
+
exports.getAccessClass = ej2Filemanager.getAccessClass;
|
|
588
|
+
exports.hasReadAccess = ej2Filemanager.hasReadAccess;
|
|
589
|
+
exports.hasEditAccess = ej2Filemanager.hasEditAccess;
|
|
590
|
+
exports.hasContentAccess = ej2Filemanager.hasContentAccess;
|
|
591
|
+
exports.hasUploadAccess = ej2Filemanager.hasUploadAccess;
|
|
592
|
+
exports.hasDownloadAccess = ej2Filemanager.hasDownloadAccess;
|
|
593
|
+
exports.createNewFolder = ej2Filemanager.createNewFolder;
|
|
594
|
+
exports.uploadItem = ej2Filemanager.uploadItem;
|
|
595
|
+
exports.closePopup = ej2Filemanager.closePopup;
|
|
596
|
+
exports.getAccessDetails = ej2Filemanager.getAccessDetails;
|
|
430
597
|
|
|
431
598
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
432
599
|
|