@syncfusion/ej2-angular-diagrams 28.2.12-ngcc → 28.2.12
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.
- package/CHANGELOG.md +2087 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/diagram/connector-annotation.directive.mjs +59 -0
- package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +59 -0
- package/esm2020/src/diagram/connectors.directive.mjs +60 -0
- package/esm2020/src/diagram/customcursor.directive.mjs +54 -0
- package/esm2020/src/diagram/diagram-all.module.mjs +80 -0
- package/esm2020/src/diagram/diagram.component.mjs +224 -0
- package/esm2020/src/diagram/diagram.module.mjs +106 -0
- package/esm2020/src/diagram/layers.directive.mjs +54 -0
- package/esm2020/src/diagram/node-annotation.directive.mjs +59 -0
- package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +59 -0
- package/esm2020/src/diagram/nodes.directive.mjs +62 -0
- package/esm2020/src/diagram/ports.directive.mjs +59 -0
- package/esm2020/src/index.mjs +21 -0
- package/esm2020/src/overview/overview-all.module.mjs +23 -0
- package/esm2020/src/overview/overview.component.mjs +60 -0
- package/esm2020/src/overview/overview.module.mjs +25 -0
- package/esm2020/src/symbol-palette/palettes.directive.mjs +52 -0
- package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +23 -0
- package/esm2020/src/symbol-palette/symbolpalette.component.mjs +71 -0
- package/esm2020/src/symbol-palette/symbolpalette.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-diagrams.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +1143 -0
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +1143 -0
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
- package/package.json +25 -12
- package/src/diagram/connector-annotation.directive.d.ts +5 -0
- package/src/diagram/connector-fixeduserhandle.directive.d.ts +5 -0
- package/src/diagram/connectors.directive.d.ts +6 -1
- package/src/diagram/customcursor.directive.d.ts +5 -0
- package/src/diagram/diagram-all.module.d.ts +6 -0
- package/src/diagram/diagram.component.d.ts +3 -0
- package/src/diagram/diagram.module.d.ts +15 -0
- package/src/diagram/layers.directive.d.ts +5 -0
- package/src/diagram/node-annotation.directive.d.ts +5 -0
- package/src/diagram/node-fixeduserhandle.directive.d.ts +5 -0
- package/src/diagram/nodes.directive.d.ts +10 -5
- package/src/diagram/ports.directive.d.ts +5 -0
- package/src/overview/overview-all.module.d.ts +6 -0
- package/src/overview/overview.component.d.ts +3 -0
- package/src/overview/overview.module.d.ts +6 -0
- package/src/symbol-palette/palettes.directive.d.ts +5 -0
- package/src/symbol-palette/symbolpalette-all.module.d.ts +6 -0
- package/src/symbol-palette/symbolpalette.component.d.ts +3 -0
- package/src/symbol-palette/symbolpalette.module.d.ts +7 -0
- package/syncfusion-ej2-angular-diagrams.d.ts +5 -0
- package/@syncfusion/ej2-angular-diagrams.es5.js +0 -1333
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-diagrams.js +0 -1252
- package/@syncfusion/ej2-angular-diagrams.js.map +0 -1
- package/dist/ej2-angular-diagrams.umd.js +0 -1760
- package/dist/ej2-angular-diagrams.umd.js.map +0 -1
- package/dist/ej2-angular-diagrams.umd.min.js +0 -11
- package/dist/ej2-angular-diagrams.umd.min.js.map +0 -1
- package/ej2-angular-diagrams.d.ts +0 -7
- package/ej2-angular-diagrams.metadata.json +0 -1
- package/license +0 -10
@@ -1,1760 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* filename: ej2-angular-diagrams.umd.js
|
3
|
-
* version : 28.2.12
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
5
|
-
* Use of this code is subject to the terms of our license.
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
8
|
-
* applicable laws.
|
9
|
-
*/
|
10
|
-
(function (global, factory) {
|
11
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-diagrams'), require('@angular/common')) :
|
12
|
-
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-diagrams', '@angular/common'], factory) :
|
13
|
-
(factory((global['ej2-angular-diagrams'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.diagrams,global.ng.common));
|
14
|
-
}(this, (function (exports,core,ej2AngularBase,ej2Diagrams,common) { 'use strict';
|
15
|
-
|
16
|
-
var __extends = (this && this.__extends) || (function () {
|
17
|
-
var extendStatics = Object.setPrototypeOf ||
|
18
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
19
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
20
|
-
return function (d, b) {
|
21
|
-
extendStatics(d, b);
|
22
|
-
function __() { this.constructor = d; }
|
23
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
24
|
-
};
|
25
|
-
})();
|
26
|
-
var input = ['addInfo', 'id', 'lock', 'objects', 'visible', 'zIndex'];
|
27
|
-
var outputs = [];
|
28
|
-
/**
|
29
|
-
* Layers Directive
|
30
|
-
* ```html
|
31
|
-
* <e-layers>
|
32
|
-
* <e-layer></e-layer>
|
33
|
-
* </e-layers>
|
34
|
-
* ```
|
35
|
-
*/
|
36
|
-
var LayerDirective = /** @class */ (function (_super) {
|
37
|
-
__extends(LayerDirective, _super);
|
38
|
-
/**
|
39
|
-
* @param {?} viewContainerRef
|
40
|
-
*/
|
41
|
-
function LayerDirective(viewContainerRef) {
|
42
|
-
var _this = _super.call(this) || this;
|
43
|
-
_this.viewContainerRef = viewContainerRef;
|
44
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
45
|
-
_this.registerEvents(outputs);
|
46
|
-
_this.directivePropList = input;
|
47
|
-
return _this;
|
48
|
-
}
|
49
|
-
return LayerDirective;
|
50
|
-
}(ej2AngularBase.ComplexBase));
|
51
|
-
LayerDirective.decorators = [
|
52
|
-
{ type: core.Directive, args: [{
|
53
|
-
selector: 'e-layers>e-layer',
|
54
|
-
inputs: input,
|
55
|
-
outputs: outputs,
|
56
|
-
queries: {}
|
57
|
-
},] },
|
58
|
-
];
|
59
|
-
/**
|
60
|
-
* @nocollapse
|
61
|
-
*/
|
62
|
-
LayerDirective.ctorParameters = function () { return [
|
63
|
-
{ type: core.ViewContainerRef, },
|
64
|
-
]; };
|
65
|
-
/**
|
66
|
-
* Layer Array Directive
|
67
|
-
*/
|
68
|
-
var LayersDirective = /** @class */ (function (_super) {
|
69
|
-
__extends(LayersDirective, _super);
|
70
|
-
function LayersDirective() {
|
71
|
-
return _super.call(this, 'layers') || this;
|
72
|
-
}
|
73
|
-
return LayersDirective;
|
74
|
-
}(ej2AngularBase.ArrayBase));
|
75
|
-
LayersDirective.decorators = [
|
76
|
-
{ type: core.Directive, args: [{
|
77
|
-
selector: 'ej-diagram>e-layers',
|
78
|
-
queries: {
|
79
|
-
children: new core.ContentChildren(LayerDirective)
|
80
|
-
},
|
81
|
-
},] },
|
82
|
-
];
|
83
|
-
/**
|
84
|
-
* @nocollapse
|
85
|
-
*/
|
86
|
-
LayersDirective.ctorParameters = function () { return []; };
|
87
|
-
var input$1 = ['action', 'cursor'];
|
88
|
-
var outputs$1 = [];
|
89
|
-
/**
|
90
|
-
* Cursor Maps Directive
|
91
|
-
* ```html
|
92
|
-
* <e-cusrsormaps>
|
93
|
-
* <e-cursormap></e-cursormap>
|
94
|
-
* </e-cursormaps>
|
95
|
-
* ```
|
96
|
-
*/
|
97
|
-
var CustomCursorDirective = /** @class */ (function (_super) {
|
98
|
-
__extends(CustomCursorDirective, _super);
|
99
|
-
/**
|
100
|
-
* @param {?} viewContainerRef
|
101
|
-
*/
|
102
|
-
function CustomCursorDirective(viewContainerRef) {
|
103
|
-
var _this = _super.call(this) || this;
|
104
|
-
_this.viewContainerRef = viewContainerRef;
|
105
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
106
|
-
_this.registerEvents(outputs$1);
|
107
|
-
_this.directivePropList = input$1;
|
108
|
-
return _this;
|
109
|
-
}
|
110
|
-
return CustomCursorDirective;
|
111
|
-
}(ej2AngularBase.ComplexBase));
|
112
|
-
CustomCursorDirective.decorators = [
|
113
|
-
{ type: core.Directive, args: [{
|
114
|
-
selector: 'e-cursormaps>e-cursormap',
|
115
|
-
inputs: input$1,
|
116
|
-
outputs: outputs$1,
|
117
|
-
queries: {}
|
118
|
-
},] },
|
119
|
-
];
|
120
|
-
/**
|
121
|
-
* @nocollapse
|
122
|
-
*/
|
123
|
-
CustomCursorDirective.ctorParameters = function () { return [
|
124
|
-
{ type: core.ViewContainerRef, },
|
125
|
-
]; };
|
126
|
-
/**
|
127
|
-
* CustomCursor Array Directive
|
128
|
-
*/
|
129
|
-
var CustomCursorsDirective = /** @class */ (function (_super) {
|
130
|
-
__extends(CustomCursorsDirective, _super);
|
131
|
-
function CustomCursorsDirective() {
|
132
|
-
return _super.call(this, 'customcursor') || this;
|
133
|
-
}
|
134
|
-
return CustomCursorsDirective;
|
135
|
-
}(ej2AngularBase.ArrayBase));
|
136
|
-
CustomCursorsDirective.decorators = [
|
137
|
-
{ type: core.Directive, args: [{
|
138
|
-
selector: 'ej-diagram>e-cursormaps',
|
139
|
-
queries: {
|
140
|
-
children: new core.ContentChildren(CustomCursorDirective)
|
141
|
-
},
|
142
|
-
},] },
|
143
|
-
];
|
144
|
-
/**
|
145
|
-
* @nocollapse
|
146
|
-
*/
|
147
|
-
CustomCursorsDirective.ctorParameters = function () { return []; };
|
148
|
-
var input$2 = ['alignment', 'cornerRadius', 'displacement', 'fill', 'handleStrokeColor', 'handleStrokeWidth', 'height', 'iconStrokeColor', 'iconStrokeWidth', 'id', 'offset', 'padding', 'pathData', 'tooltip', 'visibility', 'width'];
|
149
|
-
var outputs$2 = [];
|
150
|
-
/**
|
151
|
-
* Connectors Directive
|
152
|
-
* ```html
|
153
|
-
* <e-connectors>
|
154
|
-
* <e-connector>
|
155
|
-
* <e-connector-fixeduserhandles>
|
156
|
-
* <e-connector-fixeduserhandle>
|
157
|
-
* </e-connector-fixeduserhandle>
|
158
|
-
* </e-connector-fixeduserhandles>
|
159
|
-
* </e-connector>
|
160
|
-
* </e-connectors>
|
161
|
-
* ```
|
162
|
-
*/
|
163
|
-
var ConnectorFixedUserHandleDirective = /** @class */ (function (_super) {
|
164
|
-
__extends(ConnectorFixedUserHandleDirective, _super);
|
165
|
-
/**
|
166
|
-
* @param {?} viewContainerRef
|
167
|
-
*/
|
168
|
-
function ConnectorFixedUserHandleDirective(viewContainerRef) {
|
169
|
-
var _this = _super.call(this) || this;
|
170
|
-
_this.viewContainerRef = viewContainerRef;
|
171
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
172
|
-
_this.registerEvents(outputs$2);
|
173
|
-
_this.directivePropList = input$2;
|
174
|
-
return _this;
|
175
|
-
}
|
176
|
-
return ConnectorFixedUserHandleDirective;
|
177
|
-
}(ej2AngularBase.ComplexBase));
|
178
|
-
ConnectorFixedUserHandleDirective.decorators = [
|
179
|
-
{ type: core.Directive, args: [{
|
180
|
-
selector: 'e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle',
|
181
|
-
inputs: input$2,
|
182
|
-
outputs: outputs$2,
|
183
|
-
queries: {}
|
184
|
-
},] },
|
185
|
-
];
|
186
|
-
/**
|
187
|
-
* @nocollapse
|
188
|
-
*/
|
189
|
-
ConnectorFixedUserHandleDirective.ctorParameters = function () { return [
|
190
|
-
{ type: core.ViewContainerRef, },
|
191
|
-
]; };
|
192
|
-
/**
|
193
|
-
* ConnectorFixedUserHandle Array Directive
|
194
|
-
*/
|
195
|
-
var ConnectorFixedUserHandlesDirective = /** @class */ (function (_super) {
|
196
|
-
__extends(ConnectorFixedUserHandlesDirective, _super);
|
197
|
-
function ConnectorFixedUserHandlesDirective() {
|
198
|
-
return _super.call(this, 'fixeduserhandles') || this;
|
199
|
-
}
|
200
|
-
return ConnectorFixedUserHandlesDirective;
|
201
|
-
}(ej2AngularBase.ArrayBase));
|
202
|
-
ConnectorFixedUserHandlesDirective.decorators = [
|
203
|
-
{ type: core.Directive, args: [{
|
204
|
-
selector: 'e-connector>e-connector-fixeduserhandles',
|
205
|
-
queries: {
|
206
|
-
children: new core.ContentChildren(ConnectorFixedUserHandleDirective)
|
207
|
-
},
|
208
|
-
},] },
|
209
|
-
];
|
210
|
-
/**
|
211
|
-
* @nocollapse
|
212
|
-
*/
|
213
|
-
ConnectorFixedUserHandlesDirective.ctorParameters = function () { return []; };
|
214
|
-
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'];
|
215
|
-
var outputs$3 = [];
|
216
|
-
/**
|
217
|
-
* Connectors Directive
|
218
|
-
* ```html
|
219
|
-
* <e-connectors>
|
220
|
-
* <e-connector>
|
221
|
-
* <e-connector-annotations>
|
222
|
-
* <e-connector-annotation>
|
223
|
-
* </e-connector-annotation>
|
224
|
-
* </e-connector-annotations>
|
225
|
-
* </e-connector>
|
226
|
-
* </e-connectors>
|
227
|
-
* ```
|
228
|
-
*/
|
229
|
-
var ConnectorAnnotationDirective = /** @class */ (function (_super) {
|
230
|
-
__extends(ConnectorAnnotationDirective, _super);
|
231
|
-
/**
|
232
|
-
* @param {?} viewContainerRef
|
233
|
-
*/
|
234
|
-
function ConnectorAnnotationDirective(viewContainerRef) {
|
235
|
-
var _this = _super.call(this) || this;
|
236
|
-
_this.viewContainerRef = viewContainerRef;
|
237
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
238
|
-
_this.registerEvents(outputs$3);
|
239
|
-
_this.directivePropList = input$3;
|
240
|
-
return _this;
|
241
|
-
}
|
242
|
-
return ConnectorAnnotationDirective;
|
243
|
-
}(ej2AngularBase.ComplexBase));
|
244
|
-
ConnectorAnnotationDirective.decorators = [
|
245
|
-
{ type: core.Directive, args: [{
|
246
|
-
selector: 'e-connector>e-connector-annotations>e-connector-annotation',
|
247
|
-
inputs: input$3,
|
248
|
-
outputs: outputs$3,
|
249
|
-
queries: {}
|
250
|
-
},] },
|
251
|
-
];
|
252
|
-
/**
|
253
|
-
* @nocollapse
|
254
|
-
*/
|
255
|
-
ConnectorAnnotationDirective.ctorParameters = function () { return [
|
256
|
-
{ type: core.ViewContainerRef, },
|
257
|
-
]; };
|
258
|
-
/**
|
259
|
-
* ConnectorAnnotation Array Directive
|
260
|
-
*/
|
261
|
-
var ConnectorAnnotationsDirective = /** @class */ (function (_super) {
|
262
|
-
__extends(ConnectorAnnotationsDirective, _super);
|
263
|
-
function ConnectorAnnotationsDirective() {
|
264
|
-
return _super.call(this, 'annotations') || this;
|
265
|
-
}
|
266
|
-
return ConnectorAnnotationsDirective;
|
267
|
-
}(ej2AngularBase.ArrayBase));
|
268
|
-
ConnectorAnnotationsDirective.decorators = [
|
269
|
-
{ type: core.Directive, args: [{
|
270
|
-
selector: 'e-connector>e-connector-annotations',
|
271
|
-
queries: {
|
272
|
-
children: new core.ContentChildren(ConnectorAnnotationDirective)
|
273
|
-
},
|
274
|
-
},] },
|
275
|
-
];
|
276
|
-
/**
|
277
|
-
* @nocollapse
|
278
|
-
*/
|
279
|
-
ConnectorAnnotationsDirective.ctorParameters = function () { return []; };
|
280
|
-
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'];
|
281
|
-
var outputs$4 = [];
|
282
|
-
/**
|
283
|
-
* Connectors Directive
|
284
|
-
* ```html
|
285
|
-
* <e-connectors>
|
286
|
-
* <e-connector></e-connector>
|
287
|
-
* </e-connectors>
|
288
|
-
* ```
|
289
|
-
*/
|
290
|
-
var ConnectorDirective = /** @class */ (function (_super) {
|
291
|
-
__extends(ConnectorDirective, _super);
|
292
|
-
/**
|
293
|
-
* @param {?} viewContainerRef
|
294
|
-
*/
|
295
|
-
function ConnectorDirective(viewContainerRef) {
|
296
|
-
var _this = _super.call(this) || this;
|
297
|
-
_this.viewContainerRef = viewContainerRef;
|
298
|
-
_this.tags = ['fixedUserHandles', 'annotations'];
|
299
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
300
|
-
_this.registerEvents(outputs$4);
|
301
|
-
_this.directivePropList = input$4;
|
302
|
-
return _this;
|
303
|
-
}
|
304
|
-
return ConnectorDirective;
|
305
|
-
}(ej2AngularBase.ComplexBase));
|
306
|
-
ConnectorDirective.decorators = [
|
307
|
-
{ type: core.Directive, args: [{
|
308
|
-
selector: 'e-connectors>e-connector',
|
309
|
-
inputs: input$4,
|
310
|
-
outputs: outputs$4,
|
311
|
-
queries: {
|
312
|
-
childFixedUserHandles: new core.ContentChild(ConnectorFixedUserHandlesDirective),
|
313
|
-
childAnnotations: new core.ContentChild(ConnectorAnnotationsDirective)
|
314
|
-
}
|
315
|
-
},] },
|
316
|
-
];
|
317
|
-
/**
|
318
|
-
* @nocollapse
|
319
|
-
*/
|
320
|
-
ConnectorDirective.ctorParameters = function () { return [
|
321
|
-
{ type: core.ViewContainerRef, },
|
322
|
-
]; };
|
323
|
-
/**
|
324
|
-
* Connector Array Directive
|
325
|
-
*/
|
326
|
-
var ConnectorsDirective = /** @class */ (function (_super) {
|
327
|
-
__extends(ConnectorsDirective, _super);
|
328
|
-
function ConnectorsDirective() {
|
329
|
-
return _super.call(this, 'connectors') || this;
|
330
|
-
}
|
331
|
-
return ConnectorsDirective;
|
332
|
-
}(ej2AngularBase.ArrayBase));
|
333
|
-
ConnectorsDirective.decorators = [
|
334
|
-
{ type: core.Directive, args: [{
|
335
|
-
selector: 'ej-diagram>e-connectors',
|
336
|
-
queries: {
|
337
|
-
children: new core.ContentChildren(ConnectorDirective)
|
338
|
-
},
|
339
|
-
},] },
|
340
|
-
];
|
341
|
-
/**
|
342
|
-
* @nocollapse
|
343
|
-
*/
|
344
|
-
ConnectorsDirective.ctorParameters = function () { return []; };
|
345
|
-
var input$5 = ['cornerRadius', 'fill', 'handleStrokeColor', 'handleStrokeWidth', 'height', 'iconStrokeColor', 'iconStrokeWidth', 'id', 'margin', 'offset', 'padding', 'pathData', 'tooltip', 'visibility', 'width'];
|
346
|
-
var outputs$5 = [];
|
347
|
-
/**
|
348
|
-
* Nodes Directive
|
349
|
-
* ```html
|
350
|
-
* <e-nodes>
|
351
|
-
* <e-node>
|
352
|
-
* <e-node-fixeduserhandles>
|
353
|
-
* <e-node-fixeduserhandle>
|
354
|
-
* </e-node-fixeduserhandle>
|
355
|
-
* </e-node-fixeduserhandles>
|
356
|
-
* </e-node>
|
357
|
-
* </e-nodes>
|
358
|
-
* ```
|
359
|
-
*/
|
360
|
-
var NodeFixedUserHandleDirective = /** @class */ (function (_super) {
|
361
|
-
__extends(NodeFixedUserHandleDirective, _super);
|
362
|
-
/**
|
363
|
-
* @param {?} viewContainerRef
|
364
|
-
*/
|
365
|
-
function NodeFixedUserHandleDirective(viewContainerRef) {
|
366
|
-
var _this = _super.call(this) || this;
|
367
|
-
_this.viewContainerRef = viewContainerRef;
|
368
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
369
|
-
_this.registerEvents(outputs$5);
|
370
|
-
_this.directivePropList = input$5;
|
371
|
-
return _this;
|
372
|
-
}
|
373
|
-
return NodeFixedUserHandleDirective;
|
374
|
-
}(ej2AngularBase.ComplexBase));
|
375
|
-
NodeFixedUserHandleDirective.decorators = [
|
376
|
-
{ type: core.Directive, args: [{
|
377
|
-
selector: 'e-node>e-node-fixeduserhandles>e-node-fixeduserhandle',
|
378
|
-
inputs: input$5,
|
379
|
-
outputs: outputs$5,
|
380
|
-
queries: {}
|
381
|
-
},] },
|
382
|
-
];
|
383
|
-
/**
|
384
|
-
* @nocollapse
|
385
|
-
*/
|
386
|
-
NodeFixedUserHandleDirective.ctorParameters = function () { return [
|
387
|
-
{ type: core.ViewContainerRef, },
|
388
|
-
]; };
|
389
|
-
/**
|
390
|
-
* NodeFixedUserHandle Array Directive
|
391
|
-
*/
|
392
|
-
var NodeFixedUserHandlesDirective = /** @class */ (function (_super) {
|
393
|
-
__extends(NodeFixedUserHandlesDirective, _super);
|
394
|
-
function NodeFixedUserHandlesDirective() {
|
395
|
-
return _super.call(this, 'fixeduserhandles') || this;
|
396
|
-
}
|
397
|
-
return NodeFixedUserHandlesDirective;
|
398
|
-
}(ej2AngularBase.ArrayBase));
|
399
|
-
NodeFixedUserHandlesDirective.decorators = [
|
400
|
-
{ type: core.Directive, args: [{
|
401
|
-
selector: 'e-node>e-node-fixeduserhandles',
|
402
|
-
queries: {
|
403
|
-
children: new core.ContentChildren(NodeFixedUserHandleDirective)
|
404
|
-
},
|
405
|
-
},] },
|
406
|
-
];
|
407
|
-
/**
|
408
|
-
* @nocollapse
|
409
|
-
*/
|
410
|
-
NodeFixedUserHandlesDirective.ctorParameters = function () { return []; };
|
411
|
-
var input$6 = ['addInfo', 'annotationType', 'constraints', 'content', 'dragLimit', 'height', 'horizontalAlignment', 'hyperlink', 'id', 'margin', 'offset', 'rotateAngle', 'rotationReference', 'style', 'template', 'tooltip', 'type', 'verticalAlignment', 'visibility', 'width'];
|
412
|
-
var outputs$6 = [];
|
413
|
-
/**
|
414
|
-
* Nodes Directive
|
415
|
-
* ```html
|
416
|
-
* <e-nodes>
|
417
|
-
* <e-node>
|
418
|
-
* <e-node-annotations>
|
419
|
-
* <e-node-annotation>
|
420
|
-
* </e-node-annotation>
|
421
|
-
* </e-node-annotations>
|
422
|
-
* </e-node>
|
423
|
-
* </e-nodes>
|
424
|
-
* ```
|
425
|
-
*/
|
426
|
-
var NodeAnnotationDirective = /** @class */ (function (_super) {
|
427
|
-
__extends(NodeAnnotationDirective, _super);
|
428
|
-
/**
|
429
|
-
* @param {?} viewContainerRef
|
430
|
-
*/
|
431
|
-
function NodeAnnotationDirective(viewContainerRef) {
|
432
|
-
var _this = _super.call(this) || this;
|
433
|
-
_this.viewContainerRef = viewContainerRef;
|
434
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
435
|
-
_this.registerEvents(outputs$6);
|
436
|
-
_this.directivePropList = input$6;
|
437
|
-
return _this;
|
438
|
-
}
|
439
|
-
return NodeAnnotationDirective;
|
440
|
-
}(ej2AngularBase.ComplexBase));
|
441
|
-
NodeAnnotationDirective.decorators = [
|
442
|
-
{ type: core.Directive, args: [{
|
443
|
-
selector: 'e-node>e-node-annotations>e-node-annotation',
|
444
|
-
inputs: input$6,
|
445
|
-
outputs: outputs$6,
|
446
|
-
queries: {}
|
447
|
-
},] },
|
448
|
-
];
|
449
|
-
/**
|
450
|
-
* @nocollapse
|
451
|
-
*/
|
452
|
-
NodeAnnotationDirective.ctorParameters = function () { return [
|
453
|
-
{ type: core.ViewContainerRef, },
|
454
|
-
]; };
|
455
|
-
/**
|
456
|
-
* NodeAnnotation Array Directive
|
457
|
-
*/
|
458
|
-
var NodeAnnotationsDirective = /** @class */ (function (_super) {
|
459
|
-
__extends(NodeAnnotationsDirective, _super);
|
460
|
-
function NodeAnnotationsDirective() {
|
461
|
-
return _super.call(this, 'annotations') || this;
|
462
|
-
}
|
463
|
-
return NodeAnnotationsDirective;
|
464
|
-
}(ej2AngularBase.ArrayBase));
|
465
|
-
NodeAnnotationsDirective.decorators = [
|
466
|
-
{ type: core.Directive, args: [{
|
467
|
-
selector: 'e-node>e-node-annotations',
|
468
|
-
queries: {
|
469
|
-
children: new core.ContentChildren(NodeAnnotationDirective)
|
470
|
-
},
|
471
|
-
},] },
|
472
|
-
];
|
473
|
-
/**
|
474
|
-
* @nocollapse
|
475
|
-
*/
|
476
|
-
NodeAnnotationsDirective.ctorParameters = function () { return []; };
|
477
|
-
var input$7 = ['addInfo', 'connectionDirection', 'constraints', 'height', 'horizontalAlignment', 'id', 'inEdges', 'margin', 'offset', 'outEdges', 'pathData', 'shape', 'style', 'tooltip', 'verticalAlignment', 'visibility', 'width'];
|
478
|
-
var outputs$7 = [];
|
479
|
-
/**
|
480
|
-
* Nodes Directive
|
481
|
-
* ```html
|
482
|
-
* <e-nodes>
|
483
|
-
* <e-node>
|
484
|
-
* <e-node-ports>
|
485
|
-
* <e-node-port>
|
486
|
-
* </e-node-port>
|
487
|
-
* </e-node-ports>
|
488
|
-
* </e-node>
|
489
|
-
* </e-nodes>
|
490
|
-
* ```
|
491
|
-
*/
|
492
|
-
var PortDirective = /** @class */ (function (_super) {
|
493
|
-
__extends(PortDirective, _super);
|
494
|
-
/**
|
495
|
-
* @param {?} viewContainerRef
|
496
|
-
*/
|
497
|
-
function PortDirective(viewContainerRef) {
|
498
|
-
var _this = _super.call(this) || this;
|
499
|
-
_this.viewContainerRef = viewContainerRef;
|
500
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
501
|
-
_this.registerEvents(outputs$7);
|
502
|
-
_this.directivePropList = input$7;
|
503
|
-
return _this;
|
504
|
-
}
|
505
|
-
return PortDirective;
|
506
|
-
}(ej2AngularBase.ComplexBase));
|
507
|
-
PortDirective.decorators = [
|
508
|
-
{ type: core.Directive, args: [{
|
509
|
-
selector: 'e-node>e-node-ports>e-node-port',
|
510
|
-
inputs: input$7,
|
511
|
-
outputs: outputs$7,
|
512
|
-
queries: {}
|
513
|
-
},] },
|
514
|
-
];
|
515
|
-
/**
|
516
|
-
* @nocollapse
|
517
|
-
*/
|
518
|
-
PortDirective.ctorParameters = function () { return [
|
519
|
-
{ type: core.ViewContainerRef, },
|
520
|
-
]; };
|
521
|
-
/**
|
522
|
-
* Port Array Directive
|
523
|
-
*/
|
524
|
-
var PortsDirective = /** @class */ (function (_super) {
|
525
|
-
__extends(PortsDirective, _super);
|
526
|
-
function PortsDirective() {
|
527
|
-
return _super.call(this, 'ports') || this;
|
528
|
-
}
|
529
|
-
return PortsDirective;
|
530
|
-
}(ej2AngularBase.ArrayBase));
|
531
|
-
PortsDirective.decorators = [
|
532
|
-
{ type: core.Directive, args: [{
|
533
|
-
selector: 'e-node>e-node-ports',
|
534
|
-
queries: {
|
535
|
-
children: new core.ContentChildren(PortDirective)
|
536
|
-
},
|
537
|
-
},] },
|
538
|
-
];
|
539
|
-
/**
|
540
|
-
* @nocollapse
|
541
|
-
*/
|
542
|
-
PortsDirective.ctorParameters = function () { return []; };
|
543
|
-
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'];
|
544
|
-
var outputs$8 = [];
|
545
|
-
/**
|
546
|
-
* Nodes Directive
|
547
|
-
* ```html
|
548
|
-
* <e-nodes>
|
549
|
-
* <e-node></e-node>
|
550
|
-
* </e-nodes>
|
551
|
-
* ```
|
552
|
-
*/
|
553
|
-
var NodeDirective = /** @class */ (function (_super) {
|
554
|
-
__extends(NodeDirective, _super);
|
555
|
-
/**
|
556
|
-
* @param {?} viewContainerRef
|
557
|
-
*/
|
558
|
-
function NodeDirective(viewContainerRef) {
|
559
|
-
var _this = _super.call(this) || this;
|
560
|
-
_this.viewContainerRef = viewContainerRef;
|
561
|
-
_this.tags = ['fixedUserHandles', 'annotations', 'ports'];
|
562
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
563
|
-
_this.registerEvents(outputs$8);
|
564
|
-
_this.directivePropList = input$8;
|
565
|
-
return _this;
|
566
|
-
}
|
567
|
-
return NodeDirective;
|
568
|
-
}(ej2AngularBase.ComplexBase));
|
569
|
-
NodeDirective.decorators = [
|
570
|
-
{ type: core.Directive, args: [{
|
571
|
-
selector: 'e-nodes>e-node',
|
572
|
-
inputs: input$8,
|
573
|
-
outputs: outputs$8,
|
574
|
-
queries: {
|
575
|
-
childFixedUserHandles: new core.ContentChild(NodeFixedUserHandlesDirective),
|
576
|
-
childAnnotations: new core.ContentChild(NodeAnnotationsDirective),
|
577
|
-
childPorts: new core.ContentChild(PortsDirective)
|
578
|
-
}
|
579
|
-
},] },
|
580
|
-
];
|
581
|
-
/**
|
582
|
-
* @nocollapse
|
583
|
-
*/
|
584
|
-
NodeDirective.ctorParameters = function () { return [
|
585
|
-
{ type: core.ViewContainerRef, },
|
586
|
-
]; };
|
587
|
-
/**
|
588
|
-
* Node Array Directive
|
589
|
-
*/
|
590
|
-
var NodesDirective = /** @class */ (function (_super) {
|
591
|
-
__extends(NodesDirective, _super);
|
592
|
-
function NodesDirective() {
|
593
|
-
return _super.call(this, 'nodes') || this;
|
594
|
-
}
|
595
|
-
return NodesDirective;
|
596
|
-
}(ej2AngularBase.ArrayBase));
|
597
|
-
NodesDirective.decorators = [
|
598
|
-
{ type: core.Directive, args: [{
|
599
|
-
selector: 'ej-diagram>e-nodes',
|
600
|
-
queries: {
|
601
|
-
children: new core.ContentChildren(NodeDirective)
|
602
|
-
},
|
603
|
-
},] },
|
604
|
-
];
|
605
|
-
/**
|
606
|
-
* @nocollapse
|
607
|
-
*/
|
608
|
-
NodesDirective.ctorParameters = function () { return []; };
|
609
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
610
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
611
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
612
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
613
|
-
else
|
614
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
615
|
-
if (d = decorators[i])
|
616
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
617
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
618
|
-
};
|
619
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
620
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
621
|
-
return Reflect.metadata(k, v);
|
622
|
-
};
|
623
|
-
var inputs = ['addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enableConnectorSplit', 'enablePersistence', 'enableRtl', 'fixedUserHandleTemplate', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'segmentThumbShape', 'segmentThumbSize', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'userHandleTemplate', 'width'];
|
624
|
-
var outputs$9 = ['animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'elementDraw', 'expandStateChange', 'fixedUserHandleClick', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', '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'];
|
625
|
-
var twoWays = [''];
|
626
|
-
/**
|
627
|
-
* Diagram Component
|
628
|
-
* ```html
|
629
|
-
* <ej-diagram></ej-diagram>
|
630
|
-
* ```
|
631
|
-
*/
|
632
|
-
exports.DiagramComponent = /** @class */ (function (_super) {
|
633
|
-
__extends(DiagramComponent, _super);
|
634
|
-
/**
|
635
|
-
* @param {?} ngEle
|
636
|
-
* @param {?} srenderer
|
637
|
-
* @param {?} viewContainerRef
|
638
|
-
* @param {?} injector
|
639
|
-
*/
|
640
|
-
function DiagramComponent(ngEle, srenderer, viewContainerRef, injector) {
|
641
|
-
var _this = _super.call(this) || this;
|
642
|
-
_this.ngEle = ngEle;
|
643
|
-
_this.srenderer = srenderer;
|
644
|
-
_this.viewContainerRef = viewContainerRef;
|
645
|
-
_this.injector = injector;
|
646
|
-
_this.tags = ['layers', 'customCursor', 'connectors', 'nodes'];
|
647
|
-
_this.element = _this.ngEle.nativeElement;
|
648
|
-
_this.injectedModules = _this.injectedModules || [];
|
649
|
-
try {
|
650
|
-
var mod = _this.injector.get('DiagramsHierarchicalTree');
|
651
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
652
|
-
_this.injectedModules.push(mod);
|
653
|
-
}
|
654
|
-
}
|
655
|
-
catch (_a) { }
|
656
|
-
try {
|
657
|
-
var mod = _this.injector.get('DiagramsMindMap');
|
658
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
659
|
-
_this.injectedModules.push(mod);
|
660
|
-
}
|
661
|
-
}
|
662
|
-
catch (_b) { }
|
663
|
-
try {
|
664
|
-
var mod = _this.injector.get('DiagramsRadialTree');
|
665
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
666
|
-
_this.injectedModules.push(mod);
|
667
|
-
}
|
668
|
-
}
|
669
|
-
catch (_c) { }
|
670
|
-
try {
|
671
|
-
var mod = _this.injector.get('DiagramsComplexHierarchicalTree');
|
672
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
673
|
-
_this.injectedModules.push(mod);
|
674
|
-
}
|
675
|
-
}
|
676
|
-
catch (_d) { }
|
677
|
-
try {
|
678
|
-
var mod = _this.injector.get('DiagramsDataBinding');
|
679
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
680
|
-
_this.injectedModules.push(mod);
|
681
|
-
}
|
682
|
-
}
|
683
|
-
catch (_e) { }
|
684
|
-
try {
|
685
|
-
var mod = _this.injector.get('DiagramsSnapping');
|
686
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
687
|
-
_this.injectedModules.push(mod);
|
688
|
-
}
|
689
|
-
}
|
690
|
-
catch (_f) { }
|
691
|
-
try {
|
692
|
-
var mod = _this.injector.get('DiagramsPrintAndExport');
|
693
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
694
|
-
_this.injectedModules.push(mod);
|
695
|
-
}
|
696
|
-
}
|
697
|
-
catch (_g) { }
|
698
|
-
try {
|
699
|
-
var mod = _this.injector.get('DiagramsBpmnDiagrams');
|
700
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
701
|
-
_this.injectedModules.push(mod);
|
702
|
-
}
|
703
|
-
}
|
704
|
-
catch (_h) { }
|
705
|
-
try {
|
706
|
-
var mod = _this.injector.get('DiagramsSymmetricLayout');
|
707
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
708
|
-
_this.injectedModules.push(mod);
|
709
|
-
}
|
710
|
-
}
|
711
|
-
catch (_j) { }
|
712
|
-
try {
|
713
|
-
var mod = _this.injector.get('DiagramsConnectorBridging');
|
714
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
715
|
-
_this.injectedModules.push(mod);
|
716
|
-
}
|
717
|
-
}
|
718
|
-
catch (_k) { }
|
719
|
-
try {
|
720
|
-
var mod = _this.injector.get('DiagramsUndoRedo');
|
721
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
722
|
-
_this.injectedModules.push(mod);
|
723
|
-
}
|
724
|
-
}
|
725
|
-
catch (_l) { }
|
726
|
-
try {
|
727
|
-
var mod = _this.injector.get('DiagramsLayoutAnimation');
|
728
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
729
|
-
_this.injectedModules.push(mod);
|
730
|
-
}
|
731
|
-
}
|
732
|
-
catch (_m) { }
|
733
|
-
try {
|
734
|
-
var mod = _this.injector.get('DiagramsDiagramContextMenu');
|
735
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
736
|
-
_this.injectedModules.push(mod);
|
737
|
-
}
|
738
|
-
}
|
739
|
-
catch (_o) { }
|
740
|
-
try {
|
741
|
-
var mod = _this.injector.get('DiagramsLineRouting');
|
742
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
743
|
-
_this.injectedModules.push(mod);
|
744
|
-
}
|
745
|
-
}
|
746
|
-
catch (_p) { }
|
747
|
-
try {
|
748
|
-
var mod = _this.injector.get('DiagramsConnectorEditing');
|
749
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
750
|
-
_this.injectedModules.push(mod);
|
751
|
-
}
|
752
|
-
}
|
753
|
-
catch (_q) { }
|
754
|
-
try {
|
755
|
-
var mod = _this.injector.get('DiagramsLineDistribution');
|
756
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
757
|
-
_this.injectedModules.push(mod);
|
758
|
-
}
|
759
|
-
}
|
760
|
-
catch (_r) { }
|
761
|
-
try {
|
762
|
-
var mod = _this.injector.get('DiagramsEj1Serialization');
|
763
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
764
|
-
_this.injectedModules.push(mod);
|
765
|
-
}
|
766
|
-
}
|
767
|
-
catch (_s) { }
|
768
|
-
try {
|
769
|
-
var mod = _this.injector.get('DiagramsFlowchartLayout');
|
770
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
771
|
-
_this.injectedModules.push(mod);
|
772
|
-
}
|
773
|
-
}
|
774
|
-
catch (_t) { }
|
775
|
-
_this.registerEvents(outputs$9);
|
776
|
-
_this.addTwoWay.call(_this, twoWays);
|
777
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
778
|
-
_this.context = new ej2AngularBase.ComponentBase();
|
779
|
-
return _this;
|
780
|
-
}
|
781
|
-
/**
|
782
|
-
* @return {?}
|
783
|
-
*/
|
784
|
-
DiagramComponent.prototype.ngOnInit = function () {
|
785
|
-
this.context.ngOnInit(this);
|
786
|
-
};
|
787
|
-
/**
|
788
|
-
* @return {?}
|
789
|
-
*/
|
790
|
-
DiagramComponent.prototype.ngAfterViewInit = function () {
|
791
|
-
this.context.ngAfterViewInit(this);
|
792
|
-
};
|
793
|
-
/**
|
794
|
-
* @return {?}
|
795
|
-
*/
|
796
|
-
DiagramComponent.prototype.ngOnDestroy = function () {
|
797
|
-
this.context.ngOnDestroy(this);
|
798
|
-
};
|
799
|
-
/**
|
800
|
-
* @return {?}
|
801
|
-
*/
|
802
|
-
DiagramComponent.prototype.ngAfterContentChecked = function () {
|
803
|
-
this.tagObjects[0].instance = this.childLayers;
|
804
|
-
if (this.childCustomCursor) {
|
805
|
-
this.tagObjects[1].instance = this.childCustomCursor;
|
806
|
-
}
|
807
|
-
if (this.childConnectors) {
|
808
|
-
this.tagObjects[2].instance = this.childConnectors;
|
809
|
-
}
|
810
|
-
if (this.childNodes) {
|
811
|
-
this.tagObjects[3].instance = this.childNodes;
|
812
|
-
}
|
813
|
-
this.context.ngAfterContentChecked(this);
|
814
|
-
};
|
815
|
-
return DiagramComponent;
|
816
|
-
}(ej2Diagrams.Diagram));
|
817
|
-
exports.DiagramComponent.decorators = [
|
818
|
-
{ type: core.Component, args: [{
|
819
|
-
selector: 'ejs-diagram',
|
820
|
-
inputs: inputs,
|
821
|
-
outputs: outputs$9,
|
822
|
-
template: '',
|
823
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
824
|
-
queries: {
|
825
|
-
childLayers: new core.ContentChild(LayersDirective),
|
826
|
-
childCustomCursor: new core.ContentChild(CustomCursorsDirective),
|
827
|
-
childConnectors: new core.ContentChild(ConnectorsDirective),
|
828
|
-
childNodes: new core.ContentChild(NodesDirective)
|
829
|
-
}
|
830
|
-
},] },
|
831
|
-
];
|
832
|
-
/**
|
833
|
-
* @nocollapse
|
834
|
-
*/
|
835
|
-
exports.DiagramComponent.ctorParameters = function () { return [
|
836
|
-
{ type: core.ElementRef, },
|
837
|
-
{ type: core.Renderer2, },
|
838
|
-
{ type: core.ViewContainerRef, },
|
839
|
-
{ type: core.Injector, },
|
840
|
-
]; };
|
841
|
-
exports.DiagramComponent.propDecorators = {
|
842
|
-
'annotationTemplate': [{ type: core.ContentChild, args: ['annotationTemplate',] },],
|
843
|
-
'nodeTemplate': [{ type: core.ContentChild, args: ['nodeTemplate',] },],
|
844
|
-
'userHandleTemplate': [{ type: core.ContentChild, args: ['userHandleTemplate',] },],
|
845
|
-
};
|
846
|
-
__decorate([
|
847
|
-
ej2AngularBase.Template(),
|
848
|
-
__metadata("design:type", Object)
|
849
|
-
], exports.DiagramComponent.prototype, "annotationTemplate", void 0);
|
850
|
-
__decorate([
|
851
|
-
ej2AngularBase.Template(),
|
852
|
-
__metadata("design:type", Object)
|
853
|
-
], exports.DiagramComponent.prototype, "nodeTemplate", void 0);
|
854
|
-
__decorate([
|
855
|
-
ej2AngularBase.Template(),
|
856
|
-
__metadata("design:type", Object)
|
857
|
-
], exports.DiagramComponent.prototype, "userHandleTemplate", void 0);
|
858
|
-
exports.DiagramComponent = __decorate([
|
859
|
-
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
860
|
-
__metadata("design:paramtypes", [core.ElementRef,
|
861
|
-
core.Renderer2,
|
862
|
-
core.ViewContainerRef,
|
863
|
-
core.Injector])
|
864
|
-
], exports.DiagramComponent);
|
865
|
-
/**
|
866
|
-
* NgModule definition for the Diagram component.
|
867
|
-
*/
|
868
|
-
var DiagramModule = /** @class */ (function () {
|
869
|
-
function DiagramModule() {
|
870
|
-
}
|
871
|
-
return DiagramModule;
|
872
|
-
}());
|
873
|
-
DiagramModule.decorators = [
|
874
|
-
{ type: core.NgModule, args: [{
|
875
|
-
imports: [common.CommonModule],
|
876
|
-
declarations: [
|
877
|
-
exports.DiagramComponent,
|
878
|
-
LayerDirective,
|
879
|
-
LayersDirective,
|
880
|
-
CustomCursorDirective,
|
881
|
-
CustomCursorsDirective,
|
882
|
-
ConnectorFixedUserHandleDirective,
|
883
|
-
ConnectorFixedUserHandlesDirective,
|
884
|
-
ConnectorAnnotationDirective,
|
885
|
-
ConnectorAnnotationsDirective,
|
886
|
-
ConnectorDirective,
|
887
|
-
ConnectorsDirective,
|
888
|
-
NodeFixedUserHandleDirective,
|
889
|
-
NodeFixedUserHandlesDirective,
|
890
|
-
NodeAnnotationDirective,
|
891
|
-
NodeAnnotationsDirective,
|
892
|
-
PortDirective,
|
893
|
-
PortsDirective,
|
894
|
-
NodeDirective,
|
895
|
-
NodesDirective
|
896
|
-
],
|
897
|
-
exports: [
|
898
|
-
exports.DiagramComponent,
|
899
|
-
LayerDirective,
|
900
|
-
LayersDirective,
|
901
|
-
CustomCursorDirective,
|
902
|
-
CustomCursorsDirective,
|
903
|
-
ConnectorFixedUserHandleDirective,
|
904
|
-
ConnectorFixedUserHandlesDirective,
|
905
|
-
ConnectorAnnotationDirective,
|
906
|
-
ConnectorAnnotationsDirective,
|
907
|
-
ConnectorDirective,
|
908
|
-
ConnectorsDirective,
|
909
|
-
NodeFixedUserHandleDirective,
|
910
|
-
NodeFixedUserHandlesDirective,
|
911
|
-
NodeAnnotationDirective,
|
912
|
-
NodeAnnotationsDirective,
|
913
|
-
PortDirective,
|
914
|
-
PortsDirective,
|
915
|
-
NodeDirective,
|
916
|
-
NodesDirective
|
917
|
-
]
|
918
|
-
},] },
|
919
|
-
];
|
920
|
-
/**
|
921
|
-
* @nocollapse
|
922
|
-
*/
|
923
|
-
DiagramModule.ctorParameters = function () { return []; };
|
924
|
-
var HierarchicalTreeService = { provide: 'DiagramsHierarchicalTree', useValue: ej2Diagrams.HierarchicalTree };
|
925
|
-
var MindMapService = { provide: 'DiagramsMindMap', useValue: ej2Diagrams.MindMap };
|
926
|
-
var RadialTreeService = { provide: 'DiagramsRadialTree', useValue: ej2Diagrams.RadialTree };
|
927
|
-
var ComplexHierarchicalTreeService = { provide: 'DiagramsComplexHierarchicalTree', useValue: ej2Diagrams.ComplexHierarchicalTree };
|
928
|
-
var DataBindingService = { provide: 'DiagramsDataBinding', useValue: ej2Diagrams.DataBinding };
|
929
|
-
var SnappingService = { provide: 'DiagramsSnapping', useValue: ej2Diagrams.Snapping };
|
930
|
-
var PrintAndExportService = { provide: 'DiagramsPrintAndExport', useValue: ej2Diagrams.PrintAndExport };
|
931
|
-
var BpmnDiagramsService = { provide: 'DiagramsBpmnDiagrams', useValue: ej2Diagrams.BpmnDiagrams };
|
932
|
-
var SymmetricLayoutService = { provide: 'DiagramsSymmetricLayout', useValue: ej2Diagrams.SymmetricLayout };
|
933
|
-
var ConnectorBridgingService = { provide: 'DiagramsConnectorBridging', useValue: ej2Diagrams.ConnectorBridging };
|
934
|
-
var UndoRedoService = { provide: 'DiagramsUndoRedo', useValue: ej2Diagrams.UndoRedo };
|
935
|
-
var LayoutAnimationService = { provide: 'DiagramsLayoutAnimation', useValue: ej2Diagrams.LayoutAnimation };
|
936
|
-
var DiagramContextMenuService = { provide: 'DiagramsDiagramContextMenu', useValue: ej2Diagrams.DiagramContextMenu };
|
937
|
-
var LineRoutingService = { provide: 'DiagramsLineRouting', useValue: ej2Diagrams.LineRouting };
|
938
|
-
var ConnectorEditingService = { provide: 'DiagramsConnectorEditing', useValue: ej2Diagrams.ConnectorEditing };
|
939
|
-
var LineDistributionService = { provide: 'DiagramsLineDistribution', useValue: ej2Diagrams.LineDistribution };
|
940
|
-
var Ej1SerializationService = { provide: 'DiagramsEj1Serialization', useValue: ej2Diagrams.Ej1Serialization };
|
941
|
-
var FlowchartLayoutService = { provide: 'DiagramsFlowchartLayout', useValue: ej2Diagrams.FlowchartLayout };
|
942
|
-
/**
|
943
|
-
* NgModule definition for the Diagram component with providers.
|
944
|
-
*/
|
945
|
-
var DiagramAllModule = /** @class */ (function () {
|
946
|
-
function DiagramAllModule() {
|
947
|
-
}
|
948
|
-
return DiagramAllModule;
|
949
|
-
}());
|
950
|
-
DiagramAllModule.decorators = [
|
951
|
-
{ type: core.NgModule, args: [{
|
952
|
-
imports: [common.CommonModule, DiagramModule],
|
953
|
-
exports: [
|
954
|
-
DiagramModule
|
955
|
-
],
|
956
|
-
providers: [
|
957
|
-
HierarchicalTreeService,
|
958
|
-
MindMapService,
|
959
|
-
RadialTreeService,
|
960
|
-
ComplexHierarchicalTreeService,
|
961
|
-
DataBindingService,
|
962
|
-
SnappingService,
|
963
|
-
PrintAndExportService,
|
964
|
-
BpmnDiagramsService,
|
965
|
-
SymmetricLayoutService,
|
966
|
-
ConnectorBridgingService,
|
967
|
-
UndoRedoService,
|
968
|
-
LayoutAnimationService,
|
969
|
-
DiagramContextMenuService,
|
970
|
-
LineRoutingService,
|
971
|
-
ConnectorEditingService,
|
972
|
-
LineDistributionService,
|
973
|
-
Ej1SerializationService,
|
974
|
-
FlowchartLayoutService
|
975
|
-
]
|
976
|
-
},] },
|
977
|
-
];
|
978
|
-
/**
|
979
|
-
* @nocollapse
|
980
|
-
*/
|
981
|
-
DiagramAllModule.ctorParameters = function () { return []; };
|
982
|
-
var input$9 = ['expanded', 'height', 'iconCss', 'id', 'symbols', 'title'];
|
983
|
-
var outputs$10 = [];
|
984
|
-
/**
|
985
|
-
* Palette Directive
|
986
|
-
* ```html
|
987
|
-
* <e-palettes><e-palette></e-palette><e-palettes>
|
988
|
-
* ```
|
989
|
-
*/
|
990
|
-
var PaletteDirective = /** @class */ (function (_super) {
|
991
|
-
__extends(PaletteDirective, _super);
|
992
|
-
/**
|
993
|
-
* @param {?} viewContainerRef
|
994
|
-
*/
|
995
|
-
function PaletteDirective(viewContainerRef) {
|
996
|
-
var _this = _super.call(this) || this;
|
997
|
-
_this.viewContainerRef = viewContainerRef;
|
998
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
999
|
-
_this.registerEvents(outputs$10);
|
1000
|
-
_this.directivePropList = input$9;
|
1001
|
-
return _this;
|
1002
|
-
}
|
1003
|
-
return PaletteDirective;
|
1004
|
-
}(ej2AngularBase.ComplexBase));
|
1005
|
-
PaletteDirective.decorators = [
|
1006
|
-
{ type: core.Directive, args: [{
|
1007
|
-
selector: 'e-palettes>e-palette',
|
1008
|
-
inputs: input$9,
|
1009
|
-
outputs: outputs$10,
|
1010
|
-
queries: {}
|
1011
|
-
},] },
|
1012
|
-
];
|
1013
|
-
/**
|
1014
|
-
* @nocollapse
|
1015
|
-
*/
|
1016
|
-
PaletteDirective.ctorParameters = function () { return [
|
1017
|
-
{ type: core.ViewContainerRef, },
|
1018
|
-
]; };
|
1019
|
-
/**
|
1020
|
-
* Palette Array Directive
|
1021
|
-
*/
|
1022
|
-
var PalettesDirective = /** @class */ (function (_super) {
|
1023
|
-
__extends(PalettesDirective, _super);
|
1024
|
-
function PalettesDirective() {
|
1025
|
-
return _super.call(this, 'palettes') || this;
|
1026
|
-
}
|
1027
|
-
return PalettesDirective;
|
1028
|
-
}(ej2AngularBase.ArrayBase));
|
1029
|
-
PalettesDirective.decorators = [
|
1030
|
-
{ type: core.Directive, args: [{
|
1031
|
-
selector: 'ejs-symbolpalette>e-palettes',
|
1032
|
-
queries: {
|
1033
|
-
children: new core.ContentChildren(PaletteDirective)
|
1034
|
-
},
|
1035
|
-
},] },
|
1036
|
-
];
|
1037
|
-
/**
|
1038
|
-
* @nocollapse
|
1039
|
-
*/
|
1040
|
-
PalettesDirective.ctorParameters = function () { return []; };
|
1041
|
-
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
1042
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
1043
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
1044
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
1045
|
-
else
|
1046
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
1047
|
-
if (d = decorators[i])
|
1048
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
1049
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
1050
|
-
};
|
1051
|
-
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
1052
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
1053
|
-
return Reflect.metadata(k, v);
|
1054
|
-
};
|
1055
|
-
var inputs$1 = ['accessKey', 'allowDrag', 'connectorDefaults', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSearch', 'expandMode', 'filterSymbols', 'getConnectorDefaults', 'getNodeDefaults', 'getSymbolInfo', 'getSymbolTemplate', 'height', 'ignoreSymbolsOnSearch', 'locale', 'nodeDefaults', 'palettes', 'symbolDragSize', 'symbolHeight', 'symbolInfo', 'symbolMargin', 'symbolPreview', 'symbolWidth', 'width'];
|
1056
|
-
var outputs$11 = ['paletteExpanding', 'paletteSelectionChange'];
|
1057
|
-
var twoWays$1 = [''];
|
1058
|
-
/**
|
1059
|
-
* SymbolPalette Component
|
1060
|
-
* ```html
|
1061
|
-
* <ej-symbol-palette></ej-symbol-palette>
|
1062
|
-
* ```
|
1063
|
-
*/
|
1064
|
-
exports.SymbolPaletteComponent = /** @class */ (function (_super) {
|
1065
|
-
__extends(SymbolPaletteComponent, _super);
|
1066
|
-
/**
|
1067
|
-
* @param {?} ngEle
|
1068
|
-
* @param {?} srenderer
|
1069
|
-
* @param {?} viewContainerRef
|
1070
|
-
* @param {?} injector
|
1071
|
-
*/
|
1072
|
-
function SymbolPaletteComponent(ngEle, srenderer, viewContainerRef, injector) {
|
1073
|
-
var _this = _super.call(this) || this;
|
1074
|
-
_this.ngEle = ngEle;
|
1075
|
-
_this.srenderer = srenderer;
|
1076
|
-
_this.viewContainerRef = viewContainerRef;
|
1077
|
-
_this.injector = injector;
|
1078
|
-
_this.tags = ['palettes'];
|
1079
|
-
_this.element = _this.ngEle.nativeElement;
|
1080
|
-
_this.injectedModules = _this.injectedModules || [];
|
1081
|
-
try {
|
1082
|
-
var mod = _this.injector.get('DiagramsBpmnDiagrams');
|
1083
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
1084
|
-
_this.injectedModules.push(mod);
|
1085
|
-
}
|
1086
|
-
}
|
1087
|
-
catch (_a) { }
|
1088
|
-
_this.registerEvents(outputs$11);
|
1089
|
-
_this.addTwoWay.call(_this, twoWays$1);
|
1090
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
1091
|
-
_this.context = new ej2AngularBase.ComponentBase();
|
1092
|
-
return _this;
|
1093
|
-
}
|
1094
|
-
/**
|
1095
|
-
* @return {?}
|
1096
|
-
*/
|
1097
|
-
SymbolPaletteComponent.prototype.ngOnInit = function () {
|
1098
|
-
this.context.ngOnInit(this);
|
1099
|
-
};
|
1100
|
-
/**
|
1101
|
-
* @return {?}
|
1102
|
-
*/
|
1103
|
-
SymbolPaletteComponent.prototype.ngAfterViewInit = function () {
|
1104
|
-
this.context.ngAfterViewInit(this);
|
1105
|
-
};
|
1106
|
-
/**
|
1107
|
-
* @return {?}
|
1108
|
-
*/
|
1109
|
-
SymbolPaletteComponent.prototype.ngOnDestroy = function () {
|
1110
|
-
this.context.ngOnDestroy(this);
|
1111
|
-
};
|
1112
|
-
/**
|
1113
|
-
* @return {?}
|
1114
|
-
*/
|
1115
|
-
SymbolPaletteComponent.prototype.ngAfterContentChecked = function () {
|
1116
|
-
this.tagObjects[0].instance = this.childPalettes;
|
1117
|
-
this.context.ngAfterContentChecked(this);
|
1118
|
-
};
|
1119
|
-
return SymbolPaletteComponent;
|
1120
|
-
}(ej2Diagrams.SymbolPalette));
|
1121
|
-
exports.SymbolPaletteComponent.decorators = [
|
1122
|
-
{ type: core.Component, args: [{
|
1123
|
-
selector: 'ejs-symbolpalette',
|
1124
|
-
inputs: inputs$1,
|
1125
|
-
outputs: outputs$11,
|
1126
|
-
template: '',
|
1127
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
1128
|
-
queries: {
|
1129
|
-
childPalettes: new core.ContentChild(PalettesDirective)
|
1130
|
-
}
|
1131
|
-
},] },
|
1132
|
-
];
|
1133
|
-
/**
|
1134
|
-
* @nocollapse
|
1135
|
-
*/
|
1136
|
-
exports.SymbolPaletteComponent.ctorParameters = function () { return [
|
1137
|
-
{ type: core.ElementRef, },
|
1138
|
-
{ type: core.Renderer2, },
|
1139
|
-
{ type: core.ViewContainerRef, },
|
1140
|
-
{ type: core.Injector, },
|
1141
|
-
]; };
|
1142
|
-
exports.SymbolPaletteComponent = __decorate$1([
|
1143
|
-
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
1144
|
-
__metadata$1("design:paramtypes", [core.ElementRef,
|
1145
|
-
core.Renderer2,
|
1146
|
-
core.ViewContainerRef,
|
1147
|
-
core.Injector])
|
1148
|
-
], exports.SymbolPaletteComponent);
|
1149
|
-
/**
|
1150
|
-
* NgModule definition for the SymbolPalette component.
|
1151
|
-
*/
|
1152
|
-
var SymbolPaletteModule = /** @class */ (function () {
|
1153
|
-
function SymbolPaletteModule() {
|
1154
|
-
}
|
1155
|
-
return SymbolPaletteModule;
|
1156
|
-
}());
|
1157
|
-
SymbolPaletteModule.decorators = [
|
1158
|
-
{ type: core.NgModule, args: [{
|
1159
|
-
imports: [common.CommonModule],
|
1160
|
-
declarations: [
|
1161
|
-
exports.SymbolPaletteComponent,
|
1162
|
-
PaletteDirective,
|
1163
|
-
PalettesDirective
|
1164
|
-
],
|
1165
|
-
exports: [
|
1166
|
-
exports.SymbolPaletteComponent,
|
1167
|
-
PaletteDirective,
|
1168
|
-
PalettesDirective
|
1169
|
-
]
|
1170
|
-
},] },
|
1171
|
-
];
|
1172
|
-
/**
|
1173
|
-
* @nocollapse
|
1174
|
-
*/
|
1175
|
-
SymbolPaletteModule.ctorParameters = function () { return []; };
|
1176
|
-
/**
|
1177
|
-
* NgModule definition for the SymbolPalette component with providers.
|
1178
|
-
*/
|
1179
|
-
var SymbolPaletteAllModule = /** @class */ (function () {
|
1180
|
-
function SymbolPaletteAllModule() {
|
1181
|
-
}
|
1182
|
-
return SymbolPaletteAllModule;
|
1183
|
-
}());
|
1184
|
-
SymbolPaletteAllModule.decorators = [
|
1185
|
-
{ type: core.NgModule, args: [{
|
1186
|
-
imports: [common.CommonModule, SymbolPaletteModule],
|
1187
|
-
exports: [
|
1188
|
-
SymbolPaletteModule
|
1189
|
-
],
|
1190
|
-
providers: []
|
1191
|
-
},] },
|
1192
|
-
];
|
1193
|
-
/**
|
1194
|
-
* @nocollapse
|
1195
|
-
*/
|
1196
|
-
SymbolPaletteAllModule.ctorParameters = function () { return []; };
|
1197
|
-
var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
1198
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
1199
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
1200
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
1201
|
-
else
|
1202
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
1203
|
-
if (d = decorators[i])
|
1204
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
1205
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
1206
|
-
};
|
1207
|
-
var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
1208
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
1209
|
-
return Reflect.metadata(k, v);
|
1210
|
-
};
|
1211
|
-
var inputs$2 = ['enablePersistence', 'enableRtl', 'height', 'locale', 'sourceID', 'width'];
|
1212
|
-
var outputs$12 = ['created'];
|
1213
|
-
var twoWays$2 = [''];
|
1214
|
-
/**
|
1215
|
-
* Overview Component
|
1216
|
-
* ```html
|
1217
|
-
* <ej-overview></ej-overview>
|
1218
|
-
* ```
|
1219
|
-
*/
|
1220
|
-
exports.OverviewComponent = /** @class */ (function (_super) {
|
1221
|
-
__extends(OverviewComponent, _super);
|
1222
|
-
/**
|
1223
|
-
* @param {?} ngEle
|
1224
|
-
* @param {?} srenderer
|
1225
|
-
* @param {?} viewContainerRef
|
1226
|
-
* @param {?} injector
|
1227
|
-
*/
|
1228
|
-
function OverviewComponent(ngEle, srenderer, viewContainerRef, injector) {
|
1229
|
-
var _this = _super.call(this) || this;
|
1230
|
-
_this.ngEle = ngEle;
|
1231
|
-
_this.srenderer = srenderer;
|
1232
|
-
_this.viewContainerRef = viewContainerRef;
|
1233
|
-
_this.injector = injector;
|
1234
|
-
_this.tags = [''];
|
1235
|
-
_this.element = _this.ngEle.nativeElement;
|
1236
|
-
_this.injectedModules = _this.injectedModules || [];
|
1237
|
-
_this.registerEvents(outputs$12);
|
1238
|
-
_this.addTwoWay.call(_this, twoWays$2);
|
1239
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
1240
|
-
_this.context = new ej2AngularBase.ComponentBase();
|
1241
|
-
return _this;
|
1242
|
-
}
|
1243
|
-
/**
|
1244
|
-
* @return {?}
|
1245
|
-
*/
|
1246
|
-
OverviewComponent.prototype.ngOnInit = function () {
|
1247
|
-
this.context.ngOnInit(this);
|
1248
|
-
};
|
1249
|
-
/**
|
1250
|
-
* @return {?}
|
1251
|
-
*/
|
1252
|
-
OverviewComponent.prototype.ngAfterViewInit = function () {
|
1253
|
-
this.context.ngAfterViewInit(this);
|
1254
|
-
};
|
1255
|
-
/**
|
1256
|
-
* @return {?}
|
1257
|
-
*/
|
1258
|
-
OverviewComponent.prototype.ngOnDestroy = function () {
|
1259
|
-
this.context.ngOnDestroy(this);
|
1260
|
-
};
|
1261
|
-
/**
|
1262
|
-
* @return {?}
|
1263
|
-
*/
|
1264
|
-
OverviewComponent.prototype.ngAfterContentChecked = function () {
|
1265
|
-
this.context.ngAfterContentChecked(this);
|
1266
|
-
};
|
1267
|
-
return OverviewComponent;
|
1268
|
-
}(ej2Diagrams.Overview));
|
1269
|
-
exports.OverviewComponent.decorators = [
|
1270
|
-
{ type: core.Component, args: [{
|
1271
|
-
selector: 'ejs-overview',
|
1272
|
-
inputs: inputs$2,
|
1273
|
-
outputs: outputs$12,
|
1274
|
-
template: '',
|
1275
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
1276
|
-
queries: {}
|
1277
|
-
},] },
|
1278
|
-
];
|
1279
|
-
/**
|
1280
|
-
* @nocollapse
|
1281
|
-
*/
|
1282
|
-
exports.OverviewComponent.ctorParameters = function () { return [
|
1283
|
-
{ type: core.ElementRef, },
|
1284
|
-
{ type: core.Renderer2, },
|
1285
|
-
{ type: core.ViewContainerRef, },
|
1286
|
-
{ type: core.Injector, },
|
1287
|
-
]; };
|
1288
|
-
exports.OverviewComponent = __decorate$2([
|
1289
|
-
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
1290
|
-
__metadata$2("design:paramtypes", [core.ElementRef,
|
1291
|
-
core.Renderer2,
|
1292
|
-
core.ViewContainerRef,
|
1293
|
-
core.Injector])
|
1294
|
-
], exports.OverviewComponent);
|
1295
|
-
/**
|
1296
|
-
* NgModule definition for the Overview component.
|
1297
|
-
*/
|
1298
|
-
var OverviewModule = /** @class */ (function () {
|
1299
|
-
function OverviewModule() {
|
1300
|
-
}
|
1301
|
-
return OverviewModule;
|
1302
|
-
}());
|
1303
|
-
OverviewModule.decorators = [
|
1304
|
-
{ type: core.NgModule, args: [{
|
1305
|
-
imports: [common.CommonModule],
|
1306
|
-
declarations: [
|
1307
|
-
exports.OverviewComponent
|
1308
|
-
],
|
1309
|
-
exports: [
|
1310
|
-
exports.OverviewComponent
|
1311
|
-
]
|
1312
|
-
},] },
|
1313
|
-
];
|
1314
|
-
/**
|
1315
|
-
* @nocollapse
|
1316
|
-
*/
|
1317
|
-
OverviewModule.ctorParameters = function () { return []; };
|
1318
|
-
/**
|
1319
|
-
* NgModule definition for the Overview component with providers.
|
1320
|
-
*/
|
1321
|
-
var OverviewAllModule = /** @class */ (function () {
|
1322
|
-
function OverviewAllModule() {
|
1323
|
-
}
|
1324
|
-
return OverviewAllModule;
|
1325
|
-
}());
|
1326
|
-
OverviewAllModule.decorators = [
|
1327
|
-
{ type: core.NgModule, args: [{
|
1328
|
-
imports: [common.CommonModule, OverviewModule],
|
1329
|
-
exports: [
|
1330
|
-
OverviewModule
|
1331
|
-
],
|
1332
|
-
providers: []
|
1333
|
-
},] },
|
1334
|
-
];
|
1335
|
-
/**
|
1336
|
-
* @nocollapse
|
1337
|
-
*/
|
1338
|
-
OverviewAllModule.ctorParameters = function () { return []; };
|
1339
|
-
|
1340
|
-
exports.LayerDirective = LayerDirective;
|
1341
|
-
exports.LayersDirective = LayersDirective;
|
1342
|
-
exports.CustomCursorDirective = CustomCursorDirective;
|
1343
|
-
exports.CustomCursorsDirective = CustomCursorsDirective;
|
1344
|
-
exports.ConnectorFixedUserHandleDirective = ConnectorFixedUserHandleDirective;
|
1345
|
-
exports.ConnectorFixedUserHandlesDirective = ConnectorFixedUserHandlesDirective;
|
1346
|
-
exports.ConnectorAnnotationDirective = ConnectorAnnotationDirective;
|
1347
|
-
exports.ConnectorAnnotationsDirective = ConnectorAnnotationsDirective;
|
1348
|
-
exports.ConnectorDirective = ConnectorDirective;
|
1349
|
-
exports.ConnectorsDirective = ConnectorsDirective;
|
1350
|
-
exports.NodeFixedUserHandleDirective = NodeFixedUserHandleDirective;
|
1351
|
-
exports.NodeFixedUserHandlesDirective = NodeFixedUserHandlesDirective;
|
1352
|
-
exports.NodeAnnotationDirective = NodeAnnotationDirective;
|
1353
|
-
exports.NodeAnnotationsDirective = NodeAnnotationsDirective;
|
1354
|
-
exports.PortDirective = PortDirective;
|
1355
|
-
exports.PortsDirective = PortsDirective;
|
1356
|
-
exports.NodeDirective = NodeDirective;
|
1357
|
-
exports.NodesDirective = NodesDirective;
|
1358
|
-
exports.DiagramModule = DiagramModule;
|
1359
|
-
exports.DiagramAllModule = DiagramAllModule;
|
1360
|
-
exports.HierarchicalTreeService = HierarchicalTreeService;
|
1361
|
-
exports.MindMapService = MindMapService;
|
1362
|
-
exports.RadialTreeService = RadialTreeService;
|
1363
|
-
exports.ComplexHierarchicalTreeService = ComplexHierarchicalTreeService;
|
1364
|
-
exports.DataBindingService = DataBindingService;
|
1365
|
-
exports.SnappingService = SnappingService;
|
1366
|
-
exports.PrintAndExportService = PrintAndExportService;
|
1367
|
-
exports.BpmnDiagramsService = BpmnDiagramsService;
|
1368
|
-
exports.SymmetricLayoutService = SymmetricLayoutService;
|
1369
|
-
exports.ConnectorBridgingService = ConnectorBridgingService;
|
1370
|
-
exports.UndoRedoService = UndoRedoService;
|
1371
|
-
exports.LayoutAnimationService = LayoutAnimationService;
|
1372
|
-
exports.DiagramContextMenuService = DiagramContextMenuService;
|
1373
|
-
exports.LineRoutingService = LineRoutingService;
|
1374
|
-
exports.ConnectorEditingService = ConnectorEditingService;
|
1375
|
-
exports.LineDistributionService = LineDistributionService;
|
1376
|
-
exports.Ej1SerializationService = Ej1SerializationService;
|
1377
|
-
exports.FlowchartLayoutService = FlowchartLayoutService;
|
1378
|
-
exports.PaletteDirective = PaletteDirective;
|
1379
|
-
exports.PalettesDirective = PalettesDirective;
|
1380
|
-
exports.SymbolPaletteModule = SymbolPaletteModule;
|
1381
|
-
exports.SymbolPaletteAllModule = SymbolPaletteAllModule;
|
1382
|
-
exports.OverviewModule = OverviewModule;
|
1383
|
-
exports.OverviewAllModule = OverviewAllModule;
|
1384
|
-
exports.ɵa = inputs;
|
1385
|
-
exports.ɵb = outputs$9;
|
1386
|
-
exports.ɵe = inputs$2;
|
1387
|
-
exports.ɵf = outputs$12;
|
1388
|
-
exports.ɵc = inputs$1;
|
1389
|
-
exports.ɵd = outputs$11;
|
1390
|
-
exports.Diagram = ej2Diagrams.Diagram;
|
1391
|
-
exports.PrintAndExport = ej2Diagrams.PrintAndExport;
|
1392
|
-
exports.Size = ej2Diagrams.Size;
|
1393
|
-
exports.Rect = ej2Diagrams.Rect;
|
1394
|
-
exports.MatrixTypes = ej2Diagrams.MatrixTypes;
|
1395
|
-
exports.Matrix = ej2Diagrams.Matrix;
|
1396
|
-
exports.identityMatrix = ej2Diagrams.identityMatrix;
|
1397
|
-
exports.transformPointByMatrix = ej2Diagrams.transformPointByMatrix;
|
1398
|
-
exports.transformPointsByMatrix = ej2Diagrams.transformPointsByMatrix;
|
1399
|
-
exports.rotateMatrix = ej2Diagrams.rotateMatrix;
|
1400
|
-
exports.scaleMatrix = ej2Diagrams.scaleMatrix;
|
1401
|
-
exports.translateMatrix = ej2Diagrams.translateMatrix;
|
1402
|
-
exports.multiplyMatrix = ej2Diagrams.multiplyMatrix;
|
1403
|
-
exports.Point = ej2Diagrams.Point;
|
1404
|
-
exports.BlazorAction = ej2Diagrams.BlazorAction;
|
1405
|
-
exports.FlipDirection = ej2Diagrams.FlipDirection;
|
1406
|
-
exports.PortVisibility = ej2Diagrams.PortVisibility;
|
1407
|
-
exports.SnapConstraints = ej2Diagrams.SnapConstraints;
|
1408
|
-
exports.SelectorConstraints = ej2Diagrams.SelectorConstraints;
|
1409
|
-
exports.ConnectionPointOrigin = ej2Diagrams.ConnectionPointOrigin;
|
1410
|
-
exports.ChildArrangement = ej2Diagrams.ChildArrangement;
|
1411
|
-
exports.ConnectorConstraints = ej2Diagrams.ConnectorConstraints;
|
1412
|
-
exports.AnnotationConstraints = ej2Diagrams.AnnotationConstraints;
|
1413
|
-
exports.NodeConstraints = ej2Diagrams.NodeConstraints;
|
1414
|
-
exports.ElementAction = ej2Diagrams.ElementAction;
|
1415
|
-
exports.ThumbsConstraints = ej2Diagrams.ThumbsConstraints;
|
1416
|
-
exports.DiagramConstraints = ej2Diagrams.DiagramConstraints;
|
1417
|
-
exports.DiagramTools = ej2Diagrams.DiagramTools;
|
1418
|
-
exports.Transform = ej2Diagrams.Transform;
|
1419
|
-
exports.RenderMode = ej2Diagrams.RenderMode;
|
1420
|
-
exports.KeyModifiers = ej2Diagrams.KeyModifiers;
|
1421
|
-
exports.Keys = ej2Diagrams.Keys;
|
1422
|
-
exports.DiagramAction = ej2Diagrams.DiagramAction;
|
1423
|
-
exports.RendererAction = ej2Diagrams.RendererAction;
|
1424
|
-
exports.RealAction = ej2Diagrams.RealAction;
|
1425
|
-
exports.ScrollActions = ej2Diagrams.ScrollActions;
|
1426
|
-
exports.NoOfSegments = ej2Diagrams.NoOfSegments;
|
1427
|
-
exports.DiagramEvent = ej2Diagrams.DiagramEvent;
|
1428
|
-
exports.PortConstraints = ej2Diagrams.PortConstraints;
|
1429
|
-
exports.contextMenuClick = ej2Diagrams.contextMenuClick;
|
1430
|
-
exports.contextMenuOpen = ej2Diagrams.contextMenuOpen;
|
1431
|
-
exports.contextMenuBeforeItemRender = ej2Diagrams.contextMenuBeforeItemRender;
|
1432
|
-
exports.ControlPointsVisibility = ej2Diagrams.ControlPointsVisibility;
|
1433
|
-
exports.BezierSmoothness = ej2Diagrams.BezierSmoothness;
|
1434
|
-
exports.Thickness = ej2Diagrams.Thickness;
|
1435
|
-
exports.Margin = ej2Diagrams.Margin;
|
1436
|
-
exports.Shadow = ej2Diagrams.Shadow;
|
1437
|
-
exports.Stop = ej2Diagrams.Stop;
|
1438
|
-
exports.Gradient = ej2Diagrams.Gradient;
|
1439
|
-
exports.DiagramGradient = ej2Diagrams.DiagramGradient;
|
1440
|
-
exports.LinearGradient = ej2Diagrams.LinearGradient;
|
1441
|
-
exports.RadialGradient = ej2Diagrams.RadialGradient;
|
1442
|
-
exports.ShapeStyle = ej2Diagrams.ShapeStyle;
|
1443
|
-
exports.StrokeStyle = ej2Diagrams.StrokeStyle;
|
1444
|
-
exports.TextStyle = ej2Diagrams.TextStyle;
|
1445
|
-
exports.DiagramShapeStyle = ej2Diagrams.DiagramShapeStyle;
|
1446
|
-
exports.DiagramElement = ej2Diagrams.DiagramElement;
|
1447
|
-
exports.PathElement = ej2Diagrams.PathElement;
|
1448
|
-
exports.ImageElement = ej2Diagrams.ImageElement;
|
1449
|
-
exports.TextElement = ej2Diagrams.TextElement;
|
1450
|
-
exports.Container = ej2Diagrams.Container;
|
1451
|
-
exports.Canvas = ej2Diagrams.Canvas;
|
1452
|
-
exports.GridPanel = ej2Diagrams.GridPanel;
|
1453
|
-
exports.RowDefinition = ej2Diagrams.RowDefinition;
|
1454
|
-
exports.ColumnDefinition = ej2Diagrams.ColumnDefinition;
|
1455
|
-
exports.GridRow = ej2Diagrams.GridRow;
|
1456
|
-
exports.GridCell = ej2Diagrams.GridCell;
|
1457
|
-
exports.StackPanel = ej2Diagrams.StackPanel;
|
1458
|
-
exports.findConnectorPoints = ej2Diagrams.findConnectorPoints;
|
1459
|
-
exports.swapBounds = ej2Diagrams.swapBounds;
|
1460
|
-
exports.findMargin = ej2Diagrams.findMargin;
|
1461
|
-
exports.findAngle = ej2Diagrams.findAngle;
|
1462
|
-
exports.findPoint = ej2Diagrams.findPoint;
|
1463
|
-
exports.getIntersection = ej2Diagrams.getIntersection;
|
1464
|
-
exports.getIntersectionPoints = ej2Diagrams.getIntersectionPoints;
|
1465
|
-
exports.orthoConnection2Segment = ej2Diagrams.orthoConnection2Segment;
|
1466
|
-
exports.getPortDirection = ej2Diagrams.getPortDirection;
|
1467
|
-
exports.getOuterBounds = ej2Diagrams.getOuterBounds;
|
1468
|
-
exports.getOppositeDirection = ej2Diagrams.getOppositeDirection;
|
1469
|
-
exports.processPathData = ej2Diagrams.processPathData;
|
1470
|
-
exports.parsePathData = ej2Diagrams.parsePathData;
|
1471
|
-
exports.getRectanglePath = ej2Diagrams.getRectanglePath;
|
1472
|
-
exports.getPolygonPath = ej2Diagrams.getPolygonPath;
|
1473
|
-
exports.getFreeHandPath = ej2Diagrams.getFreeHandPath;
|
1474
|
-
exports.pathSegmentCollection = ej2Diagrams.pathSegmentCollection;
|
1475
|
-
exports.transformPath = ej2Diagrams.transformPath;
|
1476
|
-
exports.updatedSegment = ej2Diagrams.updatedSegment;
|
1477
|
-
exports.scalePathData = ej2Diagrams.scalePathData;
|
1478
|
-
exports.splitArrayCollection = ej2Diagrams.splitArrayCollection;
|
1479
|
-
exports.getPathString = ej2Diagrams.getPathString;
|
1480
|
-
exports.getString = ej2Diagrams.getString;
|
1481
|
-
exports.randomId = ej2Diagrams.randomId;
|
1482
|
-
exports.getIndex = ej2Diagrams.getIndex;
|
1483
|
-
exports.templateCompiler = ej2Diagrams.templateCompiler;
|
1484
|
-
exports.cornersPointsBeforeRotation = ej2Diagrams.cornersPointsBeforeRotation;
|
1485
|
-
exports.getBounds = ej2Diagrams.getBounds;
|
1486
|
-
exports.cloneObject = ej2Diagrams.cloneObject;
|
1487
|
-
exports.getInternalProperties = ej2Diagrams.getInternalProperties;
|
1488
|
-
exports.cloneArray = ej2Diagrams.cloneArray;
|
1489
|
-
exports.extendObject = ej2Diagrams.extendObject;
|
1490
|
-
exports.extendArray = ej2Diagrams.extendArray;
|
1491
|
-
exports.textAlignToString = ej2Diagrams.textAlignToString;
|
1492
|
-
exports.wordBreakToString = ej2Diagrams.wordBreakToString;
|
1493
|
-
exports.bBoxText = ej2Diagrams.bBoxText;
|
1494
|
-
exports.middleElement = ej2Diagrams.middleElement;
|
1495
|
-
exports.overFlow = ej2Diagrams.overFlow;
|
1496
|
-
exports.whiteSpaceToString = ej2Diagrams.whiteSpaceToString;
|
1497
|
-
exports.rotateSize = ej2Diagrams.rotateSize;
|
1498
|
-
exports.rotatePoint = ej2Diagrams.rotatePoint;
|
1499
|
-
exports.getOffset = ej2Diagrams.getOffset;
|
1500
|
-
exports.getFunction = ej2Diagrams.getFunction;
|
1501
|
-
exports.completeRegion = ej2Diagrams.completeRegion;
|
1502
|
-
exports.findNodeByName = ej2Diagrams.findNodeByName;
|
1503
|
-
exports.findObjectType = ej2Diagrams.findObjectType;
|
1504
|
-
exports.setSwimLaneDefaults = ej2Diagrams.setSwimLaneDefaults;
|
1505
|
-
exports.getSpaceValue = ej2Diagrams.getSpaceValue;
|
1506
|
-
exports.getInterval = ej2Diagrams.getInterval;
|
1507
|
-
exports.setPortsEdges = ej2Diagrams.setPortsEdges;
|
1508
|
-
exports.setUMLActivityDefaults = ej2Diagrams.setUMLActivityDefaults;
|
1509
|
-
exports.setConnectorDefaults = ej2Diagrams.setConnectorDefaults;
|
1510
|
-
exports.findNearestPoint = ej2Diagrams.findNearestPoint;
|
1511
|
-
exports.isDiagramChild = ej2Diagrams.isDiagramChild;
|
1512
|
-
exports.groupHasType = ej2Diagrams.groupHasType;
|
1513
|
-
exports.updateDefaultValues = ej2Diagrams.updateDefaultValues;
|
1514
|
-
exports.updateLayoutValue = ej2Diagrams.updateLayoutValue;
|
1515
|
-
exports.isPointOverConnector = ej2Diagrams.isPointOverConnector;
|
1516
|
-
exports.intersect3 = ej2Diagrams.intersect3;
|
1517
|
-
exports.intersect2 = ej2Diagrams.intersect2;
|
1518
|
-
exports.getLineSegment = ej2Diagrams.getLineSegment;
|
1519
|
-
exports.getPoints = ej2Diagrams.getPoints;
|
1520
|
-
exports.getTooltipOffset = ej2Diagrams.getTooltipOffset;
|
1521
|
-
exports.initFixedUserHandlesSymbol = ej2Diagrams.initFixedUserHandlesSymbol;
|
1522
|
-
exports.sort = ej2Diagrams.sort;
|
1523
|
-
exports.getAnnotationPosition = ej2Diagrams.getAnnotationPosition;
|
1524
|
-
exports.getPortsPosition = ej2Diagrams.getPortsPosition;
|
1525
|
-
exports.getOffsetOfPorts = ej2Diagrams.getOffsetOfPorts;
|
1526
|
-
exports.getAlignedPositionForPorts = ej2Diagrams.getAlignedPositionForPorts;
|
1527
|
-
exports.getOffsetOfConnector = ej2Diagrams.getOffsetOfConnector;
|
1528
|
-
exports.getAlignedPosition = ej2Diagrams.getAlignedPosition;
|
1529
|
-
exports.alignLabelOnSegments = ej2Diagrams.alignLabelOnSegments;
|
1530
|
-
exports.getBezierDirection = ej2Diagrams.getBezierDirection;
|
1531
|
-
exports.removeChildNodes = ej2Diagrams.removeChildNodes;
|
1532
|
-
exports.getChild = ej2Diagrams.getChild;
|
1533
|
-
exports.serialize = ej2Diagrams.serialize;
|
1534
|
-
exports.deserialize = ej2Diagrams.deserialize;
|
1535
|
-
exports.changeOldFlipDirectionType = ej2Diagrams.changeOldFlipDirectionType;
|
1536
|
-
exports.upgrade = ej2Diagrams.upgrade;
|
1537
|
-
exports.updateStyle = ej2Diagrams.updateStyle;
|
1538
|
-
exports.updateHyperlink = ej2Diagrams.updateHyperlink;
|
1539
|
-
exports.updateShapeContent = ej2Diagrams.updateShapeContent;
|
1540
|
-
exports.updateShape = ej2Diagrams.updateShape;
|
1541
|
-
exports.updateContent = ej2Diagrams.updateContent;
|
1542
|
-
exports.updateUmlActivityNode = ej2Diagrams.updateUmlActivityNode;
|
1543
|
-
exports.getUMLFinalNode = ej2Diagrams.getUMLFinalNode;
|
1544
|
-
exports.getUMLActivityShapes = ej2Diagrams.getUMLActivityShapes;
|
1545
|
-
exports.removeGradient = ej2Diagrams.removeGradient;
|
1546
|
-
exports.removeItem = ej2Diagrams.removeItem;
|
1547
|
-
exports.updateConnector = ej2Diagrams.updateConnector;
|
1548
|
-
exports.getUserHandlePosition = ej2Diagrams.getUserHandlePosition;
|
1549
|
-
exports.canResizeCorner = ej2Diagrams.canResizeCorner;
|
1550
|
-
exports.canShowCorner = ej2Diagrams.canShowCorner;
|
1551
|
-
exports.canShowControlPoints = ej2Diagrams.canShowControlPoints;
|
1552
|
-
exports.checkPortRestriction = ej2Diagrams.checkPortRestriction;
|
1553
|
-
exports.findAnnotation = ej2Diagrams.findAnnotation;
|
1554
|
-
exports.findPort = ej2Diagrams.findPort;
|
1555
|
-
exports.getInOutConnectPorts = ej2Diagrams.getInOutConnectPorts;
|
1556
|
-
exports.findObjectIndex = ej2Diagrams.findObjectIndex;
|
1557
|
-
exports.findPortIndex = ej2Diagrams.findPortIndex;
|
1558
|
-
exports.getObjectFromCollection = ej2Diagrams.getObjectFromCollection;
|
1559
|
-
exports.scaleElement = ej2Diagrams.scaleElement;
|
1560
|
-
exports.arrangeChild = ej2Diagrams.arrangeChild;
|
1561
|
-
exports.insertObject = ej2Diagrams.insertObject;
|
1562
|
-
exports.getElement = ej2Diagrams.getElement;
|
1563
|
-
exports.getCollectionChangeEventArguements = ej2Diagrams.getCollectionChangeEventArguements;
|
1564
|
-
exports.getDropEventArguements = ej2Diagrams.getDropEventArguements;
|
1565
|
-
exports.getPoint = ej2Diagrams.getPoint;
|
1566
|
-
exports.getObjectType = ej2Diagrams.getObjectType;
|
1567
|
-
exports.flipConnector = ej2Diagrams.flipConnector;
|
1568
|
-
exports.updatePortEdges = ej2Diagrams.updatePortEdges;
|
1569
|
-
exports.alignElement = ej2Diagrams.alignElement;
|
1570
|
-
exports.cloneSelectedObjects = ej2Diagrams.cloneSelectedObjects;
|
1571
|
-
exports.updatePathElement = ej2Diagrams.updatePathElement;
|
1572
|
-
exports.getPathOffset = ej2Diagrams.getPathOffset;
|
1573
|
-
exports.checkPort = ej2Diagrams.checkPort;
|
1574
|
-
exports.findPath = ej2Diagrams.findPath;
|
1575
|
-
exports.getConnectorDirection = ej2Diagrams.getConnectorDirection;
|
1576
|
-
exports.findDistance = ej2Diagrams.findDistance;
|
1577
|
-
exports.cloneBlazorObject = ej2Diagrams.cloneBlazorObject;
|
1578
|
-
exports.checkBrowserInfo = ej2Diagrams.checkBrowserInfo;
|
1579
|
-
exports.canMeasureDecoratorPath = ej2Diagrams.canMeasureDecoratorPath;
|
1580
|
-
exports.getPreviewSize = ej2Diagrams.getPreviewSize;
|
1581
|
-
exports.getSymbolSize = ej2Diagrams.getSymbolSize;
|
1582
|
-
exports.findParentInSwimlane = ej2Diagrams.findParentInSwimlane;
|
1583
|
-
exports.selectionHasConnector = ej2Diagrams.selectionHasConnector;
|
1584
|
-
exports.getConnectorArrowType = ej2Diagrams.getConnectorArrowType;
|
1585
|
-
exports.CanvasRenderer = ej2Diagrams.CanvasRenderer;
|
1586
|
-
exports.DiagramRenderer = ej2Diagrams.DiagramRenderer;
|
1587
|
-
exports.DataBinding = ej2Diagrams.DataBinding;
|
1588
|
-
exports.getBasicShape = ej2Diagrams.getBasicShape;
|
1589
|
-
exports.getPortShape = ej2Diagrams.getPortShape;
|
1590
|
-
exports.getDecoratorShape = ej2Diagrams.getDecoratorShape;
|
1591
|
-
exports.getSegmentThumbShapeHorizontal = ej2Diagrams.getSegmentThumbShapeHorizontal;
|
1592
|
-
exports.getSegmentThumbShapeVertical = ej2Diagrams.getSegmentThumbShapeVertical;
|
1593
|
-
exports.getIconShape = ej2Diagrams.getIconShape;
|
1594
|
-
exports.getFlowShape = ej2Diagrams.getFlowShape;
|
1595
|
-
exports.Hyperlink = ej2Diagrams.Hyperlink;
|
1596
|
-
exports.Annotation = ej2Diagrams.Annotation;
|
1597
|
-
exports.ShapeAnnotation = ej2Diagrams.ShapeAnnotation;
|
1598
|
-
exports.PathAnnotation = ej2Diagrams.PathAnnotation;
|
1599
|
-
exports.Port = ej2Diagrams.Port;
|
1600
|
-
exports.PointPort = ej2Diagrams.PointPort;
|
1601
|
-
exports.PathPort = ej2Diagrams.PathPort;
|
1602
|
-
exports.menuClass = ej2Diagrams.menuClass;
|
1603
|
-
exports.DiagramContextMenu = ej2Diagrams.DiagramContextMenu;
|
1604
|
-
exports.Shape = ej2Diagrams.Shape;
|
1605
|
-
exports.Path = ej2Diagrams.Path;
|
1606
|
-
exports.Native = ej2Diagrams.Native;
|
1607
|
-
exports.Html = ej2Diagrams.Html;
|
1608
|
-
exports.Image = ej2Diagrams.Image;
|
1609
|
-
exports.Text = ej2Diagrams.Text;
|
1610
|
-
exports.BasicShape = ej2Diagrams.BasicShape;
|
1611
|
-
exports.FlowShape = ej2Diagrams.FlowShape;
|
1612
|
-
exports.BpmnGateway = ej2Diagrams.BpmnGateway;
|
1613
|
-
exports.BpmnDataObject = ej2Diagrams.BpmnDataObject;
|
1614
|
-
exports.BpmnTask = ej2Diagrams.BpmnTask;
|
1615
|
-
exports.BpmnEvent = ej2Diagrams.BpmnEvent;
|
1616
|
-
exports.BpmnSubEvent = ej2Diagrams.BpmnSubEvent;
|
1617
|
-
exports.BpmnTransactionSubProcess = ej2Diagrams.BpmnTransactionSubProcess;
|
1618
|
-
exports.BpmnSubProcess = ej2Diagrams.BpmnSubProcess;
|
1619
|
-
exports.BpmnActivity = ej2Diagrams.BpmnActivity;
|
1620
|
-
exports.BpmnAnnotation = ej2Diagrams.BpmnAnnotation;
|
1621
|
-
exports.BpmnTextAnnotation = ej2Diagrams.BpmnTextAnnotation;
|
1622
|
-
exports.BpmnShape = ej2Diagrams.BpmnShape;
|
1623
|
-
exports.UmlActivityShape = ej2Diagrams.UmlActivityShape;
|
1624
|
-
exports.MethodArguments = ej2Diagrams.MethodArguments;
|
1625
|
-
exports.UmlClassAttribute = ej2Diagrams.UmlClassAttribute;
|
1626
|
-
exports.UmlClassMethod = ej2Diagrams.UmlClassMethod;
|
1627
|
-
exports.UmlClass = ej2Diagrams.UmlClass;
|
1628
|
-
exports.UmlInterface = ej2Diagrams.UmlInterface;
|
1629
|
-
exports.UmlEnumerationMember = ej2Diagrams.UmlEnumerationMember;
|
1630
|
-
exports.UmlEnumeration = ej2Diagrams.UmlEnumeration;
|
1631
|
-
exports.UmlClassifierShape = ej2Diagrams.UmlClassifierShape;
|
1632
|
-
exports.DiagramShape = ej2Diagrams.DiagramShape;
|
1633
|
-
exports.Node = ej2Diagrams.Node;
|
1634
|
-
exports.Header = ej2Diagrams.Header;
|
1635
|
-
exports.Lane = ej2Diagrams.Lane;
|
1636
|
-
exports.Phase = ej2Diagrams.Phase;
|
1637
|
-
exports.SwimLane = ej2Diagrams.SwimLane;
|
1638
|
-
exports.ChildContainer = ej2Diagrams.ChildContainer;
|
1639
|
-
exports.Selector = ej2Diagrams.Selector;
|
1640
|
-
exports.BpmnDiagrams = ej2Diagrams.BpmnDiagrams;
|
1641
|
-
exports.getBpmnShapePathData = ej2Diagrams.getBpmnShapePathData;
|
1642
|
-
exports.getBpmnTriggerShapePathData = ej2Diagrams.getBpmnTriggerShapePathData;
|
1643
|
-
exports.getBpmnGatewayShapePathData = ej2Diagrams.getBpmnGatewayShapePathData;
|
1644
|
-
exports.getBpmnTaskShapePathData = ej2Diagrams.getBpmnTaskShapePathData;
|
1645
|
-
exports.getBpmnLoopShapePathData = ej2Diagrams.getBpmnLoopShapePathData;
|
1646
|
-
exports.Decorator = ej2Diagrams.Decorator;
|
1647
|
-
exports.Vector = ej2Diagrams.Vector;
|
1648
|
-
exports.BezierSettings = ej2Diagrams.BezierSettings;
|
1649
|
-
exports.ConnectorShape = ej2Diagrams.ConnectorShape;
|
1650
|
-
exports.ActivityFlow = ej2Diagrams.ActivityFlow;
|
1651
|
-
exports.BpmnFlow = ej2Diagrams.BpmnFlow;
|
1652
|
-
exports.ConnectorSegment = ej2Diagrams.ConnectorSegment;
|
1653
|
-
exports.StraightSegment = ej2Diagrams.StraightSegment;
|
1654
|
-
exports.BezierSegment = ej2Diagrams.BezierSegment;
|
1655
|
-
exports.OrthogonalSegment = ej2Diagrams.OrthogonalSegment;
|
1656
|
-
exports.DiagramConnectorSegment = ej2Diagrams.DiagramConnectorSegment;
|
1657
|
-
exports.getDirection = ej2Diagrams.getDirection;
|
1658
|
-
exports.isEmptyVector = ej2Diagrams.isEmptyVector;
|
1659
|
-
exports.getBezierPoints = ej2Diagrams.getBezierPoints;
|
1660
|
-
exports.getBezierBounds = ej2Diagrams.getBezierBounds;
|
1661
|
-
exports.bezierPoints = ej2Diagrams.bezierPoints;
|
1662
|
-
exports.MultiplicityLabel = ej2Diagrams.MultiplicityLabel;
|
1663
|
-
exports.ClassifierMultiplicity = ej2Diagrams.ClassifierMultiplicity;
|
1664
|
-
exports.RelationShip = ej2Diagrams.RelationShip;
|
1665
|
-
exports.DiagramConnectorShape = ej2Diagrams.DiagramConnectorShape;
|
1666
|
-
exports.Connector = ej2Diagrams.Connector;
|
1667
|
-
exports.ConnectorBridging = ej2Diagrams.ConnectorBridging;
|
1668
|
-
exports.Snapping = ej2Diagrams.Snapping;
|
1669
|
-
exports.UndoRedo = ej2Diagrams.UndoRedo;
|
1670
|
-
exports.DiagramTooltip = ej2Diagrams.DiagramTooltip;
|
1671
|
-
exports.initTooltip = ej2Diagrams.initTooltip;
|
1672
|
-
exports.updateTooltip = ej2Diagrams.updateTooltip;
|
1673
|
-
exports.LayoutAnimation = ej2Diagrams.LayoutAnimation;
|
1674
|
-
exports.SymbolSize = ej2Diagrams.SymbolSize;
|
1675
|
-
exports.SymbolPaletteInfo = ej2Diagrams.SymbolPaletteInfo;
|
1676
|
-
exports.FixedUserHandle = ej2Diagrams.FixedUserHandle;
|
1677
|
-
exports.NodeFixedUserHandle = ej2Diagrams.NodeFixedUserHandle;
|
1678
|
-
exports.ConnectorFixedUserHandle = ej2Diagrams.ConnectorFixedUserHandle;
|
1679
|
-
exports.UserHandle = ej2Diagrams.UserHandle;
|
1680
|
-
exports.ToolBase = ej2Diagrams.ToolBase;
|
1681
|
-
exports.SelectTool = ej2Diagrams.SelectTool;
|
1682
|
-
exports.FixedUserHandleTool = ej2Diagrams.FixedUserHandleTool;
|
1683
|
-
exports.ConnectTool = ej2Diagrams.ConnectTool;
|
1684
|
-
exports.MoveTool = ej2Diagrams.MoveTool;
|
1685
|
-
exports.RotateTool = ej2Diagrams.RotateTool;
|
1686
|
-
exports.ResizeTool = ej2Diagrams.ResizeTool;
|
1687
|
-
exports.NodeDrawingTool = ej2Diagrams.NodeDrawingTool;
|
1688
|
-
exports.ConnectorDrawingTool = ej2Diagrams.ConnectorDrawingTool;
|
1689
|
-
exports.TextDrawingTool = ej2Diagrams.TextDrawingTool;
|
1690
|
-
exports.ZoomPanTool = ej2Diagrams.ZoomPanTool;
|
1691
|
-
exports.ExpandTool = ej2Diagrams.ExpandTool;
|
1692
|
-
exports.LabelTool = ej2Diagrams.LabelTool;
|
1693
|
-
exports.PolygonDrawingTool = ej2Diagrams.PolygonDrawingTool;
|
1694
|
-
exports.PolyLineDrawingTool = ej2Diagrams.PolyLineDrawingTool;
|
1695
|
-
exports.LabelDragTool = ej2Diagrams.LabelDragTool;
|
1696
|
-
exports.LabelResizeTool = ej2Diagrams.LabelResizeTool;
|
1697
|
-
exports.LabelRotateTool = ej2Diagrams.LabelRotateTool;
|
1698
|
-
exports.FreeHandTool = ej2Diagrams.FreeHandTool;
|
1699
|
-
exports.DiagramEventHandler = ej2Diagrams.DiagramEventHandler;
|
1700
|
-
exports.CommandHandler = ej2Diagrams.CommandHandler;
|
1701
|
-
exports.findToolToActivate = ej2Diagrams.findToolToActivate;
|
1702
|
-
exports.findPortToolToActivate = ej2Diagrams.findPortToolToActivate;
|
1703
|
-
exports.contains = ej2Diagrams.contains;
|
1704
|
-
exports.hasSelection = ej2Diagrams.hasSelection;
|
1705
|
-
exports.hasSingleConnection = ej2Diagrams.hasSingleConnection;
|
1706
|
-
exports.isSelected = ej2Diagrams.isSelected;
|
1707
|
-
exports.getCursor = ej2Diagrams.getCursor;
|
1708
|
-
exports.ConnectorEditing = ej2Diagrams.ConnectorEditing;
|
1709
|
-
exports.updateCanvasBounds = ej2Diagrams.updateCanvasBounds;
|
1710
|
-
exports.removeChildInContainer = ej2Diagrams.removeChildInContainer;
|
1711
|
-
exports.findBounds = ej2Diagrams.findBounds;
|
1712
|
-
exports.createHelper = ej2Diagrams.createHelper;
|
1713
|
-
exports.renderContainerHelper = ej2Diagrams.renderContainerHelper;
|
1714
|
-
exports.checkParentAsContainer = ej2Diagrams.checkParentAsContainer;
|
1715
|
-
exports.checkChildNodeInContainer = ej2Diagrams.checkChildNodeInContainer;
|
1716
|
-
exports.updateZindex = ej2Diagrams.updateZindex;
|
1717
|
-
exports.addChildToContainer = ej2Diagrams.addChildToContainer;
|
1718
|
-
exports.updateLaneBoundsWithSelector = ej2Diagrams.updateLaneBoundsWithSelector;
|
1719
|
-
exports.updateLaneBoundsAfterAddChild = ej2Diagrams.updateLaneBoundsAfterAddChild;
|
1720
|
-
exports.renderStackHighlighter = ej2Diagrams.renderStackHighlighter;
|
1721
|
-
exports.moveChildInStack = ej2Diagrams.moveChildInStack;
|
1722
|
-
exports.LineRouting = ej2Diagrams.LineRouting;
|
1723
|
-
exports.LineDistribution = ej2Diagrams.LineDistribution;
|
1724
|
-
exports.CrudAction = ej2Diagrams.CrudAction;
|
1725
|
-
exports.ConnectionDataSource = ej2Diagrams.ConnectionDataSource;
|
1726
|
-
exports.DataSource = ej2Diagrams.DataSource;
|
1727
|
-
exports.Gridlines = ej2Diagrams.Gridlines;
|
1728
|
-
exports.SnapSettings = ej2Diagrams.SnapSettings;
|
1729
|
-
exports.KeyGesture = ej2Diagrams.KeyGesture;
|
1730
|
-
exports.Command = ej2Diagrams.Command;
|
1731
|
-
exports.CommandManager = ej2Diagrams.CommandManager;
|
1732
|
-
exports.ContextMenuSettings = ej2Diagrams.ContextMenuSettings;
|
1733
|
-
exports.CustomCursorAction = ej2Diagrams.CustomCursorAction;
|
1734
|
-
exports.DataMappingItems = ej2Diagrams.DataMappingItems;
|
1735
|
-
exports.FlowchartLayoutSettings = ej2Diagrams.FlowchartLayoutSettings;
|
1736
|
-
exports.Layout = ej2Diagrams.Layout;
|
1737
|
-
exports.MindMap = ej2Diagrams.MindMap;
|
1738
|
-
exports.HierarchicalTree = ej2Diagrams.HierarchicalTree;
|
1739
|
-
exports.RadialTree = ej2Diagrams.RadialTree;
|
1740
|
-
exports.GraphForceNode = ej2Diagrams.GraphForceNode;
|
1741
|
-
exports.SymmetricLayout = ej2Diagrams.SymmetricLayout;
|
1742
|
-
exports.GraphLayoutManager = ej2Diagrams.GraphLayoutManager;
|
1743
|
-
exports.ComplexHierarchicalTree = ej2Diagrams.ComplexHierarchicalTree;
|
1744
|
-
exports.FlowchartLayout = ej2Diagrams.FlowchartLayout;
|
1745
|
-
exports.ConnectorProperties = ej2Diagrams.ConnectorProperties;
|
1746
|
-
exports.LabelProperties = ej2Diagrams.LabelProperties;
|
1747
|
-
exports.Ej1Serialization = ej2Diagrams.Ej1Serialization;
|
1748
|
-
exports.NodeProperties = ej2Diagrams.NodeProperties;
|
1749
|
-
exports.PortProperties = ej2Diagrams.PortProperties;
|
1750
|
-
exports.Palette = ej2Diagrams.Palette;
|
1751
|
-
exports.SymbolDragSize = ej2Diagrams.SymbolDragSize;
|
1752
|
-
exports.SymbolPreview = ej2Diagrams.SymbolPreview;
|
1753
|
-
exports.SymbolPalette = ej2Diagrams.SymbolPalette;
|
1754
|
-
exports.Ruler = ej2Diagrams.Ruler;
|
1755
|
-
exports.Overview = ej2Diagrams.Overview;
|
1756
|
-
|
1757
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
1758
|
-
|
1759
|
-
})));
|
1760
|
-
//# sourceMappingURL=ej2-angular-diagrams.umd.js.map
|