@syncfusion/ej2-angular-diagrams 27.2.5 → 28.1.33
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 +0 -117
- package/README.md +1 -1
- package/package.json +10 -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/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/diagram/bds.css +1 -0
- package/styles/diagram/bds.scss +1 -0
- package/styles/diagram/tailwind3.css +1 -0
- package/styles/diagram/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +1 -0
package/CHANGELOG.md
CHANGED
@@ -6,123 +6,6 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
-
- `#I656496` - The shadow region is no longer drawn while creating a freehand connector with `DragSegmentThumb` enabled.
|
10
|
-
- `#I656689` - The resize cursor is now enabled even for phases with small widths, allowing them to be resized.
|
11
|
-
- `#I657602` - Ports now rotate properly with the node after performing Group and Flip actions.
|
12
|
-
- `#I655032` - The z-order of native nodes now updates properly at the UI level during undo and redo actions.
|
13
|
-
|
14
|
-
## 27.2.4 (2024-11-26)
|
15
|
-
|
16
|
-
### Diagram
|
17
|
-
|
18
|
-
#### Bug Fixes
|
19
|
-
|
20
|
-
- `#I651029` - Flip and rotation transformations for image nodes are now applied in exported images.
|
21
|
-
|
22
|
-
## 27.2.3 (2024-11-21)
|
23
|
-
|
24
|
-
### Diagram
|
25
|
-
|
26
|
-
#### Bug Fixes
|
27
|
-
|
28
|
-
- `#I647572` - Image node opacity is now applied in exported images.
|
29
|
-
- `#I644133` - Resolved the issue with drawing Polyline connector on iPad.
|
30
|
-
- `#I644139` - Improved touch interactions for selecting and editing nodes.
|
31
|
-
- `#I642023` - Multiple selected child nodes of a Swimlane can be moved to a different lane smoothly.
|
32
|
-
- `#I651070` - Deleted nodes now no longer reappear after interacting with nodes
|
33
|
-
- `#I652278` - The `elementDraw` event is now triggered for `freehand` connectors, `polyline` connectors, and `polygon` shapes.
|
34
|
-
|
35
|
-
## 27.2.2 (2024-11-15)
|
36
|
-
|
37
|
-
### Diagram
|
38
|
-
|
39
|
-
#### Bug Fixes
|
40
|
-
|
41
|
-
- `#I644056` - The style property now applies correctly to polygon objects during runtime drawing.
|
42
|
-
- `#I647667` - Nodes now resize correctly when the `AspectRatio` constraint is enabled.
|
43
|
-
- `#I647584` - Group nodes now rotate properly after being flipped.
|
44
|
-
- `#I651496` - Leaf nodes are now aligned correctly for Tree Alignment Center.
|
45
|
-
|
46
|
-
## 27.1.58 (2024-11-05)
|
47
|
-
|
48
|
-
### Diagram
|
49
|
-
|
50
|
-
#### Bug Fixes
|
51
|
-
|
52
|
-
- `#I641865` - Now, the node can be moved inside the lane when the `AllowMovingOutsideLane` constraint is applied to the nodes.
|
53
|
-
|
54
|
-
## 27.1.57 (2024-10-29)
|
55
|
-
|
56
|
-
### Diagram
|
57
|
-
|
58
|
-
#### Bug Fixes
|
59
|
-
|
60
|
-
- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
|
61
|
-
- `#I637207` - Nodes are now resizable via touch interactions.
|
62
|
-
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG.
|
63
|
-
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.
|
64
|
-
- `#I642023`, `#I642126` - Multiple selected child nodes of a Swimlane can be moved to a different lane smoothly.
|
65
|
-
- `#I642048` - Multiple selected child nodes of a Swimlane can now be properly repositioned within the same lane.
|
66
|
-
|
67
|
-
## 27.1.55 (2024-10-22)
|
68
|
-
|
69
|
-
### Diagram
|
70
|
-
|
71
|
-
#### Bug Fixes
|
72
|
-
|
73
|
-
- `#I635721` - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
|
74
|
-
- `#I638627` - The tooltip for the annotation is now visible when the text overflow is set to Ellipsis or Clip.
|
75
|
-
- `#I595572`, `#I632276` - The undefined exception will no longer be thrown when moving a node with Line Routing enabled.
|
76
|
-
|
77
|
-
## 27.1.53 (2024-10-15)
|
78
|
-
|
79
|
-
### Diagram
|
80
|
-
|
81
|
-
#### Bug Fixes
|
82
|
-
|
83
|
-
- `#I631866` - Now, The connectors can connect to ports even when their visibility is set to hidden.
|
84
|
-
- `#F194445` - The mouse cursor now updates correctly when entering the diagram canvas after changing tools at runtime.
|
85
|
-
- `#I635135` - The tooltip for a node is now displayed correctly when the node is grouped at runtime.
|
86
|
-
- `#I630934` - Now, The flipped annotations are readable when the corresponding node is flipped.
|
87
|
-
|
88
|
-
## 27.1.52 (2024-10-08)
|
89
|
-
|
90
|
-
### Diagram
|
91
|
-
|
92
|
-
#### Bug Fixes
|
93
|
-
|
94
|
-
- `#I632369` - Now, selector renders for newly added phase at runtime.
|
95
|
-
- `#I632361` - Now, Node will be draggable inside swimlane after adding new phase at run time.
|
96
|
-
- `#I632374` - Now, Height and Width of the lane will be updated properly.
|
97
|
-
- `#I632335` - Now, Node selection is restricted on diagram focus.
|
98
|
-
- `#I632371` - The resize cursor now updates correctly when hovering over the phase line.
|
99
|
-
- `#I632404` - Now, Rotating the flipped node will rotates its annotation along with the node.
|
100
|
-
|
101
|
-
## 27.1.51 (2024-09-30)
|
102
|
-
|
103
|
-
### Diagram
|
104
|
-
|
105
|
-
#### Bug Fixes
|
106
|
-
|
107
|
-
- `#I637400` - Now, the Fixed user handle visibility works properly.
|
108
|
-
- `#I629696` - Now, the image node is exported properly with every export region settings.
|
109
|
-
- `#F194390` - Now, Annotation will render based on its width if defined.
|
110
|
-
|
111
|
-
## 27.1.50 (2024-09-24)
|
112
|
-
|
113
|
-
### Diagram
|
114
|
-
|
115
|
-
#### Bug Fixes
|
116
|
-
|
117
|
-
- `#I627666` - Now, the layout renders properly without considering boundary constraints.
|
118
|
-
- `#I628018` - Now, Flipping the group node properly rendered and rotation properly worked for the child nodes.
|
119
|
-
|
120
|
-
## 27.1.48 (2024-09-18)
|
121
|
-
|
122
|
-
### Diagram
|
123
|
-
|
124
|
-
#### Bug Fixes
|
125
|
-
|
126
9
|
- `#I184493` - The null exception will no longer thrown while hovering over the ports.
|
127
10
|
- `#I47014` - The segmentCollectionChange is triggered when editSegment method called.
|
128
11
|
|
package/README.md
CHANGED
@@ -148,7 +148,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
148
148
|
|
149
149
|
## License and copyright
|
150
150
|
|
151
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
151
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
152
152
|
|
153
153
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
154
154
|
|
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.18.0",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-D+Fm5kAkukVG34uUOBehJaSnJUkplPz1Ke3vpZQH24JK/NeSezXDKggID5htK8a8/eLMXbvboRhQRbgv9g2F6w==",
|
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-19.18.0.tgz",
|
23
|
+
"_shasum": "009146e44b35f89f62b18531dec5a18890466b36",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-diagrams@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
|
26
26
|
"author": {
|
27
27
|
"name": "Syncfusion Inc."
|
28
28
|
},
|
@@ -31,12 +31,13 @@
|
|
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": "~28.1.33",
|
35
|
+
"@syncfusion/ej2-base": "~28.1.33",
|
36
|
+
"@syncfusion/ej2-diagrams": "28.1.33"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"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 Angular",
|
40
|
+
"devDependencies": {},
|
40
41
|
"es2020": "fesm2020/syncfusion-ej2-angular-diagrams.mjs",
|
41
42
|
"esm2020": "esm2020/syncfusion-ej2-angular-diagrams.mjs",
|
42
43
|
"exports": {
|
@@ -71,5 +72,5 @@
|
|
71
72
|
"schematics": "./schematics/collection.json",
|
72
73
|
"sideEffects": false,
|
73
74
|
"typings": "syncfusion-ej2-angular-diagrams.d.ts",
|
74
|
-
"version": "
|
75
|
+
"version": "28.1.33"
|
75
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.18.0";
|
3
3
|
export declare const moduleName = "DiagramModule, SymbolPaletteModule, OverviewModule";
|
4
|
-
export declare const themeVer = "~
|
4
|
+
export declare const themeVer = "~19.18.0";
|
@@ -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 = '^28.1.33';
|
5
5
|
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
6
|
-
exports.themeVer = '~
|
6
|
+
exports.themeVer = '~28.1.33';
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-diagrams';
|
2
|
-
export const pkgVer = '^
|
2
|
+
export const pkgVer = '^28.1.33';
|
3
3
|
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
4
|
-
export const themeVer = '~
|
4
|
+
export const themeVer = '~28.1.33';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-diagrams/styles/bds-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-diagrams/styles/bds-lite.scss';
|
package/styles/bds.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-diagrams/styles/bds.css';
|
package/styles/bds.scss
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@import 'diagram/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-diagrams/styles/diagram/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-diagrams/styles/diagram/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-diagrams/styles/diagram/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-diagrams/styles/diagram/tailwind3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-diagrams/styles/tailwind3-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-diagrams/styles/tailwind3-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-diagrams/styles/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'diagram/tailwind3.scss';
|