star-horse-lowcode 2.8.61 → 2.8.62
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 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +5 -5
- package/dist/types/index.d.ts +14 -0
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -3229,6 +3229,20 @@ export declare interface EditCondition {
|
|
|
3229
3229
|
matchType?: string;
|
|
3230
3230
|
}
|
|
3231
3231
|
|
|
3232
|
+
export declare const emptyItem: DefineComponent<ItemPreps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3233
|
+
selfFunc: (...args: any[]) => void;
|
|
3234
|
+
selectItem: (...args: any[]) => void;
|
|
3235
|
+
}, string, PublicProps, Readonly<ItemPreps> & Readonly<{
|
|
3236
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
3237
|
+
onSelectItem?: (...args: any[]) => any;
|
|
3238
|
+
}>, {
|
|
3239
|
+
disabled: boolean;
|
|
3240
|
+
isDesign: boolean;
|
|
3241
|
+
bareFlag: boolean;
|
|
3242
|
+
isSearch: boolean;
|
|
3243
|
+
showFormItem: boolean;
|
|
3244
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3245
|
+
|
|
3232
3246
|
/**
|
|
3233
3247
|
* 错误提示
|
|
3234
3248
|
* @param msg 消息内容
|
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.62",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@codemirror/lang-css": "^6.3.1",
|
|
66
66
|
"@codemirror/lang-go": "^6.0.1",
|
|
67
67
|
"@codemirror/lang-java": "^6.0.2",
|
|
68
|
-
"@codemirror/lang-javascript": "^6.2.
|
|
68
|
+
"@codemirror/lang-javascript": "^6.2.5",
|
|
69
69
|
"@codemirror/lang-json": "^6.0.2",
|
|
70
70
|
"@codemirror/lang-markdown": "^6.5.0",
|
|
71
71
|
"@codemirror/lang-python": "^6.2.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"element-plus": "^2.13.3",
|
|
84
84
|
"jquery": "^4.0.0",
|
|
85
85
|
"json5": "^2.2.3",
|
|
86
|
-
"md-editor-v3": "^6.3.
|
|
86
|
+
"md-editor-v3": "^6.3.2",
|
|
87
87
|
"path": "^0.12.7",
|
|
88
88
|
"pinia": "^3.0.4",
|
|
89
89
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
118
118
|
"eslint": "^10.0.2",
|
|
119
119
|
"eslint-plugin-vue": "^10.8.0",
|
|
120
|
-
"globals": "^17.
|
|
120
|
+
"globals": "^17.4.0",
|
|
121
121
|
"prettier": "^3.8.1",
|
|
122
122
|
"sass-embedded": "^1.97.3",
|
|
123
123
|
"terser": "^5.46.0",
|