@syncfusion/ej2-angular-filemanager 23.1.43 → 23.2.4-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.
Files changed (98) hide show
  1. package/@syncfusion/ej2-angular-filemanager.es5.js +307 -0
  2. package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-filemanager.js +279 -0
  4. package/@syncfusion/ej2-angular-filemanager.js.map +1 -0
  5. package/CHANGELOG.md +464 -0
  6. package/dist/ej2-angular-filemanager.umd.js +530 -0
  7. package/dist/ej2-angular-filemanager.umd.js.map +1 -0
  8. package/dist/ej2-angular-filemanager.umd.min.js +11 -0
  9. package/dist/ej2-angular-filemanager.umd.min.js.map +1 -0
  10. package/ej2-angular-filemanager.d.ts +5 -0
  11. package/ej2-angular-filemanager.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/file-manager/filemanager-all.module.d.ts +0 -6
  18. package/src/file-manager/filemanager.component.d.ts +0 -3
  19. package/src/file-manager/filemanager.module.d.ts +0 -7
  20. package/src/file-manager/toolbaritems.directive.d.ts +0 -5
  21. package/styles/fabric-dark.css +4 -0
  22. package/styles/fabric.css +4 -0
  23. package/styles/file-manager/bootstrap-dark.scss +1 -16
  24. package/styles/file-manager/bootstrap.scss +1 -16
  25. package/styles/file-manager/bootstrap4.scss +1 -16
  26. package/styles/file-manager/bootstrap5-dark.scss +1 -16
  27. package/styles/file-manager/bootstrap5.scss +1 -16
  28. package/styles/file-manager/fabric-dark.css +4 -0
  29. package/styles/file-manager/fabric-dark.scss +1 -16
  30. package/styles/file-manager/fabric.css +4 -0
  31. package/styles/file-manager/fabric.scss +1 -16
  32. package/styles/file-manager/fluent-dark.scss +1 -16
  33. package/styles/file-manager/fluent.scss +1 -16
  34. package/styles/file-manager/highcontrast-light.scss +1 -16
  35. package/styles/file-manager/highcontrast.scss +1 -16
  36. package/styles/file-manager/material-dark.scss +1 -16
  37. package/styles/file-manager/material.scss +1 -16
  38. package/styles/file-manager/material3-dark.css +1 -1
  39. package/styles/file-manager/material3-dark.scss +1 -16
  40. package/styles/file-manager/material3.css +1 -1
  41. package/styles/file-manager/material3.scss +1 -16
  42. package/styles/file-manager/tailwind-dark.scss +1 -16
  43. package/styles/file-manager/tailwind.scss +1 -16
  44. package/styles/material3-dark.css +1 -1
  45. package/styles/material3-dark.scss +0 -1
  46. package/styles/material3.css +1 -1
  47. package/styles/material3.scss +0 -1
  48. package/esm2020/public_api.mjs +0 -3
  49. package/esm2020/src/file-manager/filemanager-all.module.mjs +0 -47
  50. package/esm2020/src/file-manager/filemanager.component.mjs +0 -113
  51. package/esm2020/src/file-manager/filemanager.module.mjs +0 -34
  52. package/esm2020/src/file-manager/toolbaritems.directive.mjs +0 -54
  53. package/esm2020/src/index.mjs +0 -6
  54. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +0 -5
  55. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +0 -242
  56. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  57. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +0 -242
  58. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  59. package/styles/file-manager/_all.scss +0 -2
  60. package/styles/file-manager/_bootstrap-dark-definition.scss +0 -242
  61. package/styles/file-manager/_bootstrap-definition.scss +0 -243
  62. package/styles/file-manager/_bootstrap4-definition.scss +0 -244
  63. package/styles/file-manager/_bootstrap5-dark-definition.scss +0 -1
  64. package/styles/file-manager/_bootstrap5-definition.scss +0 -239
  65. package/styles/file-manager/_fabric-dark-definition.scss +0 -240
  66. package/styles/file-manager/_fabric-definition.scss +0 -242
  67. package/styles/file-manager/_fluent-dark-definition.scss +0 -1
  68. package/styles/file-manager/_fluent-definition.scss +0 -247
  69. package/styles/file-manager/_fusionnew-definition.scss +0 -239
  70. package/styles/file-manager/_highcontrast-definition.scss +0 -242
  71. package/styles/file-manager/_highcontrast-light-definition.scss +0 -242
  72. package/styles/file-manager/_layout.scss +0 -1993
  73. package/styles/file-manager/_material-dark-definition.scss +0 -242
  74. package/styles/file-manager/_material-definition.scss +0 -242
  75. package/styles/file-manager/_material3-dark-definition.scss +0 -1
  76. package/styles/file-manager/_material3-definition.scss +0 -259
  77. package/styles/file-manager/_tailwind-dark-definition.scss +0 -1
  78. package/styles/file-manager/_tailwind-definition.scss +0 -234
  79. package/styles/file-manager/_theme.scss +0 -431
  80. package/styles/file-manager/icons/_bootstrap-dark.scss +0 -235
  81. package/styles/file-manager/icons/_bootstrap.scss +0 -235
  82. package/styles/file-manager/icons/_bootstrap4.scss +0 -235
  83. package/styles/file-manager/icons/_bootstrap5-dark.scss +0 -1
  84. package/styles/file-manager/icons/_bootstrap5.scss +0 -235
  85. package/styles/file-manager/icons/_fabric-dark.scss +0 -229
  86. package/styles/file-manager/icons/_fabric.scss +0 -229
  87. package/styles/file-manager/icons/_fluent-dark.scss +0 -1
  88. package/styles/file-manager/icons/_fluent.scss +0 -235
  89. package/styles/file-manager/icons/_fusionnew.scss +0 -235
  90. package/styles/file-manager/icons/_highcontrast-light.scss +0 -235
  91. package/styles/file-manager/icons/_highcontrast.scss +0 -229
  92. package/styles/file-manager/icons/_material-dark.scss +0 -235
  93. package/styles/file-manager/icons/_material.scss +0 -235
  94. package/styles/file-manager/icons/_material3-dark.scss +0 -1
  95. package/styles/file-manager/icons/_material3.scss +0 -235
  96. package/styles/file-manager/icons/_tailwind-dark.scss +0 -1
  97. package/styles/file-manager/icons/_tailwind.scss +0 -235
  98. package/syncfusion-ej2-angular-filemanager.d.ts +0 -5
