@hinen/pro-element-plus 1.0.2 → 1.0.3
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/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +9 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +4 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +57 -57
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +24 -24
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +59 -59
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/defineDataTableColumns.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +19 -19
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/useDataTable.d.ts +4 -4
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +566 -566
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +50 -50
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +136 -136
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +19 -19
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +243 -243
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +60 -60
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +23 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +9 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +223 -223
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +28 -28
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +150 -150
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +24 -24
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +265 -265
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +40 -40
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +243 -243
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +62 -62
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +293 -293
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +38 -38
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +287 -287
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +34 -34
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +288 -288
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +48 -48
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +242 -242
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +60 -60
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +94 -94
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +10 -10
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +9 -9
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +33 -33
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +16 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +26 -26
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +9 -9
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +16 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +7 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +57 -57
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +24 -24
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -10,8 +10,8 @@ declare function __VLS_template(): Readonly<Omit<Readonly<{
|
|
|
10
10
|
error?(_: {
|
|
11
11
|
error: string;
|
|
12
12
|
}): any;
|
|
13
|
-
}, "default"> & Omit<import('
|
|
14
|
-
'input-label': import('
|
|
13
|
+
}, "default"> & Omit<import('../../Select').SelectSlotsType, "label"> & {
|
|
14
|
+
'input-label': import('../../Select').SelectSlotsType["label"];
|
|
15
15
|
}> & Omit<Readonly<{
|
|
16
16
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
17
17
|
}> & {
|
|
@@ -22,8 +22,8 @@ declare function __VLS_template(): Readonly<Omit<Readonly<{
|
|
|
22
22
|
error?(_: {
|
|
23
23
|
error: string;
|
|
24
24
|
}): any;
|
|
25
|
-
}, "default"> & Omit<import('
|
|
26
|
-
'input-label': import('
|
|
25
|
+
}, "default"> & Omit<import('../../Select').SelectSlotsType, "label"> & {
|
|
26
|
+
'input-label': import('../../Select').SelectSlotsType["label"];
|
|
27
27
|
};
|
|
28
28
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
29
29
|
valueEnum: import('vue').PropType<Record<string, string>>;
|
|
@@ -32,62 +32,62 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
32
32
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
33
33
|
};
|
|
34
34
|
label: StringConstructor;
|
|
35
|
-
labelWidth: import('element-plus/es/utils
|
|
36
|
-
labelPosition: import('element-plus/es/utils
|
|
35
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
36
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
37
37
|
prop: {
|
|
38
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
38
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
39
39
|
readonly required: false;
|
|
40
40
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
41
|
__epPropKey: true;
|
|
42
42
|
};
|
|
43
|
-
required: import('element-plus/es/utils
|
|
43
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
44
44
|
rules: {
|
|
45
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
45
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
49
49
|
};
|
|
50
50
|
error: StringConstructor;
|
|
51
51
|
validateStatus: {
|
|
52
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
52
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
53
53
|
readonly required: false;
|
|
54
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
55
|
__epPropKey: true;
|
|
56
56
|
};
|
|
57
|
-
inlineMessage: import('element-plus/es/utils
|
|
58
|
-
showMessage: import('element-plus/es/utils
|
|
57
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
58
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
59
|
size: {
|
|
60
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
60
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
61
61
|
readonly required: false;
|
|
62
62
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
63
|
__epPropKey: true;
|
|
64
64
|
};
|
|
65
|
-
options: import('vue').PropType<import('
|
|
65
|
+
options: import('vue').PropType<import('../../Select').SelectOptionType[]>;
|
|
66
66
|
ariaLabel: StringConstructor;
|
|
67
|
-
modelValue: import('element-plus/es/utils
|
|
67
|
+
modelValue: import('element-plus/es/utils').EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown, undefined, boolean>;
|
|
68
68
|
disabled: BooleanConstructor;
|
|
69
|
-
validateEvent: import('element-plus/es/utils
|
|
69
|
+
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
70
70
|
name: StringConstructor;
|
|
71
|
-
tabindex: import('element-plus/es/utils
|
|
71
|
+
tabindex: import('element-plus/es/utils').EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
72
72
|
filterMethod: FunctionConstructor;
|
|
73
73
|
remoteMethod: FunctionConstructor;
|
|
74
74
|
remoteShowSuffix: BooleanConstructor;
|
|
75
75
|
remote: BooleanConstructor;
|
|
76
76
|
filterable: BooleanConstructor;
|
|
77
77
|
emptyValues: ArrayConstructor;
|
|
78
|
-
valueOnClear: import('element-plus/es/utils
|
|
79
|
-
autocomplete: import('element-plus/es/utils
|
|
78
|
+
valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
79
|
+
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
80
80
|
automaticDropdown: BooleanConstructor;
|
|
81
|
-
effect: import('element-plus/es/utils
|
|
81
|
+
effect: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, string, boolean>;
|
|
82
82
|
allowCreate: BooleanConstructor;
|
|
83
83
|
loading: BooleanConstructor;
|
|
84
|
-
popperClass: import('element-plus/es/utils
|
|
85
|
-
popperOptions: import('element-plus/es/utils
|
|
84
|
+
popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
85
|
+
popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => Partial<Options>, boolean>;
|
|
86
86
|
loadingText: StringConstructor;
|
|
87
87
|
noMatchText: StringConstructor;
|
|
88
88
|
noDataText: StringConstructor;
|
|
89
89
|
multiple: BooleanConstructor;
|
|
90
|
-
multipleLimit: import('element-plus/es/utils
|
|
90
|
+
multipleLimit: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
91
91
|
placeholder: {
|
|
92
92
|
readonly type: import('vue').PropType<string>;
|
|
93
93
|
readonly required: false;
|
|
@@ -95,44 +95,44 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
95
95
|
__epPropKey: true;
|
|
96
96
|
};
|
|
97
97
|
defaultFirstOption: BooleanConstructor;
|
|
98
|
-
reserveKeyword: import('element-plus/es/utils
|
|
99
|
-
valueKey: import('element-plus/es/utils
|
|
98
|
+
reserveKeyword: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
99
|
+
valueKey: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
100
100
|
collapseTags: BooleanConstructor;
|
|
101
101
|
collapseTagsTooltip: BooleanConstructor;
|
|
102
|
-
maxCollapseTags: import('element-plus/es/utils
|
|
103
|
-
teleported: import('element-plus/es/utils
|
|
104
|
-
persistent: import('element-plus/es/utils
|
|
102
|
+
maxCollapseTags: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
103
|
+
teleported: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
104
|
+
persistent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
105
105
|
clearIcon: {
|
|
106
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
106
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
107
107
|
readonly required: false;
|
|
108
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
109
|
__epPropKey: true;
|
|
110
110
|
};
|
|
111
111
|
fitInputWidth: BooleanConstructor;
|
|
112
112
|
suffixIcon: {
|
|
113
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
113
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
114
114
|
readonly required: false;
|
|
115
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
116
|
__epPropKey: true;
|
|
117
117
|
};
|
|
118
118
|
tagType: {
|
|
119
119
|
default: string;
|
|
120
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
120
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
121
121
|
required: false;
|
|
122
122
|
validator: ((val: unknown) => boolean) | undefined;
|
|
123
123
|
__epPropKey: true;
|
|
124
124
|
};
|
|
125
125
|
tagEffect: {
|
|
126
126
|
default: string;
|
|
127
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
127
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
128
128
|
required: false;
|
|
129
129
|
validator: ((val: unknown) => boolean) | undefined;
|
|
130
130
|
__epPropKey: true;
|
|
131
131
|
};
|
|
132
|
-
showArrow: import('element-plus/es/utils
|
|
133
|
-
offset: import('element-plus/es/utils
|
|
134
|
-
placement: import('element-plus/es/utils
|
|
135
|
-
fallbackPlacements: import('element-plus/es/utils
|
|
132
|
+
showArrow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
133
|
+
offset: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
134
|
+
placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, string, boolean>;
|
|
135
|
+
fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, string[], boolean>;
|
|
136
136
|
appendTo: StringConstructor;
|
|
137
137
|
clearable: {
|
|
138
138
|
type: BooleanConstructor;
|
|
@@ -140,34 +140,34 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
140
140
|
};
|
|
141
141
|
fieldId: any;
|
|
142
142
|
formItemProps: {
|
|
143
|
-
type: import('vue').PropType<import('
|
|
143
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
144
144
|
default: () => {};
|
|
145
145
|
};
|
|
146
146
|
fieldProps: {
|
|
147
147
|
type: import('vue').PropType<{
|
|
148
|
-
options: import('vue').PropType<import('
|
|
148
|
+
options: import('vue').PropType<import('../../Select').SelectOptionType[]>;
|
|
149
149
|
ariaLabel: StringConstructor;
|
|
150
150
|
emptyValues: ArrayConstructor;
|
|
151
|
-
valueOnClear: import('element-plus/es/utils
|
|
151
|
+
valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
152
152
|
name: StringConstructor;
|
|
153
153
|
id: StringConstructor;
|
|
154
|
-
modelValue: import('element-plus/es/utils
|
|
155
|
-
autocomplete: import('element-plus/es/utils
|
|
154
|
+
modelValue: import('element-plus/es/utils').EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown, undefined, boolean>;
|
|
155
|
+
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
156
156
|
automaticDropdown: BooleanConstructor;
|
|
157
157
|
size: {
|
|
158
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
158
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
159
159
|
readonly required: false;
|
|
160
160
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
161
161
|
__epPropKey: true;
|
|
162
162
|
};
|
|
163
|
-
effect: import('element-plus/es/utils
|
|
163
|
+
effect: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, string, boolean>;
|
|
164
164
|
disabled: BooleanConstructor;
|
|
165
165
|
clearable: BooleanConstructor;
|
|
166
166
|
filterable: BooleanConstructor;
|
|
167
167
|
allowCreate: BooleanConstructor;
|
|
168
168
|
loading: BooleanConstructor;
|
|
169
|
-
popperClass: import('element-plus/es/utils
|
|
170
|
-
popperOptions: import('element-plus/es/utils
|
|
169
|
+
popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
170
|
+
popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => Partial<Options>, boolean>;
|
|
171
171
|
remote: BooleanConstructor;
|
|
172
172
|
loadingText: StringConstructor;
|
|
173
173
|
noMatchText: StringConstructor;
|
|
@@ -175,7 +175,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
175
175
|
remoteMethod: FunctionConstructor;
|
|
176
176
|
filterMethod: FunctionConstructor;
|
|
177
177
|
multiple: BooleanConstructor;
|
|
178
|
-
multipleLimit: import('element-plus/es/utils
|
|
178
|
+
multipleLimit: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
179
179
|
placeholder: {
|
|
180
180
|
readonly type: import('vue').PropType<string>;
|
|
181
181
|
readonly required: false;
|
|
@@ -183,47 +183,47 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
183
183
|
__epPropKey: true;
|
|
184
184
|
};
|
|
185
185
|
defaultFirstOption: BooleanConstructor;
|
|
186
|
-
reserveKeyword: import('element-plus/es/utils
|
|
187
|
-
valueKey: import('element-plus/es/utils
|
|
186
|
+
reserveKeyword: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
187
|
+
valueKey: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
188
188
|
collapseTags: BooleanConstructor;
|
|
189
189
|
collapseTagsTooltip: BooleanConstructor;
|
|
190
|
-
maxCollapseTags: import('element-plus/es/utils
|
|
191
|
-
teleported: import('element-plus/es/utils
|
|
192
|
-
persistent: import('element-plus/es/utils
|
|
190
|
+
maxCollapseTags: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
191
|
+
teleported: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
192
|
+
persistent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
193
193
|
clearIcon: {
|
|
194
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
194
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
195
195
|
readonly required: false;
|
|
196
196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
197
|
__epPropKey: true;
|
|
198
198
|
};
|
|
199
199
|
fitInputWidth: BooleanConstructor;
|
|
200
200
|
suffixIcon: {
|
|
201
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
201
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
202
202
|
readonly required: false;
|
|
203
203
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
204
|
__epPropKey: true;
|
|
205
205
|
};
|
|
206
206
|
tagType: {
|
|
207
207
|
default: string;
|
|
208
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
208
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
209
209
|
required: false;
|
|
210
210
|
validator: ((val: unknown) => boolean) | undefined;
|
|
211
211
|
__epPropKey: true;
|
|
212
212
|
};
|
|
213
213
|
tagEffect: {
|
|
214
214
|
default: string;
|
|
215
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
215
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
216
216
|
required: false;
|
|
217
217
|
validator: ((val: unknown) => boolean) | undefined;
|
|
218
218
|
__epPropKey: true;
|
|
219
219
|
};
|
|
220
|
-
validateEvent: import('element-plus/es/utils
|
|
220
|
+
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
221
221
|
remoteShowSuffix: BooleanConstructor;
|
|
222
|
-
showArrow: import('element-plus/es/utils
|
|
223
|
-
offset: import('element-plus/es/utils
|
|
224
|
-
placement: import('element-plus/es/utils
|
|
225
|
-
fallbackPlacements: import('element-plus/es/utils
|
|
226
|
-
tabindex: import('element-plus/es/utils
|
|
222
|
+
showArrow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
223
|
+
offset: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
224
|
+
placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, string, boolean>;
|
|
225
|
+
fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, string[], boolean>;
|
|
226
|
+
tabindex: import('element-plus/es/utils').EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
227
227
|
appendTo: StringConstructor;
|
|
228
228
|
}>;
|
|
229
229
|
default: () => {};
|
|
@@ -233,24 +233,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
233
233
|
$: import('vue').ComponentInternalInstance;
|
|
234
234
|
$data: {};
|
|
235
235
|
$props: Partial<{
|
|
236
|
-
readonly required: import('element-plus/es/utils
|
|
237
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
238
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
239
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
240
|
-
readonly showMessage: import('element-plus/es/utils
|
|
236
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
238
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
239
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
240
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
241
241
|
}> & Omit<{
|
|
242
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
243
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
244
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
245
|
-
readonly showMessage: import('element-plus/es/utils
|
|
246
|
-
readonly required?: import('element-plus/es/utils
|
|
247
|
-
readonly size?: import('element-plus/es/utils
|
|
242
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
243
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
244
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
245
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
246
|
+
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
247
|
+
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
248
248
|
readonly label?: string | undefined;
|
|
249
249
|
readonly for?: string | undefined;
|
|
250
|
-
readonly prop?: import('element-plus/es/utils
|
|
251
|
-
readonly rules?: import('element-plus/es/utils
|
|
250
|
+
readonly prop?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown> | undefined;
|
|
251
|
+
readonly rules?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown> | undefined;
|
|
252
252
|
readonly error?: string | undefined;
|
|
253
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
253
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
254
254
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
255
255
|
$attrs: {
|
|
256
256
|
[x: string]: unknown;
|
|
@@ -268,33 +268,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
268
268
|
$el: any;
|
|
269
269
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
270
270
|
readonly label: StringConstructor;
|
|
271
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
272
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
271
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
272
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
273
273
|
readonly prop: {
|
|
274
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
274
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
275
275
|
readonly required: false;
|
|
276
276
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
277
|
__epPropKey: true;
|
|
278
278
|
};
|
|
279
|
-
readonly required: import('element-plus/es/utils
|
|
279
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
280
280
|
readonly rules: {
|
|
281
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
281
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
282
282
|
readonly required: false;
|
|
283
283
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
284
284
|
__epPropKey: true;
|
|
285
285
|
};
|
|
286
286
|
readonly error: StringConstructor;
|
|
287
287
|
readonly validateStatus: {
|
|
288
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
288
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
289
289
|
readonly required: false;
|
|
290
290
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
291
|
__epPropKey: true;
|
|
292
292
|
};
|
|
293
293
|
readonly for: StringConstructor;
|
|
294
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
295
|
-
readonly showMessage: import('element-plus/es/utils
|
|
294
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
295
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
296
296
|
readonly size: {
|
|
297
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
297
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
298
298
|
readonly required: false;
|
|
299
299
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
300
|
__epPropKey: true;
|
|
@@ -307,11 +307,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
307
307
|
clearValidate: () => void;
|
|
308
308
|
resetField: () => void;
|
|
309
309
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
310
|
-
readonly required: import('element-plus/es/utils
|
|
311
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
312
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
313
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
314
|
-
readonly showMessage: import('element-plus/es/utils
|
|
310
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
311
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
312
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
313
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
314
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
315
315
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
316
316
|
beforeCreate?: (() => void) | (() => void)[];
|
|
317
317
|
created?: (() => void) | (() => void)[];
|
|
@@ -333,40 +333,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
333
333
|
$nextTick: typeof import('vue').nextTick;
|
|
334
334
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
335
335
|
} & Readonly<{
|
|
336
|
-
readonly required: import('element-plus/es/utils
|
|
337
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
338
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
339
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
340
|
-
readonly showMessage: import('element-plus/es/utils
|
|
336
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
337
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
338
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
339
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
340
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
341
341
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
342
342
|
readonly label: StringConstructor;
|
|
343
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
344
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
343
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
344
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
345
345
|
readonly prop: {
|
|
346
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
346
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
347
347
|
readonly required: false;
|
|
348
348
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
349
|
__epPropKey: true;
|
|
350
350
|
};
|
|
351
|
-
readonly required: import('element-plus/es/utils
|
|
351
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
352
352
|
readonly rules: {
|
|
353
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
353
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
354
354
|
readonly required: false;
|
|
355
355
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
356
356
|
__epPropKey: true;
|
|
357
357
|
};
|
|
358
358
|
readonly error: StringConstructor;
|
|
359
359
|
readonly validateStatus: {
|
|
360
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
360
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
361
361
|
readonly required: false;
|
|
362
362
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
363
363
|
__epPropKey: true;
|
|
364
364
|
};
|
|
365
365
|
readonly for: StringConstructor;
|
|
366
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
367
|
-
readonly showMessage: import('element-plus/es/utils
|
|
366
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
367
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
368
368
|
readonly size: {
|
|
369
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
369
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
370
370
|
readonly required: false;
|
|
371
371
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
372
372
|
__epPropKey: true;
|
|
@@ -392,24 +392,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
392
392
|
$: import('vue').ComponentInternalInstance;
|
|
393
393
|
$data: {};
|
|
394
394
|
$props: Partial<{
|
|
395
|
-
readonly required: import('element-plus/es/utils
|
|
396
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
397
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
398
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
399
|
-
readonly showMessage: import('element-plus/es/utils
|
|
395
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
396
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
397
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
398
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
399
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
400
400
|
}> & Omit<{
|
|
401
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
402
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
403
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
404
|
-
readonly showMessage: import('element-plus/es/utils
|
|
405
|
-
readonly required?: import('element-plus/es/utils
|
|
406
|
-
readonly size?: import('element-plus/es/utils
|
|
401
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
402
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
403
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
404
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
405
|
+
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
406
|
+
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
407
407
|
readonly label?: string | undefined;
|
|
408
408
|
readonly for?: string | undefined;
|
|
409
|
-
readonly prop?: import('element-plus/es/utils
|
|
410
|
-
readonly rules?: import('element-plus/es/utils
|
|
409
|
+
readonly prop?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown> | undefined;
|
|
410
|
+
readonly rules?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown> | undefined;
|
|
411
411
|
readonly error?: string | undefined;
|
|
412
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
412
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
413
413
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
414
414
|
$attrs: {
|
|
415
415
|
[x: string]: unknown;
|
|
@@ -427,33 +427,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
427
427
|
$el: any;
|
|
428
428
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
429
429
|
readonly label: StringConstructor;
|
|
430
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
431
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
430
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
431
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
432
432
|
readonly prop: {
|
|
433
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
433
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
434
434
|
readonly required: false;
|
|
435
435
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
436
|
__epPropKey: true;
|
|
437
437
|
};
|
|
438
|
-
readonly required: import('element-plus/es/utils
|
|
438
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
439
439
|
readonly rules: {
|
|
440
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
440
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
441
441
|
readonly required: false;
|
|
442
442
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
443
443
|
__epPropKey: true;
|
|
444
444
|
};
|
|
445
445
|
readonly error: StringConstructor;
|
|
446
446
|
readonly validateStatus: {
|
|
447
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
447
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
448
448
|
readonly required: false;
|
|
449
449
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
450
450
|
__epPropKey: true;
|
|
451
451
|
};
|
|
452
452
|
readonly for: StringConstructor;
|
|
453
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
454
|
-
readonly showMessage: import('element-plus/es/utils
|
|
453
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
454
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
455
455
|
readonly size: {
|
|
456
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
456
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
457
457
|
readonly required: false;
|
|
458
458
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
459
459
|
__epPropKey: true;
|
|
@@ -466,11 +466,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
466
466
|
clearValidate: () => void;
|
|
467
467
|
resetField: () => void;
|
|
468
468
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
469
|
-
readonly required: import('element-plus/es/utils
|
|
470
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
471
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
472
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
473
|
-
readonly showMessage: import('element-plus/es/utils
|
|
469
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
470
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
471
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
472
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
473
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
474
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
475
475
|
beforeCreate?: (() => void) | (() => void)[];
|
|
476
476
|
created?: (() => void) | (() => void)[];
|
|
@@ -492,40 +492,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
492
492
|
$nextTick: typeof import('vue').nextTick;
|
|
493
493
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
494
494
|
} & Readonly<{
|
|
495
|
-
readonly required: import('element-plus/es/utils
|
|
496
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
497
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
498
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
499
|
-
readonly showMessage: import('element-plus/es/utils
|
|
495
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
496
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
497
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
498
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
499
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
500
500
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
501
501
|
readonly label: StringConstructor;
|
|
502
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
503
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
502
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
503
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
504
504
|
readonly prop: {
|
|
505
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
505
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
506
506
|
readonly required: false;
|
|
507
507
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
508
508
|
__epPropKey: true;
|
|
509
509
|
};
|
|
510
|
-
readonly required: import('element-plus/es/utils
|
|
510
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
511
511
|
readonly rules: {
|
|
512
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
512
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
513
513
|
readonly required: false;
|
|
514
514
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
515
515
|
__epPropKey: true;
|
|
516
516
|
};
|
|
517
517
|
readonly error: StringConstructor;
|
|
518
518
|
readonly validateStatus: {
|
|
519
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
519
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
520
520
|
readonly required: false;
|
|
521
521
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
522
522
|
__epPropKey: true;
|
|
523
523
|
};
|
|
524
524
|
readonly for: StringConstructor;
|
|
525
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
526
|
-
readonly showMessage: import('element-plus/es/utils
|
|
525
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
526
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
527
527
|
readonly size: {
|
|
528
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
528
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
529
529
|
readonly required: false;
|
|
530
530
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
531
531
|
__epPropKey: true;
|
|
@@ -569,62 +569,62 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
569
569
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
570
570
|
};
|
|
571
571
|
label: StringConstructor;
|
|
572
|
-
labelWidth: import('element-plus/es/utils
|
|
573
|
-
labelPosition: import('element-plus/es/utils
|
|
572
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
573
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
574
574
|
prop: {
|
|
575
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
575
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
576
576
|
readonly required: false;
|
|
577
577
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
578
|
__epPropKey: true;
|
|
579
579
|
};
|
|
580
|
-
required: import('element-plus/es/utils
|
|
580
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
581
581
|
rules: {
|
|
582
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
582
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
583
583
|
readonly required: false;
|
|
584
584
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
585
585
|
__epPropKey: true;
|
|
586
586
|
};
|
|
587
587
|
error: StringConstructor;
|
|
588
588
|
validateStatus: {
|
|
589
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
589
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
590
590
|
readonly required: false;
|
|
591
591
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
592
592
|
__epPropKey: true;
|
|
593
593
|
};
|
|
594
|
-
inlineMessage: import('element-plus/es/utils
|
|
595
|
-
showMessage: import('element-plus/es/utils
|
|
594
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
595
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
596
596
|
size: {
|
|
597
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
597
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
598
598
|
readonly required: false;
|
|
599
599
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
600
|
__epPropKey: true;
|
|
601
601
|
};
|
|
602
|
-
options: import('vue').PropType<import('
|
|
602
|
+
options: import('vue').PropType<import('../../Select').SelectOptionType[]>;
|
|
603
603
|
ariaLabel: StringConstructor;
|
|
604
|
-
modelValue: import('element-plus/es/utils
|
|
604
|
+
modelValue: import('element-plus/es/utils').EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown, undefined, boolean>;
|
|
605
605
|
disabled: BooleanConstructor;
|
|
606
|
-
validateEvent: import('element-plus/es/utils
|
|
606
|
+
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
607
607
|
name: StringConstructor;
|
|
608
|
-
tabindex: import('element-plus/es/utils
|
|
608
|
+
tabindex: import('element-plus/es/utils').EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
609
609
|
filterMethod: FunctionConstructor;
|
|
610
610
|
remoteMethod: FunctionConstructor;
|
|
611
611
|
remoteShowSuffix: BooleanConstructor;
|
|
612
612
|
remote: BooleanConstructor;
|
|
613
613
|
filterable: BooleanConstructor;
|
|
614
614
|
emptyValues: ArrayConstructor;
|
|
615
|
-
valueOnClear: import('element-plus/es/utils
|
|
616
|
-
autocomplete: import('element-plus/es/utils
|
|
615
|
+
valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
616
|
+
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
617
617
|
automaticDropdown: BooleanConstructor;
|
|
618
|
-
effect: import('element-plus/es/utils
|
|
618
|
+
effect: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, string, boolean>;
|
|
619
619
|
allowCreate: BooleanConstructor;
|
|
620
620
|
loading: BooleanConstructor;
|
|
621
|
-
popperClass: import('element-plus/es/utils
|
|
622
|
-
popperOptions: import('element-plus/es/utils
|
|
621
|
+
popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
622
|
+
popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => Partial<Options>, boolean>;
|
|
623
623
|
loadingText: StringConstructor;
|
|
624
624
|
noMatchText: StringConstructor;
|
|
625
625
|
noDataText: StringConstructor;
|
|
626
626
|
multiple: BooleanConstructor;
|
|
627
|
-
multipleLimit: import('element-plus/es/utils
|
|
627
|
+
multipleLimit: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
628
628
|
placeholder: {
|
|
629
629
|
readonly type: import('vue').PropType<string>;
|
|
630
630
|
readonly required: false;
|
|
@@ -632,44 +632,44 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
632
632
|
__epPropKey: true;
|
|
633
633
|
};
|
|
634
634
|
defaultFirstOption: BooleanConstructor;
|
|
635
|
-
reserveKeyword: import('element-plus/es/utils
|
|
636
|
-
valueKey: import('element-plus/es/utils
|
|
635
|
+
reserveKeyword: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
636
|
+
valueKey: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
637
637
|
collapseTags: BooleanConstructor;
|
|
638
638
|
collapseTagsTooltip: BooleanConstructor;
|
|
639
|
-
maxCollapseTags: import('element-plus/es/utils
|
|
640
|
-
teleported: import('element-plus/es/utils
|
|
641
|
-
persistent: import('element-plus/es/utils
|
|
639
|
+
maxCollapseTags: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
640
|
+
teleported: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
641
|
+
persistent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
642
642
|
clearIcon: {
|
|
643
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
643
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
644
644
|
readonly required: false;
|
|
645
645
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
646
646
|
__epPropKey: true;
|
|
647
647
|
};
|
|
648
648
|
fitInputWidth: BooleanConstructor;
|
|
649
649
|
suffixIcon: {
|
|
650
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
650
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
651
651
|
readonly required: false;
|
|
652
652
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
653
653
|
__epPropKey: true;
|
|
654
654
|
};
|
|
655
655
|
tagType: {
|
|
656
656
|
default: string;
|
|
657
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
657
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
658
658
|
required: false;
|
|
659
659
|
validator: ((val: unknown) => boolean) | undefined;
|
|
660
660
|
__epPropKey: true;
|
|
661
661
|
};
|
|
662
662
|
tagEffect: {
|
|
663
663
|
default: string;
|
|
664
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
664
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
665
665
|
required: false;
|
|
666
666
|
validator: ((val: unknown) => boolean) | undefined;
|
|
667
667
|
__epPropKey: true;
|
|
668
668
|
};
|
|
669
|
-
showArrow: import('element-plus/es/utils
|
|
670
|
-
offset: import('element-plus/es/utils
|
|
671
|
-
placement: import('element-plus/es/utils
|
|
672
|
-
fallbackPlacements: import('element-plus/es/utils
|
|
669
|
+
showArrow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
670
|
+
offset: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
671
|
+
placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, string, boolean>;
|
|
672
|
+
fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, string[], boolean>;
|
|
673
673
|
appendTo: StringConstructor;
|
|
674
674
|
clearable: {
|
|
675
675
|
type: BooleanConstructor;
|
|
@@ -677,34 +677,34 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
677
677
|
};
|
|
678
678
|
fieldId: any;
|
|
679
679
|
formItemProps: {
|
|
680
|
-
type: import('vue').PropType<import('
|
|
680
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
681
681
|
default: () => {};
|
|
682
682
|
};
|
|
683
683
|
fieldProps: {
|
|
684
684
|
type: import('vue').PropType<{
|
|
685
|
-
options: import('vue').PropType<import('
|
|
685
|
+
options: import('vue').PropType<import('../../Select').SelectOptionType[]>;
|
|
686
686
|
ariaLabel: StringConstructor;
|
|
687
687
|
emptyValues: ArrayConstructor;
|
|
688
|
-
valueOnClear: import('element-plus/es/utils
|
|
688
|
+
valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
689
689
|
name: StringConstructor;
|
|
690
690
|
id: StringConstructor;
|
|
691
|
-
modelValue: import('element-plus/es/utils
|
|
692
|
-
autocomplete: import('element-plus/es/utils
|
|
691
|
+
modelValue: import('element-plus/es/utils').EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown, undefined, boolean>;
|
|
692
|
+
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
693
693
|
automaticDropdown: BooleanConstructor;
|
|
694
694
|
size: {
|
|
695
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
695
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
696
696
|
readonly required: false;
|
|
697
697
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
698
698
|
__epPropKey: true;
|
|
699
699
|
};
|
|
700
|
-
effect: import('element-plus/es/utils
|
|
700
|
+
effect: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, string, boolean>;
|
|
701
701
|
disabled: BooleanConstructor;
|
|
702
702
|
clearable: BooleanConstructor;
|
|
703
703
|
filterable: BooleanConstructor;
|
|
704
704
|
allowCreate: BooleanConstructor;
|
|
705
705
|
loading: BooleanConstructor;
|
|
706
|
-
popperClass: import('element-plus/es/utils
|
|
707
|
-
popperOptions: import('element-plus/es/utils
|
|
706
|
+
popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
707
|
+
popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => Partial<Options>, boolean>;
|
|
708
708
|
remote: BooleanConstructor;
|
|
709
709
|
loadingText: StringConstructor;
|
|
710
710
|
noMatchText: StringConstructor;
|
|
@@ -712,7 +712,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
712
712
|
remoteMethod: FunctionConstructor;
|
|
713
713
|
filterMethod: FunctionConstructor;
|
|
714
714
|
multiple: BooleanConstructor;
|
|
715
|
-
multipleLimit: import('element-plus/es/utils
|
|
715
|
+
multipleLimit: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
716
716
|
placeholder: {
|
|
717
717
|
readonly type: import('vue').PropType<string>;
|
|
718
718
|
readonly required: false;
|
|
@@ -720,47 +720,47 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
720
720
|
__epPropKey: true;
|
|
721
721
|
};
|
|
722
722
|
defaultFirstOption: BooleanConstructor;
|
|
723
|
-
reserveKeyword: import('element-plus/es/utils
|
|
724
|
-
valueKey: import('element-plus/es/utils
|
|
723
|
+
reserveKeyword: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
724
|
+
valueKey: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
725
725
|
collapseTags: BooleanConstructor;
|
|
726
726
|
collapseTagsTooltip: BooleanConstructor;
|
|
727
|
-
maxCollapseTags: import('element-plus/es/utils
|
|
728
|
-
teleported: import('element-plus/es/utils
|
|
729
|
-
persistent: import('element-plus/es/utils
|
|
727
|
+
maxCollapseTags: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
728
|
+
teleported: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
729
|
+
persistent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
730
730
|
clearIcon: {
|
|
731
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
731
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
732
732
|
readonly required: false;
|
|
733
733
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
734
734
|
__epPropKey: true;
|
|
735
735
|
};
|
|
736
736
|
fitInputWidth: BooleanConstructor;
|
|
737
737
|
suffixIcon: {
|
|
738
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
738
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
739
739
|
readonly required: false;
|
|
740
740
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
741
741
|
__epPropKey: true;
|
|
742
742
|
};
|
|
743
743
|
tagType: {
|
|
744
744
|
default: string;
|
|
745
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
745
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
746
746
|
required: false;
|
|
747
747
|
validator: ((val: unknown) => boolean) | undefined;
|
|
748
748
|
__epPropKey: true;
|
|
749
749
|
};
|
|
750
750
|
tagEffect: {
|
|
751
751
|
default: string;
|
|
752
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
752
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
753
753
|
required: false;
|
|
754
754
|
validator: ((val: unknown) => boolean) | undefined;
|
|
755
755
|
__epPropKey: true;
|
|
756
756
|
};
|
|
757
|
-
validateEvent: import('element-plus/es/utils
|
|
757
|
+
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
758
758
|
remoteShowSuffix: BooleanConstructor;
|
|
759
|
-
showArrow: import('element-plus/es/utils
|
|
760
|
-
offset: import('element-plus/es/utils
|
|
761
|
-
placement: import('element-plus/es/utils
|
|
762
|
-
fallbackPlacements: import('element-plus/es/utils
|
|
763
|
-
tabindex: import('element-plus/es/utils
|
|
759
|
+
showArrow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
760
|
+
offset: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
761
|
+
placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, string, boolean>;
|
|
762
|
+
fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, string[], boolean>;
|
|
763
|
+
tabindex: import('element-plus/es/utils').EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
764
764
|
appendTo: StringConstructor;
|
|
765
765
|
}>;
|
|
766
766
|
default: () => {};
|
|
@@ -779,18 +779,18 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
779
779
|
scrollLeft: number;
|
|
780
780
|
}) => any) | undefined;
|
|
781
781
|
}>, {
|
|
782
|
-
required: import('element-plus/es/utils
|
|
783
|
-
modelValue: import('element-plus/es/utils
|
|
782
|
+
required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
783
|
+
modelValue: import('element-plus/es/utils').EpPropMergeType<(StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown>;
|
|
784
784
|
disabled: boolean;
|
|
785
|
-
validateEvent: import('element-plus/es/utils
|
|
786
|
-
tabindex: import('element-plus/es/utils
|
|
785
|
+
validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
786
|
+
tabindex: import('element-plus/es/utils').EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
787
787
|
remoteShowSuffix: boolean;
|
|
788
788
|
remote: boolean;
|
|
789
789
|
filterable: boolean;
|
|
790
|
-
valueOnClear: import('element-plus/es/utils
|
|
790
|
+
valueOnClear: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
791
791
|
autocomplete: string;
|
|
792
792
|
automaticDropdown: boolean;
|
|
793
|
-
effect: import('element-plus/es/utils
|
|
793
|
+
effect: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown>;
|
|
794
794
|
clearable: boolean;
|
|
795
795
|
allowCreate: boolean;
|
|
796
796
|
loading: boolean;
|
|
@@ -799,50 +799,50 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
799
799
|
multiple: boolean;
|
|
800
800
|
multipleLimit: number;
|
|
801
801
|
defaultFirstOption: boolean;
|
|
802
|
-
reserveKeyword: import('element-plus/es/utils
|
|
802
|
+
reserveKeyword: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
803
803
|
valueKey: string;
|
|
804
804
|
collapseTags: boolean;
|
|
805
805
|
collapseTagsTooltip: boolean;
|
|
806
806
|
maxCollapseTags: number;
|
|
807
|
-
teleported: import('element-plus/es/utils
|
|
808
|
-
persistent: import('element-plus/es/utils
|
|
807
|
+
teleported: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
808
|
+
persistent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
809
809
|
fitInputWidth: boolean;
|
|
810
|
-
tagType: import('element-plus/es/utils
|
|
811
|
-
tagEffect: import('element-plus/es/utils
|
|
812
|
-
showArrow: import('element-plus/es/utils
|
|
810
|
+
tagType: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
811
|
+
tagEffect: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>;
|
|
812
|
+
showArrow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
813
813
|
offset: number;
|
|
814
814
|
placement: any;
|
|
815
815
|
fallbackPlacements: Placement[];
|
|
816
|
-
labelWidth: import('element-plus/es/utils
|
|
817
|
-
labelPosition: import('element-plus/es/utils
|
|
818
|
-
inlineMessage: import('element-plus/es/utils
|
|
819
|
-
showMessage: import('element-plus/es/utils
|
|
816
|
+
labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
817
|
+
labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
818
|
+
inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
819
|
+
showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
820
820
|
fieldId: any;
|
|
821
|
-
formItemProps: import('
|
|
821
|
+
formItemProps: import('../FormItem').FormItemPropsType;
|
|
822
822
|
fieldProps: {
|
|
823
|
-
options: import('vue').PropType<import('
|
|
823
|
+
options: import('vue').PropType<import('../../Select').SelectOptionType[]>;
|
|
824
824
|
ariaLabel: StringConstructor;
|
|
825
825
|
emptyValues: ArrayConstructor;
|
|
826
|
-
valueOnClear: import('element-plus/es/utils
|
|
826
|
+
valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
827
827
|
name: StringConstructor;
|
|
828
828
|
id: StringConstructor;
|
|
829
|
-
modelValue: import('element-plus/es/utils
|
|
830
|
-
autocomplete: import('element-plus/es/utils
|
|
829
|
+
modelValue: import('element-plus/es/utils').EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown, undefined, boolean>;
|
|
830
|
+
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
831
831
|
automaticDropdown: BooleanConstructor;
|
|
832
832
|
size: {
|
|
833
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
833
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
834
834
|
readonly required: false;
|
|
835
835
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
836
836
|
__epPropKey: true;
|
|
837
837
|
};
|
|
838
|
-
effect: import('element-plus/es/utils
|
|
838
|
+
effect: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, string, boolean>;
|
|
839
839
|
disabled: BooleanConstructor;
|
|
840
840
|
clearable: BooleanConstructor;
|
|
841
841
|
filterable: BooleanConstructor;
|
|
842
842
|
allowCreate: BooleanConstructor;
|
|
843
843
|
loading: BooleanConstructor;
|
|
844
|
-
popperClass: import('element-plus/es/utils
|
|
845
|
-
popperOptions: import('element-plus/es/utils
|
|
844
|
+
popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
845
|
+
popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => Partial<Options>, boolean>;
|
|
846
846
|
remote: BooleanConstructor;
|
|
847
847
|
loadingText: StringConstructor;
|
|
848
848
|
noMatchText: StringConstructor;
|
|
@@ -850,7 +850,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
850
850
|
remoteMethod: FunctionConstructor;
|
|
851
851
|
filterMethod: FunctionConstructor;
|
|
852
852
|
multiple: BooleanConstructor;
|
|
853
|
-
multipleLimit: import('element-plus/es/utils
|
|
853
|
+
multipleLimit: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
854
854
|
placeholder: {
|
|
855
855
|
readonly type: import('vue').PropType<string>;
|
|
856
856
|
readonly required: false;
|
|
@@ -858,47 +858,47 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
858
858
|
__epPropKey: true;
|
|
859
859
|
};
|
|
860
860
|
defaultFirstOption: BooleanConstructor;
|
|
861
|
-
reserveKeyword: import('element-plus/es/utils
|
|
862
|
-
valueKey: import('element-plus/es/utils
|
|
861
|
+
reserveKeyword: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
862
|
+
valueKey: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
863
863
|
collapseTags: BooleanConstructor;
|
|
864
864
|
collapseTagsTooltip: BooleanConstructor;
|
|
865
|
-
maxCollapseTags: import('element-plus/es/utils
|
|
866
|
-
teleported: import('element-plus/es/utils
|
|
867
|
-
persistent: import('element-plus/es/utils
|
|
865
|
+
maxCollapseTags: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
866
|
+
teleported: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
867
|
+
persistent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
868
868
|
clearIcon: {
|
|
869
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
869
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
870
870
|
readonly required: false;
|
|
871
871
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
872
872
|
__epPropKey: true;
|
|
873
873
|
};
|
|
874
874
|
fitInputWidth: BooleanConstructor;
|
|
875
875
|
suffixIcon: {
|
|
876
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
876
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
877
877
|
readonly required: false;
|
|
878
878
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
879
879
|
__epPropKey: true;
|
|
880
880
|
};
|
|
881
881
|
tagType: {
|
|
882
882
|
default: string;
|
|
883
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
883
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
884
884
|
required: false;
|
|
885
885
|
validator: ((val: unknown) => boolean) | undefined;
|
|
886
886
|
__epPropKey: true;
|
|
887
887
|
};
|
|
888
888
|
tagEffect: {
|
|
889
889
|
default: string;
|
|
890
|
-
type: import('vue').PropType<import('element-plus/es/utils
|
|
890
|
+
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
891
891
|
required: false;
|
|
892
892
|
validator: ((val: unknown) => boolean) | undefined;
|
|
893
893
|
__epPropKey: true;
|
|
894
894
|
};
|
|
895
|
-
validateEvent: import('element-plus/es/utils
|
|
895
|
+
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
896
896
|
remoteShowSuffix: BooleanConstructor;
|
|
897
|
-
showArrow: import('element-plus/es/utils
|
|
898
|
-
offset: import('element-plus/es/utils
|
|
899
|
-
placement: import('element-plus/es/utils
|
|
900
|
-
fallbackPlacements: import('element-plus/es/utils
|
|
901
|
-
tabindex: import('element-plus/es/utils
|
|
897
|
+
showArrow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
898
|
+
offset: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
899
|
+
placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, string, boolean>;
|
|
900
|
+
fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, string[], boolean>;
|
|
901
|
+
tabindex: import('element-plus/es/utils').EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
902
902
|
appendTo: StringConstructor;
|
|
903
903
|
};
|
|
904
904
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|