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