@@ -0,0 +1 @@
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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"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵa, outputs as ɵb } from './src/file-manager/filemanager.component';
@@ -0,0 +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","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@23.1.40",
3
+ "_id": "@syncfusion/ej2-angular-filemanager@23.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ZXPokEmuurBZgaJnEI0ucLLkrvdsNGbq7K8zjlajkuuGMQzZvTaImZDotSv+YwHN4wd5plb0g+uBvnJLeYl4cQ==",
5
+ "_integrity": "sha512-h5a76LTlmaZgf0jaO4+Af01YXoYhT2oOg3F3BJ50+o6CDtaEQP3c9sWyFWMgNYOgVRhpAmBxK4R/Z1rR0TrLLQ==",
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-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-23.1.40.tgz",
23
- "_shasum": "cc1e3461cfed48f171707841f76b0ed21af666eb",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-23.1.43.tgz",
23
+ "_shasum": "afa0df3c241e75664a3d86ae23b4a53e585a080e",
24
24
  "_spec": "@syncfusion/ej2-angular-filemanager@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.1.43",
35
- "@syncfusion/ej2-base": "~23.1.41",
36
- "@syncfusion/ej2-filemanager": "23.1.43",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~23.2.4",
35
+ "@syncfusion/ej2-base": "~23.2.4",
36
+ "@syncfusion/ej2-filemanager": "23.2.4"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Essential JS 2 FileManager Component for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-filemanager.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-filemanager.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-filemanager.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-filemanager.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -68,7 +52,9 @@
68
52
  "angular-directory viewer"
69
53
  ],
70
54
  "license": "SEE LICENSE IN license",
71
- "module": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
55
+ "main": "dist/ej2-angular-filemanager.umd.js",
56
+ "metadata": "ej2-angular-filemanager.metadata.json",
57
+ "module": "@syncfusion/ej2-angular-filemanager.es5.js",
72
58
  "name": "@syncfusion/ej2-angular-filemanager",
73
59
  "repository": {
74
60
  "type": "git",
@@ -76,6 +62,6 @@
76
62
  },
