@syncfusion/ej2-angular-layouts 24.2.3 → 24.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 (40) hide show
  1. package/@syncfusion/ej2-angular-layouts.es5.js +495 -0
  2. package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-layouts.js +447 -0
  4. package/@syncfusion/ej2-angular-layouts.js.map +1 -0
  5. package/CHANGELOG.md +581 -0
  6. package/dist/ej2-angular-layouts.umd.js +522 -0
  7. package/dist/ej2-angular-layouts.umd.js.map +1 -0
  8. package/dist/ej2-angular-layouts.umd.min.js +11 -0
  9. package/dist/ej2-angular-layouts.umd.min.js.map +1 -0
  10. package/ej2-angular-layouts.d.ts +6 -0
  11. package/ej2-angular-layouts.metadata.json +1 -0
  12. package/package.json +13 -27
  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/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
  18. package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
  19. package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
  20. package/src/dashboard-layout/panels.directive.d.ts +0 -5
  21. package/src/splitter/panesettings.directive.d.ts +0 -5
  22. package/src/splitter/splitter-all.module.d.ts +0 -6
  23. package/src/splitter/splitter.component.d.ts +0 -3
  24. package/src/splitter/splitter.module.d.ts +0 -7
  25. package/esm2020/public_api.mjs +0 -3
  26. package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
  27. package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
  28. package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
  29. package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
  30. package/esm2020/src/index.mjs +0 -10
  31. package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
  32. package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
  33. package/esm2020/src/splitter/splitter.component.mjs +0 -64
  34. package/esm2020/src/splitter/splitter.module.mjs +0 -34
  35. package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
  36. package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
  37. package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  38. package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
  39. package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  40. package/syncfusion-ej2-angular-layouts.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-layouts.umd.min.js","sources":["~/@syncfusion/ej2-angular-layouts/src/splitter/panesettings.directive.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.component.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.module.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/panels.directive.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.component.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout-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[] = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panesettings' directive represent a panes of angular splitter \n * It must be contained in a Splitter component(`ejs-splitter`). \n * ```html\n * <ejs-splitter id='splitter' > \n * <e-panes>\n * <e-pane size ='150px'></e-pane>\n * <e-pane size = '20%'></e-pane>\n * </e-panes>\n * </ejs-splitter>\n * ```\n */\nexport class PaneDirective extends ComplexBase<PaneDirective> {\npublic directivePropList: any;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsed: any;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsible: any;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n */\npublic max: any;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n */\npublic min: any;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n */\npublic resizable: any;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n */\npublic size: any;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public content: 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-panes>e-pane',\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'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PaneDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPaneDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPaneDirective.ctorParameters;\n/** @type {?} */\nPaneDirective.propDecorators;\n/** @type {?} */\nPaneDirective.prototype.directivePropList;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsed;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsible;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.cssClass;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.max;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.min;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n * @type {?}\n */\nPaneDirective.prototype.resizable;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.size;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nPaneDirective.prototype.content;\n/** @type {?} */\nPaneDirective.prototype.viewContainerRef;\n}\n\n/**\n * Pane Array Directive\n */\nexport class PanesDirective extends ArrayBase<PanesDirective> {\nconstructor() {\n super('panesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitter>e-panes',\n queries: {\n children: new ContentChildren(PaneDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Splitter } from '@syncfusion/ej2-layouts';\n\nimport { PanesDirective } from './panesettings.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['cssClass','enableHtmlSanitizer','enablePersistence','enableReversePanes','enableRtl','enabled','height','locale','orientation','paneSettings','separatorSize','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeCollapse','beforeExpand','beforeSanitizeHtml','collapsed','created','expanded','resizeStart','resizeStop','resizing'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular Splitter Component\n * ```html\n * <ejs-splitter></ejs-splitter>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitterComponent extends Splitter implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeCollapse: any;\n\tbeforeExpand: any;\n\tbeforeSanitizeHtml: any;\n\tcollapsed: any;\n\tcreated: any;\n\texpanded: any;\n\tresizeStart: any;\n\tresizeStop: any;\npublic resizing: any;\npublic childPaneSettings: QueryList<PanesDirective>;\npublic tags: string[] = ['paneSettings'];\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\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPaneSettings;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitter',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPaneSettings: new ContentChild(PanesDirective)\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 SplitterComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterComponent.ctorParameters;\n/** @type {?} */\nSplitterComponent.prototype.containerContext;\n/** @type {?} */\nSplitterComponent.prototype.tagObjects;\n/** @type {?} */\nSplitterComponent.prototype.beforeCollapse;\n/** @type {?} */\nSplitterComponent.prototype.beforeExpand;\n/** @type {?} */\nSplitterComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nSplitterComponent.prototype.collapsed;\n/** @type {?} */\nSplitterComponent.prototype.created;\n/** @type {?} */\nSplitterComponent.prototype.expanded;\n/** @type {?} */\nSplitterComponent.prototype.resizeStart;\n/** @type {?} */\nSplitterComponent.prototype.resizeStop;\n/** @type {?} */\nSplitterComponent.prototype.resizing;\n/** @type {?} */\nSplitterComponent.prototype.childPaneSettings;\n/** @type {?} */\nSplitterComponent.prototype.tags;\n/** @type {?} */\nSplitterComponent.prototype.registerEvents;\n/** @type {?} */\nSplitterComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitterComponent.prototype.ngEle;\n/** @type {?} */\nSplitterComponent.prototype.srenderer;\n/** @type {?} */\nSplitterComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitterComponent.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 { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\n/**\n * NgModule definition for the Splitter component.\n */\nexport class SplitterModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ],\n exports: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterModule.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 { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\nimport { SplitterModule } from './splitter.module';\n/**\n * NgModule definition for the Splitter component with providers.\n */\nexport class SplitterAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitterModule],\n exports: [\n SplitterModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panels' directive represent a panels of angular dashboardlayout \n * It must be contained in a dashboardlayout component(`ej-dashboardlayout`). \n * ```html\n * <ejs-dashboardlayout> \n * <e-panels>\n * <e-panel></e-panel>\n * <e-panel></e-panel>\n * </e-panels>\n * </ejs-dashboardlayout>\n * ```\n */\nexport class PanelDirective extends ComplexBase<PanelDirective> {\npublic directivePropList: any;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic col: any;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n */\npublic enabled: any;\n/**\n * Defines the id of the panel.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeX: any;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeY: any;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n */\npublic minSizeX: any;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n */\npublic minSizeY: any;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic row: any;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeX: any;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeY: any;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n */\npublic zIndex: any;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n */\n@Template()\n public header: any;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n */\n@Template()\n public content: 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-panels>e-panel',\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'header': [{ type: ContentChild, args: ['header', ] },],\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PanelDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelDirective.ctorParameters;\n/** @type {?} */\nPanelDirective.propDecorators;\n/** @type {?} */\nPanelDirective.prototype.directivePropList;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.col;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.cssClass;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n * @type {?}\n */\nPanelDirective.prototype.enabled;\n/**\n * Defines the id of the panel.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.id;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeX;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeY;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeX;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeY;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.row;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeX;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeY;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n * @type {?}\n */\nPanelDirective.prototype.zIndex;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.header;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.content;\n/** @type {?} */\nPanelDirective.prototype.viewContainerRef;\n}\n\n/**\n * Panel Array Directive\n */\nexport class PanelsDirective extends ArrayBase<PanelsDirective> {\nconstructor() {\n super('panels');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dashboardlayout>e-panels',\n queries: {\n children: new ContentChildren(PanelDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanelsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DashboardLayout } from '@syncfusion/ej2-layouts';\n\nimport { PanelsDirective } from './panels.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowDragging','allowFloating','allowPushing','allowResizing','cellAspectRatio','cellSpacing','columns','draggableHandle','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mediaQuery','panels','resizableHandles','showGridLines'];\nexport const /** @type {?} */ outputs: string[] = ['change','created','destroyed','drag','dragStart','dragStop','resize','resizeStart','resizeStop'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular DashboardLayout Component.\n * ```html\n * <ejs-dashboardlayout></ejs-dashboardlayout>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\tresize: any;\n\tresizeStart: any;\npublic resizeStop: any;\npublic childPanels: QueryList<PanelsDirective>;\npublic tags: string[] = ['panels'];\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\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPanels;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-dashboardlayout',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPanels: new ContentChild(PanelsDirective)\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 DashboardLayoutComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutComponent.ctorParameters;\n/** @type {?} */\nDashboardLayoutComponent.prototype.containerContext;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tagObjects;\n/** @type {?} */\nDashboardLayoutComponent.prototype.change;\n/** @type {?} */\nDashboardLayoutComponent.prototype.created;\n/** @type {?} */\nDashboardLayoutComponent.prototype.destroyed;\n/** @type {?} */\nDashboardLayoutComponent.prototype.drag;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resize;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.childPanels;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tags;\n/** @type {?} */\nDashboardLayoutComponent.prototype.registerEvents;\n/** @type {?} */\nDashboardLayoutComponent.prototype.addTwoWay;\n/** @type {?} */\nDashboardLayoutComponent.prototype.ngEle;\n/** @type {?} */\nDashboardLayoutComponent.prototype.srenderer;\n/** @type {?} */\nDashboardLayoutComponent.prototype.viewContainerRef;\n/** @type {?} */\nDashboardLayoutComponent.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 { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\n/**\n * NgModule definition for the DashboardLayout component.\n */\nexport class DashboardLayoutModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ],\n exports: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutModule.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 { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\nimport { DashboardLayoutModule } from './dashboardlayout.module';\n/**\n * NgModule definition for the DashboardLayout component with providers.\n */\nexport class DashboardLayoutAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DashboardLayoutModule],\n exports: [\n DashboardLayoutModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["input","outputs","PaneDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","propDecorators","content","ContentChild","__decorate","Template","prototype","PanesDirective","ArrayBase","children","ContentChildren","twoWays","exports","SplitterComponent","ngEle","srenderer","injector","tags","element","nativeElement","injectedModules","addTwoWay","containerContext","ComponentBase","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childPaneSettings","Splitter","Component","template","changeDetection","ChangeDetectionStrategy","OnPush","ElementRef","Renderer2","Injector","ComponentMixins","__metadata","SplitterModule","NgModule","imports","CommonModule","declarations","SplitterAllModule","providers","PanelDirective","header","PanelsDirective","DashboardLayoutComponent","childPanels","DashboardLayout","DashboardLayoutModule","DashboardLayoutAllModule"],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵc, outputs as ɵd } from './src/dashboard-layout/dashboardlayout.component';
6
+ export { inputs as ɵa, outputs as ɵb } from './src/splitter/splitter.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-layouts"}],"metadata":{"ɵa":["cssClass","enableHtmlSanitizer","enablePersistence","enableReversePanes","enableRtl","enabled","height","locale","orientation","paneSettings","separatorSize","width"],"ɵb":["beforeCollapse","beforeExpand","beforeSanitizeHtml","collapsed","created","expanded","resizeStart","resizeStop","resizing"],"ɵc":["allowDragging","allowFloating","allowPushing","allowResizing","cellAspectRatio","cellSpacing","columns","draggableHandle","enableHtmlSanitizer","enablePersistence","enableRtl","locale","mediaQuery","panels","resizableHandles","showGridLines"],"ɵd":["change","created","destroyed","drag","dragStart","dragStop","resize","resizeStart","resizeStop"],"PaneDirective":{"__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-panes>e-pane","inputs":["collapsed","collapsible","content","cssClass","max","min","resizable","size"],"outputs":[],"queries":{}}]}],"members":{"content":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["content"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"PanesDirective":{"__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-splitter>e-panes","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"PaneDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SplitterComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-layouts","name":"Splitter"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-splitter","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childPaneSettings":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"PanesDirective"}]}}}]},{"__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"}]}},"SplitterModule":{"__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":"SplitterComponent"},{"__symbolic":"reference","name":"PaneDirective"},{"__symbolic":"reference","name":"PanesDirective"}],"exports":[{"__symbolic":"reference","name":"SplitterComponent"},{"__symbolic":"reference","name":"PaneDirective"},{"__symbolic":"reference","name":"PanesDirective"}]}]}],"members":{}},"SplitterAllModule":{"__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":"SplitterModule"}],"exports":[{"__symbolic":"reference","name":"SplitterModule"}],"providers":[]}]}],"members":{}},"PanelDirective":{"__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-panels>e-panel","inputs":["col","content","cssClass","enabled","header","id","maxSizeX","maxSizeY","minSizeX","minSizeY","row","sizeX","sizeY","zIndex"],"outputs":[],"queries":{}}]}],"members":{"header":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["header"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"content":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["content"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"PanelsDirective":{"__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-dashboardlayout>e-panels","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"PanelDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"DashboardLayoutComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-layouts","name":"DashboardLayout"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-dashboardlayout","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childPanels":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"PanelsDirective"}]}}}]},{"__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"}]}},"DashboardLayoutModule":{"__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":"DashboardLayoutComponent"},{"__symbolic":"reference","name":"PanelDirective"},{"__symbolic":"reference","name":"PanelsDirective"}],"exports":[{"__symbolic":"reference","name":"DashboardLayoutComponent"},{"__symbolic":"reference","name":"PanelDirective"},{"__symbolic":"reference","name":"PanelsDirective"}]}]}],"members":{}},"DashboardLayoutAllModule":{"__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":"DashboardLayoutModule"}],"exports":[{"__symbolic":"reference","name":"DashboardLayoutModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/splitter/splitter.component","ɵb":"./src/splitter/splitter.component","ɵc":"./src/dashboard-layout/dashboardlayout.component","ɵd":"./src/dashboard-layout/dashboardlayout.component","PaneDirective":"./src/splitter/panesettings.directive","PanesDirective":"./src/splitter/panesettings.directive","SplitterComponent":"./src/splitter/splitter.component","SplitterModule":"./src/splitter/splitter.module","SplitterAllModule":"./src/splitter/splitter-all.module","PanelDirective":"./src/dashboard-layout/panels.directive","PanelsDirective":"./src/dashboard-layout/panels.directive","DashboardLayoutComponent":"./src/dashboard-layout/dashboardlayout.component","DashboardLayoutModule":"./src/dashboard-layout/dashboardlayout.module","DashboardLayoutAllModule":"./src/dashboard-layout/dashboardlayout-all.module"},"importAs":"@syncfusion/ej2-angular-layouts"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-layouts@*",
3
- "_id": "@syncfusion/ej2-angular-layouts@24.1.41",
3
+ "_id": "@syncfusion/ej2-angular-layouts@24.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Tt6n01OXRJJjPZmuGbS6WqtGGiJxfhhdqRHFiZEQxzT5ZqnnIiJrugxpwr63SGz0tBzDqjRVxMiMuUJVfviA2w==",
5
+ "_integrity": "sha512-h3iCT0LVethpyoBXeQtHUbaoLa01Fpf8h1zC6A64vKfcVrop1CSufSsIK7SAG8KHG4FoA6jIud0uS3RgnlzWsg==",
6
6
  "_location": "/@syncfusion/ej2-angular-layouts",
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-layouts/-/ej2-angular-layouts-24.1.41.tgz",
23
- "_shasum": "4b62f934ae89dbb2377b8230599c2bdb0d671944",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-24.2.3.tgz",
23
+ "_shasum": "8df5d1bd7cb71e93ecee8b8a82fc011c153ead1c",
24
24
  "_spec": "@syncfusion/ej2-angular-layouts@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_24.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -33,28 +33,12 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~24.2.3",
35
35
  "@syncfusion/ej2-base": "~24.2.3",
36
- "@syncfusion/ej2-layouts": "24.2.3",
37
- "tslib": "^2.3.0"
36
+ "@syncfusion/ej2-layouts": "24.2.4"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-layouts.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-layouts.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-layouts.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-layouts.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-layouts.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-layouts.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-layouts.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-layouts.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-layouts.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-layouts.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-layouts.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular-splitter",
@@ -67,7 +51,9 @@
67
51
  "angular-dashboardlayout"
68
52
  ],
