@syncfusion/ej2-angular-layouts 24.2.4 → 25.1.35-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 (96) hide show
  1. package/@syncfusion/ej2-angular-layouts.es5.js +726 -0
  2. package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-layouts.js +663 -0
  4. package/@syncfusion/ej2-angular-layouts.js.map +1 -0
  5. package/CHANGELOG.md +591 -0
  6. package/dist/ej2-angular-layouts.umd.js +763 -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 +7 -0
  11. package/ej2-angular-layouts.metadata.json +1 -0
  12. package/package.json +18 -30
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  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/index.d.ts +4 -0
  22. package/src/splitter/panesettings.directive.d.ts +0 -5
  23. package/src/splitter/splitter-all.module.d.ts +0 -6
  24. package/src/splitter/splitter.component.d.ts +0 -3
  25. package/src/splitter/splitter.module.d.ts +0 -7
  26. package/src/timeline/items.directive.d.ts +59 -0
  27. package/src/timeline/timeline-all.module.d.ts +5 -0
  28. package/src/timeline/timeline.component.d.ts +46 -0
  29. package/src/timeline/timeline.module.d.ts +5 -0
  30. package/styles/bootstrap-dark.scss +1 -0
  31. package/styles/bootstrap.scss +1 -0
  32. package/styles/bootstrap4.scss +1 -0
  33. package/styles/bootstrap5-dark.scss +1 -0
  34. package/styles/bootstrap5.scss +1 -0
  35. package/styles/fabric-dark.scss +1 -0
  36. package/styles/fabric.scss +1 -0
  37. package/styles/fluent-dark.scss +1 -0
  38. package/styles/fluent.scss +1 -0
  39. package/styles/highcontrast-light.scss +1 -0
  40. package/styles/highcontrast.scss +1 -0
  41. package/styles/material-dark.scss +1 -0
  42. package/styles/material.scss +1 -0
  43. package/styles/material3-dark.scss +1 -0
  44. package/styles/material3.scss +1 -0
  45. package/styles/tailwind-dark.scss +1 -0
  46. package/styles/tailwind.scss +1 -0
  47. package/styles/timeline/bootstrap-dark.css +1 -0
  48. package/styles/timeline/bootstrap-dark.scss +1 -0
  49. package/styles/timeline/bootstrap.css +1 -0
  50. package/styles/timeline/bootstrap.scss +1 -0
  51. package/styles/timeline/bootstrap4.css +1 -0
  52. package/styles/timeline/bootstrap4.scss +1 -0
  53. package/styles/timeline/bootstrap5-dark.css +1 -0
  54. package/styles/timeline/bootstrap5-dark.scss +1 -0
  55. package/styles/timeline/bootstrap5.css +1 -0
  56. package/styles/timeline/bootstrap5.scss +1 -0
  57. package/styles/timeline/fabric-dark.css +1 -0
  58. package/styles/timeline/fabric-dark.scss +1 -0
  59. package/styles/timeline/fabric.css +1 -0
  60. package/styles/timeline/fabric.scss +1 -0
  61. package/styles/timeline/fluent-dark.css +1 -0
  62. package/styles/timeline/fluent-dark.scss +1 -0
  63. package/styles/timeline/fluent.css +1 -0
  64. package/styles/timeline/fluent.scss +1 -0
  65. package/styles/timeline/highcontrast-light.css +1 -0
  66. package/styles/timeline/highcontrast-light.scss +1 -0
  67. package/styles/timeline/highcontrast.css +1 -0
  68. package/styles/timeline/highcontrast.scss +1 -0
  69. package/styles/timeline/material-dark.css +1 -0
  70. package/styles/timeline/material-dark.scss +1 -0
  71. package/styles/timeline/material.css +1 -0
  72. package/styles/timeline/material.scss +1 -0
  73. package/styles/timeline/material3-dark.css +1 -0
  74. package/styles/timeline/material3-dark.scss +2 -0
  75. package/styles/timeline/material3.css +1 -0
  76. package/styles/timeline/material3.scss +2 -0
  77. package/styles/timeline/tailwind-dark.css +1 -0
  78. package/styles/timeline/tailwind-dark.scss +1 -0
  79. package/styles/timeline/tailwind.css +1 -0
  80. package/styles/timeline/tailwind.scss +1 -0
  81. package/esm2020/public_api.mjs +0 -3
  82. package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
  83. package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
  84. package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
  85. package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
  86. package/esm2020/src/index.mjs +0 -10
  87. package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
  88. package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
  89. package/esm2020/src/splitter/splitter.component.mjs +0 -64
  90. package/esm2020/src/splitter/splitter.module.mjs +0 -34
  91. package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
  92. package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
  93. package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  94. package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
  95. package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  96. package/syncfusion-ej2-angular-layouts.d.ts +0 -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-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
  }