77
63
  "schematics": "./schematics/collection.json",
78
64
  "sideEffects": false,
79
- "typings": "syncfusion-ej2-angular-filemanager.d.ts",
80
- "version": "23.1.43"
65
+ "typings": "ej2-angular-filemanager.d.ts",
66
+ "version": "23.2.4-ngcc"
81
67
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-filemanager'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-filemanager";
2
- export declare const pkgVer = "^23.1.40";
2
+ export declare const pkgVer = "^23.1.43";
3
3
  export declare const moduleName = "FileManagerModule";
4
- export declare const themeVer = "~23.1.40";
4
+ export declare const themeVer = "~23.1.43";
@@ -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 = '^23.1.43';
4
+ exports.pkgVer = '^23.2.4';
5
5
  exports.moduleName = 'FileManagerModule';
6
- exports.themeVer = '~23.1.43';
6
+ exports.themeVer = '~23.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^23.1.43';
2
+ export const pkgVer = '^23.2.4';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~23.1.43';
4
+ export const themeVer = '~23.2.4';
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./filemanager.module";
5
2
  export declare const DetailsViewService: ValueProvider;
6
3
  export declare const NavigationPaneService: ValueProvider;
7
4
  export declare const LargeIconsViewService: ValueProvider;
@@ -13,7 +10,4 @@ export declare const VirtualizationService: ValueProvider;
13
10
  * NgModule definition for the FileManager component with providers.
14
11
  */
15
12
  export declare class FileManagerAllModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerAllModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerAllModule, never, [typeof i1.CommonModule, typeof i2.FileManagerModule], [typeof i2.FileManagerModule]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerAllModule>;
19
13
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { FileManager } from '@syncfusion/ej2-filemanager';
4
4
  import { ToolbarItemsDirective } from './toolbaritems.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -52,6 +51,4 @@ export declare class FileManagerComponent extends FileManager implements ICompon
52
51
  ngAfterContentChecked(): void;
53
52
  registerEvents: (eventList: string[]) => void;
54
53
  addTwoWay: (propList: string[]) => void;
55
- static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerComponent, "ejs-filemanager", never, { "ajaxSettings": "ajaxSettings"; "allowDragAndDrop": "allowDragAndDrop"; "allowMultiSelection": "allowMultiSelection"; "contextMenuSettings": "contextMenuSettings"; "cssClass": "cssClass"; "detailsViewSettings": "detailsViewSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "height": "height"; "locale": "locale"; "navigationPaneSettings": "navigationPaneSettings"; "path": "path"; "popupTarget": "popupTarget"; "rootAliasName": "rootAliasName"; "searchSettings": "searchSettings"; "selectedItems": "selectedItems"; "showFileExtension": "showFileExtension"; "showHiddenItems": "showHiddenItems"; "showItemCheckBoxes": "showItemCheckBoxes"; "showThumbnail": "showThumbnail"; "sortBy": "sortBy"; "sortOrder": "sortOrder"; "toolbarItems": "toolbarItems"; "toolbarSettings": "toolbarSettings"; "uploadSettings": "uploadSettings"; "view": "view"; "width": "width"; }, { "beforeDownload": "beforeDownload"; "beforeImageLoad": "beforeImageLoad"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeSend": "beforeSend"; "created": "created"; "destroyed": "destroyed"; "failure": "failure"; "fileDragStart": "fileDragStart"; "fileDragStop": "fileDragStop"; "fileDragging": "fileDragging"; "fileDropped": "fileDropped"; "fileLoad": "fileLoad"; "fileOpen": "fileOpen"; "fileSelect": "fileSelect"; "fileSelection": "fileSelection"; "menuClick": "menuClick"; "menuOpen": "menuOpen"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "success": "success"; "toolbarClick": "toolbarClick"; "toolbarCreate": "toolbarCreate"; "uploadListCreate": "uploadListCreate"; }, ["childToolbarItems"], never>;
57
54
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./filemanager.component";
3
- import * as i2 from "./toolbaritems.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the FileManager component.
7
3
  */
