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