@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.umd.min.js","sources":["~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.component.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager-all.module.ts"],"sourcesContent":["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","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 { 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"],"names":["inputs","outputs","twoWays","exports","FileManagerComponent","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","registerEvents","addTwoWay","setValue","context","ComponentBase","__extends","prototype","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","FileManager","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","__decorate","ComponentMixins","__metadata","FileManagerModule","NgModule","imports","CommonModule","declarations","DetailsViewService","provide","useValue","DetailsView","NavigationPaneService","NavigationPane","LargeIconsViewService","LargeIconsView","ToolbarService","Toolbar","ContextMenuService","ContextMenu","BreadCrumbBarService","BreadCrumbBar","VirtualizationService","Virtualization","FileManagerAllModule","providers"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-filemanager.umd.min.js","sources":["~/@syncfusion/ej2-angular-filemanager/src/file-manager/toolbaritems.directive.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.component.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager-all.module.ts"],"sourcesContent":["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","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 { 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 { 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"],"names":["input","outputs","ToolbarItemDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","propDecorators","template","ContentChild","__decorate","Template","prototype","ToolbarItemsDirective","ArrayBase","children","ContentChildren","twoWays","exports","FileManagerComponent","ngEle","srenderer","injector","tags","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","addTwoWay","context","ComponentBase","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childToolbarItems","FileManager","Component","changeDetection","ChangeDetectionStrategy","OnPush","ElementRef","Renderer2","Injector","ComponentMixins","__metadata","FileManagerModule","NgModule","imports","CommonModule","declarations","DetailsViewService","provide","useValue","DetailsView","NavigationPaneService","NavigationPane","LargeIconsViewService","LargeIconsView","ToolbarService","Toolbar","ContextMenuService","ContextMenu","BreadCrumbBarService","BreadCrumbBar","VirtualizationService","Virtualization","FileManagerAllModule","providers"],"mappings":"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"}
@@ -1 +1 @@
1
- {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-filemanager"}],"metadata":{"ɵa":["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"],"ɵb":["beforeDownload","beforeImageLoad","beforePopupClose","beforePopupOpen","beforeSend","created","destroyed","failure","fileDragStart","fileDragStop","fileDragging","fileDropped","fileLoad","fileOpen","fileSelect","fileSelection","menuClick","menuOpen","popupClose","popupOpen","success","toolbarClick","toolbarCreate","uploadListCreate"],"FileManagerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"FileManager"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-filemanager","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"FileManagerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"FileManagerComponent"}],"exports":[{"__symbolic":"reference","name":"FileManagerComponent"}]}]}],"members":{}},"FileManagerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"FileManagerModule"}],"exports":[{"__symbolic":"reference","name":"FileManagerModule"}],"providers":[{"__symbolic":"reference","name":"DetailsViewService"},{"__symbolic":"reference","name":"NavigationPaneService"},{"__symbolic":"reference","name":"LargeIconsViewService"},{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"ContextMenuService"},{"__symbolic":"reference","name":"BreadCrumbBarService"},{"__symbolic":"reference","name":"VirtualizationService"}]}]}],"members":{}},"DetailsViewService":{"provide":"FileManagerDetailsView","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"DetailsView"}},"NavigationPaneService":{"provide":"FileManagerNavigationPane","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"NavigationPane"}},"LargeIconsViewService":{"provide":"FileManagerLargeIconsView","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"LargeIconsView"}},"ToolbarService":{"provide":"FileManagerToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"Toolbar"}},"ContextMenuService":{"provide":"FileManagerContextMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"ContextMenu"}},"BreadCrumbBarService":{"provide":"FileManagerBreadCrumbBar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"BreadCrumbBar"}},"VirtualizationService":{"provide":"FileManagerVirtualization","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"Virtualization"}}},"origins":{"ɵa":"./src/file-manager/filemanager.component","ɵb":"./src/file-manager/filemanager.component","FileManagerComponent":"./src/file-manager/filemanager.component","FileManagerModule":"./src/file-manager/filemanager.module","FileManagerAllModule":"./src/file-manager/filemanager-all.module","DetailsViewService":"./src/file-manager/filemanager-all.module","NavigationPaneService":"./src/file-manager/filemanager-all.module","LargeIconsViewService":"./src/file-manager/filemanager-all.module","ToolbarService":"./src/file-manager/filemanager-all.module","ContextMenuService":"./src/file-manager/filemanager-all.module","BreadCrumbBarService":"./src/file-manager/filemanager-all.module","VirtualizationService":"./src/file-manager/filemanager-all.module"},"importAs":"@syncfusion/ej2-angular-filemanager"}
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-filemanager"}],"metadata":{"ɵa":["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"],"ɵb":["beforeDownload","beforeImageLoad","beforePopupClose","beforePopupOpen","beforeSend","created","destroyed","failure","fileDragStart","fileDragStop","fileDragging","fileDropped","fileLoad","fileOpen","fileSelect","fileSelection","menuClick","menuOpen","popupClose","popupOpen","success","toolbarClick","toolbarCreate","uploadListCreate"],"ToolbarItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-toolbaritems>e-toolbaritem","inputs":["align","cssClass","disabled","htmlAttributes","id","name","overflow","prefixIcon","showAlwaysInPopup","showTextOn","suffixIcon","tabIndex","template","text","tooltipText","type","visible","width"],"outputs":[],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ToolbarItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-filemanager>e-toolbaritems","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ToolbarItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"FileManagerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"FileManager"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-filemanager","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childToolbarItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ToolbarItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"FileManagerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"FileManagerComponent"},{"__symbolic":"reference","name":"ToolbarItemDirective"},{"__symbolic":"reference","name":"ToolbarItemsDirective"}],"exports":[{"__symbolic":"reference","name":"FileManagerComponent"},{"__symbolic":"reference","name":"ToolbarItemDirective"},{"__symbolic":"reference","name":"ToolbarItemsDirective"}]}]}],"members":{}},"FileManagerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"FileManagerModule"}],"exports":[{"__symbolic":"reference","name":"FileManagerModule"}],"providers":[{"__symbolic":"reference","name":"DetailsViewService"},{"__symbolic":"reference","name":"NavigationPaneService"},{"__symbolic":"reference","name":"LargeIconsViewService"},{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"ContextMenuService"},{"__symbolic":"reference","name":"BreadCrumbBarService"},{"__symbolic":"reference","name":"VirtualizationService"}]}]}],"members":{}},"DetailsViewService":{"provide":"FileManagerDetailsView","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"DetailsView"}},"NavigationPaneService":{"provide":"FileManagerNavigationPane","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"NavigationPane"}},"LargeIconsViewService":{"provide":"FileManagerLargeIconsView","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"LargeIconsView"}},"ToolbarService":{"provide":"FileManagerToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"Toolbar"}},"ContextMenuService":{"provide":"FileManagerContextMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"ContextMenu"}},"BreadCrumbBarService":{"provide":"FileManagerBreadCrumbBar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"BreadCrumbBar"}},"VirtualizationService":{"provide":"FileManagerVirtualization","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-filemanager","name":"Virtualization"}}},"origins":{"ɵa":"./src/file-manager/filemanager.component","ɵb":"./src/file-manager/filemanager.component","ToolbarItemDirective":"./src/file-manager/toolbaritems.directive","ToolbarItemsDirective":"./src/file-manager/toolbaritems.directive","FileManagerComponent":"./src/file-manager/filemanager.component","FileManagerModule":"./src/file-manager/filemanager.module","FileManagerAllModule":"./src/file-manager/filemanager-all.module","DetailsViewService":"./src/file-manager/filemanager-all.module","NavigationPaneService":"./src/file-manager/filemanager-all.module","LargeIconsViewService":"./src/file-manager/filemanager-all.module","ToolbarService":"./src/file-manager/filemanager-all.module","ContextMenuService":"./src/file-manager/filemanager-all.module","BreadCrumbBarService":"./src/file-manager/filemanager-all.module","VirtualizationService":"./src/file-manager/filemanager-all.module"},"importAs":"@syncfusion/ej2-angular-filemanager"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-filemanager@*",
3
- "_id": "@syncfusion/ej2-angular-filemanager@22.2.10",
3
+ "_id": "@syncfusion/ej2-angular-filemanager@18.26.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-V9QuDLCd3ufKG+ONfgoBHtZtMDWqxIQyBVD04kVQSaPSjk1jd67BURrPwXLiNIGXwR8NUSsTKNYITwZdaPZZ6w==",
5
+ "_integrity": "sha512-n6NO5hv4cEXwOdyEJ6BF7kJf25ClJnVcxmay/CfAztoI8T3NmA0hDU5M6qAgOzqe72bZtvHcbxGw1FiCQdOjDg==",
6
6
  "_location": "/@syncfusion/ej2-angular-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-22.2.10.tgz",
