@syncfusion/ej2-angular-diagrams 22.2.12 → 23.1.36
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/esm2020/src/diagram/connectors.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/diagram/connectors.directive.d.ts +25 -1
- package/styles/diagram/bootstrap-dark.scss +1 -1
- package/styles/diagram/bootstrap.scss +1 -1
- package/styles/diagram/bootstrap4.scss +1 -1
- package/styles/diagram/bootstrap5-dark.scss +1 -1
- package/styles/diagram/bootstrap5.scss +1 -1
- package/styles/diagram/fabric-dark.scss +1 -1
- package/styles/diagram/fabric.scss +1 -1
- package/styles/diagram/fluent-dark.scss +1 -1
- package/styles/diagram/fluent.scss +1 -1
- package/styles/diagram/highcontrast-light.scss +1 -1
- package/styles/diagram/highcontrast.scss +1 -1
- package/styles/diagram/material-dark.css +0 -1
- package/styles/diagram/material-dark.scss +1 -1
- package/styles/diagram/material.css +0 -1
- package/styles/diagram/material.scss +1 -1
- package/styles/diagram/material3-dark.css +0 -1
- package/styles/diagram/material3-dark.scss +1 -1
- package/styles/diagram/material3.css +0 -1
- package/styles/diagram/material3.scss +1 -1
- package/styles/diagram/tailwind-dark.css +0 -1
- package/styles/diagram/tailwind-dark.scss +1 -1
- package/styles/diagram/tailwind.css +0 -1
- package/styles/diagram/tailwind.scss +1 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +0 -1
- package/styles/material3.scss +1 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
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@19.15.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-nVy4N9LYE5Ho8jPuHPxs+VSxC7jVSqz9Ia3ZfmGyTgVU2t9MRizTkXJOCE1X01KiYywnCTAiv84rB8fMwKZIng==",
|
|
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.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-diagrams/-/ej2-angular-diagrams-19.15.4.tgz",
|
|
23
|
+
"_shasum": "3bedee55edaa775283d8c34c66af3e069e18e0d0",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-diagrams@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.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": "~23.1.36",
|
|
35
|
+
"@syncfusion/ej2-base": "~23.1.36",
|
|
36
|
+
"@syncfusion/ej2-diagrams": "23.1.36",
|
|
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": "23.1.36"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-diagrams";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^19.15.4";
|
|
3
3
|
export declare const moduleName = "DiagramModule, SymbolPaletteModule, OverviewModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~19.15.4";
|
|
@@ -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 = '^23.1.36';
|
|
5
5
|
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~23.1.36';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-diagrams';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^23.1.36';
|
|
3
3
|
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~23.1.36';
|
|
@@ -135,12 +135,36 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
|
|
|
135
135
|
* @default null
|
|
136
136
|
*/
|
|
137
137
|
maxSegmentThumb: any;
|
|
138
|
+
/**
|
|
139
|
+
* Defines the behavior of connection ports
|
|
140
|
+
* @aspdefaultvalueignore
|
|
141
|
+
* @default undefined
|
|
142
|
+
*/
|
|
143
|
+
ports: any;
|
|
138
144
|
/**
|
|
139
145
|
* Defines the size of the symbol preview
|
|
140
146
|
* @aspdefaultvalueignore
|
|
141
147
|
* @default undefined
|
|
142
148
|
*/
|
|
143
149
|
previewSize: any;
|
|
150
|
+
/**
|
|
151
|
+
* Defines the shape for the connector segmentThumb
|
|
152
|
+
* Rhombus - Sets the segmentThumb shape as Rhombus
|
|
153
|
+
* Square - Sets the segmentThumb shape as Square
|
|
154
|
+
* Rectangle - Sets the segmentThumb shape as Rectangle
|
|
155
|
+
* Ellipse - Sets the segmentThumb shape as Ellipse
|
|
156
|
+
* Arrow - Sets the segmentThumb shape as Arrow
|
|
157
|
+
* Diamond - Sets the segmentThumb shape as Diamond
|
|
158
|
+
* OpenArrow - Sets the segmentThumb shape as OpenArrow
|
|
159
|
+
* Circle - Sets the segmentThumb shape as Circle
|
|
160
|
+
* Fletch - Sets the segmentThumb shape as Fletch
|
|
161
|
+
* OpenFetch - Sets the segmentThumb shape as OpenFetch
|
|
162
|
+
* IndentedArrow - Sets the segmentThumb shape as Indented Arrow
|
|
163
|
+
* OutdentedArrow - Sets the segmentThumb shape as Outdented Arrow
|
|
164
|
+
* DoubleArrow - Sets the segmentThumb shape as DoubleArrow
|
|
165
|
+
* @default 'Circle'
|
|
166
|
+
*/
|
|
167
|
+
segmentThumbShape: any;
|
|
144
168
|
/**
|
|
145
169
|
* Defines the segments
|
|
146
170
|
* @default []
|
|
@@ -238,7 +262,7 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
|
|
|
238
262
|
zIndex: any;
|
|
239
263
|
constructor(viewContainerRef: ViewContainerRef);
|
|
240
264
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorDirective, never>;
|
|
241
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorDirective, "e-connectors>e-connector", never, { "addInfo": "addInfo"; "allowNodeOverlap": "allowNodeOverlap"; "annotations": "annotations"; "bezierSettings": "bezierSettings"; "bridgeSpace": "bridgeSpace"; "connectionPadding": "connectionPadding"; "connectorSpacing": "connectorSpacing"; "constraints": "constraints"; "cornerRadius": "cornerRadius"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "hitPadding": "hitPadding"; "id": "id"; "margin": "margin"; "maxSegmentThumb": "maxSegmentThumb"; "previewSize": "previewSize"; "segments": "segments"; "shape": "shape"; "sourceDecorator": "sourceDecorator"; "sourceID": "sourceID"; "sourcePadding": "sourcePadding"; "sourcePoint": "sourcePoint"; "sourcePortID": "sourcePortID"; "style": "style"; "symbolInfo": "symbolInfo"; "targetDecorator": "targetDecorator"; "targetID": "targetID"; "targetPadding": "targetPadding"; "targetPoint": "targetPoint"; "targetPortID": "targetPortID"; "tooltip": "tooltip"; "type": "type"; "visible": "visible"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations"]>;
|
|
265
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorDirective, "e-connectors>e-connector", never, { "addInfo": "addInfo"; "allowNodeOverlap": "allowNodeOverlap"; "annotations": "annotations"; "bezierSettings": "bezierSettings"; "bridgeSpace": "bridgeSpace"; "connectionPadding": "connectionPadding"; "connectorSpacing": "connectorSpacing"; "constraints": "constraints"; "cornerRadius": "cornerRadius"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "hitPadding": "hitPadding"; "id": "id"; "margin": "margin"; "maxSegmentThumb": "maxSegmentThumb"; "ports": "ports"; "previewSize": "previewSize"; "segmentThumbShape": "segmentThumbShape"; "segments": "segments"; "shape": "shape"; "sourceDecorator": "sourceDecorator"; "sourceID": "sourceID"; "sourcePadding": "sourcePadding"; "sourcePoint": "sourcePoint"; "sourcePortID": "sourcePortID"; "style": "style"; "symbolInfo": "symbolInfo"; "targetDecorator": "targetDecorator"; "targetID": "targetID"; "targetPadding": "targetPadding"; "targetPoint": "targetPoint"; "targetPortID": "targetPortID"; "tooltip": "tooltip"; "type": "type"; "visible": "visible"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations"]>;
|
|
242
266
|
}
|
|
243
267
|
/**
|
|
244
268
|
* Connector Array Directive
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/material3.scss
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED