star-horse-lowcode 3.0.0 → 3.0.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/README.md +10 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +8 -8
- package/dist/types/index.d.ts +193 -339
- package/package.json +20 -20
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": "3.0.
|
|
5
|
+
"version": "3.0.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -76,13 +76,13 @@
|
|
|
76
76
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
77
77
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
78
78
|
"@replit/codemirror-minimap": "^0.5.2",
|
|
79
|
-
"@selemondev/vue3-signature-pad": "^1.
|
|
79
|
+
"@selemondev/vue3-signature-pad": "^1.9.0",
|
|
80
80
|
"@vueuse/core": "^14.2.1",
|
|
81
81
|
"@wangeditor/editor": "^5.1.23",
|
|
82
82
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
83
|
-
"axios": "^1.15.
|
|
83
|
+
"axios": "^1.15.2",
|
|
84
84
|
"codemirror": "^6.0.2",
|
|
85
|
-
"element-plus": "^2.13.
|
|
85
|
+
"element-plus": "^2.13.7",
|
|
86
86
|
"jquery": "^4.0.0",
|
|
87
87
|
"json5": "^2.2.3",
|
|
88
88
|
"markdown-it": "^14.1.1",
|
|
@@ -91,39 +91,39 @@
|
|
|
91
91
|
"pinia": "^3.0.4",
|
|
92
92
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
93
93
|
"preview-image-js": "^1.2.1",
|
|
94
|
-
"qrcode.vue": "^3.
|
|
94
|
+
"qrcode.vue": "^3.9.0",
|
|
95
95
|
"smooth-signature": "^1.1.0",
|
|
96
96
|
"sortablejs": "^1.15.7",
|
|
97
97
|
"sql-formatter": "^15.7.3",
|
|
98
|
-
"tailwindcss": "^4.2.
|
|
98
|
+
"tailwindcss": "^4.2.4",
|
|
99
99
|
"thememirror": "^2.0.1",
|
|
100
|
-
"uuid": "^
|
|
100
|
+
"uuid": "^14.0.0",
|
|
101
101
|
"vanilla-jsoneditor": "^3.12.0",
|
|
102
|
-
"vue": "^3.5.
|
|
103
|
-
"vue-i18n": "^11.
|
|
102
|
+
"vue": "^3.5.33",
|
|
103
|
+
"vue-i18n": "^11.4.0",
|
|
104
104
|
"vue-m-message": "^4.0.2",
|
|
105
|
-
"vue-router": "^5.0.
|
|
105
|
+
"vue-router": "^5.0.6",
|
|
106
106
|
"vue3-barcode": "^1.0.1",
|
|
107
107
|
"vue3-signature": "^0.4.4",
|
|
108
|
-
"vue3-ts-jsoneditor": "^3.
|
|
108
|
+
"vue3-ts-jsoneditor": "^3.4.0",
|
|
109
109
|
"vuedraggable-es": "^4.1.1"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@eslint/js": "^10.0.1",
|
|
113
113
|
"@rollup/plugin-inject": "^5.0.5",
|
|
114
|
-
"@tailwindcss/vite": "^4.2.
|
|
114
|
+
"@tailwindcss/vite": "^4.2.4",
|
|
115
115
|
"@types/jquery": "^4.0.0",
|
|
116
116
|
"@types/prismjs": "^1.26.6",
|
|
117
117
|
"@types/sortablejs": "^1.15.9",
|
|
118
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
119
|
-
"@typescript-eslint/parser": "^8.
|
|
120
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
121
|
-
"eslint": "^10.2.
|
|
122
|
-
"eslint-plugin-vue": "^10.
|
|
123
|
-
"globals": "^17.
|
|
124
|
-
"prettier": "^3.8.
|
|
118
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
119
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
120
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
121
|
+
"eslint": "^10.2.1",
|
|
122
|
+
"eslint-plugin-vue": "^10.9.0",
|
|
123
|
+
"globals": "^17.5.0",
|
|
124
|
+
"prettier": "^3.8.3",
|
|
125
125
|
"sass-embedded": "^1.99.0",
|
|
126
|
-
"terser": "^5.46.
|
|
126
|
+
"terser": "^5.46.2",
|
|
127
127
|
"unplugin-auto-import": "^21.0.0",
|
|
128
128
|
"unplugin-vue-components": "^32.0.0",
|
|
129
129
|
"vite": "^7.3.1",
|