@@ -0,0 +1,59 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * 'e-timelineItem' directive represents a item of the Angular Timeline.
5
+ * It must be contained in a Timeline component(`ejs-timeline`).
6
+ * ```html
7
+ * <ejs-timeline>
8
+ * <e-items>
9
+ * <e-item [dotCss]='e-icons e-folder' [content]='Item 1' />
10
+ * <e-item [dotCss]='e-icons e-folder' [content]='Item 2' />
11
+ * </e-items>
12
+ * </ejs-timeline>
13
+ * ```
14
+ */
15
+ export declare class ItemDirective extends ComplexBase<ItemDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Defines the text content or template for the Timeline item. The current itemIndex passed as context to build the content.
20
+ * @default ''
21
+ * @angulartype string | object
22
+ * @reacttype string | function | JSX.Element
23
+ * @vuetype string | function
24
+ * @asptype string
25
+ */
26
+ content: any;
27
+ /**
28
+ * Defines the CSS class to customize the Timeline item appearance.
29
+ * @default ''
30
+ */
31
+ cssClass: any;
32
+ /**
33
+ * Defines whether to enable or disable the timeline item.
34
+ * @default false
35
+ */
36
+ disabled: any;
37
+ /**
38
+ * Defines one or more CSS classes to include an icon or image in the Timeline item.
39
+ * @default ''
40
+ */
41
+ dotCss: any;
42
+ /**
43
+ * Defines the additional text content or template to be displayed opposite side of the item. The current itemIndex passed as context to build the content.
44
+ * @default ''
45
+ * @angulartype string | object
46
+ * @reacttype string | function | JSX.Element
47
+ * @vuetype string | function
48
+ * @asptype string
49
+ */
50
+ oppositeContent: any;
51
+ constructor(viewContainerRef: ViewContainerRef);
52
+ }
53
+ /**
54
+ * Item Array Directive
55
+ * @private
56
+ */
57
+ export declare class ItemsDirective extends ArrayBase<ItemsDirective> {
58
+ constructor();
59
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Timeline component with providers.
3
+ */
4
+ export declare class TimelineAllModule {
5
+ }
@@ -0,0 +1,46 @@
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Timeline } from '@syncfusion/ej2-layouts';
4
+ import { ItemsDirective } from './items.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the EJ2 Angular Timeline Component.
10
+ * ```html
11
+ * <div ejs-timeline [items]='timelineItems'></div>
12
+ * ```
13
+ */
14
+ export declare class TimelineComponent extends Timeline implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ containerContext: any;
20
+ tagObjects: any;
21
+ beforeItemRender: any;
22
+ created: any;
23
+ childItems: QueryList<ItemsDirective>;
24
+ tags: string[];
25
+ /**
26
+ * Defines the template content for each timeline item. The template context will contain the item model.
27
+ *
28
+ * {% codeBlock src='timeline/template/index.md' %}{% endcodeBlock %}
29
+ *
30
+ * @default ''
31
+ * @angulartype string | object
32
+ * @reacttype string | function | JSX.Element
33
+ * @vuetype string | function
34
+ * @asptype string
35
+ */
36
+ template: any;
37
+ content: any;
38
+ oppositeContent: any;
39
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
40
+ ngOnInit(): void;
41
+ ngAfterViewInit(): void;
42
+ ngOnDestroy(): void;
43
+ ngAfterContentChecked(): void;
44
+ registerEvents: (eventList: string[]) => void;
45
+ addTwoWay: (propList: string[]) => void;
46
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Timeline component.
3
+ */
4
+ export declare class TimelineModule {
5
+ }
@@ -2,3 +2,4 @@
2
2
  @import 'card/bootstrap-dark.scss';
3
3
  @import 'splitter/bootstrap-dark.scss';
4
4
  @import 'dashboard-layout/bootstrap-dark.scss';
