star-horse-lowcode 3.0.6 → 3.0.8
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 +11 -0
- package/dist/api/star_horse_utils.d.ts +3 -3
- package/dist/api/user_func.d.ts +3 -0
- package/dist/assets/index.css +1 -1
- package/dist/components/comp/ShTableListColumn.vue.d.ts +1 -1
- package/dist/components/comp/StarHorseDataView.vue.d.ts +1 -1
- package/dist/components/comp/StarHorseDraggable.vue.d.ts +2 -2
- package/dist/components/comp/StarHorseForm.vue.d.ts +2 -2
- package/dist/components/comp/StarHorseFormList.vue.d.ts +1 -1
- package/dist/components/comp/items/UTableColumn.vue.d.ts +1 -1
- package/dist/components/system/StarHorseEditor.vue.d.ts +1 -1
- package/dist/components/types/ApiUrls.d.ts +5 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +5 -5
- package/dist/store/DesignForm.d.ts +2 -2
- package/dist/store/DesignPage.d.ts +2 -2
- package/dist/store/SelfOperation.d.ts +6 -0
- package/dist/store/StoreManager.d.ts +5464 -0
- package/package.json +1 -1
|
@@ -71,8 +71,8 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
71
71
|
};
|
|
72
72
|
}>> & Readonly<{}>, {
|
|
73
73
|
source: number;
|
|
74
|
-
size: string;
|
|
75
74
|
batchName: string;
|
|
75
|
+
size: string;
|
|
76
76
|
staticColumn: string;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
78
78
|
declare const _default: typeof __VLS_export;
|
|
@@ -142,12 +142,12 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
142
142
|
batchName: string;
|
|
143
143
|
primaryKey: any;
|
|
144
144
|
subFormFlag: string;
|
|
145
|
+
dynamicForm: boolean;
|
|
145
146
|
preview: boolean;
|
|
146
147
|
labelPosition: string;
|
|
147
148
|
dataFormat: Function;
|
|
148
149
|
batchFieldName: string;
|
|
149
150
|
formSize: string;
|
|
150
|
-
dynamicForm: boolean;
|
|
151
151
|
useViewUrl: boolean;
|
|
152
152
|
slotType: string;
|
|
153
153
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -34,8 +34,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
-
contextAction: (...args: any[]) => void;
|
|
38
37
|
selectNode: (...args: any[]) => void;
|
|
38
|
+
contextAction: (...args: any[]) => void;
|
|
39
39
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
40
40
|
msg: {
|
|
41
41
|
type: StringConstructor;
|
|
@@ -64,8 +64,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
64
64
|
default: boolean;
|
|
65
65
|
};
|
|
66
66
|
}>> & Readonly<{
|
|
67
|
-
onContextAction?: (...args: any[]) => any;
|
|
68
67
|
onSelectNode?: (...args: any[]) => any;
|
|
68
|
+
onContextAction?: (...args: any[]) => any;
|
|
69
69
|
}>, {
|
|
70
70
|
isActive: boolean;
|
|
71
71
|
showLine: boolean;
|
|
@@ -165,12 +165,12 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
165
165
|
onInited?: (...args: any[]) => any;
|
|
166
166
|
}>, {
|
|
167
167
|
batchName: string;
|
|
168
|
+
dynamicForm: boolean;
|
|
169
|
+
selectData: SelectOption[];
|
|
168
170
|
preview: boolean;
|
|
169
171
|
labelPosition: string;
|
|
170
|
-
selectData: SelectOption[];
|
|
171
172
|
batchFieldName: string;
|
|
172
173
|
formSize: string;
|
|
173
|
-
dynamicForm: boolean;
|
|
174
174
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
175
175
|
declare const _default: typeof __VLS_export;
|
|
176
176
|
export default _default;
|
|
@@ -150,8 +150,8 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
150
150
|
}>, {
|
|
151
151
|
source: number;
|
|
152
152
|
title: string;
|
|
153
|
-
size: string;
|
|
154
153
|
batchName: string;
|
|
154
|
+
size: string;
|
|
155
155
|
helpMsg: string;
|
|
156
156
|
initRows: number;
|
|
157
157
|
defaultValues: Record<string, any>;
|
|
@@ -63,8 +63,8 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
65
|
source: number;
|
|
66
|
-
size: string;
|
|
67
66
|
batchName: string;
|
|
67
|
+
size: string;
|
|
68
68
|
staticColumn: string;
|
|
69
69
|
commonFormat: Function;
|
|
70
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -71,9 +71,9 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
71
71
|
}>> & Readonly<{
|
|
72
72
|
"onUpdate:value"?: (value: string) => any;
|
|
73
73
|
}>, {
|
|
74
|
-
lang: string;
|
|
75
74
|
funcName: string;
|
|
76
75
|
fieldName: string;
|
|
76
|
+
lang: string;
|
|
77
77
|
boxHeight: string;
|
|
78
78
|
theme: string;
|
|
79
79
|
btnList: any[];
|
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export * from './store/DynamicForm';
|
|
|
38
38
|
export * from './store/GlobalConfig';
|
|
39
39
|
export * from './store/SelfOperation';
|
|
40
40
|
export * from './store/UserInfo';
|
|
41
|
+
export * from './store/StoreManager';
|
|
41
42
|
export { piniaInstance, starHorseAxios };
|
|
42
43
|
declare const _default: {
|
|
43
44
|
install: (app: App<Element>, options?: {
|