@syncfusion/ej2-angular-diagrams 30.1.42 → 30.2.4-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.
Files changed (63) hide show
  1. package/@syncfusion/ej2-angular-diagrams.es5.js +1342 -0
  2. package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-diagrams.js +1261 -0
  4. package/@syncfusion/ej2-angular-diagrams.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-diagrams.umd.js +1787 -0
  7. package/dist/ej2-angular-diagrams.umd.js.map +1 -0
  8. package/dist/ej2-angular-diagrams.umd.min.js +11 -0
  9. package/dist/ej2-angular-diagrams.umd.min.js.map +1 -0
  10. package/ej2-angular-diagrams.d.ts +7 -0
  11. package/ej2-angular-diagrams.metadata.json +1 -0
  12. package/package.json +10 -23
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/diagram/connector-annotation.directive.d.ts +170 -175
  17. package/src/diagram/connector-fixeduserhandle.directive.d.ts +111 -116
  18. package/src/diagram/connectors.directive.d.ts +276 -281
  19. package/src/diagram/customcursor.directive.d.ts +31 -36
  20. package/src/diagram/diagram-all.module.d.ts +25 -31
  21. package/src/diagram/diagram.component.d.ts +103 -106
  22. package/src/diagram/diagram.module.d.ts +5 -20
  23. package/src/diagram/layers.directive.d.ts +55 -60
  24. package/src/diagram/node-annotation.directive.d.ts +151 -156
  25. package/src/diagram/node-fixeduserhandle.directive.d.ts +102 -107
  26. package/src/diagram/nodes.directive.d.ts +338 -343
  27. package/src/diagram/ports.directive.d.ts +142 -147
  28. package/src/index.d.ts +20 -20
  29. package/src/overview/overview-all.module.d.ts +5 -11
  30. package/src/overview/overview.component.d.ts +29 -32
  31. package/src/overview/overview.module.d.ts +5 -11
  32. package/src/symbol-palette/palettes.directive.d.ts +51 -56
  33. package/src/symbol-palette/symbolpalette-all.module.d.ts +5 -11
  34. package/src/symbol-palette/symbolpalette.component.d.ts +32 -35
  35. package/src/symbol-palette/symbolpalette.module.d.ts +5 -12
  36. package/CHANGELOG.md +0 -2061
  37. package/esm2020/public_api.mjs +0 -2
  38. package/esm2020/src/diagram/connector-annotation.directive.mjs +0 -59
  39. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +0 -59
  40. package/esm2020/src/diagram/connectors.directive.mjs +0 -60
  41. package/esm2020/src/diagram/customcursor.directive.mjs +0 -54
  42. package/esm2020/src/diagram/diagram-all.module.mjs +0 -83
  43. package/esm2020/src/diagram/diagram.component.mjs +0 -231
  44. package/esm2020/src/diagram/diagram.module.mjs +0 -106
  45. package/esm2020/src/diagram/layers.directive.mjs +0 -54
  46. package/esm2020/src/diagram/node-annotation.directive.mjs +0 -59
  47. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +0 -59
  48. package/esm2020/src/diagram/nodes.directive.mjs +0 -62
  49. package/esm2020/src/diagram/ports.directive.mjs +0 -59
  50. package/esm2020/src/index.mjs +0 -21
  51. package/esm2020/src/overview/overview-all.module.mjs +0 -23
  52. package/esm2020/src/overview/overview.component.mjs +0 -60
  53. package/esm2020/src/overview/overview.module.mjs +0 -25
  54. package/esm2020/src/symbol-palette/palettes.directive.mjs +0 -52
  55. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +0 -23
  56. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +0 -71
  57. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +0 -34
  58. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +0 -5
  59. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +0 -1153
  60. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  61. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +0 -1153
  62. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  63. package/syncfusion-ej2-angular-diagrams.d.ts +0 -5
