@syncfusion/ej2-angular-diagrams 24.2.9-ngcc → 25.1.35-ngcc
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/@syncfusion/ej2-angular-diagrams.es5.js +13 -4
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-diagrams.js +13 -4
- package/@syncfusion/ej2-angular-diagrams.js.map +1 -1
- package/CHANGELOG.md +0 -97
- package/dist/ej2-angular-diagrams.umd.js +18 -2
- package/dist/ej2-angular-diagrams.umd.js.map +1 -1
- package/dist/ej2-angular-diagrams.umd.min.js +2 -2
- package/dist/ej2-angular-diagrams.umd.min.js.map +1 -1
- package/ej2-angular-diagrams.metadata.json +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/diagram-all.module.d.ts +1 -0
- package/src/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,103 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#I557035` - Now, the layers object gets cleared when we call clear method.
|
|
10
|
-
|
|
11
|
-
## 24.2.8 (2024-02-27)
|
|
12
|
-
|
|
13
|
-
### Diagram
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I555649` - Now, the scaling of the BPMN symbols with description is properly rendered.
|
|
18
|
-
|
|
19
|
-
## 24.2.7 (2024-02-20)
|
|
20
|
-
|
|
21
|
-
### Diagram
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#I549018` - Now, the bridging is not enabled while connector visibility is false.
|
|
26
|
-
- `#I542327` - Now, the sendBackward and sendForward commands works fine.
|
|
27
|
-
- `#I527474` - Now, drawing connector from source port to target port with port id underscore works fine.
|
|
28
|
-
|
|
29
|
-
## 24.2.5 (2024-02-13)
|
|
30
|
-
|
|
31
|
-
### Diagram
|
|
32
|
-
|
|
33
|
-
#### Bug Fixes
|
|
34
|
-
|
|
35
|
-
- `#I547586` - Now, the performance of diagram is improved while dragging large number of HTML shapes.
|
|
36
|
-
|
|
37
|
-
## 24.2.4 (2024-02-06)
|
|
38
|
-
|
|
39
|
-
### Diagram
|
|
40
|
-
|
|
41
|
-
#### Bug Fixes
|
|
42
|
-
|
|
43
|
-
- `#F185529` - Now, Annotation alignment updated properly with virtualisation constraints enabled.
|
|
44
|
-
- `#I544969` - Now, grouping a grouped nodes no longer throws error.
|
|
45
|
-
- `#I539121` - Now, the oldValue & newValue arguments of the size change event are updated properly while resizing the nodes.
|
|
46
|
-
|
|
47
|
-
## 24.2.3 (2024-01-31)
|
|
48
|
-
|
|
49
|
-
### Diagram
|
|
50
|
-
|
|
51
|
-
#### Bug Fixes
|
|
52
|
-
|
|
53
|
-
- `#I533824` - Now, textAlign Justify is working correctly.
|
|
54
|
-
- `#I539121` - Now, oldValue & newValue argument of size change event updated properly while resize the nodes.
|
|
55
|
-
- `#FB50125` - Now, symbols are rendered properly in symbol palette.
|
|
56
|
-
|
|
57
|
-
## 24.1.47 (2024-01-23)
|
|
58
|
-
|
|
59
|
-
### Diagram
|
|
60
|
-
|
|
61
|
-
#### Bug Fixes
|
|
62
|
-
|
|
63
|
-
- `#I538596` - Now, resizing group node with pivot point works fine.
|
|
64
|
-
- `#FB49421` - Now, selector renders at initial for multiselect tool.
|
|
65
|
-
- `#I534426` - Now, Complex hierarchical tree layout is working fine while injecting line routing.
|
|
66
|
-
- `#F186044` - Now, swimlane phase properties are dynamically updated during drag and drop operations.
|
|
67
|
-
- `#F185333` - Now, swimlane header properties are dynamically updated during drag and drop operations.
|
|
68
|
-
|
|
69
|
-
## 24.1.46 (2024-01-17)
|
|
70
|
-
|
|
71
|
-
### Diagram
|
|
72
|
-
|
|
73
|
-
#### Bug Fixes
|
|
74
|
-
|
|
75
|
-
- `#I527482` - Now, overview updated properly while zoom out and move nodes outside viewport.
|
|
76
|
-
- `#I533824` - Now, textAlign justify align the text at center of the node.
|
|
77
|
-
|
|
78
|
-
## 24.1.45 (2024-01-09)
|
|
79
|
-
|
|
80
|
-
### Diagram
|
|
81
|
-
|
|
82
|
-
#### Bug Fixes
|
|
83
|
-
|
|
84
|
-
- `#F185764` - Now, removing bpmn text annotation dynamically is working properly.
|
|
85
|
-
- `#I526870` - Resolved snap to lines issue when dragging shapes from palette to swimlane.
|
|
86
|
-
- `#I526172` - The node now remains in the diagram when the ungroup action is performed.
|
|
87
|
-
- `#FB48313` - The background color is now visible on symbol hover after rapid expand and collapse in the palette.
|
|
88
|
-
- `#I531978` - Now, connectors rendered properly with line routing and line distribution enabled during doLayout process.
|
|
89
|
-
|
|
90
|
-
## 24.1.43 (2023-12-27)
|
|
91
|
-
|
|
92
|
-
### Diagram
|
|
93
|
-
|
|
94
|
-
#### Bug Fixes
|
|
95
|
-
|
|
96
|
-
- `#I521324` - Now, connector with bridging exports properly.
|
|
97
|
-
- `#I526690` - The default tooltip for the subprocess is now correctly updated after dragging a child from the subprocess onto the diagram.
|
|
98
|
-
- `#I527228` - Now, the bpmn message flow and sequence flow child path is rendered properly.
|
|
99
|
-
|
|
100
|
-
## 24.1.41 (2023-12-18)
|
|
101
|
-
|
|
102
|
-
### Diagram
|
|
103
|
-
|
|
104
|
-
#### Bug Fixes
|
|
105
|
-
|
|
106
9
|
- `#I184493` - The null exception will no longer thrown while hovering over the ports.
|
|
107
10
|
- `#I47014` - The segmentCollectionChange is triggered when editSegment method called.
|
|
108
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-diagrams.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -765,6 +765,13 @@ exports.DiagramComponent = /** @class */ (function (_super) {
|
|
|
765
765
|
}
|
|
766
766
|
}
|
|
767
767
|
catch (_s) { }
|
|
768
|
+
try {
|
|
769
|
+
var mod = _this.injector.get('DiagramsEj1Serialization');
|
|
770
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
771
|
+
_this.injectedModules.push(mod);
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
catch (_t) { }
|
|
768
775
|
_this.registerEvents(outputs$9);
|
|
769
776
|
_this.addTwoWay.call(_this, twoWays);
|
|
770
777
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
@@ -931,6 +938,7 @@ var LineRoutingService = { provide: 'DiagramsLineRouting', useValue: ej2Diagrams
|
|
|
931
938
|
var ConnectorEditingService = { provide: 'DiagramsConnectorEditing', useValue: ej2Diagrams.ConnectorEditing };
|
|
932
939
|
var BlazorTooltipService = { provide: 'DiagramsBlazorTooltip', useValue: ej2Diagrams.BlazorTooltip };
|
|
933
940
|
var LineDistributionService = { provide: 'DiagramsLineDistribution', useValue: ej2Diagrams.LineDistribution };
|
|
941
|
+
var Ej1SerializationService = { provide: 'DiagramsEj1Serialization', useValue: ej2Diagrams.Ej1Serialization };
|
|
934
942
|
/**
|
|
935
943
|
* NgModule definition for the Diagram component with providers.
|
|
936
944
|
*/
|
|
@@ -962,7 +970,8 @@ DiagramAllModule.decorators = [
|
|
|
962
970
|
LineRoutingService,
|
|
963
971
|
ConnectorEditingService,
|
|
964
972
|
BlazorTooltipService,
|
|
965
|
-
LineDistributionService
|
|
973
|
+
LineDistributionService,
|
|
974
|
+
Ej1SerializationService
|
|
966
975
|
]
|
|
967
976
|
},] },
|
|
968
977
|
];
|
|
@@ -1365,6 +1374,7 @@ exports.LineRoutingService = LineRoutingService;
|
|
|
1365
1374
|
exports.ConnectorEditingService = ConnectorEditingService;
|
|
1366
1375
|
exports.BlazorTooltipService = BlazorTooltipService;
|
|
1367
1376
|
exports.LineDistributionService = LineDistributionService;
|
|
1377
|
+
exports.Ej1SerializationService = Ej1SerializationService;
|
|
1368
1378
|
exports.PaletteDirective = PaletteDirective;
|
|
1369
1379
|
exports.PalettesDirective = PalettesDirective;
|
|
1370
1380
|
exports.SymbolPaletteModule = SymbolPaletteModule;
|
|
@@ -1605,6 +1615,7 @@ exports.BpmnTransactionSubProcess = ej2Diagrams.BpmnTransactionSubProcess;
|
|
|
1605
1615
|
exports.BpmnSubProcess = ej2Diagrams.BpmnSubProcess;
|
|
1606
1616
|
exports.BpmnActivity = ej2Diagrams.BpmnActivity;
|
|
1607
1617
|
exports.BpmnAnnotation = ej2Diagrams.BpmnAnnotation;
|
|
1618
|
+
exports.BpmnTextAnnotation = ej2Diagrams.BpmnTextAnnotation;
|
|
1608
1619
|
exports.BpmnShape = ej2Diagrams.BpmnShape;
|
|
1609
1620
|
exports.UmlActivityShape = ej2Diagrams.UmlActivityShape;
|
|
1610
1621
|
exports.MethodArguments = ej2Diagrams.MethodArguments;
|
|
@@ -1726,6 +1737,11 @@ exports.GraphForceNode = ej2Diagrams.GraphForceNode;
|
|
|
1726
1737
|
exports.SymmetricLayout = ej2Diagrams.SymmetricLayout;
|
|
1727
1738
|
exports.GraphLayoutManager = ej2Diagrams.GraphLayoutManager;
|
|
1728
1739
|
exports.ComplexHierarchicalTree = ej2Diagrams.ComplexHierarchicalTree;
|
|
1740
|
+
exports.ConnectorProperties = ej2Diagrams.ConnectorProperties;
|
|
1741
|
+
exports.LabelProperties = ej2Diagrams.LabelProperties;
|
|
1742
|
+
exports.Ej1Serialization = ej2Diagrams.Ej1Serialization;
|
|
1743
|
+
exports.NodeProperties = ej2Diagrams.NodeProperties;
|
|
1744
|
+
exports.PortProperties = ej2Diagrams.PortProperties;
|
|
1729
1745
|
exports.Palette = ej2Diagrams.Palette;
|
|
1730
1746
|
exports.SymbolDragSize = ej2Diagrams.SymbolDragSize;
|
|
1731
1747
|
exports.SymbolPreview = ej2Diagrams.SymbolPreview;
|