@syncfusion/ej2-angular-diagrams 30.1.41-ngcc → 30.1.41
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 +2052 -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 +20 -7
- 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 -1787
- 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,170 +1,175 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
* <e-
|
8
|
-
* <e-connector
|
9
|
-
* <e-connector-
|
10
|
-
*
|
11
|
-
* </e-connector-
|
12
|
-
* </e-connector>
|
13
|
-
* </e-
|
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
|
-
|
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
|
-
*
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
*
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
*
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
*
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
*
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
*
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
*
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
*
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
*
|
144
|
-
* *
|
145
|
-
* *
|
146
|
-
* *
|
147
|
-
* *
|
148
|
-
*
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
*
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
*
|
159
|
-
* @
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* Connectors Directive
|
6
|
+
* ```html
|
7
|
+
* <e-connectors>
|
8
|
+
* <e-connector>
|
9
|
+
* <e-connector-annotations>
|
10
|
+
* <e-connector-annotation>
|
11
|
+
* </e-connector-annotation>
|
12
|
+
* </e-connector-annotations>
|
13
|
+
* </e-connector>
|
14
|
+
* </e-connectors>
|
15
|
+
* ```
|
16
|
+
*/
|
17
|
+
export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotationDirective> {
|
18
|
+
private viewContainerRef;
|
19
|
+
directivePropList: any;
|
20
|
+
/**
|
21
|
+
* Sets the type of the annotation
|
22
|
+
* * Shape - Sets the annotation type as Shape
|
23
|
+
* * Path - Sets the annotation type as Path
|
24
|
+
* @default 'Shape'
|
25
|
+
*/
|
26
|
+
type: any;
|
27
|
+
/**
|
28
|
+
* Allows the user to save custom information/data about an annotation
|
29
|
+
*
|
30
|
+
* @aspdefaultvalueignore
|
31
|
+
* @default undefined
|
32
|
+
*/
|
33
|
+
addInfo: any;
|
34
|
+
/**
|
35
|
+
* Sets the segment alignment of annotation
|
36
|
+
* * Center - Aligns the annotation at the center of a connector segment
|
37
|
+
* * Before - Aligns the annotation before a connector segment
|
38
|
+
* * After - Aligns the annotation after a connector segment
|
39
|
+
* @default Center
|
40
|
+
*/
|
41
|
+
alignment: any;
|
42
|
+
/**
|
43
|
+
* Defines the type of annotation template
|
44
|
+
* String - Defines annotation template to be in string
|
45
|
+
* Template - Defines annotation template to be in html content
|
46
|
+
* @default 'String'
|
47
|
+
*/
|
48
|
+
annotationType: any;
|
49
|
+
/**
|
50
|
+
* Enables or disables the default behaviors of the label.
|
51
|
+
* * ReadOnly - Enables/Disables the ReadOnly Constraints
|
52
|
+
* * InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
|
53
|
+
* @default 'InheritReadOnly'
|
54
|
+
* @aspnumberenum
|
55
|
+
*/
|
56
|
+
constraints: any;
|
57
|
+
/**
|
58
|
+
* Sets the textual description of the node/connector
|
59
|
+
* @default ''
|
60
|
+
*/
|
61
|
+
content: any;
|
62
|
+
/**
|
63
|
+
* Sets the displacement of an annotation from its actual position
|
64
|
+
* @aspdefaultvalueignore
|
65
|
+
* @blazordefaultvalueignore
|
66
|
+
* @default undefined
|
67
|
+
*/
|
68
|
+
displacement: any;
|
69
|
+
/**
|
70
|
+
* Sets the space to be left between an annotation and its parent node/connector
|
71
|
+
* @default new Margin(20,20,20,20)
|
72
|
+
*/
|
73
|
+
dragLimit: any;
|
74
|
+
/**
|
75
|
+
* Sets the height of the text
|
76
|
+
* @aspdefaultvalueignore
|
77
|
+
* @default undefined
|
78
|
+
*/
|
79
|
+
height: any;
|
80
|
+
/**
|
81
|
+
* Sets the horizontal alignment of the text with respect to the parent node/connector
|
82
|
+
* * Stretch - Stretches the diagram element throughout its immediate parent
|
83
|
+
* * Left - Aligns the diagram element at the left of its immediate parent
|
84
|
+
* * Right - Aligns the diagram element at the right of its immediate parent
|
85
|
+
* * Center - Aligns the diagram element at the center of its immediate parent
|
86
|
+
* * Auto - Aligns the diagram element based on the characteristics of its immediate parent
|
87
|
+
* @default 'Center'
|
88
|
+
*/
|
89
|
+
horizontalAlignment: any;
|
90
|
+
/**
|
91
|
+
* Sets the hyperlink of the label
|
92
|
+
*
|
93
|
+
* @aspdefaultvalueignore
|
94
|
+
* @default undefined
|
95
|
+
*/
|
96
|
+
hyperlink: any;
|
97
|
+
/**
|
98
|
+
* Defines the unique id of the annotation
|
99
|
+
* @default ''
|
100
|
+
*/
|
101
|
+
id: any;
|
102
|
+
/**
|
103
|
+
* Sets the space to be left between an annotation and its parent node/connector
|
104
|
+
* @default new Margin(0,0,0,0)
|
105
|
+
*/
|
106
|
+
margin: any;
|
107
|
+
/**
|
108
|
+
* Sets the segment offset of annotation
|
109
|
+
* @default 0.5
|
110
|
+
*/
|
111
|
+
offset: any;
|
112
|
+
/**
|
113
|
+
* Sets the rotate angle of the text
|
114
|
+
* @default 0
|
115
|
+
*/
|
116
|
+
rotateAngle: any;
|
117
|
+
/**
|
118
|
+
* Gets or sets the reference mode for annotation rotation.
|
119
|
+
* @default 'Parent'
|
120
|
+
*/
|
121
|
+
rotationReference: any;
|
122
|
+
/**
|
123
|
+
* Enable/Disable the angle based on the connector segment
|
124
|
+
* @default false
|
125
|
+
*/
|
126
|
+
segmentAngle: any;
|
127
|
+
/**
|
128
|
+
* Defines the appearance of the text
|
129
|
+
* @default new TextStyle()
|
130
|
+
*/
|
131
|
+
style: any;
|
132
|
+
/**
|
133
|
+
* Sets the textual description of the node/connector
|
134
|
+
* @default 'undefined'
|
135
|
+
*/
|
136
|
+
template: any;
|
137
|
+
/**
|
138
|
+
* This property is used to show tooltip for annotation on mouse over.
|
139
|
+
* @default new DiagramToolTip();
|
140
|
+
*/
|
141
|
+
tooltip: any;
|
142
|
+
/**
|
143
|
+
* Sets the vertical alignment of the text with respect to the parent node/connector
|
144
|
+
* * Stretch - Stretches the diagram element throughout its immediate parent
|
145
|
+
* * Top - Aligns the diagram element at the top of its immediate parent
|
146
|
+
* * Bottom - Aligns the diagram element at the bottom of its immediate parent
|
147
|
+
* * Center - Aligns the diagram element at the center of its immediate parent
|
148
|
+
* * Auto - Aligns the diagram element based on the characteristics of its immediate parent
|
149
|
+
* @default 'Center'
|
150
|
+
*/
|
151
|
+
verticalAlignment: any;
|
152
|
+
/**
|
153
|
+
* Defines the visibility of the label
|
154
|
+
* @default true
|
155
|
+
*/
|
156
|
+
visibility: any;
|
157
|
+
/**
|
158
|
+
* Sets the width of the text
|
159
|
+
* @aspdefaultvalueignore
|
160
|
+
* @default undefined
|
161
|
+
*/
|
162
|
+
width: any;
|
163
|
+
constructor(viewContainerRef: ViewContainerRef);
|
164
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationDirective, never>;
|
165
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationDirective, "e-connector>e-connector-annotations>e-connector-annotation", never, { "addInfo": "addInfo"; "alignment": "alignment"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "displacement": "displacement"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "rotationReference": "rotationReference"; "segmentAngle": "segmentAngle"; "style": "style"; "template": "template"; "tooltip": "tooltip"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
166
|
+
}
|
167
|
+
/**
|
168
|
+
* ConnectorAnnotation Array Directive
|
169
|
+
* @private
|
170
|
+
*/
|
171
|
+
export declare class ConnectorAnnotationsDirective extends ArrayBase<ConnectorAnnotationsDirective> {
|
172
|
+
constructor();
|
173
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationsDirective, never>;
|
174
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationsDirective, "e-connector>e-connector-annotations", never, {}, {}, ["children"]>;
|
175
|
+
}
|
@@ -1,111 +1,116 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
* <e-
|
8
|
-
* <e-connector
|
9
|
-
* <e-connector-
|
10
|
-
*
|
11
|
-
* </e-connector-
|
12
|
-
* </e-connector>
|
13
|
-
* </e-
|
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
|
-
*
|
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
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* Connectors Directive
|
6
|
+
* ```html
|
7
|
+
* <e-connectors>
|
8
|
+
* <e-connector>
|
9
|
+
* <e-connector-fixeduserhandles>
|
10
|
+
* <e-connector-fixeduserhandle>
|
11
|
+
* </e-connector-fixeduserhandle>
|
12
|
+
* </e-connector-fixeduserhandles>
|
13
|
+
* </e-connector>
|
14
|
+
* </e-connectors>
|
15
|
+
* ```
|
16
|
+
*/
|
17
|
+
export declare class ConnectorFixedUserHandleDirective extends ComplexBase<ConnectorFixedUserHandleDirective> {
|
18
|
+
private viewContainerRef;
|
19
|
+
directivePropList: any;
|
20
|
+
/**
|
21
|
+
* Specifies the segment alignment of the fixed user handle
|
22
|
+
* * Center - Aligns the annotation at the center of a connector segment
|
23
|
+
* * Before - Aligns the annotation before a connector segment
|
24
|
+
* * After - Aligns the annotation after a connector segment
|
25
|
+
* @default Center
|
26
|
+
*/
|
27
|
+
alignment: any;
|
28
|
+
/**
|
29
|
+
* Specifies the cornerRadius for fixed user handle container
|
30
|
+
* @default 0
|
31
|
+
*/
|
32
|
+
cornerRadius: any;
|
33
|
+
/**
|
34
|
+
* Specifies the displacement of an fixed user handle from its actual position
|
35
|
+
* @aspdefaultvalueignore
|
36
|
+
* @default undefined
|
37
|
+
*/
|
38
|
+
displacement: any;
|
39
|
+
/**
|
40
|
+
* Specifies the fill color of the fixed user handle
|
41
|
+
* @default 'transparent'
|
42
|
+
*/
|
43
|
+
fill: any;
|
44
|
+
/**
|
45
|
+
* Specifies the stroke color of the fixed user handle container
|
46
|
+
* @default ''
|
47
|
+
*/
|
48
|
+
handleStrokeColor: any;
|
49
|
+
/**
|
50
|
+
* Specifies the stroke width of the fixed user handle container
|
51
|
+
* @default 1
|
52
|
+
*/
|
53
|
+
handleStrokeWidth: any;
|
54
|
+
/**
|
55
|
+
* Specifies the height of the fixed user handle
|
56
|
+
* @default 10
|
57
|
+
*/
|
58
|
+
height: any;
|
59
|
+
/**
|
60
|
+
* Specifies the stroke color of the fixed user handle
|
61
|
+
* @default 'transparent'
|
62
|
+
*/
|
63
|
+
iconStrokeColor: any;
|
64
|
+
/**
|
65
|
+
* Specifies the stroke width of the fixed user handle
|
66
|
+
* @default 0
|
67
|
+
*/
|
68
|
+
iconStrokeWidth: any;
|
69
|
+
/**
|
70
|
+
* Specifies the unique id of the fixed user handle
|
71
|
+
* @default ''
|
72
|
+
*/
|
73
|
+
id: any;
|
74
|
+
/**
|
75
|
+
* Specifies the position of the connector fixed user handle
|
76
|
+
* @default 0.5
|
77
|
+
*/
|
78
|
+
offset: any;
|
79
|
+
/**
|
80
|
+
* Specifies the space between the fixed user handle and container
|
81
|
+
* @default new Margin(0,0,0,0)
|
82
|
+
*/
|
83
|
+
padding: any;
|
84
|
+
/**
|
85
|
+
* Specifies the shape information for fixed user handle
|
86
|
+
* @default ''
|
87
|
+
*/
|
88
|
+
pathData: any;
|
89
|
+
/**
|
90
|
+
* Used to show tooltip for fixed user handle on mouse over.
|
91
|
+
* @default {}
|
92
|
+
*/
|
93
|
+
tooltip: any;
|
94
|
+
/**
|
95
|
+
* Specifies the visibility of the fixed user handle
|
96
|
+
* @default true
|
97
|
+
*/
|
98
|
+
visibility: any;
|
99
|
+
/**
|
100
|
+
* Specifies the width of the fixed user handle
|
101
|
+
* @default 10
|
102
|
+
*/
|
103
|
+
width: any;
|
104
|
+
constructor(viewContainerRef: ViewContainerRef);
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandleDirective, never>;
|
106
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandleDirective, "e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle", never, { "alignment": "alignment"; "cornerRadius": "cornerRadius"; "displacement": "displacement"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "tooltip": "tooltip"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
107
|
+
}
|
108
|
+
/**
|
109
|
+
* ConnectorFixedUserHandle Array Directive
|
110
|
+
* @private
|
111
|
+
*/
|
112
|
+
export declare class ConnectorFixedUserHandlesDirective extends ArrayBase<ConnectorFixedUserHandlesDirective> {
|
113
|
+
constructor();
|
114
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandlesDirective, never>;
|
115
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandlesDirective, "e-connector>e-connector-fixeduserhandles", never, {}, {}, ["children"]>;
|
116
|
+
}
|