@syncfusion/ej2-angular-diagrams 30.1.38-ngcc → 30.1.38
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.
- package/CHANGELOG.md +2022 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/diagram/connector-annotation.directive.mjs +59 -0
- package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +59 -0
- package/esm2020/src/diagram/connectors.directive.mjs +60 -0
- package/esm2020/src/diagram/customcursor.directive.mjs +54 -0
- package/esm2020/src/diagram/diagram-all.module.mjs +83 -0
- package/esm2020/src/diagram/diagram.component.mjs +231 -0
- package/esm2020/src/diagram/diagram.module.mjs +106 -0
- package/esm2020/src/diagram/layers.directive.mjs +54 -0
- package/esm2020/src/diagram/node-annotation.directive.mjs +59 -0
- package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +59 -0
- package/esm2020/src/diagram/nodes.directive.mjs +62 -0
- package/esm2020/src/diagram/ports.directive.mjs +59 -0
- package/esm2020/src/index.mjs +21 -0
- package/esm2020/src/overview/overview-all.module.mjs +23 -0
- package/esm2020/src/overview/overview.component.mjs +60 -0
- package/esm2020/src/overview/overview.module.mjs +25 -0
- package/esm2020/src/symbol-palette/palettes.directive.mjs +52 -0
- package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +23 -0
- package/esm2020/src/symbol-palette/symbolpalette.component.mjs +71 -0
- package/esm2020/src/symbol-palette/symbolpalette.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-diagrams.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +1153 -0
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +1153 -0
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
- package/package.json +28 -46
- package/public_api.d.ts +1 -1
- package/src/diagram/connector-annotation.directive.d.ts +175 -170
- package/src/diagram/connector-fixeduserhandle.directive.d.ts +116 -111
- package/src/diagram/connectors.directive.d.ts +281 -276
- package/src/diagram/customcursor.directive.d.ts +36 -31
- package/src/diagram/diagram-all.module.d.ts +31 -25
- package/src/diagram/diagram.component.d.ts +106 -103
- package/src/diagram/diagram.module.d.ts +20 -5
- package/src/diagram/layers.directive.d.ts +60 -55
- package/src/diagram/node-annotation.directive.d.ts +156 -151
- package/src/diagram/node-fixeduserhandle.directive.d.ts +107 -102
- package/src/diagram/nodes.directive.d.ts +343 -338
- package/src/diagram/ports.directive.d.ts +147 -142
- package/src/index.d.ts +20 -20
- package/src/overview/overview-all.module.d.ts +11 -5
- package/src/overview/overview.component.d.ts +32 -29
- package/src/overview/overview.module.d.ts +11 -5
- package/src/symbol-palette/palettes.directive.d.ts +56 -51
- package/src/symbol-palette/symbolpalette-all.module.d.ts +11 -5
- package/src/symbol-palette/symbolpalette.component.d.ts +35 -32
- package/src/symbol-palette/symbolpalette.module.d.ts +12 -5
- package/syncfusion-ej2-angular-diagrams.d.ts +5 -0
- package/@syncfusion/ej2-angular-diagrams.es5.js +0 -1342
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-diagrams.js +0 -1261
- package/@syncfusion/ej2-angular-diagrams.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-diagrams.umd.js +0 -1785
- package/dist/ej2-angular-diagrams.umd.js.map +0 -1
- package/dist/ej2-angular-diagrams.umd.min.js +0 -11
- package/dist/ej2-angular-diagrams.umd.min.js.map +0 -1
- package/ej2-angular-diagrams.d.ts +0 -7
- package/ej2-angular-diagrams.metadata.json +0 -1
@@ -1,25 +1,31 @@
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
export declare const
|
6
|
-
export declare const
|
7
|
-
export declare const
|
8
|
-
export declare const
|
9
|
-
export declare const
|
10
|
-
export declare const
|
11
|
-
export declare const
|
12
|
-
export declare const
|
13
|
-
export declare const
|
14
|
-
export declare const
|
15
|
-
export declare const
|
16
|
-
export declare const
|
17
|
-
export declare const
|
18
|
-
export declare const
|
19
|
-
export declare const
|
20
|
-
export declare const
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
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
|
-
|
9
|
-
export declare const
|
10
|
-
export declare const
|
11
|
-
|
12
|
-
|
13
|
-
*
|
14
|
-
*
|
15
|
-
*
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
private
|
20
|
-
private
|
21
|
-
private
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
*
|
81
|
-
* @
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
*
|
87
|
-
* @
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
*
|
93
|
-
* @
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
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
|
-
*
|
3
|
-
|
4
|
-
|
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
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
* <e-
|
8
|
-
*
|
9
|
-
*
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
*
|
17
|
-
*
|
18
|
-
* @
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
*
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
*
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
*
|
34
|
-
* @
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
*
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
*
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
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
|
+
}
|