el-plus-crud 0.0.20 → 0.0.21
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/CHANGELOG.md +2 -0
- package/dist/components/el-plus-form/ElPlusForm.vue.d.ts +320 -357
- package/dist/components/el-plus-form/ElPlusFormDialog.vue.d.ts +74 -101
- package/dist/components/el-plus-form/ElPlusFormGroup.vue.d.ts +39 -61
- package/dist/components/el-plus-form/components/ElPlusFormArea.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormAutocomplete.vue.d.ts +55 -70
- package/dist/components/el-plus-form/components/ElPlusFormBtn.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormBtns.vue.d.ts +42 -58
- package/dist/components/el-plus-form/components/ElPlusFormCascader.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormCascaderPanel.vue.d.ts +51 -68
- package/dist/components/el-plus-form/components/ElPlusFormCheckbox.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormCheckboxButton.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormColor.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormDate.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormDaterange.vue.d.ts +51 -68
- package/dist/components/el-plus-form/components/ElPlusFormDatetime.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormFile.vue.d.ts +48 -64
- package/dist/components/el-plus-form/components/ElPlusFormImage.vue.d.ts +48 -64
- package/dist/components/el-plus-form/components/ElPlusFormInput.vue.d.ts +50 -69
- package/dist/components/el-plus-form/components/ElPlusFormLink.vue.d.ts +53 -69
- package/dist/components/el-plus-form/components/ElPlusFormNbinput.vue.d.ts +61 -80
- package/dist/components/el-plus-form/components/ElPlusFormNumber.vue.d.ts +57 -73
- package/dist/components/el-plus-form/components/ElPlusFormPassword.vue.d.ts +57 -74
- package/dist/components/el-plus-form/components/ElPlusFormQuickInput.vue.d.ts +51 -67
- package/dist/components/el-plus-form/components/ElPlusFormRadio.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormRate.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormSelect.vue.d.ts +56 -72
- package/dist/components/el-plus-form/components/ElPlusFormSlider.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormStatus.vue.d.ts +44 -60
- package/dist/components/el-plus-form/components/ElPlusFormSwitch.vue.d.ts +50 -66
- package/dist/components/el-plus-form/components/ElPlusFormTag.vue.d.ts +48 -64
- package/dist/components/el-plus-form/components/ElPlusFormText.vue.d.ts +48 -64
- package/dist/components/el-plus-form/components/ElPlusFormTextarea.vue.d.ts +51 -67
- package/dist/components/el-plus-form/components/ElPlusFormTransfer.vue.d.ts +57 -74
- package/dist/components/el-plus-form/components/ElPlusFormTree.vue.d.ts +50 -66
- package/dist/components/el-plus-form/components/ElPlusFormTreeSelect.vue.d.ts +50 -66
- package/dist/components/el-plus-form/components/ElPlusFormUpload.vue.d.ts +51 -67
- package/dist/components/el-plus-form/components/components/file-icons/FileIcons.vue.d.ts +42 -58
- package/dist/components/el-plus-form/components/components/file-icons/data/index.d.ts +15 -15
- package/dist/components/el-plus-form/components/index.d.ts +3 -3
- package/dist/components/el-plus-form/data/file.d.ts +63 -63
- package/dist/components/el-plus-form/mixins/index.d.ts +28 -33
- package/dist/components/el-plus-form/util/index.d.ts +47 -47
- package/dist/components/el-plus-form/util/validate.d.ts +253 -256
- package/dist/components/el-plus-table/ElPlusTable.vue.d.ts +155 -171
- package/dist/components/el-plus-table/components/columnItem.vue.d.ts +42 -58
- package/dist/components/el-plus-table/components/header.vue.d.ts +93 -115
- package/dist/components/el-plus-table/components/settingColumn.vue.d.ts +28 -44
- package/dist/components/el-plus-table/util/index.d.ts +26 -26
- package/dist/components-list.d.ts +2 -2
- package/dist/config/index.d.ts +2 -2
- package/dist/el-plus-crud.mjs +931 -925
- package/dist/el-plus-crud.umd.js +25 -7608
- package/dist/index.d.ts +9 -18
- package/dist/style.css +1 -1
- package/lib/components/el-plus-form/components/ElPlusFormTree.vue +25 -2
- package/lib/components-list.ts +34 -34
- package/package.json +1 -1
|
@@ -1,60 +1,44 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
required: true
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
required: true
|
|
46
|
-
}
|
|
47
|
-
formData: {
|
|
48
|
-
type: import('vue').PropType<{
|
|
49
|
-
[key: string]: any
|
|
50
|
-
}>
|
|
51
|
-
required: true
|
|
52
|
-
}
|
|
53
|
-
}>
|
|
54
|
-
> & {
|
|
55
|
-
'onUpdate:modelValue'?: ((...args: any[]) => any) | undefined
|
|
56
|
-
},
|
|
57
|
-
{},
|
|
58
|
-
{}
|
|
59
|
-
>
|
|
60
|
-
export default _default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: import("vue").PropType<string | number | null>;
|
|
4
|
+
};
|
|
5
|
+
field: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
desc: {
|
|
10
|
+
type: import("vue").PropType<{
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
formData: {
|
|
16
|
+
type: import("vue").PropType<{
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: import("vue").PropType<string | number | null>;
|
|
24
|
+
};
|
|
25
|
+
field: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
desc: {
|
|
30
|
+
type: import("vue").PropType<{
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
}>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
formData: {
|
|
36
|
+
type: import("vue").PropType<{
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
}, {}, {}>;
|
|
44
|
+
export default _default;
|
|
@@ -1,68 +1,51 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
required: true
|
|
53
|
-
}
|
|
54
|
-
}>
|
|
55
|
-
> & {
|
|
56
|
-
'onUpdate:modelValue'?: ((...args: any[]) => any) | undefined
|
|
57
|
-
},
|
|
58
|
-
{},
|
|
59
|
-
{}
|
|
60
|
-
>,
|
|
61
|
-
Partial<Record<number, (_: { data: any }) => any>>
|
|
62
|
-
>
|
|
63
|
-
export default _default
|
|
64
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
65
|
-
new (): {
|
|
66
|
-
$slots: S
|
|
67
|
-
}
|
|
68
|
-
}
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: import("vue").PropType<string[] | Date>;
|
|
4
|
+
};
|
|
5
|
+
field: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
desc: {
|
|
10
|
+
type: import("vue").PropType<{
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
formData: {
|
|
16
|
+
type: import("vue").PropType<{
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: import("vue").PropType<string[] | Date>;
|
|
24
|
+
};
|
|
25
|
+
field: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
desc: {
|
|
30
|
+
type: import("vue").PropType<{
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
}>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
formData: {
|
|
36
|
+
type: import("vue").PropType<{
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
}, {}, {}>, Partial<Record<number, (_: {
|
|
44
|
+
data: any;
|
|
45
|
+
}) => any>>>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,60 +1,44 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
required: true
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
required: true
|
|
46
|
-
}
|
|
47
|
-
formData: {
|
|
48
|
-
type: import('vue').PropType<{
|
|
49
|
-
[key: string]: any
|
|
50
|
-
}>
|
|
51
|
-
required: true
|
|
52
|
-
}
|
|
53
|
-
}>
|
|
54
|
-
> & {
|
|
55
|
-
'onUpdate:modelValue'?: ((...args: any[]) => any) | undefined
|
|
56
|
-
},
|
|
57
|
-
{},
|
|
58
|
-
{}
|
|
59
|
-
>
|
|
60
|
-
export default _default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: import("vue").PropType<string | number | null>;
|
|
4
|
+
};
|
|
5
|
+
field: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
desc: {
|
|
10
|
+
type: import("vue").PropType<{
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
formData: {
|
|
16
|
+
type: import("vue").PropType<{
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: import("vue").PropType<string | number | null>;
|
|
24
|
+
};
|
|
25
|
+
field: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
desc: {
|
|
30
|
+
type: import("vue").PropType<{
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
}>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
formData: {
|
|
36
|
+
type: import("vue").PropType<{
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
}, {}, {}>;
|
|
44
|
+
export default _default;
|
|
@@ -1,64 +1,48 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
[key: string]: any
|
|
50
|
-
}>
|
|
51
|
-
required: true
|
|
52
|
-
}
|
|
53
|
-
formData: {
|
|
54
|
-
type: import('vue').PropType<{
|
|
55
|
-
[key: string]: any
|
|
56
|
-
}>
|
|
57
|
-
required: true
|
|
58
|
-
}
|
|
59
|
-
}>
|
|
60
|
-
>,
|
|
61
|
-
{},
|
|
62
|
-
{}
|
|
63
|
-
>
|
|
64
|
-
export default _default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: import("vue").PropType<IOssInfo[]>;
|
|
4
|
+
};
|
|
5
|
+
field: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
loading: {
|
|
10
|
+
type: import("vue").PropType<boolean>;
|
|
11
|
+
};
|
|
12
|
+
desc: {
|
|
13
|
+
type: import("vue").PropType<{
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
formData: {
|
|
19
|
+
type: import("vue").PropType<{
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
}>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
modelValue: {
|
|
26
|
+
type: import("vue").PropType<IOssInfo[]>;
|
|
27
|
+
};
|
|
28
|
+
field: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
loading: {
|
|
33
|
+
type: import("vue").PropType<boolean>;
|
|
34
|
+
};
|
|
35
|
+
desc: {
|
|
36
|
+
type: import("vue").PropType<{
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
formData: {
|
|
42
|
+
type: import("vue").PropType<{
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
}>>, {}, {}>;
|
|
48
|
+
export default _default;
|
|
@@ -1,64 +1,48 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
[key: string]: any
|
|
50
|
-
}>
|
|
51
|
-
required: true
|
|
52
|
-
}
|
|
53
|
-
formData: {
|
|
54
|
-
type: import('vue').PropType<{
|
|
55
|
-
[key: string]: any
|
|
56
|
-
}>
|
|
57
|
-
required: true
|
|
58
|
-
}
|
|
59
|
-
}>
|
|
60
|
-
>,
|
|
61
|
-
{},
|
|
62
|
-
{}
|
|
63
|
-
>
|
|
64
|
-
export default _default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: import("vue").PropType<string | any[] | null>;
|
|
4
|
+
};
|
|
5
|
+
field: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
loading: {
|
|
10
|
+
type: import("vue").PropType<boolean>;
|
|
11
|
+
};
|
|
12
|
+
desc: {
|
|
13
|
+
type: import("vue").PropType<{
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
formData: {
|
|
19
|
+
type: import("vue").PropType<{
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
}>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
modelValue: {
|
|
26
|
+
type: import("vue").PropType<string | any[] | null>;
|
|
27
|
+
};
|
|
28
|
+
field: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
loading: {
|
|
33
|
+
type: import("vue").PropType<boolean>;
|
|
34
|
+
};
|
|
35
|
+
desc: {
|
|
36
|
+
type: import("vue").PropType<{
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
formData: {
|
|
42
|
+
type: import("vue").PropType<{
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
}>>, {}, {}>;
|
|
48
|
+
export default _default;
|