69
53
  "license": "SEE LICENSE IN license",
70
- "module": "fesm2015/syncfusion-ej2-angular-layouts.mjs",
54
+ "main": "dist/ej2-angular-layouts.umd.js",
55
+ "metadata": "ej2-angular-layouts.metadata.json",
56
+ "module": "@syncfusion/ej2-angular-layouts.es5.js",
71
57
  "name": "@syncfusion/ej2-angular-layouts",
72
58
  "repository": {
73
59
  "type": "git",
@@ -75,6 +61,6 @@
75
61
  },
76
62
  "schematics": "./schematics/collection.json",
77
63
  "sideEffects": false,
78
- "typings": "syncfusion-ej2-angular-layouts.d.ts",
79
- "version": "24.2.3"
64
+ "typings": "ej2-angular-layouts.d.ts",
65
+ "version": "24.2.4-ngcc"
80
66
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-splitter','ejs-dashboardlayout'];
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-layouts";
2
- export declare const pkgVer = "^24.1.41";
2
+ export declare const pkgVer = "^24.2.3";
3
3
  export declare const moduleName = "SplitterModule, DashboardLayoutModule";
4
- export declare const themeVer = "~24.1.41";
4
+ export declare const themeVer = "~24.2.3";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-layouts';
4
- exports.pkgVer = '^24.2.3';
4
+ exports.pkgVer = '^24.2.4';
5
5
  exports.moduleName = 'SplitterModule, DashboardLayoutModule';
