@zenuml/core 3.14.1 → 3.14.2
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/cy/defect-406-alt-under-creation.html +3 -3
- package/cy/smoke-creation.html +3 -3
- package/cy/smoke-fragment-issue.html +3 -3
- package/cy/smoke-fragment.html +3 -3
- package/cy/smoke-interaction.html +3 -3
- package/cy/smoke-return.html +3 -3
- package/cy/smoke.html +3 -3
- package/package.json +2 -2
- package/pnpm-lock.yaml +2694 -5840
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml" style="margin: 0
|
|
16
|
+
<pre class="zenuml" style="margin: 0">
|
|
17
17
|
title Title 1
|
|
18
18
|
A.m1 {
|
|
19
19
|
new B(1,2,3,4) {
|
|
@@ -35,6 +35,6 @@ A.m1 {
|
|
|
35
35
|
>
|
|
36
36
|
</div>
|
|
37
37
|
<!-- built files will be auto injected -->
|
|
38
|
-
<script type="module" src="/src/main.ts"></script>
|
|
38
|
+
<script type="module" src="/src/main-cy.ts"></script>
|
|
39
39
|
</body>
|
|
40
40
|
</html>
|
package/cy/smoke-creation.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml" style="margin: 0
|
|
16
|
+
<pre class="zenuml" style="margin: 0">
|
|
17
17
|
title Title 1
|
|
18
18
|
A.m {
|
|
19
19
|
new B(1,2,3,4)
|
|
@@ -21,6 +21,6 @@ A.m {
|
|
|
21
21
|
>
|
|
22
22
|
</div>
|
|
23
23
|
<!-- built files will be auto injected -->
|
|
24
|
-
<script type="module" src="/src/main.ts"></script>
|
|
24
|
+
<script type="module" src="/src/main-cy.ts"></script>
|
|
25
25
|
</body>
|
|
26
26
|
</html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml" style="margin: 0
|
|
16
|
+
<pre class="zenuml" style="margin: 0">
|
|
17
17
|
// This sample is carefully crafted. It shows a known issues: fragment stretched to
|
|
18
18
|
// svc (should not), because parser thinks the return statement returns to svc.
|
|
19
19
|
group G {@VPC svc @RDS rep} Client
|
|
@@ -30,6 +30,6 @@ Client->SGW."Get order by id" {
|
|
|
30
30
|
>
|
|
31
31
|
</div>
|
|
32
32
|
<!-- built files will be auto injected -->
|
|
33
|
-
<script type="module" src="/src/main.ts"></script>
|
|
33
|
+
<script type="module" src="/src/main-cy.ts"></script>
|
|
34
34
|
</body>
|
|
35
35
|
</html>
|
package/cy/smoke-fragment.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml" style="margin: 0
|
|
16
|
+
<pre class="zenuml" style="margin: 0">
|
|
17
17
|
A
|
|
18
18
|
B
|
|
19
19
|
C #FF0000 // we style it to make it more important in image comparison
|
|
@@ -38,6 +38,6 @@ if(x) {
|
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
40
|
<!-- built files will be auto injected -->
|
|
41
|
-
<script type="module" src="/src/main.ts"></script>
|
|
41
|
+
<script type="module" src="/src/main-cy.ts"></script>
|
|
42
42
|
</body>
|
|
43
43
|
</html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml" style="margin: 0
|
|
16
|
+
<pre class="zenuml" style="margin: 0">
|
|
17
17
|
if(x) {
|
|
18
18
|
A.method() {
|
|
19
19
|
B.method() {
|
|
@@ -29,6 +29,6 @@ if(x) {
|
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
<!-- built files will be auto injected -->
|
|
32
|
-
<script type="module" src="/src/main.ts"></script>
|
|
32
|
+
<script type="module" src="/src/main-cy.ts"></script>
|
|
33
33
|
</body>
|
|
34
34
|
</html>
|
package/cy/smoke-return.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml" style="margin: 0
|
|
16
|
+
<pre class="zenuml" style="margin: 0">
|
|
17
17
|
Browser->BookController.onPost() {
|
|
18
18
|
BookLibService.Borrow(id) {
|
|
19
19
|
receipt = process(id1)
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
>
|
|
34
34
|
</div>
|
|
35
35
|
<!-- built files will be auto injected -->
|
|
36
|
-
<script type="module" src="/src/main.ts"></script>
|
|
36
|
+
<script type="module" src="/src/main-cy.ts"></script>
|
|
37
37
|
</body>
|
|
38
38
|
</html>
|
package/cy/smoke.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml" style="margin: 0
|
|
16
|
+
<pre class="zenuml" style="margin: 0">
|
|
17
17
|
|
|
18
18
|
title ABCD Title
|
|
19
19
|
// Generating Sequence Diagrams from Java code is experimental.
|
|
@@ -37,6 +37,6 @@ MarkdownJavaFxHtmlPanel.readFromInputStream(inputStream) {
|
|
|
37
37
|
>
|
|
38
38
|
</div>
|
|
39
39
|
<!-- built files will be auto injected -->
|
|
40
|
-
<script type="module" src="/src/main.ts"></script>
|
|
40
|
+
<script type="module" src="/src/main-cy.ts"></script>
|
|
41
41
|
</body>
|
|
42
42
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenuml/core",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"lodash": "^4.17.21",
|
|
54
54
|
"marked": "^4.0.10",
|
|
55
55
|
"pino": "^8.8.0",
|
|
56
|
-
"postcss": "^8.4.
|
|
56
|
+
"postcss": "^8.4.31",
|
|
57
57
|
"ramda": "^0.28.0",
|
|
58
58
|
"tailwindcss": "^3.2.4",
|
|
59
59
|
"vue": "^3.2.45",
|