star-horse-lowcode 2.7.72 → 2.7.74
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 +3 -1
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +92006 -20340
- package/dist/types/index.d.ts +10 -0
- package/package.json +8 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -539,6 +539,10 @@ export declare type ApiUrls = {
|
|
|
539
539
|
* 接口路径前缀
|
|
540
540
|
*/
|
|
541
541
|
basePrefix?: string;
|
|
542
|
+
/**
|
|
543
|
+
* 权限接口,此接口需要用户自己赋值,如果不赋值则使用系统默认接口
|
|
544
|
+
*/
|
|
545
|
+
permissionsUrl?: string;
|
|
542
546
|
/**
|
|
543
547
|
* 应用名称
|
|
544
548
|
*/
|
|
@@ -9644,6 +9648,7 @@ importUrl?: string;
|
|
|
9644
9648
|
executeUrl?: string;
|
|
9645
9649
|
modifyColumnsUrl?: string;
|
|
9646
9650
|
basePrefix?: string;
|
|
9651
|
+
permissionsUrl?: string;
|
|
9647
9652
|
appName?: string;
|
|
9648
9653
|
condition?: {
|
|
9649
9654
|
propertyName?: string;
|
|
@@ -9743,6 +9748,7 @@ importUrl?: string;
|
|
|
9743
9748
|
executeUrl?: string;
|
|
9744
9749
|
modifyColumnsUrl?: string;
|
|
9745
9750
|
basePrefix?: string;
|
|
9751
|
+
permissionsUrl?: string;
|
|
9746
9752
|
appName?: string;
|
|
9747
9753
|
condition?: {
|
|
9748
9754
|
propertyName?: string;
|
|
@@ -9855,6 +9861,7 @@ importUrl?: string;
|
|
|
9855
9861
|
executeUrl?: string;
|
|
9856
9862
|
modifyColumnsUrl?: string;
|
|
9857
9863
|
basePrefix?: string;
|
|
9864
|
+
permissionsUrl?: string;
|
|
9858
9865
|
appName?: string;
|
|
9859
9866
|
condition?: {
|
|
9860
9867
|
propertyName?: string;
|
|
@@ -9954,6 +9961,7 @@ importUrl?: string;
|
|
|
9954
9961
|
executeUrl?: string;
|
|
9955
9962
|
modifyColumnsUrl?: string;
|
|
9956
9963
|
basePrefix?: string;
|
|
9964
|
+
permissionsUrl?: string;
|
|
9957
9965
|
appName?: string;
|
|
9958
9966
|
condition?: {
|
|
9959
9967
|
propertyName?: string;
|
|
@@ -10066,6 +10074,7 @@ importUrl?: string;
|
|
|
10066
10074
|
executeUrl?: string;
|
|
10067
10075
|
modifyColumnsUrl?: string;
|
|
10068
10076
|
basePrefix?: string;
|
|
10077
|
+
permissionsUrl?: string;
|
|
10069
10078
|
appName?: string;
|
|
10070
10079
|
condition?: {
|
|
10071
10080
|
propertyName?: string;
|
|
@@ -10165,6 +10174,7 @@ importUrl?: string;
|
|
|
10165
10174
|
executeUrl?: string;
|
|
10166
10175
|
modifyColumnsUrl?: string;
|
|
10167
10176
|
basePrefix?: string;
|
|
10177
|
+
permissionsUrl?: string;
|
|
10168
10178
|
appName?: string;
|
|
10169
10179
|
condition?: {
|
|
10170
10180
|
propertyName?: string;
|
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.7.
|
|
5
|
+
"version": "2.7.74",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@element-plus/icons-vue": "^2.3.2",
|
|
65
|
+
"@eslint/js": "^9.32.0",
|
|
65
66
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
66
67
|
"@rollup/plugin-inject": "^5.0.5",
|
|
67
68
|
"@tailwindcss/vite": "^4.1.11",
|
|
@@ -70,7 +71,8 @@
|
|
|
70
71
|
"axios": "^1.11.0",
|
|
71
72
|
"element-plus": "^2.10.5",
|
|
72
73
|
"eslint-config-prettier": "^10.1.8",
|
|
73
|
-
"eslint-plugin-prettier": "^5.5.
|
|
74
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
75
|
+
"globals": "^16.3.0",
|
|
74
76
|
"jquery": "^3.7.1",
|
|
75
77
|
"json5": "^2.2.3",
|
|
76
78
|
"md-editor-v3": "^5.8.4",
|
|
@@ -84,10 +86,11 @@
|
|
|
84
86
|
"tailwindcss": "^4.1.11",
|
|
85
87
|
"unplugin-auto-import": "^20.0.0",
|
|
86
88
|
"unplugin-element-plus": "^0.10.0",
|
|
87
|
-
"unplugin-vue-components": "^
|
|
89
|
+
"unplugin-vue-components": "^29.0.0",
|
|
88
90
|
"uuid": "^11.1.0",
|
|
89
91
|
"vite-plugin-dts": "^4.5.4",
|
|
90
92
|
"vue": "^3.5.18",
|
|
93
|
+
"vue-eslint-parser": "^10.2.0",
|
|
91
94
|
"vue-i18n": "^11.1.11",
|
|
92
95
|
"vue-m-message": "^4.0.2",
|
|
93
96
|
"vue-router": "^4.5.1",
|
|
@@ -97,6 +100,7 @@
|
|
|
97
100
|
},
|
|
98
101
|
"devDependencies": {
|
|
99
102
|
"@types/jquery": "^3.5.32",
|
|
103
|
+
"@types/node": "^24.2.0",
|
|
100
104
|
"@types/prismjs": "^1.26.5",
|
|
101
105
|
"@types/sortablejs": "^1.15.8",
|
|
102
106
|
"@types/uuid": "^10.0.0",
|
|
@@ -105,7 +109,7 @@
|
|
|
105
109
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
106
110
|
"eslint": "^9.32.0",
|
|
107
111
|
"eslint-config-prettier": "^10.1.8",
|
|
108
|
-
"eslint-plugin-prettier": "^5.5.
|
|
112
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
109
113
|
"eslint-plugin-vue": "^10.4.0",
|
|
110
114
|
"prettier": "^3.6.2",
|
|
111
115
|
"sass-embedded": "^1.90.0",
|