6
- exports.themeVer = '~24.2.3';
6
+ exports.themeVer = '~24.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-layouts';
2
- export const pkgVer = '^24.2.3';
2
+ export const pkgVer = '^24.2.4';
3
3
  export const moduleName = 'SplitterModule, DashboardLayoutModule';
4
- export const themeVer = '~24.2.3';
4
+ export const themeVer = '~24.2.4';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dashboardlayout.module";
4
1
  /**
5
2
  * NgModule definition for the DashboardLayout component with providers.
6
3
  */
7
4
  export declare class DashboardLayoutAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardLayoutAllModule, never, [typeof i1.CommonModule, typeof i2.DashboardLayoutModule], [typeof i2.DashboardLayoutModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DashboardLayoutAllModule>;
11
5
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DashboardLayout } from '@syncfusion/ej2-layouts';
4
4
  import { PanelsDirective } from './panels.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[];
@@ -37,6 +36,4 @@ export declare class DashboardLayoutComponent extends DashboardLayout implements
37
36
  ngAfterContentChecked(): void;
38
37
  registerEvents: (eventList: string[]) => void;
39
38
  addTwoWay: (propList: string[]) => void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<DashboardLayoutComponent, "ejs-dashboardlayout", never, { "allowDragging": "allowDragging"; "allowFloating": "allowFloating"; "allowPushing": "allowPushing"; "allowResizing": "allowResizing"; "cellAspectRatio": "cellAspectRatio"; "cellSpacing": "cellSpacing"; "columns": "columns"; "draggableHandle": "draggableHandle"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "locale": "locale"; "mediaQuery": "mediaQuery"; "panels": "panels"; "resizableHandles": "resizableHandles"; "showGridLines": "showGridLines"; }, { "change": "change"; "created": "created"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "resize": "resize"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; }, ["childPanels"], ["div"]>;
