star-horse-lowcode 2.8.25 → 2.8.27
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 +2 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +7 -107864
- package/dist/types/index.d.ts +16 -5
- package/package.json +14 -15
package/dist/types/index.d.ts
CHANGED
|
@@ -243,7 +243,6 @@ btnTextContinue: string;
|
|
|
243
243
|
declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
|
|
244
244
|
msg: {
|
|
245
245
|
type: StringConstructor;
|
|
246
|
-
required: true;
|
|
247
246
|
};
|
|
248
247
|
node: {
|
|
249
248
|
type: PropType<DynamicNode>;
|
|
@@ -274,7 +273,6 @@ selectNode: (...args: any[]) => void;
|
|
|
274
273
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
275
274
|
msg: {
|
|
276
275
|
type: StringConstructor;
|
|
277
|
-
required: true;
|
|
278
276
|
};
|
|
279
277
|
node: {
|
|
280
278
|
type: PropType<DynamicNode>;
|
|
@@ -1278,6 +1276,10 @@ export declare interface BtnHideCondition {
|
|
|
1278
1276
|
* 值
|
|
1279
1277
|
*/
|
|
1280
1278
|
value: any;
|
|
1279
|
+
/**
|
|
1280
|
+
* 是否可见
|
|
1281
|
+
*/
|
|
1282
|
+
visible: boolean;
|
|
1281
1283
|
}
|
|
1282
1284
|
|
|
1283
1285
|
export declare const buttonItem: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -4995,6 +4997,10 @@ cursor: {
|
|
|
4995
4997
|
type: StringConstructor;
|
|
4996
4998
|
default: string;
|
|
4997
4999
|
};
|
|
5000
|
+
svgIconName: {
|
|
5001
|
+
type: StringConstructor;
|
|
5002
|
+
default: string;
|
|
5003
|
+
};
|
|
4998
5004
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4999
5005
|
iconClass: {
|
|
5000
5006
|
type: StringConstructor;
|
|
@@ -5043,6 +5049,10 @@ cursor: {
|
|
|
5043
5049
|
type: StringConstructor;
|
|
5044
5050
|
default: string;
|
|
5045
5051
|
};
|
|
5052
|
+
svgIconName: {
|
|
5053
|
+
type: StringConstructor;
|
|
5054
|
+
default: string;
|
|
5055
|
+
};
|
|
5046
5056
|
}>> & Readonly<{}>, {
|
|
5047
5057
|
title: string;
|
|
5048
5058
|
size: string;
|
|
@@ -5054,6 +5064,7 @@ borderRadius: string;
|
|
|
5054
5064
|
borderPadding: string;
|
|
5055
5065
|
boxShow: boolean;
|
|
5056
5066
|
border: boolean;
|
|
5067
|
+
svgIconName: string;
|
|
5057
5068
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
5058
5069
|
|
|
5059
5070
|
export declare const StarHorseJsonEditor: DefineComponent<ExtractPropTypes< {
|
|
@@ -5870,7 +5881,7 @@ type: PropType<any>;
|
|
|
5870
5881
|
default: any[];
|
|
5871
5882
|
};
|
|
5872
5883
|
btnPermissions: {
|
|
5873
|
-
type: PropType<
|
|
5884
|
+
type: PropType<Record<string, string>>;
|
|
5874
5885
|
required: false;
|
|
5875
5886
|
};
|
|
5876
5887
|
}>, {
|
|
@@ -5883,7 +5894,7 @@ multipleSelection: Ref<any, any>;
|
|
|
5883
5894
|
setDataInfo: (fieldName: string, val: any) => void;
|
|
5884
5895
|
tableCompFunc: (authority: any) => void;
|
|
5885
5896
|
getDatas: (limitSize?: number, params?: SearchParams[], orderBys?: OrderByInfo[], url?: string, usePageCondition?: boolean) => Promise<any>;
|
|
5886
|
-
permissionList: () =>
|
|
5897
|
+
permissionList: () => Record<string, string>;
|
|
5887
5898
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5888
5899
|
selectItem: (...args: any[]) => void;
|
|
5889
5900
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -6003,7 +6014,7 @@ type: PropType<any>;
|
|
|
6003
6014
|
default: any[];
|
|
6004
6015
|
};
|
|
6005
6016
|
btnPermissions: {
|
|
6006
|
-
type: PropType<
|
|
6017
|
+
type: PropType<Record<string, string>>;
|
|
6007
6018
|
required: false;
|
|
6008
6019
|
};
|
|
6009
6020
|
}>> & Readonly<{
|
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.27",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -63,57 +63,56 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@vueup/vue-quill": "^1.2.0",
|
|
65
65
|
"axios": "^1.13.2",
|
|
66
|
-
"element-plus": "^2.11.
|
|
66
|
+
"element-plus": "^2.11.8",
|
|
67
67
|
"globals": "^16.5.0",
|
|
68
68
|
"jquery": "^3.7.1",
|
|
69
69
|
"json5": "^2.2.3",
|
|
70
70
|
"md-editor-v3": "^6.1.1",
|
|
71
71
|
"path": "^0.12.7",
|
|
72
|
-
"pinia": "^3.0.
|
|
72
|
+
"pinia": "^3.0.4",
|
|
73
73
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
74
74
|
"qrcode.vue": "^3.6.0",
|
|
75
75
|
"quill-image-uploader": "^1.3.0",
|
|
76
76
|
"smooth-signature": "^1.1.0",
|
|
77
77
|
"sortablejs": "^1.15.6",
|
|
78
|
-
"tailwindcss": "^4.1.
|
|
78
|
+
"tailwindcss": "^4.1.17",
|
|
79
79
|
"uuid": "^13.0.0",
|
|
80
80
|
"vanilla-jsoneditor": "^3.10.0",
|
|
81
|
-
"
|
|
82
|
-
"vue": "^3.5.22",
|
|
83
|
-
"vue-eslint-parser": "^10.2.0",
|
|
81
|
+
"vue": "^3.5.24",
|
|
84
82
|
"vue-i18n": "^11.1.12",
|
|
85
83
|
"vue-m-message": "^4.0.2",
|
|
86
84
|
"vue-router": "^4.6.3",
|
|
87
85
|
"vue3-barcode": "^1.0.1",
|
|
88
86
|
"vue3-ts-jsoneditor": "^3.1.2",
|
|
89
|
-
"vuedraggable": "^4.1.
|
|
87
|
+
"vuedraggable-es": "^4.1.1"
|
|
90
88
|
},
|
|
91
89
|
"devDependencies": {
|
|
92
90
|
"@eslint/js": "^9.39.1",
|
|
93
91
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
94
92
|
"@rollup/plugin-inject": "^5.0.5",
|
|
95
|
-
"@tailwindcss/vite": "^4.1.
|
|
93
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
96
94
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
97
95
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
98
96
|
"@types/jquery": "^3.5.33",
|
|
99
|
-
"@types/node": "^24.10.
|
|
97
|
+
"@types/node": "^24.10.1",
|
|
100
98
|
"@types/prismjs": "^1.26.5",
|
|
101
99
|
"@types/sortablejs": "^1.15.9",
|
|
102
100
|
"@types/uuid": "^11.0.0",
|
|
103
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
104
|
-
"@typescript-eslint/parser": "^8.
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
102
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
105
103
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
106
104
|
"unplugin-auto-import": "^20.2.0",
|
|
107
|
-
"unplugin-element-plus": "^0.10.0",
|
|
108
105
|
"unplugin-vue-components": "^30.0.0",
|
|
109
106
|
"eslint": "^9.39.1",
|
|
107
|
+
"vue-eslint-parser": "^10.2.0",
|
|
110
108
|
"eslint-config-prettier": "^10.1.8",
|
|
111
109
|
"eslint-plugin-prettier": "^5.5.4",
|
|
112
110
|
"eslint-plugin-vue": "^10.5.1",
|
|
113
111
|
"prettier": "^3.6.2",
|
|
112
|
+
"vite-plugin-dts": "^4.5.4",
|
|
114
113
|
"sass-embedded": "^1.93.3",
|
|
115
|
-
"terser": "^5.44.
|
|
116
|
-
"vite": "^7.
|
|
114
|
+
"terser": "^5.44.1",
|
|
115
|
+
"vite": "^7.2.2"
|
|
117
116
|
},
|
|
118
117
|
"engines": {
|
|
119
118
|
"node": ">=20.13.0"
|