@@ -1,343 +1,338 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Nodes Directive
6
- * ```html
7
- * <e-nodes>
8
- * <e-node></e-node>
9
- * </e-nodes>
10
- * ```
11
- */
12
- export declare class NodeDirective extends ComplexBase<NodeDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- childFixedUserHandles: any;
16
- childAnnotations: any;
17
- childPorts: any;
18
- tags: string[];
19
- /**
20
- * Allows the user to save custom information/data about a node/connector
21
- * @aspdefaultvalueignore
22
- * @default undefined
23
- */
24
- addInfo: any;
25
- /**
26
- * Defines the collection of textual annotations of nodes/connectors
27
- * @aspdefaultvalueignore
28
- * @default undefined
29
- */
30
- annotations: any;
31
- /**
32
- * Sets the background color of the shape
33
- * @default 'transparent'
34
- */
35
- backgroundColor: any;
36
- /**
37
- * Sets the border color of the node
38
- * @deprecated
39
- * @default 'none'
40
- */
41
- borderColor: any;
42
- /**
43
- * Sets the border width of the node
44
- * @deprecated
45
- * @default 0
46
- */
47
- borderWidth: any;
48
- /**
49
- * Set the branch for the mind map
50
- * @aspdefaultvalueignore
51
- * @default ''
52
- */
53
- branch: any;
54
- /**
55
- * Defines the children of group element
56
- * @aspdefaultvalueignore
57
- * @default undefined
58
- */
59
- children: any;
60
- /**
61
- * Defines the collapsed state of a node
62
- * @default {}
63
- */
64
- collapseIcon: any;
65
- /**
66
- * Used to define a index of column in the grid
67
- * @aspdefaultvalueignore
68
- * @default undefined
69
- */
70
- columnIndex: any;
71
- /**
72
- * Merge the column use the property in the grid container
73
- * @aspdefaultvalueignore
74
- * @default undefined
75
- */
76
- columnSpan: any;
77
- /**
78
- * Used to define the column for the grid container
79
- * @aspdefaultvalueignore
80
- * @default undefined
81
- */
82
- columns: any;
83
- /**
84
- * Enables/Disables certain features of nodes
85
- * * None - Disable all node Constraints
86
- * * Select - Enables node to be selected
87
- * * Drag - Enables node to be Dragged
88
- * * Rotate - Enables node to be Rotate
89
- * * Shadow - Enables node to display shadow
90
- * * PointerEvents - Enables node to provide pointer option
91
- * * Delete - Enables node to delete
92
- * * InConnect - Enables node to provide in connect option
93
- * * OutConnect - Enables node to provide out connect option
94
- * * Individual - Enables node to provide individual resize option
95
- * * Expandable - Enables node to provide Expandable option
96
- * * AllowDrop - Enables node to provide allow to drop option
97
- * * Inherit - Enables node to inherit the interaction option
98
- * * ResizeNorthEast - Enable ResizeNorthEast of the node
99
- * * ResizeEast - Enable ResizeEast of the node
100
- * * ResizeSouthEast - Enable ResizeSouthEast of the node
101
- * * ResizeSouth - Enable ResizeSouthWest of the node
102
- * * ResizeSouthWest - Enable ResizeSouthWest of the node
103
- * * ResizeSouth - Enable ResizeSouth of the node
104
- * * ResizeSouthWest - Enable ResizeSouthWest of the node
105
- * * ResizeWest - Enable ResizeWest of the node
106
- * * ResizeNorth - Enable ResizeNorth of the node
107
- * * Resize - Enables the Aspect ratio fo the node
108
- * * AspectRatio - Enables the Aspect ratio fo the node
109
- * * Tooltip - Enables or disables tool tip for the Nodes
110
- * * InheritTooltip - Enables or disables tool tip for the Nodes
111
- * * ReadOnly - Enables the ReadOnly support for Annotation
112
- * @default 'Default'
113
- * @aspnumberenum
114
- */
115
- constraints: any;
116
- /**
117
- * Defines the type of the container
118
- * @aspdefaultvalueignore
119
- * @default null
120
- * @deprecated
121
- */
122
- container: any;
123
- /**
124
- * Sets the data source of the node
125
- */
126
- data: any;
127
- /**
128
- * Defines the size of a drop symbol
129
- * @aspdefaultvalueignore
130
- * @default undefined
131
- */
132
- dragSize: any;
133
- /**
134
- * Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.
135
- * @default false
136
- */
137
- excludeFromLayout: any;
138
- /**
139
- * Defines the expanded state of a node
140
- * @default {}
141
- */
142
- expandIcon: any;
143
- /**
144
- * Specifies the collection of the fixed user handle
145
- * @aspdefaultvalueignore
146
- * @default undefined
147
- */
148
- fixedUserHandles: any;
149
- /**
150
- * Flip the element in Horizontal/Vertical directions
151
- * @aspdefaultvalueignore
152
- * @default None
153
- */
154
- flip: any;
155
- /**
156
- * Allows you to flip only the node or along with port and label
157
- * @aspdefaultvalueignore
158
- * @default All
159
- */
160
- flipMode: any;
161
- /**
162
- * Sets the height of the node
163
- * @aspdefaultvalueignore
164
- * @default undefined
165
- */
166
- height: any;
167
- /**
168
- * Sets the horizontalAlignment of the node
169
- * @default 'Stretch'
170
- */
171
- horizontalAlignment: any;
172
- /**
173
- * Represents the unique id of nodes/connectors
174
- * @default ''
175
- */
176
- id: any;
177
- /**
178
- * Defines whether the node is expanded or not
179
- * @default true
180
- */
181
- isExpanded: any;
182
- /**
183
- * Sets the layout properties using node property
184
- * @default new NodeLayoutInfo()
185
- * @asptype object
186
- */
187
- layoutInfo: any;
188
- /**
189
- * Defines the space to be left between the node and its immediate parent
190
- * @default {}
191
- */
192
- margin: any;
193
- /**
194
- * Sets the maximum height of the node
195
- * @aspdefaultvalueignore
196
- * @default undefined
197
- */
198
- maxHeight: any;
199
- /**
200
- * Sets the maximum width of the node
201
- * @aspdefaultvalueignore
202
- * @default undefined
203
- */
204
- maxWidth: any;
205
- /**
206
- * Sets the minimum height of the node
207
- * @aspdefaultvalueignore
208
- * @default undefined
209
- */
210
- minHeight: any;
211
- /**
212
- * Sets the minimum width of the node
213
- * @aspdefaultvalueignore
214
- * @default undefined
215
- */
216
- minWidth: any;
217
- /**
218
- * Sets the x-coordinate of the position of the node
219
- * @default 0
220
- */
221
- offsetX: any;
222
- /**
223
- * Sets the y-coordinate of the position of the node
224
- * @default 0
225
- */
226
- offsetY: any;
227
- /**
228
- * Defines the space between the group node edges and its children
229
- * @aspdefaultvalueignore
230
- * @default 0
231
- */
232
- padding: any;
233
- /**
234
- * Sets the reference point, that will act as the offset values(offsetX, offsetY) of a node
235
- * @default new Point(0.5,0.5)
236
- */
237
- pivot: any;
238
- /**
239
- * Defines the collection of connection points of nodes/connectors
240
- * @aspdefaultvalueignore
241
- * @default undefined
242
- */
243
- ports: any;
244
- /**
245
- * Defines the size of the symbol preview
246
- * @aspdefaultvalueignore
247
- * @default undefined
248
- */
249
- previewSize: any;
250
- /**
251
- * Sets the rotate angle of the node
252
- * @default 0
253
- */
254
- rotateAngle: any;
255
- /**
256
- * Used to define a index of row in the grid
257
- * @aspdefaultvalueignore
258
- * @default undefined
259
- */
260
- rowIndex: any;
261
- /**
262
- * Merge the row use the property in the grid container
263
- * @aspdefaultvalueignore
264
- * @default undefined
265
- */
266
- rowSpan: any;
267
- /**
268
- * Used to define the rows for the grid container
269
- * @aspdefaultvalueignore
270
- * @deprecated
271
- * @default undefined
272
- */
273
- rows: any;
274
- /**
275
- * Defines the shadow of a shape/path
276
- * @default null
277
- */
278
- shadow: any;
279
- /**
280
- * Defines the shape of a node
281
- * @default Basic Shape
282
- * @asptype object
283
- */
284
- shape: any;
285
- /**
286
- * Sets the shape style of the node
287
- * @default new ShapeStyle()
288
- * @asptype object
289
- */
290
- style: any;
291
- /**
292
- * Defines the symbol info of a connector
293
- * @aspdefaultvalueignore
294
- * @default undefined
295
- * @ignoreapilink
296
- */
297
- symbolInfo: any;
298
- /**
299
- * defines the tooltip for the node
300
- * @default {}
301
- */
302
- tooltip: any;
303
- /**
304
- * Sets the verticalAlignment of the node
305
- * @default 'Stretch'
306
- */
307
- verticalAlignment: any;
308
- /**
309
- * Sets the visibility of the node/connector
310
- * @default true
311
- */
312
- visible: any;
313
- /**
314
- * Sets the width of the node
315
- * @aspdefaultvalueignore
316
- * @default undefined
317
- */
318
- width: any;
319
- /**
320
- * Sets or gets the UI of a node
321
- * @default null
322
- * @deprecated
323
- */
324
- wrapper: any;
325
- /**
326
- * Defines the visual order of the node/connector in DOM
327
- * @aspdefaultvalue 5e-324
328
- * @default Number.MIN_VALUE
329
- */
330
- zIndex: any;
331
- constructor(viewContainerRef: ViewContainerRef);
332
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeDirective, never>;
333
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeDirective, "e-nodes>e-node", never, { "addInfo": "addInfo"; "annotations": "annotations"; "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "borderWidth": "borderWidth"; "branch": "branch"; "children": "children"; "collapseIcon": "collapseIcon"; "columnIndex": "columnIndex"; "columnSpan": "columnSpan"; "columns": "columns"; "constraints": "constraints"; "container": "container"; "data": "data"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "expandIcon": "expandIcon"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "id": "id"; "isExpanded": "isExpanded"; "layoutInfo": "layoutInfo"; "margin": "margin"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "offsetX": "offsetX"; "offsetY": "offsetY"; "padding": "padding"; "pivot": "pivot"; "ports": "ports"; "previewSize": "previewSize"; "rotateAngle": "rotateAngle"; "rowIndex": "rowIndex"; "rowSpan": "rowSpan"; "rows": "rows"; "shadow": "shadow"; "shape": "shape"; "style": "style"; "symbolInfo": "symbolInfo"; "tooltip": "tooltip"; "verticalAlignment": "verticalAlignment"; "visible": "visible"; "width": "width"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations", "childPorts"]>;
334
- }
335
- /**
336
- * Node Array Directive
337
- * @private
338
- */
339
- export declare class NodesDirective extends ArrayBase<NodesDirective> {
340
- constructor();
341
- static ɵfac: i0.ɵɵFactoryDeclaration<NodesDirective, never>;
342
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodesDirective, "ej-diagram>e-nodes", never, {}, {}, ["children"]>;
343
- }
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></e-node>
8
+ * </e-nodes>
9
+ * ```
10
+ */
11
+ export declare class NodeDirective extends ComplexBase<NodeDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ childFixedUserHandles: any;
15
+ childAnnotations: any;
16
+ childPorts: any;
17
+ tags: string[];
18
+ /**
19
+ * Allows the user to save custom information/data about a node/connector
20
+ * @aspdefaultvalueignore
21
+ * @default undefined
22
+ */
23
+ addInfo: any;
24
+ /**
25
+ * Defines the collection of textual annotations of nodes/connectors
26
+ * @aspdefaultvalueignore
27
+ * @default undefined
28
+ */
29
+ annotations: any;
30
+ /**
31
+ * Sets the background color of the shape
32
+ * @default 'transparent'
33
+ */
34
+ backgroundColor: any;
35
+ /**
36
+ * Sets the border color of the node
37
+
38
+ * @default 'none'
39
+ */
40
+ borderColor: any;
41
+ /**
42
+ * Sets the border width of the node
43
+
44
+ * @default 0
45
+ */
46
+ borderWidth: any;
47
+ /**
48
+ * Set the branch for the mind map
49
+ * @aspdefaultvalueignore
50
+ * @default ''
51
+ */
52
+ branch: any;
53
+ /**
54
+ * Defines the children of group element
55
+ * @aspdefaultvalueignore
56
+ * @default undefined
57
+ */
58
+ children: any;
59
+ /**
60
+ * Defines the collapsed state of a node
61
+ * @default {}
62
+ */
63
+ collapseIcon: any;
64
+ /**
65
+ * Used to define a index of column in the grid
66
+ * @aspdefaultvalueignore
67
+ * @default undefined
68
+ */
69
+ columnIndex: any;
70
+ /**
71
+ * Merge the column use the property in the grid container
72
+ * @aspdefaultvalueignore
73
+ * @default undefined
74
+ */
75
+ columnSpan: any;
76
+ /**
77
+ * Used to define the column for the grid container
78
+ * @aspdefaultvalueignore
79
+ * @default undefined
80
+ */
81
+ columns: any;
82
+ /**
83
+ * Enables/Disables certain features of nodes
84
+ * * None - Disable all node Constraints
85
+ * * Select - Enables node to be selected
86
+ * * Drag - Enables node to be Dragged
87
+ * * Rotate - Enables node to be Rotate
88
+ * * Shadow - Enables node to display shadow
89
+ * * PointerEvents - Enables node to provide pointer option
90
+ * * Delete - Enables node to delete
91
+ * * InConnect - Enables node to provide in connect option
92
+ * * OutConnect - Enables node to provide out connect option
93
+ * * Individual - Enables node to provide individual resize option
94
+ * * Expandable - Enables node to provide Expandable option
95
+ * * AllowDrop - Enables node to provide allow to drop option
96
+ * * Inherit - Enables node to inherit the interaction option
97
+ * * ResizeNorthEast - Enable ResizeNorthEast of the node
98
+ * * ResizeEast - Enable ResizeEast of the node
99
+ * * ResizeSouthEast - Enable ResizeSouthEast of the node
100
+ * * ResizeSouth - Enable ResizeSouthWest of the node
101
+ * * ResizeSouthWest - Enable ResizeSouthWest of the node
102
+ * * ResizeSouth - Enable ResizeSouth of the node
103
+ * * ResizeSouthWest - Enable ResizeSouthWest of the node
104
+ * * ResizeWest - Enable ResizeWest of the node
105
+ * * ResizeNorth - Enable ResizeNorth of the node
106
+ * * Resize - Enables the Aspect ratio fo the node
107
+ * * AspectRatio - Enables the Aspect ratio fo the node
108
+ * * Tooltip - Enables or disables tool tip for the Nodes
109
+ * * InheritTooltip - Enables or disables tool tip for the Nodes
110
+ * * ReadOnly - Enables the ReadOnly support for Annotation
111
+ * @default 'Default'
112
+ * @aspnumberenum
113
+ */
114
+ constraints: any;
115
+ /**
116
+ * Defines the type of the container
117
+ * @aspdefaultvalueignore
118
+ * @default null
119
+
120
+ */
121
+ container: any;
122
+ /**
123
+ * Sets the data source of the node
124
+ */
125
+ data: any;
126
+ /**
127
+ * Defines the size of a drop symbol
128
+ * @aspdefaultvalueignore
129
+ * @default undefined
130
+ */
131
+ dragSize: any;
132
+ /**
133
+ * Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.
134
+ * @default false
135
+ */
136
+ excludeFromLayout: any;
137
+ /**
138
+ * Defines the expanded state of a node
139
+ * @default {}
140
+ */
141
+ expandIcon: any;
142
+ /**
143
+ * Specifies the collection of the fixed user handle
144
+ * @aspdefaultvalueignore
145
+ * @default undefined
146
+ */
147
+ fixedUserHandles: any;
148
+ /**
149
+ * Flip the element in Horizontal/Vertical directions
150
+ * @aspdefaultvalueignore
151
+ * @default None
152
+ */
153
+ flip: any;
154
+ /**
155
+ * Allows you to flip only the node or along with port and label
156
+ * @aspdefaultvalueignore
157
+ * @default All
158
+ */
159
+ flipMode: any;
160
+ /**
161
+ * Sets the height of the node
162
+ * @aspdefaultvalueignore
163
+ * @default undefined
164
+ */
165
+ height: any;
166
+ /**
167
+ * Sets the horizontalAlignment of the node
168
+ * @default 'Stretch'
169
+ */
170
+ horizontalAlignment: any;
171
+ /**
172
+ * Represents the unique id of nodes/connectors
173
+ * @default ''
174
+ */
175
+ id: any;
176
+ /**
177
+ * Defines whether the node is expanded or not
178
+ * @default true
179
+ */
180
+ isExpanded: any;
181
+ /**
182
+ * Sets the layout properties using node property
183
+ * @default new NodeLayoutInfo()
184
+ * @asptype object
185
+ */
186
+ layoutInfo: any;
187
+ /**
188
+ * Defines the space to be left between the node and its immediate parent
189
+ * @default {}
190
+ */
191
+ margin: any;
192
+ /**
193
+ * Sets the maximum height of the node
194
+ * @aspdefaultvalueignore
195
+ * @default undefined
196
+ */
197
+ maxHeight: any;
198
+ /**
199
+ * Sets the maximum width of the node
200
+ * @aspdefaultvalueignore
201
+ * @default undefined
202
+ */
203
+ maxWidth: any;
204
+ /**
205
+ * Sets the minimum height of the node
206
+ * @aspdefaultvalueignore
207
+ * @default undefined
208
+ */
209
+ minHeight: any;
210
+ /**
211
+ * Sets the minimum width of the node
212
+ * @aspdefaultvalueignore
213
+ * @default undefined
214
+ */
215
+ minWidth: any;
216
+ /**
217
+ * Sets the x-coordinate of the position of the node
218
+ * @default 0
219
+ */
220
+ offsetX: any;
221
+ /**
222
+ * Sets the y-coordinate of the position of the node
223
+ * @default 0
224
+ */
225
+ offsetY: any;
226
+ /**
227
+ * Defines the space between the group node edges and its children
228
+ * @aspdefaultvalueignore
229
+ * @default 0
230
+ */
231
+ padding: any;
232
+ /**
233
+ * Sets the reference point, that will act as the offset values(offsetX, offsetY) of a node
234
+ * @default new Point(0.5,0.5)
235
+ */
236
+ pivot: any;
237
+ /**
238
+ * Defines the collection of connection points of nodes/connectors
239
+ * @aspdefaultvalueignore
240
+ * @default undefined
241
+ */
242
+ ports: any;
243
+ /**
244
+ * Defines the size of the symbol preview
245
+ * @aspdefaultvalueignore
246
+ * @default undefined
247
+ */
248
+ previewSize: any;
249
+ /**
250
+ * Sets the rotate angle of the node
251
+ * @default 0
252
+ */
253
+ rotateAngle: any;
254
+ /**
255
+ * Used to define a index of row in the grid
256
+ * @aspdefaultvalueignore
257
+ * @default undefined
258
+ */
259
+ rowIndex: any;
260
+ /**
261
+ * Merge the row use the property in the grid container
262
+ * @aspdefaultvalueignore
263
+ * @default undefined
264
+ */
265
+ rowSpan: any;
266
+ /**
267
+ * Used to define the rows for the grid container
268
+ * @aspdefaultvalueignore
269
+
270
+ * @default undefined
271
+ */
272
+ rows: any;
273
+ /**
274
+ * Defines the shadow of a shape/path
275
+ * @default null
276
+ */
277
+ shadow: any;
278
+ /**
279
+ * Defines the shape of a node
280
+ * @default Basic Shape
281
+ * @asptype object
282
+ */
283
+ shape: any;
284
+ /**
285
+ * Sets the shape style of the node
286
+ * @default new ShapeStyle()
287
+ * @asptype object
288
+ */
289
+ style: any;
290
+ /**
291
+ * Defines the symbol info of a connector
292
+ * @aspdefaultvalueignore
293
+ * @default undefined
294
+ * @ignoreapilink
295
+ */
296
+ symbolInfo: any;
297
+ /**
298
+ * defines the tooltip for the node
299
+ * @default {}
300
+ */
301
+ tooltip: any;
302
+ /**
303
+ * Sets the verticalAlignment of the node
304
+ * @default 'Stretch'
305
+ */
306
+ verticalAlignment: any;
307
+ /**
308
+ * Sets the visibility of the node/connector
309
+ * @default true
310
+ */
311
+ visible: any;
312
+ /**
313
+ * Sets the width of the node
314
+ * @aspdefaultvalueignore
315
+ * @default undefined
316
+ */
317
+ width: any;
318
+ /**
319
+ * Sets or gets the UI of a node
320
+ * @default null
321
+
322
+ */
323
+ wrapper: any;
324
+ /**
325
+ * Defines the visual order of the node/connector in DOM
326
+ * @aspdefaultvalue 5e-324
327
+ * @default Number.MIN_VALUE
328
+ */
329
+ zIndex: any;
330
+ constructor(viewContainerRef: ViewContainerRef);
331
+ }
332
+ /**
333
+ * Node Array Directive
334
+ * @private
335
+ */
336
+ export declare class NodesDirective extends ArrayBase<NodesDirective> {
337
+ constructor();
338
+ }