@syncfusion/ej2-angular-diagrams 33.2.15 → 34.1.29-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 (106) hide show
  1. package/@syncfusion/ej2-angular-diagrams.es5.js +1372 -0
  2. package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-diagrams.js +1291 -0
  4. package/@syncfusion/ej2-angular-diagrams.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-diagrams.umd.js +1857 -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.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/diagram/connector-annotation.directive.d.ts +170 -175
  18. package/src/diagram/connector-fixeduserhandle.directive.d.ts +111 -116
  19. package/src/diagram/connectors.directive.d.ts +279 -284
  20. package/src/diagram/customcursor.directive.d.ts +31 -36
  21. package/src/diagram/diagram-all.module.d.ts +27 -33
  22. package/src/diagram/diagram.component.d.ts +112 -114
  23. package/src/diagram/diagram.module.d.ts +5 -20
  24. package/src/diagram/layers.directive.d.ts +55 -60
  25. package/src/diagram/node-annotation.directive.d.ts +151 -156
  26. package/src/diagram/node-fixeduserhandle.directive.d.ts +102 -107
  27. package/src/diagram/nodes.directive.d.ts +341 -346
  28. package/src/diagram/ports.directive.d.ts +142 -147
  29. package/src/index.d.ts +20 -20
  30. package/src/overview/overview-all.module.d.ts +5 -11
  31. package/src/overview/overview.component.d.ts +29 -32
  32. package/src/overview/overview.module.d.ts +5 -11
  33. package/src/symbol-palette/palettes.directive.d.ts +51 -56
  34. package/src/symbol-palette/symbolpalette-all.module.d.ts +5 -11
  35. package/src/symbol-palette/symbolpalette.component.d.ts +38 -41
  36. package/src/symbol-palette/symbolpalette.module.d.ts +5 -12
  37. package/styles/bds-lite.scss +1 -1
  38. package/styles/bootstrap-dark-lite.scss +1 -1
  39. package/styles/bootstrap-lite.scss +1 -1
  40. package/styles/bootstrap4-lite.scss +1 -1
  41. package/styles/bootstrap5-dark-lite.scss +1 -1
  42. package/styles/bootstrap5-lite.scss +1 -1
  43. package/styles/bootstrap5.3-lite.scss +1 -1
  44. package/styles/diagram/bds.scss +1 -1
  45. package/styles/diagram/bootstrap-dark.scss +1 -1
  46. package/styles/diagram/bootstrap.scss +1 -1
  47. package/styles/diagram/bootstrap4.scss +1 -1
  48. package/styles/diagram/bootstrap5-dark.scss +1 -1
  49. package/styles/diagram/bootstrap5.3.scss +1 -1
  50. package/styles/diagram/bootstrap5.scss +1 -1
  51. package/styles/diagram/fabric-dark.scss +1 -1
  52. package/styles/diagram/fabric.scss +1 -1
  53. package/styles/diagram/fluent-dark.scss +1 -1
  54. package/styles/diagram/fluent.scss +1 -1
  55. package/styles/diagram/fluent2.scss +1 -1
  56. package/styles/diagram/highcontrast-light.scss +1 -1
  57. package/styles/diagram/highcontrast.scss +1 -1
  58. package/styles/diagram/material-dark.scss +1 -1
  59. package/styles/diagram/material.scss +1 -1
  60. package/styles/diagram/material3-dark.scss +1 -1
  61. package/styles/diagram/material3.scss +1 -1
  62. package/styles/diagram/tailwind-dark.scss +1 -1
  63. package/styles/diagram/tailwind.scss +1 -1
  64. package/styles/diagram/tailwind3.scss +1 -1
  65. package/styles/fabric-dark-lite.scss +1 -1
  66. package/styles/fabric-lite.scss +1 -1
  67. package/styles/fluent-dark-lite.scss +1 -1
  68. package/styles/fluent-lite.scss +1 -1
  69. package/styles/fluent2-lite.scss +1 -1
  70. package/styles/highcontrast-light-lite.scss +1 -1
  71. package/styles/highcontrast-lite.scss +1 -1
  72. package/styles/material-dark-lite.scss +1 -1
  73. package/styles/material-lite.scss +1 -1
  74. package/styles/material3-dark-lite.scss +1 -1
  75. package/styles/material3-lite.scss +1 -1
  76. package/styles/tailwind-dark-lite.scss +1 -1
  77. package/styles/tailwind-lite.scss +1 -1
  78. package/styles/tailwind3-lite.scss +1 -1
  79. package/CHANGELOG.md +0 -2111
  80. package/esm2020/public_api.mjs +0 -2
  81. package/esm2020/src/diagram/connector-annotation.directive.mjs +0 -59
  82. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +0 -59
  83. package/esm2020/src/diagram/connectors.directive.mjs +0 -60
  84. package/esm2020/src/diagram/customcursor.directive.mjs +0 -54
  85. package/esm2020/src/diagram/diagram-all.module.mjs +0 -89
  86. package/esm2020/src/diagram/diagram.component.mjs +0 -251
  87. package/esm2020/src/diagram/diagram.module.mjs +0 -106
  88. package/esm2020/src/diagram/layers.directive.mjs +0 -54
  89. package/esm2020/src/diagram/node-annotation.directive.mjs +0 -59
  90. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +0 -59
  91. package/esm2020/src/diagram/nodes.directive.mjs +0 -62
  92. package/esm2020/src/diagram/ports.directive.mjs +0 -59
  93. package/esm2020/src/index.mjs +0 -21
  94. package/esm2020/src/overview/overview-all.module.mjs +0 -23
  95. package/esm2020/src/overview/overview.component.mjs +0 -60
  96. package/esm2020/src/overview/overview.module.mjs +0 -25
  97. package/esm2020/src/symbol-palette/palettes.directive.mjs +0 -52
  98. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +0 -23
  99. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +0 -78
  100. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +0 -34
  101. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +0 -5
  102. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +0 -1185
  103. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  104. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +0 -1185
  105. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  106. package/syncfusion-ej2-angular-diagrams.d.ts +0 -5
