@syncfusion/ej2-react-diagrams 23.2.6 → 24.1.41

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +1 -69
  2. package/dist/ej2-react-diagrams.min.js +1 -1
  3. package/dist/ej2-react-diagrams.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -376
  6. package/styles/bootstrap.css +1 -376
  7. package/styles/bootstrap4.css +1 -376
  8. package/styles/bootstrap5-dark.css +1 -377
  9. package/styles/bootstrap5.css +1 -377
  10. package/styles/diagram/bootstrap-dark.css +1 -376
  11. package/styles/diagram/bootstrap.css +1 -376
  12. package/styles/diagram/bootstrap4.css +1 -376
  13. package/styles/diagram/bootstrap5-dark.css +1 -377
  14. package/styles/diagram/bootstrap5.css +1 -377
  15. package/styles/diagram/fabric-dark.css +1 -376
  16. package/styles/diagram/fabric.css +1 -376
  17. package/styles/diagram/fluent-dark.css +1 -377
  18. package/styles/diagram/fluent.css +1 -377
  19. package/styles/diagram/highcontrast-light.css +1 -375
  20. package/styles/diagram/highcontrast.css +1 -377
  21. package/styles/diagram/material-dark.css +1 -376
  22. package/styles/diagram/material.css +1 -376
  23. package/styles/diagram/material3-dark.css +1 -430
  24. package/styles/diagram/material3.css +1 -486
  25. package/styles/diagram/tailwind-dark.css +1 -377
  26. package/styles/diagram/tailwind.css +1 -377
  27. package/styles/fabric-dark.css +1 -376
  28. package/styles/fabric.css +1 -376
  29. package/styles/fluent-dark.css +1 -377
  30. package/styles/fluent.css +1 -377
  31. package/styles/highcontrast-light.css +1 -375
  32. package/styles/highcontrast.css +1 -377
  33. package/styles/material-dark.css +1 -376
  34. package/styles/material.css +1 -376
  35. package/styles/material3-dark.css +1 -430
  36. package/styles/material3.css +1 -486
  37. package/styles/tailwind-dark.css +1 -377
  38. package/styles/tailwind.css +1 -377
package/CHANGELOG.md CHANGED
@@ -6,76 +6,8 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I515562` - Now, the swimlane renders properly while dragging it from palette with multiple page enabled.
10
- - `#515563` - Exception while serializing the BPMN Group shape with child has been resolved.
11
- - `#I520515` - Now, the connector target decorator renders properly after calling doLayout with line-routing.
12
- - `#I518456` - Now, the Subprocess node and child node dragging is proper after serialization.
13
-
14
- ## 23.2.4 (2023-11-20)
15
-
16
- ### Diagram
17
-
18
- #### Bug Fixes
19
-
20
- - `#I499552` - Now, fit to page is working properly when current zoom is less than min-zoom.
21
- - `#F185082` - Now, the transparent fill is applied properly for swimlane lanes.
22
- - `#I513170` - The exception will no longer be thrown during the dragging of connector segments.
23
-
24
- ## 23.1.44 (2023-11-07)
25
-
26
- ### Diagram
27
-
28
- #### Bug Fixes
29
-
30
- - `#I508486` - Now, user-handle template is rendered properly after save and load.
31
-
32
- ## 23.1.43 (2023-10-31)
33
-
34
- ### Diagram
35
-
36
- #### Bug Fixes
37
-
38
- - `#I506971` - Now, Overview with html node is updated properly when we zoom-out the diagram.
39
- - `#I505963` - Now, Exception occurs due to line routing constraints enabled is resolved.
40
-
41
- ## 23.1.42 (2023-10-24)
42
-
43
- ### Diagram
44
-
45
- #### Bug Fixes
46
-
47
- - `#I503100` - Now, Property Change Event triggers while Z-index value get changed.
48
- - `#F184671` - Now, the overview updated properly after loading the diagram.
49
- - `#I502515` – Now, the connector overlapping is resolved when enable routing is set to true.
50
-
51
- ## 23.1.40 (2023-10-10)
52
-
53
- ### Diagram
54
-
55
- #### Bug Fixes
56
-
57
- - `#I184539` - Now, BPMN Group shape will Function Like Subprocess.
58
- - `#I484335` - Now, highlighter rendered properly on hovering ports and nodes.
59
- - `#F183609` - Now, External entries are added in startgroup and endgroup action.
60
-
61
- ## 23.1.39 (2023-10-04)
62
-
63
- ### Diagram
64
-
65
- #### Bug Fixes
66
-
67
- - `#I501652` - Now, dropping nodes in swimlane consider as child in angular.
68
- - `#I47014` - The segmentCollectionChange is triggered when editSegment method called.
69
-
70
- ## 23.1.38 (2023-09-26)
71
-
72
- ### Diagram
73
-
74
- #### Bug Fixes
75
-
76
9
  - `#I184493` - The null exception will no longer thrown while hovering over the ports.
