@zenuml/core 3.24.28 → 3.24.30
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/.eslintrc.js +1 -0
- package/dist/{StylePanel.5e129b41.js → StylePanel.1a6e4265.js} +183 -182
- package/dist/{close.935867a5.js → close.499ae7cb.js} +2 -2
- package/dist/{collapse-expanded.33a62cb5.js → collapse-expanded.e180132c.js} +2 -2
- package/dist/{collapse-unexpanded.3fb97ca2.js → collapse-unexpanded.953db73d.js} +2 -2
- package/dist/{core.976bd627.js → core.c8831fc7.js} +7426 -7460
- package/dist/{debug.9bd9930e.js → debug.b476b608.js} +2 -2
- package/dist/{message-arrow.9fcb0229.js → message-arrow.de81e13e.js} +2 -2
- package/dist/{non-selected-cycle.ac954789.js → non-selected-cycle.5366469a.js} +2 -2
- package/dist/{numbering.585e9b2d.js → numbering.cc352967.js} +2 -2
- package/dist/{privacy.49124784.js → privacy.b3082796.js} +2 -2
- package/dist/{selected-cycle.913c6a67.js → selected-cycle.bb3addbd.js} +2 -2
- package/dist/{theme.9a9b014c.js → theme.25d1bae3.js} +2 -2
- package/dist/{tip.69307bf9.js → tip.e81fe31f.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +453 -453
- package/dist/{zoom-in.af5ed295.js → zoom-in.57dd9d3f.js} +2 -2
- package/dist/{zoom-out.5ffc2ec1.js → zoom-out.434add0e.js} +2 -2
- package/package.json +4 -2
- package/pnpm-lock.yaml +1250 -226
- package/vite.config.js +5 -0
|
@@ -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.c8831fc7.js";
|
|
2
2
|
const s = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
_ as default,
|
|
21
21
|
l as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-in.
|
|
23
|
+
//# sourceMappingURL=zoom-in.57dd9d3f.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.c8831fc7.js";
|
|
2
2
|
const e = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
h as default,
|
|
21
21
|
s as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-out.
|
|
23
|
+
//# sourceMappingURL=zoom-out.434add0e.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenuml/core",
|
|
3
|
-
"version": "3.24.
|
|
3
|
+
"version": "3.24.30",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -71,11 +71,13 @@
|
|
|
71
71
|
"@types/antlr4": "~4.11.2",
|
|
72
72
|
"@types/color-string": "^1.5.2",
|
|
73
73
|
"@types/jest": "^29.5.14",
|
|
74
|
+
"@types/jsdom": "^21.1.7",
|
|
74
75
|
"@types/lodash": "^4.14.191",
|
|
75
76
|
"@types/node": "latest",
|
|
76
77
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
77
78
|
"@typescript-eslint/parser": "^6.7.4",
|
|
78
79
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
80
|
+
"@vitest/coverage-v8": "^2.1.5",
|
|
79
81
|
"@vue/compiler-dom": "^3.3.8",
|
|
80
82
|
"@vue/compiler-sfc": "^3.2.45",
|
|
81
83
|
"@vue/test-utils": "^2.2.7",
|
|
@@ -104,7 +106,7 @@
|
|
|
104
106
|
"vite": "^3.2.10",
|
|
105
107
|
"vite-plugin-css-injected-by-js": "^2.2.0",
|
|
106
108
|
"vite-svg-loader": "^4.0.0",
|
|
107
|
-
"vitest": "^
|
|
109
|
+
"vitest": "^2.1.5"
|
|
108
110
|
},
|
|
109
111
|
"postcss": {
|
|
110
112
|
"plugins": {
|