@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,1372 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = Object.setPrototypeOf ||
3
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
+ return function (d, b) {
6
+ extendStatics(d, b);
7
+ function __() { this.constructor = d; }
8
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
+ };
10
+ })();
11
+ import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
+ 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';
14
+ import { CommonModule } from '@angular/common';
15
+ var input = ['addInfo', 'id', 'lock', 'objects', 'visible', 'zIndex'];
16
+ var outputs = [];
17
+ /**
18
+ * Layers Directive
19
+ * ```html
20
+ * <e-layers>
21
+ * <e-layer></e-layer>
22
+ * </e-layers>
23
+ * ```
24
+ */
25
+ var LayerDirective = /** @class */ (function (_super) {
26
+ __extends(LayerDirective, _super);
27
+ /**
28
+ * @param {?} viewContainerRef
29
+ */
30
+ function LayerDirective(viewContainerRef) {
31
+ var _this = _super.call(this) || this;
32
+ _this.viewContainerRef = viewContainerRef;
33
+ setValue('currentInstance', _this, _this.viewContainerRef);
34
+ _this.registerEvents(outputs);
35
+ _this.directivePropList = input;
36
+ return _this;
37
+ }
38
+ return LayerDirective;
39
+ }(ComplexBase));
40
+ LayerDirective.decorators = [
41
+ { type: Directive, args: [{
42
+ selector: 'e-layers>e-layer',
43
+ inputs: input,
44
+ outputs: outputs,
45
+ queries: {}
46
+ },] },
47
+ ];
48
+ /**
49
+ * @nocollapse
50
+ */
51
+ LayerDirective.ctorParameters = function () { return [
52
+ { type: ViewContainerRef, },
53
+ ]; };
54
+ /**
55
+ * Layer Array Directive
56
+ */
57
+ var LayersDirective = /** @class */ (function (_super) {
58
+ __extends(LayersDirective, _super);
59
+ function LayersDirective() {
60
+ return _super.call(this, 'layers') || this;
61
+ }
62
+ return LayersDirective;
63
+ }(ArrayBase));
64
+ LayersDirective.decorators = [
65
+ { type: Directive, args: [{
66
+ selector: 'ej-diagram>e-layers',
67
+ queries: {
68
+ children: new ContentChildren(LayerDirective)
69
+ },
70
+ },] },
71
+ ];
72
+ /**
73
+ * @nocollapse
74
+ */
75
+ LayersDirective.ctorParameters = function () { return []; };
76
+ var input$1 = ['action', 'cursor'];
77
+ var outputs$1 = [];
78
+ /**
79
+ * Cursor Maps Directive
80
+ * ```html
81
+ * <e-cusrsormaps>
82
+ * <e-cursormap></e-cursormap>
83
+ * </e-cursormaps>
84
+ * ```
85
+ */
86
+ var CustomCursorDirective = /** @class */ (function (_super) {
87
+ __extends(CustomCursorDirective, _super);
88
+ /**
89
+ * @param {?} viewContainerRef
90
+ */
91
+ function CustomCursorDirective(viewContainerRef) {
92
+ var _this = _super.call(this) || this;
93
+ _this.viewContainerRef = viewContainerRef;
94
+ setValue('currentInstance', _this, _this.viewContainerRef);
95
+ _this.registerEvents(outputs$1);
96
+ _this.directivePropList = input$1;
97
+ return _this;
98
+ }
99
+ return CustomCursorDirective;
100
+ }(ComplexBase));
101
+ CustomCursorDirective.decorators = [
102
+ { type: Directive, args: [{
103
+ selector: 'e-cursormaps>e-cursormap',
104
+ inputs: input$1,
105
+ outputs: outputs$1,
106
+ queries: {}
107
+ },] },
108
+ ];
109
+ /**
110
+ * @nocollapse
111
+ */
112
+ CustomCursorDirective.ctorParameters = function () { return [
113
+ { type: ViewContainerRef, },
114
+ ]; };
115
+ /**
116
+ * CustomCursor Array Directive
117
+ */
118
+ var CustomCursorsDirective = /** @class */ (function (_super) {
119
+ __extends(CustomCursorsDirective, _super);
120
+ function CustomCursorsDirective() {
121
+ return _super.call(this, 'customcursor') || this;
122
+ }
123
+ return CustomCursorsDirective;
124
+ }(ArrayBase));
125
+ CustomCursorsDirective.decorators = [
126
+ { type: Directive, args: [{
127
+ selector: 'ej-diagram>e-cursormaps',
128
+ queries: {
129
+ children: new ContentChildren(CustomCursorDirective)
130
+ },
131
+ },] },
132
+ ];
133
+ /**
134
+ * @nocollapse
135
+ */
136
+ CustomCursorsDirective.ctorParameters = function () { return []; };
137
+ var input$2 = ['alignment', 'cornerRadius', 'displacement', 'fill', 'handleStrokeColor', 'handleStrokeWidth', 'height', 'iconStrokeColor', 'iconStrokeWidth', 'id', 'offset', 'padding', 'pathData', 'tooltip', 'visibility', 'width'];
138
+ var outputs$2 = [];
139
+ /**
140
+ * Connectors Directive
141
+ * ```html
142
+ * <e-connectors>
143
+ * <e-connector>
144
+ * <e-connector-fixeduserhandles>
145
+ * <e-connector-fixeduserhandle>
146
+ * </e-connector-fixeduserhandle>
147
+ * </e-connector-fixeduserhandles>
148
+ * </e-connector>
149
+ * </e-connectors>
150
+ * ```
151
+ */
152
+ var ConnectorFixedUserHandleDirective = /** @class */ (function (_super) {
153
+ __extends(ConnectorFixedUserHandleDirective, _super);
154
+ /**
155
+ * @param {?} viewContainerRef
156
+ */
157
+ function ConnectorFixedUserHandleDirective(viewContainerRef) {
158
+ var _this = _super.call(this) || this;
159
+ _this.viewContainerRef = viewContainerRef;
160
+ setValue('currentInstance', _this, _this.viewContainerRef);
161
+ _this.registerEvents(outputs$2);
162
+ _this.directivePropList = input$2;
163
+ return _this;
164
+ }
165
+ return ConnectorFixedUserHandleDirective;
166
+ }(ComplexBase));
167
+ ConnectorFixedUserHandleDirective.decorators = [
168
+ { type: Directive, args: [{
169
+ selector: 'e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle',
170
+ inputs: input$2,
171
+ outputs: outputs$2,
172
+ queries: {}
173
+ },] },
174
+ ];
175
+ /**
176
+ * @nocollapse
177
+ */
178
+ ConnectorFixedUserHandleDirective.ctorParameters = function () { return [
179
+ { type: ViewContainerRef, },
180
+ ]; };
181
+ /**
182
+ * ConnectorFixedUserHandle Array Directive
183
+ */
184
+ var ConnectorFixedUserHandlesDirective = /** @class */ (function (_super) {
185
+ __extends(ConnectorFixedUserHandlesDirective, _super);
186
+ function ConnectorFixedUserHandlesDirective() {
187
+ return _super.call(this, 'fixeduserhandles') || this;
188
+ }
189
+ return ConnectorFixedUserHandlesDirective;
190
+ }(ArrayBase));
191
+ ConnectorFixedUserHandlesDirective.decorators = [
192
+ { type: Directive, args: [{
193
+ selector: 'e-connector>e-connector-fixeduserhandles',
194
+ queries: {
195
+ children: new ContentChildren(ConnectorFixedUserHandleDirective)
196
+ },
197
+ },] },
198
+ ];
199
+ /**
200
+ * @nocollapse
201
+ */
202
+ ConnectorFixedUserHandlesDirective.ctorParameters = function () { return []; };
203
+ var 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'];
204
+ var outputs$3 = [];
205
+ /**
206
+ * Connectors Directive
207
+ * ```html
208
+ * <e-connectors>
209
+ * <e-connector>
210
+ * <e-connector-annotations>
211
+ * <e-connector-annotation>
212
+ * </e-connector-annotation>
213
+ * </e-connector-annotations>
214
+ * </e-connector>
215
+ * </e-connectors>
216
+ * ```
217
+ */
218
+ var ConnectorAnnotationDirective = /** @class */ (function (_super) {
219
+ __extends(ConnectorAnnotationDirective, _super);
220
+ /**
221
+ * @param {?} viewContainerRef
222
+ */
223
+ function ConnectorAnnotationDirective(viewContainerRef) {
224
+ var _this = _super.call(this) || this;
225
+ _this.viewContainerRef = viewContainerRef;
226
+ setValue('currentInstance', _this, _this.viewContainerRef);
227
+ _this.registerEvents(outputs$3);
228
+ _this.directivePropList = input$3;
229
+ return _this;
230
+ }
231
+ return ConnectorAnnotationDirective;
232
+ }(ComplexBase));
233
+ ConnectorAnnotationDirective.decorators = [
234
+ { type: Directive, args: [{
235
+ selector: 'e-connector>e-connector-annotations>e-connector-annotation',
236
+ inputs: input$3,
237
+ outputs: outputs$3,
238
+ queries: {}
239
+ },] },
240
+ ];
241
+ /**
242
+ * @nocollapse
243
+ */
244
+ ConnectorAnnotationDirective.ctorParameters = function () { return [
245
+ { type: ViewContainerRef, },
246
+ ]; };
247
+ /**
248
+ * ConnectorAnnotation Array Directive
249
+ */
250
+ var ConnectorAnnotationsDirective = /** @class */ (function (_super) {
251
+ __extends(ConnectorAnnotationsDirective, _super);
252
+ function ConnectorAnnotationsDirective() {
253
+ return _super.call(this, 'annotations') || this;
254
+ }
255
+ return ConnectorAnnotationsDirective;
256
+ }(ArrayBase));
257
+ ConnectorAnnotationsDirective.decorators = [
258
+ { type: Directive, args: [{
259
+ selector: 'e-connector>e-connector-annotations',
260
+ queries: {
261
+ children: new ContentChildren(ConnectorAnnotationDirective)
262
+ },
263
+ },] },
264
+ ];
265
+ /**
266
+ * @nocollapse
267
+ */
268
+ ConnectorAnnotationsDirective.ctorParameters = function () { return []; };
269
+ var 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'];
270
+ var outputs$4 = [];
271
+ /**
272
+ * Connectors Directive
273
+ * ```html
274
+ * <e-connectors>
275
+ * <e-connector></e-connector>
276
+ * </e-connectors>
277
+ * ```
278
+ */
279
+ var ConnectorDirective = /** @class */ (function (_super) {
280
+ __extends(ConnectorDirective, _super);
281
+ /**
282
+ * @param {?} viewContainerRef
283
+ */
284
+ function ConnectorDirective(viewContainerRef) {
285
+ var _this = _super.call(this) || this;
286
+ _this.viewContainerRef = viewContainerRef;
287
+ _this.tags = ['fixedUserHandles', 'annotations'];
288
+ setValue('currentInstance', _this, _this.viewContainerRef);
289
+ _this.registerEvents(outputs$4);
290
+ _this.directivePropList = input$4;
291
+ return _this;
292
+ }
293
+ return ConnectorDirective;
294
+ }(ComplexBase));
295
+ ConnectorDirective.decorators = [
296
+ { type: Directive, args: [{
297
+ selector: 'e-connectors>e-connector',
298
+ inputs: input$4,
299
+ outputs: outputs$4,
300
+ queries: {
301
+ childFixedUserHandles: new ContentChild(ConnectorFixedUserHandlesDirective),
302
+ childAnnotations: new ContentChild(ConnectorAnnotationsDirective)
303
+ }
304
+ },] },
305
+ ];
306
+ /**
307
+ * @nocollapse
308
+ */
309
+ ConnectorDirective.ctorParameters = function () { return [
310
+ { type: ViewContainerRef, },
311
+ ]; };
312
+ /**
313
+ * Connector Array Directive
314
+ */
315
+ var ConnectorsDirective = /** @class */ (function (_super) {
316
+ __extends(ConnectorsDirective, _super);
317
+ function ConnectorsDirective() {
318
+ return _super.call(this, 'connectors') || this;
319
+ }
320
+ return ConnectorsDirective;
321
+ }(ArrayBase));
322
+ ConnectorsDirective.decorators = [
323
+ { type: Directive, args: [{
324
+ selector: 'ej-diagram>e-connectors',
325
+ queries: {
326
+ children: new ContentChildren(ConnectorDirective)
327
+ },
328
+ },] },
329
+ ];
330
+ /**
331
+ * @nocollapse
332
+ */
333
+ ConnectorsDirective.ctorParameters = function () { return []; };
334
+ var input$5 = ['cornerRadius', 'fill', 'handleStrokeColor', 'handleStrokeWidth', 'height', 'iconStrokeColor', 'iconStrokeWidth', 'id', 'margin', 'offset', 'padding', 'pathData', 'tooltip', 'visibility', 'width'];
335
+ var outputs$5 = [];
336
+ /**
337
+ * Nodes Directive
338
+ * ```html
339
+ * <e-nodes>
340
+ * <e-node>
341
+ * <e-node-fixeduserhandles>
342
+ * <e-node-fixeduserhandle>
343
+ * </e-node-fixeduserhandle>
344
+ * </e-node-fixeduserhandles>
345
+ * </e-node>
346
+ * </e-nodes>
347
+ * ```
348
+ */
349
+ var NodeFixedUserHandleDirective = /** @class */ (function (_super) {
350
+ __extends(NodeFixedUserHandleDirective, _super);
351
+ /**
352
+ * @param {?} viewContainerRef
353
+ */
354
+ function NodeFixedUserHandleDirective(viewContainerRef) {
355
+ var _this = _super.call(this) || this;
356
+ _this.viewContainerRef = viewContainerRef;
357
+ setValue('currentInstance', _this, _this.viewContainerRef);
358
+ _this.registerEvents(outputs$5);
359
+ _this.directivePropList = input$5;
360
+ return _this;
361
+ }
362
+ return NodeFixedUserHandleDirective;
363
+ }(ComplexBase));
364
+ NodeFixedUserHandleDirective.decorators = [
365
+ { type: Directive, args: [{
366
+ selector: 'e-node>e-node-fixeduserhandles>e-node-fixeduserhandle',
367
+ inputs: input$5,
368
+ outputs: outputs$5,
369
+ queries: {}
370
+ },] },
371
+ ];
372
+ /**
373
+ * @nocollapse
374
+ */
375
+ NodeFixedUserHandleDirective.ctorParameters = function () { return [
376
+ { type: ViewContainerRef, },
377
+ ]; };
378
+ /**
379
+ * NodeFixedUserHandle Array Directive
380
+ */
381
+ var NodeFixedUserHandlesDirective = /** @class */ (function (_super) {
382
+ __extends(NodeFixedUserHandlesDirective, _super);
383
+ function NodeFixedUserHandlesDirective() {
384
+ return _super.call(this, 'fixeduserhandles') || this;
385
+ }
386
+ return NodeFixedUserHandlesDirective;
387
+ }(ArrayBase));
388
+ NodeFixedUserHandlesDirective.decorators = [
389
+ { type: Directive, args: [{
390
+ selector: 'e-node>e-node-fixeduserhandles',
391
+ queries: {
392
+ children: new ContentChildren(NodeFixedUserHandleDirective)
393
+ },
394
+ },] },
395
+ ];
396
+ /**
397
+ * @nocollapse
398
+ */
399
+ NodeFixedUserHandlesDirective.ctorParameters = function () { return []; };
400
+ var input$6 = ['addInfo', 'annotationType', 'constraints', 'content', 'dragLimit', 'height', 'horizontalAlignment', 'hyperlink', 'id', 'margin', 'offset', 'rotateAngle', 'rotationReference', 'style', 'template', 'tooltip', 'type', 'verticalAlignment', 'visibility', 'width'];
401
+ var outputs$6 = [];
402
+ /**
403
+ * Nodes Directive
404
+ * ```html
405
+ * <e-nodes>
406
+ * <e-node>
407
+ * <e-node-annotations>
408
+ * <e-node-annotation>
409
+ * </e-node-annotation>
410
+ * </e-node-annotations>
411
+ * </e-node>
412
+ * </e-nodes>
413
+ * ```
414
+ */
415
+ var NodeAnnotationDirective = /** @class */ (function (_super) {
416
+ __extends(NodeAnnotationDirective, _super);
417
+ /**
418
+ * @param {?} viewContainerRef
419
+ */
420
+ function NodeAnnotationDirective(viewContainerRef) {
421
+ var _this = _super.call(this) || this;
422
+ _this.viewContainerRef = viewContainerRef;
423
+ setValue('currentInstance', _this, _this.viewContainerRef);
424
+ _this.registerEvents(outputs$6);
425
+ _this.directivePropList = input$6;
426
+ return _this;
427
+ }
428
+ return NodeAnnotationDirective;
429
+ }(ComplexBase));
430
+ NodeAnnotationDirective.decorators = [
431
+ { type: Directive, args: [{
432
+ selector: 'e-node>e-node-annotations>e-node-annotation',
433
+ inputs: input$6,
434
+ outputs: outputs$6,
435
+ queries: {}
436
+ },] },
437
+ ];
438
+ /**
439
+ * @nocollapse
440
+ */
441
+ NodeAnnotationDirective.ctorParameters = function () { return [
442
+ { type: ViewContainerRef, },
443
+ ]; };
444
+ /**
445
+ * NodeAnnotation Array Directive
446
+ */
447
+ var NodeAnnotationsDirective = /** @class */ (function (_super) {
448
+ __extends(NodeAnnotationsDirective, _super);
449
+ function NodeAnnotationsDirective() {
450
+ return _super.call(this, 'annotations') || this;
451
+ }
452
+ return NodeAnnotationsDirective;
453
+ }(ArrayBase));
454
+ NodeAnnotationsDirective.decorators = [
455
+ { type: Directive, args: [{
456
+ selector: 'e-node>e-node-annotations',
457
+ queries: {
458
+ children: new ContentChildren(NodeAnnotationDirective)
459
+ },
460
+ },] },
461
+ ];
462
+ /**
463
+ * @nocollapse
464
+ */
465
+ NodeAnnotationsDirective.ctorParameters = function () { return []; };
466
+ var input$7 = ['addInfo', 'connectionDirection', 'constraints', 'height', 'horizontalAlignment', 'id', 'inEdges', 'margin', 'offset', 'outEdges', 'pathData', 'shape', 'style', 'tooltip', 'verticalAlignment', 'visibility', 'width'];
467
+ var outputs$7 = [];
468
+ /**
469
+ * Nodes Directive
470
+ * ```html
471
+ * <e-nodes>
472
+ * <e-node>
473
+ * <e-node-ports>
474
+ * <e-node-port>
475
+ * </e-node-port>
476
+ * </e-node-ports>
477
+ * </e-node>
478
+ * </e-nodes>
479
+ * ```
480
+ */
481
+ var PortDirective = /** @class */ (function (_super) {
482
+ __extends(PortDirective, _super);
483
+ /**
484
+ * @param {?} viewContainerRef
485
+ */
486
+ function PortDirective(viewContainerRef) {
487
+ var _this = _super.call(this) || this;
488
+ _this.viewContainerRef = viewContainerRef;
489
+ setValue('currentInstance', _this, _this.viewContainerRef);
490
+ _this.registerEvents(outputs$7);
491
+ _this.directivePropList = input$7;
492
+ return _this;
493
+ }
494
+ return PortDirective;
495
+ }(ComplexBase));
496
+ PortDirective.decorators = [
497
+ { type: Directive, args: [{
498
+ selector: 'e-node>e-node-ports>e-node-port',
499
+ inputs: input$7,
500
+ outputs: outputs$7,
501
+ queries: {}
502
+ },] },
503
+ ];
504
+ /**
505
+ * @nocollapse
506
+ */
507
+ PortDirective.ctorParameters = function () { return [
508
+ { type: ViewContainerRef, },
509
+ ]; };
510
+ /**
511
+ * Port Array Directive
512
+ */
513
+ var PortsDirective = /** @class */ (function (_super) {
514
+ __extends(PortsDirective, _super);
515
+ function PortsDirective() {
516
+ return _super.call(this, 'ports') || this;
517
+ }
518
+ return PortsDirective;
519
+ }(ArrayBase));
520
+ PortsDirective.decorators = [
521
+ { type: Directive, args: [{
522
+ selector: 'e-node>e-node-ports',
523
+ queries: {
524
+ children: new ContentChildren(PortDirective)
525
+ },
526
+ },] },
527
+ ];
528
+ /**
529
+ * @nocollapse
530
+ */
531
+ PortsDirective.ctorParameters = function () { return []; };
532
+ var 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'];
533
+ var outputs$8 = [];
534
+ /**
535
+ * Nodes Directive
536
+ * ```html
537
+ * <e-nodes>
538
+ * <e-node></e-node>
539
+ * </e-nodes>
540
+ * ```
541
+ */
542
+ var NodeDirective = /** @class */ (function (_super) {
543
+ __extends(NodeDirective, _super);
544
+ /**
545
+ * @param {?} viewContainerRef
546
+ */
547
+ function NodeDirective(viewContainerRef) {
548
+ var _this = _super.call(this) || this;
549
+ _this.viewContainerRef = viewContainerRef;
550
+ _this.tags = ['fixedUserHandles', 'annotations', 'ports'];
551
+ setValue('currentInstance', _this, _this.viewContainerRef);
552
+ _this.registerEvents(outputs$8);
553
+ _this.directivePropList = input$8;
554
+ return _this;
555
+ }
556
+ return NodeDirective;
557
+ }(ComplexBase));
558
+ NodeDirective.decorators = [
559
+ { type: Directive, args: [{
560
+ selector: 'e-nodes>e-node',
561
+ inputs: input$8,
562
+ outputs: outputs$8,
563
+ queries: {
564
+ childFixedUserHandles: new ContentChild(NodeFixedUserHandlesDirective),
565
+ childAnnotations: new ContentChild(NodeAnnotationsDirective),
566
+ childPorts: new ContentChild(PortsDirective)
567
+ }
568
+ },] },
569
+ ];
570
+ /**
571
+ * @nocollapse
572
+ */
573
+ NodeDirective.ctorParameters = function () { return [
574
+ { type: ViewContainerRef, },
575
+ ]; };
576
+ /**
577
+ * Node Array Directive
578
+ */
579
+ var NodesDirective = /** @class */ (function (_super) {
580
+ __extends(NodesDirective, _super);
581
+ function NodesDirective() {
582
+ return _super.call(this, 'nodes') || this;
583
+ }
584
+ return NodesDirective;
585
+ }(ArrayBase));
586
+ NodesDirective.decorators = [
587
+ { type: Directive, args: [{
588
+ selector: 'ej-diagram>e-nodes',
589
+ queries: {
590
+ children: new ContentChildren(NodeDirective)
591
+ },
592
+ },] },
593
+ ];
594
+ /**
595
+ * @nocollapse
596
+ */
597
+ NodesDirective.ctorParameters = function () { return []; };
598
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
599
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
600
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
601
+ r = Reflect.decorate(decorators, target, key, desc);
602
+ else
603
+ for (var i = decorators.length - 1; i >= 0; i--)
604
+ if (d = decorators[i])
605
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
606
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
607
+ };
608
+ var __metadata = (this && this.__metadata) || function (k, v) {
609
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
610
+ return Reflect.metadata(k, v);
611
+ };
612
+ var 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'];
613
+ var 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'];
614
+ var twoWays = [''];
615
+ /**
616
+ * Diagram Component
617
+ * ```html
618
+ * <ej-diagram></ej-diagram>
619
+ * ```
620
+ */
621
+ var DiagramComponent = /** @class */ (function (_super) {
622
+ __extends(DiagramComponent, _super);
623
+ /**
624
+ * @param {?} ngEle
625
+ * @param {?} srenderer
626
+ * @param {?} viewContainerRef
627
+ * @param {?} injector
628
+ */
629
+ function DiagramComponent(ngEle, srenderer, viewContainerRef, injector) {
630
+ var _this = _super.call(this) || this;
631
+ _this.ngEle = ngEle;
632
+ _this.srenderer = srenderer;
633
+ _this.viewContainerRef = viewContainerRef;
634
+ _this.injector = injector;
635
+ _this.tags = ['layers', 'customCursor', 'connectors', 'nodes'];
636
+ _this.element = _this.ngEle.nativeElement;
637
+ _this.injectedModules = _this.injectedModules || [];
638
+ try {
639
+ var mod = _this.injector.get('DiagramsHierarchicalTree');
640
+ if (_this.injectedModules.indexOf(mod) === -1) {
641
+ _this.injectedModules.push(mod);
642
+ }
643
+ }
644
+ catch (_a) { }
645
+ try {
646
+ var mod = _this.injector.get('DiagramsMindMap');
647
+ if (_this.injectedModules.indexOf(mod) === -1) {
648
+ _this.injectedModules.push(mod);
649
+ }
650
+ }
651
+ catch (_b) { }
652
+ try {
653
+ var mod = _this.injector.get('DiagramsRadialTree');
654
+ if (_this.injectedModules.indexOf(mod) === -1) {
655
+ _this.injectedModules.push(mod);
656
+ }
657
+ }
658
+ catch (_c) { }
659
+ try {
660
+ var mod = _this.injector.get('DiagramsComplexHierarchicalTree');
661
+ if (_this.injectedModules.indexOf(mod) === -1) {
662
+ _this.injectedModules.push(mod);
663
+ }
664
+ }
665
+ catch (_d) { }
666
+ try {
667
+ var mod = _this.injector.get('DiagramsDataBinding');
668
+ if (_this.injectedModules.indexOf(mod) === -1) {
669
+ _this.injectedModules.push(mod);
670
+ }
671
+ }
672
+ catch (_e) { }
673
+ try {
674
+ var mod = _this.injector.get('DiagramsSnapping');
675
+ if (_this.injectedModules.indexOf(mod) === -1) {
676
+ _this.injectedModules.push(mod);
677
+ }
678
+ }
679
+ catch (_f) { }
680
+ try {
681
+ var mod = _this.injector.get('DiagramsPrintAndExport');
682
+ if (_this.injectedModules.indexOf(mod) === -1) {
683
+ _this.injectedModules.push(mod);
684
+ }
685
+ }
686
+ catch (_g) { }
687
+ try {
688
+ var mod = _this.injector.get('DiagramsBpmnDiagrams');
689
+ if (_this.injectedModules.indexOf(mod) === -1) {
690
+ _this.injectedModules.push(mod);
691
+ }
692
+ }
693
+ catch (_h) { }
694
+ try {
695
+ var mod = _this.injector.get('DiagramsSymmetricLayout');
696
+ if (_this.injectedModules.indexOf(mod) === -1) {
697
+ _this.injectedModules.push(mod);
698
+ }
699
+ }
700
+ catch (_j) { }
701
+ try {
702
+ var mod = _this.injector.get('DiagramsConnectorBridging');
703
+ if (_this.injectedModules.indexOf(mod) === -1) {
704
+ _this.injectedModules.push(mod);
705
+ }
706
+ }
707
+ catch (_k) { }
708
+ try {
709
+ var mod = _this.injector.get('DiagramsUndoRedo');
710
+ if (_this.injectedModules.indexOf(mod) === -1) {
711
+ _this.injectedModules.push(mod);
712
+ }
713
+ }
714
+ catch (_l) { }
715
+ try {
716
+ var mod = _this.injector.get('DiagramsDiagramCollaboration');
717
+ if (_this.injectedModules.indexOf(mod) === -1) {
718
+ _this.injectedModules.push(mod);
719
+ }
720
+ }
721
+ catch (_m) { }
722
+ try {
723
+ var mod = _this.injector.get('DiagramsLayoutAnimation');
724
+ if (_this.injectedModules.indexOf(mod) === -1) {
725
+ _this.injectedModules.push(mod);
726
+ }
727
+ }
728
+ catch (_o) { }
729
+ try {
730
+ var mod = _this.injector.get('DiagramsDiagramContextMenu');
731
+ if (_this.injectedModules.indexOf(mod) === -1) {
732
+ _this.injectedModules.push(mod);
733
+ }
734
+ }
735
+ catch (_p) { }
736
+ try {
737
+ var mod = _this.injector.get('DiagramsLineRouting');
738
+ if (_this.injectedModules.indexOf(mod) === -1) {
739
+ _this.injectedModules.push(mod);
740
+ }
741
+ }
742
+ catch (_q) { }
743
+ try {
744
+ var mod = _this.injector.get('DiagramsAvoidLineOverlapping');
745
+ if (_this.injectedModules.indexOf(mod) === -1) {
746
+ _this.injectedModules.push(mod);
747
+ }
748
+ }
749
+ catch (_r) { }
750
+ try {
751
+ var mod = _this.injector.get('DiagramsConnectorEditing');
752
+ if (_this.injectedModules.indexOf(mod) === -1) {
753
+ _this.injectedModules.push(mod);
754
+ }
755
+ }
756
+ catch (_s) { }
757
+ try {
758
+ var mod = _this.injector.get('DiagramsLineDistribution');
759
+ if (_this.injectedModules.indexOf(mod) === -1) {
760
+ _this.injectedModules.push(mod);
761
+ }
762
+ }
763
+ catch (_t) { }
764
+ try {
765
+ var mod = _this.injector.get('DiagramsEj1Serialization');
766
+ if (_this.injectedModules.indexOf(mod) === -1) {
767
+ _this.injectedModules.push(mod);
768
+ }
769
+ }
770
+ catch (_u) { }
771
+ try {
772
+ var mod = _this.injector.get('DiagramsFlowchartLayout');
773
+ if (_this.injectedModules.indexOf(mod) === -1) {
774
+ _this.injectedModules.push(mod);
775
+ }
776
+ }
777
+ catch (_v) { }
778
+ try {
779
+ var mod = _this.injector.get('DiagramsImportAndExportVisio');
780
+ if (_this.injectedModules.indexOf(mod) === -1) {
781
+ _this.injectedModules.push(mod);
782
+ }
783
+ }
784
+ catch (_w) { }
785
+ _this.registerEvents(outputs$9);
786
+ _this.addTwoWay.call(_this, twoWays);
787
+ setValue('currentInstance', _this, _this.viewContainerRef);
788
+ _this.context = new ComponentBase();
789
+ return _this;
790
+ }
791
+ /**
792
+ * @return {?}
793
+ */
794
+ DiagramComponent.prototype.ngOnInit = function () {
795
+ this.context.ngOnInit(this);
796
+ };
797
+ /**
798
+ * @return {?}
799
+ */
800
+ DiagramComponent.prototype.ngAfterViewInit = function () {
801
+ this.context.ngAfterViewInit(this);
802
+ };
803
+ /**
804
+ * @return {?}
805
+ */
806
+ DiagramComponent.prototype.ngOnDestroy = function () {
807
+ this.context.ngOnDestroy(this);
808
+ };
809
+ /**
810
+ * @return {?}
811
+ */
812
+ DiagramComponent.prototype.ngAfterContentChecked = function () {
813
+ this.tagObjects[0].instance = this.childLayers;
814
+ if (this.childCustomCursor) {
815
+ this.tagObjects[1].instance = this.childCustomCursor;
816
+ }
817
+ if (this.childConnectors) {
818
+ this.tagObjects[2].instance = this.childConnectors;
819
+ }
820
+ if (this.childNodes) {
821
+ this.tagObjects[3].instance = this.childNodes;
822
+ }
823
+ this.context.ngAfterContentChecked(this);
824
+ };
825
+ return DiagramComponent;
826
+ }(Diagram));
827
+ DiagramComponent.decorators = [
828
+ { type: Component, args: [{
829
+ selector: 'ejs-diagram',
830
+ inputs: inputs,
831
+ outputs: outputs$9,
832
+ template: '',
833
+ changeDetection: ChangeDetectionStrategy.OnPush,
834
+ queries: {
835
+ childLayers: new ContentChild(LayersDirective),
836
+ childCustomCursor: new ContentChild(CustomCursorsDirective),
837
+ childConnectors: new ContentChild(ConnectorsDirective),
838
+ childNodes: new ContentChild(NodesDirective)
839
+ }
840
+ },] },
841
+ ];
842
+ /**
843
+ * @nocollapse
844
+ */
845
+ DiagramComponent.ctorParameters = function () { return [
846
+ { type: ElementRef, },
847
+ { type: Renderer2, },
848
+ { type: ViewContainerRef, },
849
+ { type: Injector, },
850
+ ]; };
851
+ DiagramComponent.propDecorators = {
852
+ 'annotationTemplate': [{ type: ContentChild, args: ['annotationTemplate',] },],
853
+ 'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
854
+ 'fixedUserHandleTemplate': [{ type: ContentChild, args: ['fixedUserHandleTemplate',] },],
855
+ 'userHandleTemplate': [{ type: ContentChild, args: ['userHandleTemplate',] },],
856
+ };
857
+ __decorate([
858
+ Template(),
859
+ __metadata("design:type", Object)
860
+ ], DiagramComponent.prototype, "annotationTemplate", void 0);
861
+ __decorate([
862
+ Template(),
863
+ __metadata("design:type", Object)
864
+ ], DiagramComponent.prototype, "nodeTemplate", void 0);
865
+ __decorate([
866
+ Template(),
867
+ __metadata("design:type", Object)
868
+ ], DiagramComponent.prototype, "fixedUserHandleTemplate", void 0);
869
+ __decorate([
870
+ Template(),
871
+ __metadata("design:type", Object)
872
+ ], DiagramComponent.prototype, "userHandleTemplate", void 0);
873
+ DiagramComponent = __decorate([
874
+ ComponentMixins([ComponentBase]),
875
+ __metadata("design:paramtypes", [ElementRef,
876
+ Renderer2,
877
+ ViewContainerRef,
878
+ Injector])
879
+ ], DiagramComponent);
880
+ /**
881
+ * NgModule definition for the Diagram component.
882
+ */
883
+ var DiagramModule = /** @class */ (function () {
884
+ function DiagramModule() {
885
+ }
886
+ return DiagramModule;
887
+ }());
888
+ DiagramModule.decorators = [
889
+ { type: NgModule, args: [{
890
+ imports: [CommonModule],
891
+ declarations: [
892
+ DiagramComponent,
893
+ LayerDirective,
894
+ LayersDirective,
895
+ CustomCursorDirective,
896
+ CustomCursorsDirective,
897
+ ConnectorFixedUserHandleDirective,
898
+ ConnectorFixedUserHandlesDirective,
899
+ ConnectorAnnotationDirective,
900
+ ConnectorAnnotationsDirective,
901
+ ConnectorDirective,
902
+ ConnectorsDirective,
903
+ NodeFixedUserHandleDirective,
904
+ NodeFixedUserHandlesDirective,
905
+ NodeAnnotationDirective,
906
+ NodeAnnotationsDirective,
907
+ PortDirective,
908
+ PortsDirective,
909
+ NodeDirective,
910
+ NodesDirective
911
+ ],
912
+ exports: [
913
+ DiagramComponent,
914
+ LayerDirective,
915
+ LayersDirective,
916
+ CustomCursorDirective,
917
+ CustomCursorsDirective,
918
+ ConnectorFixedUserHandleDirective,
919
+ ConnectorFixedUserHandlesDirective,
920
+ ConnectorAnnotationDirective,
921
+ ConnectorAnnotationsDirective,
922
+ ConnectorDirective,
923
+ ConnectorsDirective,
924
+ NodeFixedUserHandleDirective,
925
+ NodeFixedUserHandlesDirective,
926
+ NodeAnnotationDirective,
927
+ NodeAnnotationsDirective,
928
+ PortDirective,
929
+ PortsDirective,
930
+ NodeDirective,
931
+ NodesDirective
932
+ ]
933
+ },] },
934
+ ];
935
+ /**
936
+ * @nocollapse
937
+ */
938
+ DiagramModule.ctorParameters = function () { return []; };
939
+ var HierarchicalTreeService = { provide: 'DiagramsHierarchicalTree', useValue: HierarchicalTree };
940
+ var MindMapService = { provide: 'DiagramsMindMap', useValue: MindMap };
941
+ var RadialTreeService = { provide: 'DiagramsRadialTree', useValue: RadialTree };
942
+ var ComplexHierarchicalTreeService = { provide: 'DiagramsComplexHierarchicalTree', useValue: ComplexHierarchicalTree };
943
+ var DataBindingService = { provide: 'DiagramsDataBinding', useValue: DataBinding };
944
+ var SnappingService = { provide: 'DiagramsSnapping', useValue: Snapping };
945
+ var PrintAndExportService = { provide: 'DiagramsPrintAndExport', useValue: PrintAndExport };
946
+ var BpmnDiagramsService = { provide: 'DiagramsBpmnDiagrams', useValue: BpmnDiagrams };
947
+ var SymmetricLayoutService = { provide: 'DiagramsSymmetricLayout', useValue: SymmetricLayout };
948
+ var ConnectorBridgingService = { provide: 'DiagramsConnectorBridging', useValue: ConnectorBridging };
949
+ var UndoRedoService = { provide: 'DiagramsUndoRedo', useValue: UndoRedo };
950
+ var DiagramCollaborationService = { provide: 'DiagramsDiagramCollaboration', useValue: DiagramCollaboration };
951
+ var LayoutAnimationService = { provide: 'DiagramsLayoutAnimation', useValue: LayoutAnimation };
952
+ var DiagramContextMenuService = { provide: 'DiagramsDiagramContextMenu', useValue: DiagramContextMenu };
953
+ var LineRoutingService = { provide: 'DiagramsLineRouting', useValue: LineRouting };
954
+ var AvoidLineOverlappingService = { provide: 'DiagramsAvoidLineOverlapping', useValue: AvoidLineOverlapping };
955
+ var ConnectorEditingService = { provide: 'DiagramsConnectorEditing', useValue: ConnectorEditing };
956
+ var LineDistributionService = { provide: 'DiagramsLineDistribution', useValue: LineDistribution };
957
+ var Ej1SerializationService = { provide: 'DiagramsEj1Serialization', useValue: Ej1Serialization };
958
+ var FlowchartLayoutService = { provide: 'DiagramsFlowchartLayout', useValue: FlowchartLayout };
959
+ var ImportAndExportVisioService = { provide: 'DiagramsImportAndExportVisio', useValue: ImportAndExportVisio };
960
+ /**
961
+ * NgModule definition for the Diagram component with providers.
962
+ */
963
+ var DiagramAllModule = /** @class */ (function () {
964
+ function DiagramAllModule() {
965
+ }
966
+ return DiagramAllModule;
967
+ }());
968
+ DiagramAllModule.decorators = [
969
+ { type: NgModule, args: [{
970
+ imports: [CommonModule, DiagramModule],
971
+ exports: [
972
+ DiagramModule
973
+ ],
974
+ providers: [
975
+ HierarchicalTreeService,
976
+ MindMapService,
977
+ RadialTreeService,
978
+ ComplexHierarchicalTreeService,
979
+ DataBindingService,
980
+ SnappingService,
981
+ PrintAndExportService,
982
+ BpmnDiagramsService,
983
+ SymmetricLayoutService,
984
+ ConnectorBridgingService,
985
+ UndoRedoService,
986
+ DiagramCollaborationService,
987
+ LayoutAnimationService,
988
+ DiagramContextMenuService,
989
+ LineRoutingService,
990
+ AvoidLineOverlappingService,
991
+ ConnectorEditingService,
992
+ LineDistributionService,
993
+ Ej1SerializationService,
994
+ FlowchartLayoutService,
995
+ ImportAndExportVisioService
996
+ ]
997
+ },] },
998
+ ];
999
+ /**
1000
+ * @nocollapse
1001
+ */
1002
+ DiagramAllModule.ctorParameters = function () { return []; };
1003
+ var input$9 = ['expanded', 'height', 'iconCss', 'id', 'symbols', 'title'];
1004
+ var outputs$10 = [];
1005
+ /**
1006
+ * Palette Directive
1007
+ * ```html
1008
+ * <e-palettes><e-palette></e-palette><e-palettes>
1009
+ * ```
1010
+ */
1011
+ var PaletteDirective = /** @class */ (function (_super) {
1012
+ __extends(PaletteDirective, _super);
1013
+ /**
1014
+ * @param {?} viewContainerRef
1015
+ */
1016
+ function PaletteDirective(viewContainerRef) {
1017
+ var _this = _super.call(this) || this;
1018
+ _this.viewContainerRef = viewContainerRef;
1019
+ setValue('currentInstance', _this, _this.viewContainerRef);
1020
+ _this.registerEvents(outputs$10);
1021
+ _this.directivePropList = input$9;
1022
+ return _this;
1023
+ }
1024
+ return PaletteDirective;
1025
+ }(ComplexBase));
1026
+ PaletteDirective.decorators = [
1027
+ { type: Directive, args: [{
1028
+ selector: 'e-palettes>e-palette',
1029
+ inputs: input$9,
1030
+ outputs: outputs$10,
1031
+ queries: {}
1032
+ },] },
1033
+ ];
1034
+ /**
1035
+ * @nocollapse
1036
+ */
1037
+ PaletteDirective.ctorParameters = function () { return [
1038
+ { type: ViewContainerRef, },
1039
+ ]; };
1040
+ /**
1041
+ * Palette Array Directive
1042
+ */
1043
+ var PalettesDirective = /** @class */ (function (_super) {
1044
+ __extends(PalettesDirective, _super);
1045
+ function PalettesDirective() {
1046
+ return _super.call(this, 'palettes') || this;
1047
+ }
1048
+ return PalettesDirective;
1049
+ }(ArrayBase));
1050
+ PalettesDirective.decorators = [
1051
+ { type: Directive, args: [{
1052
+ selector: 'ejs-symbolpalette>e-palettes',
1053
+ queries: {
1054
+ children: new ContentChildren(PaletteDirective)
1055
+ },
1056
+ },] },
1057
+ ];
1058
+ /**
1059
+ * @nocollapse
1060
+ */
1061
+ PalettesDirective.ctorParameters = function () { return []; };
1062
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
1063
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1064
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1065
+ r = Reflect.decorate(decorators, target, key, desc);
1066
+ else
1067
+ for (var i = decorators.length - 1; i >= 0; i--)
1068
+ if (d = decorators[i])
1069
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1070
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1071
+ };
1072
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
1073
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1074
+ return Reflect.metadata(k, v);
1075
+ };
1076
+ var 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'];
1077
+ var outputs$11 = ['paletteExpanding', 'paletteSelectionChange'];
1078
+ var twoWays$1 = [''];
1079
+ /**
1080
+ * SymbolPalette Component
1081
+ * ```html
1082
+ * <ej-symbol-palette></ej-symbol-palette>
1083
+ * ```
1084
+ */
1085
+ var SymbolPaletteComponent = /** @class */ (function (_super) {
1086
+ __extends(SymbolPaletteComponent, _super);
1087
+ /**
1088
+ * @param {?} ngEle
1089
+ * @param {?} srenderer
1090
+ * @param {?} viewContainerRef
1091
+ * @param {?} injector
1092
+ */
1093
+ function SymbolPaletteComponent(ngEle, srenderer, viewContainerRef, injector) {
1094
+ var _this = _super.call(this) || this;
1095
+ _this.ngEle = ngEle;
1096
+ _this.srenderer = srenderer;
1097
+ _this.viewContainerRef = viewContainerRef;
1098
+ _this.injector = injector;
1099
+ _this.tags = ['palettes'];
1100
+ _this.element = _this.ngEle.nativeElement;
1101
+ _this.injectedModules = _this.injectedModules || [];
1102
+ try {
1103
+ var mod = _this.injector.get('DiagramsBpmnDiagrams');
1104
+ if (_this.injectedModules.indexOf(mod) === -1) {
1105
+ _this.injectedModules.push(mod);
1106
+ }
1107
+ }
1108
+ catch (_a) { }
1109
+ _this.registerEvents(outputs$11);
1110
+ _this.addTwoWay.call(_this, twoWays$1);
1111
+ setValue('currentInstance', _this, _this.viewContainerRef);
1112
+ _this.context = new ComponentBase();
1113
+ return _this;
1114
+ }
1115
+ /**
1116
+ * @return {?}
1117
+ */
1118
+ SymbolPaletteComponent.prototype.ngOnInit = function () {
1119
+ this.context.ngOnInit(this);
1120
+ };
1121
+ /**
1122
+ * @return {?}
1123
+ */
1124
+ SymbolPaletteComponent.prototype.ngAfterViewInit = function () {
1125
+ this.context.ngAfterViewInit(this);
1126
+ };
1127
+ /**
1128
+ * @return {?}
1129
+ */
1130
+ SymbolPaletteComponent.prototype.ngOnDestroy = function () {
1131
+ this.context.ngOnDestroy(this);
1132
+ };
1133
+ /**
1134
+ * @return {?}
1135
+ */
1136
+ SymbolPaletteComponent.prototype.ngAfterContentChecked = function () {
1137
+ this.tagObjects[0].instance = this.childPalettes;
1138
+ this.context.ngAfterContentChecked(this);
1139
+ };
1140
+ return SymbolPaletteComponent;
1141
+ }(SymbolPalette));
1142
+ SymbolPaletteComponent.decorators = [
1143
+ { type: Component, args: [{
1144
+ selector: 'ejs-symbolpalette',
1145
+ inputs: inputs$1,
1146
+ outputs: outputs$11,
1147
+ template: '',
1148
+ changeDetection: ChangeDetectionStrategy.OnPush,
1149
+ queries: {
1150
+ childPalettes: new ContentChild(PalettesDirective)
1151
+ }
1152
+ },] },
1153
+ ];
1154
+ /**
1155
+ * @nocollapse
1156
+ */
1157
+ SymbolPaletteComponent.ctorParameters = function () { return [
1158
+ { type: ElementRef, },
1159
+ { type: Renderer2, },
1160
+ { type: ViewContainerRef, },
1161
+ { type: Injector, },
1162
+ ]; };
1163
+ SymbolPaletteComponent.propDecorators = {
1164
+ 'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
1165
+ };
1166
+ __decorate$1([
1167
+ Template(),
1168
+ __metadata$1("design:type", Object)
1169
+ ], SymbolPaletteComponent.prototype, "nodeTemplate", void 0);
1170
+ SymbolPaletteComponent = __decorate$1([
1171
+ ComponentMixins([ComponentBase]),
1172
+ __metadata$1("design:paramtypes", [ElementRef,
1173
+ Renderer2,
1174
+ ViewContainerRef,
1175
+ Injector])
1176
+ ], SymbolPaletteComponent);
1177
+ /**
1178
+ * NgModule definition for the SymbolPalette component.
1179
+ */
1180
+ var SymbolPaletteModule = /** @class */ (function () {
1181
+ function SymbolPaletteModule() {
1182
+ }
1183
+ return SymbolPaletteModule;
1184
+ }());
1185
+ SymbolPaletteModule.decorators = [
1186
+ { type: NgModule, args: [{
1187
+ imports: [CommonModule],
1188
+ declarations: [
1189
+ SymbolPaletteComponent,
1190
+ PaletteDirective,
1191
+ PalettesDirective
1192
+ ],
1193
+ exports: [
1194
+ SymbolPaletteComponent,
1195
+ PaletteDirective,
1196
+ PalettesDirective
1197
+ ]
1198
+ },] },
1199
+ ];
1200
+ /**
1201
+ * @nocollapse
1202
+ */
1203
+ SymbolPaletteModule.ctorParameters = function () { return []; };
1204
+ /**
1205
+ * NgModule definition for the SymbolPalette component with providers.
1206
+ */
1207
+ var SymbolPaletteAllModule = /** @class */ (function () {
1208
+ function SymbolPaletteAllModule() {
1209
+ }
1210
+ return SymbolPaletteAllModule;
1211
+ }());
1212
+ SymbolPaletteAllModule.decorators = [
1213
+ { type: NgModule, args: [{
1214
+ imports: [CommonModule, SymbolPaletteModule],
1215
+ exports: [
1216
+ SymbolPaletteModule
1217
+ ],
1218
+ providers: []
1219
+ },] },
1220
+ ];
1221
+ /**
1222
+ * @nocollapse
1223
+ */
1224
+ SymbolPaletteAllModule.ctorParameters = function () { return []; };
1225
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
1226
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1227
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1228
+ r = Reflect.decorate(decorators, target, key, desc);
1229
+ else
1230
+ for (var i = decorators.length - 1; i >= 0; i--)
1231
+ if (d = decorators[i])
1232
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1233
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1234
+ };
1235
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
1236
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1237
+ return Reflect.metadata(k, v);
1238
+ };
1239
+ var inputs$2 = ['enablePersistence', 'enableRtl', 'height', 'locale', 'sourceID', 'width'];
1240
+ var outputs$12 = ['created'];
1241
+ var twoWays$2 = [''];
1242
+ /**
1243
+ * Overview Component
1244
+ * ```html
1245
+ * <ej-overview></ej-overview>
1246
+ * ```
1247
+ */
1248
+ var OverviewComponent = /** @class */ (function (_super) {
1249
+ __extends(OverviewComponent, _super);
1250
+ /**
1251
+ * @param {?} ngEle
1252
+ * @param {?} srenderer
1253
+ * @param {?} viewContainerRef
1254
+ * @param {?} injector
1255
+ */
1256
+ function OverviewComponent(ngEle, srenderer, viewContainerRef, injector) {
1257
+ var _this = _super.call(this) || this;
1258
+ _this.ngEle = ngEle;
1259
+ _this.srenderer = srenderer;
1260
+ _this.viewContainerRef = viewContainerRef;
1261
+ _this.injector = injector;
1262
+ _this.tags = [''];
1263
+ _this.element = _this.ngEle.nativeElement;
1264
+ _this.injectedModules = _this.injectedModules || [];
1265
+ _this.registerEvents(outputs$12);
1266
+ _this.addTwoWay.call(_this, twoWays$2);
1267
+ setValue('currentInstance', _this, _this.viewContainerRef);
1268
+ _this.context = new ComponentBase();
1269
+ return _this;
1270
+ }
1271
+ /**
1272
+ * @return {?}
1273
+ */
1274
+ OverviewComponent.prototype.ngOnInit = function () {
1275
+ this.context.ngOnInit(this);
1276
+ };
1277
+ /**
1278
+ * @return {?}
1279
+ */
1280
+ OverviewComponent.prototype.ngAfterViewInit = function () {
1281
+ this.context.ngAfterViewInit(this);
1282
+ };
1283
+ /**
1284
+ * @return {?}
1285
+ */
1286
+ OverviewComponent.prototype.ngOnDestroy = function () {
1287
+ this.context.ngOnDestroy(this);
1288
+ };
1289
+ /**
1290
+ * @return {?}
1291
+ */
1292
+ OverviewComponent.prototype.ngAfterContentChecked = function () {
1293
+ this.context.ngAfterContentChecked(this);
1294
+ };
1295
+ return OverviewComponent;
1296
+ }(Overview));
1297
+ OverviewComponent.decorators = [
1298
+ { type: Component, args: [{
1299
+ selector: 'ejs-overview',
1300
+ inputs: inputs$2,
1301
+ outputs: outputs$12,
1302
+ template: '',
1303
+ changeDetection: ChangeDetectionStrategy.OnPush,
1304
+ queries: {}
1305
+ },] },
1306
+ ];
1307
+ /**
1308
+ * @nocollapse
1309
+ */
1310
+ OverviewComponent.ctorParameters = function () { return [
1311
+ { type: ElementRef, },
1312
+ { type: Renderer2, },
1313
+ { type: ViewContainerRef, },
1314
+ { type: Injector, },
1315
+ ]; };
1316
+ OverviewComponent = __decorate$2([
1317
+ ComponentMixins([ComponentBase]),
1318
+ __metadata$2("design:paramtypes", [ElementRef,
1319
+ Renderer2,
1320
+ ViewContainerRef,
1321
+ Injector])
1322
+ ], OverviewComponent);
1323
+ /**
1324
+ * NgModule definition for the Overview component.
1325
+ */
1326
+ var OverviewModule = /** @class */ (function () {
1327
+ function OverviewModule() {
1328
+ }
1329
+ return OverviewModule;
1330
+ }());
1331
+ OverviewModule.decorators = [
1332
+ { type: NgModule, args: [{
1333
+ imports: [CommonModule],
1334
+ declarations: [
1335
+ OverviewComponent
1336
+ ],
1337
+ exports: [
1338
+ OverviewComponent
1339
+ ]
1340
+ },] },
1341
+ ];
1342
+ /**
1343
+ * @nocollapse
1344
+ */
1345
+ OverviewModule.ctorParameters = function () { return []; };
1346
+ /**
1347
+ * NgModule definition for the Overview component with providers.
1348
+ */
1349
+ var OverviewAllModule = /** @class */ (function () {
1350
+ function OverviewAllModule() {
1351
+ }
1352
+ return OverviewAllModule;
1353
+ }());
1354
+ OverviewAllModule.decorators = [
1355
+ { type: NgModule, args: [{
1356
+ imports: [CommonModule, OverviewModule],
1357
+ exports: [
1358
+ OverviewModule
1359
+ ],
1360
+ providers: []
1361
+ },] },
1362
+ ];
1363
+ /**
1364
+ * @nocollapse
1365
+ */
1366
+ OverviewAllModule.ctorParameters = function () { return []; };
1367
+ /**
1368
+ * Generated bundle index. Do not edit.
1369
+ */
1370
+ 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 };
1371
+ 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';
1372
+ //# sourceMappingURL=ej2-angular-diagrams.es5.js.map