@hinen/pro-element-plus 1.1.1 → 1.2.1
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 +51 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +25 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +333 -59
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +162 -25
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +78 -36
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +36 -18
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useFixedHeader.d.ts +8 -0
- package/dist/components/DataTable/useFixedHeader.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +4 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Drawer/props.d.ts +211 -0
- package/dist/components/Drawer/props.d.ts.map +1 -0
- package/dist/components/Drawer/types.d.ts +14 -0
- package/dist/components/Drawer/types.d.ts.map +1 -0
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +858 -2660
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +358 -83
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +215 -356
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +93 -16
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +824 -465
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +93 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +44 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +509 -730
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +220 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +307 -357
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +133 -21
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +643 -631
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +270 -39
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +949 -461
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +391 -62
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +426 -858
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +184 -37
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +464 -861
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +200 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +515 -1164
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +226 -59
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +822 -462
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +47 -328
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +44 -9
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +44 -9
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Image/props.d.ts +76 -13
- package/dist/components/Image/props.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +213 -39
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +102 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +115 -26
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +53 -9
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +100 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +49 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +357 -63
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +174 -27
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +44 -44
- package/dist/index.js +1909 -2690
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { InputInstance, FormItemInstance } from 'element-plus';
|
|
2
|
+
|
|
1
3
|
declare function __VLS_template(): Readonly<Omit<Readonly<{
|
|
2
4
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
3
5
|
}> & {
|
|
@@ -39,32 +41,67 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
39
41
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
40
42
|
};
|
|
41
43
|
label: StringConstructor;
|
|
42
|
-
labelWidth:
|
|
43
|
-
|
|
44
|
+
labelWidth: {
|
|
45
|
+
readonly type: import('vue').PropType<string | number>;
|
|
46
|
+
readonly required: false;
|
|
47
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
+
__epPropKey: true;
|
|
49
|
+
} & {
|
|
50
|
+
readonly default: "";
|
|
51
|
+
};
|
|
52
|
+
labelPosition: {
|
|
53
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
54
|
+
readonly required: false;
|
|
55
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
+
__epPropKey: true;
|
|
57
|
+
} & {
|
|
58
|
+
readonly default: "";
|
|
59
|
+
};
|
|
44
60
|
prop: {
|
|
45
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
61
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
46
62
|
readonly required: false;
|
|
47
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
64
|
__epPropKey: true;
|
|
49
65
|
};
|
|
50
|
-
required:
|
|
66
|
+
required: {
|
|
67
|
+
readonly type: import('vue').PropType<boolean>;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: undefined;
|
|
73
|
+
};
|
|
51
74
|
rules: {
|
|
52
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
75
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
53
76
|
readonly required: false;
|
|
54
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
78
|
__epPropKey: true;
|
|
56
79
|
};
|
|
57
80
|
error: StringConstructor;
|
|
58
81
|
validateStatus: {
|
|
59
|
-
readonly type: import('vue').PropType<
|
|
82
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
83
|
+
readonly required: false;
|
|
84
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
|
+
__epPropKey: true;
|
|
86
|
+
};
|
|
87
|
+
inlineMessage: {
|
|
88
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
89
|
+
readonly required: false;
|
|
90
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
+
__epPropKey: true;
|
|
92
|
+
} & {
|
|
93
|
+
readonly default: "";
|
|
94
|
+
};
|
|
95
|
+
showMessage: {
|
|
96
|
+
readonly type: import('vue').PropType<boolean>;
|
|
60
97
|
readonly required: false;
|
|
61
98
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
99
|
__epPropKey: true;
|
|
100
|
+
} & {
|
|
101
|
+
readonly default: true;
|
|
63
102
|
};
|
|
64
|
-
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
65
|
-
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
66
103
|
size: {
|
|
67
|
-
readonly type: import('vue').PropType<
|
|
104
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
68
105
|
readonly required: false;
|
|
69
106
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
107
|
__epPropKey: true;
|
|
@@ -80,43 +117,81 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
80
117
|
};
|
|
81
118
|
max: NumberConstructor;
|
|
82
119
|
step: NumberConstructor;
|
|
120
|
+
inputmode: {
|
|
121
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
122
|
+
readonly required: false;
|
|
123
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
|
+
__epPropKey: true;
|
|
125
|
+
} & {
|
|
126
|
+
readonly default: undefined;
|
|
127
|
+
};
|
|
128
|
+
name: StringConstructor;
|
|
83
129
|
ariaLabel: StringConstructor;
|
|
84
|
-
id:
|
|
130
|
+
id: {
|
|
131
|
+
readonly type: import('vue').PropType<string>;
|
|
132
|
+
readonly required: false;
|
|
133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
|
+
__epPropKey: true;
|
|
135
|
+
} & {
|
|
136
|
+
readonly default: undefined;
|
|
137
|
+
};
|
|
85
138
|
size: {
|
|
86
|
-
readonly type: import('vue').PropType<
|
|
139
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
87
140
|
readonly required: false;
|
|
88
141
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
142
|
__epPropKey: true;
|
|
90
143
|
};
|
|
91
144
|
disabled: BooleanConstructor;
|
|
92
|
-
modelValue:
|
|
145
|
+
modelValue: {
|
|
146
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
147
|
+
readonly required: false;
|
|
148
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
|
+
__epPropKey: true;
|
|
150
|
+
} & {
|
|
151
|
+
readonly default: "";
|
|
152
|
+
};
|
|
93
153
|
maxlength: {
|
|
94
|
-
readonly type: import('vue').PropType<
|
|
154
|
+
readonly type: import('vue').PropType<string | number>;
|
|
95
155
|
readonly required: false;
|
|
96
156
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
157
|
__epPropKey: true;
|
|
98
158
|
};
|
|
99
159
|
minlength: {
|
|
100
|
-
readonly type: import('vue').PropType<
|
|
160
|
+
readonly type: import('vue').PropType<string | number>;
|
|
161
|
+
readonly required: false;
|
|
162
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
+
__epPropKey: true;
|
|
164
|
+
};
|
|
165
|
+
type: {
|
|
166
|
+
readonly type: import('vue').PropType<string>;
|
|
101
167
|
readonly required: false;
|
|
102
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
169
|
__epPropKey: true;
|
|
170
|
+
} & {
|
|
171
|
+
readonly default: "text";
|
|
104
172
|
};
|
|
105
|
-
type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
106
173
|
resize: {
|
|
107
|
-
readonly type: import('vue').PropType<
|
|
174
|
+
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
175
|
+
readonly required: false;
|
|
176
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
|
+
__epPropKey: true;
|
|
178
|
+
};
|
|
179
|
+
autosize: {
|
|
180
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
181
|
+
readonly required: false;
|
|
182
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
|
+
__epPropKey: true;
|
|
184
|
+
} & {
|
|
185
|
+
readonly default: false;
|
|
186
|
+
};
|
|
187
|
+
autocomplete: {
|
|
188
|
+
readonly type: import('vue').PropType<string>;
|
|
108
189
|
readonly required: false;
|
|
109
190
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
191
|
__epPropKey: true;
|
|
192
|
+
} & {
|
|
193
|
+
readonly default: "off";
|
|
111
194
|
};
|
|
112
|
-
autosize: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
113
|
-
minRows?: number;
|
|
114
|
-
maxRows?: number;
|
|
115
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
116
|
-
minRows?: number;
|
|
117
|
-
maxRows?: number;
|
|
118
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
119
|
-
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
120
195
|
formatter: {
|
|
121
196
|
readonly type: import('vue').PropType<Function>;
|
|
122
197
|
readonly required: false;
|
|
@@ -146,22 +221,50 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
146
221
|
showPassword: BooleanConstructor;
|
|
147
222
|
showWordLimit: BooleanConstructor;
|
|
148
223
|
suffixIcon: {
|
|
149
|
-
readonly type: import('vue').PropType<
|
|
224
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
150
225
|
readonly required: false;
|
|
151
226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
227
|
__epPropKey: true;
|
|
153
228
|
};
|
|
154
229
|
prefixIcon: {
|
|
155
|
-
readonly type: import('vue').PropType<
|
|
230
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
231
|
+
readonly required: false;
|
|
232
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
+
__epPropKey: true;
|
|
234
|
+
};
|
|
235
|
+
containerRole: {
|
|
236
|
+
readonly type: import('vue').PropType<string>;
|
|
237
|
+
readonly required: false;
|
|
238
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
+
__epPropKey: true;
|
|
240
|
+
} & {
|
|
241
|
+
readonly default: undefined;
|
|
242
|
+
};
|
|
243
|
+
tabindex: {
|
|
244
|
+
readonly type: import('vue').PropType<string | number>;
|
|
245
|
+
readonly required: false;
|
|
246
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
|
+
__epPropKey: true;
|
|
248
|
+
} & {
|
|
249
|
+
readonly default: 0;
|
|
250
|
+
};
|
|
251
|
+
validateEvent: {
|
|
252
|
+
readonly type: import('vue').PropType<boolean>;
|
|
156
253
|
readonly required: false;
|
|
157
254
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
255
|
__epPropKey: true;
|
|
256
|
+
} & {
|
|
257
|
+
readonly default: true;
|
|
159
258
|
};
|
|
160
|
-
containerRole: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
161
|
-
tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
162
|
-
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
163
259
|
autofocus: BooleanConstructor;
|
|
164
|
-
rows:
|
|
260
|
+
rows: {
|
|
261
|
+
readonly type: import('vue').PropType<number>;
|
|
262
|
+
readonly required: false;
|
|
263
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
|
+
__epPropKey: true;
|
|
265
|
+
} & {
|
|
266
|
+
readonly default: 2;
|
|
267
|
+
};
|
|
165
268
|
}, "size" | "id" | "clearable"> & {
|
|
166
269
|
clearable: {
|
|
167
270
|
type: BooleanConstructor;
|
|
@@ -184,1146 +287,160 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
184
287
|
};
|
|
185
288
|
max: NumberConstructor;
|
|
186
289
|
step: NumberConstructor;
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
size: {
|
|
190
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
191
|
-
readonly required: false;
|
|
192
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
193
|
-
__epPropKey: true;
|
|
194
|
-
};
|
|
195
|
-
disabled: BooleanConstructor;
|
|
196
|
-
modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
197
|
-
maxlength: {
|
|
198
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
199
|
-
readonly required: false;
|
|
200
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
|
-
__epPropKey: true;
|
|
202
|
-
};
|
|
203
|
-
minlength: {
|
|
204
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
205
|
-
readonly required: false;
|
|
206
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
207
|
-
__epPropKey: true;
|
|
208
|
-
};
|
|
209
|
-
type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
210
|
-
resize: {
|
|
211
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
212
|
-
readonly required: false;
|
|
213
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
-
__epPropKey: true;
|
|
215
|
-
};
|
|
216
|
-
autosize: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
217
|
-
minRows?: number;
|
|
218
|
-
maxRows?: number;
|
|
219
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
220
|
-
minRows?: number;
|
|
221
|
-
maxRows?: number;
|
|
222
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
223
|
-
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
224
|
-
formatter: {
|
|
225
|
-
readonly type: import('vue').PropType<Function>;
|
|
226
|
-
readonly required: false;
|
|
227
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
|
-
__epPropKey: true;
|
|
229
|
-
};
|
|
230
|
-
parser: {
|
|
231
|
-
readonly type: import('vue').PropType<Function>;
|
|
290
|
+
inputmode: {
|
|
291
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
232
292
|
readonly required: false;
|
|
233
293
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
234
294
|
__epPropKey: true;
|
|
295
|
+
} & {
|
|
296
|
+
readonly default: undefined;
|
|
235
297
|
};
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
-
__epPropKey: true;
|
|
241
|
-
};
|
|
242
|
-
form: {
|
|
298
|
+
name: StringConstructor;
|
|
299
|
+
ariaLabel: StringConstructor;
|
|
300
|
+
id: {
|
|
243
301
|
readonly type: import('vue').PropType<string>;
|
|
244
302
|
readonly required: false;
|
|
245
303
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
304
|
__epPropKey: true;
|
|
305
|
+
} & {
|
|
306
|
+
readonly default: undefined;
|
|
247
307
|
};
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
showPassword: BooleanConstructor;
|
|
251
|
-
showWordLimit: BooleanConstructor;
|
|
252
|
-
suffixIcon: {
|
|
253
|
-
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>>;
|
|
254
|
-
readonly required: false;
|
|
255
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
256
|
-
__epPropKey: true;
|
|
257
|
-
};
|
|
258
|
-
prefixIcon: {
|
|
259
|
-
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>>;
|
|
260
|
-
readonly required: false;
|
|
261
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
262
|
-
__epPropKey: true;
|
|
263
|
-
};
|
|
264
|
-
containerRole: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
265
|
-
tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
266
|
-
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
267
|
-
autofocus: BooleanConstructor;
|
|
268
|
-
rows: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
269
|
-
}>;
|
|
270
|
-
default: () => {};
|
|
271
|
-
};
|
|
272
|
-
}>, {
|
|
273
|
-
formItem: import('vue').ShallowRef<({
|
|
274
|
-
$: import('vue').ComponentInternalInstance;
|
|
275
|
-
$data: {};
|
|
276
|
-
$props: Partial<{
|
|
277
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
278
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
279
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
280
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
281
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
282
|
-
}> & Omit<{
|
|
283
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
284
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
285
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
286
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
287
|
-
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
288
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
289
|
-
readonly label?: string | undefined;
|
|
290
|
-
readonly for?: string | undefined;
|
|
291
|
-
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;
|
|
292
|
-
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;
|
|
293
|
-
readonly error?: string | undefined;
|
|
294
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
295
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
296
|
-
$attrs: {
|
|
297
|
-
[x: string]: unknown;
|
|
298
|
-
};
|
|
299
|
-
$refs: {
|
|
300
|
-
[x: string]: unknown;
|
|
301
|
-
};
|
|
302
|
-
$slots: Readonly<{
|
|
303
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
304
|
-
}>;
|
|
305
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
306
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
307
|
-
$host: Element | null;
|
|
308
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
309
|
-
$el: any;
|
|
310
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
311
|
-
readonly label: StringConstructor;
|
|
312
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
313
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
314
|
-
readonly prop: {
|
|
315
|
-
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>>;
|
|
316
|
-
readonly required: false;
|
|
317
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
318
|
-
__epPropKey: true;
|
|
319
|
-
};
|
|
320
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
321
|
-
readonly rules: {
|
|
322
|
-
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>>;
|
|
323
|
-
readonly required: false;
|
|
324
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
325
|
-
__epPropKey: true;
|
|
326
|
-
};
|
|
327
|
-
readonly error: StringConstructor;
|
|
328
|
-
readonly validateStatus: {
|
|
329
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
330
|
-
readonly required: false;
|
|
331
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
332
|
-
__epPropKey: true;
|
|
333
|
-
};
|
|
334
|
-
readonly for: StringConstructor;
|
|
335
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
336
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
337
|
-
readonly size: {
|
|
338
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
339
|
-
readonly required: false;
|
|
340
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
-
__epPropKey: true;
|
|
342
|
-
};
|
|
343
|
-
}>>, {
|
|
344
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
345
|
-
validateMessage: import('vue').Ref<string>;
|
|
346
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
347
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
348
|
-
clearValidate: () => void;
|
|
349
|
-
resetField: () => void;
|
|
350
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
351
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
352
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
353
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
354
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
355
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
356
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
357
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
358
|
-
created?: (() => void) | (() => void)[];
|
|
359
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
360
|
-
mounted?: (() => void) | (() => void)[];
|
|
361
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
362
|
-
updated?: (() => void) | (() => void)[];
|
|
363
|
-
activated?: (() => void) | (() => void)[];
|
|
364
|
-
deactivated?: (() => void) | (() => void)[];
|
|
365
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
366
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
367
|
-
destroyed?: (() => void) | (() => void)[];
|
|
368
|
-
unmounted?: (() => void) | (() => void)[];
|
|
369
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
370
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
371
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
372
|
-
};
|
|
373
|
-
$forceUpdate: () => void;
|
|
374
|
-
$nextTick: typeof import('vue').nextTick;
|
|
375
|
-
$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;
|
|
376
|
-
} & Readonly<{
|
|
377
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
378
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
379
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
380
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
381
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
382
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
383
|
-
readonly label: StringConstructor;
|
|
384
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
385
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
386
|
-
readonly prop: {
|
|
387
|
-
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>>;
|
|
388
|
-
readonly required: false;
|
|
389
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
390
|
-
__epPropKey: true;
|
|
391
|
-
};
|
|
392
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
393
|
-
readonly rules: {
|
|
394
|
-
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>>;
|
|
395
|
-
readonly required: false;
|
|
396
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
|
-
__epPropKey: true;
|
|
398
|
-
};
|
|
399
|
-
readonly error: StringConstructor;
|
|
400
|
-
readonly validateStatus: {
|
|
401
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
402
|
-
readonly required: false;
|
|
403
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
404
|
-
__epPropKey: true;
|
|
405
|
-
};
|
|
406
|
-
readonly for: StringConstructor;
|
|
407
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
408
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
409
|
-
readonly size: {
|
|
410
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
411
|
-
readonly required: false;
|
|
412
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
-
__epPropKey: true;
|
|
414
|
-
};
|
|
415
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
416
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
417
|
-
validateMessage: import('vue').Ref<string>;
|
|
418
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
419
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
420
|
-
clearValidate: () => void;
|
|
421
|
-
resetField: () => void;
|
|
422
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
423
|
-
$slots: {
|
|
424
|
-
label?(_: {
|
|
425
|
-
label: string;
|
|
426
|
-
}): any;
|
|
427
|
-
default?(_: {}): any;
|
|
428
|
-
error?(_: {
|
|
429
|
-
error: string;
|
|
430
|
-
}): any;
|
|
431
|
-
};
|
|
432
|
-
}) | undefined, ({
|
|
433
|
-
$: import('vue').ComponentInternalInstance;
|
|
434
|
-
$data: {};
|
|
435
|
-
$props: Partial<{
|
|
436
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
437
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
438
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
439
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
440
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
441
|
-
}> & Omit<{
|
|
442
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
443
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
444
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
445
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
446
|
-
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
447
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
448
|
-
readonly label?: string | undefined;
|
|
449
|
-
readonly for?: string | undefined;
|
|
450
|
-
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;
|
|
451
|
-
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;
|
|
452
|
-
readonly error?: string | undefined;
|
|
453
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
454
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
455
|
-
$attrs: {
|
|
456
|
-
[x: string]: unknown;
|
|
457
|
-
};
|
|
458
|
-
$refs: {
|
|
459
|
-
[x: string]: unknown;
|
|
460
|
-
};
|
|
461
|
-
$slots: Readonly<{
|
|
462
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
463
|
-
}>;
|
|
464
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
465
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
466
|
-
$host: Element | null;
|
|
467
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
468
|
-
$el: any;
|
|
469
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
470
|
-
readonly label: StringConstructor;
|
|
471
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
472
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
473
|
-
readonly prop: {
|
|
474
|
-
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>>;
|
|
308
|
+
size: {
|
|
309
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
475
310
|
readonly required: false;
|
|
476
311
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
477
312
|
__epPropKey: true;
|
|
478
313
|
};
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
readonly type: import('vue').PropType<
|
|
314
|
+
disabled: BooleanConstructor;
|
|
315
|
+
modelValue: {
|
|
316
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
482
317
|
readonly required: false;
|
|
483
318
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
484
319
|
__epPropKey: true;
|
|
320
|
+
} & {
|
|
321
|
+
readonly default: "";
|
|
485
322
|
};
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
323
|
+
maxlength: {
|
|
324
|
+
readonly type: import('vue').PropType<string | number>;
|
|
489
325
|
readonly required: false;
|
|
490
326
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
327
|
__epPropKey: true;
|
|
492
328
|
};
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
496
|
-
readonly size: {
|
|
497
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
329
|
+
minlength: {
|
|
330
|
+
readonly type: import('vue').PropType<string | number>;
|
|
498
331
|
readonly required: false;
|
|
499
332
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
500
333
|
__epPropKey: true;
|
|
501
334
|
};
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
validateMessage: import('vue').Ref<string>;
|
|
505
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
506
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
507
|
-
clearValidate: () => void;
|
|
508
|
-
resetField: () => void;
|
|
509
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
510
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
511
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
512
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
513
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
514
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
515
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
516
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
517
|
-
created?: (() => void) | (() => void)[];
|
|
518
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
519
|
-
mounted?: (() => void) | (() => void)[];
|
|
520
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
521
|
-
updated?: (() => void) | (() => void)[];
|
|
522
|
-
activated?: (() => void) | (() => void)[];
|
|
523
|
-
deactivated?: (() => void) | (() => void)[];
|
|
524
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
525
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
526
|
-
destroyed?: (() => void) | (() => void)[];
|
|
527
|
-
unmounted?: (() => void) | (() => void)[];
|
|
528
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
529
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
530
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
531
|
-
};
|
|
532
|
-
$forceUpdate: () => void;
|
|
533
|
-
$nextTick: typeof import('vue').nextTick;
|
|
534
|
-
$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;
|
|
535
|
-
} & Readonly<{
|
|
536
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
537
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
538
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
539
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
540
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
541
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
542
|
-
readonly label: StringConstructor;
|
|
543
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
544
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
545
|
-
readonly prop: {
|
|
546
|
-
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>>;
|
|
547
|
-
readonly required: false;
|
|
548
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
549
|
-
__epPropKey: true;
|
|
550
|
-
};
|
|
551
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
552
|
-
readonly rules: {
|
|
553
|
-
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>>;
|
|
554
|
-
readonly required: false;
|
|
555
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
556
|
-
__epPropKey: true;
|
|
557
|
-
};
|
|
558
|
-
readonly error: StringConstructor;
|
|
559
|
-
readonly validateStatus: {
|
|
560
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
561
|
-
readonly required: false;
|
|
562
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
563
|
-
__epPropKey: true;
|
|
564
|
-
};
|
|
565
|
-
readonly for: StringConstructor;
|
|
566
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
567
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
568
|
-
readonly size: {
|
|
569
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
570
|
-
readonly required: false;
|
|
571
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
-
__epPropKey: true;
|
|
573
|
-
};
|
|
574
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
575
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
576
|
-
validateMessage: import('vue').Ref<string>;
|
|
577
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
578
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
579
|
-
clearValidate: () => void;
|
|
580
|
-
resetField: () => void;
|
|
581
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
582
|
-
$slots: {
|
|
583
|
-
label?(_: {
|
|
584
|
-
label: string;
|
|
585
|
-
}): any;
|
|
586
|
-
default?(_: {}): any;
|
|
587
|
-
error?(_: {
|
|
588
|
-
error: string;
|
|
589
|
-
}): any;
|
|
590
|
-
};
|
|
591
|
-
}) | undefined>;
|
|
592
|
-
field: import('vue').ShallowRef<({
|
|
593
|
-
$: import('vue').ComponentInternalInstance;
|
|
594
|
-
$data: {};
|
|
595
|
-
$props: Partial<{
|
|
596
|
-
readonly disabled: boolean;
|
|
597
|
-
readonly id: string;
|
|
598
|
-
readonly type: string;
|
|
599
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
600
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
601
|
-
readonly readonly: boolean;
|
|
602
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
603
|
-
readonly autocomplete: string;
|
|
604
|
-
readonly containerRole: string;
|
|
605
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
606
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
607
|
-
readonly rows: number;
|
|
608
|
-
readonly clearable: boolean;
|
|
609
|
-
readonly showPassword: boolean;
|
|
610
|
-
readonly showWordLimit: boolean;
|
|
611
|
-
readonly autofocus: boolean;
|
|
612
|
-
}> & Omit<{
|
|
613
|
-
readonly type: string;
|
|
614
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
615
|
-
readonly disabled: boolean;
|
|
616
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
617
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
618
|
-
readonly autocomplete: string;
|
|
619
|
-
readonly clearable: boolean;
|
|
620
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
621
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
622
|
-
readonly readonly: boolean;
|
|
623
|
-
readonly showPassword: boolean;
|
|
624
|
-
readonly showWordLimit: boolean;
|
|
625
|
-
readonly autofocus: boolean;
|
|
626
|
-
readonly rows: number;
|
|
627
|
-
readonly ariaLabel?: string | undefined;
|
|
628
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
629
|
-
readonly id?: string | undefined;
|
|
630
|
-
readonly placeholder?: string | undefined;
|
|
631
|
-
readonly suffixIcon?: 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> | undefined;
|
|
632
|
-
readonly form?: string | undefined;
|
|
633
|
-
readonly maxlength?: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
634
|
-
readonly minlength?: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
635
|
-
readonly resize?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
636
|
-
readonly formatter?: Function | undefined;
|
|
637
|
-
readonly parser?: Function | undefined;
|
|
638
|
-
readonly prefixIcon?: 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> | undefined;
|
|
639
|
-
readonly containerRole?: string | undefined;
|
|
640
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
641
|
-
onChange?: ((value: string) => any) | undefined | undefined;
|
|
642
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
643
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
644
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
645
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
646
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
647
|
-
onInput?: ((value: string) => any) | undefined | undefined;
|
|
648
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
649
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
650
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
651
|
-
onClear?: (() => any) | undefined | undefined;
|
|
652
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "disabled" | "validateEvent" | "id" | "tabindex" | "autocomplete" | "clearable" | "inputStyle" | "autosize" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "autofocus" | "rows">;
|
|
653
|
-
$attrs: {
|
|
654
|
-
[x: string]: unknown;
|
|
655
|
-
};
|
|
656
|
-
$refs: {
|
|
657
|
-
[x: string]: unknown;
|
|
658
|
-
};
|
|
659
|
-
$slots: Readonly<{
|
|
660
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
661
|
-
}>;
|
|
662
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
663
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
664
|
-
$host: Element | null;
|
|
665
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "clear") => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
666
|
-
$el: any;
|
|
667
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
668
|
-
readonly ariaLabel: StringConstructor;
|
|
669
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
670
|
-
readonly size: {
|
|
671
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
335
|
+
type: {
|
|
336
|
+
readonly type: import('vue').PropType<string>;
|
|
672
337
|
readonly required: false;
|
|
673
338
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
674
339
|
__epPropKey: true;
|
|
340
|
+
} & {
|
|
341
|
+
readonly default: "text";
|
|
675
342
|
};
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
readonly maxlength: {
|
|
679
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
343
|
+
resize: {
|
|
344
|
+
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
680
345
|
readonly required: false;
|
|
681
346
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
682
347
|
__epPropKey: true;
|
|
683
348
|
};
|
|
684
|
-
|
|
685
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
349
|
+
autosize: {
|
|
350
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
686
351
|
readonly required: false;
|
|
687
352
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
688
353
|
__epPropKey: true;
|
|
354
|
+
} & {
|
|
355
|
+
readonly default: false;
|
|
689
356
|
};
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
357
|
+
autocomplete: {
|
|
358
|
+
readonly type: import('vue').PropType<string>;
|
|
693
359
|
readonly required: false;
|
|
694
360
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
695
361
|
__epPropKey: true;
|
|
362
|
+
} & {
|
|
363
|
+
readonly default: "off";
|
|
696
364
|
};
|
|
697
|
-
|
|
698
|
-
minRows?: number;
|
|
699
|
-
maxRows?: number;
|
|
700
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
701
|
-
minRows?: number;
|
|
702
|
-
maxRows?: number;
|
|
703
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
704
|
-
readonly autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
705
|
-
readonly formatter: {
|
|
365
|
+
formatter: {
|
|
706
366
|
readonly type: import('vue').PropType<Function>;
|
|
707
367
|
readonly required: false;
|
|
708
368
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
369
|
__epPropKey: true;
|
|
710
370
|
};
|
|
711
|
-
|
|
371
|
+
parser: {
|
|
712
372
|
readonly type: import('vue').PropType<Function>;
|
|
713
373
|
readonly required: false;
|
|
714
374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
715
375
|
__epPropKey: true;
|
|
716
376
|
};
|
|
717
|
-
|
|
377
|
+
placeholder: {
|
|
718
378
|
readonly type: import('vue').PropType<string>;
|
|
719
379
|
readonly required: false;
|
|
720
380
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
721
381
|
__epPropKey: true;
|
|
722
382
|
};
|
|
723
|
-
|
|
383
|
+
form: {
|
|
724
384
|
readonly type: import('vue').PropType<string>;
|
|
725
385
|
readonly required: false;
|
|
726
386
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
727
387
|
__epPropKey: true;
|
|
728
388
|
};
|
|
729
|
-
readonly
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
readonly type: import('vue').PropType<
|
|
735
|
-
readonly required: false;
|
|
736
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
737
|
-
__epPropKey: true;
|
|
738
|
-
};
|
|
739
|
-
readonly prefixIcon: {
|
|
740
|
-
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>>;
|
|
741
|
-
readonly required: false;
|
|
742
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
743
|
-
__epPropKey: true;
|
|
744
|
-
};
|
|
745
|
-
readonly containerRole: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
746
|
-
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
747
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
748
|
-
readonly inputStyle: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils').Mutable<{}>, boolean>;
|
|
749
|
-
readonly autofocus: BooleanConstructor;
|
|
750
|
-
readonly rows: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
751
|
-
}>> & {
|
|
752
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
753
|
-
onChange?: ((value: string) => any) | undefined;
|
|
754
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
755
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
756
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
757
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
758
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
759
|
-
onInput?: ((value: string) => any) | undefined;
|
|
760
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
761
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
762
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
763
|
-
onClear?: (() => any) | undefined;
|
|
764
|
-
}, {
|
|
765
|
-
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
766
|
-
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
767
|
-
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
768
|
-
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
769
|
-
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
770
|
-
isComposing: import('vue').Ref<boolean>;
|
|
771
|
-
focus: () => void | undefined;
|
|
772
|
-
blur: () => void | undefined;
|
|
773
|
-
select: () => void;
|
|
774
|
-
clear: () => void;
|
|
775
|
-
resizeTextarea: () => void;
|
|
776
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
777
|
-
input: (value: string) => void;
|
|
778
|
-
clear: () => void;
|
|
779
|
-
"update:modelValue": (value: string) => void;
|
|
780
|
-
change: (value: string) => void;
|
|
781
|
-
blur: (evt: FocusEvent) => void;
|
|
782
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
783
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
784
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
785
|
-
focus: (evt: FocusEvent) => void;
|
|
786
|
-
keydown: (evt: Event | KeyboardEvent) => void;
|
|
787
|
-
mouseenter: (evt: MouseEvent) => void;
|
|
788
|
-
mouseleave: (evt: MouseEvent) => void;
|
|
789
|
-
}, string, {
|
|
790
|
-
readonly disabled: boolean;
|
|
791
|
-
readonly id: string;
|
|
792
|
-
readonly type: string;
|
|
793
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
794
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
795
|
-
readonly readonly: boolean;
|
|
796
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
797
|
-
readonly autocomplete: string;
|
|
798
|
-
readonly containerRole: string;
|
|
799
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
800
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
801
|
-
readonly rows: number;
|
|
802
|
-
readonly clearable: boolean;
|
|
803
|
-
readonly showPassword: boolean;
|
|
804
|
-
readonly showWordLimit: boolean;
|
|
805
|
-
readonly autofocus: boolean;
|
|
806
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
807
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
808
|
-
created?: (() => void) | (() => void)[];
|
|
809
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
810
|
-
mounted?: (() => void) | (() => void)[];
|
|
811
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
812
|
-
updated?: (() => void) | (() => void)[];
|
|
813
|
-
activated?: (() => void) | (() => void)[];
|
|
814
|
-
deactivated?: (() => void) | (() => void)[];
|
|
815
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
816
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
817
|
-
destroyed?: (() => void) | (() => void)[];
|
|
818
|
-
unmounted?: (() => void) | (() => void)[];
|
|
819
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
820
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
821
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
822
|
-
};
|
|
823
|
-
$forceUpdate: () => void;
|
|
824
|
-
$nextTick: typeof import('vue').nextTick;
|
|
825
|
-
$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;
|
|
826
|
-
} & Readonly<{
|
|
827
|
-
readonly disabled: boolean;
|
|
828
|
-
readonly id: string;
|
|
829
|
-
readonly type: string;
|
|
830
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
831
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
832
|
-
readonly readonly: boolean;
|
|
833
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
834
|
-
readonly autocomplete: string;
|
|
835
|
-
readonly containerRole: string;
|
|
836
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
837
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
838
|
-
readonly rows: number;
|
|
839
|
-
readonly clearable: boolean;
|
|
840
|
-
readonly showPassword: boolean;
|
|
841
|
-
readonly showWordLimit: boolean;
|
|
842
|
-
readonly autofocus: boolean;
|
|
843
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
844
|
-
readonly ariaLabel: StringConstructor;
|
|
845
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
846
|
-
readonly size: {
|
|
847
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
848
|
-
readonly required: false;
|
|
849
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
850
|
-
__epPropKey: true;
|
|
851
|
-
};
|
|
852
|
-
readonly disabled: BooleanConstructor;
|
|
853
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
854
|
-
readonly maxlength: {
|
|
855
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
856
|
-
readonly required: false;
|
|
857
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
858
|
-
__epPropKey: true;
|
|
859
|
-
};
|
|
860
|
-
readonly minlength: {
|
|
861
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
862
|
-
readonly required: false;
|
|
863
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
864
|
-
__epPropKey: true;
|
|
865
|
-
};
|
|
866
|
-
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
867
|
-
readonly resize: {
|
|
868
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
869
|
-
readonly required: false;
|
|
870
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
871
|
-
__epPropKey: true;
|
|
872
|
-
};
|
|
873
|
-
readonly autosize: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
874
|
-
minRows?: number;
|
|
875
|
-
maxRows?: number;
|
|
876
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
877
|
-
minRows?: number;
|
|
878
|
-
maxRows?: number;
|
|
879
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
880
|
-
readonly autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
881
|
-
readonly formatter: {
|
|
882
|
-
readonly type: import('vue').PropType<Function>;
|
|
883
|
-
readonly required: false;
|
|
884
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
885
|
-
__epPropKey: true;
|
|
886
|
-
};
|
|
887
|
-
readonly parser: {
|
|
888
|
-
readonly type: import('vue').PropType<Function>;
|
|
889
|
-
readonly required: false;
|
|
890
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
891
|
-
__epPropKey: true;
|
|
892
|
-
};
|
|
893
|
-
readonly placeholder: {
|
|
894
|
-
readonly type: import('vue').PropType<string>;
|
|
895
|
-
readonly required: false;
|
|
896
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
|
-
__epPropKey: true;
|
|
898
|
-
};
|
|
899
|
-
readonly form: {
|
|
900
|
-
readonly type: import('vue').PropType<string>;
|
|
901
|
-
readonly required: false;
|
|
902
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
903
|
-
__epPropKey: true;
|
|
904
|
-
};
|
|
905
|
-
readonly readonly: BooleanConstructor;
|
|
906
|
-
readonly clearable: BooleanConstructor;
|
|
907
|
-
readonly showPassword: BooleanConstructor;
|
|
908
|
-
readonly showWordLimit: BooleanConstructor;
|
|
909
|
-
readonly suffixIcon: {
|
|
910
|
-
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>>;
|
|
911
|
-
readonly required: false;
|
|
912
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
913
|
-
__epPropKey: true;
|
|
914
|
-
};
|
|
915
|
-
readonly prefixIcon: {
|
|
916
|
-
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>>;
|
|
917
|
-
readonly required: false;
|
|
918
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
919
|
-
__epPropKey: true;
|
|
920
|
-
};
|
|
921
|
-
readonly containerRole: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
922
|
-
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
923
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
924
|
-
readonly inputStyle: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils').Mutable<{}>, boolean>;
|
|
925
|
-
readonly autofocus: BooleanConstructor;
|
|
926
|
-
readonly rows: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
927
|
-
}>> & {
|
|
928
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
929
|
-
onChange?: ((value: string) => any) | undefined;
|
|
930
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
931
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
932
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
933
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
934
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
935
|
-
onInput?: ((value: string) => any) | undefined;
|
|
936
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
937
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
938
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
939
|
-
onClear?: (() => any) | undefined;
|
|
940
|
-
}, "type" | "modelValue" | "disabled" | "validateEvent" | "id" | "tabindex" | "ref" | "autocomplete" | "clearable" | "clear" | "focus" | "blur" | "select" | "inputStyle" | "input" | "textarea" | "autosize" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "autofocus" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
941
|
-
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
942
|
-
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
943
|
-
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
944
|
-
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
945
|
-
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
946
|
-
isComposing: import('vue').Ref<boolean>;
|
|
947
|
-
focus: () => void | undefined;
|
|
948
|
-
blur: () => void | undefined;
|
|
949
|
-
select: () => void;
|
|
950
|
-
clear: () => void;
|
|
951
|
-
resizeTextarea: () => void;
|
|
952
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
953
|
-
$slots: {
|
|
954
|
-
prepend?(_: {}): any;
|
|
955
|
-
prefix?(_: {}): any;
|
|
956
|
-
suffix?(_: {}): any;
|
|
957
|
-
append?(_: {}): any;
|
|
958
|
-
};
|
|
959
|
-
}) | undefined, ({
|
|
960
|
-
$: import('vue').ComponentInternalInstance;
|
|
961
|
-
$data: {};
|
|
962
|
-
$props: Partial<{
|
|
963
|
-
readonly disabled: boolean;
|
|
964
|
-
readonly id: string;
|
|
965
|
-
readonly type: string;
|
|
966
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
967
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
968
|
-
readonly readonly: boolean;
|
|
969
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
970
|
-
readonly autocomplete: string;
|
|
971
|
-
readonly containerRole: string;
|
|
972
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
973
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
974
|
-
readonly rows: number;
|
|
975
|
-
readonly clearable: boolean;
|
|
976
|
-
readonly showPassword: boolean;
|
|
977
|
-
readonly showWordLimit: boolean;
|
|
978
|
-
readonly autofocus: boolean;
|
|
979
|
-
}> & Omit<{
|
|
980
|
-
readonly type: string;
|
|
981
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
982
|
-
readonly disabled: boolean;
|
|
983
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
984
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
985
|
-
readonly autocomplete: string;
|
|
986
|
-
readonly clearable: boolean;
|
|
987
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
988
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
989
|
-
readonly readonly: boolean;
|
|
990
|
-
readonly showPassword: boolean;
|
|
991
|
-
readonly showWordLimit: boolean;
|
|
992
|
-
readonly autofocus: boolean;
|
|
993
|
-
readonly rows: number;
|
|
994
|
-
readonly ariaLabel?: string | undefined;
|
|
995
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
996
|
-
readonly id?: string | undefined;
|
|
997
|
-
readonly placeholder?: string | undefined;
|
|
998
|
-
readonly suffixIcon?: 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> | undefined;
|
|
999
|
-
readonly form?: string | undefined;
|
|
1000
|
-
readonly maxlength?: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
1001
|
-
readonly minlength?: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
1002
|
-
readonly resize?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
1003
|
-
readonly formatter?: Function | undefined;
|
|
1004
|
-
readonly parser?: Function | undefined;
|
|
1005
|
-
readonly prefixIcon?: 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> | undefined;
|
|
1006
|
-
readonly containerRole?: string | undefined;
|
|
1007
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
1008
|
-
onChange?: ((value: string) => any) | undefined | undefined;
|
|
1009
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1010
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1011
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1012
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1013
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1014
|
-
onInput?: ((value: string) => any) | undefined | undefined;
|
|
1015
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
1016
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1017
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1018
|
-
onClear?: (() => any) | undefined | undefined;
|
|
1019
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "disabled" | "validateEvent" | "id" | "tabindex" | "autocomplete" | "clearable" | "inputStyle" | "autosize" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "autofocus" | "rows">;
|
|
1020
|
-
$attrs: {
|
|
1021
|
-
[x: string]: unknown;
|
|
1022
|
-
};
|
|
1023
|
-
$refs: {
|
|
1024
|
-
[x: string]: unknown;
|
|
1025
|
-
};
|
|
1026
|
-
$slots: Readonly<{
|
|
1027
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
1028
|
-
}>;
|
|
1029
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
1030
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
1031
|
-
$host: Element | null;
|
|
1032
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "clear") => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
1033
|
-
$el: any;
|
|
1034
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1035
|
-
readonly ariaLabel: StringConstructor;
|
|
1036
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1037
|
-
readonly size: {
|
|
1038
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1039
|
-
readonly required: false;
|
|
1040
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1041
|
-
__epPropKey: true;
|
|
1042
|
-
};
|
|
1043
|
-
readonly disabled: BooleanConstructor;
|
|
1044
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
1045
|
-
readonly maxlength: {
|
|
1046
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1047
|
-
readonly required: false;
|
|
1048
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1049
|
-
__epPropKey: true;
|
|
1050
|
-
};
|
|
1051
|
-
readonly minlength: {
|
|
1052
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1053
|
-
readonly required: false;
|
|
1054
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1055
|
-
__epPropKey: true;
|
|
1056
|
-
};
|
|
1057
|
-
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1058
|
-
readonly resize: {
|
|
1059
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
1060
|
-
readonly required: false;
|
|
1061
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1062
|
-
__epPropKey: true;
|
|
1063
|
-
};
|
|
1064
|
-
readonly autosize: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
1065
|
-
minRows?: number;
|
|
1066
|
-
maxRows?: number;
|
|
1067
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
1068
|
-
minRows?: number;
|
|
1069
|
-
maxRows?: number;
|
|
1070
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1071
|
-
readonly autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1072
|
-
readonly formatter: {
|
|
1073
|
-
readonly type: import('vue').PropType<Function>;
|
|
389
|
+
readonly: BooleanConstructor;
|
|
390
|
+
clearable: BooleanConstructor;
|
|
391
|
+
showPassword: BooleanConstructor;
|
|
392
|
+
showWordLimit: BooleanConstructor;
|
|
393
|
+
suffixIcon: {
|
|
394
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1074
395
|
readonly required: false;
|
|
1075
396
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1076
397
|
__epPropKey: true;
|
|
1077
398
|
};
|
|
1078
|
-
|
|
1079
|
-
readonly type: import('vue').PropType<
|
|
399
|
+
prefixIcon: {
|
|
400
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1080
401
|
readonly required: false;
|
|
1081
402
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1082
403
|
__epPropKey: true;
|
|
1083
404
|
};
|
|
1084
|
-
|
|
405
|
+
containerRole: {
|
|
1085
406
|
readonly type: import('vue').PropType<string>;
|
|
1086
407
|
readonly required: false;
|
|
1087
408
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1088
409
|
__epPropKey: true;
|
|
410
|
+
} & {
|
|
411
|
+
readonly default: undefined;
|
|
1089
412
|
};
|
|
1090
|
-
|
|
1091
|
-
readonly type: import('vue').PropType<string>;
|
|
413
|
+
tabindex: {
|
|
414
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1092
415
|
readonly required: false;
|
|
1093
416
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1094
417
|
__epPropKey: true;
|
|
418
|
+
} & {
|
|
419
|
+
readonly default: 0;
|
|
1095
420
|
};
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
readonly showPassword: BooleanConstructor;
|
|
1099
|
-
readonly showWordLimit: BooleanConstructor;
|
|
1100
|
-
readonly suffixIcon: {
|
|
1101
|
-
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>>;
|
|
421
|
+
validateEvent: {
|
|
422
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1102
423
|
readonly required: false;
|
|
1103
424
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1104
425
|
__epPropKey: true;
|
|
426
|
+
} & {
|
|
427
|
+
readonly default: true;
|
|
1105
428
|
};
|
|
1106
|
-
|
|
1107
|
-
|
|
429
|
+
autofocus: BooleanConstructor;
|
|
430
|
+
rows: {
|
|
431
|
+
readonly type: import('vue').PropType<number>;
|
|
1108
432
|
readonly required: false;
|
|
1109
433
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1110
434
|
__epPropKey: true;
|
|
435
|
+
} & {
|
|
436
|
+
readonly default: 2;
|
|
1111
437
|
};
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
}>> & {
|
|
1119
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1120
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1121
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1122
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1123
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1124
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1125
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1126
|
-
onInput?: ((value: string) => any) | undefined;
|
|
1127
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1128
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1129
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1130
|
-
onClear?: (() => any) | undefined;
|
|
1131
|
-
}, {
|
|
1132
|
-
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
1133
|
-
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
1134
|
-
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1135
|
-
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
1136
|
-
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
1137
|
-
isComposing: import('vue').Ref<boolean>;
|
|
1138
|
-
focus: () => void | undefined;
|
|
1139
|
-
blur: () => void | undefined;
|
|
1140
|
-
select: () => void;
|
|
1141
|
-
clear: () => void;
|
|
1142
|
-
resizeTextarea: () => void;
|
|
1143
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1144
|
-
input: (value: string) => void;
|
|
1145
|
-
clear: () => void;
|
|
1146
|
-
"update:modelValue": (value: string) => void;
|
|
1147
|
-
change: (value: string) => void;
|
|
1148
|
-
blur: (evt: FocusEvent) => void;
|
|
1149
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
1150
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
1151
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
1152
|
-
focus: (evt: FocusEvent) => void;
|
|
1153
|
-
keydown: (evt: Event | KeyboardEvent) => void;
|
|
1154
|
-
mouseenter: (evt: MouseEvent) => void;
|
|
1155
|
-
mouseleave: (evt: MouseEvent) => void;
|
|
1156
|
-
}, string, {
|
|
1157
|
-
readonly disabled: boolean;
|
|
1158
|
-
readonly id: string;
|
|
1159
|
-
readonly type: string;
|
|
1160
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
1161
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1162
|
-
readonly readonly: boolean;
|
|
1163
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
1164
|
-
readonly autocomplete: string;
|
|
1165
|
-
readonly containerRole: string;
|
|
1166
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1167
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
1168
|
-
readonly rows: number;
|
|
1169
|
-
readonly clearable: boolean;
|
|
1170
|
-
readonly showPassword: boolean;
|
|
1171
|
-
readonly showWordLimit: boolean;
|
|
1172
|
-
readonly autofocus: boolean;
|
|
1173
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1174
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1175
|
-
created?: (() => void) | (() => void)[];
|
|
1176
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1177
|
-
mounted?: (() => void) | (() => void)[];
|
|
1178
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1179
|
-
updated?: (() => void) | (() => void)[];
|
|
1180
|
-
activated?: (() => void) | (() => void)[];
|
|
1181
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1182
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1183
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1184
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1185
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1186
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1187
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1188
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1189
|
-
};
|
|
1190
|
-
$forceUpdate: () => void;
|
|
1191
|
-
$nextTick: typeof import('vue').nextTick;
|
|
1192
|
-
$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;
|
|
1193
|
-
} & Readonly<{
|
|
1194
|
-
readonly disabled: boolean;
|
|
1195
|
-
readonly id: string;
|
|
1196
|
-
readonly type: string;
|
|
1197
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
1198
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1199
|
-
readonly readonly: boolean;
|
|
1200
|
-
readonly autosize: import('element-plus').InputAutoSize;
|
|
1201
|
-
readonly autocomplete: string;
|
|
1202
|
-
readonly containerRole: string;
|
|
1203
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1204
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
1205
|
-
readonly rows: number;
|
|
1206
|
-
readonly clearable: boolean;
|
|
1207
|
-
readonly showPassword: boolean;
|
|
1208
|
-
readonly showWordLimit: boolean;
|
|
1209
|
-
readonly autofocus: boolean;
|
|
1210
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1211
|
-
readonly ariaLabel: StringConstructor;
|
|
1212
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1213
|
-
readonly size: {
|
|
1214
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1215
|
-
readonly required: false;
|
|
1216
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1217
|
-
__epPropKey: true;
|
|
1218
|
-
};
|
|
1219
|
-
readonly disabled: BooleanConstructor;
|
|
1220
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
1221
|
-
readonly maxlength: {
|
|
1222
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1223
|
-
readonly required: false;
|
|
1224
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1225
|
-
__epPropKey: true;
|
|
1226
|
-
};
|
|
1227
|
-
readonly minlength: {
|
|
1228
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1229
|
-
readonly required: false;
|
|
1230
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1231
|
-
__epPropKey: true;
|
|
1232
|
-
};
|
|
1233
|
-
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1234
|
-
readonly resize: {
|
|
1235
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
1236
|
-
readonly required: false;
|
|
1237
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1238
|
-
__epPropKey: true;
|
|
1239
|
-
};
|
|
1240
|
-
readonly autosize: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
1241
|
-
minRows?: number;
|
|
1242
|
-
maxRows?: number;
|
|
1243
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
1244
|
-
minRows?: number;
|
|
1245
|
-
maxRows?: number;
|
|
1246
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1247
|
-
readonly autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1248
|
-
readonly formatter: {
|
|
1249
|
-
readonly type: import('vue').PropType<Function>;
|
|
1250
|
-
readonly required: false;
|
|
1251
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1252
|
-
__epPropKey: true;
|
|
1253
|
-
};
|
|
1254
|
-
readonly parser: {
|
|
1255
|
-
readonly type: import('vue').PropType<Function>;
|
|
1256
|
-
readonly required: false;
|
|
1257
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1258
|
-
__epPropKey: true;
|
|
1259
|
-
};
|
|
1260
|
-
readonly placeholder: {
|
|
1261
|
-
readonly type: import('vue').PropType<string>;
|
|
1262
|
-
readonly required: false;
|
|
1263
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1264
|
-
__epPropKey: true;
|
|
1265
|
-
};
|
|
1266
|
-
readonly form: {
|
|
1267
|
-
readonly type: import('vue').PropType<string>;
|
|
1268
|
-
readonly required: false;
|
|
1269
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1270
|
-
__epPropKey: true;
|
|
1271
|
-
};
|
|
1272
|
-
readonly readonly: BooleanConstructor;
|
|
1273
|
-
readonly clearable: BooleanConstructor;
|
|
1274
|
-
readonly showPassword: BooleanConstructor;
|
|
1275
|
-
readonly showWordLimit: BooleanConstructor;
|
|
1276
|
-
readonly suffixIcon: {
|
|
1277
|
-
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>>;
|
|
1278
|
-
readonly required: false;
|
|
1279
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1280
|
-
__epPropKey: true;
|
|
1281
|
-
};
|
|
1282
|
-
readonly prefixIcon: {
|
|
1283
|
-
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>>;
|
|
1284
|
-
readonly required: false;
|
|
1285
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1286
|
-
__epPropKey: true;
|
|
1287
|
-
};
|
|
1288
|
-
readonly containerRole: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1289
|
-
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1290
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1291
|
-
readonly inputStyle: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils').Mutable<{}>, boolean>;
|
|
1292
|
-
readonly autofocus: BooleanConstructor;
|
|
1293
|
-
readonly rows: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
1294
|
-
}>> & {
|
|
1295
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1296
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1297
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1298
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1299
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1300
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1301
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1302
|
-
onInput?: ((value: string) => any) | undefined;
|
|
1303
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1304
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1305
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1306
|
-
onClear?: (() => any) | undefined;
|
|
1307
|
-
}, "type" | "modelValue" | "disabled" | "validateEvent" | "id" | "tabindex" | "ref" | "autocomplete" | "clearable" | "clear" | "focus" | "blur" | "select" | "inputStyle" | "input" | "textarea" | "autosize" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "autofocus" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
1308
|
-
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
1309
|
-
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
1310
|
-
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1311
|
-
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
1312
|
-
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
1313
|
-
isComposing: import('vue').Ref<boolean>;
|
|
1314
|
-
focus: () => void | undefined;
|
|
1315
|
-
blur: () => void | undefined;
|
|
1316
|
-
select: () => void;
|
|
1317
|
-
clear: () => void;
|
|
1318
|
-
resizeTextarea: () => void;
|
|
1319
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1320
|
-
$slots: {
|
|
1321
|
-
prepend?(_: {}): any;
|
|
1322
|
-
prefix?(_: {}): any;
|
|
1323
|
-
suffix?(_: {}): any;
|
|
1324
|
-
append?(_: {}): any;
|
|
1325
|
-
};
|
|
1326
|
-
}) | undefined>;
|
|
438
|
+
}>;
|
|
439
|
+
default: () => {};
|
|
440
|
+
};
|
|
441
|
+
}>, {
|
|
442
|
+
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
443
|
+
field: import('vue').ShallowRef<InputInstance | undefined, InputInstance | undefined>;
|
|
1327
444
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1328
445
|
"update:modelValue": (value: string) => void;
|
|
1329
446
|
change: (value: string) => void;
|
|
@@ -1343,32 +460,67 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1343
460
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
1344
461
|
};
|
|
1345
462
|
label: StringConstructor;
|
|
1346
|
-
labelWidth:
|
|
1347
|
-
|
|
463
|
+
labelWidth: {
|
|
464
|
+
readonly type: import('vue').PropType<string | number>;
|
|
465
|
+
readonly required: false;
|
|
466
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
|
+
__epPropKey: true;
|
|
468
|
+
} & {
|
|
469
|
+
readonly default: "";
|
|
470
|
+
};
|
|
471
|
+
labelPosition: {
|
|
472
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
473
|
+
readonly required: false;
|
|
474
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
475
|
+
__epPropKey: true;
|
|
476
|
+
} & {
|
|
477
|
+
readonly default: "";
|
|
478
|
+
};
|
|
1348
479
|
prop: {
|
|
1349
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
480
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
1350
481
|
readonly required: false;
|
|
1351
482
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1352
483
|
__epPropKey: true;
|
|
1353
484
|
};
|
|
1354
|
-
required:
|
|
485
|
+
required: {
|
|
486
|
+
readonly type: import('vue').PropType<boolean>;
|
|
487
|
+
readonly required: false;
|
|
488
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
489
|
+
__epPropKey: true;
|
|
490
|
+
} & {
|
|
491
|
+
readonly default: undefined;
|
|
492
|
+
};
|
|
1355
493
|
rules: {
|
|
1356
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
494
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
1357
495
|
readonly required: false;
|
|
1358
496
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1359
497
|
__epPropKey: true;
|
|
1360
498
|
};
|
|
1361
499
|
error: StringConstructor;
|
|
1362
500
|
validateStatus: {
|
|
1363
|
-
readonly type: import('vue').PropType<
|
|
501
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
502
|
+
readonly required: false;
|
|
503
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
504
|
+
__epPropKey: true;
|
|
505
|
+
};
|
|
506
|
+
inlineMessage: {
|
|
507
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
508
|
+
readonly required: false;
|
|
509
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
510
|
+
__epPropKey: true;
|
|
511
|
+
} & {
|
|
512
|
+
readonly default: "";
|
|
513
|
+
};
|
|
514
|
+
showMessage: {
|
|
515
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1364
516
|
readonly required: false;
|
|
1365
517
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1366
518
|
__epPropKey: true;
|
|
519
|
+
} & {
|
|
520
|
+
readonly default: true;
|
|
1367
521
|
};
|
|
1368
|
-
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
1369
|
-
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1370
522
|
size: {
|
|
1371
|
-
readonly type: import('vue').PropType<
|
|
523
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1372
524
|
readonly required: false;
|
|
1373
525
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1374
526
|
__epPropKey: true;
|
|
@@ -1384,43 +536,81 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1384
536
|
};
|
|
1385
537
|
max: NumberConstructor;
|
|
1386
538
|
step: NumberConstructor;
|
|
539
|
+
inputmode: {
|
|
540
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
541
|
+
readonly required: false;
|
|
542
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
543
|
+
__epPropKey: true;
|
|
544
|
+
} & {
|
|
545
|
+
readonly default: undefined;
|
|
546
|
+
};
|
|
547
|
+
name: StringConstructor;
|
|
1387
548
|
ariaLabel: StringConstructor;
|
|
1388
|
-
id:
|
|
549
|
+
id: {
|
|
550
|
+
readonly type: import('vue').PropType<string>;
|
|
551
|
+
readonly required: false;
|
|
552
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
+
__epPropKey: true;
|
|
554
|
+
} & {
|
|
555
|
+
readonly default: undefined;
|
|
556
|
+
};
|
|
1389
557
|
size: {
|
|
1390
|
-
readonly type: import('vue').PropType<
|
|
558
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1391
559
|
readonly required: false;
|
|
1392
560
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1393
561
|
__epPropKey: true;
|
|
1394
562
|
};
|
|
1395
563
|
disabled: BooleanConstructor;
|
|
1396
|
-
modelValue:
|
|
564
|
+
modelValue: {
|
|
565
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
566
|
+
readonly required: false;
|
|
567
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
568
|
+
__epPropKey: true;
|
|
569
|
+
} & {
|
|
570
|
+
readonly default: "";
|
|
571
|
+
};
|
|
1397
572
|
maxlength: {
|
|
1398
|
-
readonly type: import('vue').PropType<
|
|
573
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1399
574
|
readonly required: false;
|
|
1400
575
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1401
576
|
__epPropKey: true;
|
|
1402
577
|
};
|
|
1403
578
|
minlength: {
|
|
1404
|
-
readonly type: import('vue').PropType<
|
|
579
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1405
580
|
readonly required: false;
|
|
1406
581
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1407
582
|
__epPropKey: true;
|
|
1408
583
|
};
|
|
1409
|
-
type:
|
|
584
|
+
type: {
|
|
585
|
+
readonly type: import('vue').PropType<string>;
|
|
586
|
+
readonly required: false;
|
|
587
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
588
|
+
__epPropKey: true;
|
|
589
|
+
} & {
|
|
590
|
+
readonly default: "text";
|
|
591
|
+
};
|
|
1410
592
|
resize: {
|
|
1411
|
-
readonly type: import('vue').PropType<
|
|
593
|
+
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
1412
594
|
readonly required: false;
|
|
1413
595
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1414
596
|
__epPropKey: true;
|
|
1415
597
|
};
|
|
1416
|
-
autosize:
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
598
|
+
autosize: {
|
|
599
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
600
|
+
readonly required: false;
|
|
601
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
|
+
__epPropKey: true;
|
|
603
|
+
} & {
|
|
604
|
+
readonly default: false;
|
|
605
|
+
};
|
|
606
|
+
autocomplete: {
|
|
607
|
+
readonly type: import('vue').PropType<string>;
|
|
608
|
+
readonly required: false;
|
|
609
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
610
|
+
__epPropKey: true;
|
|
611
|
+
} & {
|
|
612
|
+
readonly default: "off";
|
|
613
|
+
};
|
|
1424
614
|
formatter: {
|
|
1425
615
|
readonly type: import('vue').PropType<Function>;
|
|
1426
616
|
readonly required: false;
|
|
@@ -1450,22 +640,50 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1450
640
|
showPassword: BooleanConstructor;
|
|
1451
641
|
showWordLimit: BooleanConstructor;
|
|
1452
642
|
suffixIcon: {
|
|
1453
|
-
readonly type: import('vue').PropType<
|
|
643
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1454
644
|
readonly required: false;
|
|
1455
645
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1456
646
|
__epPropKey: true;
|
|
1457
647
|
};
|
|
1458
648
|
prefixIcon: {
|
|
1459
|
-
readonly type: import('vue').PropType<
|
|
649
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
650
|
+
readonly required: false;
|
|
651
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
652
|
+
__epPropKey: true;
|
|
653
|
+
};
|
|
654
|
+
containerRole: {
|
|
655
|
+
readonly type: import('vue').PropType<string>;
|
|
656
|
+
readonly required: false;
|
|
657
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
658
|
+
__epPropKey: true;
|
|
659
|
+
} & {
|
|
660
|
+
readonly default: undefined;
|
|
661
|
+
};
|
|
662
|
+
tabindex: {
|
|
663
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1460
664
|
readonly required: false;
|
|
1461
665
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1462
666
|
__epPropKey: true;
|
|
667
|
+
} & {
|
|
668
|
+
readonly default: 0;
|
|
669
|
+
};
|
|
670
|
+
validateEvent: {
|
|
671
|
+
readonly type: import('vue').PropType<boolean>;
|
|
672
|
+
readonly required: false;
|
|
673
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
674
|
+
__epPropKey: true;
|
|
675
|
+
} & {
|
|
676
|
+
readonly default: true;
|
|
1463
677
|
};
|
|
1464
|
-
containerRole: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1465
|
-
tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1466
|
-
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1467
678
|
autofocus: BooleanConstructor;
|
|
1468
|
-
rows:
|
|
679
|
+
rows: {
|
|
680
|
+
readonly type: import('vue').PropType<number>;
|
|
681
|
+
readonly required: false;
|
|
682
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
683
|
+
__epPropKey: true;
|
|
684
|
+
} & {
|
|
685
|
+
readonly default: 2;
|
|
686
|
+
};
|
|
1469
687
|
}, "size" | "id" | "clearable"> & {
|
|
1470
688
|
clearable: {
|
|
1471
689
|
type: BooleanConstructor;
|
|
@@ -1488,43 +706,81 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1488
706
|
};
|
|
1489
707
|
max: NumberConstructor;
|
|
1490
708
|
step: NumberConstructor;
|
|
709
|
+
inputmode: {
|
|
710
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
711
|
+
readonly required: false;
|
|
712
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
713
|
+
__epPropKey: true;
|
|
714
|
+
} & {
|
|
715
|
+
readonly default: undefined;
|
|
716
|
+
};
|
|
717
|
+
name: StringConstructor;
|
|
1491
718
|
ariaLabel: StringConstructor;
|
|
1492
|
-
id:
|
|
719
|
+
id: {
|
|
720
|
+
readonly type: import('vue').PropType<string>;
|
|
721
|
+
readonly required: false;
|
|
722
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
723
|
+
__epPropKey: true;
|
|
724
|
+
} & {
|
|
725
|
+
readonly default: undefined;
|
|
726
|
+
};
|
|
1493
727
|
size: {
|
|
1494
|
-
readonly type: import('vue').PropType<
|
|
728
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1495
729
|
readonly required: false;
|
|
1496
730
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1497
731
|
__epPropKey: true;
|
|
1498
732
|
};
|
|
1499
733
|
disabled: BooleanConstructor;
|
|
1500
|
-
modelValue:
|
|
734
|
+
modelValue: {
|
|
735
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
736
|
+
readonly required: false;
|
|
737
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
738
|
+
__epPropKey: true;
|
|
739
|
+
} & {
|
|
740
|
+
readonly default: "";
|
|
741
|
+
};
|
|
1501
742
|
maxlength: {
|
|
1502
|
-
readonly type: import('vue').PropType<
|
|
743
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1503
744
|
readonly required: false;
|
|
1504
745
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1505
746
|
__epPropKey: true;
|
|
1506
747
|
};
|
|
1507
748
|
minlength: {
|
|
1508
|
-
readonly type: import('vue').PropType<
|
|
749
|
+
readonly type: import('vue').PropType<string | number>;
|
|
750
|
+
readonly required: false;
|
|
751
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
752
|
+
__epPropKey: true;
|
|
753
|
+
};
|
|
754
|
+
type: {
|
|
755
|
+
readonly type: import('vue').PropType<string>;
|
|
1509
756
|
readonly required: false;
|
|
1510
757
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1511
758
|
__epPropKey: true;
|
|
759
|
+
} & {
|
|
760
|
+
readonly default: "text";
|
|
1512
761
|
};
|
|
1513
|
-
type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1514
762
|
resize: {
|
|
1515
|
-
readonly type: import('vue').PropType<
|
|
763
|
+
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
764
|
+
readonly required: false;
|
|
765
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
766
|
+
__epPropKey: true;
|
|
767
|
+
};
|
|
768
|
+
autosize: {
|
|
769
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
1516
770
|
readonly required: false;
|
|
1517
771
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1518
772
|
__epPropKey: true;
|
|
773
|
+
} & {
|
|
774
|
+
readonly default: false;
|
|
775
|
+
};
|
|
776
|
+
autocomplete: {
|
|
777
|
+
readonly type: import('vue').PropType<string>;
|
|
778
|
+
readonly required: false;
|
|
779
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
780
|
+
__epPropKey: true;
|
|
781
|
+
} & {
|
|
782
|
+
readonly default: "off";
|
|
1519
783
|
};
|
|
1520
|
-
autosize: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
1521
|
-
minRows?: number;
|
|
1522
|
-
maxRows?: number;
|
|
1523
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
1524
|
-
minRows?: number;
|
|
1525
|
-
maxRows?: number;
|
|
1526
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1527
|
-
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1528
784
|
formatter: {
|
|
1529
785
|
readonly type: import('vue').PropType<Function>;
|
|
1530
786
|
readonly required: false;
|
|
@@ -1554,22 +810,50 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1554
810
|
showPassword: BooleanConstructor;
|
|
1555
811
|
showWordLimit: BooleanConstructor;
|
|
1556
812
|
suffixIcon: {
|
|
1557
|
-
readonly type: import('vue').PropType<
|
|
813
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1558
814
|
readonly required: false;
|
|
1559
815
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1560
816
|
__epPropKey: true;
|
|
1561
817
|
};
|
|
1562
818
|
prefixIcon: {
|
|
1563
|
-
readonly type: import('vue').PropType<
|
|
819
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1564
820
|
readonly required: false;
|
|
1565
821
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1566
822
|
__epPropKey: true;
|
|
1567
823
|
};
|
|
1568
|
-
containerRole:
|
|
1569
|
-
|
|
1570
|
-
|
|
824
|
+
containerRole: {
|
|
825
|
+
readonly type: import('vue').PropType<string>;
|
|
826
|
+
readonly required: false;
|
|
827
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
828
|
+
__epPropKey: true;
|
|
829
|
+
} & {
|
|
830
|
+
readonly default: undefined;
|
|
831
|
+
};
|
|
832
|
+
tabindex: {
|
|
833
|
+
readonly type: import('vue').PropType<string | number>;
|
|
834
|
+
readonly required: false;
|
|
835
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
836
|
+
__epPropKey: true;
|
|
837
|
+
} & {
|
|
838
|
+
readonly default: 0;
|
|
839
|
+
};
|
|
840
|
+
validateEvent: {
|
|
841
|
+
readonly type: import('vue').PropType<boolean>;
|
|
842
|
+
readonly required: false;
|
|
843
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
844
|
+
__epPropKey: true;
|
|
845
|
+
} & {
|
|
846
|
+
readonly default: true;
|
|
847
|
+
};
|
|
1571
848
|
autofocus: BooleanConstructor;
|
|
1572
|
-
rows:
|
|
849
|
+
rows: {
|
|
850
|
+
readonly type: import('vue').PropType<number>;
|
|
851
|
+
readonly required: false;
|
|
852
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
853
|
+
__epPropKey: true;
|
|
854
|
+
} & {
|
|
855
|
+
readonly default: 2;
|
|
856
|
+
};
|
|
1573
857
|
}>;
|
|
1574
858
|
default: () => {};
|
|
1575
859
|
};
|
|
@@ -1588,17 +872,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1588
872
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1589
873
|
}>, {
|
|
1590
874
|
type: string;
|
|
1591
|
-
required:
|
|
1592
|
-
modelValue:
|
|
875
|
+
required: boolean;
|
|
876
|
+
modelValue: string | number | null | undefined;
|
|
1593
877
|
disabled: boolean;
|
|
1594
|
-
validateEvent:
|
|
1595
|
-
tabindex:
|
|
878
|
+
validateEvent: boolean;
|
|
879
|
+
tabindex: string | number;
|
|
1596
880
|
autocomplete: string;
|
|
1597
881
|
clearable: boolean;
|
|
1598
|
-
labelWidth:
|
|
1599
|
-
labelPosition:
|
|
1600
|
-
inlineMessage:
|
|
1601
|
-
showMessage:
|
|
882
|
+
labelWidth: string | number;
|
|
883
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
884
|
+
inlineMessage: string | boolean;
|
|
885
|
+
showMessage: boolean;
|
|
1602
886
|
fieldId: any;
|
|
1603
887
|
formItemProps: import('../FormItem').FormItemPropsType;
|
|
1604
888
|
fieldProps: {
|
|
@@ -1612,43 +896,81 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1612
896
|
};
|
|
1613
897
|
max: NumberConstructor;
|
|
1614
898
|
step: NumberConstructor;
|
|
899
|
+
inputmode: {
|
|
900
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
901
|
+
readonly required: false;
|
|
902
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
903
|
+
__epPropKey: true;
|
|
904
|
+
} & {
|
|
905
|
+
readonly default: undefined;
|
|
906
|
+
};
|
|
907
|
+
name: StringConstructor;
|
|
1615
908
|
ariaLabel: StringConstructor;
|
|
1616
|
-
id:
|
|
909
|
+
id: {
|
|
910
|
+
readonly type: import('vue').PropType<string>;
|
|
911
|
+
readonly required: false;
|
|
912
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
913
|
+
__epPropKey: true;
|
|
914
|
+
} & {
|
|
915
|
+
readonly default: undefined;
|
|
916
|
+
};
|
|
1617
917
|
size: {
|
|
1618
|
-
readonly type: import('vue').PropType<
|
|
918
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1619
919
|
readonly required: false;
|
|
1620
920
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1621
921
|
__epPropKey: true;
|
|
1622
922
|
};
|
|
1623
923
|
disabled: BooleanConstructor;
|
|
1624
|
-
modelValue:
|
|
924
|
+
modelValue: {
|
|
925
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
926
|
+
readonly required: false;
|
|
927
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
928
|
+
__epPropKey: true;
|
|
929
|
+
} & {
|
|
930
|
+
readonly default: "";
|
|
931
|
+
};
|
|
1625
932
|
maxlength: {
|
|
1626
|
-
readonly type: import('vue').PropType<
|
|
933
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1627
934
|
readonly required: false;
|
|
1628
935
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1629
936
|
__epPropKey: true;
|
|
1630
937
|
};
|
|
1631
938
|
minlength: {
|
|
1632
|
-
readonly type: import('vue').PropType<
|
|
939
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1633
940
|
readonly required: false;
|
|
1634
941
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1635
942
|
__epPropKey: true;
|
|
1636
943
|
};
|
|
1637
|
-
type:
|
|
944
|
+
type: {
|
|
945
|
+
readonly type: import('vue').PropType<string>;
|
|
946
|
+
readonly required: false;
|
|
947
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
|
+
__epPropKey: true;
|
|
949
|
+
} & {
|
|
950
|
+
readonly default: "text";
|
|
951
|
+
};
|
|
1638
952
|
resize: {
|
|
1639
|
-
readonly type: import('vue').PropType<
|
|
953
|
+
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
954
|
+
readonly required: false;
|
|
955
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
956
|
+
__epPropKey: true;
|
|
957
|
+
};
|
|
958
|
+
autosize: {
|
|
959
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
1640
960
|
readonly required: false;
|
|
1641
961
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1642
962
|
__epPropKey: true;
|
|
963
|
+
} & {
|
|
964
|
+
readonly default: false;
|
|
965
|
+
};
|
|
966
|
+
autocomplete: {
|
|
967
|
+
readonly type: import('vue').PropType<string>;
|
|
968
|
+
readonly required: false;
|
|
969
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
970
|
+
__epPropKey: true;
|
|
971
|
+
} & {
|
|
972
|
+
readonly default: "off";
|
|
1643
973
|
};
|
|
1644
|
-
autosize: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
1645
|
-
minRows?: number;
|
|
1646
|
-
maxRows?: number;
|
|
1647
|
-
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
1648
|
-
minRows?: number;
|
|
1649
|
-
maxRows?: number;
|
|
1650
|
-
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1651
|
-
autocomplete: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1652
974
|
formatter: {
|
|
1653
975
|
readonly type: import('vue').PropType<Function>;
|
|
1654
976
|
readonly required: false;
|
|
@@ -1678,23 +1000,52 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1678
1000
|
showPassword: BooleanConstructor;
|
|
1679
1001
|
showWordLimit: BooleanConstructor;
|
|
1680
1002
|
suffixIcon: {
|
|
1681
|
-
readonly type: import('vue').PropType<
|
|
1003
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1682
1004
|
readonly required: false;
|
|
1683
1005
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1684
1006
|
__epPropKey: true;
|
|
1685
1007
|
};
|
|
1686
1008
|
prefixIcon: {
|
|
1687
|
-
readonly type: import('vue').PropType<
|
|
1009
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1688
1010
|
readonly required: false;
|
|
1689
1011
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1690
1012
|
__epPropKey: true;
|
|
1691
1013
|
};
|
|
1692
|
-
containerRole:
|
|
1693
|
-
|
|
1694
|
-
|
|
1014
|
+
containerRole: {
|
|
1015
|
+
readonly type: import('vue').PropType<string>;
|
|
1016
|
+
readonly required: false;
|
|
1017
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1018
|
+
__epPropKey: true;
|
|
1019
|
+
} & {
|
|
1020
|
+
readonly default: undefined;
|
|
1021
|
+
};
|
|
1022
|
+
tabindex: {
|
|
1023
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1024
|
+
readonly required: false;
|
|
1025
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1026
|
+
__epPropKey: true;
|
|
1027
|
+
} & {
|
|
1028
|
+
readonly default: 0;
|
|
1029
|
+
};
|
|
1030
|
+
validateEvent: {
|
|
1031
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1032
|
+
readonly required: false;
|
|
1033
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1034
|
+
__epPropKey: true;
|
|
1035
|
+
} & {
|
|
1036
|
+
readonly default: true;
|
|
1037
|
+
};
|
|
1695
1038
|
autofocus: BooleanConstructor;
|
|
1696
|
-
rows:
|
|
1039
|
+
rows: {
|
|
1040
|
+
readonly type: import('vue').PropType<number>;
|
|
1041
|
+
readonly required: false;
|
|
1042
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1043
|
+
__epPropKey: true;
|
|
1044
|
+
} & {
|
|
1045
|
+
readonly default: 2;
|
|
1046
|
+
};
|
|
1697
1047
|
};
|
|
1048
|
+
inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
1698
1049
|
autosize: import('element-plus').InputAutoSize;
|
|
1699
1050
|
readonly: boolean;
|
|
1700
1051
|
showPassword: boolean;
|