@syncfusion/ej2-angular-diagrams 30.1.42-ngcc → 30.1.42

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 (61) hide show
  1. package/CHANGELOG.md +2061 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/diagram/connector-annotation.directive.mjs +59 -0
  4. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +59 -0
  5. package/esm2020/src/diagram/connectors.directive.mjs +60 -0
  6. package/esm2020/src/diagram/customcursor.directive.mjs +54 -0
  7. package/esm2020/src/diagram/diagram-all.module.mjs +83 -0
  8. package/esm2020/src/diagram/diagram.component.mjs +231 -0
  9. package/esm2020/src/diagram/diagram.module.mjs +106 -0
  10. package/esm2020/src/diagram/layers.directive.mjs +54 -0
  11. package/esm2020/src/diagram/node-annotation.directive.mjs +59 -0
  12. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +59 -0
  13. package/esm2020/src/diagram/nodes.directive.mjs +62 -0
  14. package/esm2020/src/diagram/ports.directive.mjs +59 -0
  15. package/esm2020/src/index.mjs +21 -0
  16. package/esm2020/src/overview/overview-all.module.mjs +23 -0
  17. package/esm2020/src/overview/overview.component.mjs +60 -0
  18. package/esm2020/src/overview/overview.module.mjs +25 -0
  19. package/esm2020/src/symbol-palette/palettes.directive.mjs +52 -0
  20. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +23 -0
  21. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +71 -0
  22. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +34 -0
  23. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +5 -0
  24. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +1153 -0
  25. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  26. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +1153 -0
  27. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  28. package/package.json +20 -7
  29. package/public_api.d.ts +1 -1
  30. package/src/diagram/connector-annotation.directive.d.ts +175 -170
  31. package/src/diagram/connector-fixeduserhandle.directive.d.ts +116 -111
  32. package/src/diagram/connectors.directive.d.ts +281 -276
  33. package/src/diagram/customcursor.directive.d.ts +36 -31
  34. package/src/diagram/diagram-all.module.d.ts +31 -25
  35. package/src/diagram/diagram.component.d.ts +106 -103
  36. package/src/diagram/diagram.module.d.ts +20 -5
  37. package/src/diagram/layers.directive.d.ts +60 -55
  38. package/src/diagram/node-annotation.directive.d.ts +156 -151
  39. package/src/diagram/node-fixeduserhandle.directive.d.ts +107 -102
  40. package/src/diagram/nodes.directive.d.ts +343 -338
  41. package/src/diagram/ports.directive.d.ts +147 -142
  42. package/src/index.d.ts +20 -20
  43. package/src/overview/overview-all.module.d.ts +11 -5
  44. package/src/overview/overview.component.d.ts +32 -29
  45. package/src/overview/overview.module.d.ts +11 -5
  46. package/src/symbol-palette/palettes.directive.d.ts +56 -51
  47. package/src/symbol-palette/symbolpalette-all.module.d.ts +11 -5
  48. package/src/symbol-palette/symbolpalette.component.d.ts +35 -32
  49. package/src/symbol-palette/symbolpalette.module.d.ts +12 -5
  50. package/syncfusion-ej2-angular-diagrams.d.ts +5 -0
  51. package/@syncfusion/ej2-angular-diagrams.es5.js +0 -1342
  52. package/@syncfusion/ej2-angular-diagrams.es5.js.map +0 -1
  53. package/@syncfusion/ej2-angular-diagrams.js +0 -1261
  54. package/@syncfusion/ej2-angular-diagrams.js.map +0 -1
  55. package/LICENSE +0 -10
  56. package/dist/ej2-angular-diagrams.umd.js +0 -1787
  57. package/dist/ej2-angular-diagrams.umd.js.map +0 -1
  58. package/dist/ej2-angular-diagrams.umd.min.js +0 -11
  59. package/dist/ej2-angular-diagrams.umd.min.js.map +0 -1
  60. package/ej2-angular-diagrams.d.ts +0 -7
  61. package/ej2-angular-diagrams.metadata.json +0 -1
