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