@syncfusion/ej2-angular-diagrams 31.1.17 → 31.1.18-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 +1789 -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 +12 -25
  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 -284
  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 -346
  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 -41
  35. package/src/symbol-palette/symbolpalette.module.d.ts +5 -12
  36. package/CHANGELOG.md +0 -2011
  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 -78
  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 -1159
  60. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  61. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +0 -1159
  62. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  63. package/syncfusion-ej2-angular-diagrams.d.ts +0 -5
@@ -1,346 +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
- *
158
- * This functionality is applicable only for nodes.
159
- *
160
- * @aspdefaultvalueignore
161
- * @default All
162
- */
163
- flipMode: any;
164
- /**
165
- * Sets the height of the node
166
- * @aspdefaultvalueignore
167
- * @default undefined
168
- */
169
- height: any;
170
- /**
171
- * Sets the horizontalAlignment of the node
172
- * @default 'Stretch'
173
- */
174
- horizontalAlignment: any;
175
- /**
176
- * Represents the unique id of nodes/connectors
177
- * @default ''
178
- */
179
- id: any;
180
- /**
181
- * Defines whether the node is expanded or not
182
- * @default true
183
- */
184
- isExpanded: any;
185
- /**
186
- * Sets the layout properties using node property
187
- * @default new NodeLayoutInfo()
188
- * @asptype object
189
- */
190
- layoutInfo: any;
191
- /**
192
- * Defines the space to be left between the node and its immediate parent
193
- * @default {}
194
- */
195
- margin: any;
196
- /**
197
- * Sets the maximum height of the node
198
- * @aspdefaultvalueignore
199
- * @default undefined
200
- */
201
- maxHeight: any;
202
- /**
203
- * Sets the maximum width of the node
204
- * @aspdefaultvalueignore
205
- * @default undefined
206
- */
207
- maxWidth: any;
208
- /**
209
- * Sets the minimum height of the node
210
- * @aspdefaultvalueignore
211
- * @default undefined
212
- */
213
- minHeight: any;
214
- /**
215
- * Sets the minimum width of the node
216
- * @aspdefaultvalueignore
217
- * @default undefined
218
- */
219
- minWidth: any;
220
- /**
221
- * Sets the x-coordinate of the position of the node
222
- * @default 0
223
- */
224
- offsetX: any;
225
- /**
226
- * Sets the y-coordinate of the position of the node
227
- * @default 0
228
- */
229
- offsetY: any;
230
- /**
231
- * Defines the space between the group node edges and its children
232
- * @aspdefaultvalueignore
233
- * @default 0
234
- */
235
- padding: any;
236
- /**
237
- * Sets the reference point, that will act as the offset values(offsetX, offsetY) of a node
238
- * @default new Point(0.5,0.5)
239
- */
240
- pivot: any;
241
- /**
242
- * Defines the collection of connection points of nodes/connectors
243
- * @aspdefaultvalueignore
244
- * @default undefined
245
- */
246
- ports: any;
247
- /**
248
- * Defines the size of the symbol preview
249
- * @aspdefaultvalueignore
250
- * @default undefined
251
- */
252
- previewSize: any;
253
- /**
254
- * Sets the rotate angle of the node
255
- * @default 0
256
- */
257
- rotateAngle: any;
258
- /**
259
- * Used to define a index of row in the grid
260
- * @aspdefaultvalueignore
261
- * @default undefined
262
- */
263
- rowIndex: any;
264
- /**
265
- * Merge the row use the property in the grid container
266
- * @aspdefaultvalueignore
267
- * @default undefined
268
- */
269
- rowSpan: any;
270
- /**
271
- * Used to define the rows for the grid container
272
- * @aspdefaultvalueignore
273
- * @deprecated
274
- * @default undefined
275
- */
276
- rows: any;
277
- /**
278
- * Defines the shadow of a shape/path
279
- * @default null
280
- */
281
- shadow: any;
282
- /**
283
- * Defines the shape of a node
284
- * @default Basic Shape
285
- * @asptype object
286
- */
287
- shape: any;
288
- /**
289
- * Sets the shape style of the node
290
- * @default new ShapeStyle()
291
- * @asptype object
292
- */
293
- style: any;
294
- /**
295
- * Defines the symbol info of a connector
296
- * @aspdefaultvalueignore
297
- * @default undefined
298
- * @ignoreapilink
299
- */
300
- symbolInfo: any;
301
- /**
302
- * defines the tooltip for the node
303
- * @default {}
304
- */
305
- tooltip: any;
306
- /**
307
- * Sets the verticalAlignment of the node
308
- * @default 'Stretch'
309
- */
310
- verticalAlignment: any;
311
- /**
312
- * Sets the visibility of the node/connector
313
- * @default true
314
- */
315
- visible: any;
316
- /**
317
- * Sets the width of the node
318
- * @aspdefaultvalueignore
319
- * @default undefined
320
- */
321
- width: any;
322
- /**
323
- * Sets or gets the UI of a node
324
- * @default null
325
- * @deprecated
326
- */
327
- wrapper: any;
328
- /**
329
- * Defines the visual order of the node/connector in DOM
330
- * @aspdefaultvalue 5e-324
331
- * @default Number.MIN_VALUE
332
- */
333
- zIndex: any;
334
- constructor(viewContainerRef: ViewContainerRef);
335
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeDirective, never>;
336
- 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"]>;
337
- }
338
- /**
339
- * Node Array Directive
340
- * @private
341
- */
342
- export declare class NodesDirective extends ArrayBase<NodesDirective> {
343
- constructor();
344
- static ɵfac: i0.ɵɵFactoryDeclaration<NodesDirective, never>;
345
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodesDirective, "ej-diagram>e-nodes", never, {}, {}, ["children"]>;
346
- }
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
+ }