@syncfusion/ej2-vue-diagrams 20.1.47 → 20.1.48
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 +10 -4
- package/dist/ej2-vue-diagrams.umd.min.js +2 -2
- package/dist/es6/ej2-vue-diagrams.es2015.js +27 -389
- package/dist/es6/ej2-vue-diagrams.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-diagrams.es5.js +25 -262
- package/dist/es6/ej2-vue-diagrams.es5.js.map +1 -1
- package/dist/global/ej2-vue-diagrams.min.js +2 -2
- package/package.json +14 -8
- package/src/diagram/connector-annotation.directive.d.ts +1 -3
- package/src/diagram/connector-annotation.directive.js +2 -24
- package/src/diagram/connector-fixeduserhandle.directive.d.ts +1 -3
- package/src/diagram/connector-fixeduserhandle.directive.js +2 -24
- package/src/diagram/connectors.directive.d.ts +1 -3
- package/src/diagram/connectors.directive.js +2 -24
- package/src/diagram/customcursor.directive.d.ts +1 -3
- package/src/diagram/customcursor.directive.js +2 -24
- package/src/diagram/diagram.component.d.ts +0 -1
- package/src/diagram/diagram.component.js +1 -10
- package/src/diagram/layers.directive.d.ts +1 -3
- package/src/diagram/layers.directive.js +2 -24
- package/src/diagram/node-annotation.directive.d.ts +1 -3
- package/src/diagram/node-annotation.directive.js +2 -24
- package/src/diagram/node-fixeduserhandle.directive.d.ts +1 -3
- package/src/diagram/node-fixeduserhandle.directive.js +2 -24
- package/src/diagram/nodes.directive.d.ts +1 -3
- package/src/diagram/nodes.directive.js +2 -24
- package/src/diagram/ports.directive.d.ts +1 -3
- package/src/diagram/ports.directive.js +2 -24
- package/src/overview/overview.component.d.ts +0 -1
- package/src/overview/overview.component.js +1 -10
- package/src/symbol-palette/palettes.directive.d.ts +1 -3
- package/src/symbol-palette/palettes.directive.js +2 -24
- package/src/symbol-palette/symbolpalette.component.d.ts +0 -1
- package/src/symbol-palette/symbolpalette.component.js +1 -10
- package/styles/diagram/fluent-dark.css +0 -396
- package/styles/diagram/fluent-dark.scss +0 -1
- package/styles/diagram/fluent.css +0 -396
- package/styles/diagram/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -396
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +0 -396
- package/styles/fluent.scss +0 -1
package/package.json
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_args": [
|
|
3
|
+
[
|
|
4
|
+
"@syncfusion/ej2-vue-diagrams@19.4.55",
|
|
5
|
+
"D:\\Augest 2021\\vue package publish\\vue source from nexus"
|
|
6
|
+
]
|
|
7
|
+
],
|
|
2
8
|
"_from": "@syncfusion/ej2-vue-diagrams@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-diagrams@19.4.
|
|
9
|
+
"_id": "@syncfusion/ej2-vue-diagrams@19.4.55",
|
|
4
10
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
11
|
+
"_integrity": "sha512-dU1nBqEG6GU+y5JhTC3h/kLiLWVJiKtxv1OFMUGf5oZB8KvF2f0nolRR7Ng5aIxPtCAvPAMYdBH2gMEX/eR+Cg==",
|
|
6
12
|
"_location": "/@syncfusion/ej2-vue-diagrams",
|
|
7
13
|
"_phantomChildren": {},
|
|
8
14
|
"_requested": {
|
|
@@ -19,8 +25,8 @@
|
|
|
19
25
|
"_requiredBy": [
|
|
20
26
|
"/"
|
|
21
27
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
28
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-19.4.55.tgz",
|
|
29
|
+
"_shasum": "cbe88aa8d03b3f8f76dd5e487bf9cdc5b1010e53",
|
|
24
30
|
"_spec": "@syncfusion/ej2-vue-diagrams@*",
|
|
25
31
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
32
|
"author": {
|
|
@@ -31,9 +37,9 @@
|
|
|
31
37
|
},
|
|
32
38
|
"bundleDependencies": false,
|
|
33
39
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-diagrams": "20.1.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.1.
|
|
40
|
+
"@syncfusion/ej2-base": "~20.1.48",
|
|
41
|
+
"@syncfusion/ej2-diagrams": "20.1.48",
|
|
42
|
+
"@syncfusion/ej2-vue-base": "~20.1.48"
|
|
37
43
|
},
|
|
38
44
|
"deprecated": false,
|
|
39
45
|
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
|
|
@@ -57,6 +63,6 @@
|
|
|
57
63
|
"type": "git",
|
|
58
64
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
59
65
|
},
|
|
60
|
-
"version": "20.1.
|
|
66
|
+
"version": "20.1.48",
|
|
61
67
|
"sideEffects": false
|
|
62
68
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class ConnectorAnnotationsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const ConnectorAnnotationsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var ConnectorAnnotationsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(ConnectorAnnotationsDirective, _super);
|
|
35
33
|
function ConnectorAnnotationsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
ConnectorAnnotationsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
ConnectorAnnotationsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
ConnectorAnnotationsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
ConnectorAnnotationsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-connector-annotations';
|
|
56
41
|
};
|
|
57
42
|
ConnectorAnnotationsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], ConnectorAnnotationsDirective);
|
|
67
45
|
return ConnectorAnnotationsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class ConnectorFixedUserHandlesDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const ConnectorFixedUserHandlesPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var ConnectorFixedUserHandlesDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(ConnectorFixedUserHandlesDirective, _super);
|
|
35
33
|
function ConnectorFixedUserHandlesDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
ConnectorFixedUserHandlesDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
ConnectorFixedUserHandlesDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
ConnectorFixedUserHandlesDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
ConnectorFixedUserHandlesDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-connector-fixeduserhandles';
|
|
56
41
|
};
|
|
57
42
|
ConnectorFixedUserHandlesDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], ConnectorFixedUserHandlesDirective);
|
|
67
45
|
return ConnectorFixedUserHandlesDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class ConnectorsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const ConnectorsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var ConnectorsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(ConnectorsDirective, _super);
|
|
35
33
|
function ConnectorsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
ConnectorsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
ConnectorsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
ConnectorsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
ConnectorsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-connectors';
|
|
56
41
|
};
|
|
57
42
|
ConnectorsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], ConnectorsDirective);
|
|
67
45
|
return ConnectorsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class CustomCursorsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const CustomCursorsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var CustomCursorsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(CustomCursorsDirective, _super);
|
|
35
33
|
function CustomCursorsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
CustomCursorsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
CustomCursorsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
CustomCursorsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
CustomCursorsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-cursormaps';
|
|
56
41
|
};
|
|
57
42
|
CustomCursorsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], CustomCursorsDirective);
|
|
67
45
|
return CustomCursorsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -28,7 +28,6 @@ export declare class DiagramComponent extends ComponentBase {
|
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
30
30
|
render(createElement: any): any;
|
|
31
|
-
custom(): void;
|
|
32
31
|
add(obj: Object | Object, group?: boolean): Object | Object;
|
|
33
32
|
addChildToGroup(group: Object, child: string | Object | Object): void;
|
|
34
33
|
addConnector(obj: Object): Object;
|
|
@@ -64,7 +64,6 @@ var DiagramComponent = /** @class */ (function (_super) {
|
|
|
64
64
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
65
65
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
66
66
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
67
|
-
_this.updated = _this.updated;
|
|
68
67
|
return _this;
|
|
69
68
|
}
|
|
70
69
|
DiagramComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -123,9 +122,6 @@ var DiagramComponent = /** @class */ (function (_super) {
|
|
|
123
122
|
}
|
|
124
123
|
return h('div', slots);
|
|
125
124
|
};
|
|
126
|
-
DiagramComponent.prototype.custom = function () {
|
|
127
|
-
this.updated();
|
|
128
|
-
};
|
|
129
125
|
DiagramComponent.prototype.add = function (obj, group) {
|
|
130
126
|
return this.ej2Instances.add(obj, group);
|
|
131
127
|
};
|
|
@@ -424,12 +420,7 @@ var DiagramComponent = /** @class */ (function (_super) {
|
|
|
424
420
|
,Options({
|
|
425
421
|
props: props,
|
|
426
422
|
watch: watch,
|
|
427
|
-
emits: emitProbs
|
|
428
|
-
provide: function provide() {
|
|
429
|
-
return {
|
|
430
|
-
custom: this.custom
|
|
431
|
-
};
|
|
432
|
-
}
|
|
423
|
+
emits: emitProbs
|
|
433
424
|
})
|
|
434
425
|
], DiagramComponent);
|
|
435
426
|
return DiagramComponent;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class LayersDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const LayersPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var LayersDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(LayersDirective, _super);
|
|
35
33
|
function LayersDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
LayersDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
LayersDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
LayersDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
LayersDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-layers';
|
|
56
41
|
};
|
|
57
42
|
LayersDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], LayersDirective);
|
|
67
45
|
return LayersDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class NodeAnnotationsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const NodeAnnotationsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var NodeAnnotationsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(NodeAnnotationsDirective, _super);
|
|
35
33
|
function NodeAnnotationsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
NodeAnnotationsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
NodeAnnotationsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
NodeAnnotationsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
NodeAnnotationsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-node-annotations';
|
|
56
41
|
};
|
|
57
42
|
NodeAnnotationsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], NodeAnnotationsDirective);
|
|
67
45
|
return NodeAnnotationsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class NodeFixedUserHandlesDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const NodeFixedUserHandlesPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var NodeFixedUserHandlesDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(NodeFixedUserHandlesDirective, _super);
|
|
35
33
|
function NodeFixedUserHandlesDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
NodeFixedUserHandlesDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
NodeFixedUserHandlesDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
NodeFixedUserHandlesDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
NodeFixedUserHandlesDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-node-fixeduserhandles';
|
|
56
41
|
};
|
|
57
42
|
NodeFixedUserHandlesDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], NodeFixedUserHandlesDirective);
|
|
67
45
|
return NodeFixedUserHandlesDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class NodesDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const NodesPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var NodesDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(NodesDirective, _super);
|
|
35
33
|
function NodesDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
NodesDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
NodesDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
NodesDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
NodesDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-nodes';
|
|
56
41
|
};
|
|
57
42
|
NodesDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], NodesDirective);
|
|
67
45
|
return NodesDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class PortsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const PortsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var PortsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(PortsDirective, _super);
|
|
35
33
|
function PortsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
PortsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
PortsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
PortsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
PortsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-node-ports';
|
|
56
41
|
};
|
|
57
42
|
PortsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], PortsDirective);
|
|
67
45
|
return PortsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -28,7 +28,6 @@ export declare class OverviewComponent extends ComponentBase {
|
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
30
30
|
render(createElement: any): any;
|
|
31
|
-
custom(): void;
|
|
32
31
|
updateHtmlLayer(view: Object): void;
|
|
33
32
|
}
|
|
34
33
|
export declare const OverviewPlugin: {
|