@@ -0,0 +1,1291 @@
1
+ import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
3
+ import { AvoidLineOverlapping, BpmnDiagrams, ComplexHierarchicalTree, ConnectorBridging, ConnectorEditing, DataBinding, Diagram, DiagramCollaboration, DiagramContextMenu, Ej1Serialization, FlowchartLayout, HierarchicalTree, ImportAndExportVisio, LayoutAnimation, LineDistribution, LineRouting, MindMap, Overview, PrintAndExport, RadialTree, Snapping, SymbolPalette, SymmetricLayout, UndoRedo } from '@syncfusion/ej2-diagrams';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ let input = ['addInfo', 'id', 'lock', 'objects', 'visible', 'zIndex'];
7
+ let outputs = [];
8
+ /**
9
+ * Layers Directive
10
+ * ```html
11
+ * <e-layers>
12
+ * <e-layer></e-layer>
13
+ * </e-layers>
14
+ * ```
15
+ */
16
+ class LayerDirective extends ComplexBase {
17
+ /**
18
+ * @param {?} viewContainerRef
19
+ */
20
+ constructor(viewContainerRef) {
21
+ super();
22
+ this.viewContainerRef = viewContainerRef;
23
+ setValue('currentInstance', this, this.viewContainerRef);
24
+ this.registerEvents(outputs);
25
+ this.directivePropList = input;
26
+ }
27
+ }
28
+ LayerDirective.decorators = [
29
+ { type: Directive, args: [{
30
+ selector: 'e-layers>e-layer',
31
+ inputs: input,
32
+ outputs: outputs,
33
+ queries: {}
34
+ },] },
35
+ ];
36
+ /**
37
+ * @nocollapse
38
+ */
39
+ LayerDirective.ctorParameters = () => [
40
+ { type: ViewContainerRef, },
41
+ ];
42
+ /**
43
+ * Layer Array Directive
44
+ */
45
+ class LayersDirective extends ArrayBase {
46
+ constructor() {
47
+ super('layers');
48
+ }
49
+ }
50
+ LayersDirective.decorators = [
51
+ { type: Directive, args: [{
52
+ selector: 'ej-diagram>e-layers',
53
+ queries: {
54
+ children: new ContentChildren(LayerDirective)
55
+ },
56
+ },] },
57
+ ];
58
+ /**
59
+ * @nocollapse
60
+ */
61
+ LayersDirective.ctorParameters = () => [];
62
+
63
+ let input$1 = ['action', 'cursor'];
64
+ let outputs$1 = [];
65
+ /**
66
+ * Cursor Maps Directive
67
+ * ```html
68
+ * <e-cusrsormaps>
69
+ * <e-cursormap></e-cursormap>
70
+ * </e-cursormaps>
71
+ * ```
72
+ */
73
+ class CustomCursorDirective extends ComplexBase {
74
+ /**
75
+ * @param {?} viewContainerRef
76
+ */
77
+ constructor(viewContainerRef) {
78
+ super();
79
+ this.viewContainerRef = viewContainerRef;
80
+ setValue('currentInstance', this, this.viewContainerRef);
81
+ this.registerEvents(outputs$1);
82
+ this.directivePropList = input$1;
83
+ }
84
+ }
85
+ CustomCursorDirective.decorators = [
86
+ { type: Directive, args: [{
87
+ selector: 'e-cursormaps>e-cursormap',
88
+ inputs: input$1,
89
+ outputs: outputs$1,
90
+ queries: {}
91
+ },] },
92
+ ];
93
+ /**
94
+ * @nocollapse
95
+ */
96
+ CustomCursorDirective.ctorParameters = () => [
97
+ { type: ViewContainerRef, },
98
+ ];
99
+ /**
100
+ * CustomCursor Array Directive
101
+ */
102
+ class CustomCursorsDirective extends ArrayBase {
103
+ constructor() {
104
+ super('customcursor');
105
+ }
106
+ }
107
+ CustomCursorsDirective.decorators = [
108
+ { type: Directive, args: [{
109
+ selector: 'ej-diagram>e-cursormaps',
110
+ queries: {
111
+ children: new ContentChildren(CustomCursorDirective)
112
+ },
113
+ },] },
114
+ ];
115
+ /**
116
+ * @nocollapse
117
+ */
118
+ CustomCursorsDirective.ctorParameters = () => [];
119
+
120
+ let input$2 = ['alignment', 'cornerRadius', 'displacement', 'fill', 'handleStrokeColor', 'handleStrokeWidth', 'height', 'iconStrokeColor', 'iconStrokeWidth', 'id', 'offset', 'padding', 'pathData', 'tooltip', 'visibility', 'width'];
121
+ let outputs$2 = [];
122
+ /**
123
+ * Connectors Directive
124
+ * ```html
125
+ * <e-connectors>
126
+ * <e-connector>
127
+ * <e-connector-fixeduserhandles>
128
+ * <e-connector-fixeduserhandle>
129
+ * </e-connector-fixeduserhandle>
130
+ * </e-connector-fixeduserhandles>
131
+ * </e-connector>
132
+ * </e-connectors>
133
+ * ```
134
+ */
135
+ class ConnectorFixedUserHandleDirective extends ComplexBase {
136
+ /**
137
+ * @param {?} viewContainerRef
138
+ */
139
+ constructor(viewContainerRef) {
140
+ super();
141
+ this.viewContainerRef = viewContainerRef;
142
+ setValue('currentInstance', this, this.viewContainerRef);
143
+ this.registerEvents(outputs$2);
144
+ this.directivePropList = input$2;
145
+ }
146
+ }
147
+ ConnectorFixedUserHandleDirective.decorators = [
148
+ { type: Directive, args: [{
149
+ selector: 'e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle',
150
+ inputs: input$2,
151
+ outputs: outputs$2,
152
+ queries: {}
153
+ },] },
154
+ ];
155
+ /**
156
+ * @nocollapse
157
+ */
158
+ ConnectorFixedUserHandleDirective.ctorParameters = () => [
159
+ { type: ViewContainerRef, },
160
+ ];
161
+ /**
162
+ * ConnectorFixedUserHandle Array Directive
163
+ */
164
+ class ConnectorFixedUserHandlesDirective extends ArrayBase {
165
+ constructor() {
166
+ super('fixeduserhandles');
167
+ }
168
+ }
169
+ ConnectorFixedUserHandlesDirective.decorators = [
170
+ { type: Directive, args: [{
171
+ selector: 'e-connector>e-connector-fixeduserhandles',
172
+ queries: {
173
+ children: new ContentChildren(ConnectorFixedUserHandleDirective)
174
+ },
175
+ },] },
176
+ ];
177
+ /**
178
+ * @nocollapse
179
+ */
180
+ ConnectorFixedUserHandlesDirective.ctorParameters = () => [];
181
+
182
+ let input$3 = ['addInfo', 'alignment', 'annotationType', 'constraints', 'content', 'displacement', 'dragLimit', 'height', 'horizontalAlignment', 'hyperlink', 'id', 'margin', 'offset', 'rotateAngle', 'rotationReference', 'segmentAngle', 'style', 'template', 'tooltip', 'type', 'verticalAlignment', 'visibility', 'width'];
183
+ let outputs$3 = [];
184
+ /**
185
+ * Connectors Directive
186
+ * ```html
187
+ * <e-connectors>
188
+ * <e-connector>
189
+ * <e-connector-annotations>
190
+ * <e-connector-annotation>
191
+ * </e-connector-annotation>
192
+ * </e-connector-annotations>
193
+ * </e-connector>
194
+ * </e-connectors>
195
+ * ```
196
+ */
197
+ class ConnectorAnnotationDirective extends ComplexBase {
198
+ /**
199
+ * @param {?} viewContainerRef
200
+ */
201
+ constructor(viewContainerRef) {
202
+ super();
203
+ this.viewContainerRef = viewContainerRef;
204
+ setValue('currentInstance', this, this.viewContainerRef);
205
+ this.registerEvents(outputs$3);
206
+ this.directivePropList = input$3;
207
+ }
208
+ }
209
+ ConnectorAnnotationDirective.decorators = [
210
+ { type: Directive, args: [{
211
+ selector: 'e-connector>e-connector-annotations>e-connector-annotation',
212
+ inputs: input$3,
213
+ outputs: outputs$3,
214
+ queries: {}
215
+ },] },
216
+ ];
217
+ /**
218
+ * @nocollapse
219
+ */
220
+ ConnectorAnnotationDirective.ctorParameters = () => [
221
+ { type: ViewContainerRef, },
222
+ ];
223
+ /**
224
+ * ConnectorAnnotation Array Directive
225
+ */
226
+ class ConnectorAnnotationsDirective extends ArrayBase {
227
+ constructor() {
228
+ super('annotations');
229
+ }
230
+ }
231
+ ConnectorAnnotationsDirective.decorators = [
232
+ { type: Directive, args: [{
233
+ selector: 'e-connector>e-connector-annotations',
234
+ queries: {
235
+ children: new ContentChildren(ConnectorAnnotationDirective)
236
+ },
237
+ },] },
238
+ ];
239
+ /**
240
+ * @nocollapse
241
+ */
242
+ ConnectorAnnotationsDirective.ctorParameters = () => [];
243
+
244
+ let input$4 = ['addInfo', 'allowNodeOverlap', 'annotations', 'bezierSettings', 'bridgeSpace', 'connectionPadding', 'connectorSpacing', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'flipMode', 'hitPadding', 'id', 'margin', 'maxSegmentThumb', 'ports', 'previewSize', 'segmentThumbShape', 'segmentThumbSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
245
+ let outputs$4 = [];
246
+ /**
247
+ * Connectors Directive
248
+ * ```html
249
+ * <e-connectors>
250
+ * <e-connector></e-connector>
251
+ * </e-connectors>
252
+ * ```
253
+ */
254
+ class ConnectorDirective extends ComplexBase {
255
+ /**
256
+ * @param {?} viewContainerRef
257
+ */
258
+ constructor(viewContainerRef) {
259
+ super();
260
+ this.viewContainerRef = viewContainerRef;
261
+ this.tags = ['fixedUserHandles', 'annotations'];
262
+ setValue('currentInstance', this, this.viewContainerRef);
263
+ this.registerEvents(outputs$4);
264
+ this.directivePropList = input$4;
265
+ }
266
+ }
267
+ ConnectorDirective.decorators = [
268
+ { type: Directive, args: [{
269
+ selector: 'e-connectors>e-connector',
270
+ inputs: input$4,
271
+ outputs: outputs$4,
272
+ queries: {
273
+ childFixedUserHandles: new ContentChild(ConnectorFixedUserHandlesDirective),
274
+ childAnnotations: new ContentChild(ConnectorAnnotationsDirective)
275
+ }
276
+ },] },
277
+ ];
278
+ /**
279
+ * @nocollapse
280
+ */
281
+ ConnectorDirective.ctorParameters = () => [
282
+ { type: ViewContainerRef, },
283
+ ];
284
+ /**
285
+ * Connector Array Directive
286
+ */
287
+ class ConnectorsDirective extends ArrayBase {
288
+ constructor() {
289
+ super('connectors');
290
+ }
291
+ }
292
+ ConnectorsDirective.decorators = [
293
+ { type: Directive, args: [{
294
+ selector: 'ej-diagram>e-connectors',
295
+ queries: {
296
+ children: new ContentChildren(ConnectorDirective)
297
+ },
298
+ },] },
299
+ ];
300
+ /**
301
+ * @nocollapse
302
+ */
303
+ ConnectorsDirective.ctorParameters = () => [];
304
+
305
+ let input$5 = ['cornerRadius', 'fill', 'handleStrokeColor', 'handleStrokeWidth', 'height', 'iconStrokeColor', 'iconStrokeWidth', 'id', 'margin', 'offset', 'padding', 'pathData', 'tooltip', 'visibility', 'width'];
306
+ let outputs$5 = [];
307
+ /**
308
+ * Nodes Directive
309
+ * ```html
310
+ * <e-nodes>
311
+ * <e-node>
312
+ * <e-node-fixeduserhandles>
313
+ * <e-node-fixeduserhandle>
314
+ * </e-node-fixeduserhandle>
315
+ * </e-node-fixeduserhandles>
316
+ * </e-node>
317
+ * </e-nodes>
318
+ * ```
319
+ */
320
+ class NodeFixedUserHandleDirective extends ComplexBase {
321
+ /**
322
+ * @param {?} viewContainerRef
323
+ */
324
+ constructor(viewContainerRef) {
325
+ super();
326
+ this.viewContainerRef = viewContainerRef;
327
+ setValue('currentInstance', this, this.viewContainerRef);
328
+ this.registerEvents(outputs$5);
329
+ this.directivePropList = input$5;
330
+ }
331
+ }
332
+ NodeFixedUserHandleDirective.decorators = [
333
+ { type: Directive, args: [{
334
+ selector: 'e-node>e-node-fixeduserhandles>e-node-fixeduserhandle',
335
+ inputs: input$5,
336
+ outputs: outputs$5,
337
+ queries: {}
338
+ },] },
339
+ ];
340
+ /**
341
+ * @nocollapse
342
+ */
343
+ NodeFixedUserHandleDirective.ctorParameters = () => [
344
+ { type: ViewContainerRef, },
345
+ ];
346
+ /**
347
+ * NodeFixedUserHandle Array Directive
348
+ */
349
+ class NodeFixedUserHandlesDirective extends ArrayBase {
350
+ constructor() {
351
+ super('fixeduserhandles');
352
+ }
353
+ }
354
+ NodeFixedUserHandlesDirective.decorators = [
355
+ { type: Directive, args: [{
356
+ selector: 'e-node>e-node-fixeduserhandles',
357
+ queries: {
358
+ children: new ContentChildren(NodeFixedUserHandleDirective)
359
+ },
360
+ },] },
361
+ ];
362
+ /**
363
+ * @nocollapse
364
+ */
365
+ NodeFixedUserHandlesDirective.ctorParameters = () => [];
366
+
367
+ let input$6 = ['addInfo', 'annotationType', 'constraints', 'content', 'dragLimit', 'height', 'horizontalAlignment', 'hyperlink', 'id', 'margin', 'offset', 'rotateAngle', 'rotationReference', 'style', 'template', 'tooltip', 'type', 'verticalAlignment', 'visibility', 'width'];
368
+ let outputs$6 = [];
369
+ /**
370
+ * Nodes Directive
371
+ * ```html
372
+ * <e-nodes>
373
+ * <e-node>
374
+ * <e-node-annotations>
375
+ * <e-node-annotation>
376
+ * </e-node-annotation>
377
+ * </e-node-annotations>
378
+ * </e-node>
379
+ * </e-nodes>
380
+ * ```
381
+ */
382
+ class NodeAnnotationDirective extends ComplexBase {
383
+ /**
384
+ * @param {?} viewContainerRef
385
+ */
386
+ constructor(viewContainerRef) {
387
+ super();
388
+ this.viewContainerRef = viewContainerRef;
389
+ setValue('currentInstance', this, this.viewContainerRef);
390
+ this.registerEvents(outputs$6);
391
+ this.directivePropList = input$6;
392
+ }
393
+ }
394
+ NodeAnnotationDirective.decorators = [
395
+ { type: Directive, args: [{
396
+ selector: 'e-node>e-node-annotations>e-node-annotation',
397
+ inputs: input$6,
398
+ outputs: outputs$6,
399
+ queries: {}
400
+ },] },
401
+ ];
402
+ /**
403
+ * @nocollapse
404
+ */
405
+ NodeAnnotationDirective.ctorParameters = () => [
406
+ { type: ViewContainerRef, },
407
+ ];
408
+ /**
409
+ * NodeAnnotation Array Directive
410
+ */
411
+ class NodeAnnotationsDirective extends ArrayBase {
412
+ constructor() {
413
+ super('annotations');
414
+ }
415
+ }
416
+ NodeAnnotationsDirective.decorators = [
417
+ { type: Directive, args: [{
418
+ selector: 'e-node>e-node-annotations',
419
+ queries: {
420
+ children: new ContentChildren(NodeAnnotationDirective)
421
+ },
422
+ },] },
423
+ ];
424
+ /**
425
+ * @nocollapse
426
+ */
427
+ NodeAnnotationsDirective.ctorParameters = () => [];
428
+
429
+ let input$7 = ['addInfo', 'connectionDirection', 'constraints', 'height', 'horizontalAlignment', 'id', 'inEdges', 'margin', 'offset', 'outEdges', 'pathData', 'shape', 'style', 'tooltip', 'verticalAlignment', 'visibility', 'width'];
430
+ let outputs$7 = [];
431
+ /**
432
+ * Nodes Directive
433
+ * ```html
434
+ * <e-nodes>
435
+ * <e-node>
436
+ * <e-node-ports>
437
+ * <e-node-port>
438
+ * </e-node-port>
439
+ * </e-node-ports>
440
+ * </e-node>
441
+ * </e-nodes>
442
+ * ```
443
+ */
444
+ class PortDirective extends ComplexBase {
445
+ /**
446
+ * @param {?} viewContainerRef
447
+ */
448
+ constructor(viewContainerRef) {
449
+ super();
450
+ this.viewContainerRef = viewContainerRef;
451
+ setValue('currentInstance', this, this.viewContainerRef);
452
+ this.registerEvents(outputs$7);
453
+ this.directivePropList = input$7;
454
+ }
455
+ }
456
+ PortDirective.decorators = [
457
+ { type: Directive, args: [{
458
+ selector: 'e-node>e-node-ports>e-node-port',
459
+ inputs: input$7,
460
+ outputs: outputs$7,
461
+ queries: {}
462
+ },] },
463
+ ];
464
+ /**
465
+ * @nocollapse
466
+ */
467
+ PortDirective.ctorParameters = () => [
468
+ { type: ViewContainerRef, },
469
+ ];
470
+ /**
471
+ * Port Array Directive
472
+ */
473
+ class PortsDirective extends ArrayBase {
474
+ constructor() {
475
+ super('ports');
476
+ }
477
+ }
478
+ PortsDirective.decorators = [
479
+ { type: Directive, args: [{
480
+ selector: 'e-node>e-node-ports',
481
+ queries: {
482
+ children: new ContentChildren(PortDirective)
483
+ },
484
+ },] },
485
+ ];
486
+ /**
487
+ * @nocollapse
488
+ */
489
+ PortsDirective.ctorParameters = () => [];
490
+
491
+ let input$8 = ['addInfo', 'annotations', 'backgroundColor', 'borderColor', 'borderWidth', 'branch', 'children', 'collapseIcon', 'columnIndex', 'columnSpan', 'columns', 'constraints', 'container', 'data', 'dragSize', 'excludeFromLayout', 'expandIcon', 'fixedUserHandles', 'flip', 'flipMode', 'height', 'horizontalAlignment', 'id', 'isExpanded', 'layoutInfo', 'margin', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'offsetX', 'offsetY', 'padding', 'pivot', 'ports', 'previewSize', 'rotateAngle', 'rowIndex', 'rowSpan', 'rows', 'shadow', 'shape', 'style', 'symbolInfo', 'tooltip', 'verticalAlignment', 'visible', 'width', 'wrapper', 'zIndex'];
492
+ let outputs$8 = [];
493
+ /**
494
+ * Nodes Directive
495
+ * ```html
496
+ * <e-nodes>
497
+ * <e-node></e-node>
498
+ * </e-nodes>
499
+ * ```
500
+ */
501
+ class NodeDirective extends ComplexBase {
502
+ /**
503
+ * @param {?} viewContainerRef
504
+ */
505
+ constructor(viewContainerRef) {
506
+ super();
507
+ this.viewContainerRef = viewContainerRef;
508
+ this.tags = ['fixedUserHandles', 'annotations', 'ports'];
509
+ setValue('currentInstance', this, this.viewContainerRef);
510
+ this.registerEvents(outputs$8);
511
+ this.directivePropList = input$8;
512
+ }
513
+ }
514
+ NodeDirective.decorators = [
515
+ { type: Directive, args: [{
516
+ selector: 'e-nodes>e-node',
517
+ inputs: input$8,
518
+ outputs: outputs$8,
519
+ queries: {
520
+ childFixedUserHandles: new ContentChild(NodeFixedUserHandlesDirective),
521
+ childAnnotations: new ContentChild(NodeAnnotationsDirective),
522
+ childPorts: new ContentChild(PortsDirective)
523
+ }
524
+ },] },
525
+ ];
526
+ /**
527
+ * @nocollapse
528
+ */
529
+ NodeDirective.ctorParameters = () => [
530
+ { type: ViewContainerRef, },
531
+ ];
532
+ /**
533
+ * Node Array Directive
534
+ */
535
+ class NodesDirective extends ArrayBase {
536
+ constructor() {
537
+ super('nodes');
538
+ }
539
+ }
540
+ NodesDirective.decorators = [
541
+ { type: Directive, args: [{
542
+ selector: 'ej-diagram>e-nodes',
543
+ queries: {
544
+ children: new ContentChildren(NodeDirective)
545
+ },
546
+ },] },
547
+ ];
548
+ /**
549
+ * @nocollapse
550
+ */
551
+ NodesDirective.ctorParameters = () => [];
552
+
553
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
554
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
555
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
556
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
557
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
558
+ };
559
+ var __metadata = (this && this.__metadata) || function (k, v) {
560
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
561
+ };
562
+ const inputs = ['addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enableCollaborativeEditing', 'enableConnectorSplit', 'enablePersistence', 'enableRtl', 'fixedUserHandleTemplate', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'model', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'segmentThumbShape', 'segmentThumbSize', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'userHandleTemplate', 'width'];
563
+ const outputs$9 = ['animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'diagramExporting', 'diagramImporting', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'elementDraw', 'expandStateChange', 'fixedUserHandleClick', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', 'layoutUpdated', 'load', 'loaded', 'mouseEnter', 'mouseLeave', 'mouseOver', 'mouseWheel', 'onFixedUserHandleMouseDown', 'onFixedUserHandleMouseEnter', 'onFixedUserHandleMouseLeave', 'onFixedUserHandleMouseUp', 'onImageLoad', 'onUserHandleMouseDown', 'onUserHandleMouseEnter', 'onUserHandleMouseLeave', 'onUserHandleMouseUp', 'positionChange', 'propertyChange', 'rotateChange', 'scrollChange', 'segmentChange', 'segmentCollectionChange', 'selectionChange', 'sizeChange', 'sourcePointChange', 'targetPointChange', 'textEdit', 'erEntityChanged'];
564
+ const twoWays = [''];
565
+ /**
566
+ * Diagram Component
567
+ * ```html
568
+ * <ej-diagram></ej-diagram>
569
+ * ```
570
+ */
571
+ let DiagramComponent = class DiagramComponent extends Diagram {
572
+ /**
573
+ * @param {?} ngEle
574
+ * @param {?} srenderer
575
+ * @param {?} viewContainerRef
576
+ * @param {?} injector
577
+ */
578
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
579
+ super();
580
+ this.ngEle = ngEle;
581
+ this.srenderer = srenderer;
582
+ this.viewContainerRef = viewContainerRef;
583
+ this.injector = injector;
584
+ this.tags = ['layers', 'customCursor', 'connectors', 'nodes'];
585
+ this.element = this.ngEle.nativeElement;
586
+ this.injectedModules = this.injectedModules || [];
587
+ try {
588
+ let mod = this.injector.get('DiagramsHierarchicalTree');
589
+ if (this.injectedModules.indexOf(mod) === -1) {
590
+ this.injectedModules.push(mod);
591
+ }
592
+ }
593
+ catch (_a) { }
594
+ try {
595
+ let mod = this.injector.get('DiagramsMindMap');
596
+ if (this.injectedModules.indexOf(mod) === -1) {
597
+ this.injectedModules.push(mod);
598
+ }
599
+ }
600
+ catch (_b) { }
601
+ try {
602
+ let mod = this.injector.get('DiagramsRadialTree');
603
+ if (this.injectedModules.indexOf(mod) === -1) {
604
+ this.injectedModules.push(mod);
605
+ }
606
+ }
607
+ catch (_c) { }
608
+ try {
609
+ let mod = this.injector.get('DiagramsComplexHierarchicalTree');
610
+ if (this.injectedModules.indexOf(mod) === -1) {
611
+ this.injectedModules.push(mod);
612
+ }
613
+ }
614
+ catch (_d) { }
615
+ try {
616
+ let mod = this.injector.get('DiagramsDataBinding');
617
+ if (this.injectedModules.indexOf(mod) === -1) {
618
+ this.injectedModules.push(mod);
619
+ }
620
+ }
621
+ catch (_e) { }
622
+ try {
623
+ let mod = this.injector.get('DiagramsSnapping');
624
+ if (this.injectedModules.indexOf(mod) === -1) {
625
+ this.injectedModules.push(mod);
626
+ }
627
+ }
628
+ catch (_f) { }
629
+ try {
630
+ let mod = this.injector.get('DiagramsPrintAndExport');
631
+ if (this.injectedModules.indexOf(mod) === -1) {
632
+ this.injectedModules.push(mod);
633
+ }
634
+ }
635
+ catch (_g) { }
636
+ try {
637
+ let mod = this.injector.get('DiagramsBpmnDiagrams');
638
+ if (this.injectedModules.indexOf(mod) === -1) {
639
+ this.injectedModules.push(mod);
640
+ }
641
+ }
642
+ catch (_h) { }
643
+ try {
644
+ let mod = this.injector.get('DiagramsSymmetricLayout');
645
+ if (this.injectedModules.indexOf(mod) === -1) {
646
+ this.injectedModules.push(mod);
647
+ }
648
+ }
649
+ catch (_j) { }
650
+ try {
651
+ let mod = this.injector.get('DiagramsConnectorBridging');
652
+ if (this.injectedModules.indexOf(mod) === -1) {
653
+ this.injectedModules.push(mod);
654
+ }
655
+ }
656
+ catch (_k) { }
657
+ try {
658
+ let mod = this.injector.get('DiagramsUndoRedo');
659
+ if (this.injectedModules.indexOf(mod) === -1) {
660
+ this.injectedModules.push(mod);
661
+ }
662
+ }
663
+ catch (_l) { }
664
+ try {
665
+ let mod = this.injector.get('DiagramsDiagramCollaboration');
666
+ if (this.injectedModules.indexOf(mod) === -1) {
667
+ this.injectedModules.push(mod);
668
+ }
669
+ }
670
+ catch (_m) { }
671
+ try {
672
+ let mod = this.injector.get('DiagramsLayoutAnimation');
673
+ if (this.injectedModules.indexOf(mod) === -1) {
674
+ this.injectedModules.push(mod);
675
+ }
676
+ }
677
+ catch (_o) { }
678
+ try {
679
+ let mod = this.injector.get('DiagramsDiagramContextMenu');
680
+ if (this.injectedModules.indexOf(mod) === -1) {
681
+ this.injectedModules.push(mod);
682
+ }
683
+ }
684
+ catch (_p) { }
685
+ try {
686
+ let mod = this.injector.get('DiagramsLineRouting');
687
+ if (this.injectedModules.indexOf(mod) === -1) {
688
+ this.injectedModules.push(mod);
689
+ }
690
+ }
691
+ catch (_q) { }
692
+ try {
693
+ let mod = this.injector.get('DiagramsAvoidLineOverlapping');
694
+ if (this.injectedModules.indexOf(mod) === -1) {
695
+ this.injectedModules.push(mod);
696
+ }
697
+ }
698
+ catch (_r) { }
699
+ try {
700
+ let mod = this.injector.get('DiagramsConnectorEditing');
701
+ if (this.injectedModules.indexOf(mod) === -1) {
702
+ this.injectedModules.push(mod);
703
+ }
704
+ }
705
+ catch (_s) { }
706
+ try {
707
+ let mod = this.injector.get('DiagramsLineDistribution');
708
+ if (this.injectedModules.indexOf(mod) === -1) {
709
+ this.injectedModules.push(mod);
710
+ }
711
+ }
712
+ catch (_t) { }
713
+ try {
714
+ let mod = this.injector.get('DiagramsEj1Serialization');
715
+ if (this.injectedModules.indexOf(mod) === -1) {
716
+ this.injectedModules.push(mod);
717
+ }
718
+ }
719
+ catch (_u) { }
720
+ try {
721
+ let mod = this.injector.get('DiagramsFlowchartLayout');
722
+ if (this.injectedModules.indexOf(mod) === -1) {
723
+ this.injectedModules.push(mod);
724
+ }
725
+ }
726
+ catch (_v) { }
727
+ try {
728
+ let mod = this.injector.get('DiagramsImportAndExportVisio');
729
+ if (this.injectedModules.indexOf(mod) === -1) {
730
+ this.injectedModules.push(mod);
731
+ }
732
+ }
733
+ catch (_w) { }
734
+ this.registerEvents(outputs$9);
735
+ this.addTwoWay.call(this, twoWays);
736
+ setValue('currentInstance', this, this.viewContainerRef);
737
+ this.context = new ComponentBase();
738
+ }
739
+ /**
740
+ * @return {?}
741
+ */
742
+ ngOnInit() {
743
+ this.context.ngOnInit(this);
744
+ }
745
+ /**
746
+ * @return {?}
747
+ */
748
+ ngAfterViewInit() {
749
+ this.context.ngAfterViewInit(this);
750
+ }
751
+ /**
752
+ * @return {?}
753
+ */
754
+ ngOnDestroy() {
755
+ this.context.ngOnDestroy(this);
756
+ }
757
+ /**
758
+ * @return {?}
759
+ */
760
+ ngAfterContentChecked() {
761
+ this.tagObjects[0].instance = this.childLayers;
762
+ if (this.childCustomCursor) {
763
+ this.tagObjects[1].instance = this.childCustomCursor;
764
+ }
765
+ if (this.childConnectors) {
766
+ this.tagObjects[2].instance = this.childConnectors;
767
+ }
768
+ if (this.childNodes) {
769
+ this.tagObjects[3].instance = this.childNodes;
770
+ }
771
+ this.context.ngAfterContentChecked(this);
772
+ }
773
+ };
774
+ DiagramComponent.decorators = [
775
+ { type: Component, args: [{
776
+ selector: 'ejs-diagram',
777
+ inputs: inputs,
778
+ outputs: outputs$9,
779
+ template: '',
780
+ changeDetection: ChangeDetectionStrategy.OnPush,
781
+ queries: {
782
+ childLayers: new ContentChild(LayersDirective),
783
+ childCustomCursor: new ContentChild(CustomCursorsDirective),
784
+ childConnectors: new ContentChild(ConnectorsDirective),
785
+ childNodes: new ContentChild(NodesDirective)
786
+ }
787
+ },] },
788
+ ];
789
+ /**
790
+ * @nocollapse
791
+ */
792
+ DiagramComponent.ctorParameters = () => [
793
+ { type: ElementRef, },
794
+ { type: Renderer2, },
795
+ { type: ViewContainerRef, },
796
+ { type: Injector, },
797
+ ];
798
+ DiagramComponent.propDecorators = {
799
+ 'annotationTemplate': [{ type: ContentChild, args: ['annotationTemplate',] },],
800
+ 'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
801
+ 'fixedUserHandleTemplate': [{ type: ContentChild, args: ['fixedUserHandleTemplate',] },],
802
+ 'userHandleTemplate': [{ type: ContentChild, args: ['userHandleTemplate',] },],
803
+ };
804
+ __decorate([
805
+ Template(),
806
+ __metadata("design:type", Object)
807
+ ], DiagramComponent.prototype, "annotationTemplate", void 0);
808
+ __decorate([
809
+ Template(),
810
+ __metadata("design:type", Object)
811
+ ], DiagramComponent.prototype, "nodeTemplate", void 0);
812
+ __decorate([
813
+ Template(),
814
+ __metadata("design:type", Object)
815
+ ], DiagramComponent.prototype, "fixedUserHandleTemplate", void 0);
816
+ __decorate([
817
+ Template(),
818
+ __metadata("design:type", Object)
819
+ ], DiagramComponent.prototype, "userHandleTemplate", void 0);
820
+ DiagramComponent = __decorate([
821
+ ComponentMixins([ComponentBase]),
822
+ __metadata("design:paramtypes", [ElementRef,
823
+ Renderer2,
824
+ ViewContainerRef,
825
+ Injector])
826
+ ], DiagramComponent);
827
+
828
+ /**
829
+ * NgModule definition for the Diagram component.
830
+ */
831
+ class DiagramModule {
832
+ }
833
+ DiagramModule.decorators = [
834
+ { type: NgModule, args: [{
835
+ imports: [CommonModule],
836
+ declarations: [
837
+ DiagramComponent,
838
+ LayerDirective,
839
+ LayersDirective,
840
+ CustomCursorDirective,
841
+ CustomCursorsDirective,
842
+ ConnectorFixedUserHandleDirective,
843
+ ConnectorFixedUserHandlesDirective,
844
+ ConnectorAnnotationDirective,
845
+ ConnectorAnnotationsDirective,
846
+ ConnectorDirective,
847
+ ConnectorsDirective,
848
+ NodeFixedUserHandleDirective,
849
+ NodeFixedUserHandlesDirective,
850
+ NodeAnnotationDirective,
851
+ NodeAnnotationsDirective,
852
+ PortDirective,
853
+ PortsDirective,
854
+ NodeDirective,
855
+ NodesDirective
856
+ ],
857
+ exports: [
858
+ DiagramComponent,
859
+ LayerDirective,
860
+ LayersDirective,
861
+ CustomCursorDirective,
862
+ CustomCursorsDirective,
863
+ ConnectorFixedUserHandleDirective,
864
+ ConnectorFixedUserHandlesDirective,
865
+ ConnectorAnnotationDirective,
866
+ ConnectorAnnotationsDirective,
867
+ ConnectorDirective,
868
+ ConnectorsDirective,
869
+ NodeFixedUserHandleDirective,
870
+ NodeFixedUserHandlesDirective,
871
+ NodeAnnotationDirective,
872
+ NodeAnnotationsDirective,
873
+ PortDirective,
874
+ PortsDirective,
875
+ NodeDirective,
876
+ NodesDirective
877
+ ]
878
+ },] },
879
+ ];
880
+ /**
881
+ * @nocollapse
882
+ */
883
+ DiagramModule.ctorParameters = () => [];
884
+
885
+ const HierarchicalTreeService = { provide: 'DiagramsHierarchicalTree', useValue: HierarchicalTree };
886
+ const MindMapService = { provide: 'DiagramsMindMap', useValue: MindMap };
887
+ const RadialTreeService = { provide: 'DiagramsRadialTree', useValue: RadialTree };
888
+ const ComplexHierarchicalTreeService = { provide: 'DiagramsComplexHierarchicalTree', useValue: ComplexHierarchicalTree };
889
+ const DataBindingService = { provide: 'DiagramsDataBinding', useValue: DataBinding };
890
+ const SnappingService = { provide: 'DiagramsSnapping', useValue: Snapping };
891
+ const PrintAndExportService = { provide: 'DiagramsPrintAndExport', useValue: PrintAndExport };
892
+ const BpmnDiagramsService = { provide: 'DiagramsBpmnDiagrams', useValue: BpmnDiagrams };
893
+ const SymmetricLayoutService = { provide: 'DiagramsSymmetricLayout', useValue: SymmetricLayout };
894
+ const ConnectorBridgingService = { provide: 'DiagramsConnectorBridging', useValue: ConnectorBridging };
895
+ const UndoRedoService = { provide: 'DiagramsUndoRedo', useValue: UndoRedo };
896
+ const DiagramCollaborationService = { provide: 'DiagramsDiagramCollaboration', useValue: DiagramCollaboration };
897
+ const LayoutAnimationService = { provide: 'DiagramsLayoutAnimation', useValue: LayoutAnimation };
898
+ const DiagramContextMenuService = { provide: 'DiagramsDiagramContextMenu', useValue: DiagramContextMenu };
899
+ const LineRoutingService = { provide: 'DiagramsLineRouting', useValue: LineRouting };
900
+ const AvoidLineOverlappingService = { provide: 'DiagramsAvoidLineOverlapping', useValue: AvoidLineOverlapping };
901
+ const ConnectorEditingService = { provide: 'DiagramsConnectorEditing', useValue: ConnectorEditing };
902
+ const LineDistributionService = { provide: 'DiagramsLineDistribution', useValue: LineDistribution };
903
+ const Ej1SerializationService = { provide: 'DiagramsEj1Serialization', useValue: Ej1Serialization };
904
+ const FlowchartLayoutService = { provide: 'DiagramsFlowchartLayout', useValue: FlowchartLayout };
905
+ const ImportAndExportVisioService = { provide: 'DiagramsImportAndExportVisio', useValue: ImportAndExportVisio };
906
+ /**
907
+ * NgModule definition for the Diagram component with providers.
908
+ */
909
+ class DiagramAllModule {
910
+ }
911
+ DiagramAllModule.decorators = [
912
+ { type: NgModule, args: [{
913
+ imports: [CommonModule, DiagramModule],
914
+ exports: [
915
+ DiagramModule
916
+ ],
917
+ providers: [
918
+ HierarchicalTreeService,
919
+ MindMapService,
920
+ RadialTreeService,
921
+ ComplexHierarchicalTreeService,
922
+ DataBindingService,
923
+ SnappingService,
924
+ PrintAndExportService,
925
+ BpmnDiagramsService,
926
+ SymmetricLayoutService,
927
+ ConnectorBridgingService,
928
+ UndoRedoService,
929
+ DiagramCollaborationService,
930
+ LayoutAnimationService,
931
+ DiagramContextMenuService,
932
+ LineRoutingService,
933
+ AvoidLineOverlappingService,
934
+ ConnectorEditingService,
935
+ LineDistributionService,
936
+ Ej1SerializationService,
937
+ FlowchartLayoutService,
938
+ ImportAndExportVisioService
939
+ ]
940
+ },] },
941
+ ];
942
+ /**
943
+ * @nocollapse
944
+ */
945
+ DiagramAllModule.ctorParameters = () => [];
946
+
947
+ let input$9 = ['expanded', 'height', 'iconCss', 'id', 'symbols', 'title'];
948
+ let outputs$10 = [];
949
+ /**
950
+ * Palette Directive
951
+ * ```html
952
+ * <e-palettes><e-palette></e-palette><e-palettes>
953
+ * ```
954
+ */
955
+ class PaletteDirective extends ComplexBase {
956
+ /**
957
+ * @param {?} viewContainerRef
958
+ */
959
+ constructor(viewContainerRef) {
960
+ super();
961
+ this.viewContainerRef = viewContainerRef;
962
+ setValue('currentInstance', this, this.viewContainerRef);
963
+ this.registerEvents(outputs$10);
964
+ this.directivePropList = input$9;
965
+ }
966
+ }
967
+ PaletteDirective.decorators = [
968
+ { type: Directive, args: [{
969
+ selector: 'e-palettes>e-palette',
970
+ inputs: input$9,
971
+ outputs: outputs$10,
972
+ queries: {}
973
+ },] },
974
+ ];
975
+ /**
976
+ * @nocollapse
977
+ */
978
+ PaletteDirective.ctorParameters = () => [
979
+ { type: ViewContainerRef, },
980
+ ];
981
+ /**
982
+ * Palette Array Directive
983
+ */
984
+ class PalettesDirective extends ArrayBase {
985
+ constructor() {
986
+ super('palettes');
987
+ }
988
+ }
989
+ PalettesDirective.decorators = [
990
+ { type: Directive, args: [{
991
+ selector: 'ejs-symbolpalette>e-palettes',
992
+ queries: {
993
+ children: new ContentChildren(PaletteDirective)
994
+ },
995
+ },] },
996
+ ];
997
+ /**
998
+ * @nocollapse
999
+ */
1000
+ PalettesDirective.ctorParameters = () => [];
1001
+
1002
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
1003
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1004
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1005
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1006
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1007
+ };
1008
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
1009
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1010
+ };
1011
+ const inputs$1 = ['accessKey', 'allowDrag', 'connectorDefaults', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSearch', 'expandMode', 'filterSymbols', 'getConnectorDefaults', 'getNodeDefaults', 'getSymbolInfo', 'getSymbolTemplate', 'height', 'ignoreSymbolsOnSearch', 'locale', 'nodeDefaults', 'nodeTemplate', 'palettes', 'symbolDragSize', 'symbolHeight', 'symbolInfo', 'symbolMargin', 'symbolPreview', 'symbolWidth', 'width'];
1012
+ const outputs$11 = ['paletteExpanding', 'paletteSelectionChange'];
1013
+ const twoWays$1 = [''];
1014
+ /**
1015
+ * SymbolPalette Component
1016
+ * ```html
1017
+ * <ej-symbol-palette></ej-symbol-palette>
1018
+ * ```
1019
+ */
1020
+ let SymbolPaletteComponent = class SymbolPaletteComponent extends SymbolPalette {
1021
+ /**
1022
+ * @param {?} ngEle
1023
+ * @param {?} srenderer
1024
+ * @param {?} viewContainerRef
1025
+ * @param {?} injector
1026
+ */
1027
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1028
+ super();
1029
+ this.ngEle = ngEle;
1030
+ this.srenderer = srenderer;
1031
+ this.viewContainerRef = viewContainerRef;
1032
+ this.injector = injector;
1033
+ this.tags = ['palettes'];
1034
+ this.element = this.ngEle.nativeElement;
1035
+ this.injectedModules = this.injectedModules || [];
1036
+ try {
1037
+ let mod = this.injector.get('DiagramsBpmnDiagrams');
1038
+ if (this.injectedModules.indexOf(mod) === -1) {
1039
+ this.injectedModules.push(mod);
1040
+ }
1041
+ }
1042
+ catch (_a) { }
1043
+ this.registerEvents(outputs$11);
1044
+ this.addTwoWay.call(this, twoWays$1);
1045
+ setValue('currentInstance', this, this.viewContainerRef);
1046
+ this.context = new ComponentBase();
1047
+ }
1048
+ /**
1049
+ * @return {?}
1050
+ */
1051
+ ngOnInit() {
1052
+ this.context.ngOnInit(this);
1053
+ }
1054
+ /**
1055
+ * @return {?}
1056
+ */
1057
+ ngAfterViewInit() {
1058
+ this.context.ngAfterViewInit(this);
1059
+ }
1060
+ /**
1061
+ * @return {?}
1062
+ */
1063
+ ngOnDestroy() {
1064
+ this.context.ngOnDestroy(this);
1065
+ }
1066
+ /**
1067
+ * @return {?}
1068
+ */
1069
+ ngAfterContentChecked() {
1070
+ this.tagObjects[0].instance = this.childPalettes;
1071
+ this.context.ngAfterContentChecked(this);
1072
+ }
1073
+ };
1074
+ SymbolPaletteComponent.decorators = [
1075
+ { type: Component, args: [{
1076
+ selector: 'ejs-symbolpalette',
1077
+ inputs: inputs$1,
1078
+ outputs: outputs$11,
1079
+ template: '',
1080
+ changeDetection: ChangeDetectionStrategy.OnPush,
1081
+ queries: {
1082
+ childPalettes: new ContentChild(PalettesDirective)
1083
+ }
1084
+ },] },
1085
+ ];
1086
+ /**
1087
+ * @nocollapse
1088
+ */
1089
+ SymbolPaletteComponent.ctorParameters = () => [
1090
+ { type: ElementRef, },
1091
+ { type: Renderer2, },
1092
+ { type: ViewContainerRef, },
1093
+ { type: Injector, },
1094
+ ];
1095
+ SymbolPaletteComponent.propDecorators = {
1096
+ 'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
1097
+ };
1098
+ __decorate$1([
1099
+ Template(),
1100
+ __metadata$1("design:type", Object)
1101
+ ], SymbolPaletteComponent.prototype, "nodeTemplate", void 0);
1102
+ SymbolPaletteComponent = __decorate$1([
1103
+ ComponentMixins([ComponentBase]),
1104
+ __metadata$1("design:paramtypes", [ElementRef,
1105
+ Renderer2,
1106
+ ViewContainerRef,
1107
+ Injector])
1108
+ ], SymbolPaletteComponent);
1109
+
1110
+ /**
1111
+ * NgModule definition for the SymbolPalette component.
1112
+ */
1113
+ class SymbolPaletteModule {
1114
+ }
1115
+ SymbolPaletteModule.decorators = [
1116
+ { type: NgModule, args: [{
1117
+ imports: [CommonModule],
1118
+ declarations: [
1119
+ SymbolPaletteComponent,
1120
+ PaletteDirective,
1121
+ PalettesDirective
1122
+ ],
1123
+ exports: [
1124
+ SymbolPaletteComponent,
1125
+ PaletteDirective,
1126
+ PalettesDirective
1127
+ ]
1128
+ },] },
1129
+ ];
1130
+ /**
1131
+ * @nocollapse
1132
+ */
1133
+ SymbolPaletteModule.ctorParameters = () => [];
1134
+
1135
+ /**
1136
+ * NgModule definition for the SymbolPalette component with providers.
1137
+ */
1138
+ class SymbolPaletteAllModule {
1139
+ }
1140
+ SymbolPaletteAllModule.decorators = [
1141
+ { type: NgModule, args: [{
1142
+ imports: [CommonModule, SymbolPaletteModule],
1143
+ exports: [
1144
+ SymbolPaletteModule
1145
+ ],
1146
+ providers: []
1147
+ },] },
1148
+ ];
1149
+ /**
1150
+ * @nocollapse
1151
+ */
1152
+ SymbolPaletteAllModule.ctorParameters = () => [];
1153
+
1154
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
1155
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1156
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1157
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1158
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1159
+ };
1160
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
1161
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1162
+ };
1163
+ const inputs$2 = ['enablePersistence', 'enableRtl', 'height', 'locale', 'sourceID', 'width'];
1164
+ const outputs$12 = ['created'];
1165
+ const twoWays$2 = [''];
1166
+ /**
1167
+ * Overview Component
1168
+ * ```html
1169
+ * <ej-overview></ej-overview>
1170
+ * ```
1171
+ */
1172
+ let OverviewComponent = class OverviewComponent extends Overview {
1173
+ /**
1174
+ * @param {?} ngEle
1175
+ * @param {?} srenderer
1176
+ * @param {?} viewContainerRef
1177
+ * @param {?} injector
1178
+ */
1179
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1180
+ super();
1181
+ this.ngEle = ngEle;
1182
+ this.srenderer = srenderer;
1183
+ this.viewContainerRef = viewContainerRef;
1184
+ this.injector = injector;
1185
+ this.tags = [''];
1186
+ this.element = this.ngEle.nativeElement;
1187
+ this.injectedModules = this.injectedModules || [];
1188
+ this.registerEvents(outputs$12);
1189
+ this.addTwoWay.call(this, twoWays$2);
1190
+ setValue('currentInstance', this, this.viewContainerRef);
1191
+ this.context = new ComponentBase();
1192
+ }
1193
+ /**
1194
+ * @return {?}
1195
+ */
1196
+ ngOnInit() {
1197
+ this.context.ngOnInit(this);
1198
+ }
1199
+ /**
1200
+ * @return {?}
1201
+ */
1202
+ ngAfterViewInit() {
1203
+ this.context.ngAfterViewInit(this);
1204
+ }
1205
+ /**
1206
+ * @return {?}
1207
+ */
1208
+ ngOnDestroy() {
1209
+ this.context.ngOnDestroy(this);
1210
+ }
1211
+ /**
1212
+ * @return {?}
1213
+ */
1214
+ ngAfterContentChecked() {
1215
+ this.context.ngAfterContentChecked(this);
1216
+ }
1217
+ };
1218
+ OverviewComponent.decorators = [
1219
+ { type: Component, args: [{
1220
+ selector: 'ejs-overview',
1221
+ inputs: inputs$2,
1222
+ outputs: outputs$12,
1223
+ template: '',
1224
+ changeDetection: ChangeDetectionStrategy.OnPush,
1225
+ queries: {}
1226
+ },] },
1227
+ ];
1228
+ /**
1229
+ * @nocollapse
1230
+ */
1231
+ OverviewComponent.ctorParameters = () => [
1232
+ { type: ElementRef, },
1233
+ { type: Renderer2, },
1234
+ { type: ViewContainerRef, },
1235
+ { type: Injector, },
1236
+ ];
1237
+ OverviewComponent = __decorate$2([
1238
+ ComponentMixins([ComponentBase]),
1239
+ __metadata$2("design:paramtypes", [ElementRef,
1240
+ Renderer2,
1241
+ ViewContainerRef,
1242
+ Injector])
1243
+ ], OverviewComponent);
1244
+
1245
+ /**
1246
+ * NgModule definition for the Overview component.
1247
+ */
1248
+ class OverviewModule {
1249
+ }
1250
+ OverviewModule.decorators = [
1251
+ { type: NgModule, args: [{
1252
+ imports: [CommonModule],
1253
+ declarations: [
1254
+ OverviewComponent
1255
+ ],
1256
+ exports: [
1257
+ OverviewComponent
1258
+ ]
1259
+ },] },
1260
+ ];
1261
+ /**
1262
+ * @nocollapse
1263
+ */
1264
+ OverviewModule.ctorParameters = () => [];
1265
+
1266
+ /**
1267
+ * NgModule definition for the Overview component with providers.
1268
+ */
1269
+ class OverviewAllModule {
1270
+ }
1271
+ OverviewAllModule.decorators = [
1272
+ { type: NgModule, args: [{
1273
+ imports: [CommonModule, OverviewModule],
1274
+ exports: [
1275
+ OverviewModule
1276
+ ],
1277
+ providers: []
1278
+ },] },
1279
+ ];
1280
+ /**
1281
+ * @nocollapse
1282
+ */
1283
+ OverviewAllModule.ctorParameters = () => [];
1284
+
1285
+ /**
1286
+ * Generated bundle index. Do not edit.
1287
+ */
1288
+
1289
+ export { LayerDirective, LayersDirective, CustomCursorDirective, CustomCursorsDirective, ConnectorFixedUserHandleDirective, ConnectorFixedUserHandlesDirective, ConnectorAnnotationDirective, ConnectorAnnotationsDirective, ConnectorDirective, ConnectorsDirective, NodeFixedUserHandleDirective, NodeFixedUserHandlesDirective, NodeAnnotationDirective, NodeAnnotationsDirective, PortDirective, PortsDirective, NodeDirective, NodesDirective, DiagramComponent, DiagramModule, DiagramAllModule, HierarchicalTreeService, MindMapService, RadialTreeService, ComplexHierarchicalTreeService, DataBindingService, SnappingService, PrintAndExportService, BpmnDiagramsService, SymmetricLayoutService, ConnectorBridgingService, UndoRedoService, DiagramCollaborationService, LayoutAnimationService, DiagramContextMenuService, LineRoutingService, AvoidLineOverlappingService, ConnectorEditingService, LineDistributionService, Ej1SerializationService, FlowchartLayoutService, ImportAndExportVisioService, PaletteDirective, PalettesDirective, SymbolPaletteComponent, SymbolPaletteModule, SymbolPaletteAllModule, OverviewComponent, OverviewModule, OverviewAllModule, inputs as ɵa, outputs$9 as ɵb, inputs$2 as ɵe, outputs$12 as ɵf, inputs$1 as ɵc, outputs$11 as ɵd };
1290
+ export { Diagram, PrintAndExport, Size, Rect, MatrixTypes, Matrix, identityMatrix, transformPointByMatrix, transformPointsByMatrix, rotateMatrix, scaleMatrix, translateMatrix, multiplyMatrix, Point, BlazorAction, FlipDirection, PortVisibility, SnapConstraints, SelectorConstraints, ConnectionPointOrigin, ChildArrangement, ConnectorConstraints, AnnotationConstraints, NodeConstraints, ElementAction, ThumbsConstraints, DiagramConstraints, DiagramTools, Transform, RenderMode, KeyModifiers, Keys, DiagramAction, RendererAction, RealAction, ScrollActions, NoOfSegments, DiagramEvent, PortConstraints, contextMenuClick, contextMenuOpen, contextMenuBeforeItemRender, ControlPointsVisibility, BezierSmoothness, ParentType, Thickness, Margin, Shadow, Stop, Gradient, DiagramGradient, LinearGradient, RadialGradient, ShapeStyle, StrokeStyle, TextStyle, DiagramShapeStyle, DiagramElement, PathElement, ImageElement, TextElement, GroupableView, Canvas, GridPanel, RowDefinition, ColumnDefinition, GridRow, GridCell, StackPanel, findConnectorPoints, swapBounds, findMargin, findAngle, findPoint, getIntersection, getIntersectionPoints, orthoConnection2Segment, getPortDirection, getOuterBounds, getOppositeDirection, processPathData, parsePathData, getRectanglePath, getPolygonPath, getFreeHandPath, pathSegmentCollection, transformPath, updatedSegment, scalePathData, splitArrayCollection, getPathString, getString, randomId, getIndex, templateCompiler, cornersPointsBeforeRotation, getBounds, cloneObject, getInternalProperties, cloneArray, extendObject, extendArray, textAlignToString, wordBreakToString, bBoxText, middleElement, overFlow, whiteSpaceToString, rotateSize, rotatePoint, getOffset, getFunction, completeRegion, findNodeByName, findObjectType, setSwimLaneDefaults, getSpaceValue, getInterval, setPortsEdges, setUMLActivityDefaults, setConnectorDefaults, findNearestPoint, isDiagramChild, groupHasType, updateDefaultValues, updateLayoutValue, isPointOverConnector, intersect3, intersect2, getLineSegment, getPoints, getTooltipOffset, initFixedUserHandlesSymbol, sort, getAnnotationPosition, getPortsPosition, getOffsetOfPorts, getAlignedPositionForPorts, getOffsetOfConnector, getAlignedPosition, alignLabelOnSegments, getBezierDirection, removeChildNodes, getChild, getSwimLaneChildren, removeUnnecessaryNodes, serialize, deserialize, changeOldFlipDirectionType, upgrade, updateScrollSettingsOffset, updateStyle, updateHyperlink, updateShapeContent, updateShape, updateContent, updateUmlActivityNode, getUMLFinalNode, getUMLActivityShapes, removeGradient, removeItem, updateConnector, getUserHandlePosition, canResizeCorner, canShowCorner, canShowControlPoints, checkPortRestriction, findAnnotation, findPort, getInOutConnectPorts, findObjectIndex, findPortIndex, getObjectFromCollection, scaleElement, arrangeChild, sortNodeCollection, insertObject, getElement, getCollectionChangeEventArguements, getDropEventArguements, getPoint, getObjectType, flipConnector, updatePortEdges, alignElement, rotateAfterFlip, cloneSelectedObjects, updatePathElement, getPathOffset, checkPort, findPath, getConnectorDirection, findDistance, cloneBlazorObject, checkBrowserInfo, canMeasureDecoratorPath, getPreviewSize, getSymbolSize, findParentInSwimlane, selectionHasConnector, getConnectorArrowType, alignChildBasedOnaPoint, getFlippedPoint, isLabelFlipped, containsBounds, CanvasRenderer, DiagramRenderer, DataBinding, getBasicShape, getPortShape, getDecoratorShape, getSegmentThumbShapeHorizontal, getSegmentThumbShapeVertical, getIconShape, getFlowShape, Hyperlink, Annotation, ShapeAnnotation, PathAnnotation, Port, PointPort, PathPort, menuClass, DiagramContextMenu, Shape, Path, Native, Html, Image, Text, BasicShape, FlowShape, BpmnGateway, BpmnDataObject, BpmnTask, BpmnEvent, BpmnSubEvent, BpmnTransactionSubProcess, BpmnSubProcess, BpmnActivity, BpmnAnnotation, BpmnTextAnnotation, BpmnShape, UmlActivityShape, MethodArguments, UmlClassAttribute, UmlClassMethod, UmlClass, UmlInterface, UmlEnumerationMember, UmlEnumeration, UmlClassifierShape, DiagramShape, Node, Header, Lane, Phase, SwimLane, Container, ChildContainer, ErShape, Selector, BpmnDiagrams, getBpmnShapePathData, getBpmnTriggerShapePathData, getBpmnGatewayShapePathData, getBpmnTaskShapePathData, getBpmnLoopShapePathData, Decorator, Vector, BezierSettings, ConnectorShape, ActivityFlow, BpmnFlow, ConnectorSegment, StraightSegment, BezierSegment, OrthogonalSegment, DiagramConnectorSegment, getDirection, isEmptyVector, getBezierPoints, getBezierBounds, bezierPoints, MultiplicityLabel, ClassifierMultiplicity, RelationShip, ErConnectorShape, DiagramConnectorShape, Connector, ConnectorBridging, Snapping, UndoRedo, DiagramCollaboration, DiagramTooltip, initTooltip, updateTooltip, LayoutAnimation, SymbolSize, SymbolPaletteInfo, FixedUserHandle, NodeFixedUserHandle, ConnectorFixedUserHandle, UserHandle, ToolBase, SelectTool, FixedUserHandleTool, ConnectTool, MoveTool, RotateTool, ResizeTool, NodeDrawingTool, ConnectorDrawingTool, TextDrawingTool, ZoomPanTool, ExpandTool, LabelTool, PolygonDrawingTool, PolyLineDrawingTool, LabelDragTool, LabelResizeTool, LabelRotateTool, FreeHandTool, DiagramEventHandler, CommandHandler, findToolToActivate, findPortToolToActivate, contains, hasSelection, hasSingleConnection, isSelected, getCursor, ConnectorEditing, updateCanvasBounds, removeChildInContainer, findBounds, createHelper, renderContainerHelper, checkParentAsContainer, checkChildNodeInContainer, updateZindex, addChildToContainer, updateLaneBoundsWithSelector, updateLaneBoundsAfterAddChild, updateLaneSizeAfterGridChange, updateSwimlaneSize, renderStackHighlighter, hideErFieldInsertionIndicator, moveChildInStack, LineRouting, AvoidLineOverlapping, LineDistribution, CrudAction, ConnectionDataSource, DataSource, Gridlines, SnapSettings, KeyGesture, Command, CommandManager, ContextMenuSettings, CustomCursorAction, DataMappingItems, UmlSequenceMessageType, UmlSequenceFragmentType, UmlSequenceParticipantStereotype, UmlSequenceMessageLineStyle, UmlSequenceMessageArrowShape, UmlSequenceActivationBox, UmlSequenceParticipant, UmlSequenceMessage, UmlSequenceFragmentCondition, UmlSequenceFragment, UmlSequenceDiagram, FlowchartLayoutSettings, Layout, MindMap, HierarchicalTree, RadialTree, GraphForceNode, SymmetricLayout, GraphLayoutManager, ComplexHierarchicalTree, FlowchartLayout, ConnectorProperties, LabelProperties, Ej1Serialization, NodeProperties, PortProperties, ImportAndExportVisio, buildVisioStyleFromElement, ParsingContext, parseVisioData, loadVisioDataIntoDiagram, ErHeader, ErField, ErFieldDefaults, ErMultiplicity, calculateMinimumEntityWidth, createFieldAnnotations, areFieldRowPositionsEqual, generateFieldRowAnnotations, ERColumnarLayoutFactory, ErConnectorRenderer, getErFieldNodes, calculateFieldDropIndex, getErFieldIndexByNodeId, updateErFieldColors, reorderErField, EREventManager, getEREventManager, ErDiagrams, getErShapes, addErField, removeErField, Palette, SymbolDragSize, SymbolPreview, SymbolPalette, Ruler, Overview } from '@syncfusion/ej2-diagrams';
1291
+ //# sourceMappingURL=ej2-angular-diagrams.js.map