8
4
  export declare class FileManagerModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerModule, [typeof i1.FileManagerComponent, typeof i2.ToolbarItemDirective, typeof i2.ToolbarItemsDirective], [typeof i3.CommonModule], [typeof i1.FileManagerComponent, typeof i2.ToolbarItemDirective, typeof i2.ToolbarItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerModule>;
12
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -135,8 +134,6 @@ export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirecti
135
134
  */
136
135
  template: any;
137
136
  constructor(viewContainerRef: ViewContainerRef);
138
- static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemDirective, never>;
139
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemDirective, "e-toolbaritems>e-toolbaritem", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "name": "name"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, ["template"]>;
140
137
  }
141
138
  /**
142
139
  * ToolbarItem Array Directive
@@ -144,6 +141,4 @@ export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirecti
144
141
  */
145
142
  export declare class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {
146
143
  constructor();
147
- static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemsDirective, never>;
148
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemsDirective, "ejs-filemanager>e-toolbaritems", never, {}, {}, ["children"]>;
149
144
  }
@@ -410,6 +410,8 @@ ejs-filemanager {
410
410
  }
411
411
  .e-filemanager .e-grid .e-gridheader .e-headercell {
412
412
  height: 32px;
413
+ padding: 5px 8px;
414
+ line-height: 16px;
413
415
  }
414
416
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
415
417
  margin-right: 0;
