star-horse-lowcode 3.0.3 → 3.0.5
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 +10 -0
- package/dist/api/WebSocketUtils.d.ts +100 -0
- package/dist/api/date_utils.d.ts +58 -0
- package/dist/api/device.d.ts +21 -0
- package/dist/api/finger_utils.d.ts +9 -0
- package/dist/api/form_utils.d.ts +140 -0
- package/dist/api/pcas-code.json.d.ts +185519 -0
- package/dist/api/settings.d.ts +1 -0
- package/dist/api/star_horse_apis.d.ts +93 -0
- package/dist/api/star_horse_utils.d.ts +213 -0
- package/dist/api/system.d.ts +78 -0
- package/dist/api/user_func.d.ts +22 -0
- package/dist/api/valid_utils.d.ts +7 -0
- package/dist/assets/index.css +1 -1
- package/dist/components/comp/ShDynamicForm.vue.d.ts +56 -0
- package/dist/components/comp/ShForm.vue.d.ts +58 -0
- package/dist/components/comp/ShTableListColumn.vue.d.ts +79 -0
- package/dist/components/comp/StarHorseDataSelector.vue.d.ts +107 -0
- package/dist/components/comp/StarHorseDataView.vue.d.ts +161 -0
- package/dist/components/comp/StarHorseDialog.vue.d.ts +231 -0
- package/dist/components/comp/StarHorseDraggable.vue.d.ts +82 -0
- package/dist/components/comp/StarHorseForm.vue.d.ts +176 -0
- package/dist/components/comp/StarHorseFormItem.vue.d.ts +26 -0
- package/dist/components/comp/StarHorseFormList.vue.d.ts +165 -0
- package/dist/components/comp/StarHorseFormTable.vue.d.ts +71 -0
- package/dist/components/comp/StarHorseIcon.vue.d.ts +119 -0
- package/dist/components/comp/StarHorseItem.vue.d.ts +106 -0
- package/dist/components/comp/StarHorseJsonEditor.vue.d.ts +44 -0
- package/dist/components/comp/StarHorsePopover.vue.d.ts +50 -0
- package/dist/components/comp/StarHorseSearchComp.vue.d.ts +48 -0
- package/dist/components/comp/StarHorseSearchForm.vue.d.ts +77 -0
- package/dist/components/comp/StarHorseStaticTable.vue.d.ts +101 -0
- package/dist/components/comp/StarHorseTableColumn.vue.d.ts +106 -0
- package/dist/components/comp/StarHorseTableComp.vue.d.ts +42 -0
- package/dist/components/comp/StarHorseTree.vue.d.ts +264 -0
- package/dist/components/comp/app/MainBar.vue.d.ts +20 -0
- package/dist/components/comp/app/MainContainer.vue.d.ts +18 -0
- package/dist/components/comp/app/MainContent.vue.d.ts +26 -0
- package/dist/components/comp/app/MainSubBar.vue.d.ts +38 -0
- package/dist/components/comp/app/MenuShot.vue.d.ts +64 -0
- package/dist/components/comp/index.d.ts +25 -0
- package/dist/components/comp/items/UTableColumn.vue.d.ts +72 -0
- package/dist/components/comp/items/boxItem.vue.d.ts +22 -0
- package/dist/components/comp/items/callitem.d.ts +2 -0
- package/dist/components/comp/items/dytableItem.vue.d.ts +22 -0
- package/dist/components/comp/items/tableColumn.vue.d.ts +86 -0
- package/dist/components/comp/items/tablebtn.vue.d.ts +60 -0
- package/dist/components/comp/selfcomp.d.ts +2 -0
- package/dist/components/comp/utils/DataPicker.vue.d.ts +85 -0
- package/dist/components/cron/Crontab-Day.vue.d.ts +29 -0
- package/dist/components/cron/Crontab-Hour.vue.d.ts +28 -0
- package/dist/components/cron/Crontab-Min.vue.d.ts +28 -0
- package/dist/components/cron/Crontab-Month.vue.d.ts +28 -0
- package/dist/components/cron/Crontab-Second.vue.d.ts +31 -0
- package/dist/components/cron/Crontab-Week.vue.d.ts +29 -0
- package/dist/components/cron/Crontab-Year.vue.d.ts +30 -0
- package/dist/components/cron/Crontab.vue.d.ts +15 -0
- package/dist/components/enums/ModuleEnums.d.ts +10 -0
- package/dist/components/enums/ServiceEnums.d.ts +18 -0
- package/dist/components/formcomp/items/allitem.d.ts +2 -0
- package/dist/components/formcomp/items/area-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/audio-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/autocomplete-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/barcode-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/button-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/cascade-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/checkbox-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/color-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/cron-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/datapicker-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/datetime-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/depart-item.vue.d.ts +16 -0
- package/dist/components/formcomp/items/dialog-input-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/dialog-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/divider-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/drawer-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/empty-item.vue.d.ts +16 -0
- package/dist/components/formcomp/items/html-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/htmleditor-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/icon-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/image-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/index.d.ts +50 -0
- package/dist/components/formcomp/items/input-item.vue.d.ts +17 -0
- package/dist/components/formcomp/items/input-tag-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/json-array-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/json-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/markdown-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/number-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/number-range-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/page-select-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/password-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/qrcode-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/radio-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/rate-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/select-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/signature-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/slider-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/starhorse-form-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/switch-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/tag-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/text-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/textarea-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/time-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/time-picker-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/transfer-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/tselect-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/unknown-item.vue.d.ts +16 -0
- package/dist/components/formcomp/items/upload-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/user-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/usercomp-item.vue.d.ts +24 -0
- package/dist/components/formcomp/items/view-markdown-item.vue.d.ts +23 -0
- package/dist/components/formcomp/utils/EditDataDialog.vue.d.ts +55 -0
- package/dist/components/formcomp/utils/FieldList.vue.d.ts +7 -0
- package/dist/components/formcomp/utils/ItemRelationEventUtils.d.ts +32 -0
- package/dist/components/formcomp/utils/prefixSuffixUtils.d.ts +28 -0
- package/dist/components/help.vue.d.ts +26 -0
- package/dist/components/menu/MenuItem.vue.d.ts +49 -0
- package/dist/components/system/ContentMenu.vue.d.ts +77 -0
- package/dist/components/system/PageConfig.vue.d.ts +66 -0
- package/dist/components/system/StarHorseButtonList.vue.d.ts +72 -0
- package/dist/components/system/StarHorseEditor.vue.d.ts +82 -0
- package/dist/components/system/StarHorseMenu.vue.d.ts +40 -0
- package/dist/components/system/StarHorseSidebar.vue.d.ts +13 -0
- package/dist/components/system/StarHorseSvg.vue.d.ts +112 -0
- package/dist/components/system/SvgLoader.vue.d.ts +59 -0
- package/dist/components/system/SystemComp.d.ts +2 -0
- package/dist/components/system/index.d.ts +8 -0
- package/dist/components/types/ApiUrls.d.ts +171 -0
- package/dist/components/types/BtnAction.d.ts +35 -0
- package/dist/components/types/BtnAuth.d.ts +43 -0
- package/dist/components/types/CompInfo.d.ts +50 -0
- package/dist/components/types/DialogProps.d.ts +54 -0
- package/dist/components/types/DyCompField.d.ts +14 -0
- package/dist/components/types/DynamicNode.d.ts +34 -0
- package/dist/components/types/FormType.d.ts +113 -0
- package/dist/components/types/ItemPreps.d.ts +151 -0
- package/dist/components/types/MenusInfo.d.ts +44 -0
- package/dist/components/types/PageFieldInfo.d.ts +547 -0
- package/dist/components/types/PageProps.d.ts +177 -0
- package/dist/components/types/Params.d.ts +146 -0
- package/dist/components/types/RuleType.d.ts +10 -0
- package/dist/components/types/SearchProps.d.ts +59 -0
- package/dist/components/types/ShortKey.d.ts +30 -0
- package/dist/components/types/StarHorseType.d.ts +18 -0
- package/dist/components/types/UserinfoType.d.ts +46 -0
- package/dist/components/types/index.d.ts +18 -0
- package/dist/index.d.ts +53 -0
- package/dist/index.es.js +8 -8
- package/dist/lang/en_US.d.ts +730 -0
- package/dist/lang/index.d.ts +17 -0
- package/dist/lang/zh_CN.d.ts +731 -0
- package/dist/main.d.ts +0 -0
- package/dist/plugins/AblesPlugin.d.ts +48 -0
- package/dist/plugins/registerCompPlugin.d.ts +10 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/store/ButtonPermission.d.ts +32 -0
- package/dist/store/ConsumerView.d.ts +22 -0
- package/dist/store/CopyerOperation.d.ts +35 -0
- package/dist/store/DesignForm.d.ts +1728 -0
- package/dist/store/DesignPage.d.ts +149 -0
- package/dist/store/DynamicForm.d.ts +52 -0
- package/dist/store/GlobalConfig.d.ts +13 -0
- package/dist/store/SelfOperation.d.ts +651 -0
- package/dist/store/UserInfo.d.ts +44 -0
- package/dist/store/index.d.ts +2 -0
- package/dist/theme/localStorge.d.ts +10 -0
- package/dist/theme/theme.d.ts +24 -0
- package/dist/types/index.d.ts +6 -10604
- package/dist/utils/FieldOperationUtils.d.ts +6 -0
- package/dist/utils/auth.d.ts +25 -0
- package/dist/utils/message.d.ts +25 -0
- package/dist/utils/preview.d.ts +16 -0
- package/package.json +18 -16
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { DynamicNode } from '../components/types/DynamicNode';
|
|
2
|
+
export declare const useDesignPageStore: import('pinia').StoreDefinition<"designPage", Pick<{
|
|
3
|
+
nodeList: import('vue').Ref<{
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
name: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
type?: string;
|
|
9
|
+
preps?: Record<string, any>;
|
|
10
|
+
styles?: Record<string, any>;
|
|
11
|
+
children?: /*elided*/ any[];
|
|
12
|
+
}[], DynamicNode[] | {
|
|
13
|
+
id: string;
|
|
14
|
+
label: string;
|
|
15
|
+
name: string;
|
|
16
|
+
icon?: string;
|
|
17
|
+
type?: string;
|
|
18
|
+
preps?: Record<string, any>;
|
|
19
|
+
styles?: Record<string, any>;
|
|
20
|
+
children?: /*elided*/ any[];
|
|
21
|
+
}[]>;
|
|
22
|
+
currentNode: import('vue').Ref<{
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
name: string;
|
|
26
|
+
icon?: string;
|
|
27
|
+
type?: string;
|
|
28
|
+
preps?: Record<string, any>;
|
|
29
|
+
styles?: Record<string, any>;
|
|
30
|
+
children?: /*elided*/ any[];
|
|
31
|
+
}, DynamicNode | {
|
|
32
|
+
id: string;
|
|
33
|
+
label: string;
|
|
34
|
+
name: string;
|
|
35
|
+
icon?: string;
|
|
36
|
+
type?: string;
|
|
37
|
+
preps?: Record<string, any>;
|
|
38
|
+
styles?: Record<string, any>;
|
|
39
|
+
children?: /*elided*/ any[];
|
|
40
|
+
}>;
|
|
41
|
+
isEdit: import('vue').Ref<boolean, boolean>;
|
|
42
|
+
defaultZindex: import('vue').Ref<number, number>;
|
|
43
|
+
setNodeList: (list: Array<DynamicNode>) => void;
|
|
44
|
+
removeNode: (id: string) => void;
|
|
45
|
+
addNode: (node: DynamicNode) => void;
|
|
46
|
+
selectNode: (node: DynamicNode) => void;
|
|
47
|
+
clearAll: () => void;
|
|
48
|
+
setIsEdit: (edit: boolean) => void;
|
|
49
|
+
maxZIndex: () => any;
|
|
50
|
+
init: () => void;
|
|
51
|
+
}, "isEdit" | "nodeList" | "currentNode" | "defaultZindex">, Pick<{
|
|
52
|
+
nodeList: import('vue').Ref<{
|
|
53
|
+
id: string;
|
|
54
|
+
label: string;
|
|
55
|
+
name: string;
|
|
56
|
+
icon?: string;
|
|
57
|
+
type?: string;
|
|
58
|
+
preps?: Record<string, any>;
|
|
59
|
+
styles?: Record<string, any>;
|
|
60
|
+
children?: /*elided*/ any[];
|
|
61
|
+
}[], DynamicNode[] | {
|
|
62
|
+
id: string;
|
|
63
|
+
label: string;
|
|
64
|
+
name: string;
|
|
65
|
+
icon?: string;
|
|
66
|
+
type?: string;
|
|
67
|
+
preps?: Record<string, any>;
|
|
68
|
+
styles?: Record<string, any>;
|
|
69
|
+
children?: /*elided*/ any[];
|
|
70
|
+
}[]>;
|
|
71
|
+
currentNode: import('vue').Ref<{
|
|
72
|
+
id: string;
|
|
73
|
+
label: string;
|
|
74
|
+
name: string;
|
|
75
|
+
icon?: string;
|
|
76
|
+
type?: string;
|
|
77
|
+
preps?: Record<string, any>;
|
|
78
|
+
styles?: Record<string, any>;
|
|
79
|
+
children?: /*elided*/ any[];
|
|
80
|
+
}, DynamicNode | {
|
|
81
|
+
id: string;
|
|
82
|
+
label: string;
|
|
83
|
+
name: string;
|
|
84
|
+
icon?: string;
|
|
85
|
+
type?: string;
|
|
86
|
+
preps?: Record<string, any>;
|
|
87
|
+
styles?: Record<string, any>;
|
|
88
|
+
children?: /*elided*/ any[];
|
|
89
|
+
}>;
|
|
90
|
+
isEdit: import('vue').Ref<boolean, boolean>;
|
|
91
|
+
defaultZindex: import('vue').Ref<number, number>;
|
|
92
|
+
setNodeList: (list: Array<DynamicNode>) => void;
|
|
93
|
+
removeNode: (id: string) => void;
|
|
94
|
+
addNode: (node: DynamicNode) => void;
|
|
95
|
+
selectNode: (node: DynamicNode) => void;
|
|
96
|
+
clearAll: () => void;
|
|
97
|
+
setIsEdit: (edit: boolean) => void;
|
|
98
|
+
maxZIndex: () => any;
|
|
99
|
+
init: () => void;
|
|
100
|
+
}, never>, Pick<{
|
|
101
|
+
nodeList: import('vue').Ref<{
|
|
102
|
+
id: string;
|
|
103
|
+
label: string;
|
|
104
|
+
name: string;
|
|
105
|
+
icon?: string;
|
|
106
|
+
type?: string;
|
|
107
|
+
preps?: Record<string, any>;
|
|
108
|
+
styles?: Record<string, any>;
|
|
109
|
+
children?: /*elided*/ any[];
|
|
110
|
+
}[], DynamicNode[] | {
|
|
111
|
+
id: string;
|
|
112
|
+
label: string;
|
|
113
|
+
name: string;
|
|
114
|
+
icon?: string;
|
|
115
|
+
type?: string;
|
|
116
|
+
preps?: Record<string, any>;
|
|
117
|
+
styles?: Record<string, any>;
|
|
118
|
+
children?: /*elided*/ any[];
|
|
119
|
+
}[]>;
|
|
120
|
+
currentNode: import('vue').Ref<{
|
|
121
|
+
id: string;
|
|
122
|
+
label: string;
|
|
123
|
+
name: string;
|
|
124
|
+
icon?: string;
|
|
125
|
+
type?: string;
|
|
126
|
+
preps?: Record<string, any>;
|
|
127
|
+
styles?: Record<string, any>;
|
|
128
|
+
children?: /*elided*/ any[];
|
|
129
|
+
}, DynamicNode | {
|
|
130
|
+
id: string;
|
|
131
|
+
label: string;
|
|
132
|
+
name: string;
|
|
133
|
+
icon?: string;
|
|
134
|
+
type?: string;
|
|
135
|
+
preps?: Record<string, any>;
|
|
136
|
+
styles?: Record<string, any>;
|
|
137
|
+
children?: /*elided*/ any[];
|
|
138
|
+
}>;
|
|
139
|
+
isEdit: import('vue').Ref<boolean, boolean>;
|
|
140
|
+
defaultZindex: import('vue').Ref<number, number>;
|
|
141
|
+
setNodeList: (list: Array<DynamicNode>) => void;
|
|
142
|
+
removeNode: (id: string) => void;
|
|
143
|
+
addNode: (node: DynamicNode) => void;
|
|
144
|
+
selectNode: (node: DynamicNode) => void;
|
|
145
|
+
clearAll: () => void;
|
|
146
|
+
setIsEdit: (edit: boolean) => void;
|
|
147
|
+
maxZIndex: () => any;
|
|
148
|
+
init: () => void;
|
|
149
|
+
}, "init" | "clearAll" | "setIsEdit" | "selectNode" | "setNodeList" | "removeNode" | "addNode" | "maxZIndex">>;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const useDynamicFormStore: import('pinia').StoreDefinition<"dynamicForm", Pick<{
|
|
2
|
+
dataForm: any;
|
|
3
|
+
selectData: any;
|
|
4
|
+
dataId: any;
|
|
5
|
+
setSelectData: (data: object | Array<object>) => void;
|
|
6
|
+
setDataId: (id: number | string) => void;
|
|
7
|
+
setFormData: (data: object) => void;
|
|
8
|
+
addBatchData: (batchName: string, data: any) => void;
|
|
9
|
+
delField: (fieldName: string) => void;
|
|
10
|
+
delBatchField: (batchName: string, fieldName: string, rowIndex?: number) => void;
|
|
11
|
+
addOrUpdateField: (fieldName: string, value: any) => void;
|
|
12
|
+
batchAddOrUpdateField: (batchName: string, fieldName: string, value: any, rowIndex?: number) => void;
|
|
13
|
+
renameField: (sourceField: string, distField: string, newValue?: any) => void;
|
|
14
|
+
batchRenameField: (batchName: string, sourceField: string, distField: string, newValue?: any, rowIndex?: number) => void;
|
|
15
|
+
getFieldValue: (fieldName: string) => any;
|
|
16
|
+
getBatchFieldValue: (batchName: string, fieldName: string, rowIndex?: number) => any;
|
|
17
|
+
clearAll: () => void;
|
|
18
|
+
}, "dataForm" | "selectData" | "dataId">, Pick<{
|
|
19
|
+
dataForm: any;
|
|
20
|
+
selectData: any;
|
|
21
|
+
dataId: any;
|
|
22
|
+
setSelectData: (data: object | Array<object>) => void;
|
|
23
|
+
setDataId: (id: number | string) => void;
|
|
24
|
+
setFormData: (data: object) => void;
|
|
25
|
+
addBatchData: (batchName: string, data: any) => void;
|
|
26
|
+
delField: (fieldName: string) => void;
|
|
27
|
+
delBatchField: (batchName: string, fieldName: string, rowIndex?: number) => void;
|
|
28
|
+
addOrUpdateField: (fieldName: string, value: any) => void;
|
|
29
|
+
batchAddOrUpdateField: (batchName: string, fieldName: string, value: any, rowIndex?: number) => void;
|
|
30
|
+
renameField: (sourceField: string, distField: string, newValue?: any) => void;
|
|
31
|
+
batchRenameField: (batchName: string, sourceField: string, distField: string, newValue?: any, rowIndex?: number) => void;
|
|
32
|
+
getFieldValue: (fieldName: string) => any;
|
|
33
|
+
getBatchFieldValue: (batchName: string, fieldName: string, rowIndex?: number) => any;
|
|
34
|
+
clearAll: () => void;
|
|
35
|
+
}, "dataForm" | "selectData" | "dataId">, Pick<{
|
|
36
|
+
dataForm: any;
|
|
37
|
+
selectData: any;
|
|
38
|
+
dataId: any;
|
|
39
|
+
setSelectData: (data: object | Array<object>) => void;
|
|
40
|
+
setDataId: (id: number | string) => void;
|
|
41
|
+
setFormData: (data: object) => void;
|
|
42
|
+
addBatchData: (batchName: string, data: any) => void;
|
|
43
|
+
delField: (fieldName: string) => void;
|
|
44
|
+
delBatchField: (batchName: string, fieldName: string, rowIndex?: number) => void;
|
|
45
|
+
addOrUpdateField: (fieldName: string, value: any) => void;
|
|
46
|
+
batchAddOrUpdateField: (batchName: string, fieldName: string, value: any, rowIndex?: number) => void;
|
|
47
|
+
renameField: (sourceField: string, distField: string, newValue?: any) => void;
|
|
48
|
+
batchRenameField: (batchName: string, sourceField: string, distField: string, newValue?: any, rowIndex?: number) => void;
|
|
49
|
+
getFieldValue: (fieldName: string) => any;
|
|
50
|
+
getBatchFieldValue: (batchName: string, fieldName: string, rowIndex?: number) => any;
|
|
51
|
+
clearAll: () => void;
|
|
52
|
+
}, "setFormData" | "clearAll" | "dataForm" | "selectData" | "dataId" | "setSelectData" | "setDataId" | "addBatchData" | "delField" | "delBatchField" | "addOrUpdateField" | "batchAddOrUpdateField" | "renameField" | "batchRenameField" | "getFieldValue" | "getBatchFieldValue">>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const useGlobalConfigStore: import('pinia').StoreDefinition<"globalConfig", Pick<{
|
|
2
|
+
configFormInfo: import('vue').Ref<any, any>;
|
|
3
|
+
setConfigFormInfo: (data: any) => void;
|
|
4
|
+
clearAll: (isDark?: string) => void;
|
|
5
|
+
}, "configFormInfo">, Pick<{
|
|
6
|
+
configFormInfo: import('vue').Ref<any, any>;
|
|
7
|
+
setConfigFormInfo: (data: any) => void;
|
|
8
|
+
clearAll: (isDark?: string) => void;
|
|
9
|
+
}, never>, Pick<{
|
|
10
|
+
configFormInfo: import('vue').Ref<any, any>;
|
|
11
|
+
setConfigFormInfo: (data: any) => void;
|
|
12
|
+
clearAll: (isDark?: string) => void;
|
|
13
|
+
}, "clearAll" | "setConfigFormInfo">>;
|