23
- "_shasum": "47025d3a5f1b2b1559afa11bd2330828c6924ed8",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-18.26.0.tgz",
23
+ "_shasum": "4f1b23a88e10fa9f346fbe897251e4e82da37c55",
24
24
  "_spec": "@syncfusion/ej2-angular-filemanager@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~22.2.5",
35
- "@syncfusion/ej2-base": "~22.2.12",
36
- "@syncfusion/ej2-filemanager": "22.2.12"
34
+ "@syncfusion/ej2-angular-base": "~23.1.36",
35
+ "@syncfusion/ej2-base": "~23.1.36",
36
+ "@syncfusion/ej2-filemanager": "23.1.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for Angular",
@@ -63,5 +63,5 @@
63
63
  "schematics": "./schematics/collection.json",
64
64
  "sideEffects": false,
65
65
  "typings": "ej2-angular-filemanager.d.ts",
66
- "version": "22.2.12-ngcc"
66
+ "version": "23.1.36-ngcc"
67
67
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-filemanager";
2
- export declare const pkgVer = "^22.2.10";
2
+ export declare const pkgVer = "^18.26.0";
3
3
  export declare const moduleName = "FileManagerModule";
4
- export declare const themeVer = "~22.2.10";
4
+ export declare const themeVer = "~18.26.0";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-filemanager';
4
- exports.pkgVer = '^22.2.12';
4
+ exports.pkgVer = '^23.1.36';
5
5
  exports.moduleName = 'FileManagerModule';
