star-horse-lowcode 2.8.32 → 2.8.40
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 +12 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +8 -8
- package/dist/types/index.d.ts +26 -2
- package/package.json +14 -14
package/dist/types/index.d.ts
CHANGED
|
@@ -309,6 +309,7 @@ isDesign: boolean;
|
|
|
309
309
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
310
310
|
nodeRef: HTMLDivElement;
|
|
311
311
|
contentMenuRef: unknown;
|
|
312
|
+
sizeInfoRef: HTMLDivElement;
|
|
312
313
|
}, any>;
|
|
313
314
|
|
|
314
315
|
declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
|
|
@@ -522,6 +523,8 @@ declare type __VLS_Props_40 = ItemPreps;
|
|
|
522
523
|
|
|
523
524
|
declare type __VLS_Props_41 = ItemPreps;
|
|
524
525
|
|
|
526
|
+
declare type __VLS_Props_42 = ItemPreps;
|
|
527
|
+
|
|
525
528
|
declare type __VLS_Props_5 = ItemPreps;
|
|
526
529
|
|
|
527
530
|
declare type __VLS_Props_6 = ItemPreps;
|
|
@@ -676,6 +679,10 @@ declare type __VLS_PublicProps_41 = {
|
|
|
676
679
|
"formData"?: any;
|
|
677
680
|
} & __VLS_Props_41;
|
|
678
681
|
|
|
682
|
+
declare type __VLS_PublicProps_42 = {
|
|
683
|
+
"formData"?: any;
|
|
684
|
+
} & __VLS_Props_42;
|
|
685
|
+
|
|
679
686
|
declare type __VLS_PublicProps_5 = {
|
|
680
687
|
"formData"?: any;
|
|
681
688
|
} & __VLS_Props_5;
|
|
@@ -717,6 +724,7 @@ declare function __VLS_template_2(): {
|
|
|
717
724
|
refs: {
|
|
718
725
|
nodeRef: HTMLDivElement;
|
|
719
726
|
contentMenuRef: unknown;
|
|
727
|
+
sizeInfoRef: HTMLDivElement;
|
|
720
728
|
};
|
|
721
729
|
rootEl: any;
|
|
722
730
|
};
|
|
@@ -1720,7 +1728,7 @@ export declare interface ContainerPreps {
|
|
|
1720
1728
|
/**
|
|
1721
1729
|
* 组件url
|
|
1722
1730
|
*/
|
|
1723
|
-
compUrl
|
|
1731
|
+
compUrl?: ApiUrls;
|
|
1724
1732
|
/**
|
|
1725
1733
|
* 组件属性
|
|
1726
1734
|
*/
|
|
@@ -1757,7 +1765,7 @@ export declare interface ContainerPreps {
|
|
|
1757
1765
|
/**
|
|
1758
1766
|
* 主键
|
|
1759
1767
|
*/
|
|
1760
|
-
primaryKey
|
|
1768
|
+
primaryKey?: string | any;
|
|
1761
1769
|
/**
|
|
1762
1770
|
* 校验规则
|
|
1763
1771
|
*/
|
|
@@ -2495,6 +2503,22 @@ showFormItem: boolean;
|
|
|
2495
2503
|
dialogInputTableRef: unknown;
|
|
2496
2504
|
}, any>;
|
|
2497
2505
|
|
|
2506
|
+
export declare const dialogItem: DefineComponent<__VLS_PublicProps_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2507
|
+
selectItem: (...args: any[]) => void;
|
|
2508
|
+
selfFunc: (...args: any[]) => void;
|
|
2509
|
+
"update:formData": (value: any) => void;
|
|
2510
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_42> & Readonly<{
|
|
2511
|
+
onSelectItem?: (...args: any[]) => any;
|
|
2512
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
2513
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
2514
|
+
}>, {
|
|
2515
|
+
disabled: boolean;
|
|
2516
|
+
isDesign: boolean;
|
|
2517
|
+
bareFlag: boolean;
|
|
2518
|
+
isSearch: boolean;
|
|
2519
|
+
showFormItem: boolean;
|
|
2520
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2521
|
+
|
|
2498
2522
|
/**
|
|
2499
2523
|
* 模态窗口相关属性
|
|
2500
2524
|
*/
|
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.40",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"@replit/codemirror-minimap": "^0.5.2",
|
|
78
78
|
"thememirror": "^2.0.1",
|
|
79
79
|
"codemirror": "^6.0.2",
|
|
80
|
-
"sql-formatter": "^15.6.
|
|
80
|
+
"sql-formatter": "^15.6.11",
|
|
81
81
|
"@vueup/vue-quill": "^1.2.0",
|
|
82
82
|
"axios": "^1.13.2",
|
|
83
|
-
"element-plus": "^2.
|
|
83
|
+
"element-plus": "^2.12.0",
|
|
84
84
|
"jquery": "^3.7.1",
|
|
85
85
|
"json5": "^2.2.3",
|
|
86
|
-
"md-editor-v3": "^6.2.
|
|
86
|
+
"md-editor-v3": "^6.2.1",
|
|
87
87
|
"path": "^0.12.7",
|
|
88
88
|
"pinia": "^3.0.4",
|
|
89
89
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
@@ -93,14 +93,14 @@
|
|
|
93
93
|
"sortablejs": "^1.15.6",
|
|
94
94
|
"tailwindcss": "^4.1.17",
|
|
95
95
|
"uuid": "^13.0.0",
|
|
96
|
-
"vanilla-jsoneditor": "^3.
|
|
96
|
+
"vanilla-jsoneditor": "^3.11.0",
|
|
97
97
|
"preview-image-js": "^1.2.0",
|
|
98
98
|
"vue": "^3.5.25",
|
|
99
|
-
"vue-i18n": "^11.2.
|
|
99
|
+
"vue-i18n": "^11.2.2",
|
|
100
100
|
"vue-m-message": "^4.0.2",
|
|
101
101
|
"vue-router": "^4.6.3",
|
|
102
102
|
"vue3-barcode": "^1.0.1",
|
|
103
|
-
"vue3-ts-jsoneditor": "^3.1
|
|
103
|
+
"vue3-ts-jsoneditor": "^3.2.1",
|
|
104
104
|
"vuedraggable-es": "^4.1.1"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
@@ -111,19 +111,19 @@
|
|
|
111
111
|
"@types/prismjs": "^1.26.5",
|
|
112
112
|
"@types/sortablejs": "^1.15.9",
|
|
113
113
|
"@rollup/plugin-inject": "^5.0.5",
|
|
114
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
115
|
-
"@typescript-eslint/parser": "^8.
|
|
114
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
115
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
116
116
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
117
|
-
"unplugin-auto-import": "^20.
|
|
117
|
+
"unplugin-auto-import": "^20.3.0",
|
|
118
118
|
"unplugin-vue-components": "^30.0.0",
|
|
119
119
|
"eslint": "^9.39.1",
|
|
120
120
|
"vue-eslint-parser": "^10.2.0",
|
|
121
|
-
"eslint-plugin-vue": "^10.6.
|
|
122
|
-
"prettier": "^3.
|
|
121
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
122
|
+
"prettier": "^3.7.4",
|
|
123
123
|
"vite-plugin-dts": "^4.5.4",
|
|
124
|
-
"sass-embedded": "^1.
|
|
124
|
+
"sass-embedded": "^1.96.0",
|
|
125
125
|
"terser": "^5.44.1",
|
|
126
|
-
"vite": "^7.2.
|
|
126
|
+
"vite": "^7.2.7"
|
|
127
127
|
},
|
|
128
128
|
"engines": {
|
|
129
129
|
"node": ">=20.13.0"
|