@syncfusion/ej2-angular-diagrams 25.2.5 → 26.1.35
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 +2011 -0
- package/esm2020/public_api.mjs +1 -2
- package/esm2020/src/diagram/connector-annotation.directive.mjs +3 -3
- package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +3 -3
- package/esm2020/src/diagram/diagram.component.mjs +3 -3
- package/esm2020/src/diagram/node-annotation.directive.mjs +3 -3
- package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +3 -3
- package/esm2020/src/diagram/ports.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +12 -14
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +12 -14
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/diagram/connector-annotation.directive.d.ts +6 -1
- package/src/diagram/connector-fixeduserhandle.directive.d.ts +6 -1
- package/src/diagram/diagram.component.d.ts +6 -2
- package/src/diagram/node-annotation.directive.d.ts +6 -1
- package/src/diagram/node-fixeduserhandle.directive.d.ts +6 -1
- package/src/diagram/ports.directive.d.ts +11 -1
- package/styles/bootstrap-dark.css +368 -1
- package/styles/bootstrap.css +368 -1
- package/styles/bootstrap4.css +368 -1
- package/styles/bootstrap5-dark.css +369 -1
- package/styles/bootstrap5.css +369 -1
- package/styles/diagram/bootstrap-dark.css +368 -1
- package/styles/diagram/bootstrap.css +368 -1
- package/styles/diagram/bootstrap4.css +368 -1
- package/styles/diagram/bootstrap5-dark.css +369 -1
- package/styles/diagram/bootstrap5.css +369 -1
- package/styles/diagram/fabric-dark.css +368 -1
- package/styles/diagram/fabric.css +368 -1
- package/styles/diagram/fluent-dark.css +369 -1
- package/styles/diagram/fluent.css +369 -1
- package/styles/diagram/fluent2.css +1402 -0
- package/styles/diagram/fluent2.scss +1 -0
- package/styles/diagram/highcontrast-light.css +367 -1
- package/styles/diagram/highcontrast.css +369 -1
- package/styles/diagram/material-dark.css +368 -1
- package/styles/diagram/material.css +368 -1
- package/styles/diagram/material3-dark.css +479 -1
- package/styles/diagram/material3.css +591 -1
- package/styles/diagram/tailwind-dark.css +369 -1
- package/styles/diagram/tailwind.css +369 -1
- package/styles/fabric-dark.css +368 -1
- package/styles/fabric.css +368 -1
- package/styles/fluent-dark.css +369 -1
- package/styles/fluent.css +369 -1
- package/styles/fluent2.css +1402 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light.css +367 -1
- package/styles/highcontrast.css +369 -1
- package/styles/material-dark.css +368 -1
- package/styles/material.css +368 -1
- package/styles/material3-dark.css +479 -1
- package/styles/material3.css +591 -1
- package/styles/tailwind-dark.css +369 -1
- package/styles/tailwind.css +369 -1
- package/license +0 -10
- package/postinstall/tagchange.js +0 -18
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-diagrams@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-diagrams@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-diagrams@26.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-8dgmNdIBDV3RiXkJOOx8xxQ/mtTYezntHFQUwiOaW5xsCHV3L9yCAxow48bAon0dmwAs6psC9K/XCUi1+2rtEQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-diagrams",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-diagrams/-/ej2-angular-diagrams-26.1.35.tgz",
|
|
23
|
+
"_shasum": "1d052c2b6649b78e76ae6de3125060cd014701bd",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-diagrams@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-diagrams": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.1.35",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.1.35",
|
|
36
|
+
"@syncfusion/ej2-diagrams": "26.1.35",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-diagrams.d.ts",
|
|
75
|
-
"version": "
|
|
75
|
+
"version": "26.1.35"
|
|
76
76
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-diagrams';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^26.1.35';
|
|
5
5
|
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~26.1.35';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-diagrams';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^26.1.35';
|
|
3
3
|
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~26.1.35';
|
|
@@ -114,6 +114,11 @@ export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorA
|
|
|
114
114
|
* @default 0
|
|
115
115
|
*/
|
|
116
116
|
rotateAngle: any;
|
|
117
|
+
/**
|
|
118
|
+
* Gets or sets the reference mode for annotation rotation.
|
|
119
|
+
* @default 'Parent'
|
|
120
|
+
*/
|
|
121
|
+
rotationReference: any;
|
|
117
122
|
/**
|
|
118
123
|
* Enable/Disable the angle based on the connector segment
|
|
119
124
|
* @default false
|
|
@@ -152,7 +157,7 @@ export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorA
|
|
|
152
157
|
width: any;
|
|
153
158
|
constructor(viewContainerRef: ViewContainerRef);
|
|
154
159
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationDirective, never>;
|
|
155
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationDirective, "e-connector>e-connector-annotations>e-connector-annotation", never, { "addInfo": "addInfo"; "alignment": "alignment"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "displacement": "displacement"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "segmentAngle": "segmentAngle"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
160
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationDirective, "e-connector>e-connector-annotations>e-connector-annotation", never, { "addInfo": "addInfo"; "alignment": "alignment"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "displacement": "displacement"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "rotationReference": "rotationReference"; "segmentAngle": "segmentAngle"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
156
161
|
}
|
|
157
162
|
/**
|
|
158
163
|
* ConnectorAnnotation Array Directive
|
|
@@ -86,6 +86,11 @@ export declare class ConnectorFixedUserHandleDirective extends ComplexBase<Conne
|
|
|
86
86
|
* @default ''
|
|
87
87
|
*/
|
|
88
88
|
pathData: any;
|
|
89
|
+
/**
|
|
90
|
+
* Used to show tooltip for fixed user handle on mouse over.
|
|
91
|
+
* @default {}
|
|
92
|
+
*/
|
|
93
|
+
tooltip: any;
|
|
89
94
|
/**
|
|
90
95
|
* Specifies the visibility of the fixed user handle
|
|
91
96
|
* @default true
|
|
@@ -98,7 +103,7 @@ export declare class ConnectorFixedUserHandleDirective extends ComplexBase<Conne
|
|
|
98
103
|
width: any;
|
|
99
104
|
constructor(viewContainerRef: ViewContainerRef);
|
|
100
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandleDirective, never>;
|
|
101
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandleDirective, "e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle", never, { "alignment": "alignment"; "cornerRadius": "cornerRadius"; "displacement": "displacement"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
106
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandleDirective, "e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle", never, { "alignment": "alignment"; "cornerRadius": "cornerRadius"; "displacement": "displacement"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "tooltip": "tooltip"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
102
107
|
}
|
|
103
108
|
/**
|
|
104
109
|
* ConnectorFixedUserHandle Array Directive
|
|
@@ -37,6 +37,7 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
|
|
|
37
37
|
dragLeave: any;
|
|
38
38
|
dragOver: any;
|
|
39
39
|
drop: any;
|
|
40
|
+
elementDraw: any;
|
|
40
41
|
expandStateChange: any;
|
|
41
42
|
fixedUserHandleClick: any;
|
|
42
43
|
historyChange: any;
|
|
@@ -48,6 +49,10 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
|
|
|
48
49
|
mouseLeave: any;
|
|
49
50
|
mouseOver: any;
|
|
50
51
|
mouseWheel: any;
|
|
52
|
+
onFixedUserHandleMouseDown: any;
|
|
53
|
+
onFixedUserHandleMouseEnter: any;
|
|
54
|
+
onFixedUserHandleMouseLeave: any;
|
|
55
|
+
onFixedUserHandleMouseUp: any;
|
|
51
56
|
onImageLoad: any;
|
|
52
57
|
onUserHandleMouseDown: any;
|
|
53
58
|
onUserHandleMouseEnter: any;
|
|
@@ -64,7 +69,6 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
|
|
|
64
69
|
sourcePointChange: any;
|
|
65
70
|
targetPointChange: any;
|
|
66
71
|
textEdit: any;
|
|
67
|
-
elementDraw: any;
|
|
68
72
|
childLayers: QueryList<LayersDirective>;
|
|
69
73
|
childCustomCursor: QueryList<CustomCursorsDirective>;
|
|
70
74
|
childConnectors: QueryList<ConnectorsDirective>;
|
|
@@ -96,5 +100,5 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
|
|
|
96
100
|
registerEvents: (eventList: string[]) => void;
|
|
97
101
|
addTwoWay: (propList: string[]) => void;
|
|
98
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<DiagramComponent, never>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DiagramComponent, "ejs-diagram", never, { "addInfo": "addInfo"; "annotationTemplate": "annotationTemplate"; "backgroundColor": "backgroundColor"; "bridgeDirection": "bridgeDirection"; "commandManager": "commandManager"; "connectorDefaults": "connectorDefaults"; "connectors": "connectors"; "constraints": "constraints"; "contextMenuSettings": "contextMenuSettings"; "customCursor": "customCursor"; "dataSourceSettings": "dataSourceSettings"; "diagramSettings": "diagramSettings"; "drawingObject": "drawingObject"; "enableConnectorSplit": "enableConnectorSplit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "getConnectorDefaults": "getConnectorDefaults"; "getCustomCursor": "getCustomCursor"; "getCustomProperty": "getCustomProperty"; "getCustomTool": "getCustomTool"; "getDescription": "getDescription"; "getNodeDefaults": "getNodeDefaults"; "height": "height"; "historyManager": "historyManager"; "layers": "layers"; "layout": "layout"; "locale": "locale"; "mode": "mode"; "nodeDefaults": "nodeDefaults"; "nodeTemplate": "nodeTemplate"; "nodes": "nodes"; "pageSettings": "pageSettings"; "rulerSettings": "rulerSettings"; "scrollSettings": "scrollSettings"; "segmentThumbShape": "segmentThumbShape"; "selectedItems": "selectedItems"; "serializationSettings": "serializationSettings"; "setNodeTemplate": "setNodeTemplate"; "snapSettings": "snapSettings"; "tool": "tool"; "tooltip": "tooltip"; "updateSelection": "updateSelection"; "userHandleTemplate": "userHandleTemplate"; "width": "width"; }, { "animationComplete": "animationComplete"; "click": "click"; "collectionChange": "collectionChange"; "commandExecute": "commandExecute"; "connectionChange": "connectionChange"; "contextMenuBeforeItemRender": "contextMenuBeforeItemRender"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataLoaded": "dataLoaded"; "doubleClick": "doubleClick"; "dragEnter": "dragEnter"; "dragLeave": "dragLeave"; "dragOver": "dragOver"; "drop": "drop"; "expandStateChange": "expandStateChange"; "fixedUserHandleClick": "fixedUserHandleClick"; "historyChange": "historyChange"; "historyStateChange": "historyStateChange"; "keyDown": "keyDown"; "keyUp": "keyUp"; "load": "load"; "mouseEnter": "mouseEnter"; "mouseLeave": "mouseLeave"; "mouseOver": "mouseOver"; "mouseWheel": "mouseWheel"; "onImageLoad": "onImageLoad"; "onUserHandleMouseDown": "onUserHandleMouseDown"; "onUserHandleMouseEnter": "onUserHandleMouseEnter"; "onUserHandleMouseLeave": "onUserHandleMouseLeave"; "onUserHandleMouseUp": "onUserHandleMouseUp"; "positionChange": "positionChange"; "propertyChange": "propertyChange"; "rotateChange": "rotateChange"; "scrollChange": "scrollChange"; "segmentChange": "segmentChange"; "segmentCollectionChange": "segmentCollectionChange"; "selectionChange": "selectionChange"; "sizeChange": "sizeChange"; "sourcePointChange": "sourcePointChange"; "targetPointChange": "targetPointChange"; "textEdit": "textEdit";
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DiagramComponent, "ejs-diagram", never, { "addInfo": "addInfo"; "annotationTemplate": "annotationTemplate"; "backgroundColor": "backgroundColor"; "bridgeDirection": "bridgeDirection"; "commandManager": "commandManager"; "connectorDefaults": "connectorDefaults"; "connectors": "connectors"; "constraints": "constraints"; "contextMenuSettings": "contextMenuSettings"; "customCursor": "customCursor"; "dataSourceSettings": "dataSourceSettings"; "diagramSettings": "diagramSettings"; "drawingObject": "drawingObject"; "enableConnectorSplit": "enableConnectorSplit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "getConnectorDefaults": "getConnectorDefaults"; "getCustomCursor": "getCustomCursor"; "getCustomProperty": "getCustomProperty"; "getCustomTool": "getCustomTool"; "getDescription": "getDescription"; "getNodeDefaults": "getNodeDefaults"; "height": "height"; "historyManager": "historyManager"; "layers": "layers"; "layout": "layout"; "locale": "locale"; "mode": "mode"; "nodeDefaults": "nodeDefaults"; "nodeTemplate": "nodeTemplate"; "nodes": "nodes"; "pageSettings": "pageSettings"; "rulerSettings": "rulerSettings"; "scrollSettings": "scrollSettings"; "segmentThumbShape": "segmentThumbShape"; "selectedItems": "selectedItems"; "serializationSettings": "serializationSettings"; "setNodeTemplate": "setNodeTemplate"; "snapSettings": "snapSettings"; "tool": "tool"; "tooltip": "tooltip"; "updateSelection": "updateSelection"; "userHandleTemplate": "userHandleTemplate"; "width": "width"; }, { "animationComplete": "animationComplete"; "click": "click"; "collectionChange": "collectionChange"; "commandExecute": "commandExecute"; "connectionChange": "connectionChange"; "contextMenuBeforeItemRender": "contextMenuBeforeItemRender"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataLoaded": "dataLoaded"; "doubleClick": "doubleClick"; "dragEnter": "dragEnter"; "dragLeave": "dragLeave"; "dragOver": "dragOver"; "drop": "drop"; "elementDraw": "elementDraw"; "expandStateChange": "expandStateChange"; "fixedUserHandleClick": "fixedUserHandleClick"; "historyChange": "historyChange"; "historyStateChange": "historyStateChange"; "keyDown": "keyDown"; "keyUp": "keyUp"; "load": "load"; "mouseEnter": "mouseEnter"; "mouseLeave": "mouseLeave"; "mouseOver": "mouseOver"; "mouseWheel": "mouseWheel"; "onFixedUserHandleMouseDown": "onFixedUserHandleMouseDown"; "onFixedUserHandleMouseEnter": "onFixedUserHandleMouseEnter"; "onFixedUserHandleMouseLeave": "onFixedUserHandleMouseLeave"; "onFixedUserHandleMouseUp": "onFixedUserHandleMouseUp"; "onImageLoad": "onImageLoad"; "onUserHandleMouseDown": "onUserHandleMouseDown"; "onUserHandleMouseEnter": "onUserHandleMouseEnter"; "onUserHandleMouseLeave": "onUserHandleMouseLeave"; "onUserHandleMouseUp": "onUserHandleMouseUp"; "positionChange": "positionChange"; "propertyChange": "propertyChange"; "rotateChange": "rotateChange"; "scrollChange": "scrollChange"; "segmentChange": "segmentChange"; "segmentCollectionChange": "segmentCollectionChange"; "selectionChange": "selectionChange"; "sizeChange": "sizeChange"; "sourcePointChange": "sourcePointChange"; "targetPointChange": "targetPointChange"; "textEdit": "textEdit"; }, ["annotationTemplate", "nodeTemplate", "userHandleTemplate", "childLayers", "childCustomCursor", "childConnectors", "childNodes"], never>;
|
|
100
104
|
}
|
|
@@ -100,6 +100,11 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
|
|
|
100
100
|
* @default 0
|
|
101
101
|
*/
|
|
102
102
|
rotateAngle: any;
|
|
103
|
+
/**
|
|
104
|
+
* Gets or sets the reference mode for annotation rotation.
|
|
105
|
+
* @default 'Parent'
|
|
106
|
+
*/
|
|
107
|
+
rotationReference: any;
|
|
103
108
|
/**
|
|
104
109
|
* Defines the appearance of the text
|
|
105
110
|
* @default new TextStyle()
|
|
@@ -133,7 +138,7 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
|
|
|
133
138
|
width: any;
|
|
134
139
|
constructor(viewContainerRef: ViewContainerRef);
|
|
135
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationDirective, never>;
|
|
136
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationDirective, "e-node>e-node-annotations>e-node-annotation", never, { "addInfo": "addInfo"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
141
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationDirective, "e-node>e-node-annotations>e-node-annotation", never, { "addInfo": "addInfo"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "rotationReference": "rotationReference"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
137
142
|
}
|
|
138
143
|
/**
|
|
139
144
|
* NodeAnnotation Array Directive
|
|
@@ -77,6 +77,11 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
|
|
|
77
77
|
* @default ''
|
|
78
78
|
*/
|
|
79
79
|
pathData: any;
|
|
80
|
+
/**
|
|
81
|
+
* Used to show tooltip for fixed user handle on mouse over.
|
|
82
|
+
* @default {}
|
|
83
|
+
*/
|
|
84
|
+
tooltip: any;
|
|
80
85
|
/**
|
|
81
86
|
* Specifies the visibility of the fixed user handle
|
|
82
87
|
* @default true
|
|
@@ -89,7 +94,7 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
|
|
|
89
94
|
width: any;
|
|
90
95
|
constructor(viewContainerRef: ViewContainerRef);
|
|
91
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandleDirective, never>;
|
|
92
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandleDirective, "e-node>e-node-fixeduserhandles>e-node-fixeduserhandle", never, { "cornerRadius": "cornerRadius"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "margin": "margin"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
97
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandleDirective, "e-node>e-node-fixeduserhandles>e-node-fixeduserhandle", never, { "cornerRadius": "cornerRadius"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "margin": "margin"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "tooltip": "tooltip"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
93
98
|
}
|
|
94
99
|
/**
|
|
95
100
|
* NodeFixedUserHandle Array Directive
|
|
@@ -23,6 +23,16 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
|
|
|
23
23
|
* @default undefined
|
|
24
24
|
*/
|
|
25
25
|
addInfo: any;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the allowed direction for connections to the port
|
|
28
|
+
* * Auto - Maintains the default behavior of automatic direction calculation.
|
|
29
|
+
* * Left - Restricts connections to only connect to the left side of the port.
|
|
30
|
+
* * Top - Restricts connections to only connect to the top side of the port.
|
|
31
|
+
* * Right - Restricts connections to only connect to the right side of the port.
|
|
32
|
+
* * Bottom - Restricts connections to only connect to the bottom side of the port.
|
|
33
|
+
* @default 'Auto'
|
|
34
|
+
*/
|
|
35
|
+
connectionDirection: any;
|
|
26
36
|
/**
|
|
27
37
|
* Defines the constraints of port
|
|
28
38
|
* @default 'Default'
|
|
@@ -124,7 +134,7 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
|
|
|
124
134
|
width: any;
|
|
125
135
|
constructor(viewContainerRef: ViewContainerRef);
|
|
126
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<PortDirective, never>;
|
|
127
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PortDirective, "e-node>e-node-ports>e-node-port", never, { "addInfo": "addInfo"; "constraints": "constraints"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "id": "id"; "inEdges": "inEdges"; "margin": "margin"; "offset": "offset"; "outEdges": "outEdges"; "pathData": "pathData"; "shape": "shape"; "style": "style"; "tooltip": "tooltip"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
137
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PortDirective, "e-node>e-node-ports>e-node-port", never, { "addInfo": "addInfo"; "connectionDirection": "connectionDirection"; "constraints": "constraints"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "id": "id"; "inEdges": "inEdges"; "margin": "margin"; "offset": "offset"; "outEdges": "outEdges"; "pathData": "pathData"; "shape": "shape"; "style": "style"; "tooltip": "tooltip"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
128
138
|
}
|
|
129
139
|
/**
|
|
130
140
|
* Port Array Directive
|
|
@@ -1 +1,368 @@
|
|
|
1
|
-
|
|
1
|
+
.e-icons {
|
|
2
|
+
font-family: "e-icons";
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-variant: normal;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
line-height: 1;
|
|
7
|
+
text-transform: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-diagram-menu .e-bringforward::before {
|
|
11
|
+
content: "\e574";
|
|
12
|
+
}
|
|
13
|
+
.e-diagram-menu .e-bringfront::before {
|
|
14
|
+
content: "\e575";
|
|
15
|
+
}
|
|
16
|
+
.e-diagram-menu .e-sendback::before {
|
|
17
|
+
content: "\e576";
|
|
18
|
+
}
|
|
19
|
+
.e-diagram-menu .e-sendbackward::before {
|
|
20
|
+
content: "\e577";
|
|
21
|
+
}
|
|
22
|
+
.e-diagram-menu .e-delete::before {
|
|
23
|
+
content: "\e578";
|
|
24
|
+
}
|
|
25
|
+
.e-diagram-menu .e-ungroup::before {
|
|
26
|
+
content: "\e579";
|
|
27
|
+
}
|
|
28
|
+
.e-diagram-menu .e-group::before {
|
|
29
|
+
content: "\e57a";
|
|
30
|
+
}
|
|
31
|
+
.e-diagram-menu .e-undo::before {
|
|
32
|
+
content: "\e57c";
|
|
33
|
+
}
|
|
34
|
+
.e-diagram-menu .e-cut::before {
|
|
35
|
+
content: "\e57d";
|
|
36
|
+
}
|
|
37
|
+
.e-diagram-menu .e-save::before {
|
|
38
|
+
content: "\e57e";
|
|
39
|
+
}
|
|
40
|
+
.e-diagram-menu .e-paste::before {
|
|
41
|
+
content: "\e57f";
|
|
42
|
+
}
|
|
43
|
+
.e-diagram-menu .e-copy::before {
|
|
44
|
+
content: "\e580";
|
|
45
|
+
}
|
|
46
|
+
.e-diagram-menu .e-redo::before {
|
|
47
|
+
content: "\e581";
|
|
48
|
+
}
|
|
49
|
+
.e-diagram-menu .e-zoomin::before {
|
|
50
|
+
content: "\e582";
|
|
51
|
+
}
|
|
52
|
+
.e-diagram-menu .e-italic::before {
|
|
53
|
+
content: "\e583";
|
|
54
|
+
}
|
|
55
|
+
.e-diagram-menu .e-close::before {
|
|
56
|
+
content: "\e584";
|
|
57
|
+
}
|
|
58
|
+
.e-diagram-menu .e-pan::before {
|
|
59
|
+
content: "\e585";
|
|
60
|
+
}
|
|
61
|
+
.e-diagram-menu .e-bold::before {
|
|
62
|
+
content: "\e586";
|
|
63
|
+
}
|
|
64
|
+
.e-diagram-menu .e-underline::before {
|
|
65
|
+
content: "\e587";
|
|
66
|
+
}
|
|
67
|
+
.e-diagram-menu .e-zoomout::before {
|
|
68
|
+
content: "\e588";
|
|
69
|
+
}
|
|
70
|
+
.e-diagram-menu .e-export::before {
|
|
71
|
+
content: "\e589";
|
|
72
|
+
}
|
|
73
|
+
.e-diagram-menu .e-print::before {
|
|
74
|
+
content: "\e58a";
|
|
75
|
+
}
|
|
76
|
+
.e-diagram-menu .e-order::before {
|
|
77
|
+
content: "\e58b";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-symbolpalette .e-clear-searchtext::before {
|
|
81
|
+
content: "\e58c";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-icons {
|
|
85
|
+
font-family: "e-icons";
|
|
86
|
+
font-style: normal;
|
|
87
|
+
font-variant: normal;
|
|
88
|
+
font-weight: normal;
|
|
89
|
+
line-height: 1;
|
|
90
|
+
text-transform: none;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.e-diagram-menu .e-bringforward::before {
|
|
94
|
+
content: "\e5a1";
|
|
95
|
+
}
|
|
96
|
+
.e-diagram-menu .e-bringfront::before {
|
|
97
|
+
content: "\e5a2";
|
|
98
|
+
}
|
|
99
|
+
.e-diagram-menu .e-sendback::before {
|
|
100
|
+
content: "\e5a3";
|
|
101
|
+
}
|
|
102
|
+
.e-diagram-menu .e-sendbackward::before {
|
|
103
|
+
content: "\e5a4";
|
|
104
|
+
}
|
|
105
|
+
.e-diagram-menu .e-delete::before {
|
|
106
|
+
content: "\e94a";
|
|
107
|
+
}
|
|
108
|
+
.e-diagram-menu .e-ungroup::before {
|
|
109
|
+
content: "\e5a6";
|
|
110
|
+
}
|
|
111
|
+
.e-diagram-menu .e-group::before {
|
|
112
|
+
content: "\e5a7";
|
|
113
|
+
}
|
|
114
|
+
.e-diagram-menu .e-undo::before {
|
|
115
|
+
content: "\e341";
|
|
116
|
+
}
|
|
117
|
+
.e-diagram-menu .e-redo::before {
|
|
118
|
+
content: "\e354";
|
|
119
|
+
}
|
|
120
|
+
.e-diagram-menu .e-copy::before {
|
|
121
|
+
content: "\e33d";
|
|
122
|
+
}
|
|
123
|
+
.e-diagram-menu .e-cut::before {
|
|
124
|
+
content: "\e33b";
|
|
125
|
+
}
|
|
126
|
+
.e-diagram-menu .e-save::before {
|
|
127
|
+
content: "\ebc2";
|
|
128
|
+
}
|
|
129
|
+
.e-diagram-menu .e-paste::before {
|
|
130
|
+
content: "\e355";
|
|
131
|
+
}
|
|
132
|
+
.e-diagram-menu .e-zoomin::before {
|
|
133
|
+
content: "\e349";
|
|
134
|
+
}
|
|
135
|
+
.e-diagram-menu .e-italic::before {
|
|
136
|
+
content: "\e35a";
|
|
137
|
+
}
|
|
138
|
+
.e-diagram-menu .e-close::before {
|
|
139
|
+
content: "\ea7b";
|
|
140
|
+
}
|
|
141
|
+
.e-diagram-menu .e-pan::before {
|
|
142
|
+
content: "\ebcb";
|
|
143
|
+
}
|
|
144
|
+
.e-diagram-menu .e-bold::before {
|
|
145
|
+
content: "\e339";
|
|
146
|
+
}
|
|
147
|
+
.e-diagram-menu .e-underline::before {
|
|
148
|
+
content: "\e343";
|
|
149
|
+
}
|
|
150
|
+
.e-diagram-menu .e-zoomout::before {
|
|
151
|
+
content: "\e351";
|
|
152
|
+
}
|
|
153
|
+
.e-diagram-menu .e-export::before {
|
|
154
|
+
content: "\e702";
|
|
155
|
+
}
|
|
156
|
+
.e-diagram-menu .e-print::before {
|
|
157
|
+
content: "\e34b";
|
|
158
|
+
}
|
|
159
|
+
.e-diagram-menu .e-order::before {
|
|
160
|
+
content: "\e4a4";
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.e-symbolpalette .e-clear-searchtext::before {
|
|
164
|
+
content: "\e60e";
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.e-diagram {
|
|
168
|
+
background-color: #fff;
|
|
169
|
+
display: block;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-symbolpalette {
|
|
173
|
+
display: block;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-overview {
|
|
177
|
+
display: block;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.e-content-placeholder.e-diagram.e-placeholder-diagram {
|
|
181
|
+
background-size: 100% 100%;
|
|
182
|
+
max-height: 500px;
|
|
183
|
+
max-width: 500px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette {
|
|
187
|
+
background-size: 100% 100%;
|
|
188
|
+
max-height: 200px;
|
|
189
|
+
max-width: 200px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-diagram-endpoint-handle {
|
|
193
|
+
fill: #fff;
|
|
194
|
+
stroke: #0070f0;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-diagram-endpoint-handle.e-connected {
|
|
198
|
+
fill: #0070f0;
|
|
199
|
+
stroke: #fff;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.e-diagram-endpoint-handle.e-disabled,
|
|
203
|
+
.e-diagram-bezier-control-handle.e-disabled,
|
|
204
|
+
.e-diagram-resize-handle.e-disabled {
|
|
205
|
+
fill: #acacac;
|
|
206
|
+
opacity: 1;
|
|
207
|
+
stroke: #fff;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* stylelint-disable */
|
|
211
|
+
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
212
|
+
opacity: 1 !important;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.e-diagram-bezier-handle.e-target.e-disabled {
|
|
216
|
+
opacity: 1 !important;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.e-diagram-bezier-control-handle,
|
|
220
|
+
.e-diagram-bezier-segment-handle {
|
|
221
|
+
fill: #fff;
|
|
222
|
+
stroke: #0070f0;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.e-symbolpalette .e-acrdn-content {
|
|
226
|
+
background-color: #dfdfdf !important;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/* stylelint-enable */
|
|
230
|
+
.e-diagram-bezier-control-line {
|
|
231
|
+
stroke: #0070f0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.e-diagram-resize-handle {
|
|
235
|
+
fill: #0070f0;
|
|
236
|
+
stroke: #fff;
|
|
237
|
+
stroke: #fff;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.e-diagram-helper {
|
|
241
|
+
stroke: #0070f0;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.e-diagram-rotate-handle {
|
|
245
|
+
fill: #0070f0;
|
|
246
|
+
stroke: #0070f0;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.e-diagram-selector {
|
|
250
|
+
stroke: #0058bd;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.e-diagram-selector.e-disabled {
|
|
254
|
+
opacity: 1;
|
|
255
|
+
stroke: #acacac;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.e-diagram-selector.e-thick-border {
|
|
259
|
+
stroke: #0058bd;
|
|
260
|
+
stroke-width: 2;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.e-diagram-selector.e-thick-border.e-diagram-lane {
|
|
264
|
+
stroke: #0070f0;
|
|
265
|
+
stroke-width: 2;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.e-diagram-highlighter {
|
|
269
|
+
stroke: #0070f0;
|
|
270
|
+
stroke-width: 2;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.e-diagram-selected-region {
|
|
274
|
+
stroke: #0070f0;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.e-diagram-pivot-line {
|
|
278
|
+
stroke: #0070f0;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.e-symbolpalette .e-symbol-hover:hover {
|
|
282
|
+
background: #b9b9b9;
|
|
283
|
+
border-radius: 4px;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.e-symbolpalette .e-symbol-selected {
|
|
287
|
+
background: #acacac;
|
|
288
|
+
border-radius: 4px;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.e-diagram-tooltip {
|
|
292
|
+
pointer-events: none;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.e-diagram .e-ruler {
|
|
296
|
+
background: #313131;
|
|
297
|
+
color: #f0f0f0;
|
|
298
|
+
font-size: 10px;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.e-diagram .e-ruler-overlap {
|
|
302
|
+
background: #313131;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.e-diagram .e-d-ruler-marker {
|
|
306
|
+
stroke: #0070f0;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.e-diagram .e-diagram-text-edit {
|
|
310
|
+
background: #fff;
|
|
311
|
+
border-color: #0070f0;
|
|
312
|
+
border-style: dashed;
|
|
313
|
+
border-width: 1px;
|
|
314
|
+
-webkit-box-sizing: content-box;
|
|
315
|
+
box-sizing: content-box;
|
|
316
|
+
color: #1a1a1a;
|
|
317
|
+
min-width: 50px;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.e-diagram-text-edit::-moz-selection {
|
|
321
|
+
background: #0070f0;
|
|
322
|
+
color: #fff;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.e-diagram-text-edit::selection {
|
|
326
|
+
background: #0070f0;
|
|
327
|
+
color: #fff;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.e-ruler-tick-label {
|
|
331
|
+
fill: #c6c6c6;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.e-ruler-tick {
|
|
335
|
+
stroke: #858585;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.e-menu-item e-blankicon {
|
|
339
|
+
padding-left: 28px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.e-diagram-selection-indicator {
|
|
343
|
+
stroke: #0070f0;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.e-diagram-selection-line {
|
|
347
|
+
stroke: #0070f0;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
/* stylelint-disable */
|
|
351
|
+
.e-diagram-rotate {
|
|
352
|
+
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.e-symbolpalette-hidden {
|
|
356
|
+
display: none !important;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.e-symbolpalette-search-hidden {
|
|
360
|
+
display: none !important;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.e-diagramTooltip-content {
|
|
364
|
+
width: auto !important;
|
|
365
|
+
height: auto !important;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
/* stylelint-enable */
|