42
39
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dashboardlayout.component";
3
- import * as i2 from "./panels.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the DashboardLayout component.
7
3
  */
8
4
  export declare class DashboardLayoutModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardLayoutModule, [typeof i1.DashboardLayoutComponent, typeof i2.PanelDirective, typeof i2.PanelsDirective], [typeof i3.CommonModule], [typeof i1.DashboardLayoutComponent, typeof i2.PanelDirective, typeof i2.PanelsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DashboardLayoutModule>;
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
  /**
5
4
  * 'e-panels' directive represent a panels of angular dashboardlayout
6
5
  * It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
@@ -93,8 +92,6 @@ export declare class PanelDirective extends ComplexBase<PanelDirective> {
93
92
  */
94
93
  content: any;
95
94
  constructor(viewContainerRef: ViewContainerRef);
96
- static ɵfac: i0.ɵɵFactoryDeclaration<PanelDirective, never>;
97
- static ɵdir: i0.ɵɵDirectiveDeclaration<PanelDirective, "e-panels>e-panel", never, { "col": "col"; "content": "content"; "cssClass": "cssClass"; "enabled": "enabled"; "header": "header"; "id": "id"; "maxSizeX": "maxSizeX"; "maxSizeY": "maxSizeY"; "minSizeX": "minSizeX"; "minSizeY": "minSizeY"; "row": "row"; "sizeX": "sizeX"; "sizeY": "sizeY"; "zIndex": "zIndex"; }, {}, ["header", "content"]>;
98
95
  }
