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

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 (124) hide show
  1. package/CHANGELOG.md +2072 -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 +86 -0
  8. package/esm2020/src/diagram/diagram.component.mjs +244 -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 +78 -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 +1175 -0
  25. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  26. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +1175 -0
  27. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  28. package/package.json +28 -46
  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 +284 -279
  33. package/src/diagram/customcursor.directive.d.ts +36 -31
  34. package/src/diagram/diagram-all.module.d.ts +32 -25
  35. package/src/diagram/diagram.component.d.ts +114 -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 +346 -341
  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 +41 -38
  49. package/src/symbol-palette/symbolpalette.module.d.ts +12 -5
  50. package/styles/bds-lite.scss +1 -1
  51. package/styles/bds.scss +1 -1
  52. package/styles/bootstrap-dark-lite.scss +1 -1
  53. package/styles/bootstrap-dark.scss +1 -1
  54. package/styles/bootstrap-lite.scss +1 -1
  55. package/styles/bootstrap.scss +1 -1
  56. package/styles/bootstrap4-lite.scss +1 -1
  57. package/styles/bootstrap4.scss +1 -1
  58. package/styles/bootstrap5-dark-lite.scss +1 -1
  59. package/styles/bootstrap5-dark.scss +1 -1
  60. package/styles/bootstrap5-lite.scss +1 -1
  61. package/styles/bootstrap5.3-lite.scss +1 -1
  62. package/styles/bootstrap5.3.scss +1 -1
  63. package/styles/bootstrap5.scss +1 -1
  64. package/styles/diagram/bds.scss +1 -1
  65. package/styles/diagram/bootstrap-dark.scss +1 -1
  66. package/styles/diagram/bootstrap.scss +1 -1
  67. package/styles/diagram/bootstrap4.scss +1 -1
  68. package/styles/diagram/bootstrap5-dark.scss +1 -1
  69. package/styles/diagram/bootstrap5.3.scss +1 -1
  70. package/styles/diagram/bootstrap5.scss +1 -1
  71. package/styles/diagram/fabric-dark.scss +1 -1
  72. package/styles/diagram/fabric.scss +1 -1
  73. package/styles/diagram/fluent-dark.scss +1 -1
  74. package/styles/diagram/fluent.scss +1 -1
  75. package/styles/diagram/fluent2.scss +1 -1
  76. package/styles/diagram/highcontrast-light.scss +1 -1
  77. package/styles/diagram/highcontrast.scss +1 -1
  78. package/styles/diagram/material-dark.scss +1 -1
  79. package/styles/diagram/material.scss +1 -1
  80. package/styles/diagram/material3-dark.scss +1 -2
  81. package/styles/diagram/material3.scss +1 -2
  82. package/styles/diagram/tailwind-dark.scss +1 -1
  83. package/styles/diagram/tailwind.scss +1 -1
  84. package/styles/diagram/tailwind3.scss +1 -1
  85. package/styles/fabric-dark-lite.scss +1 -1
  86. package/styles/fabric-dark.scss +1 -1
  87. package/styles/fabric-lite.scss +1 -1
  88. package/styles/fabric.scss +1 -1
  89. package/styles/fluent-dark-lite.scss +1 -1
  90. package/styles/fluent-dark.scss +1 -1
  91. package/styles/fluent-lite.scss +1 -1
  92. package/styles/fluent.scss +1 -1
  93. package/styles/fluent2-lite.scss +1 -1
  94. package/styles/fluent2.scss +1 -1
  95. package/styles/highcontrast-light-lite.scss +1 -1
  96. package/styles/highcontrast-light.scss +1 -1
  97. package/styles/highcontrast-lite.scss +1 -1
  98. package/styles/highcontrast.scss +1 -1
  99. package/styles/material-dark-lite.scss +1 -1
  100. package/styles/material-dark.scss +1 -1
  101. package/styles/material-lite.scss +1 -1
  102. package/styles/material.scss +1 -1
  103. package/styles/material3-dark-lite.scss +1 -1
  104. package/styles/material3-dark.scss +1 -2
  105. package/styles/material3-lite.scss +1 -1
  106. package/styles/material3.scss +1 -2
  107. package/styles/tailwind-dark-lite.scss +1 -1
  108. package/styles/tailwind-dark.scss +1 -1
  109. package/styles/tailwind-lite.scss +1 -1
  110. package/styles/tailwind.scss +1 -1
  111. package/styles/tailwind3-lite.scss +1 -1
  112. package/styles/tailwind3.scss +1 -1
  113. package/syncfusion-ej2-angular-diagrams.d.ts +5 -0
  114. package/@syncfusion/ej2-angular-diagrams.es5.js +0 -1349
  115. package/@syncfusion/ej2-angular-diagrams.es5.js.map +0 -1
  116. package/@syncfusion/ej2-angular-diagrams.js +0 -1268
  117. package/@syncfusion/ej2-angular-diagrams.js.map +0 -1
  118. package/LICENSE +0 -10
  119. package/dist/ej2-angular-diagrams.umd.js +0 -1796
  120. package/dist/ej2-angular-diagrams.umd.js.map +0 -1
  121. package/dist/ej2-angular-diagrams.umd.min.js +0 -11
  122. package/dist/ej2-angular-diagrams.umd.min.js.map +0 -1
  123. package/ej2-angular-diagrams.d.ts +0 -7
  124. package/ej2-angular-diagrams.metadata.json +0 -1
