@syncfusion/ej2-angular-diagrams 30.1.40 → 30.1.41-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.
- package/@syncfusion/ej2-angular-diagrams.es5.js +1342 -0
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-diagrams.js +1261 -0
- package/@syncfusion/ej2-angular-diagrams.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-diagrams.umd.js +1787 -0
- package/dist/ej2-angular-diagrams.umd.js.map +1 -0
- package/dist/ej2-angular-diagrams.umd.min.js +11 -0
- package/dist/ej2-angular-diagrams.umd.min.js.map +1 -0
- package/ej2-angular-diagrams.d.ts +7 -0
- package/ej2-angular-diagrams.metadata.json +1 -0
- package/package.json +8 -21
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/diagram/connector-annotation.directive.d.ts +170 -175
- package/src/diagram/connector-fixeduserhandle.directive.d.ts +111 -116
- package/src/diagram/connectors.directive.d.ts +276 -281
- package/src/diagram/customcursor.directive.d.ts +31 -36
- package/src/diagram/diagram-all.module.d.ts +25 -31
- package/src/diagram/diagram.component.d.ts +103 -106
- package/src/diagram/diagram.module.d.ts +5 -20
- package/src/diagram/layers.directive.d.ts +55 -60
- package/src/diagram/node-annotation.directive.d.ts +151 -156
- package/src/diagram/node-fixeduserhandle.directive.d.ts +102 -107
- package/src/diagram/nodes.directive.d.ts +338 -343
- package/src/diagram/ports.directive.d.ts +142 -147
- package/src/index.d.ts +20 -20
- package/src/overview/overview-all.module.d.ts +5 -11
- package/src/overview/overview.component.d.ts +29 -32
- package/src/overview/overview.module.d.ts +5 -11
- package/src/symbol-palette/palettes.directive.d.ts +51 -56
- package/src/symbol-palette/symbolpalette-all.module.d.ts +5 -11
- package/src/symbol-palette/symbolpalette.component.d.ts +32 -35
- package/src/symbol-palette/symbolpalette.module.d.ts +5 -12
- package/CHANGELOG.md +0 -2041
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/diagram/connector-annotation.directive.mjs +0 -59
- package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +0 -59
- package/esm2020/src/diagram/connectors.directive.mjs +0 -60
- package/esm2020/src/diagram/customcursor.directive.mjs +0 -54
- package/esm2020/src/diagram/diagram-all.module.mjs +0 -83
- package/esm2020/src/diagram/diagram.component.mjs +0 -231
- package/esm2020/src/diagram/diagram.module.mjs +0 -106
- package/esm2020/src/diagram/layers.directive.mjs +0 -54
- package/esm2020/src/diagram/node-annotation.directive.mjs +0 -59
- package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +0 -59
- package/esm2020/src/diagram/nodes.directive.mjs +0 -62
- package/esm2020/src/diagram/ports.directive.mjs +0 -59
- package/esm2020/src/index.mjs +0 -21
- package/esm2020/src/overview/overview-all.module.mjs +0 -23
- package/esm2020/src/overview/overview.component.mjs +0 -60
- package/esm2020/src/overview/overview.module.mjs +0 -25
- package/esm2020/src/symbol-palette/palettes.directive.mjs +0 -52
- package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +0 -23
- package/esm2020/src/symbol-palette/symbolpalette.component.mjs +0 -71
- package/esm2020/src/symbol-palette/symbolpalette.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-diagrams.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +0 -1153
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +0 -1153
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
- package/syncfusion-ej2-angular-diagrams.d.ts +0 -5
@@ -1,156 +1,151 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
* <e-
|
8
|
-
* <e-node>
|
9
|
-
* <e-node-
|
10
|
-
*
|
11
|
-
* </e-node-
|
12
|
-
* </e-node
|
13
|
-
* </e-
|
14
|
-
*
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
* Sets the type
|
22
|
-
* *
|
23
|
-
*
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
*
|
29
|
-
*
|
30
|
-
* @
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
* Defines
|
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
|
-
export declare class NodeAnnotationsDirective extends ArrayBase<NodeAnnotationsDirective> {
|
153
|
-
constructor();
|
154
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationsDirective, never>;
|
155
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationsDirective, "e-node>e-node-annotations", never, {}, {}, ["children"]>;
|
156
|
-
}
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
/**
|
4
|
+
* Nodes Directive
|
5
|
+
* ```html
|
6
|
+
* <e-nodes>
|
7
|
+
* <e-node>
|
8
|
+
* <e-node-annotations>
|
9
|
+
* <e-node-annotation>
|
10
|
+
* </e-node-annotation>
|
11
|
+
* </e-node-annotations>
|
12
|
+
* </e-node>
|
13
|
+
* </e-nodes>
|
14
|
+
* ```
|
15
|
+
*/
|
16
|
+
export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationDirective> {
|
17
|
+
private viewContainerRef;
|
18
|
+
directivePropList: any;
|
19
|
+
/**
|
20
|
+
* Sets the type of the annotation
|
21
|
+
* * Shape - Sets the annotation type as Shape
|
22
|
+
* * Path - Sets the annotation type as Path
|
23
|
+
* @default 'Shape'
|
24
|
+
*/
|
25
|
+
type: any;
|
26
|
+
/**
|
27
|
+
* Allows the user to save custom information/data about an annotation
|
28
|
+
*
|
29
|
+
* @aspdefaultvalueignore
|
30
|
+
* @default undefined
|
31
|
+
*/
|
32
|
+
addInfo: any;
|
33
|
+
/**
|
34
|
+
* Defines the type of annotation template
|
35
|
+
* String - Defines annotation template to be in string
|
36
|
+
* Template - Defines annotation template to be in html content
|
37
|
+
* @default 'String'
|
38
|
+
*/
|
39
|
+
annotationType: any;
|
40
|
+
/**
|
41
|
+
* Enables or disables the default behaviors of the label.
|
42
|
+
* * ReadOnly - Enables/Disables the ReadOnly Constraints
|
43
|
+
* * InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
|
44
|
+
* @default 'InheritReadOnly'
|
45
|
+
* @aspnumberenum
|
46
|
+
*/
|
47
|
+
constraints: any;
|
48
|
+
/**
|
49
|
+
* Sets the textual description of the node/connector
|
50
|
+
* @default ''
|
51
|
+
*/
|
52
|
+
content: any;
|
53
|
+
/**
|
54
|
+
* Sets the space to be left between an annotation and its parent node/connector
|
55
|
+
* @default new Margin(20,20,20,20)
|
56
|
+
*/
|
57
|
+
dragLimit: any;
|
58
|
+
/**
|
59
|
+
* Sets the height of the text
|
60
|
+
* @aspdefaultvalueignore
|
61
|
+
* @default undefined
|
62
|
+
*/
|
63
|
+
height: any;
|
64
|
+
/**
|
65
|
+
* Sets the horizontal alignment of the text with respect to the parent node/connector
|
66
|
+
* * Stretch - Stretches the diagram element throughout its immediate parent
|
67
|
+
* * Left - Aligns the diagram element at the left of its immediate parent
|
68
|
+
* * Right - Aligns the diagram element at the right of its immediate parent
|
69
|
+
* * Center - Aligns the diagram element at the center of its immediate parent
|
70
|
+
* * Auto - Aligns the diagram element based on the characteristics of its immediate parent
|
71
|
+
* @default 'Center'
|
72
|
+
*/
|
73
|
+
horizontalAlignment: any;
|
74
|
+
/**
|
75
|
+
* Sets the hyperlink of the label
|
76
|
+
*
|
77
|
+
* @aspdefaultvalueignore
|
78
|
+
* @default undefined
|
79
|
+
*/
|
80
|
+
hyperlink: any;
|
81
|
+
/**
|
82
|
+
* Defines the unique id of the annotation
|
83
|
+
* @default ''
|
84
|
+
*/
|
85
|
+
id: any;
|
86
|
+
/**
|
87
|
+
* Sets the space to be left between an annotation and its parent node/connector
|
88
|
+
* @default new Margin(0,0,0,0)
|
89
|
+
*/
|
90
|
+
margin: any;
|
91
|
+
/**
|
92
|
+
* Sets the position of the annotation with respect to its parent bounds
|
93
|
+
* @default { x: 0.5, y: 0.5 }
|
94
|
+
* @blazortype NodeAnnotationOffset
|
95
|
+
*/
|
96
|
+
offset: any;
|
97
|
+
/**
|
98
|
+
* Sets the rotate angle of the text
|
99
|
+
* @default 0
|
100
|
+
*/
|
101
|
+
rotateAngle: any;
|
102
|
+
/**
|
103
|
+
* Gets or sets the reference mode for annotation rotation.
|
104
|
+
* @default 'Parent'
|
105
|
+
*/
|
106
|
+
rotationReference: any;
|
107
|
+
/**
|
108
|
+
* Defines the appearance of the text
|
109
|
+
* @default new TextStyle()
|
110
|
+
*/
|
111
|
+
style: any;
|
112
|
+
/**
|
113
|
+
* Sets the textual description of the node/connector
|
114
|
+
* @default 'undefined'
|
115
|
+
*/
|
116
|
+
template: any;
|
117
|
+
/**
|
118
|
+
* This property is used to show tooltip for annotation on mouse over.
|
119
|
+
* @default new DiagramToolTip();
|
120
|
+
*/
|
121
|
+
tooltip: any;
|
122
|
+
/**
|
123
|
+
* Sets the vertical alignment of the text with respect to the parent node/connector
|
124
|
+
* * Stretch - Stretches the diagram element throughout its immediate parent
|
125
|
+
* * Top - Aligns the diagram element at the top of its immediate parent
|
126
|
+
* * Bottom - Aligns the diagram element at the bottom of its immediate parent
|
127
|
+
* * Center - Aligns the diagram element at the center of its immediate parent
|
128
|
+
* * Auto - Aligns the diagram element based on the characteristics of its immediate parent
|
129
|
+
* @default 'Center'
|
130
|
+
*/
|
131
|
+
verticalAlignment: any;
|
132
|
+
/**
|
133
|
+
* Defines the visibility of the label
|
134
|
+
* @default true
|
135
|
+
*/
|
136
|
+
visibility: any;
|
137
|
+
/**
|
138
|
+
* Sets the width of the text
|
139
|
+
* @aspdefaultvalueignore
|
140
|
+
* @default undefined
|
141
|
+
*/
|
142
|
+
width: any;
|
143
|
+
constructor(viewContainerRef: ViewContainerRef);
|
144
|
+
}
|
145
|
+
/**
|
146
|
+
* NodeAnnotation Array Directive
|
147
|
+
* @private
|
148
|
+
*/
|
149
|
+
export declare class NodeAnnotationsDirective extends ArrayBase<NodeAnnotationsDirective> {
|
150
|
+
constructor();
|
151
|
+
}
|
@@ -1,107 +1,102 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
* <e-
|
8
|
-
* <e-node>
|
9
|
-
* <e-node-
|
10
|
-
*
|
11
|
-
* </e-node-
|
12
|
-
* </e-node
|
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
|
-
export declare class NodeFixedUserHandlesDirective extends ArrayBase<NodeFixedUserHandlesDirective> {
|
104
|
-
constructor();
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandlesDirective, never>;
|
106
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandlesDirective, "e-node>e-node-fixeduserhandles", never, {}, {}, ["children"]>;
|
107
|
-
}
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
/**
|
4
|
+
* Nodes Directive
|
5
|
+
* ```html
|
6
|
+
* <e-nodes>
|
7
|
+
* <e-node>
|
8
|
+
* <e-node-fixeduserhandles>
|
9
|
+
* <e-node-fixeduserhandle>
|
10
|
+
* </e-node-fixeduserhandle>
|
11
|
+
* </e-node-fixeduserhandles>
|
12
|
+
* </e-node>
|
13
|
+
* </e-nodes>
|
14
|
+
* ```
|
15
|
+
*/
|
16
|
+
export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedUserHandleDirective> {
|
17
|
+
private viewContainerRef;
|
18
|
+
directivePropList: any;
|
19
|
+
/**
|
20
|
+
* Specifies the cornerRadius for fixed user handle container
|
21
|
+
* @default 0
|
22
|
+
*/
|
23
|
+
cornerRadius: any;
|
24
|
+
/**
|
25
|
+
* Specifies the fill color of the fixed user handle
|
26
|
+
* @default 'transparent'
|
27
|
+
*/
|
28
|
+
fill: any;
|
29
|
+
/**
|
30
|
+
* Specifies the stroke color of the fixed user handle container
|
31
|
+
* @default ''
|
32
|
+
*/
|
33
|
+
handleStrokeColor: any;
|
34
|
+
/**
|
35
|
+
* Specifies the stroke width of the fixed user handle container
|
36
|
+
* @default 1
|
37
|
+
*/
|
38
|
+
handleStrokeWidth: any;
|
39
|
+
/**
|
40
|
+
* Specifies the height of the fixed user handle
|
41
|
+
* @default 10
|
42
|
+
*/
|
43
|
+
height: any;
|
44
|
+
/**
|
45
|
+
* Specifies the stroke color of the fixed user handle
|
46
|
+
* @default 'transparent'
|
47
|
+
*/
|
48
|
+
iconStrokeColor: any;
|
49
|
+
/**
|
50
|
+
* Specifies the stroke width of the fixed user handle
|
51
|
+
* @default 0
|
52
|
+
*/
|
53
|
+
iconStrokeWidth: any;
|
54
|
+
/**
|
55
|
+
* Specifies the unique id of the fixed user handle
|
56
|
+
* @default ''
|
57
|
+
*/
|
58
|
+
id: any;
|
59
|
+
/**
|
60
|
+
* Specifies the space that the fixed user handle has to be moved from its actual position
|
61
|
+
* @default new Margin(0,0,0,0)
|
62
|
+
*/
|
63
|
+
margin: any;
|
64
|
+
/**
|
65
|
+
* Specifies the position of the node fixed user handle
|
66
|
+
* @default { x: 0, y: 0 }
|
67
|
+
*/
|
68
|
+
offset: any;
|
69
|
+
/**
|
70
|
+
* Specifies the space between the fixed user handle and container
|
71
|
+
* @default new Margin(0,0,0,0)
|
72
|
+
*/
|
73
|
+
padding: any;
|
74
|
+
/**
|
75
|
+
* Specifies the shape information for fixed user handle
|
76
|
+
* @default ''
|
77
|
+
*/
|
78
|
+
pathData: any;
|
79
|
+
/**
|
80
|
+
* Used to show tooltip for fixed user handle on mouse over.
|
81
|
+
* @default {}
|
82
|
+
*/
|
83
|
+
tooltip: any;
|
84
|
+
/**
|
85
|
+
* Specifies the visibility of the fixed user handle
|
86
|
+
* @default true
|
87
|
+
*/
|
88
|
+
visibility: any;
|
89
|
+
/**
|
90
|
+
* Specifies the width of the fixed user handle
|
91
|
+
* @default 10
|
92
|
+
*/
|
93
|
+
width: any;
|
94
|
+
constructor(viewContainerRef: ViewContainerRef);
|
95
|
+
}
|
96
|
+
/**
|
97
|
+
* NodeFixedUserHandle Array Directive
|
98
|
+
* @private
|
99
|
+
*/
|
100
|
+
export declare class NodeFixedUserHandlesDirective extends ArrayBase<NodeFixedUserHandlesDirective> {
|
101
|
+
constructor();
|
102
|
+
}
|