sun-form-v3 1.0.92 → 1.0.94
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{index-CUkyE7mr.js → index-0uHaNbAY.js} +1 -1
- package/dist/index-B2sOA6Dw.js +105512 -0
- package/dist/index-BU3xx_sm.js +163 -0
- package/dist/{index-CaLnMRtp.js → index-C5p41SA4.js} +1 -1
- package/dist/{index-DdQjo-g4.js → index-C7OcHL5P.js} +1 -1
- package/dist/{index-BZbp6-Wo.js → index-CCitDq_n.js} +1 -1
- package/dist/{index-CMXtGqAB.js → index-DjnpS_nN.js} +1 -1
- package/dist/{index-D9V97sYL.js → index-hn1cb6ui.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/sun-form-v3.es.js +1 -1
- package/dist/sun-form-v3.umd.js +235 -87
- package/package.json +4 -2
- package/dist/index-DAk2H32-.js +0 -65340
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "sun-form-v3",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.94",
|
5
5
|
"type": "module",
|
6
6
|
"files": [
|
7
7
|
"dist"
|
@@ -16,6 +16,8 @@
|
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
18
|
"@element-plus/icons-vue": "^2.3.1",
|
19
|
+
"@logicflow/core": "^1.2.0",
|
20
|
+
"@logicflow/extension": "^1.2.0",
|
19
21
|
"@rollup/plugin-commonjs": "^26.0.1",
|
20
22
|
"@tinymce/tinymce-vue": "^5",
|
21
23
|
"autoprefixer": "^10.4.19",
|
@@ -37,4 +39,4 @@
|
|
37
39
|
"vite-plugin-static-copy": "^1.0.6",
|
38
40
|
"vxe-table": "^4.6.17"
|
39
41
|
}
|
40
|
-
}
|
42
|
+
}
|