star-horse-lowcode 2.8.27 → 2.8.29
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/README.md +4 -111
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +8 -7
- package/dist/types/index.d.ts +399 -31
- package/package.json +29 -18
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "star-horse-lowcode",
|
|
3
3
|
"private": false,
|
|
4
4
|
"author": "l_1019@163.com",
|
|
5
|
-
"version": "2.8.
|
|
5
|
+
"version": "2.8.29",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -61,13 +61,29 @@
|
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
+
"@codemirror/lang-cpp": "^6.0.3",
|
|
65
|
+
"@codemirror/lang-css": "^6.3.1",
|
|
66
|
+
"@codemirror/lang-go": "^6.0.1",
|
|
67
|
+
"@codemirror/lang-java": "^6.0.2",
|
|
68
|
+
"@codemirror/lang-javascript": "^6.2.4",
|
|
69
|
+
"@codemirror/lang-json": "^6.0.2",
|
|
70
|
+
"@codemirror/lang-markdown": "^6.5.0",
|
|
71
|
+
"@codemirror/lang-python": "^6.2.1",
|
|
72
|
+
"@codemirror/lang-sql": "^6.10.0",
|
|
73
|
+
"@codemirror/lang-vue": "^0.1.3",
|
|
74
|
+
"@codemirror/lang-xml": "^6.1.0",
|
|
75
|
+
"@codemirror/lang-yaml": "^6.1.2",
|
|
76
|
+
"@codemirror/theme-one-dark": "^6.1.3",
|
|
77
|
+
"@replit/codemirror-minimap": "^0.5.2",
|
|
78
|
+
"thememirror": "^2.0.1",
|
|
79
|
+
"codemirror": "^6.0.2",
|
|
80
|
+
"sql-formatter": "^15.6.10",
|
|
64
81
|
"@vueup/vue-quill": "^1.2.0",
|
|
65
82
|
"axios": "^1.13.2",
|
|
66
83
|
"element-plus": "^2.11.8",
|
|
67
|
-
"globals": "^16.5.0",
|
|
68
84
|
"jquery": "^3.7.1",
|
|
69
85
|
"json5": "^2.2.3",
|
|
70
|
-
"md-editor-v3": "^6.
|
|
86
|
+
"md-editor-v3": "^6.2.0",
|
|
71
87
|
"path": "^0.12.7",
|
|
72
88
|
"pinia": "^3.0.4",
|
|
73
89
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
@@ -78,8 +94,9 @@
|
|
|
78
94
|
"tailwindcss": "^4.1.17",
|
|
79
95
|
"uuid": "^13.0.0",
|
|
80
96
|
"vanilla-jsoneditor": "^3.10.0",
|
|
81
|
-
"
|
|
82
|
-
"vue
|
|
97
|
+
"preview-image-js": "^1.2.0",
|
|
98
|
+
"vue": "^3.5.25",
|
|
99
|
+
"vue-i18n": "^11.2.1",
|
|
83
100
|
"vue-m-message": "^4.0.2",
|
|
84
101
|
"vue-router": "^4.6.3",
|
|
85
102
|
"vue3-barcode": "^1.0.1",
|
|
@@ -87,32 +104,26 @@
|
|
|
87
104
|
"vuedraggable-es": "^4.1.1"
|
|
88
105
|
},
|
|
89
106
|
"devDependencies": {
|
|
107
|
+
"globals": "^16.5.0",
|
|
90
108
|
"@eslint/js": "^9.39.1",
|
|
91
|
-
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
92
|
-
"@rollup/plugin-inject": "^5.0.5",
|
|
93
109
|
"@tailwindcss/vite": "^4.1.17",
|
|
94
|
-
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
95
|
-
"@rollup/plugin-commonjs": "^29.0.0",
|
|
96
110
|
"@types/jquery": "^3.5.33",
|
|
97
|
-
"@types/node": "^24.10.1",
|
|
98
111
|
"@types/prismjs": "^1.26.5",
|
|
99
112
|
"@types/sortablejs": "^1.15.9",
|
|
100
|
-
"@
|
|
101
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
102
|
-
"@typescript-eslint/parser": "^8.
|
|
103
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
113
|
+
"@rollup/plugin-inject": "^5.0.5",
|
|
114
|
+
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
115
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
116
|
+
"@vitejs/plugin-vue": "^6.0.2",
|
|
104
117
|
"unplugin-auto-import": "^20.2.0",
|
|
105
118
|
"unplugin-vue-components": "^30.0.0",
|
|
106
119
|
"eslint": "^9.39.1",
|
|
107
120
|
"vue-eslint-parser": "^10.2.0",
|
|
108
|
-
"eslint-
|
|
109
|
-
"eslint-plugin-prettier": "^5.5.4",
|
|
110
|
-
"eslint-plugin-vue": "^10.5.1",
|
|
121
|
+
"eslint-plugin-vue": "^10.6.0",
|
|
111
122
|
"prettier": "^3.6.2",
|
|
112
123
|
"vite-plugin-dts": "^4.5.4",
|
|
113
124
|
"sass-embedded": "^1.93.3",
|
|
114
125
|
"terser": "^5.44.1",
|
|
115
|
-
"vite": "^7.2.
|
|
126
|
+
"vite": "^7.2.4"
|
|
116
127
|
},
|
|
117
128
|
"engines": {
|
|
118
129
|
"node": ">=20.13.0"
|