star-horse-lowcode 2.8.15 → 2.8.17
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 -2
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +53111 -26238
- package/dist/types/index.d.ts +17 -17
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ default: any[];
|
|
|
104
104
|
};
|
|
105
105
|
btnTextContinue: {
|
|
106
106
|
type: StringConstructor;
|
|
107
|
-
default:
|
|
107
|
+
default: any;
|
|
108
108
|
};
|
|
109
109
|
title: {
|
|
110
110
|
type: StringConstructor;
|
|
@@ -199,7 +199,7 @@ default: any[];
|
|
|
199
199
|
};
|
|
200
200
|
btnTextContinue: {
|
|
201
201
|
type: StringConstructor;
|
|
202
|
-
default:
|
|
202
|
+
default: any;
|
|
203
203
|
};
|
|
204
204
|
title: {
|
|
205
205
|
type: StringConstructor;
|
|
@@ -3041,11 +3041,11 @@ showFormItem: boolean;
|
|
|
3041
3041
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3042
3042
|
|
|
3043
3043
|
declare enum LangType {
|
|
3044
|
-
EN_US = "
|
|
3045
|
-
ZH_CN = "
|
|
3046
|
-
ZH_TW = "
|
|
3047
|
-
JA_JP = "
|
|
3048
|
-
DE_DE = "
|
|
3044
|
+
EN_US = "en_US",
|
|
3045
|
+
ZH_CN = "zh_CN",
|
|
3046
|
+
ZH_TW = "zh_TW",
|
|
3047
|
+
JA_JP = "ja_JP",
|
|
3048
|
+
DE_DE = "de_DE"
|
|
3049
3049
|
}
|
|
3050
3050
|
|
|
3051
3051
|
/**
|
|
@@ -4292,7 +4292,7 @@ of<T>(...items: T[]): T[];
|
|
|
4292
4292
|
readonly [Symbol.species]: ArrayConstructor;
|
|
4293
4293
|
};
|
|
4294
4294
|
default: () => {
|
|
4295
|
-
name:
|
|
4295
|
+
name: any;
|
|
4296
4296
|
value: string;
|
|
4297
4297
|
}[];
|
|
4298
4298
|
};
|
|
@@ -4375,7 +4375,7 @@ of<T>(...items: T[]): T[];
|
|
|
4375
4375
|
readonly [Symbol.species]: ArrayConstructor;
|
|
4376
4376
|
};
|
|
4377
4377
|
default: () => {
|
|
4378
|
-
name:
|
|
4378
|
+
name: any;
|
|
4379
4379
|
value: string;
|
|
4380
4380
|
}[];
|
|
4381
4381
|
};
|
|
@@ -4626,7 +4626,7 @@ of<T>(...items: T[]): T[];
|
|
|
4626
4626
|
readonly [Symbol.species]: ArrayConstructor;
|
|
4627
4627
|
};
|
|
4628
4628
|
default: () => {
|
|
4629
|
-
name:
|
|
4629
|
+
name: any;
|
|
4630
4630
|
value: string;
|
|
4631
4631
|
}[];
|
|
4632
4632
|
};
|
|
@@ -4732,7 +4732,7 @@ of<T>(...items: T[]): T[];
|
|
|
4732
4732
|
readonly [Symbol.species]: ArrayConstructor;
|
|
4733
4733
|
};
|
|
4734
4734
|
default: () => {
|
|
4735
|
-
name:
|
|
4735
|
+
name: any;
|
|
4736
4736
|
value: string;
|
|
4737
4737
|
}[];
|
|
4738
4738
|
};
|
|
@@ -5961,7 +5961,7 @@ default: boolean;
|
|
|
5961
5961
|
};
|
|
5962
5962
|
treeTitle: {
|
|
5963
5963
|
type: StringConstructor;
|
|
5964
|
-
default: () =>
|
|
5964
|
+
default: () => any;
|
|
5965
5965
|
};
|
|
5966
5966
|
expand: {
|
|
5967
5967
|
type: BooleanConstructor;
|
|
@@ -6016,7 +6016,7 @@ type: PropType<ApiUrls>;
|
|
|
6016
6016
|
};
|
|
6017
6017
|
btnTitle: {
|
|
6018
6018
|
type: StringConstructor;
|
|
6019
|
-
default: () =>
|
|
6019
|
+
default: () => any;
|
|
6020
6020
|
};
|
|
6021
6021
|
btnVisible: {
|
|
6022
6022
|
type: BooleanConstructor;
|
|
@@ -6024,7 +6024,7 @@ default: boolean;
|
|
|
6024
6024
|
};
|
|
6025
6025
|
rmvTitle: {
|
|
6026
6026
|
type: StringConstructor;
|
|
6027
|
-
default: () =>
|
|
6027
|
+
default: () => any;
|
|
6028
6028
|
};
|
|
6029
6029
|
rmvVisible: {
|
|
6030
6030
|
type: BooleanConstructor;
|
|
@@ -6076,7 +6076,7 @@ default: boolean;
|
|
|
6076
6076
|
};
|
|
6077
6077
|
treeTitle: {
|
|
6078
6078
|
type: StringConstructor;
|
|
6079
|
-
default: () =>
|
|
6079
|
+
default: () => any;
|
|
6080
6080
|
};
|
|
6081
6081
|
expand: {
|
|
6082
6082
|
type: BooleanConstructor;
|
|
@@ -6131,7 +6131,7 @@ type: PropType<ApiUrls>;
|
|
|
6131
6131
|
};
|
|
6132
6132
|
btnTitle: {
|
|
6133
6133
|
type: StringConstructor;
|
|
6134
|
-
default: () =>
|
|
6134
|
+
default: () => any;
|
|
6135
6135
|
};
|
|
6136
6136
|
btnVisible: {
|
|
6137
6137
|
type: BooleanConstructor;
|
|
@@ -6139,7 +6139,7 @@ default: boolean;
|
|
|
6139
6139
|
};
|
|
6140
6140
|
rmvTitle: {
|
|
6141
6141
|
type: StringConstructor;
|
|
6142
|
-
default: () =>
|
|
6142
|
+
default: () => any;
|
|
6143
6143
|
};
|
|
6144
6144
|
rmvVisible: {
|
|
6145
6145
|
type: BooleanConstructor;
|
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.17",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"@tailwindcss/vite": "^4.1.13",
|
|
69
69
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
70
70
|
"@vueup/vue-quill": "^1.2.0",
|
|
71
|
-
"axios": "^1.12.
|
|
71
|
+
"axios": "^1.12.2",
|
|
72
72
|
"element-plus": "^2.11.2",
|
|
73
73
|
"eslint-config-prettier": "^10.1.8",
|
|
74
74
|
"eslint-plugin-prettier": "^5.5.4",
|
|
75
75
|
"globals": "^16.4.0",
|
|
76
76
|
"jquery": "^3.7.1",
|
|
77
77
|
"json5": "^2.2.3",
|
|
78
|
-
"md-editor-v3": "^
|
|
78
|
+
"md-editor-v3": "^6.0.1",
|
|
79
79
|
"path": "^0.12.7",
|
|
80
80
|
"pinia": "^3.0.3",
|
|
81
81
|
"pinia-plugin-persistedstate": "^4.5.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@types/jquery": "^3.5.33",
|
|
103
|
-
"@types/node": "^24.
|
|
103
|
+
"@types/node": "^24.4.0",
|
|
104
104
|
"@types/prismjs": "^1.26.5",
|
|
105
105
|
"@types/sortablejs": "^1.15.8",
|
|
106
106
|
"@types/uuid": "^10.0.0",
|