star-horse-lowcode 3.0.2 → 3.0.4
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,60 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { UserFuncInfo } from '../../types/PageFieldInfo';
|
|
3
|
+
import { BtnHideCondition } from '../../types/Params';
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
buttonList: {
|
|
6
|
+
type: PropType<UserFuncInfo[]>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
permissions: {
|
|
10
|
+
type: PropType<Record<string, string>>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
row: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
hideBtnCondition: {
|
|
18
|
+
type: PropType<BtnHideCondition[]>;
|
|
19
|
+
default: any[];
|
|
20
|
+
};
|
|
21
|
+
compSize: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
showLimit: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
buttonList: {
|
|
31
|
+
type: PropType<UserFuncInfo[]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
permissions: {
|
|
35
|
+
type: PropType<Record<string, string>>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
row: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
hideBtnCondition: {
|
|
43
|
+
type: PropType<BtnHideCondition[]>;
|
|
44
|
+
default: any[];
|
|
45
|
+
};
|
|
46
|
+
compSize: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
showLimit: {
|
|
51
|
+
type: NumberConstructor;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{}>, {
|
|
55
|
+
compSize: string;
|
|
56
|
+
hideBtnCondition: BtnHideCondition[];
|
|
57
|
+
showLimit: number;
|
|
58
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
59
|
+
declare const _default: typeof __VLS_export;
|
|
60
|
+
export default _default;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { SearchParams } from '../../types';
|
|
2
|
+
export type ModelValueType = any;
|
|
3
|
+
export interface DataDropdownProps {
|
|
4
|
+
/**
|
|
5
|
+
* 模型值
|
|
6
|
+
*/
|
|
7
|
+
modelValue: ModelValueType;
|
|
8
|
+
/**
|
|
9
|
+
* 接口地址
|
|
10
|
+
*/
|
|
11
|
+
dataUrl?: string;
|
|
12
|
+
/**
|
|
13
|
+
* 是否使用代理
|
|
14
|
+
*/
|
|
15
|
+
proxy?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* 代理地址
|
|
18
|
+
*/
|
|
19
|
+
proxyUrl?: string;
|
|
20
|
+
/**
|
|
21
|
+
* 接口参数
|
|
22
|
+
*/
|
|
23
|
+
params?: SearchParams[];
|
|
24
|
+
/**
|
|
25
|
+
* 页码
|
|
26
|
+
*/
|
|
27
|
+
pageSize?: number;
|
|
28
|
+
/**
|
|
29
|
+
* 数据
|
|
30
|
+
*/
|
|
31
|
+
data?: Array<any>;
|
|
32
|
+
/**
|
|
33
|
+
* 标题
|
|
34
|
+
*/
|
|
35
|
+
title?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 组件大小
|
|
38
|
+
*/
|
|
39
|
+
compSize?: string;
|
|
40
|
+
/**
|
|
41
|
+
* 显示名称
|
|
42
|
+
*/
|
|
43
|
+
displayName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 显示值
|
|
46
|
+
*/
|
|
47
|
+
displayValue?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 是否多选
|
|
50
|
+
*/
|
|
51
|
+
multiple?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* 是否严格选择
|
|
54
|
+
*/
|
|
55
|
+
checkStrictly?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* 是否只选叶子节点
|
|
58
|
+
*/
|
|
59
|
+
selectLeaf?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* 自动关闭弹窗
|
|
62
|
+
*/
|
|
63
|
+
autoClose?: boolean;
|
|
64
|
+
}
|
|
65
|
+
declare const __VLS_export: import('vue').DefineComponent<DataDropdownProps, {
|
|
66
|
+
open: () => void;
|
|
67
|
+
close: () => void;
|
|
68
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
69
|
+
"update:modelValue": (modelValue: any) => any;
|
|
70
|
+
dataSubmit: (data: any[]) => any;
|
|
71
|
+
}, string, import('vue').PublicProps, Readonly<DataDropdownProps> & Readonly<{
|
|
72
|
+
"onUpdate:modelValue"?: (modelValue: any) => any;
|
|
73
|
+
onDataSubmit?: (data: any[]) => any;
|
|
74
|
+
}>, {
|
|
75
|
+
displayName: string;
|
|
76
|
+
compSize: string;
|
|
77
|
+
pageSize: number;
|
|
78
|
+
displayValue: string;
|
|
79
|
+
multiple: boolean;
|
|
80
|
+
checkStrictly: boolean;
|
|
81
|
+
selectLeaf: boolean;
|
|
82
|
+
autoClose: boolean;
|
|
83
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
84
|
+
declare const _default: typeof __VLS_export;
|
|
85
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
check: {
|
|
3
|
+
type: FunctionConstructor;
|
|
4
|
+
};
|
|
5
|
+
cron: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
}>, {
|
|
9
|
+
cycle01: import('vue').Ref<number, number>;
|
|
10
|
+
cycle02: import('vue').Ref<number, number>;
|
|
11
|
+
average01: import('vue').Ref<number, number>;
|
|
12
|
+
average02: import('vue').Ref<number, number>;
|
|
13
|
+
checkboxList: import('vue').Ref<any[], any[]>;
|
|
14
|
+
workday: import('vue').Ref<number, number>;
|
|
15
|
+
radioValue: import('vue').Ref<number, number>;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
update: (...args: any[]) => void;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
check: {
|
|
20
|
+
type: FunctionConstructor;
|
|
21
|
+
};
|
|
22
|
+
cron: {
|
|
23
|
+
type: ObjectConstructor;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
onUpdate?: (...args: any[]) => any;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
check: {
|
|
3
|
+
type: FunctionConstructor;
|
|
4
|
+
};
|
|
5
|
+
cron: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
}>, {
|
|
9
|
+
cycle01: import('vue').Ref<number, number>;
|
|
10
|
+
cycle02: import('vue').Ref<number, number>;
|
|
11
|
+
average01: import('vue').Ref<number, number>;
|
|
12
|
+
average02: import('vue').Ref<number, number>;
|
|
13
|
+
checkboxList: import('vue').Ref<any[], any[]>;
|
|
14
|
+
radioValue: import('vue').Ref<number, number>;
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
update: (...args: any[]) => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
check: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
};
|
|
21
|
+
cron: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{
|
|
25
|
+
onUpdate?: (...args: any[]) => any;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
check: {
|
|
3
|
+
type: FunctionConstructor;
|
|
4
|
+
};
|
|
5
|
+
cron: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
}>, {
|
|
9
|
+
cycle01: import('vue').Ref<number, number>;
|
|
10
|
+
cycle02: import('vue').Ref<number, number>;
|
|
11
|
+
average01: import('vue').Ref<number, number>;
|
|
12
|
+
average02: import('vue').Ref<number, number>;
|
|
13
|
+
checkboxList: import('vue').Ref<any[], any[]>;
|
|
14
|
+
radioValue: import('vue').Ref<number, number>;
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
update: (...args: any[]) => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
check: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
};
|
|
21
|
+
cron: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{
|
|
25
|
+
onUpdate?: (...args: any[]) => any;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
check: {
|
|
3
|
+
type: FunctionConstructor;
|
|
4
|
+
};
|
|
5
|
+
cron: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
}>, {
|
|
9
|
+
cycle01: import('vue').Ref<number, number>;
|
|
10
|
+
cycle02: import('vue').Ref<number, number>;
|
|
11
|
+
average01: import('vue').Ref<number, number>;
|
|
12
|
+
average02: import('vue').Ref<number, number>;
|
|
13
|
+
checkboxList: import('vue').Ref<any[], any[]>;
|
|
14
|
+
radioValue: import('vue').Ref<number, number>;
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
update: (...args: any[]) => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
check: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
};
|
|
21
|
+
cron: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{
|
|
25
|
+
onUpdate?: (...args: any[]) => any;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
check: {
|
|
4
|
+
type: FunctionConstructor;
|
|
5
|
+
};
|
|
6
|
+
cron: {
|
|
7
|
+
type: PropType<String>;
|
|
8
|
+
};
|
|
9
|
+
radioParent: {};
|
|
10
|
+
}>, {
|
|
11
|
+
cycle01: import('vue').Ref<number, number>;
|
|
12
|
+
cycle02: import('vue').Ref<number, number>;
|
|
13
|
+
average01: import('vue').Ref<number, number>;
|
|
14
|
+
average02: import('vue').Ref<number, number>;
|
|
15
|
+
checkboxList: import('vue').Ref<any[], any[]>;
|
|
16
|
+
radioValue: import('vue').Ref<number, number>;
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
update: (...args: any[]) => void;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
check: {
|
|
21
|
+
type: FunctionConstructor;
|
|
22
|
+
};
|
|
23
|
+
cron: {
|
|
24
|
+
type: PropType<String>;
|
|
25
|
+
};
|
|
26
|
+
radioParent: {};
|
|
27
|
+
}>> & Readonly<{
|
|
28
|
+
onUpdate?: (...args: any[]) => any;
|
|
29
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
check: {
|
|
3
|
+
type: FunctionConstructor;
|
|
4
|
+
};
|
|
5
|
+
cron: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
}>, {
|
|
9
|
+
cycle01: import('vue').Ref<number, number>;
|
|
10
|
+
cycle02: import('vue').Ref<number, number>;
|
|
11
|
+
average01: import('vue').Ref<number, number>;
|
|
12
|
+
average02: import('vue').Ref<number, number>;
|
|
13
|
+
checkboxList: import('vue').Ref<any[], any[]>;
|
|
14
|
+
weekday: import('vue').Ref<number, number>;
|
|
15
|
+
radioValue: import('vue').Ref<number, number>;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
update: (...args: any[]) => void;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
check: {
|
|
20
|
+
type: FunctionConstructor;
|
|
21
|
+
};
|
|
22
|
+
cron: {
|
|
23
|
+
type: ObjectConstructor;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
onUpdate?: (...args: any[]) => any;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
check: {
|
|
3
|
+
type: FunctionConstructor;
|
|
4
|
+
};
|
|
5
|
+
month: {};
|
|
6
|
+
cron: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
};
|
|
9
|
+
}>, {
|
|
10
|
+
cycle01: import('vue').Ref<number, number>;
|
|
11
|
+
cycle02: import('vue').Ref<number, number>;
|
|
12
|
+
average01: import('vue').Ref<number, number>;
|
|
13
|
+
average02: import('vue').Ref<number, number>;
|
|
14
|
+
checkboxList: import('vue').Ref<any[], any[]>;
|
|
15
|
+
radioValue: import('vue').Ref<number, number>;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
update: (...args: any[]) => void;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
check: {
|
|
20
|
+
type: FunctionConstructor;
|
|
21
|
+
};
|
|
22
|
+
month: {};
|
|
23
|
+
cron: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onUpdate?: (...args: any[]) => any;
|
|
28
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface Crontab {
|
|
2
|
+
expression?: string;
|
|
3
|
+
modelValue: string;
|
|
4
|
+
hideComponent?: any;
|
|
5
|
+
}
|
|
6
|
+
declare const __VLS_export: import('vue').DefineComponent<Crontab, {
|
|
7
|
+
clearCron: () => void;
|
|
8
|
+
resolveExp: () => void;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<Crontab> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare enum ServiceEnums {
|
|
2
|
+
/**
|
|
3
|
+
* 系统服务
|
|
4
|
+
*/
|
|
5
|
+
SYSTEM_SERVICE = "system-config",
|
|
6
|
+
/**
|
|
7
|
+
* 数据库服务
|
|
8
|
+
*/
|
|
9
|
+
DBUSER_SERVICE = "dbuser-manage",
|
|
10
|
+
/**
|
|
11
|
+
* 公共接口前缀
|
|
12
|
+
*/
|
|
13
|
+
GLOBAL_PREFIX = "system-config/global/",
|
|
14
|
+
/**
|
|
15
|
+
* 系统服务接口前缀
|
|
16
|
+
*/
|
|
17
|
+
SYSTEM_PREFIX = "system-config/system/"
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ItemPreps } from '../../types/ItemPreps';
|
|
2
|
+
type __VLS_Props = ItemPreps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
"formData"?: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
selfFunc: (...args: any[]) => void;
|
|
9
|
+
selectItem: (...args: any[]) => void;
|
|
10
|
+
"update:formData": (value: any) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
onSelfFunc?: (...args: any[]) => any;
|
|
13
|
+
onSelectItem?: (...args: any[]) => any;
|
|
14
|
+
"onUpdate:formData"?: (value: any) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
isDesign: boolean;
|
|
18
|
+
bareFlag: boolean;
|
|
19
|
+
isSearch: boolean;
|
|
20
|
+
showFormItem: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|