77
- - `#F45135` - Now, onUserHandleMouseUp event triggers for single time.
78
- - `#I487517` - Now, while enabling virtualization constraints nodes does not disappears.
10
+ - `#I47014` - The segmentCollectionChange is triggered when editSegment method called.
79
11
 
80
12
  ## 23.1.36 (2023-09-15)
81
13
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-diagrams.min.js
3
- * version : 23.2.6
3
+ * version : 24.1.41
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-diagrams.umd.min.js
3
- * version : 23.2.6
3
+ * version : 24.1.41
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-diagrams@*",
3
- "_id": "@syncfusion/ej2-react-diagrams@23.2.4",
3
+ "_id": "@syncfusion/ej2-react-diagrams@19.16.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-dOY/hycpkbPMSxbINT9SBjoqw8TAhZ8XIespX4uBnolSFbVRoNbnsr6iakG6gY2CLI8bFgEgi/xcaY0FPqMrZw==",
5
+ "_integrity": "sha512-XcAIsXTj10NxynnRlUoPOIYLDqx8gnDq0L7wDWzQtu0U6r1nw5ZCo+q9o6h1N+fzOH60JnPvS0fJqTARf26VHQ==",
6
6
  "_location": "/@syncfusion/ej2-react-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-hotfix-new/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-23.2.4.tgz",
23
- "_shasum": "0684437714473319545b2986453c7e2144a1d9b5",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-19.16.1.tgz",
23
+ "_shasum": "4c5d8beced5fb029b64f96294e73f306f72d4f11",
24
24
  "_spec": "@syncfusion/ej2-react-diagrams@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/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-base": "~23.2.6",
35
- "@syncfusion/ej2-diagrams": "23.2.6",
36
- "@syncfusion/ej2-react-base": "~23.2.5"
34
+ "@syncfusion/ej2-base": "~24.1.41",
35
+ "@syncfusion/ej2-diagrams": "24.1.41",
36
+ "@syncfusion/ej2-react-base": "~24.1.41"
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",
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "23.2.6",
56
+ "version": "24.1.41",
57
57
  "sideEffects": true
58
58
  }