@@ -1,25 +1,31 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const HierarchicalTreeService: ValueProvider;
3
- export declare const MindMapService: ValueProvider;
4
- export declare const RadialTreeService: ValueProvider;
5
- export declare const ComplexHierarchicalTreeService: ValueProvider;
6
- export declare const DataBindingService: ValueProvider;
7
- export declare const SnappingService: ValueProvider;
8
- export declare const PrintAndExportService: ValueProvider;
9
- export declare const BpmnDiagramsService: ValueProvider;
10
- export declare const SymmetricLayoutService: ValueProvider;
11
- export declare const ConnectorBridgingService: ValueProvider;
12
- export declare const UndoRedoService: ValueProvider;
13
- export declare const LayoutAnimationService: ValueProvider;
14
- export declare const DiagramContextMenuService: ValueProvider;
15
- export declare const LineRoutingService: ValueProvider;
16
- export declare const AvoidLineOverlappingService: ValueProvider;
17
- export declare const ConnectorEditingService: ValueProvider;
18
- export declare const LineDistributionService: ValueProvider;
19
- export declare const Ej1SerializationService: ValueProvider;
20
- export declare const FlowchartLayoutService: ValueProvider;
21
- /**
22
- * NgModule definition for the Diagram component with providers.
23
- */
24
- export declare class DiagramAllModule {
25
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./diagram.module";
5
+ export declare const HierarchicalTreeService: ValueProvider;
6
+ export declare const MindMapService: ValueProvider;
7
+ export declare const RadialTreeService: ValueProvider;
8
+ export declare const ComplexHierarchicalTreeService: ValueProvider;
9
+ export declare const DataBindingService: ValueProvider;
10
+ export declare const SnappingService: ValueProvider;
11
+ export declare const PrintAndExportService: ValueProvider;
12
+ export declare const BpmnDiagramsService: ValueProvider;
13
+ export declare const SymmetricLayoutService: ValueProvider;
14
+ export declare const ConnectorBridgingService: ValueProvider;
15
+ export declare const UndoRedoService: ValueProvider;
16
+ export declare const LayoutAnimationService: ValueProvider;
17
+ export declare const DiagramContextMenuService: ValueProvider;
18
+ export declare const LineRoutingService: ValueProvider;
19
+ export declare const AvoidLineOverlappingService: ValueProvider;
20
+ export declare const ConnectorEditingService: ValueProvider;
21
+ export declare const LineDistributionService: ValueProvider;
22
+ export declare const Ej1SerializationService: ValueProvider;
23
+ export declare const FlowchartLayoutService: ValueProvider;
24
+ /**
25
+ * NgModule definition for the Diagram component with providers.
26
+ */
27
+ export declare class DiagramAllModule {
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<DiagramAllModule, never>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DiagramAllModule, never, [typeof i1.CommonModule, typeof i2.DiagramModule], [typeof i2.DiagramModule]>;
30
+ static ɵinj: i0.ɵɵInjectorDeclaration<DiagramAllModule>;
31
+ }
@@ -1,103 +1,106 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Diagram } from '@syncfusion/ej2-diagrams';
4
- import { LayersDirective } from './layers.directive';
5
- import { CustomCursorsDirective } from './customcursor.directive';
6
- import { ConnectorsDirective } from './connectors.directive';
7
- import { NodesDirective } from './nodes.directive';
8
- export declare const inputs: string[];
9
- export declare const outputs: string[];
10
- export declare const twoWays: string[];
11
- /**
12
- * Diagram Component
13
- * ```html
14
- * <ej-diagram></ej-diagram>
15
- * ```
16
- */
17
- export declare class DiagramComponent extends Diagram implements IComponentBase {
18
- private ngEle;
19
- private srenderer;
20
- private viewContainerRef;
21
- private injector;
22
- context: any;
23
- tagObjects: any;
24
- animationComplete: any;
25
- click: any;
26
- collectionChange: any;
27
- commandExecute: any;
28
- connectionChange: any;
29
- contextMenuBeforeItemRender: any;
30
- contextMenuClick: any;
31
- contextMenuOpen: any;
32
- created: any;
33
- dataLoaded: any;
34
- doubleClick: any;
35
- dragEnter: any;
36
- dragLeave: any;
37
- dragOver: any;
38
- drop: any;
39
- elementDraw: any;
40
- expandStateChange: any;
41
- fixedUserHandleClick: any;
42
- historyChange: any;
43
- historyStateChange: any;
44
- keyDown: any;
45
- keyUp: any;
46
- layoutUpdated: any;
47
- load: any;
48
- loaded: any;
49
- mouseEnter: any;
50
- mouseLeave: any;
51
- mouseOver: any;
52
- mouseWheel: any;
53
- onFixedUserHandleMouseDown: any;
54
- onFixedUserHandleMouseEnter: any;
55
- onFixedUserHandleMouseLeave: any;
56
- onFixedUserHandleMouseUp: any;
57
- onImageLoad: any;
58
- onUserHandleMouseDown: any;
59
- onUserHandleMouseEnter: any;
60
- onUserHandleMouseLeave: any;
61
- onUserHandleMouseUp: any;
62
- positionChange: any;
63
- propertyChange: any;
64
- rotateChange: any;
65
- scrollChange: any;
66
- segmentChange: any;
67
- segmentCollectionChange: any;
68
- selectionChange: any;
69
- sizeChange: any;
70
- sourcePointChange: any;
71
- targetPointChange: any;
72
- textEdit: any;
73
- childLayers: QueryList<LayersDirective>;
74
- childCustomCursor: QueryList<CustomCursorsDirective>;
75
- childConnectors: QueryList<ConnectorsDirective>;
76
- childNodes: QueryList<NodesDirective>;
77
- tags: string[];
78
- /**
79
- * Customizes the annotation template
80
- * @default undefined
81
- * @asptype string
82
- */
83
- annotationTemplate: any;
84
- /**
85
- * Customizes the node template
86
- * @default undefined
87
- * @asptype string
88
- */
89
- nodeTemplate: any;
90
- /**
91
- * This property represents the template content of a user handle. The user can define any HTML element as a template.
92
- * @default undefined
93
- * @asptype string
94
- */
95
- userHandleTemplate: any;
96
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
97
- ngOnInit(): void;
98
- ngAfterViewInit(): void;
99
- ngOnDestroy(): void;
100
- ngAfterContentChecked(): void;
101
- registerEvents: (eventList: string[]) => void;
102
- addTwoWay: (propList: string[]) => void;
103
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Diagram } from '@syncfusion/ej2-diagrams';
4
+ import { LayersDirective } from './layers.directive';
5
+ import { CustomCursorsDirective } from './customcursor.directive';
6
+ import { ConnectorsDirective } from './connectors.directive';
7
+ import { NodesDirective } from './nodes.directive';
8
+ import * as i0 from "@angular/core";
9
+ export declare const inputs: string[];
10
+ export declare const outputs: string[];
11
+ export declare const twoWays: string[];
12
+ /**
13
+ * Diagram Component
14
+ * ```html
15
+ * <ej-diagram></ej-diagram>
16
+ * ```
17
+ */
18
+ export declare class DiagramComponent extends Diagram implements IComponentBase {
19
+ private ngEle;
20
+ private srenderer;
21
+ private viewContainerRef;
22
+ private injector;
23
+ context: any;
24
+ tagObjects: any;
25
+ animationComplete: any;
26
+ click: any;
27
+ collectionChange: any;
28
+ commandExecute: any;
29
+ connectionChange: any;
30
+ contextMenuBeforeItemRender: any;
31
+ contextMenuClick: any;
32
+ contextMenuOpen: any;
33
+ created: any;
34
+ dataLoaded: any;
35
+ doubleClick: any;
36
+ dragEnter: any;
37
+ dragLeave: any;
38
+ dragOver: any;
39
+ drop: any;
40
+ elementDraw: any;
41
+ expandStateChange: any;
42
+ fixedUserHandleClick: any;
43
+ historyChange: any;
44
+ historyStateChange: any;
45
+ keyDown: any;
46
+ keyUp: any;
47
+ layoutUpdated: any;
48
+ load: any;
49
+ loaded: any;
50
+ mouseEnter: any;
51
+ mouseLeave: any;
52
+ mouseOver: any;
53
+ mouseWheel: any;
54
+ onFixedUserHandleMouseDown: any;
55
+ onFixedUserHandleMouseEnter: any;
56
+ onFixedUserHandleMouseLeave: any;
57
+ onFixedUserHandleMouseUp: any;
58
+ onImageLoad: any;
59
+ onUserHandleMouseDown: any;
60
+ onUserHandleMouseEnter: any;
61
+ onUserHandleMouseLeave: any;
62
+ onUserHandleMouseUp: any;
63
+ positionChange: any;
64
+ propertyChange: any;
65
+ rotateChange: any;
66
+ scrollChange: any;
67
+ segmentChange: any;
68
+ segmentCollectionChange: any;
69
+ selectionChange: any;
70
+ sizeChange: any;
71
+ sourcePointChange: any;
72
+ targetPointChange: any;
73
+ textEdit: any;
74
+ childLayers: QueryList<LayersDirective>;
75
+ childCustomCursor: QueryList<CustomCursorsDirective>;
76
+ childConnectors: QueryList<ConnectorsDirective>;
77
+ childNodes: QueryList<NodesDirective>;
78
+ tags: string[];
79
+ /**
80
+ * Customizes the annotation template
81
+ * @default undefined
82
+ * @asptype string
83
+ */
84
+ annotationTemplate: any;
85
+ /**
86
+ * Customizes the node template
87
+ * @default undefined
88
+ * @asptype string
89
+ */
90
+ nodeTemplate: any;
91
+ /**
92
+ * This property represents the template content of a user handle. The user can define any HTML element as a template.
93
+ * @default undefined
94
+ * @asptype string
95
+ */
96
+ userHandleTemplate: any;
97
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
98
+ ngOnInit(): void;
99
+ ngAfterViewInit(): void;
100
+ ngOnDestroy(): void;
101
+ ngAfterContentChecked(): void;
102
+ registerEvents: (eventList: string[]) => void;
103
+ addTwoWay: (propList: string[]) => void;
104
+ static ɵfac: i0.ɵɵFactoryDeclaration<DiagramComponent, never>;
105
+ static ɵcmp: i0.ɵɵComponentDeclaration<DiagramComponent, "ejs-diagram", never, { "addInfo": "addInfo"; "annotationTemplate": "annotationTemplate"; "backgroundColor": "backgroundColor"; "bridgeDirection": "bridgeDirection"; "commandManager": "commandManager"; "connectorDefaults": "connectorDefaults"; "connectors": "connectors"; "constraints": "constraints"; "contextMenuSettings": "contextMenuSettings"; "customCursor": "customCursor"; "dataSourceSettings": "dataSourceSettings"; "diagramSettings": "diagramSettings"; "drawingObject": "drawingObject"; "enableConnectorSplit": "enableConnectorSplit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "fixedUserHandleTemplate": "fixedUserHandleTemplate"; "getConnectorDefaults": "getConnectorDefaults"; "getCustomCursor": "getCustomCursor"; "getCustomProperty": "getCustomProperty"; "getCustomTool": "getCustomTool"; "getDescription": "getDescription"; "getNodeDefaults": "getNodeDefaults"; "height": "height"; "historyManager": "historyManager"; "layers": "layers"; "layout": "layout"; "locale": "locale"; "mode": "mode"; "model": "model"; "nodeDefaults": "nodeDefaults"; "nodeTemplate": "nodeTemplate"; "nodes": "nodes"; "pageSettings": "pageSettings"; "rulerSettings": "rulerSettings"; "scrollSettings": "scrollSettings"; "segmentThumbShape": "segmentThumbShape"; "segmentThumbSize": "segmentThumbSize"; "selectedItems": "selectedItems"; "serializationSettings": "serializationSettings"; "setNodeTemplate": "setNodeTemplate"; "snapSettings": "snapSettings"; "tool": "tool"; "tooltip": "tooltip"; "updateSelection": "updateSelection"; "userHandleTemplate": "userHandleTemplate"; "width": "width"; }, { "animationComplete": "animationComplete"; "click": "click"; "collectionChange": "collectionChange"; "commandExecute": "commandExecute"; "connectionChange": "connectionChange"; "contextMenuBeforeItemRender": "contextMenuBeforeItemRender"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataLoaded": "dataLoaded"; "doubleClick": "doubleClick"; "dragEnter": "dragEnter"; "dragLeave": "dragLeave"; "dragOver": "dragOver"; "drop": "drop"; "elementDraw": "elementDraw"; "expandStateChange": "expandStateChange"; "fixedUserHandleClick": "fixedUserHandleClick"; "historyChange": "historyChange"; "historyStateChange": "historyStateChange"; "keyDown": "keyDown"; "keyUp": "keyUp"; "layoutUpdated": "layoutUpdated"; "load": "load"; "loaded": "loaded"; "mouseEnter": "mouseEnter"; "mouseLeave": "mouseLeave"; "mouseOver": "mouseOver"; "mouseWheel": "mouseWheel"; "onFixedUserHandleMouseDown": "onFixedUserHandleMouseDown"; "onFixedUserHandleMouseEnter": "onFixedUserHandleMouseEnter"; "onFixedUserHandleMouseLeave": "onFixedUserHandleMouseLeave"; "onFixedUserHandleMouseUp": "onFixedUserHandleMouseUp"; "onImageLoad": "onImageLoad"; "onUserHandleMouseDown": "onUserHandleMouseDown"; "onUserHandleMouseEnter": "onUserHandleMouseEnter"; "onUserHandleMouseLeave": "onUserHandleMouseLeave"; "onUserHandleMouseUp": "onUserHandleMouseUp"; "positionChange": "positionChange"; "propertyChange": "propertyChange"; "rotateChange": "rotateChange"; "scrollChange": "scrollChange"; "segmentChange": "segmentChange"; "segmentCollectionChange": "segmentCollectionChange"; "selectionChange": "selectionChange"; "sizeChange": "sizeChange"; "sourcePointChange": "sourcePointChange"; "targetPointChange": "targetPointChange"; "textEdit": "textEdit"; }, ["annotationTemplate", "nodeTemplate", "userHandleTemplate", "childLayers", "childCustomCursor", "childConnectors", "childNodes"], never>;
106
+ }
@@ -1,5 +1,20 @@
1
- /**
2
- * NgModule definition for the Diagram component.
3
- */
4
- export declare class DiagramModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./diagram.component";
3
+ import * as i2 from "./layers.directive";
4
+ import * as i3 from "./customcursor.directive";
5
+ import * as i4 from "./connector-fixeduserhandle.directive";
6
+ import * as i5 from "./connector-annotation.directive";
7
+ import * as i6 from "./connectors.directive";
8
+ import * as i7 from "./node-fixeduserhandle.directive";
9
+ import * as i8 from "./node-annotation.directive";
10
+ import * as i9 from "./ports.directive";
11
+ import * as i10 from "./nodes.directive";
12
+ import * as i11 from "@angular/common";
13
+ /**
14
+ * NgModule definition for the Diagram component.
15
+ */
16
+ export declare class DiagramModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<DiagramModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DiagramModule, [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective], [typeof i11.CommonModule], [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<DiagramModule>;
20
+ }
@@ -1,55 +1,60 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Layers Directive
5
- * ```html
6
- * <e-layers>
7
- * <e-layer></e-layer>
8
- * </e-layers>
9
- * ```
10
- */
11
- export declare class LayerDirective extends ComplexBase<LayerDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Defines the description of the layer
16
- *
17
- * @aspdefaultvalueignore
18
- * @default undefined
19
- */
20
- addInfo: any;
21
- /**
22
- * Defines the id of a diagram layer
23
- * @default ''
24
- */
25
- id: any;
26
- /**
27
- * Enables or disables editing objects in a particular layer
28
- * @default false
29
- */
30
- lock: any;
31
- /**
32
- * Defines the collection of the objects that are added to a particular layer
33
- * @aspdefaultvalueignore
34
- * @default undefined
35
- */
36
- objects: any;
37
- /**
38
- * Enables or disables the visibility of objects in a particular layer
39
- * @default true
40
- */
41
- visible: any;
42
- /**
43
- * Defines the zOrder of the layer
44
- * @default -1
45
- */
46
- zIndex: any;
47
- constructor(viewContainerRef: ViewContainerRef);
48
- }
49
- /**
50
- * Layer Array Directive
51
- * @private
52
- */
53
- export declare class LayersDirective extends ArrayBase<LayersDirective> {
54
- constructor();
55
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Layers Directive
6
+ * ```html
7
+ * <e-layers>
8
+ * <e-layer></e-layer>
9
+ * </e-layers>
10
+ * ```
11
+ */
12
+ export declare class LayerDirective extends ComplexBase<LayerDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Defines the description of the layer
17
+ *
18
+ * @aspdefaultvalueignore
19
+ * @default undefined
20
+ */
21
+ addInfo: any;
22
+ /**
23
+ * Defines the id of a diagram layer
24
+ * @default ''
25
+ */
26
+ id: any;
27
+ /**
28
+ * Enables or disables editing objects in a particular layer
29
+ * @default false
30
+ */
31
+ lock: any;
32
+ /**
33
+ * Defines the collection of the objects that are added to a particular layer
34
+ * @aspdefaultvalueignore
35
+ * @default undefined
36
+ */
37
+ objects: any;
38
+ /**
39
+ * Enables or disables the visibility of objects in a particular layer
40
+ * @default true
41
+ */
42
+ visible: any;
43
+ /**
44
+ * Defines the zOrder of the layer
45
+ * @default -1
46
+ */
47
+ zIndex: any;
48
+ constructor(viewContainerRef: ViewContainerRef);
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayerDirective, never>;
50
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LayerDirective, "e-layers>e-layer", never, { "addInfo": "addInfo"; "id": "id"; "lock": "lock"; "objects": "objects"; "visible": "visible"; "zIndex": "zIndex"; }, {}, never>;
51
+ }
52
+ /**
53
+ * Layer Array Directive
54
+ * @private
55
+ */
56
+ export declare class LayersDirective extends ArrayBase<LayersDirective> {
57
+ constructor();
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayersDirective, never>;
59
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LayersDirective, "ej-diagram>e-layers", never, {}, {}, ["children"]>;
60
+ }