99
96
  /**
100
97
  * Panel Array Directive
@@ -102,6 +99,4 @@ export declare class PanelDirective extends ComplexBase<PanelDirective> {
102
99
  */
103
100
  export declare class PanelsDirective extends ArrayBase<PanelsDirective> {
104
101
  constructor();
105
- static ɵfac: i0.ɵɵFactoryDeclaration<PanelsDirective, never>;
106
- static ɵdir: i0.ɵɵDirectiveDeclaration<PanelsDirective, "ejs-dashboardlayout>e-panels", never, {}, {}, ["children"]>;
107
102
  }
@@ -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
  /**
5
4
  * 'e-panesettings' directive represent a panes of angular splitter
6
5
  * It must be contained in a Splitter component(`ejs-splitter`).
@@ -68,8 +67,6 @@ export declare class PaneDirective extends ComplexBase<PaneDirective> {
68
67
  */
69
68
  content: any;
70
69
  constructor(viewContainerRef: ViewContainerRef);
71
- static ɵfac: i0.ɵɵFactoryDeclaration<PaneDirective, never>;
72
- static ɵdir: i0.ɵɵDirectiveDeclaration<PaneDirective, "e-panes>e-pane", never, { "collapsed": "collapsed"; "collapsible": "collapsible"; "content": "content"; "cssClass": "cssClass"; "max": "max"; "min": "min"; "resizable": "resizable"; "size": "size"; }, {}, ["content"]>;
73
70
  }
74
71
  /**
75
72
  * Pane Array Directive
@@ -77,6 +74,4 @@ export declare class PaneDirective extends ComplexBase<PaneDirective> {
77
74
  */
