zforg 1.0.1

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.
Files changed (50) hide show
  1. package/README.md +136 -0
  2. package/dist/cdn.sunform.tech/libs/monaco-editor/min/vs/loader.js +11 -0
  3. package/dist/cdn.sunform.tech/libs/monaco-editor/min-maps/vs/out-editor/vs/loader.js +1898 -0
  4. package/dist/favicon.ico +0 -0
  5. package/dist/index-B0fldwhm.js +99 -0
  6. package/dist/index-B1b5cejN.js +105 -0
  7. package/dist/index-B2ieNi21.js +95 -0
  8. package/dist/index-BAEL_Fhr.js +127 -0
  9. package/dist/index-BFMI5eOW.js +246 -0
  10. package/dist/index-BGxc5ryR.js +25894 -0
  11. package/dist/index-BJ0vPF5A.js +44 -0
  12. package/dist/index-BLCD8R_e.js +834 -0
  13. package/dist/index-BMvtKcYA.js +148 -0
  14. package/dist/index-BV8ZIDLP.js +255135 -0
  15. package/dist/index-BYbxnzUx.js +105 -0
  16. package/dist/index-BZ_40krq.js +265 -0
  17. package/dist/index-BcUJtkEW.js +159 -0
  18. package/dist/index-BkftF1Ew.js +33 -0
  19. package/dist/index-C0NmmaE2.js +252 -0
  20. package/dist/index-C78PiK5v.js +20 -0
  21. package/dist/index-CE0gDB6E.js +140 -0
  22. package/dist/index-CHAFY_vi.js +159 -0
  23. package/dist/index-CIaeKFCl.js +159 -0
  24. package/dist/index-CXNYHPLK.js +43 -0
  25. package/dist/index-CiNAZsvy.js +100 -0
  26. package/dist/index-CifChfEv.js +20 -0
  27. package/dist/index-CjKir6nk.js +280 -0
  28. package/dist/index-CvnfmMTc.js +202 -0
  29. package/dist/index-CzkuANsf.js +20 -0
  30. package/dist/index-D7zr1ztZ.js +73 -0
  31. package/dist/index-DHjsGntq.js +157 -0
  32. package/dist/index-DQ3y00Pa.js +65 -0
  33. package/dist/index-DYFp4hH-.js +95 -0
  34. package/dist/index-Dag4zSq7.js +88 -0
  35. package/dist/index-DnmLceC9.js +281 -0
  36. package/dist/index-Dz10Ntti.js +127 -0
  37. package/dist/index-FVwll8uc.js +124 -0
  38. package/dist/index-HNpIFY7h.js +44 -0
  39. package/dist/index-ZVIqhtUw.js +132 -0
  40. package/dist/index-c0zw96Jm.js +139 -0
  41. package/dist/index-dGJDj4ro.js +97 -0
  42. package/dist/index-kUQct_cM.js +172 -0
  43. package/dist/index-kzElMYkk.js +256 -0
  44. package/dist/index-nY_E-1Gm.js +180 -0
  45. package/dist/index-zkXVDNsL.js +184 -0
  46. package/dist/js/loader.js +11 -0
  47. package/dist/style.css +1 -0
  48. package/dist/sun-form-v3.es.js +4 -0
  49. package/dist/sun-form-v3.umd.js +7064 -0
  50. package/package.json +62 -0
package/package.json ADDED
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "zforg",
3
+ "private": false,
4
+ "version": "1.0.1",
5
+ "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "main": "dist/sun-form-v3.umd.js",
10
+ "module": "dist/sun-form-v3.es.js",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://gitee.com/loveviven/sunform.git"
14
+ },
15
+ "homepage": "https://gitee.com/loveviven/sunform",
16
+ "scripts": {
17
+ "dev": "vite",
18
+ "build": "vite build",
19
+ "preview": "vite preview",
20
+ "prod": "vite build --config vite.preview.config.js && vite preview --config vite.preview.config.js"
21
+ },
22
+ "dependencies": {
23
+ "@element-plus/icons-vue": "^2.3.1",
24
+ "@logicflow/core": "^1.2.0",
25
+ "@logicflow/extension": "^1.2.0",
26
+ "@rollup/plugin-commonjs": "^26.0.1",
27
+ "@tinymce/tinymce-vue": "^5",
28
+ "@vue/compiler-sfc": "^3.5.20",
29
+ "@vue/shared": "^3.5.20",
30
+ "autoprefixer": "^10.4.19",
31
+ "axios": "^1.7.0",
32
+ "dompurify": "^3.2.6",
33
+ "echarts-gl": "^2.0.9",
34
+ "highlight.js": "^11.11.1",
35
+ "js-md5": "^0.8.3",
36
+ "marked": "^16.2.1",
37
+ "postcss": "^8.4.38",
38
+ "qrcode": "^1.5.4",
39
+ "qs": "^6.12.1",
40
+ "sortablejs": "^1.15.2",
41
+ "tailwindcss": "^3.4.3",
42
+ "vue": "^3.4.21",
43
+ "vue3-sfc-loader": "^0.9.5",
44
+ "vuedraggable": "^4.1.0",
45
+ "xe-utils": "^3.5.26"
46
+ },
47
+ "peerDependencies": {
48
+ "element-plus": "^2.7.3"
49
+ },
50
+ "devDependencies": {
51
+ "@vitejs/plugin-vue": "^5.0.4",
52
+ "echarts": "^5.5.1",
53
+ "element-plus": "^2.7.3",
54
+ "sass": "^1.91.0",
55
+ "terser": "^5.31.0",
56
+ "vite": "^5.2.8",
57
+ "vite-plugin-static-copy": "^1.0.6",
58
+ "vue-router": "^4.6.4",
59
+ "vxe-pc-ui": "^4.11.24",
60
+ "vxe-table": "^4.6.17"
61
+ }
62
+ }