5
+ @import 'timeline/bootstrap-dark.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/bootstrap.scss';
3
3
  @import 'splitter/bootstrap.scss';
4
4
  @import 'dashboard-layout/bootstrap.scss';
5
+ @import 'timeline/bootstrap.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/bootstrap4.scss';
3
3
  @import 'splitter/bootstrap4.scss';
4
4
  @import 'dashboard-layout/bootstrap4.scss';
5
+ @import 'timeline/bootstrap4.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/bootstrap5-dark.scss';
3
3
  @import 'splitter/bootstrap5-dark.scss';
4
4
  @import 'dashboard-layout/bootstrap5-dark.scss';
5
+ @import 'timeline/bootstrap5-dark.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/bootstrap5.scss';
3
3
  @import 'splitter/bootstrap5.scss';
4
4
  @import 'dashboard-layout/bootstrap5.scss';
5
+ @import 'timeline/bootstrap5.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/fabric-dark.scss';
3
3
  @import 'splitter/fabric-dark.scss';
4
4
  @import 'dashboard-layout/fabric-dark.scss';
5
+ @import 'timeline/fabric-dark.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/fabric.scss';
3
3
  @import 'splitter/fabric.scss';
4
4
  @import 'dashboard-layout/fabric.scss';
5
+ @import 'timeline/fabric.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/fluent-dark.scss';
3
3
  @import 'splitter/fluent-dark.scss';
4
4
  @import 'dashboard-layout/fluent-dark.scss';
5
+ @import 'timeline/fluent-dark.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/fluent.scss';
3
3
  @import 'splitter/fluent.scss';
4
4
  @import 'dashboard-layout/fluent.scss';
5
+ @import 'timeline/fluent.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/highcontrast-light.scss';
3
3
  @import 'splitter/highcontrast-light.scss';
4
4
  @import 'dashboard-layout/highcontrast-light.scss';
5
+ @import 'timeline/highcontrast-light.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/highcontrast.scss';
3
3
  @import 'splitter/highcontrast.scss';
4
4
  @import 'dashboard-layout/highcontrast.scss';
5
+ @import 'timeline/highcontrast.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/material-dark.scss';
3
3
  @import 'splitter/material-dark.scss';
4
4
  @import 'dashboard-layout/material-dark.scss';
5
+ @import 'timeline/material-dark.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/material.scss';
3
3
  @import 'splitter/material.scss';
4
4
  @import 'dashboard-layout/material.scss';
5
+ @import 'timeline/material.scss';
@@ -3,3 +3,4 @@
3
3
  @import 'card/material3-dark.scss';
4
4
  @import 'splitter/material3-dark.scss';
5
5
  @import 'dashboard-layout/material3-dark.scss';
6
+ @import 'timeline/material3-dark.scss';
@@ -3,3 +3,4 @@
3
3
  @import 'card/material3.scss';
4
4
  @import 'splitter/material3.scss';
5
5
  @import 'dashboard-layout/material3.scss';
6
+ @import 'timeline/material3.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/tailwind-dark.scss';
3
3
  @import 'splitter/tailwind-dark.scss';
4
4
  @import 'dashboard-layout/tailwind-dark.scss';
5
+ @import 'timeline/tailwind-dark.scss';
@@ -2,3 +2,4 @@
2
2
  @import 'card/tailwind.scss';
3
3
  @import 'splitter/tailwind.scss';
4
4
  @import 'dashboard-layout/tailwind.scss';
5
+ @import 'timeline/tailwind.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/bootstrap-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/bootstrap-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/bootstrap.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/bootstrap.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/bootstrap4.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/bootstrap4.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/bootstrap5-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/bootstrap5-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/bootstrap5.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/bootstrap5.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/fabric-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/fabric-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/fabric.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/fabric.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/fluent-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/fluent-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/fluent.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/fluent.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/highcontrast-light.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/highcontrast-light.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/highcontrast.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/highcontrast.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/material-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/material-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/material.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/material.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/material3-dark.css';
@@ -0,0 +1,2 @@
1
+
2
+ @import 'ej2-layouts/styles/timeline/material3-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/material3.css';
@@ -0,0 +1,2 @@
1
+
2
+ @import 'ej2-layouts/styles/timeline/material3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/tailwind-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/tailwind-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-layouts/styles/timeline/tailwind.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/timeline/tailwind.scss';
@@ -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==