6
- exports.themeVer = '~22.2.12';
6
+ exports.themeVer = '~23.1.36';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^22.2.12';
2
+ export const pkgVer = '^23.1.36';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~22.2.12';
4
+ export const themeVer = '~23.1.36';
@@ -1,6 +1,7 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { FileManager } from '@syncfusion/ej2-filemanager';
4
+ import { ToolbarItemsDirective } from './toolbaritems.directive';
4
5
  export declare const inputs: string[];
5
6
  export declare const outputs: string[];
6
7
  export declare const twoWays: string[];
@@ -41,6 +42,8 @@ export declare class FileManagerComponent extends FileManager implements ICompon
41
42
  toolbarClick: any;
42
43
  toolbarCreate: any;
43
44
  uploadListCreate: any;
45
+ childToolbarItems: QueryList<ToolbarItemsDirective>;
46
+ tags: string[];
44
47
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
45
48
  ngOnInit(): void;
46
49
  ngAfterViewInit(): void;
@@ -0,0 +1,144 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * Specifies the types of command to be rendered in the Toolbar.
8
+ * Supported types are:
9
+ * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
10
+ * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
11
+ * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
12
+ * AutoComplete, etc.
13
+ * @default 'Button'
14
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button
15
+ * @isenumeration true
16
+ * @asptype Syncfusion.EJ2.Navigations.ItemType
17
+ */
18
+ type: any;
19
+ /**
20
+ * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
21
+ * The possible values for this property as follows
22
+ * * `Left`: To align commands to the left side of the Toolbar.
23
+ * * `Center`: To align commands at the center of the Toolbar.
24
+ * * `Right`: To align commands to the right side of the Toolbar.
25
+ * @default 'Left'
26
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left
27
+ * @isenumeration true
28
+ * @asptype Syncfusion.EJ2.Navigations.ItemAlign
29
+ */
30
+ align: any;
31
+ /**
32
+ * Defines single/multiple classes (separated by space) to be used for customization of commands.
33
+ * @default ""
34
+ */
35
+ cssClass: any;
36
+ /**
37
+ * Specifies whether an item should be disabled or not.
38
+ * @default false
39
+ */
40
+ disabled: any;
41
+ /**
42
+ * Defines htmlAttributes used to add custom attributes to Toolbar command.
43
+ * Supports HTML attributes such as style, class, etc.
44
+ * @default null
45
+ */
46
+ htmlAttributes: any;
47
+ /**
48
+ * Specifies the unique ID to be used with button or input element of Toolbar items.
49
+ * @default ""
50
+ */
51
+ id: any;
52
+ /**
53
+ * 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.
54
+ * @default null
55
+ */
56
+ name: any;
57
+ /**
58
+ * Specifies the Toolbar command display area when an element's content is too large to fit available space.
59
+ * This is applicable only to `popup` mode. The possible values for this property as follows
60
+ * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
61
+ * * `Hide`: Always shows the item as the secondary priority on the *popup*.
62
+ * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
63
+ * @default 'None'
64
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None
65
+ * @isenumeration true
66
+ * @asptype Syncfusion.EJ2.Navigations.OverflowOption
67
+ */
68
+ overflow: any;
69
+ /**
70
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
71
+ * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
72
+ * @default ""
73
+ */
74
+ prefixIcon: any;
75
+ /**
76
+ * Defines the priority of items to display it in popup always.
77
+ * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
78
+ * @default false
79
+ */
80
+ showAlwaysInPopup: any;
81
+ /**
82
+ * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
83
+ * The possible values for this property as follows
84
+ * * `Toolbar`: Text will be displayed on *Toolbar* only.
85
+ * * `Overflow`: Text will be displayed only when content overflows to *popup*.
86
+ * * `Both`: Text will be displayed on *popup* and *Toolbar*.
87
+ * @default 'Both'
88
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both
89
+ * @isenumeration true
90
+ * @asptype Syncfusion.EJ2.Navigations.DisplayMode
91
+ */
92
+ showTextOn: any;
93
+ /**
94
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
95
+ * The icon will be positioned after the text content if text is available.
96
+ * @default ""
97
+ */
98
+ suffixIcon: any;
99
+ /**
100
+ * 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.
101
+ * By default, user can able to switch between items only via arrow keys.
102
+ * If the value is set to 0 for all tool bar items, then tab switches based on element order.
103
+ * @default -1
104
+ */
105
+ tabIndex: any;
106
+ /**
107
+ * Specifies the text to be displayed on the Toolbar button.
108
+ * @default ""
109
+ */
110
+ text: any;
111
+ /**
112
+ * Specifies the text to be displayed on hovering the Toolbar button.
113
+ * @default ""
114
+ */
115
+ tooltipText: any;
116
+ /**
117
+ * Specifies whether an item should be hidden or not.
118
+ * @default true
119
+ */
120
+ visible: any;
121
+ /**
122
+ * Specifies the width of the Toolbar button commands.
123
+ * @default 'auto'
124
+ */
125
+ width: any;
126
+ /**
127
+ * Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
128
+ *
129
+ * @default ""
130
+ * @angulartype string | object
131
+ * @reacttype string | function | JSX.Element
132
+ * @vuetype string | function
133
+ * @asptype string
134
+ */
135
+ template: any;
136
+ constructor(viewContainerRef: ViewContainerRef);
137
+ }
138
+ /**
139
+ * ToolbarItem Array Directive
140
+ * @private
141
+ */
142
+ export declare class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {
143
+ constructor();
144
+ }
package/src/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { ToolbarItemDirective, ToolbarItemsDirective } from './file-manager/toolbaritems.directive';
1
2
  export { FileManagerComponent } from './file-manager/filemanager.component';
