@syhr/sy-graph 1.0.9-beta.0 → 1.0.9-beta.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/CHANGELOG.md +717 -717
- package/lib/graph.css +1 -1
- package/lib/sy-graph.cjs +22 -19
- package/lib/sy-graph.mjs +9398 -8992
- package/lib/sy-graph.umd.js +23 -20
- package/package.json +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syhr/sy-graph",
|
|
3
|
-
"version": "1.0.9-beta.
|
|
3
|
+
"version": "1.0.9-beta.2",
|
|
4
4
|
"author": "syhr <aiops.sieyuan@gmail.com>",
|
|
5
5
|
"description": "Planar graphic config tool based on @meta2d.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"homepage": "https://github.com/syhr/sy-graph",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/syhr/sy-graph.git"
|
|
32
|
+
"url": "git+https://github.com/syhr/sy-graph.git"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"dev": "vite",
|
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
"build:microapp": "vite build --mode microapp",
|
|
42
42
|
"preview": "vite preview",
|
|
43
43
|
"preview:lib": "vite preview --config vite.config.lib.js",
|
|
44
|
-
"lint": "eslint --ext .js,.
|
|
45
|
-
"lint:check": "eslint --ext .js,.vue,.ts --ignore-path .gitignore src",
|
|
44
|
+
"lint": "eslint --ext .vue,.js,.jsx,.cjs,.mjs --fix src",
|
|
46
45
|
"clean": "rimraf lib dist node_modules/.vite",
|
|
47
46
|
"clean:lib": "rimraf lib",
|
|
48
47
|
"clean:dist": "rimraf dist",
|
|
@@ -59,9 +58,9 @@
|
|
|
59
58
|
"@ffmpeg/ffmpeg": "~0.12.15",
|
|
60
59
|
"@ffmpeg/util": "~0.12.2",
|
|
61
60
|
"@meta2d/activity-diagram": "~1.0.1",
|
|
62
|
-
"@meta2d/chart-diagram": "~1.0.
|
|
61
|
+
"@meta2d/chart-diagram": "~1.0.20",
|
|
63
62
|
"@meta2d/class-diagram": "~1.0.2",
|
|
64
|
-
"@meta2d/core": "~1.
|
|
63
|
+
"@meta2d/core": "~1.1.14",
|
|
65
64
|
"@meta2d/flow-diagram": "~1.0.2",
|
|
66
65
|
"@meta2d/form-diagram": "~1.0.29",
|
|
67
66
|
"@meta2d/fta-diagram": "~1.0.1",
|
|
@@ -70,54 +69,55 @@
|
|
|
70
69
|
"@meta2d/plugin-mind-core": "~1.0.4",
|
|
71
70
|
"@meta2d/sequence-diagram": "~1.0.1",
|
|
72
71
|
"@meta2d/svg": "~1.0.7",
|
|
73
|
-
"@meta2d/utils": "1.0.
|
|
74
|
-
"@micro-zoe/micro-app": "1.0.0-rc.
|
|
75
|
-
"
|
|
76
|
-
"axios": "~1.11.0",
|
|
72
|
+
"@meta2d/utils": "1.0.3",
|
|
73
|
+
"@micro-zoe/micro-app": "1.0.0-rc.28",
|
|
74
|
+
"axios": "~1.13.3",
|
|
77
75
|
"comlink": "~4.4.2",
|
|
78
76
|
"crypto-js": "~4.2.0",
|
|
79
|
-
"dayjs": "~1.11.
|
|
80
|
-
"dxf": "~5.
|
|
77
|
+
"dayjs": "~1.11.19",
|
|
78
|
+
"dxf": "~5.3.1",
|
|
81
79
|
"dxf-parser": "~1.1.2",
|
|
82
|
-
"element-plus": "~2.
|
|
80
|
+
"element-plus": "~2.12.0",
|
|
83
81
|
"fabric": "~4.6.0",
|
|
84
82
|
"file-saver": "~2.0.5",
|
|
85
|
-
"flv.js": "
|
|
83
|
+
"flv.js": "~1.6.2",
|
|
86
84
|
"gm-crypto": "~0.1.12",
|
|
87
85
|
"jszip": "~3.10.1",
|
|
88
|
-
"lodash-es": "~4.17.
|
|
86
|
+
"lodash-es": "~4.17.23",
|
|
89
87
|
"mitt": "~3.0.1",
|
|
90
|
-
"monaco-editor": "~0.
|
|
88
|
+
"monaco-editor": "~0.55.1",
|
|
91
89
|
"nprogress": "~0.2.0",
|
|
92
90
|
"photoswipe": "~5.4.4",
|
|
93
|
-
"pinia": "~
|
|
94
|
-
"qs": "~6.14.
|
|
95
|
-
"sm-crypto": "~0.
|
|
96
|
-
"vue": "~3.5.
|
|
97
|
-
"vue-draggable-plus": "~0.6.
|
|
98
|
-
"vue-router": "~4.
|
|
99
|
-
"vue3-colorpicker": "
|
|
91
|
+
"pinia": "~3.0.4",
|
|
92
|
+
"qs": "~6.14.1",
|
|
93
|
+
"sm-crypto": "~0.4.0",
|
|
94
|
+
"vue": "~3.5.27",
|
|
95
|
+
"vue-draggable-plus": "~0.6.1",
|
|
96
|
+
"vue-router": "~4.6.4",
|
|
97
|
+
"vue3-colorpicker": "~2.3.0"
|
|
100
98
|
},
|
|
101
99
|
"devDependencies": {
|
|
102
100
|
"@babel/core": "~7.28.5",
|
|
103
101
|
"@babel/eslint-parser": "~7.28.5",
|
|
102
|
+
"@eslint/js": "~9.39.2",
|
|
104
103
|
"@iconify-json/ant-design": "~1.2.5",
|
|
105
|
-
"@iconify-json/ep": "~1.2.
|
|
106
|
-
"@iconify-json/tdesign": "~1.2.
|
|
107
|
-
"@iconify/utils": "~
|
|
108
|
-
"@unocss/preset-rem-to-px": "~66.
|
|
109
|
-
"@vitejs/plugin-basic-ssl": "~2.1.
|
|
104
|
+
"@iconify-json/ep": "~1.2.4",
|
|
105
|
+
"@iconify-json/tdesign": "~1.2.12",
|
|
106
|
+
"@iconify/utils": "~3.1.0",
|
|
107
|
+
"@unocss/preset-rem-to-px": "~66.6.0",
|
|
108
|
+
"@vitejs/plugin-basic-ssl": "~2.1.4",
|
|
110
109
|
"@vitejs/plugin-vue": "~5.2.4",
|
|
111
110
|
"@vitejs/plugin-vue-jsx": "~4.2.0",
|
|
112
|
-
"@vue/eslint-config-prettier": "~
|
|
113
|
-
"autoprefixer": "~10.4.
|
|
111
|
+
"@vue/eslint-config-prettier": "~10.2.0",
|
|
112
|
+
"autoprefixer": "~10.4.23",
|
|
114
113
|
"conventional-changelog-cli": "~5.0.0",
|
|
115
114
|
"dotenv": "~16.5.0",
|
|
116
|
-
"eslint": "~
|
|
117
|
-
"eslint-config-prettier": "~
|
|
118
|
-
"eslint-plugin-prettier": "~5.5.
|
|
119
|
-
"eslint-plugin-vue": "~
|
|
115
|
+
"eslint": "~9.39.2",
|
|
116
|
+
"eslint-config-prettier": "~10.1.8",
|
|
117
|
+
"eslint-plugin-prettier": "~5.5.5",
|
|
118
|
+
"eslint-plugin-vue": "~10.7.0",
|
|
120
119
|
"glob": "~11.0.3",
|
|
120
|
+
"globals": "~17.1.0",
|
|
121
121
|
"picocolors": "~1.1.1",
|
|
122
122
|
"postcss": "~8.5.6",
|
|
123
123
|
"postcss-px-to-viewport-8-plugin": "~1.2.5",
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"rimraf": "~5.0.5",
|
|
126
126
|
"sass": "~1.79.6",
|
|
127
127
|
"standard-version": "~9.5.0",
|
|
128
|
-
"terser": "~5.
|
|
129
|
-
"unocss": "~66.
|
|
128
|
+
"terser": "~5.46.0",
|
|
129
|
+
"unocss": "~66.6.0",
|
|
130
130
|
"unplugin-auto-import": "~19.3.0",
|
|
131
|
-
"unplugin-element-plus": "~0.
|
|
131
|
+
"unplugin-element-plus": "~0.11.2",
|
|
132
132
|
"unplugin-vue-components": "~28.8.0",
|
|
133
133
|
"unplugin-vue-macros": "~2.14.5",
|
|
134
|
-
"vite": "~5.4.
|
|
134
|
+
"vite": "~5.4.21",
|
|
135
135
|
"vite-plugin-css-injected-by-js": "~3.5.2",
|
|
136
136
|
"vite-plugin-eslint": "~1.8.1",
|
|
137
137
|
"vite-plugin-lib-inject-css": "~2.2.2",
|