@@ -439,6 +441,8 @@ ejs-filemanager {
439
441
  .e-filemanager .e-grid .e-content .e-rowcell {
440
442
  border: 0;
441
443
  font-size: 12px;
444
+ padding: 10px 8px;
445
+ line-height: 16px;
442
446
  }
443
447
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
444
448
  box-shadow: 1px 0 0 1px #0074cc inset;
package/styles/fabric.css CHANGED
@@ -411,6 +411,8 @@ ejs-filemanager {
411
411
  }
412
412
  .e-filemanager .e-grid .e-gridheader .e-headercell {
413
413
  height: 32px;
414
+ padding: 5px 8px;
415
+ line-height: 16px;
414
416
  }
415
417
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
416
418
  margin-right: 0;
@@ -440,6 +442,8 @@ ejs-filemanager {
440
442
  .e-filemanager .e-grid .e-content .e-rowcell {
441
443
  border: 0;
442
444
  font-size: 12px;
445
+ padding: 10px 8px;
446
+ line-height: 16px;
443
447
  }
444
448
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
445
449
  box-shadow: 1px 0 0 1px #0078d6 inset;
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
- @import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/bootstrap-dark-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/bootstrap-dark-definition.scss';
5
- @import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
6
- @import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/bootstrap-dark-definition.scss';
13
- @import 'ej2-grids/styles/grid/bootstrap-dark-definition.scss';
14
- @import 'bootstrap-dark-definition.scss';
15
- @import 'icons/bootstrap-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/bootstrap-dark.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap.scss';
2
- @import 'ej2-inputs/styles/input/bootstrap-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/bootstrap-definition.scss';
5
- @import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
6
- @import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/bootstrap-definition.scss';
13
- @import 'ej2-grids/styles/grid/bootstrap-definition.scss';
14
- @import 'bootstrap-definition.scss';
15
- @import 'icons/bootstrap.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/bootstrap.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap4.scss';
2
- @import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/bootstrap4-definition.scss';
5
- @import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
6
- @import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/bootstrap4-definition.scss';
13
- @import 'ej2-grids/styles/grid/bootstrap4-definition.scss';
14
- @import 'bootstrap4-definition.scss';
15
- @import 'icons/bootstrap4.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/bootstrap4.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap5-dark.scss';
2
- @import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/bootstrap5-dark-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/bootstrap5-dark-definition.scss';
5
- @import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
6
- @import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/bootstrap5-dark-definition.scss';
13
- @import 'ej2-grids/styles/grid/bootstrap5-dark-definition.scss';
14
- @import 'bootstrap5-dark-definition.scss';
15
- @import 'icons/bootstrap5-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/bootstrap5-dark.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap5.scss';
2
- @import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/bootstrap5-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/bootstrap5-definition.scss';
5
- @import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
6
- @import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/bootstrap5-definition.scss';
13
- @import 'ej2-grids/styles/grid/bootstrap5-definition.scss';
14
- @import 'bootstrap5-definition.scss';
15
- @import 'icons/bootstrap5.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/bootstrap5.scss';
@@ -410,6 +410,8 @@ ejs-filemanager {
410
410
  }
411
411
  .e-filemanager .e-grid .e-gridheader .e-headercell {
412
412
  height: 32px;
413
+ padding: 5px 8px;
414
+ line-height: 16px;
413
415
  }
414
416
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
415
417
  margin-right: 0;
@@ -439,6 +441,8 @@ ejs-filemanager {
439
441
  .e-filemanager .e-grid .e-content .e-rowcell {
440
442
  border: 0;
441
443
  font-size: 12px;
444
+ padding: 10px 8px;
445
+ line-height: 16px;
442
446
  }
443
447
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
444
448
  box-shadow: 1px 0 0 1px #0074cc inset;
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/fabric-dark.scss';
2
- @import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/fabric-dark-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/fabric-dark-definition.scss';
5
- @import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
6
- @import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/fabric-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/fabric-dark-definition.scss';
13
- @import 'ej2-grids/styles/grid/fabric-dark-definition.scss';
14
- @import 'fabric-dark-definition.scss';
15
- @import 'icons/fabric-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/fabric-dark.scss';
@@ -411,6 +411,8 @@ ejs-filemanager {
411
411
  }
412
412
  .e-filemanager .e-grid .e-gridheader .e-headercell {
413
413
  height: 32px;
414
+ padding: 5px 8px;
415
+ line-height: 16px;
414
416
  }
415
417
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
416
418
  margin-right: 0;
@@ -440,6 +442,8 @@ ejs-filemanager {
440
442
  .e-filemanager .e-grid .e-content .e-rowcell {
441
443
  border: 0;
442
444
  font-size: 12px;
445
+ padding: 10px 8px;
446
+ line-height: 16px;
443
447
  }
444
448
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
445
449
  box-shadow: 1px 0 0 1px #0078d6 inset;
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/fabric.scss';
2
- @import 'ej2-inputs/styles/input/fabric-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/fabric-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/fabric-definition.scss';
5
- @import 'ej2-popups/styles/dialog/fabric-definition.scss';
6
- @import 'ej2-popups/styles/spinner/fabric-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/fabric-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/fabric-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/fabric-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/fabric-definition.scss';
13
- @import 'ej2-grids/styles/grid/fabric-definition.scss';
14
- @import 'fabric-definition.scss';
15
- @import 'icons/fabric.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/fabric.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/fluent-dark.scss';
2
- @import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/fluent-dark-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/fluent-dark-definition.scss';
5
- @import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
6
- @import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/fluent-dark-definition.scss';
13
- @import 'ej2-grids/styles/grid/fluent-dark-definition.scss';
14
- @import 'fluent-dark-definition.scss';
15
- @import 'icons/fluent-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/fluent-dark.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/fluent.scss';
2
- @import 'ej2-inputs/styles/input/fluent-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/fluent-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/fluent-definition.scss';
5
- @import 'ej2-popups/styles/dialog/fluent-definition.scss';
6
- @import 'ej2-popups/styles/spinner/fluent-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/fluent-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/fluent-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/fluent-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/fluent-definition.scss';
13
- @import 'ej2-grids/styles/grid/fluent-definition.scss';
14
- @import 'fluent-definition.scss';
15
- @import 'icons/fluent.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/fluent.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
- @import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/highcontrast-light-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/highcontrast-light-definition.scss';
5
- @import 'ej2-popups/styles/dialog/highcontrast-light-definition.scss';
6
- @import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-light-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/highcontrast-light-definition.scss';
13
- @import 'ej2-grids/styles/grid/highcontrast-light-definition.scss';
14
- @import 'highcontrast-light-definition.scss';
15
- @import 'icons/highcontrast-light.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/highcontrast-light.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/highcontrast.scss';
2
- @import 'ej2-inputs/styles/input/highcontrast-definition.scss';
3
- @import 'ej2-inputs/styles/textbox/highcontrast-definition.scss';
4
- @import 'ej2-inputs/styles/uploader/highcontrast-definition.scss';
5
- @import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
6
- @import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
7
- @import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
8
- @import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
12
- @import 'ej2-layouts/styles/splitter/highcontrast-definition.scss';
13
- @import 'ej2-grids/styles/grid/highcontrast-definition.scss';
14
- @import 'highcontrast-definition.scss';
15
- @import 'icons/highcontrast.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-filemanager/styles/file-manager/highcontrast.scss';