@@ -1,279 +1,284 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Connectors Directive
5
- * ```html
6
- * <e-connectors>
7
- * <e-connector></e-connector>
8
- * </e-connectors>
9
- * ```
10
- */
11
- export declare class ConnectorDirective extends ComplexBase<ConnectorDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- childFixedUserHandles: any;
15
- childAnnotations: any;
16
- tags: string[];
17
- /**
18
- * Defines the type of the connector
19
- * * Straight - Sets the segment type as Straight
20
- * * Orthogonal - Sets the segment type as Orthogonal
21
- * * Bezier - Sets the segment type as Bezier
22
- * @default 'Straight'
23
- * @asptype Syncfusion.EJ2.Diagrams.Segments
24
- */
25
- type: any;
26
- /**
27
- * Allows the user to save custom information/data about a node/connector
28
- * @aspdefaultvalueignore
29
- * @default undefined
30
- */
31
- addInfo: any;
32
- /**
33
- * Specifies a value indicating whether to overlap the connector over with the source and target node.
34
- * If the LineRouting is enabled in the diagram, then allowNodeOverlap property will not work.
35
- * @default false
36
- */
37
- allowNodeOverlap: any;
38
- /**
39
- *
40
- */
41
- annotations: any;
42
- /**
43
- * Sets the bezier settings of editing the segments.
44
- * @default null
45
- */
46
- bezierSettings: any;
47
- /**
48
- * Defines the bridgeSpace of connector
49
- * @default 10
50
- */
51
- bridgeSpace: any;
52
- /**
53
- * Sets the connector padding value
54
- * @default 0
55
- */
56
- connectionPadding: any;
57
- /**
58
- * Sets the distance between source node and connector
59
- * @default 13
60
- */
61
- connectorSpacing: any;
62
- /**
63
- * Defines the constraints of connector
64
- * * None - Interaction of the connectors cannot be done.
65
- * * Select - Selects the connector.
66
- * * Delete - Delete the connector.
67
- * * Drag - Drag the connector.
68
- * * DragSourceEnd - Drag the source end of the connector.
69
- * * DragTargetEnd - Drag the target end of the connector.
70
- * * DragSegmentThump - Drag the segment thumb of the connector.
71
- * * AllowDrop - Allow to drop a node.
72
- * * Bridging - Creates bridge on intersection of two connectors.
73
- * * InheritBridging - Creates bridge on intersection of two connectors.
74
- * * PointerEvents - Sets the pointer events.
75
- * * Tooltip - Displays a tooltip for the connectors.
76
- * * InheritToolTip - Displays a tooltip for the connectors.
77
- * * Interaction - Features of the connector used for interaction.
78
- * * ReadOnly - Enables ReadOnly
79
- * @default 'Default'
80
- * @aspnumberenum
81
- */
82
- constraints: any;
83
- /**
84
- * Sets the corner radius of the connector
85
- * @default 0
86
- */
87
- cornerRadius: any;
88
- /**
89
- * Defines the size of a drop symbol
90
- * @aspdefaultvalueignore
91
- * @default undefined
92
- */
93
- dragSize: any;
94
- /**
95
- * Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.
96
- * @default false
97
- */
98
- excludeFromLayout: any;
99
- /**
100
- * Specifies the collection of the fixed user handle
101
- * @aspdefaultvalueignore
102
- * @default undefined
103
- */
104
- fixedUserHandles: any;
105
- /**
106
- * Flip the element in Horizontal/Vertical directions
107
- * @aspdefaultvalueignore
108
- * @default None
109
- */
110
- flip: any;
111
- /**
112
- * Allows you to flip only the node or along with port and label.
113
- *
114
- * This functionality is applicable only for nodes.
115
- *
116
- * @aspdefaultvalueignore
117
- * @default All
118
- */
119
- flipMode: any;
120
- /**
121
- * Sets the connector padding value
122
- * @default 10
123
- */
124
- hitPadding: any;
125
- /**
126
- * Represents the unique id of nodes/connectors
127
- * @default ''
128
- */
129
- id: any;
130
- /**
131
- * Defines the space to be left between the node and its immediate parent
132
- * @default {}
133
- */
134
- margin: any;
135
- /**
136
- * Sets the maximum segment thumb for the connector
137
- * @default null
138
- */
139
- maxSegmentThumb: any;
140
- /**
141
- * Defines the behavior of connection ports
142
- * @aspdefaultvalueignore
143
- * @default undefined
144
- */
145
- ports: any;
146
- /**
147
- * Defines the size of the symbol preview
148
- * @aspdefaultvalueignore
149
- * @default undefined
150
- */
151
- previewSize: any;
152
- /**
153
- * Defines the shape for the connector segmentThumb
154
- * Rhombus - Sets the segmentThumb shape as Rhombus
155
- * Square - Sets the segmentThumb shape as Square
156
- * Rectangle - Sets the segmentThumb shape as Rectangle
157
- * Ellipse - Sets the segmentThumb shape as Ellipse
158
- * Arrow - Sets the segmentThumb shape as Arrow
159
- * Diamond - Sets the segmentThumb shape as Diamond
160
- * OpenArrow - Sets the segmentThumb shape as OpenArrow
161
- * Circle - Sets the segmentThumb shape as Circle
162
- * Fletch - Sets the segmentThumb shape as Fletch
163
- * OpenFetch - Sets the segmentThumb shape as OpenFetch
164
- * IndentedArrow - Sets the segmentThumb shape as Indented Arrow
165
- * OutdentedArrow - Sets the segmentThumb shape as Outdented Arrow
166
- * DoubleArrow - Sets the segmentThumb shape as DoubleArrow
167
- * @default 'Circle'
168
- */
169
- segmentThumbShape: any;
170
- /**
171
- * Specifies the size of the segment thumb for individual connector. When not set, it defaults to matching the underlying path data
172
- * @default 10
173
- */
174
- segmentThumbSize: any;
175
- /**
176
- * Defines the segments
177
- * @default []
178
- * @asptype object
179
- */
180
- segments: any;
181
- /**
182
- * Defines the shape of the connector
183
- * @default 'Bpmn'
184
- * @asptype object
185
- */
186
- shape: any;
187
- /**
188
- * Defines the source decorator of the connector
189
- * @default new Decorator()
190
- */
191
- sourceDecorator: any;
192
- /**
193
- * Sets the source node/connector object of the connector
194
- * @default null
195
- */
196
- sourceID: any;
197
- /**
198
- * Sets the source padding of the connector
199
- * @default 0
200
- */
201
- sourcePadding: any;
202
- /**
203
- * Sets the beginning point of the connector
204
- * @default new Point(0,0)
205
- */
206
- sourcePoint: any;
207
- /**
208
- * Sets the unique id of the source port of the connector
209
- * @default ''
210
- */
211
- sourcePortID: any;
212
- /**
213
- * Defines the appearance of the connection path
214
- * @default ''
215
- */
216
- style: any;
217
- /**
218
- * Defines the symbol info of a connector
219
- * @aspdefaultvalueignore
220
- * @default undefined
221
- * @ignoreapilink
222
- */
223
- symbolInfo: any;
224
- /**
225
- * Defines the target decorator of the connector
226
- * @default new Decorator()
227
- */
228
- targetDecorator: any;
229
- /**
230
- * Sets the target node/connector object of the connector
231
- * @default null
232
- */
233
- targetID: any;
234
- /**
235
- * Sets the target padding of the connector
236
- * @default 0
237
- */
238
- targetPadding: any;
239
- /**
240
- * Sets the end point of the connector
241
- * @default new Point(0,0)
242
- */
243
- targetPoint: any;
244
- /**
245
- * Sets the unique id of the target port of the connector
246
- * @default ''
247
- */
248
- targetPortID: any;
249
- /**
250
- * defines the tooltip for the connector
251
- * @default new DiagramToolTip();
252
- */
253
- tooltip: any;
254
- /**
255
- * Sets the visibility of the node/connector
256
- * @default true
257
- */
258
- visible: any;
259
- /**
260
- * Defines the UI of the connector
261
- * @default null
262
-
263
- */
264
- wrapper: any;
265
- /**
266
- * Defines the visual order of the node/connector in DOM
267
- * @aspdefaultvalue 5e-324
268
- * @default Number.MIN_VALUE
269
- */
270
- zIndex: any;
271
- constructor(viewContainerRef: ViewContainerRef);
272
- }
273
- /**
274
- * Connector Array Directive
275
- * @private
276
- */
277
- export declare class ConnectorsDirective extends ArrayBase<ConnectorsDirective> {
278
- constructor();
279
- }
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></e-connector>
9
+ * </e-connectors>
10
+ * ```
11
+ */
12
+ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ childFixedUserHandles: any;
16
+ childAnnotations: any;
17
+ tags: string[];
18
+ /**
19
+ * Defines the type of the connector
20
+ * * Straight - Sets the segment type as Straight
21
+ * * Orthogonal - Sets the segment type as Orthogonal
22
+ * * Bezier - Sets the segment type as Bezier
23
+ * @default 'Straight'
24
+ * @asptype Syncfusion.EJ2.Diagrams.Segments
25
+ */
26
+ type: any;
27
+ /**
28
+ * Allows the user to save custom information/data about a node/connector
29
+ * @aspdefaultvalueignore
30
+ * @default undefined
31
+ */
32
+ addInfo: any;
33
+ /**
34
+ * Specifies a value indicating whether to overlap the connector over with the source and target node.
35
+ * If the LineRouting is enabled in the diagram, then allowNodeOverlap property will not work.
36
+ * @default false
37
+ */
38
+ allowNodeOverlap: any;
39
+ /**
40
+ *
41
+ */
42
+ annotations: any;
43
+ /**
44
+ * Sets the bezier settings of editing the segments.
45
+ * @default null
46
+ */
47
+ bezierSettings: any;
48
+ /**
49
+ * Defines the bridgeSpace of connector
50
+ * @default 10
51
+ */
52
+ bridgeSpace: any;
53
+ /**
54
+ * Sets the connector padding value
55
+ * @default 0
56
+ */
57
+ connectionPadding: any;
58
+ /**
59
+ * Sets the distance between source node and connector
60
+ * @default 13
61
+ */
62
+ connectorSpacing: any;
63
+ /**
64
+ * Defines the constraints of connector
65
+ * * None - Interaction of the connectors cannot be done.
66
+ * * Select - Selects the connector.
67
+ * * Delete - Delete the connector.
68
+ * * Drag - Drag the connector.
69
+ * * DragSourceEnd - Drag the source end of the connector.
70
+ * * DragTargetEnd - Drag the target end of the connector.
71
+ * * DragSegmentThump - Drag the segment thumb of the connector.
72
+ * * AllowDrop - Allow to drop a node.
73
+ * * Bridging - Creates bridge on intersection of two connectors.
74
+ * * InheritBridging - Creates bridge on intersection of two connectors.
75
+ * * PointerEvents - Sets the pointer events.
76
+ * * Tooltip - Displays a tooltip for the connectors.
77
+ * * InheritToolTip - Displays a tooltip for the connectors.
78
+ * * Interaction - Features of the connector used for interaction.
79
+ * * ReadOnly - Enables ReadOnly
80
+ * @default 'Default'
81
+ * @aspnumberenum
82
+ */
83
+ constraints: any;
84
+ /**
85
+ * Sets the corner radius of the connector
86
+ * @default 0
87
+ */
88
+ cornerRadius: any;
89
+ /**
90
+ * Defines the size of a drop symbol
91
+ * @aspdefaultvalueignore
92
+ * @default undefined
93
+ */
94
+ dragSize: any;
95
+ /**
96
+ * Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.
97
+ * @default false
98
+ */
99
+ excludeFromLayout: any;
100
+ /**
101
+ * Specifies the collection of the fixed user handle
102
+ * @aspdefaultvalueignore
103
+ * @default undefined
104
+ */
105
+ fixedUserHandles: any;
106
+ /**
107
+ * Flip the element in Horizontal/Vertical directions
108
+ * @aspdefaultvalueignore
109
+ * @default None
110
+ */
111
+ flip: any;
112
+ /**
113
+ * Allows you to flip only the node or along with port and label.
114
+ *
115
+ * This functionality is applicable only for nodes.
116
+ *
117
+ * @aspdefaultvalueignore
118
+ * @default All
119
+ */
120
+ flipMode: any;
121
+ /**
122
+ * Sets the connector padding value
123
+ * @default 10
124
+ */
125
+ hitPadding: any;
126
+ /**
127
+ * Represents the unique id of nodes/connectors
128
+ * @default ''
129
+ */
130
+ id: any;
131
+ /**
132
+ * Defines the space to be left between the node and its immediate parent
133
+ * @default {}
134
+ */
135
+ margin: any;
136
+ /**
137
+ * Sets the maximum segment thumb for the connector
138
+ * @default null
139
+ */
140
+ maxSegmentThumb: any;
141
+ /**
142
+ * Defines the behavior of connection ports
143
+ * @aspdefaultvalueignore
144
+ * @default undefined
145
+ */
146
+ ports: any;
147
+ /**
148
+ * Defines the size of the symbol preview
149
+ * @aspdefaultvalueignore
150
+ * @default undefined
151
+ */
152
+ previewSize: any;
153
+ /**
154
+ * Defines the shape for the connector segmentThumb
155
+ * Rhombus - Sets the segmentThumb shape as Rhombus
156
+ * Square - Sets the segmentThumb shape as Square
157
+ * Rectangle - Sets the segmentThumb shape as Rectangle
158
+ * Ellipse - Sets the segmentThumb shape as Ellipse
159
+ * Arrow - Sets the segmentThumb shape as Arrow
160
+ * Diamond - Sets the segmentThumb shape as Diamond
161
+ * OpenArrow - Sets the segmentThumb shape as OpenArrow
162
+ * Circle - Sets the segmentThumb shape as Circle
163
+ * Fletch - Sets the segmentThumb shape as Fletch
164
+ * OpenFetch - Sets the segmentThumb shape as OpenFetch
165
+ * IndentedArrow - Sets the segmentThumb shape as Indented Arrow
166
+ * OutdentedArrow - Sets the segmentThumb shape as Outdented Arrow
167
+ * DoubleArrow - Sets the segmentThumb shape as DoubleArrow
168
+ * @default 'Circle'
169
+ */
170
+ segmentThumbShape: any;
171
+ /**
172
+ * Specifies the size of the segment thumb for individual connector. When not set, it defaults to matching the underlying path data
173
+ * @default 10
174
+ */
175
+ segmentThumbSize: any;
176
+ /**
177
+ * Defines the segments
178
+ * @default []
179
+ * @asptype object
180
+ */
181
+ segments: any;
182
+ /**
183
+ * Defines the shape of the connector
184
+ * @default 'Bpmn'
185
+ * @asptype object
186
+ */
187
+ shape: any;
188
+ /**
189
+ * Defines the source decorator of the connector
190
+ * @default new Decorator()
191
+ */
192
+ sourceDecorator: any;
193
+ /**
194
+ * Sets the source node/connector object of the connector
195
+ * @default null
196
+ */
197
+ sourceID: any;
198
+ /**
199
+ * Sets the source padding of the connector
200
+ * @default 0
201
+ */
202
+ sourcePadding: any;
203
+ /**
204
+ * Sets the beginning point of the connector
205
+ * @default new Point(0,0)
206
+ */
207
+ sourcePoint: any;
208
+ /**
209
+ * Sets the unique id of the source port of the connector
210
+ * @default ''
211
+ */
212
+ sourcePortID: any;
213
+ /**
214
+ * Defines the appearance of the connection path
215
+ * @default ''
216
+ */
217
+ style: any;
218
+ /**
219
+ * Defines the symbol info of a connector
220
+ * @aspdefaultvalueignore
221
+ * @default undefined
222
+ * @ignoreapilink
223
+ */
224
+ symbolInfo: any;
225
+ /**
226
+ * Defines the target decorator of the connector
227
+ * @default new Decorator()
228
+ */
229
+ targetDecorator: any;
230
+ /**
231
+ * Sets the target node/connector object of the connector
232
+ * @default null
233
+ */
234
+ targetID: any;
235
+ /**
236
+ * Sets the target padding of the connector
237
+ * @default 0
238
+ */
239
+ targetPadding: any;
240
+ /**
241
+ * Sets the end point of the connector
242
+ * @default new Point(0,0)
243
+ */
244
+ targetPoint: any;
245
+ /**
246
+ * Sets the unique id of the target port of the connector
247
+ * @default ''
248
+ */
249
+ targetPortID: any;
250
+ /**
251
+ * defines the tooltip for the connector
252
+ * @default new DiagramToolTip();
253
+ */
254
+ tooltip: any;
255
+ /**
256
+ * Sets the visibility of the node/connector
257
+ * @default true
258
+ */
259
+ visible: any;
260
+ /**
261
+ * Defines the UI of the connector
262
+ * @default null
263
+ * @deprecated
264
+ */
265
+ wrapper: any;
266
+ /**
267
+ * Defines the visual order of the node/connector in DOM
268
+ * @aspdefaultvalue 5e-324
269
+ * @default Number.MIN_VALUE
270
+ */
271
+ zIndex: any;
272
+ constructor(viewContainerRef: ViewContainerRef);
273
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorDirective, never>;
274
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorDirective, "e-connectors>e-connector", never, { "addInfo": "addInfo"; "allowNodeOverlap": "allowNodeOverlap"; "annotations": "annotations"; "bezierSettings": "bezierSettings"; "bridgeSpace": "bridgeSpace"; "connectionPadding": "connectionPadding"; "connectorSpacing": "connectorSpacing"; "constraints": "constraints"; "cornerRadius": "cornerRadius"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "hitPadding": "hitPadding"; "id": "id"; "margin": "margin"; "maxSegmentThumb": "maxSegmentThumb"; "ports": "ports"; "previewSize": "previewSize"; "segmentThumbShape": "segmentThumbShape"; "segmentThumbSize": "segmentThumbSize"; "segments": "segments"; "shape": "shape"; "sourceDecorator": "sourceDecorator"; "sourceID": "sourceID"; "sourcePadding": "sourcePadding"; "sourcePoint": "sourcePoint"; "sourcePortID": "sourcePortID"; "style": "style"; "symbolInfo": "symbolInfo"; "targetDecorator": "targetDecorator"; "targetID": "targetID"; "targetPadding": "targetPadding"; "targetPoint": "targetPoint"; "targetPortID": "targetPortID"; "tooltip": "tooltip"; "type": "type"; "visible": "visible"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations"]>;
275
+ }
276
+ /**
277
+ * Connector Array Directive
278
+ * @private
279
+ */
280
+ export declare class ConnectorsDirective extends ArrayBase<ConnectorsDirective> {
281
+ constructor();
282
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorsDirective, never>;
283
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorsDirective, "ej-diagram>e-connectors", never, {}, {}, ["children"]>;
284
+ }
@@ -1,31 +1,36 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Cursor Maps Directive
5
- * ```html
6
- * <e-cusrsormaps>
7
- * <e-cursormap></e-cursormap>
8
- * </e-cursormaps>
9
- * ```
10
- */
11
- export declare class CustomCursorDirective extends ComplexBase<CustomCursorDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Defines the property of a Data Map Items
16
- */
17
- action: any;
18
- /**
19
- * Defines the Fields for the Data Map Items
20
- * @default ''
21
- */
22
- cursor: any;
23
- constructor(viewContainerRef: ViewContainerRef);
24
- }
25
- /**
26
- * CustomCursor Array Directive
27
- * @private
28
- */
29
- export declare class CustomCursorsDirective extends ArrayBase<CustomCursorsDirective> {
30
- constructor();
31
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Cursor Maps Directive
6
+ * ```html
7
+ * <e-cusrsormaps>
8
+ * <e-cursormap></e-cursormap>
9
+ * </e-cursormaps>
10
+ * ```
11
+ */
12
+ export declare class CustomCursorDirective extends ComplexBase<CustomCursorDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Defines the property of a Data Map Items
17
+ */
18
+ action: any;
19
+ /**
20
+ * Defines the Fields for the Data Map Items
21
+ * @default ''
22
+ */
23
+ cursor: any;
24
+ constructor(viewContainerRef: ViewContainerRef);
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomCursorDirective, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCursorDirective, "e-cursormaps>e-cursormap", never, { "action": "action"; "cursor": "cursor"; }, {}, never>;
27
+ }
28
+ /**
29
+ * CustomCursor Array Directive
30
+ * @private
31
+ */
32
+ export declare class CustomCursorsDirective extends ArrayBase<CustomCursorsDirective> {
33
+ constructor();
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomCursorsDirective, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCursorsDirective, "ej-diagram>e-cursormaps", never, {}, {}, ["children"]>;
36
+ }