2
3
  export { FileManagerModule } from './file-manager/filemanager.module';
3
4
  export { FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService, VirtualizationService } from './file-manager/filemanager-all.module';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1109,7 +1108,7 @@ ejs-filemanager {
1109
1108
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1110
1109
  .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
1111
1110
  height: 24px;
1112
- margin: 26px 30px 12px 30px;
1111
+ margin: 26px auto 12px;
1113
1112
  width: 32px;
1114
1113
  }
1115
1114
  .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-filemanager/styles/file-manager/material3-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1165,7 +1164,7 @@ ejs-filemanager {
1165
1164
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1166
1165
  .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
1167
1166
  height: 24px;
1168
- margin: 26px 30px 12px 30px;
1167
+ margin: 26px auto 12px;
1169
1168
  width: 32px;
1170
1169
  }
1171
1170
  .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-filemanager/styles/file-manager/material3.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  .e-upload .e-upload-actions,
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  .e-upload .e-upload-actions,
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1109,7 +1108,7 @@ ejs-filemanager {
1109
1108
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1110
1109
  .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
1111
1110
  height: 24px;
1112
- margin: 26px 30px 12px 30px;
1111
+ margin: 26px auto 12px;
1113
1112
  width: 32px;
1114
1113
  }
1115
1114
  .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1165,7 +1164,7 @@ ejs-filemanager {
1165
1164
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1166
1165
  .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
1167
1166
  height: 24px;
1168
- margin: 26px 30px 12px 30px;
1167
+ margin: 26px auto 12px;
1169
1168
  width: 32px;
1170
1169
  }
1171
1170
  .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  .e-upload .e-upload-actions,
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  .e-upload .e-upload-actions,