star-horse-lowcode 3.1.6 → 3.1.7
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 +5 -1
- package/dist/api/star_horse_apis.d.ts +1 -1
- package/dist/api/star_horse_utils.d.ts +3 -2
- package/dist/api/system.d.ts +3 -3
- package/dist/assets/index.css +1 -1
- package/dist/components/formcomp/utils/ItemRelationEventUtils.d.ts +13 -3
- package/dist/components/types/ApiUrls.d.ts +20 -0
- package/dist/components/types/ItemPreps.d.ts +155 -2
- package/dist/components/types/PageFieldInfo.d.ts +8 -0
- package/dist/index.es.js +6 -6
- package/dist/store/FormDataCache.d.ts +252 -0
- package/dist/store/SelfOperation.d.ts +30 -0
- package/dist/store/StoreManager.d.ts +564 -0
- package/dist/types/api/star_horse_apis.d.ts +1 -1
- package/dist/types/api/star_horse_utils.d.ts +3 -2
- package/dist/types/api/system.d.ts +3 -3
- package/dist/types/components/formcomp/utils/ItemRelationEventUtils.d.ts +13 -3
- package/dist/types/components/types/ApiUrls.d.ts +20 -0
- package/dist/types/components/types/ItemPreps.d.ts +155 -2
- package/dist/types/components/types/PageFieldInfo.d.ts +8 -0
- package/dist/types/store/FormDataCache.d.ts +252 -0
- package/dist/types/store/SelfOperation.d.ts +30 -0
- package/dist/types/store/StoreManager.d.ts +564 -0
- package/package.json +12 -11
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.1.
|
|
5
|
+
"version": "3.1.7",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -82,13 +82,14 @@
|
|
|
82
82
|
"@vueuse/core": "^14.3.0",
|
|
83
83
|
"@wangeditor/editor": "^5.1.23",
|
|
84
84
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
85
|
-
"axios": "^1.18.
|
|
85
|
+
"axios": "^1.18.1",
|
|
86
|
+
"camelcase": "^9.0.0",
|
|
86
87
|
"codemirror": "^6.0.2",
|
|
87
88
|
"element-plus": "^2.14.2",
|
|
88
89
|
"jquery": "^4.0.0",
|
|
89
90
|
"json5": "^2.2.3",
|
|
90
91
|
"markdown-it": "^14.2.0",
|
|
91
|
-
"md-editor-v3": "^6.5.
|
|
92
|
+
"md-editor-v3": "^6.5.3",
|
|
92
93
|
"monaco-editor": "^0.55.1",
|
|
93
94
|
"path": "^0.12.7",
|
|
94
95
|
"pinia": "^3.0.4",
|
|
@@ -96,13 +97,13 @@
|
|
|
96
97
|
"qrcode.vue": "^3.10.0",
|
|
97
98
|
"smooth-signature": "^1.1.0",
|
|
98
99
|
"sortablejs": "^1.15.7",
|
|
99
|
-
"sql-formatter": "^15.8.
|
|
100
|
+
"sql-formatter": "^15.8.2",
|
|
100
101
|
"tailwindcss": "^4.3.1",
|
|
101
102
|
"thememirror": "^2.0.1",
|
|
102
|
-
"uuid": "^14.0.
|
|
103
|
+
"uuid": "^14.0.1",
|
|
103
104
|
"vanilla-jsoneditor": "^3.12.0",
|
|
104
105
|
"vue": "^3.5.38",
|
|
105
|
-
"vue-i18n": "^11.4.
|
|
106
|
+
"vue-i18n": "^11.4.6",
|
|
106
107
|
"vue-m-message": "^4.0.2",
|
|
107
108
|
"vue-router": "^5.1.0",
|
|
108
109
|
"vue3-barcode": "^1.0.1",
|
|
@@ -116,23 +117,23 @@
|
|
|
116
117
|
"@rollup/plugin-inject": "^5.0.5",
|
|
117
118
|
"@tailwindcss/vite": "^4.3.1",
|
|
118
119
|
"@types/jquery": "^4.0.1",
|
|
119
|
-
"@types/node": "^
|
|
120
|
+
"@types/node": "^26.0.0",
|
|
120
121
|
"@types/prismjs": "^1.26.6",
|
|
121
122
|
"@types/sortablejs": "^1.15.9",
|
|
122
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
123
|
-
"@typescript-eslint/parser": "^8.
|
|
123
|
+
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
124
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
124
125
|
"@typescript/typescript6": "^6.0.1",
|
|
125
126
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
126
127
|
"@vue/language-core": "^3.3.5",
|
|
127
128
|
"eslint": "^10.5.0",
|
|
128
129
|
"eslint-plugin-vue": "^10.9.2",
|
|
129
|
-
"globals": "^17.
|
|
130
|
+
"globals": "^17.7.0",
|
|
130
131
|
"prettier": "^3.8.4",
|
|
131
132
|
"sass-embedded": "^1.100.0",
|
|
132
133
|
"terser": "^5.48.0",
|
|
133
134
|
"unplugin-auto-import": "^21.0.0",
|
|
134
135
|
"unplugin-vue-components": "^32.1.0",
|
|
135
|
-
"vite": "^8.0
|
|
136
|
+
"vite": "^8.1.0",
|
|
136
137
|
"vite-plugin-dts": "^5.0.2",
|
|
137
138
|
"vue-eslint-parser": "^10.4.1"
|
|
138
139
|
},
|