@zenuml/core 3.23.19 → 3.23.21
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/self-sync-message-at-root.html +5 -2
- package/cy/smoke.html +0 -2
- package/dist/{StylePanel.c4c525f6.js → StylePanel.7a33af5a.js} +30 -30
- package/dist/{close.a2c648c6.js → close.031b8bdb.js} +3 -3
- package/dist/{collapse-expanded.e34e2570.js → collapse-expanded.0e9d6603.js} +3 -3
- package/dist/{collapse-unexpanded.39e63423.js → collapse-unexpanded.1fcfce0d.js} +3 -3
- package/dist/{core.05bbe0c0.js → core.b81bfa41.js} +15472 -10336
- package/dist/{debug.2ea9f38f.js → debug.6955930f.js} +3 -3
- package/dist/{message-arrow.5a65b3c8.js → message-arrow.f64bb4eb.js} +3 -3
- package/dist/{non-selected-cycle.041e01b9.js → non-selected-cycle.91744b2c.js} +3 -3
- package/dist/{numbering.43d6be63.js → numbering.1a1a650f.js} +3 -3
- package/dist/{privacy.9233e673.js → privacy.afea3dd8.js} +3 -3
- package/dist/{selected-cycle.7c6df96e.js → selected-cycle.da963f68.js} +3 -3
- package/dist/{theme.33ab27e9.js → theme.23b55a43.js} +3 -3
- package/dist/{tip.67f92ade.js → tip.2b58a739.js} +3 -3
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +483 -458
- package/dist/{zoom-in.0d82610f.js → zoom-in.5dafce9e.js} +3 -3
- package/dist/{zoom-out.ce74cf45.js → zoom-out.8789c790.js} +3 -3
- package/package.json +5 -5
- package/pnpm-lock.yaml +190 -295
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as c, c as e, a as o } from "./core.
|
|
1
|
+
import { o as c, c as e, a as o } from "./core.b81bfa41.js";
|
|
2
2
|
const s = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -13,11 +13,11 @@ const s = {
|
|
|
13
13
|
n
|
|
14
14
|
];
|
|
15
15
|
function l(a, h) {
|
|
16
|
-
return c(), e("svg", s, r);
|
|
16
|
+
return c(), e("svg", s, [...r]);
|
|
17
17
|
}
|
|
18
18
|
const _ = { render: l };
|
|
19
19
|
export {
|
|
20
20
|
_ as default,
|
|
21
21
|
l as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-in.
|
|
23
|
+
//# sourceMappingURL=zoom-in.5dafce9e.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as t, c, a as o } from "./core.
|
|
1
|
+
import { o as t, c, a as o } from "./core.b81bfa41.js";
|
|
2
2
|
const e = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -13,11 +13,11 @@ const e = {
|
|
|
13
13
|
l
|
|
14
14
|
];
|
|
15
15
|
function s(a, d) {
|
|
16
|
-
return t(), c("svg", e, n);
|
|
16
|
+
return t(), c("svg", e, [...n]);
|
|
17
17
|
}
|
|
18
18
|
const h = { render: s };
|
|
19
19
|
export {
|
|
20
20
|
h as default,
|
|
21
21
|
s as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-out.
|
|
23
|
+
//# sourceMappingURL=zoom-out.8789c790.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenuml/core",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@headlessui/vue": "^1.7.16",
|
|
46
46
|
"@types/assert": "^1.5.6",
|
|
47
47
|
"@types/ramda": "^0.28.20",
|
|
48
|
-
"@vue/compat": "^3.
|
|
48
|
+
"@vue/compat": "^3.4.27",
|
|
49
49
|
"antlr4": "~4.11.0",
|
|
50
50
|
"color-string": "^1.5.5",
|
|
51
51
|
"dom-to-image-more": "^2.13.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"postcss": "^8.4.31",
|
|
59
59
|
"ramda": "^0.28.0",
|
|
60
60
|
"tailwindcss": "^3.2.4",
|
|
61
|
-
"vue": "^3.
|
|
61
|
+
"vue": "^3.4.27",
|
|
62
62
|
"vuex": "^4.1.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
72
72
|
"@typescript-eslint/parser": "^6.7.4",
|
|
73
73
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
74
|
-
"@vue/compiler-dom": "^3.
|
|
75
|
-
"@vue/compiler-sfc": "^3.
|
|
74
|
+
"@vue/compiler-dom": "^3.4.27",
|
|
75
|
+
"@vue/compiler-sfc": "^3.4.27",
|
|
76
76
|
"@vue/test-utils": "^2.2.7",
|
|
77
77
|
"autoprefixer": "^10.4.13",
|
|
78
78
|
"concurrently": "^7.6.0",
|