@@ -1,376 +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
- fill: #acacac;
204
- opacity: 1;
205
- stroke: #fff;
206
- }
207
-
208
- .e-diagram-bezier-control-handle.e-disabled {
209
- fill: #acacac;
210
- opacity: 1;
211
- stroke: #fff;
212
- }
213
-
214
- /* stylelint-disable */
215
- .e-diagram-bezier-handle.e-source.e-disabled {
216
- opacity: 1 !important;
217
- }
218
-
219
- .e-diagram-bezier-handle.e-target.e-disabled {
220
- opacity: 1 !important;
221
- }
222
-
223
- .e-diagram-bezier-control-handle {
224
- fill: #fff;
225
- stroke: #0070f0;
226
- }
227
-
228
- .e-diagram-bezier-segment-handle {
229
- fill: #fff;
230
- stroke: #0070f0;
231
- }
232
-
233
- .e-symbolpalette .e-acrdn-content {
234
- background-color: #dfdfdf !important;
235
- }
236
-
237
- /* stylelint-enable */
238
- .e-diagram-bezier-control-line {
239
- stroke: #0070f0;
240
- }
241
-
242
- .e-diagram-resize-handle {
243
- fill: #0070f0;
244
- stroke: #fff;
245
- stroke: #fff;
246
- }
247
-
248
- .e-diagram-helper {
249
- stroke: #0070f0;
250
- }
251
-
252
- .e-diagram-resize-handle.e-disabled {
253
- fill: #acacac;
254
- opacity: 1;
255
- stroke: #fff;
256
- }
257
-
258
- .e-diagram-rotate-handle {
259
- fill: #0070f0;
260
- stroke: #0070f0;
261
- }
262
-
263
- .e-diagram-selector {
264
- stroke: #0058bd;
265
- }
266
-
267
- .e-diagram-selector.e-disabled {
268
- opacity: 1;
269
- stroke: #acacac;
270
- }
271
-
272
- .e-diagram-selector.e-thick-border {
273
- stroke: #0058bd;
274
- stroke-width: 2;
275
- }
276
-
277
- .e-diagram-selector.e-thick-border.e-diagram-lane {
278
- stroke: #0070f0;
279
- stroke-width: 2;
280
- }
281
-
282
- .e-diagram-highlighter {
283
- stroke: #0070f0;
284
- stroke-width: 2;
285
- }
286
-
287
- .e-diagram-selected-region {
288
- stroke: #0070f0;
289
- }
290
-
291
- .e-diagram-pivot-line {
292
- stroke: #0070f0;
293
- }
294
-
295
- .e-symbolpalette .e-symbol-hover:hover {
296
- background: #b9b9b9;
297
- border-radius: 4px;
298
- }
299
-
300
- .e-symbolpalette .e-symbol-selected {
301
- background: #acacac;
302
- border-radius: 4px;
303
- }
304
-
305
- .e-diagram-tooltip {
306
- pointer-events: none;
307
- }
308
-
309
- .e-diagram .e-ruler {
310
- background: #313131;
311
- color: #f0f0f0;
312
- font-size: 10px;
313
- }
314
-
315
- .e-diagram .e-ruler-overlap {
316
- background: #313131;
317
- }
318
-
319
- .e-diagram .e-d-ruler-marker {
320
- stroke: #0070f0;
321
- }
322
-
323
- .e-diagram .e-diagram-text-edit {
324
- background: #fff;
325
- border-color: #0070f0;
326
- border-style: dashed;
327
- border-width: 1px;
328
- box-sizing: content-box;
329
- color: #1a1a1a;
330
- min-width: 50px;
331
- }
332
-
333
- .e-diagram-text-edit::selection {
334
- background: #0070f0;
335
- color: #fff;
336
- }
337
-
338
- .e-ruler-tick-label {
339
- fill: #c6c6c6;
340
- }
341
-
342
- .e-ruler-tick {
343
- stroke: #858585;
344
- }
345
-
346
- .e-menu-item e-blankicon {
347
- padding-left: 28px;
348
- }
349
-
350
- .e-diagram-selection-indicator {
351
- stroke: #0070f0;
352
- }
353
-
354
- .e-diagram-selection-line {
355
- stroke: #0070f0;
356
- }
357
-
358
- /* stylelint-disable */
359
- .e-diagram-rotate {
360
- cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
361
- }
362
-
363
- .e-symbolpalette-hidden {
364
- display: none !important;
365
- }
366
-
367
- .e-symbolpalette-search-hidden {
368
- display: none !important;
369
- }
370
-
371
- .e-diagramTooltip-content {
372
- width: auto !important;
373
- height: auto !important;
374
- }
375
-
376
- /* stylelint-enable */
1
+ @import '@syncfusion/ej2-diagrams/styles/bootstrap-dark.css';