78
75
  export declare class PanesDirective extends ArrayBase<PanesDirective> {
79
76
  constructor();
80
- static ɵfac: i0.ɵɵFactoryDeclaration<PanesDirective, never>;
81
- static ɵdir: i0.ɵɵDirectiveDeclaration<PanesDirective, "ejs-splitter>e-panes", never, {}, {}, ["children"]>;
82
77
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./splitter.module";
4
1
  /**
5
2
  * NgModule definition for the Splitter component with providers.
6
3
  */
7
4
  export declare class SplitterAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitterAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterAllModule, never, [typeof i1.CommonModule, typeof i2.SplitterModule], [typeof i2.SplitterModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitterAllModule>;
11
5
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Splitter } from '@syncfusion/ej2-layouts';
4
4
  import { PanesDirective } from './panesettings.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[];
@@ -37,6 +36,4 @@ export declare class SplitterComponent extends Splitter implements IComponentBas
37
36
  ngAfterContentChecked(): void;
38
37
  registerEvents: (eventList: string[]) => void;
39
38
  addTwoWay: (propList: string[]) => void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "ejs-splitter", never, { "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableReversePanes": "enableReversePanes"; "enableRtl": "enableRtl"; "enabled": "enabled"; "height": "height"; "locale": "locale"; "orientation": "orientation"; "paneSettings": "paneSettings"; "separatorSize": "separatorSize"; "width": "width"; }, { "beforeCollapse": "beforeCollapse"; "beforeExpand": "beforeExpand"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "collapsed": "collapsed"; "created": "created"; "expanded": "expanded"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; }, ["childPaneSettings"], ["div"]>;
42
39
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./splitter.component";
3
- import * as i2 from "./panesettings.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the Splitter component.
7
3
  */
8
4
  export declare class SplitterModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitterModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterModule, [typeof i1.SplitterComponent, typeof i2.PaneDirective, typeof i2.PanesDirective], [typeof i3.CommonModule], [typeof i1.SplitterComponent, typeof i2.PaneDirective, typeof i2.PanesDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitterModule>;
12
5
  }
@@ -1,3 +0,0 @@
1
- // Mapping root file for package generation
2
- export * from './src/index';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
@@ -1,23 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { DashboardLayoutModule } from './dashboardlayout.module';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * NgModule definition for the DashboardLayout component with providers.
7
- */
8
- export class DashboardLayoutAllModule {
9
- }
10
- DashboardLayoutAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DashboardLayoutAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, imports: [CommonModule, DashboardLayoutModule], exports: [DashboardLayoutModule] });
12
- DashboardLayoutAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, providers: [], imports: [[CommonModule, DashboardLayoutModule], DashboardLayoutModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule, DashboardLayoutModule],
17
- exports: [
18
- DashboardLayoutModule
19
- ],
20
- providers: []
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkbGF5b3V0LWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGFzaGJvYXJkLWxheW91dC9kYXNoYm9hcmRsYXlvdXQtYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFHL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBTWpFOztHQUVHO0FBVUgsTUFBTSxPQUFPLHdCQUF3Qjs7cUhBQXhCLHdCQUF3QjtzSEFBeEIsd0JBQXdCLFlBUnZCLFlBQVksRUFBRSxxQkFBcUIsYUFFekMscUJBQXFCO3NIQU1oQix3QkFBd0IsYUFKdkIsRUFFVCxZQU5RLENBQUMsWUFBWSxFQUFFLHFCQUFxQixDQUFDLEVBRTFDLHFCQUFxQjsyRkFNaEIsd0JBQXdCO2tCQVRwQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxxQkFBcUIsQ0FBQztvQkFDOUMsT0FBTyxFQUFFO3dCQUNMLHFCQUFxQjtxQkFDeEI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFBhbmVsRGlyZWN0aXZlLCBQYW5lbHNEaXJlY3RpdmUgfSBmcm9tICcuL3BhbmVscy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFzaGJvYXJkTGF5b3V0Q29tcG9uZW50IH0gZnJvbSAnLi9kYXNoYm9hcmRsYXlvdXQuY29tcG9uZW50JztcbmltcG9ydCB7IERhc2hib2FyZExheW91dE1vZHVsZSB9IGZyb20gJy4vZGFzaGJvYXJkbGF5b3V0Lm1vZHVsZSc7XG5cblxuXG5cblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgRGFzaGJvYXJkTGF5b3V0IGNvbXBvbmVudCB3aXRoIHByb3ZpZGVycy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBEYXNoYm9hcmRMYXlvdXRNb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRGFzaGJvYXJkTGF5b3V0TW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6W1xuICAgICAgICBcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIERhc2hib2FyZExheW91dEFsbE1vZHVsZSB7IH0iXX0=
@@ -1,64 +0,0 @@
1
- import { __decorate } from "tslib";
2
- import { Component, ChangeDetectionStrategy, ContentChild } from '@angular/core';
3
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
4
- import { DashboardLayout } from '@syncfusion/ej2-layouts';
5
- import { PanelsDirective } from './panels.directive';
6
- import * as i0 from "@angular/core";
7
- export const inputs = ['allowDragging', 'allowFloating', 'allowPushing', 'allowResizing', 'cellAspectRatio', 'cellSpacing', 'columns', 'draggableHandle', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mediaQuery', 'panels', 'resizableHandles', 'showGridLines'];
8
- export const outputs = ['change', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'resize', 'resizeStart', 'resizeStop'];
9
- export const twoWays = [''];
10
- /**
11
- * Represents the Essential JS 2 Angular DashboardLayout Component.
12
- * ```html
13
- * <ejs-dashboardlayout></ejs-dashboardlayout>
14
- * ```
15
- */
16
- let DashboardLayoutComponent = class DashboardLayoutComponent extends DashboardLayout {
17
- constructor(ngEle, srenderer, viewContainerRef, injector) {
18
- super();
19
- this.ngEle = ngEle;
20
- this.srenderer = srenderer;
21
- this.viewContainerRef = viewContainerRef;
22
- this.injector = injector;
23
- this.tags = ['panels'];
24
- this.element = this.ngEle.nativeElement;
25
- this.injectedModules = this.injectedModules || [];
26
- this.registerEvents(outputs);
27
- this.addTwoWay.call(this, twoWays);
28
- setValue('currentInstance', this, this.viewContainerRef);
29
- this.containerContext = new ComponentBase();
30
- }
31
- ngOnInit() {
32
- this.containerContext.ngOnInit(this);
33
- }
34
- ngAfterViewInit() {
35
- this.containerContext.ngAfterViewInit(this);
36
- }
37
- ngOnDestroy() {
38
- this.containerContext.ngOnDestroy(this);
39
- }
40
- ngAfterContentChecked() {
41
- this.tagObjects[0].instance = this.childPanels;
42
- this.containerContext.ngAfterContentChecked(this);
43
- }
44
- };
45
- DashboardLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
46
- DashboardLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: DashboardLayoutComponent, selector: "ejs-dashboardlayout", inputs: { allowDragging: "allowDragging", allowFloating: "allowFloating", allowPushing: "allowPushing", allowResizing: "allowResizing", cellAspectRatio: "cellAspectRatio", cellSpacing: "cellSpacing", columns: "columns", draggableHandle: "draggableHandle", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", locale: "locale", mediaQuery: "mediaQuery", panels: "panels", resizableHandles: "resizableHandles", showGridLines: "showGridLines" }, outputs: { change: "change", created: "created", destroyed: "destroyed", drag: "drag", dragStart: "dragStart", dragStop: "dragStop", resize: "resize", resizeStart: "resizeStart", resizeStop: "resizeStop" }, queries: [{ propertyName: "childPanels", first: true, predicate: PanelsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
47
- DashboardLayoutComponent = __decorate([
48
- ComponentMixins([ComponentBase])
49
- ], DashboardLayoutComponent);
50
- export { DashboardLayoutComponent };
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutComponent, decorators: [{
52
- type: Component,
53
- args: [{
54
- selector: 'ejs-dashboardlayout',
55
- inputs: inputs,
56
- outputs: outputs,
57
- template: `<ng-content select='div'></ng-content>`,
58
- changeDetection: ChangeDetectionStrategy.OnPush,
59
- queries: {
60
- childPanels: new ContentChild(PanelsDirective)
61
- }
62
- }]
63
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkbGF5b3V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kYXNoYm9hcmQtbGF5b3V0L2Rhc2hib2FyZGxheW91dC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFELHVCQUF1QixFQUE0QixZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUosT0FBTyxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQXVELFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdJLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUUxRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBRXJELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLGVBQWUsRUFBQyxlQUFlLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxpQkFBaUIsRUFBQyxhQUFhLEVBQUMsU0FBUyxFQUFDLGlCQUFpQixFQUFDLHFCQUFxQixFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxRQUFRLEVBQUMsWUFBWSxFQUFDLFFBQVEsRUFBQyxrQkFBa0IsRUFBQyxlQUFlLENBQUMsQ0FBQztBQUNyUixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxRQUFRLEVBQUMsU0FBUyxFQUFDLFdBQVcsRUFBQyxNQUFNLEVBQUMsV0FBVyxFQUFDLFVBQVUsRUFBQyxRQUFRLEVBQUMsYUFBYSxFQUFDLFlBQVksQ0FBQyxDQUFDO0FBQ3BJLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0FBRXRDOzs7OztHQUtHO0lBWVUsd0JBQXdCLFNBQXhCLHdCQUF5QixTQUFRLGVBQWU7SUFlekQsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUZuSSxTQUFJLEdBQWEsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUkvQixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsZ0JBQWdCLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNqRCxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVNLHFCQUFxQjtRQUN4QixJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQy9DLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN0RCxDQUFDO0NBSUosQ0FBQTtxSEE3Q1ksd0JBQXdCO3lHQUF4Qix3QkFBd0IscXlCQUpDLGVBQWUsdUVBSHZDLHdDQUF3QztBQU96Qyx3QkFBd0I7SUFEcEMsZUFBZSxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUM7R0FDcEIsd0JBQXdCLENBNkNwQztTQTdDWSx3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFYcEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUscUJBQXFCO29CQUMvQixNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLHdDQUF3QztvQkFDbEQsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE9BQU8sRUFBRTt3QkFDTCxXQUFXLEVBQUUsSUFBSSxZQUFZLENBQUMsZUFBZSxDQUFDO3FCQUNqRDtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFF1ZXJ5TGlzdCwgVmFsdWVQcm92aWRlciwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBDb21wb25lbnRNaXhpbnMsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IERhc2hib2FyZExheW91dCB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1sYXlvdXRzJztcblxuaW1wb3J0IHsgUGFuZWxzRGlyZWN0aXZlIH0gZnJvbSAnLi9wYW5lbHMuZGlyZWN0aXZlJztcblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2FsbG93RHJhZ2dpbmcnLCdhbGxvd0Zsb2F0aW5nJywnYWxsb3dQdXNoaW5nJywnYWxsb3dSZXNpemluZycsJ2NlbGxBc3BlY3RSYXRpbycsJ2NlbGxTcGFjaW5nJywnY29sdW1ucycsJ2RyYWdnYWJsZUhhbmRsZScsJ2VuYWJsZUh0bWxTYW5pdGl6ZXInLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVJ0bCcsJ2xvY2FsZScsJ21lZGlhUXVlcnknLCdwYW5lbHMnLCdyZXNpemFibGVIYW5kbGVzJywnc2hvd0dyaWRMaW5lcyddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydjaGFuZ2UnLCdjcmVhdGVkJywnZGVzdHJveWVkJywnZHJhZycsJ2RyYWdTdGFydCcsJ2RyYWdTdG9wJywncmVzaXplJywncmVzaXplU3RhcnQnLCdyZXNpemVTdG9wJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEVzc2VudGlhbCBKUyAyIEFuZ3VsYXIgRGFzaGJvYXJkTGF5b3V0IENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxlanMtZGFzaGJvYXJkbGF5b3V0PjwvZWpzLWRhc2hib2FyZGxheW91dD5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1kYXNoYm9hcmRsYXlvdXQnLFxuICAgIGlucHV0czogaW5wdXRzLFxuICAgIG91dHB1dHM6IG91dHB1dHMsXG4gICAgdGVtcGxhdGU6IGA8bmctY29udGVudCBzZWxlY3Q9J2Rpdic+PC9uZy1jb250ZW50PmAsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZFBhbmVsczogbmV3IENvbnRlbnRDaGlsZChQYW5lbHNEaXJlY3RpdmUpXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIERhc2hib2FyZExheW91dENvbXBvbmVudCBleHRlbmRzIERhc2hib2FyZExheW91dCBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgY29udGFpbmVyQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRjaGFuZ2U6IGFueTtcblx0Y3JlYXRlZDogYW55O1xuXHRkZXN0cm95ZWQ6IGFueTtcblx0ZHJhZzogYW55O1xuXHRkcmFnU3RhcnQ6IGFueTtcblx0ZHJhZ1N0b3A6IGFueTtcblx0cmVzaXplOiBhbnk7XG5cdHJlc2l6ZVN0YXJ0OiBhbnk7XG5cdHB1YmxpYyByZXNpemVTdG9wOiBhbnk7XG4gICAgcHVibGljIGNoaWxkUGFuZWxzOiBRdWVyeUxpc3Q8UGFuZWxzRGlyZWN0aXZlPjtcbiAgICBwdWJsaWMgdGFnczogc3RyaW5nW10gPSBbJ3BhbmVscyddO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnRhZ09iamVjdHNbMF0uaW5zdGFuY2UgPSB0aGlzLmNoaWxkUGFuZWxzO1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19
@@ -1,34 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { PanelDirective, PanelsDirective } from './panels.directive';
4
- import { DashboardLayoutComponent } from './dashboardlayout.component';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * NgModule definition for the DashboardLayout component.
8
- */
9
- export class DashboardLayoutModule {
10
- }
11
- DashboardLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- DashboardLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, declarations: [DashboardLayoutComponent,
13
- PanelDirective,
14
- PanelsDirective], imports: [CommonModule], exports: [DashboardLayoutComponent,
15
- PanelDirective,
16
- PanelsDirective] });
17
- DashboardLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, imports: [[CommonModule]] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, decorators: [{
19
- type: NgModule,
20
- args: [{
21
- imports: [CommonModule],
22
- declarations: [
23
- DashboardLayoutComponent,
24
- PanelDirective,
25
- PanelsDirective
26
- ],
27
- exports: [
28
- DashboardLayoutComponent,
29
- PanelDirective,
30
- PanelsDirective
31
- ]
32
- }]
33
- }] });
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkbGF5b3V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kYXNoYm9hcmQtbGF5b3V0L2Rhc2hib2FyZGxheW91dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNyRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7QUFFdkU7O0dBRUc7QUFjSCxNQUFNLE9BQU8scUJBQXFCOztrSEFBckIscUJBQXFCO21IQUFyQixxQkFBcUIsaUJBVjFCLHdCQUF3QjtRQUN4QixjQUFjO1FBQ2QsZUFBZSxhQUpULFlBQVksYUFPbEIsd0JBQXdCO1FBQ3hCLGNBQWM7UUFDZCxlQUFlO21IQUdWLHFCQUFxQixZQVpyQixDQUFDLFlBQVksQ0FBQzsyRkFZZCxxQkFBcUI7a0JBYmpDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1Ysd0JBQXdCO3dCQUN4QixjQUFjO3dCQUNkLGVBQWU7cUJBQ2xCO29CQUNELE9BQU8sRUFBRTt3QkFDTCx3QkFBd0I7d0JBQ3hCLGNBQWM7d0JBQ2QsZUFBZTtxQkFDbEI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFBhbmVsRGlyZWN0aXZlLCBQYW5lbHNEaXJlY3RpdmUgfSBmcm9tICcuL3BhbmVscy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFzaGJvYXJkTGF5b3V0Q29tcG9uZW50IH0gZnJvbSAnLi9kYXNoYm9hcmRsYXlvdXQuY29tcG9uZW50JztcblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgRGFzaGJvYXJkTGF5b3V0IGNvbXBvbmVudC5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRGFzaGJvYXJkTGF5b3V0Q29tcG9uZW50LFxuICAgICAgICBQYW5lbERpcmVjdGl2ZSxcbiAgICAgICAgUGFuZWxzRGlyZWN0aXZlXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIERhc2hib2FyZExheW91dENvbXBvbmVudCxcbiAgICAgICAgUGFuZWxEaXJlY3RpdmUsXG4gICAgICAgIFBhbmVsc0RpcmVjdGl2ZVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRGFzaGJvYXJkTGF5b3V0TW9kdWxlIHsgfSJdfQ==