@syncfusion/ej2-react-diagrams 20.3.60 → 20.4.38
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 +13 -0
- package/README.md +148 -47
- package/dist/ej2-react-diagrams.min.js +1 -1
- package/dist/ej2-react-diagrams.umd.min.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
### Diagram
|
|
6
6
|
|
|
7
|
+
#### New Feature
|
|
8
|
+
|
|
9
|
+
- `#I409589` - Support to override the mouseWheel event has been added.
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- `I421148` - Now, connector segment does not get split into multiple segment while hover on node.
|
|
14
|
+
- `#I420202` - The issue on annotation interaction has been resolved.
|
|
15
|
+
|
|
16
|
+
## 20.3.60 (2022-12-06)
|
|
17
|
+
|
|
18
|
+
### Diagram
|
|
19
|
+
|
|
7
20
|
#### Bug Fixes
|
|
8
21
|
|
|
9
22
|
- `#FB38642` - Now, the arg cancel property for sourcePoint and targetPoint change is working properly.
|
package/README.md
CHANGED
|
@@ -1,75 +1,176 @@
|
|
|
1
|
-
#
|
|
1
|
+
# React Diagram Component
|
|
2
2
|
|
|
3
|
-
The diagram component
|
|
3
|
+
The [React Diagram](https://www.syncfusion.com/react-components/react-diagram?utm_source=npm&utm_medium=listing&utm_campaign=react-diagram-npm) component is used for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://ej2.syncfusion.com/react/documentation/diagram/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-diagram-npm">Getting started</a> .
|
|
7
|
+
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-diagram-npm#/bootstrap5/diagram/default-functionality">Online demos</a> .
|
|
8
|
+
<a href="https://www.syncfusion.com/react-components/react-diagram?utm_source=npm&utm_medium=listing&utm_campaign=react-diagram-npm">Learn more</a>
|
|
9
|
+
</p>
|
|
6
10
|
|
|
7
|
-
>
|
|
11
|
+
<p align="center">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-diagram.png" alt="React Diagram Control"/>
|
|
13
|
+
</p>
|
|
8
14
|
|
|
9
|
-
>
|
|
15
|
+
<p align="center">
|
|
16
|
+
Trusted by the world's leading companies
|
|
17
|
+
<a href="https://www.syncfusion.com">
|
|
18
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
10
21
|
|
|
11
22
|
## Setup
|
|
12
23
|
|
|
13
|
-
|
|
24
|
+
### Create a React Application
|
|
14
25
|
|
|
15
|
-
|
|
16
|
-
|
|
26
|
+
You can use [`create-react-app`](https://github.com/facebookincubator/create-react-app) to setup applications. To create React app use the following command.
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
npx create-react-app my-app --template typescript
|
|
30
|
+
cd my-app
|
|
31
|
+
npm start
|
|
17
32
|
```
|
|
18
33
|
|
|
19
|
-
|
|
34
|
+
### Adding Syncfusion Diagram package
|
|
20
35
|
|
|
21
|
-
|
|
22
|
-
* [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/diagram/default-functionalities)
|
|
23
|
-
* [Product Page](https://www.syncfusion.com/react-ui-components/diagram)
|
|
36
|
+
All Syncfusion react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react diagram package, use the following command.
|
|
24
37
|
|
|
25
|
-
|
|
38
|
+
```bash
|
|
39
|
+
npm install @syncfusion/ej2-react-diagrams --save
|
|
40
|
+
```
|
|
26
41
|
|
|
27
|
-
|
|
42
|
+
### Adding CSS references for Diagram
|
|
28
43
|
|
|
29
|
-
|
|
30
|
-
2. [React](https://github.com/syncfusion/ej2-react-ui-components?utm_source=npm&utm_campaign=diagram)
|
|
31
|
-
3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components?utm_source=npm&utm_campaign=diagram)
|
|
32
|
-
4. [ASP.NET Core](https://aspdotnetcore.syncfusion.com/Diagram/FlowChart#/material)
|
|
33
|
-
5. [ASP.NET MVC](https://aspnetmvc.syncfusion.com/Diagram/DefaultFunctionalities#/material)
|
|
34
|
-
6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/diagram)
|
|
44
|
+
Add CSS references needed for a Diagram in **src/App.css** from the **../node_modules/@syncfusion** package folder.
|
|
35
45
|
|
|
36
|
-
|
|
46
|
+
```css
|
|
47
|
+
@import "../node_modules/@syncfusion/ej2-diagrams/styles/material.css";
|
|
48
|
+
@import "../node_modules/@syncfusion/ej2-react-diagrams/styles/material.css";
|
|
49
|
+
@import "../node_modules/@syncfusion/ej2-base/styles/material.css";
|
|
50
|
+
@import "../node_modules/@syncfusion/ej2-popups/styles/material.css";
|
|
51
|
+
@import "../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css";
|
|
52
|
+
@import "../node_modules/@syncfusion/ej2-navigations/styles/material.css";
|
|
53
|
+
```
|
|
37
54
|
|
|
38
|
-
|
|
55
|
+
### Add Diagram Component
|
|
56
|
+
|
|
57
|
+
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Diagram control and import **App.css** to apply styles to the diagram:
|
|
58
|
+
|
|
59
|
+
```typescript
|
|
60
|
+
import { DiagramComponent } from "@syncfusion/ej2-react-diagrams";
|
|
61
|
+
import * as React from 'react';
|
|
62
|
+
import './App.css';
|
|
63
|
+
|
|
64
|
+
//Initializes the nodes for the diagram
|
|
65
|
+
let nodes: NodeModel[] = [
|
|
66
|
+
{
|
|
67
|
+
id: "begin",
|
|
68
|
+
height: 60,
|
|
69
|
+
offsetX: 300,
|
|
70
|
+
offsetY: 80,
|
|
71
|
+
shape: { type: "Flow", shape: "Terminator" },
|
|
72
|
+
annotations: [
|
|
73
|
+
{
|
|
74
|
+
content: "Begin"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
id: "process",
|
|
80
|
+
height: 60,
|
|
81
|
+
offsetX: 300,
|
|
82
|
+
offsetY: 160,
|
|
83
|
+
shape: { type: "Flow", shape: "Decision" },
|
|
84
|
+
annotations: [
|
|
85
|
+
{
|
|
86
|
+
content: "Process"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
id: "end",
|
|
92
|
+
height: 60,
|
|
93
|
+
offsetX: 300,
|
|
94
|
+
offsetY: 240,
|
|
95
|
+
shape: { type: "Flow", shape: "Process" },
|
|
96
|
+
annotations: [
|
|
97
|
+
{
|
|
98
|
+
content: "End"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
];
|
|
103
|
+
//Initializes the connector for the diagram
|
|
104
|
+
let connectors: ConnectorModel[] = [
|
|
105
|
+
{ id: "connector1", sourceID: "begin", targetID: "process" },
|
|
106
|
+
{ id: "connector2", sourceID: "process", targetID: "end" },
|
|
107
|
+
];
|
|
108
|
+
|
|
109
|
+
function App() {
|
|
110
|
+
return <DiagramComponent id="container" width={"100%"} height={"350px"} nodes={nodes} connectors={connectors}></DiagramComponent>
|
|
111
|
+
};
|
|
112
|
+
export default App;
|
|
113
|
+
```
|
|
39
114
|
|
|
115
|
+
## Supported frameworks
|
|
116
|
+
|
|
117
|
+
Diagram component is also offered in the following list of frameworks.
|
|
118
|
+
|
|
119
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/> [Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
120
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
121
|
+
|
|
122
|
+
## Use case demos
|
|
123
|
+
|
|
124
|
+
* [React Diagram Builder demo](https://ej2.syncfusion.com/showcase/react/diagrambuilder/)
|
|
125
|
+
* [React Organizational Chart demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/organization-model)
|
|
126
|
+
* [React Mind Map demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/mind-map)
|
|
127
|
+
* [React BPMN Editor demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/bpmn-editor)
|
|
128
|
+
* [React Logic Circuit Diagram demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/logic-circuit)
|
|
129
|
+
* [React UML Activity Diagram demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/activity)
|
|
130
|
+
* [React Network Diagram demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/network-diagram)
|
|
131
|
+
* [React UML Class Diagram demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/activity-class)
|
|
132
|
+
* [React Venn Diagram demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/venn-diagram)
|
|
133
|
+
* [React Fishbone Diagram demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/diagram/fishbone-diagram)
|
|
134
|
+
|
|
135
|
+
## Key features
|
|
136
|
+
|
|
137
|
+
* [Nodes](https://ej2.syncfusion.com/react/demos/#/material/diagram/getting-started-node) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily.
|
|
138
|
+
* [Connectors](https://ej2.syncfusion.com/react/demos/#/material/diagram/connector) - The relationship between two nodes is represented using a connector.
|
|
139
|
+
* [Labels](https://ej2.syncfusion.com/react/demos/#/material/diagram/getting-started-annotation) - Labels are used to annotate nodes and connectors.
|
|
140
|
+
* [Ports](https://ej2.syncfusion.com/react/demos/#/material/diagram/port) - Ports act as the connection points of the node and allows to create connections with only those specific points.
|
|
141
|
+
* [Interactive features](https://ej2.syncfusion.com/react/demos/#/material/diagram/drawing-tool) - Interactive features are used to improve the run time editing experience of a diagram.
|
|
142
|
+
* [Data binding](https://ej2.syncfusion.com/react/demos/#/material/diagram/local-data) - Generates diagram with nodes and connectors based on the information provided from an external data source.
|
|
143
|
+
* [Commands](https://ej2.syncfusion.com/react/demos/#/material/diagram/key-board-functions) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations.
|
|
144
|
+
* [Automatic layout](https://ej2.syncfusion.com/react/demos/#/material/diagram/hierarchical-model) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout.
|
|
145
|
+
* [Overview panel](https://ej2.syncfusion.com/react/demos/#/material/diagram/overview) - The overview panel is used to improve navigation experience when exploring large diagrams.
|
|
146
|
+
* [SymbolPalettes](https://ej2.syncfusion.com/react/demos/#/material/diagram/symbol-palette) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram.
|
|
147
|
+
* [Rulers](https://ej2.syncfusion.com/react/demos/#/material/diagram/drawing-tool) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram component.
|
|
148
|
+
* [Serialization](https://ej2.syncfusion.com/react/demos/#/material/diagram/serialization) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization.
|
|
149
|
+
* [Exporting and Printing](https://ej2.syncfusion.com/react/demos/#/material/diagram/print-export) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents.
|
|
150
|
+
* [Gridlines](https://ej2.syncfusion.com/react/demos/#/material/diagram/default-functionalities) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface.
|
|
151
|
+
* [Page layout](https://ej2.syncfusion.com/react/demos/#/material/diagram/print-export)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins.
|
|
152
|
+
* [Context menu](https://ej2.syncfusion.com/react/demos/#/material/diagram/key-board-functions) - Frequently used commands can easily be mapped to the context menu.
|
|
40
153
|
|
|
41
|
-
##
|
|
154
|
+
## Support
|
|
42
155
|
|
|
43
|
-
|
|
44
|
-
- [**Connectors**](https://ej2.syncfusion.com/react/demos/#/material/diagram/connector) - The relationship between two nodes is represented using a connector.
|
|
45
|
-
- [**Labels**](https://ej2.syncfusion.com/react/demos/#/material/diagram/getting-started-annotation)- Labels are used to annotate nodes and connectors.
|
|
46
|
-
- [**Interactive Features**](https://ej2.syncfusion.com/react/demos/#/material/diagram/drawing-tool) - Interactive features are used to improve the run time editing experience of a diagram.
|
|
47
|
-
- [**Data Binding**](https://ej2.syncfusion.com/react/demos/#/material/diagram/local-data) - Generates diagram with nodes and connectors based on the information provided from an external data source.
|
|
48
|
-
- [**Commands**](https://ej2.syncfusion.com/react/demos/#/material/diagram/key-board-functions) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations.
|
|
49
|
-
- [**Automatic Layout**](https://ej2.syncfusion.com/react/demos/#/material/diagram/hierarchical-model) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout.
|
|
50
|
-
- [**Overview Panel**](https://ej2.syncfusion.com/react/demos/#/material/diagram/overview) - The overview panel is used to improve navigation experience when exploring large diagrams.
|
|
51
|
-
- [**SymbolPalettes**](https://ej2.syncfusion.com/react/demos/#/material/diagram/symbol-palette) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram.
|
|
52
|
-
- [**Rulers**](https://ej2.syncfusion.com/react/demos/#/material/diagram/drawing-tool) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control.
|
|
53
|
-
- [**Serialization**](https://ej2.syncfusion.com/react/demos/#/material/diagram/serialization) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization.
|
|
54
|
-
- [**Exporting and Printing**](https://ej2.syncfusion.com/react/demos/#/material/diagram/print-export) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents.
|
|
55
|
-
- [**Gridlines**](https://ej2.syncfusion.com/react/demos/#/material/diagram/default-functionalities) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface.
|
|
56
|
-
- [**Page Layout**](https://ej2.syncfusion.com/react/demos/#/material/diagram/print-export)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins.
|
|
57
|
-
- [**Context Menu**](https://ej2.syncfusion.com/react/demos/#/material/diagram/key-board-functions) - Frequently used commands can easily be mapped to the context menu.
|
|
156
|
+
Product support is available through the following mediums.
|
|
58
157
|
|
|
59
|
-
|
|
158
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
159
|
+
* [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-diagram-npm)
|
|
160
|
+
* [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
|
|
161
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-diagram-npm)
|
|
162
|
+
* Live chat
|
|
60
163
|
|
|
61
|
-
|
|
164
|
+
## Changelog
|
|
62
165
|
|
|
63
|
-
|
|
64
|
-
* New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new).
|
|
65
|
-
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
|
|
166
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/diagrams/CHANGELOG.md). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
66
167
|
|
|
67
|
-
## License
|
|
168
|
+
## License and copyright
|
|
68
169
|
|
|
69
|
-
|
|
170
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-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).
|
|
70
171
|
|
|
71
|
-
|
|
172
|
+
> 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.
|
|
72
173
|
|
|
73
|
-
|
|
174
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=diagram) for more info.
|
|
74
175
|
|
|
75
176
|
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-diagrams.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-diagrams.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-diagrams@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-diagrams@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-diagrams@19.13.9",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-m3yLSdBYzWZ9dTuJdL5OLOZTVizskcqMuRXF2whe3laMm5Bloh6HIQM9oT5H2tseo9t1ZNw1ODCrOonqhPmtQw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-diagrams",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-19.13.9.tgz",
|
|
23
|
+
"_shasum": "311bdeeaca16793cb41c65479ae7ab30de2d4b9c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-diagrams@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-diagrams": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-diagrams": "20.4.38",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.4.38"
|
|
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 React",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"type": "git",
|
|
58
58
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
59
59
|
},
|
|
60
|
-
"version": "20.
|
|
60
|
+
"version": "20.4.38",
|
|
61
61
|
"sideEffects": true
|
|
62
62
|
}
|