@vunk/form 1.4.4 → 1.4.6
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/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
16
16
|
modelValue: NumberConstructor;
|
|
17
17
|
disabled: BooleanConstructor;
|
|
18
18
|
size: {
|
|
19
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
19
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
20
20
|
readonly required: false;
|
|
21
21
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
22
|
__epPropKey: true;
|
|
@@ -25,7 +25,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
25
25
|
controlsPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
26
26
|
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
27
27
|
name: StringConstructor;
|
|
28
|
-
label: StringConstructor;
|
|
29
28
|
placeholder: StringConstructor;
|
|
30
29
|
precision: {
|
|
31
30
|
readonly type: import("vue").PropType<number>;
|
|
@@ -55,9 +54,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
54
|
type: import("vue").PropType<"right">;
|
|
56
55
|
default: string;
|
|
57
56
|
};
|
|
57
|
+
label: StringConstructor;
|
|
58
58
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
59
59
|
prop: {
|
|
60
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
60
|
+
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>>;
|
|
61
61
|
readonly required: false;
|
|
62
62
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
63
|
__epPropKey: true;
|
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
70
|
};
|
|
71
71
|
error: StringConstructor;
|
|
72
72
|
validateStatus: {
|
|
73
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
73
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
74
74
|
readonly required: false;
|
|
75
75
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
76
|
__epPropKey: true;
|
|
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
81
81
|
}>, {
|
|
82
82
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
83
83
|
iBindProps: import("vue").ComputedRef<{
|
|
84
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
84
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
85
85
|
name: string;
|
|
86
86
|
min: number;
|
|
87
87
|
max: number;
|
|
@@ -90,9 +90,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
90
|
placeholder: string;
|
|
91
91
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
92
|
modelValue: number;
|
|
93
|
-
controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
93
|
ariaLabel: string;
|
|
95
94
|
step: number;
|
|
95
|
+
controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
96
96
|
stepStrictly: boolean;
|
|
97
97
|
controlsPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
98
98
|
precision: number;
|
|
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
123
123
|
modelValue: NumberConstructor;
|
|
124
124
|
disabled: BooleanConstructor;
|
|
125
125
|
size: {
|
|
126
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
126
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
127
127
|
readonly required: false;
|
|
128
128
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
129
|
__epPropKey: true;
|
|
@@ -132,7 +132,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
132
132
|
controlsPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
133
133
|
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
134
134
|
name: StringConstructor;
|
|
135
|
-
label: StringConstructor;
|
|
136
135
|
placeholder: StringConstructor;
|
|
137
136
|
precision: {
|
|
138
137
|
readonly type: import("vue").PropType<number>;
|
|
@@ -162,9 +161,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
162
161
|
type: import("vue").PropType<"right">;
|
|
163
162
|
default: string;
|
|
164
163
|
};
|
|
164
|
+
label: StringConstructor;
|
|
165
165
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
166
166
|
prop: {
|
|
167
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
167
|
+
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>>;
|
|
168
168
|
readonly required: false;
|
|
169
169
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
170
|
__epPropKey: true;
|
|
@@ -177,7 +177,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
177
177
|
};
|
|
178
178
|
error: StringConstructor;
|
|
179
179
|
validateStatus: {
|
|
180
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
180
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
181
181
|
readonly required: false;
|
|
182
182
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
183
|
__epPropKey: true;
|
|
@@ -187,14 +187,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
187
187
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
188
188
|
}>> & Readonly<{
|
|
189
189
|
"onUpdate:modelValue"?: (val: number) => any;
|
|
190
|
-
onInput?: (val: number) => any;
|
|
191
190
|
onChange?: (cur: number, prev: number) => any;
|
|
192
191
|
onFocus?: (e: FocusEvent) => any;
|
|
193
192
|
onBlur?: (e: FocusEvent) => any;
|
|
193
|
+
onInput?: (val: number) => any;
|
|
194
194
|
}>, {
|
|
195
195
|
disabled: boolean;
|
|
196
196
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
197
|
-
formItemSize: "
|
|
197
|
+
formItemSize: "small" | "default" | "large";
|
|
198
198
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
199
199
|
inline: boolean;
|
|
200
200
|
readonly: boolean;
|
|
@@ -207,8 +207,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
207
207
|
id: string;
|
|
208
208
|
valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, null], unknown, unknown>;
|
|
209
209
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
210
|
-
controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
210
|
step: number;
|
|
211
|
+
controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
212
212
|
stepStrictly: boolean;
|
|
213
213
|
controlsPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
214
214
|
unit: string;
|
|
@@ -224,37 +224,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
224
224
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
225
225
|
install(app: import("vue").App): void;
|
|
226
226
|
};
|
|
227
|
-
ElInputNumber: import("element-plus/es/utils").SFCWithInstall<
|
|
228
|
-
|
|
229
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
230
|
-
readonly step: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
231
|
-
readonly stepStrictly: BooleanConstructor;
|
|
232
|
-
readonly max: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
233
|
-
readonly min: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
234
|
-
readonly modelValue: NumberConstructor;
|
|
235
|
-
readonly readonly: BooleanConstructor;
|
|
236
|
-
readonly disabled: BooleanConstructor;
|
|
237
|
-
readonly size: {
|
|
238
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
239
|
-
readonly required: false;
|
|
240
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
|
-
__epPropKey: true;
|
|
242
|
-
};
|
|
243
|
-
readonly controls: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
244
|
-
readonly controlsPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
245
|
-
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
246
|
-
readonly name: StringConstructor;
|
|
247
|
-
readonly label: StringConstructor;
|
|
248
|
-
readonly placeholder: StringConstructor;
|
|
249
|
-
readonly precision: {
|
|
250
|
-
readonly type: import("vue").PropType<number>;
|
|
251
|
-
readonly required: false;
|
|
252
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
-
__epPropKey: true;
|
|
254
|
-
};
|
|
255
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
256
|
-
}, {
|
|
257
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
227
|
+
ElInputNumber: import("element-plus/es/utils").SFCWithInstall<{
|
|
228
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
258
229
|
readonly ariaLabel: StringConstructor;
|
|
259
230
|
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
260
231
|
readonly step: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -265,7 +236,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
265
236
|
readonly readonly: BooleanConstructor;
|
|
266
237
|
readonly disabled: BooleanConstructor;
|
|
267
238
|
readonly size: {
|
|
268
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
239
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
269
240
|
readonly required: false;
|
|
270
241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
242
|
__epPropKey: true;
|
|
@@ -274,7 +245,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
245
|
readonly controlsPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
275
246
|
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
276
247
|
readonly name: StringConstructor;
|
|
277
|
-
readonly label: StringConstructor;
|
|
278
248
|
readonly placeholder: StringConstructor;
|
|
279
249
|
readonly precision: {
|
|
280
250
|
readonly type: import("vue").PropType<number>;
|
|
@@ -284,1454 +254,93 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
284
254
|
};
|
|
285
255
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
286
256
|
}>> & {
|
|
287
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
288
257
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
289
|
-
|
|
258
|
+
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
290
259
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
291
260
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
292
|
-
|
|
293
|
-
emit: ((event: "update:modelValue", val: number | undefined) => void) & ((event: "change", cur: number | undefined, prev: number | undefined) => void) & ((event: "input", val: number | null | undefined) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "blur", e: FocusEvent) => void);
|
|
294
|
-
t: import("element-plus").Translator;
|
|
295
|
-
ns: {
|
|
296
|
-
namespace: import("vue").ComputedRef<string>;
|
|
297
|
-
b: (blockSuffix?: string) => string;
|
|
298
|
-
e: (element?: string | undefined) => string;
|
|
299
|
-
m: (modifier?: string | undefined) => string;
|
|
300
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
301
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
302
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
303
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
304
|
-
is: {
|
|
305
|
-
(name: string, state: boolean | undefined): string;
|
|
306
|
-
(name: string): string;
|
|
307
|
-
};
|
|
308
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
309
|
-
cssVarName: (name: string) => string;
|
|
310
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
311
|
-
cssVarBlockName: (name: string) => string;
|
|
312
|
-
};
|
|
313
|
-
input: import("vue").Ref<({
|
|
314
|
-
$: import("vue").ComponentInternalInstance;
|
|
315
|
-
$data: {};
|
|
316
|
-
$props: Partial<{
|
|
317
|
-
readonly type: string;
|
|
318
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
319
|
-
readonly id: string;
|
|
320
|
-
readonly disabled: boolean;
|
|
321
|
-
readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
322
|
-
readonly autosize: import("element-plus/es/components").InputAutoSize;
|
|
323
|
-
readonly autocomplete: string;
|
|
324
|
-
readonly readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
325
|
-
readonly showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
326
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
327
|
-
readonly containerRole: string;
|
|
328
|
-
readonly label: string;
|
|
329
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
330
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
|
-
readonly inputStyle: import("vue").StyleValue;
|
|
332
|
-
readonly autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
333
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
334
|
-
readonly ariaLabel: StringConstructor;
|
|
335
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
336
|
-
readonly size: {
|
|
337
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
338
|
-
readonly required: false;
|
|
339
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
340
|
-
__epPropKey: true;
|
|
341
|
-
};
|
|
342
|
-
readonly disabled: BooleanConstructor;
|
|
343
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
344
|
-
readonly maxlength: {
|
|
345
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
346
|
-
readonly required: false;
|
|
347
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
-
__epPropKey: true;
|
|
349
|
-
};
|
|
350
|
-
readonly minlength: {
|
|
351
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
352
|
-
readonly required: false;
|
|
353
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
-
__epPropKey: true;
|
|
355
|
-
};
|
|
356
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
357
|
-
readonly resize: {
|
|
358
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
359
|
-
readonly required: false;
|
|
360
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
|
-
__epPropKey: true;
|
|
362
|
-
};
|
|
363
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
364
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
365
|
-
readonly formatter: {
|
|
366
|
-
readonly type: import("vue").PropType<Function>;
|
|
367
|
-
readonly required: false;
|
|
368
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
369
|
-
__epPropKey: true;
|
|
370
|
-
};
|
|
371
|
-
readonly parser: {
|
|
372
|
-
readonly type: import("vue").PropType<Function>;
|
|
373
|
-
readonly required: false;
|
|
374
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
|
-
__epPropKey: true;
|
|
376
|
-
};
|
|
377
|
-
readonly placeholder: {
|
|
378
|
-
readonly type: import("vue").PropType<string>;
|
|
379
|
-
readonly required: false;
|
|
380
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
-
__epPropKey: true;
|
|
382
|
-
};
|
|
383
|
-
readonly form: {
|
|
384
|
-
readonly type: import("vue").PropType<string>;
|
|
385
|
-
readonly required: false;
|
|
386
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
387
|
-
__epPropKey: true;
|
|
388
|
-
};
|
|
389
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
390
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
391
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
392
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
393
|
-
readonly suffixIcon: {
|
|
394
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
395
|
-
readonly required: false;
|
|
396
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
|
-
__epPropKey: true;
|
|
398
|
-
};
|
|
399
|
-
readonly prefixIcon: {
|
|
400
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
401
|
-
readonly required: false;
|
|
402
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
403
|
-
__epPropKey: true;
|
|
404
|
-
};
|
|
405
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
406
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
407
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
408
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
409
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
410
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
411
|
-
}>> & {
|
|
412
|
-
onChange?: ((value: string) => any) | undefined;
|
|
413
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
414
|
-
onInput?: ((value: string) => any) | undefined;
|
|
415
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
416
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
417
|
-
onClear?: (() => any) | undefined;
|
|
418
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
419
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
420
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
421
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
422
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
423
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
424
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "clearable" | "autosize" | "autocomplete" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "label" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus">;
|
|
425
|
-
$attrs: {
|
|
426
|
-
[x: string]: unknown;
|
|
427
|
-
};
|
|
428
|
-
$refs: {
|
|
429
|
-
[x: string]: unknown;
|
|
430
|
-
};
|
|
431
|
-
$slots: Readonly<{
|
|
432
|
-
[name: string]: import("vue").Slot | undefined;
|
|
433
|
-
}>;
|
|
434
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
435
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
436
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => 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);
|
|
437
|
-
$el: any;
|
|
438
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
439
|
-
readonly ariaLabel: StringConstructor;
|
|
440
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
441
|
-
readonly size: {
|
|
442
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
443
|
-
readonly required: false;
|
|
444
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
-
__epPropKey: true;
|
|
446
|
-
};
|
|
447
|
-
readonly disabled: BooleanConstructor;
|
|
448
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
449
|
-
readonly maxlength: {
|
|
450
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
451
|
-
readonly required: false;
|
|
452
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
453
|
-
__epPropKey: true;
|
|
454
|
-
};
|
|
455
|
-
readonly minlength: {
|
|
456
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
457
|
-
readonly required: false;
|
|
458
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
459
|
-
__epPropKey: true;
|
|
460
|
-
};
|
|
461
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
462
|
-
readonly resize: {
|
|
463
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
464
|
-
readonly required: false;
|
|
465
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
466
|
-
__epPropKey: true;
|
|
467
|
-
};
|
|
468
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
469
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
470
|
-
readonly formatter: {
|
|
471
|
-
readonly type: import("vue").PropType<Function>;
|
|
472
|
-
readonly required: false;
|
|
473
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
|
-
__epPropKey: true;
|
|
475
|
-
};
|
|
476
|
-
readonly parser: {
|
|
477
|
-
readonly type: import("vue").PropType<Function>;
|
|
478
|
-
readonly required: false;
|
|
479
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
480
|
-
__epPropKey: true;
|
|
481
|
-
};
|
|
482
|
-
readonly placeholder: {
|
|
483
|
-
readonly type: import("vue").PropType<string>;
|
|
484
|
-
readonly required: false;
|
|
485
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
486
|
-
__epPropKey: true;
|
|
487
|
-
};
|
|
488
|
-
readonly form: {
|
|
489
|
-
readonly type: import("vue").PropType<string>;
|
|
490
|
-
readonly required: false;
|
|
491
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
492
|
-
__epPropKey: true;
|
|
493
|
-
};
|
|
494
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
495
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
496
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
497
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
498
|
-
readonly suffixIcon: {
|
|
499
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
500
|
-
readonly required: false;
|
|
501
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
502
|
-
__epPropKey: true;
|
|
503
|
-
};
|
|
504
|
-
readonly prefixIcon: {
|
|
505
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
506
|
-
readonly required: false;
|
|
507
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
508
|
-
__epPropKey: true;
|
|
509
|
-
};
|
|
510
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
511
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
512
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
513
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
514
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
515
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
516
|
-
}>> & {
|
|
517
|
-
onChange?: ((value: string) => any) | undefined;
|
|
518
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
519
|
-
onInput?: ((value: string) => any) | undefined;
|
|
520
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
521
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
522
|
-
onClear?: (() => any) | undefined;
|
|
523
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
524
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
525
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
526
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
527
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
528
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
529
|
-
}, {
|
|
530
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
531
|
-
readonly ariaLabel: StringConstructor;
|
|
532
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
533
|
-
readonly size: {
|
|
534
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
535
|
-
readonly required: false;
|
|
536
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
537
|
-
__epPropKey: true;
|
|
538
|
-
};
|
|
539
|
-
readonly disabled: BooleanConstructor;
|
|
540
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
541
|
-
readonly maxlength: {
|
|
542
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
543
|
-
readonly required: false;
|
|
544
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
545
|
-
__epPropKey: true;
|
|
546
|
-
};
|
|
547
|
-
readonly minlength: {
|
|
548
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
549
|
-
readonly required: false;
|
|
550
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
|
-
__epPropKey: true;
|
|
552
|
-
};
|
|
553
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
554
|
-
readonly resize: {
|
|
555
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
556
|
-
readonly required: false;
|
|
557
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
558
|
-
__epPropKey: true;
|
|
559
|
-
};
|
|
560
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
561
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
562
|
-
readonly formatter: {
|
|
563
|
-
readonly type: import("vue").PropType<Function>;
|
|
564
|
-
readonly required: false;
|
|
565
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
|
-
__epPropKey: true;
|
|
567
|
-
};
|
|
568
|
-
readonly parser: {
|
|
569
|
-
readonly type: import("vue").PropType<Function>;
|
|
570
|
-
readonly required: false;
|
|
571
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
-
__epPropKey: true;
|
|
573
|
-
};
|
|
574
|
-
readonly placeholder: {
|
|
575
|
-
readonly type: import("vue").PropType<string>;
|
|
576
|
-
readonly required: false;
|
|
577
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
|
-
__epPropKey: true;
|
|
579
|
-
};
|
|
580
|
-
readonly form: {
|
|
581
|
-
readonly type: import("vue").PropType<string>;
|
|
582
|
-
readonly required: false;
|
|
583
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
584
|
-
__epPropKey: true;
|
|
585
|
-
};
|
|
586
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
587
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
588
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
589
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
590
|
-
readonly suffixIcon: {
|
|
591
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
592
|
-
readonly required: false;
|
|
593
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
594
|
-
__epPropKey: true;
|
|
595
|
-
};
|
|
596
|
-
readonly prefixIcon: {
|
|
597
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
598
|
-
readonly required: false;
|
|
599
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
-
__epPropKey: true;
|
|
601
|
-
};
|
|
602
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
603
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
604
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
605
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
606
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
607
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
608
|
-
}>> & {
|
|
609
|
-
onChange?: ((value: string) => any) | undefined;
|
|
610
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
611
|
-
onInput?: ((value: string) => any) | undefined;
|
|
612
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
613
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
614
|
-
onClear?: (() => any) | undefined;
|
|
615
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
616
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
617
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
618
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
619
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
620
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
621
|
-
}>>;
|
|
622
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => 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);
|
|
623
|
-
rawAttrs: {
|
|
624
|
-
[x: string]: unknown;
|
|
625
|
-
};
|
|
626
|
-
slots: Readonly<{
|
|
627
|
-
[name: string]: import("vue").Slot | undefined;
|
|
628
|
-
}>;
|
|
629
|
-
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
630
|
-
containerKls: import("vue").ComputedRef<unknown[]>;
|
|
631
|
-
wrapperKls: import("vue").ComputedRef<string[]>;
|
|
632
|
-
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
633
|
-
elForm: import("element-plus/es/components").FormContext | undefined;
|
|
634
|
-
elFormItem: import("element-plus/es/components").FormItemContext | undefined;
|
|
635
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
636
|
-
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
637
|
-
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
638
|
-
nsInput: {
|
|
639
|
-
namespace: import("vue").ComputedRef<string>;
|
|
640
|
-
b: (blockSuffix?: string) => string;
|
|
641
|
-
e: (element?: string | undefined) => string;
|
|
642
|
-
m: (modifier?: string | undefined) => string;
|
|
643
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
644
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
645
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
646
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
647
|
-
is: {
|
|
648
|
-
(name: string, state: boolean | undefined): string;
|
|
649
|
-
(name: string): string;
|
|
650
|
-
};
|
|
651
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
652
|
-
cssVarName: (name: string) => string;
|
|
653
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
654
|
-
cssVarBlockName: (name: string) => string;
|
|
655
|
-
};
|
|
656
|
-
nsTextarea: {
|
|
657
|
-
namespace: import("vue").ComputedRef<string>;
|
|
658
|
-
b: (blockSuffix?: string) => string;
|
|
659
|
-
e: (element?: string | undefined) => string;
|
|
660
|
-
m: (modifier?: string | undefined) => string;
|
|
661
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
662
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
663
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
664
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
665
|
-
is: {
|
|
666
|
-
(name: string, state: boolean | undefined): string;
|
|
667
|
-
(name: string): string;
|
|
668
|
-
};
|
|
669
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
670
|
-
cssVarName: (name: string) => string;
|
|
671
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
672
|
-
cssVarBlockName: (name: string) => string;
|
|
673
|
-
};
|
|
674
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
675
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
676
|
-
hovering: import("vue").Ref<boolean>;
|
|
677
|
-
isComposing: import("vue").Ref<boolean>;
|
|
678
|
-
passwordVisible: import("vue").Ref<boolean>;
|
|
679
|
-
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
680
|
-
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
681
|
-
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
682
|
-
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
683
|
-
isFocused: import("vue").Ref<boolean>;
|
|
684
|
-
handleFocus: (event: FocusEvent) => void;
|
|
685
|
-
handleBlur: (event: FocusEvent) => void;
|
|
686
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
687
|
-
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
688
|
-
validateIcon: import("vue").ComputedRef<any>;
|
|
689
|
-
passwordIcon: import("vue").ComputedRef<any>;
|
|
690
|
-
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
691
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
692
|
-
nativeInputValue: import("vue").ComputedRef<string>;
|
|
693
|
-
showClear: import("vue").ComputedRef<boolean>;
|
|
694
|
-
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
695
|
-
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
696
|
-
textLength: import("vue").ComputedRef<number>;
|
|
697
|
-
inputExceed: import("vue").ComputedRef<boolean>;
|
|
698
|
-
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
699
|
-
recordCursor: () => void;
|
|
700
|
-
setCursor: () => void;
|
|
701
|
-
resizeTextarea: () => void;
|
|
702
|
-
createOnceInitResize: (resizeTextarea: () => void) => () => void;
|
|
703
|
-
onceInitSizeTextarea: () => void;
|
|
704
|
-
setNativeInputValue: () => void;
|
|
705
|
-
handleInput: (event: Event) => Promise<void>;
|
|
706
|
-
handleChange: (event: Event) => void;
|
|
707
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
708
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
709
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
710
|
-
handlePasswordVisible: () => void;
|
|
711
|
-
focus: () => Promise<void>;
|
|
712
|
-
blur: () => void | undefined;
|
|
713
|
-
handleMouseLeave: (evt: MouseEvent) => void;
|
|
714
|
-
handleMouseEnter: (evt: MouseEvent) => void;
|
|
715
|
-
handleKeydown: (evt: KeyboardEvent) => void;
|
|
716
|
-
select: () => void;
|
|
717
|
-
clear: () => void;
|
|
718
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
719
|
-
readonly size: {
|
|
720
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
721
|
-
readonly required: false;
|
|
722
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
723
|
-
__epPropKey: true;
|
|
724
|
-
};
|
|
725
|
-
readonly color: {
|
|
726
|
-
readonly type: import("vue").PropType<string>;
|
|
727
|
-
readonly required: false;
|
|
728
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
729
|
-
__epPropKey: true;
|
|
730
|
-
};
|
|
731
|
-
}, {
|
|
732
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
733
|
-
readonly size: {
|
|
734
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
735
|
-
readonly required: false;
|
|
736
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
737
|
-
__epPropKey: true;
|
|
738
|
-
};
|
|
739
|
-
readonly color: {
|
|
740
|
-
readonly type: import("vue").PropType<string>;
|
|
741
|
-
readonly required: false;
|
|
742
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
743
|
-
__epPropKey: true;
|
|
744
|
-
};
|
|
745
|
-
}>> & {
|
|
746
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
747
|
-
}>>;
|
|
748
|
-
ns: {
|
|
749
|
-
namespace: import("vue").ComputedRef<string>;
|
|
750
|
-
b: (blockSuffix?: string) => string;
|
|
751
|
-
e: (element?: string | undefined) => string;
|
|
752
|
-
m: (modifier?: string | undefined) => string;
|
|
753
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
754
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
755
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
756
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
757
|
-
is: {
|
|
758
|
-
(name: string, state: boolean | undefined): string;
|
|
759
|
-
(name: string): string;
|
|
760
|
-
};
|
|
761
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
762
|
-
cssVarName: (name: string) => string;
|
|
763
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
764
|
-
cssVarBlockName: (name: string) => string;
|
|
765
|
-
};
|
|
766
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
767
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
768
|
-
readonly size: {
|
|
769
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
770
|
-
readonly required: false;
|
|
771
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
772
|
-
__epPropKey: true;
|
|
773
|
-
};
|
|
774
|
-
readonly color: {
|
|
775
|
-
readonly type: import("vue").PropType<string>;
|
|
776
|
-
readonly required: false;
|
|
777
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
778
|
-
__epPropKey: true;
|
|
779
|
-
};
|
|
780
|
-
}>>, {}>> & Record<string, any>;
|
|
781
|
-
CircleClose: any;
|
|
782
|
-
NOOP: () => void;
|
|
783
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
784
|
-
"update:modelValue": (value: string) => boolean;
|
|
785
|
-
input: (value: string) => boolean;
|
|
786
|
-
change: (value: string) => boolean;
|
|
787
|
-
focus: (evt: FocusEvent) => boolean;
|
|
788
|
-
blur: (evt: FocusEvent) => boolean;
|
|
789
|
-
clear: () => boolean;
|
|
790
|
-
mouseleave: (evt: MouseEvent) => boolean;
|
|
791
|
-
mouseenter: (evt: MouseEvent) => boolean;
|
|
792
|
-
keydown: (evt: Event | KeyboardEvent) => boolean;
|
|
793
|
-
compositionstart: (evt: CompositionEvent) => boolean;
|
|
794
|
-
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
795
|
-
compositionend: (evt: CompositionEvent) => boolean;
|
|
796
|
-
}, string, {
|
|
797
|
-
readonly type: string;
|
|
798
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
799
|
-
readonly id: string;
|
|
800
|
-
readonly disabled: boolean;
|
|
801
|
-
readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
802
|
-
readonly autosize: import("element-plus/es/components").InputAutoSize;
|
|
803
|
-
readonly autocomplete: string;
|
|
804
|
-
readonly readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
805
|
-
readonly showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
806
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
807
|
-
readonly containerRole: string;
|
|
808
|
-
readonly label: string;
|
|
809
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
810
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
811
|
-
readonly inputStyle: import("vue").StyleValue;
|
|
812
|
-
readonly autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
813
|
-
}> & {
|
|
814
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
815
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
816
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
817
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
818
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
819
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
820
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
821
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
822
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
823
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
824
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
825
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
826
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
827
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
828
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
829
|
-
};
|
|
830
|
-
$forceUpdate: () => void;
|
|
831
|
-
$nextTick: typeof import("vue").nextTick;
|
|
832
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
833
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
834
|
-
readonly ariaLabel: StringConstructor;
|
|
835
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
836
|
-
readonly size: {
|
|
837
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
838
|
-
readonly required: false;
|
|
839
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
840
|
-
__epPropKey: true;
|
|
841
|
-
};
|
|
842
|
-
readonly disabled: BooleanConstructor;
|
|
843
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
844
|
-
readonly maxlength: {
|
|
845
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
846
|
-
readonly required: false;
|
|
847
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
848
|
-
__epPropKey: true;
|
|
849
|
-
};
|
|
850
|
-
readonly minlength: {
|
|
851
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
852
|
-
readonly required: false;
|
|
853
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
854
|
-
__epPropKey: true;
|
|
855
|
-
};
|
|
856
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
857
|
-
readonly resize: {
|
|
858
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
859
|
-
readonly required: false;
|
|
860
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
861
|
-
__epPropKey: true;
|
|
862
|
-
};
|
|
863
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
864
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
865
|
-
readonly formatter: {
|
|
866
|
-
readonly type: import("vue").PropType<Function>;
|
|
867
|
-
readonly required: false;
|
|
868
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
869
|
-
__epPropKey: true;
|
|
870
|
-
};
|
|
871
|
-
readonly parser: {
|
|
872
|
-
readonly type: import("vue").PropType<Function>;
|
|
873
|
-
readonly required: false;
|
|
874
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
875
|
-
__epPropKey: true;
|
|
876
|
-
};
|
|
877
|
-
readonly placeholder: {
|
|
878
|
-
readonly type: import("vue").PropType<string>;
|
|
879
|
-
readonly required: false;
|
|
880
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
881
|
-
__epPropKey: true;
|
|
882
|
-
};
|
|
883
|
-
readonly form: {
|
|
884
|
-
readonly type: import("vue").PropType<string>;
|
|
885
|
-
readonly required: false;
|
|
886
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
887
|
-
__epPropKey: true;
|
|
888
|
-
};
|
|
889
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
890
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
891
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
892
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
893
|
-
readonly suffixIcon: {
|
|
894
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
895
|
-
readonly required: false;
|
|
896
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
|
-
__epPropKey: true;
|
|
898
|
-
};
|
|
899
|
-
readonly prefixIcon: {
|
|
900
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
901
|
-
readonly required: false;
|
|
902
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
903
|
-
__epPropKey: true;
|
|
904
|
-
};
|
|
905
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
906
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
907
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
908
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
909
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
910
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
911
|
-
}>> & {
|
|
912
|
-
onChange?: ((value: string) => any) | undefined;
|
|
913
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
914
|
-
onInput?: ((value: string) => any) | undefined;
|
|
915
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
916
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
917
|
-
onClear?: (() => any) | undefined;
|
|
918
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
919
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
920
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
921
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
922
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
923
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
924
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
925
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
926
|
-
readonly ariaLabel: StringConstructor;
|
|
927
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
928
|
-
readonly size: {
|
|
929
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
930
|
-
readonly required: false;
|
|
931
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
932
|
-
__epPropKey: true;
|
|
933
|
-
};
|
|
934
|
-
readonly disabled: BooleanConstructor;
|
|
935
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
936
|
-
readonly maxlength: {
|
|
937
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
938
|
-
readonly required: false;
|
|
939
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
940
|
-
__epPropKey: true;
|
|
941
|
-
};
|
|
942
|
-
readonly minlength: {
|
|
943
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
944
|
-
readonly required: false;
|
|
945
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
946
|
-
__epPropKey: true;
|
|
947
|
-
};
|
|
948
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
949
|
-
readonly resize: {
|
|
950
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
951
|
-
readonly required: false;
|
|
952
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
953
|
-
__epPropKey: true;
|
|
954
|
-
};
|
|
955
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
956
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
957
|
-
readonly formatter: {
|
|
958
|
-
readonly type: import("vue").PropType<Function>;
|
|
959
|
-
readonly required: false;
|
|
960
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
961
|
-
__epPropKey: true;
|
|
962
|
-
};
|
|
963
|
-
readonly parser: {
|
|
964
|
-
readonly type: import("vue").PropType<Function>;
|
|
965
|
-
readonly required: false;
|
|
966
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
967
|
-
__epPropKey: true;
|
|
968
|
-
};
|
|
969
|
-
readonly placeholder: {
|
|
970
|
-
readonly type: import("vue").PropType<string>;
|
|
971
|
-
readonly required: false;
|
|
972
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
973
|
-
__epPropKey: true;
|
|
974
|
-
};
|
|
975
|
-
readonly form: {
|
|
976
|
-
readonly type: import("vue").PropType<string>;
|
|
977
|
-
readonly required: false;
|
|
978
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
979
|
-
__epPropKey: true;
|
|
980
|
-
};
|
|
981
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
982
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
983
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
984
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
985
|
-
readonly suffixIcon: {
|
|
986
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
987
|
-
readonly required: false;
|
|
988
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
989
|
-
__epPropKey: true;
|
|
990
|
-
};
|
|
991
|
-
readonly prefixIcon: {
|
|
992
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
993
|
-
readonly required: false;
|
|
994
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
995
|
-
__epPropKey: true;
|
|
996
|
-
};
|
|
997
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
998
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
999
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1000
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1001
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
1002
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1003
|
-
}>> & {
|
|
1004
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1005
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1006
|
-
onInput?: ((value: string) => any) | undefined;
|
|
1007
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1008
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1009
|
-
onClear?: (() => any) | undefined;
|
|
1010
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1011
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1012
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1013
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1014
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1015
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1016
|
-
}>>;
|
|
1017
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => 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);
|
|
1018
|
-
rawAttrs: {
|
|
1019
|
-
[x: string]: unknown;
|
|
1020
|
-
};
|
|
1021
|
-
slots: Readonly<{
|
|
1022
|
-
[name: string]: import("vue").Slot | undefined;
|
|
1023
|
-
}>;
|
|
1024
|
-
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
1025
|
-
containerKls: import("vue").ComputedRef<unknown[]>;
|
|
1026
|
-
wrapperKls: import("vue").ComputedRef<string[]>;
|
|
1027
|
-
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
1028
|
-
elForm: import("element-plus/es/components").FormContext | undefined;
|
|
1029
|
-
elFormItem: import("element-plus/es/components").FormItemContext | undefined;
|
|
1030
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
1031
|
-
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1032
|
-
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
1033
|
-
nsInput: {
|
|
1034
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1035
|
-
b: (blockSuffix?: string) => string;
|
|
1036
|
-
e: (element?: string | undefined) => string;
|
|
1037
|
-
m: (modifier?: string | undefined) => string;
|
|
1038
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1039
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1040
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1041
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1042
|
-
is: {
|
|
1043
|
-
(name: string, state: boolean | undefined): string;
|
|
1044
|
-
(name: string): string;
|
|
1045
|
-
};
|
|
1046
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1047
|
-
cssVarName: (name: string) => string;
|
|
1048
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1049
|
-
cssVarBlockName: (name: string) => string;
|
|
1050
|
-
};
|
|
1051
|
-
nsTextarea: {
|
|
1052
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1053
|
-
b: (blockSuffix?: string) => string;
|
|
1054
|
-
e: (element?: string | undefined) => string;
|
|
1055
|
-
m: (modifier?: string | undefined) => string;
|
|
1056
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1057
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1058
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1059
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1060
|
-
is: {
|
|
1061
|
-
(name: string, state: boolean | undefined): string;
|
|
1062
|
-
(name: string): string;
|
|
1063
|
-
};
|
|
1064
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1065
|
-
cssVarName: (name: string) => string;
|
|
1066
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1067
|
-
cssVarBlockName: (name: string) => string;
|
|
1068
|
-
};
|
|
1069
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
1070
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
1071
|
-
hovering: import("vue").Ref<boolean>;
|
|
1072
|
-
isComposing: import("vue").Ref<boolean>;
|
|
1073
|
-
passwordVisible: import("vue").Ref<boolean>;
|
|
1074
|
-
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
1075
|
-
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
1076
|
-
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1077
|
-
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1078
|
-
isFocused: import("vue").Ref<boolean>;
|
|
1079
|
-
handleFocus: (event: FocusEvent) => void;
|
|
1080
|
-
handleBlur: (event: FocusEvent) => void;
|
|
1081
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1082
|
-
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
1083
|
-
validateIcon: import("vue").ComputedRef<any>;
|
|
1084
|
-
passwordIcon: import("vue").ComputedRef<any>;
|
|
1085
|
-
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1086
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1087
|
-
nativeInputValue: import("vue").ComputedRef<string>;
|
|
1088
|
-
showClear: import("vue").ComputedRef<boolean>;
|
|
1089
|
-
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
1090
|
-
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
1091
|
-
textLength: import("vue").ComputedRef<number>;
|
|
1092
|
-
inputExceed: import("vue").ComputedRef<boolean>;
|
|
1093
|
-
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
1094
|
-
recordCursor: () => void;
|
|
1095
|
-
setCursor: () => void;
|
|
1096
|
-
resizeTextarea: () => void;
|
|
1097
|
-
createOnceInitResize: (resizeTextarea: () => void) => () => void;
|
|
1098
|
-
onceInitSizeTextarea: () => void;
|
|
1099
|
-
setNativeInputValue: () => void;
|
|
1100
|
-
handleInput: (event: Event) => Promise<void>;
|
|
1101
|
-
handleChange: (event: Event) => void;
|
|
1102
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1103
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1104
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1105
|
-
handlePasswordVisible: () => void;
|
|
1106
|
-
focus: () => Promise<void>;
|
|
1107
|
-
blur: () => void | undefined;
|
|
1108
|
-
handleMouseLeave: (evt: MouseEvent) => void;
|
|
1109
|
-
handleMouseEnter: (evt: MouseEvent) => void;
|
|
1110
|
-
handleKeydown: (evt: KeyboardEvent) => void;
|
|
1111
|
-
select: () => void;
|
|
1112
|
-
clear: () => void;
|
|
1113
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1114
|
-
readonly size: {
|
|
1115
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1116
|
-
readonly required: false;
|
|
1117
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1118
|
-
__epPropKey: true;
|
|
1119
|
-
};
|
|
1120
|
-
readonly color: {
|
|
1121
|
-
readonly type: import("vue").PropType<string>;
|
|
1122
|
-
readonly required: false;
|
|
1123
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1124
|
-
__epPropKey: true;
|
|
1125
|
-
};
|
|
1126
|
-
}, {
|
|
1127
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1128
|
-
readonly size: {
|
|
1129
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1130
|
-
readonly required: false;
|
|
1131
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1132
|
-
__epPropKey: true;
|
|
1133
|
-
};
|
|
1134
|
-
readonly color: {
|
|
1135
|
-
readonly type: import("vue").PropType<string>;
|
|
1136
|
-
readonly required: false;
|
|
1137
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1138
|
-
__epPropKey: true;
|
|
1139
|
-
};
|
|
1140
|
-
}>> & {
|
|
1141
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1142
|
-
}>>;
|
|
1143
|
-
ns: {
|
|
1144
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1145
|
-
b: (blockSuffix?: string) => string;
|
|
1146
|
-
e: (element?: string | undefined) => string;
|
|
1147
|
-
m: (modifier?: string | undefined) => string;
|
|
1148
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1149
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1150
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1151
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1152
|
-
is: {
|
|
1153
|
-
(name: string, state: boolean | undefined): string;
|
|
1154
|
-
(name: string): string;
|
|
1155
|
-
};
|
|
1156
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1157
|
-
cssVarName: (name: string) => string;
|
|
1158
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1159
|
-
cssVarBlockName: (name: string) => string;
|
|
1160
|
-
};
|
|
1161
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1162
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1163
|
-
readonly size: {
|
|
1164
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1165
|
-
readonly required: false;
|
|
1166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1167
|
-
__epPropKey: true;
|
|
1168
|
-
};
|
|
1169
|
-
readonly color: {
|
|
1170
|
-
readonly type: import("vue").PropType<string>;
|
|
1171
|
-
readonly required: false;
|
|
1172
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1173
|
-
__epPropKey: true;
|
|
1174
|
-
};
|
|
1175
|
-
}>>, {}>> & Record<string, any>;
|
|
1176
|
-
CircleClose: any;
|
|
1177
|
-
NOOP: () => void;
|
|
1178
|
-
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
1179
|
-
data: {
|
|
1180
|
-
currentValue: number | null | undefined;
|
|
1181
|
-
userInput: string | number | null;
|
|
1182
|
-
};
|
|
1183
|
-
formItem: import("element-plus").FormItemContext | undefined;
|
|
1184
|
-
minDisabled: import("vue").ComputedRef<boolean>;
|
|
1185
|
-
maxDisabled: import("vue").ComputedRef<boolean>;
|
|
1186
|
-
numPrecision: import("vue").ComputedRef<number>;
|
|
1187
|
-
controlsAtRight: import("vue").ComputedRef<boolean>;
|
|
1188
|
-
inputNumberSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1189
|
-
inputNumberDisabled: import("vue").ComputedRef<boolean>;
|
|
1190
|
-
displayValue: import("vue").ComputedRef<string | number>;
|
|
1191
|
-
toPrecision: (num: number, pre?: number | undefined) => number;
|
|
1192
|
-
getPrecision: (value: number | null | undefined) => number;
|
|
1193
|
-
ensurePrecision: (val: number, coefficient?: 1 | -1) => number | null | undefined;
|
|
1194
|
-
increase: () => void;
|
|
1195
|
-
decrease: () => void;
|
|
1196
|
-
verifyValue: (value: string | number | null | undefined, update?: boolean | undefined) => number | null | undefined;
|
|
1197
|
-
setCurrentValue: (value: string | number | null | undefined, emitChange?: boolean) => void;
|
|
1198
|
-
handleInput: (value: string) => void;
|
|
1199
|
-
handleInputChange: (value: string) => void;
|
|
1200
|
-
focus: () => void;
|
|
1201
|
-
blur: () => void;
|
|
1202
|
-
handleFocus: (event: MouseEvent | FocusEvent) => void;
|
|
1203
|
-
handleBlur: (event: MouseEvent | FocusEvent) => void;
|
|
1204
|
-
setCurrentValueToModelValue: () => void;
|
|
1205
|
-
handleWheel: (e: WheelEvent) => void;
|
|
1206
|
-
ElInput: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1207
|
-
readonly ariaLabel: StringConstructor;
|
|
1208
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1209
|
-
readonly size: {
|
|
1210
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1211
|
-
readonly required: false;
|
|
1212
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1213
|
-
__epPropKey: true;
|
|
1214
|
-
};
|
|
1215
|
-
readonly disabled: BooleanConstructor;
|
|
1216
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
1217
|
-
readonly maxlength: {
|
|
1218
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1219
|
-
readonly required: false;
|
|
1220
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1221
|
-
__epPropKey: true;
|
|
1222
|
-
};
|
|
1223
|
-
readonly minlength: {
|
|
1224
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1225
|
-
readonly required: false;
|
|
1226
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1227
|
-
__epPropKey: true;
|
|
1228
|
-
};
|
|
1229
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1230
|
-
readonly resize: {
|
|
1231
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
1232
|
-
readonly required: false;
|
|
1233
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1234
|
-
__epPropKey: true;
|
|
1235
|
-
};
|
|
1236
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components").InputAutoSize & {}) | (() => import("element-plus/es/components").InputAutoSize) | ((new (...args: any[]) => import("element-plus/es/components").InputAutoSize & {}) | (() => import("element-plus/es/components").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1237
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1238
|
-
readonly formatter: {
|
|
1239
|
-
readonly type: import("vue").PropType<Function>;
|
|
1240
|
-
readonly required: false;
|
|
1241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1242
|
-
__epPropKey: true;
|
|
1243
|
-
};
|
|
1244
|
-
readonly parser: {
|
|
1245
|
-
readonly type: import("vue").PropType<Function>;
|
|
1246
|
-
readonly required: false;
|
|
1247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1248
|
-
__epPropKey: true;
|
|
1249
|
-
};
|
|
1250
|
-
readonly placeholder: {
|
|
1251
|
-
readonly type: import("vue").PropType<string>;
|
|
1252
|
-
readonly required: false;
|
|
1253
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1254
|
-
__epPropKey: true;
|
|
1255
|
-
};
|
|
1256
|
-
readonly form: {
|
|
1257
|
-
readonly type: import("vue").PropType<string>;
|
|
1258
|
-
readonly required: false;
|
|
1259
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1260
|
-
__epPropKey: true;
|
|
1261
|
-
};
|
|
1262
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1263
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1264
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1265
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1266
|
-
readonly suffixIcon: {
|
|
1267
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1268
|
-
readonly required: false;
|
|
1269
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1270
|
-
__epPropKey: true;
|
|
1271
|
-
};
|
|
1272
|
-
readonly prefixIcon: {
|
|
1273
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1274
|
-
readonly required: false;
|
|
1275
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1276
|
-
__epPropKey: true;
|
|
1277
|
-
};
|
|
1278
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1279
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1280
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1281
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1282
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
1283
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
261
|
+
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1284
262
|
}, {
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1288
|
-
readonly size: {
|
|
1289
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1290
|
-
readonly required: false;
|
|
1291
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1292
|
-
__epPropKey: true;
|
|
1293
|
-
};
|
|
1294
|
-
readonly disabled: BooleanConstructor;
|
|
1295
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
1296
|
-
readonly maxlength: {
|
|
1297
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1298
|
-
readonly required: false;
|
|
1299
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1300
|
-
__epPropKey: true;
|
|
1301
|
-
};
|
|
1302
|
-
readonly minlength: {
|
|
1303
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1304
|
-
readonly required: false;
|
|
1305
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1306
|
-
__epPropKey: true;
|
|
1307
|
-
};
|
|
1308
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1309
|
-
readonly resize: {
|
|
1310
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
1311
|
-
readonly required: false;
|
|
1312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1313
|
-
__epPropKey: true;
|
|
1314
|
-
};
|
|
1315
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1316
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1317
|
-
readonly formatter: {
|
|
1318
|
-
readonly type: import("vue").PropType<Function>;
|
|
1319
|
-
readonly required: false;
|
|
1320
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1321
|
-
__epPropKey: true;
|
|
1322
|
-
};
|
|
1323
|
-
readonly parser: {
|
|
1324
|
-
readonly type: import("vue").PropType<Function>;
|
|
1325
|
-
readonly required: false;
|
|
1326
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1327
|
-
__epPropKey: true;
|
|
1328
|
-
};
|
|
1329
|
-
readonly placeholder: {
|
|
1330
|
-
readonly type: import("vue").PropType<string>;
|
|
1331
|
-
readonly required: false;
|
|
1332
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1333
|
-
__epPropKey: true;
|
|
1334
|
-
};
|
|
1335
|
-
readonly form: {
|
|
1336
|
-
readonly type: import("vue").PropType<string>;
|
|
1337
|
-
readonly required: false;
|
|
1338
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1339
|
-
__epPropKey: true;
|
|
1340
|
-
};
|
|
1341
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1342
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1343
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1344
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1345
|
-
readonly suffixIcon: {
|
|
1346
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1347
|
-
readonly required: false;
|
|
1348
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1349
|
-
__epPropKey: true;
|
|
1350
|
-
};
|
|
1351
|
-
readonly prefixIcon: {
|
|
1352
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1353
|
-
readonly required: false;
|
|
1354
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1355
|
-
__epPropKey: true;
|
|
1356
|
-
};
|
|
1357
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1358
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1359
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1360
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1361
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
1362
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1363
|
-
}>> & {
|
|
1364
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1365
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1366
|
-
onInput?: ((value: string) => any) | undefined;
|
|
1367
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1368
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1369
|
-
onClear?: (() => any) | undefined;
|
|
1370
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1371
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1372
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1373
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1374
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1375
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1376
|
-
}>>;
|
|
1377
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => 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);
|
|
1378
|
-
rawAttrs: {
|
|
1379
|
-
[x: string]: unknown;
|
|
1380
|
-
};
|
|
1381
|
-
slots: Readonly<{
|
|
1382
|
-
[name: string]: import("vue").Slot | undefined;
|
|
1383
|
-
}>;
|
|
1384
|
-
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
1385
|
-
containerKls: import("vue").ComputedRef<unknown[]>;
|
|
1386
|
-
wrapperKls: import("vue").ComputedRef<string[]>;
|
|
1387
|
-
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
1388
|
-
elForm: import("element-plus/es/components").FormContext | undefined;
|
|
1389
|
-
elFormItem: import("element-plus/es/components").FormItemContext | undefined;
|
|
1390
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
1391
|
-
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1392
|
-
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
1393
|
-
nsInput: {
|
|
1394
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1395
|
-
b: (blockSuffix?: string) => string;
|
|
1396
|
-
e: (element?: string | undefined) => string;
|
|
1397
|
-
m: (modifier?: string | undefined) => string;
|
|
1398
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1399
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1400
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1401
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1402
|
-
is: {
|
|
1403
|
-
(name: string, state: boolean | undefined): string;
|
|
1404
|
-
(name: string): string;
|
|
1405
|
-
};
|
|
1406
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1407
|
-
cssVarName: (name: string) => string;
|
|
1408
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1409
|
-
cssVarBlockName: (name: string) => string;
|
|
1410
|
-
};
|
|
1411
|
-
nsTextarea: {
|
|
1412
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1413
|
-
b: (blockSuffix?: string) => string;
|
|
1414
|
-
e: (element?: string | undefined) => string;
|
|
1415
|
-
m: (modifier?: string | undefined) => string;
|
|
1416
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1417
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1418
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1419
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1420
|
-
is: {
|
|
1421
|
-
(name: string, state: boolean | undefined): string;
|
|
1422
|
-
(name: string): string;
|
|
1423
|
-
};
|
|
1424
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1425
|
-
cssVarName: (name: string) => string;
|
|
1426
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1427
|
-
cssVarBlockName: (name: string) => string;
|
|
1428
|
-
};
|
|
1429
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
1430
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
1431
|
-
hovering: import("vue").Ref<boolean>;
|
|
1432
|
-
isComposing: import("vue").Ref<boolean>;
|
|
1433
|
-
passwordVisible: import("vue").Ref<boolean>;
|
|
1434
|
-
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
1435
|
-
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
1436
|
-
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1437
|
-
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1438
|
-
isFocused: import("vue").Ref<boolean>;
|
|
1439
|
-
handleFocus: (event: FocusEvent) => void;
|
|
1440
|
-
handleBlur: (event: FocusEvent) => void;
|
|
1441
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1442
|
-
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
1443
|
-
validateIcon: import("vue").ComputedRef<any>;
|
|
1444
|
-
passwordIcon: import("vue").ComputedRef<any>;
|
|
1445
|
-
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1446
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1447
|
-
nativeInputValue: import("vue").ComputedRef<string>;
|
|
1448
|
-
showClear: import("vue").ComputedRef<boolean>;
|
|
1449
|
-
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
1450
|
-
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
1451
|
-
textLength: import("vue").ComputedRef<number>;
|
|
1452
|
-
inputExceed: import("vue").ComputedRef<boolean>;
|
|
1453
|
-
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
1454
|
-
recordCursor: () => void;
|
|
1455
|
-
setCursor: () => void;
|
|
1456
|
-
resizeTextarea: () => void;
|
|
1457
|
-
createOnceInitResize: (resizeTextarea: () => void) => () => void;
|
|
1458
|
-
onceInitSizeTextarea: () => void;
|
|
1459
|
-
setNativeInputValue: () => void;
|
|
1460
|
-
handleInput: (event: Event) => Promise<void>;
|
|
1461
|
-
handleChange: (event: Event) => void;
|
|
1462
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1463
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1464
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1465
|
-
handlePasswordVisible: () => void;
|
|
1466
|
-
focus: () => Promise<void>;
|
|
1467
|
-
blur: () => void | undefined;
|
|
1468
|
-
handleMouseLeave: (evt: MouseEvent) => void;
|
|
1469
|
-
handleMouseEnter: (evt: MouseEvent) => void;
|
|
1470
|
-
handleKeydown: (evt: KeyboardEvent) => void;
|
|
1471
|
-
select: () => void;
|
|
1472
|
-
clear: () => void;
|
|
1473
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1474
|
-
readonly size: {
|
|
1475
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1476
|
-
readonly required: false;
|
|
1477
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1478
|
-
__epPropKey: true;
|
|
1479
|
-
};
|
|
1480
|
-
readonly color: {
|
|
1481
|
-
readonly type: import("vue").PropType<string>;
|
|
1482
|
-
readonly required: false;
|
|
1483
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1484
|
-
__epPropKey: true;
|
|
1485
|
-
};
|
|
1486
|
-
}, {
|
|
1487
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1488
|
-
readonly size: {
|
|
1489
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1490
|
-
readonly required: false;
|
|
1491
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1492
|
-
__epPropKey: true;
|
|
1493
|
-
};
|
|
1494
|
-
readonly color: {
|
|
1495
|
-
readonly type: import("vue").PropType<string>;
|
|
1496
|
-
readonly required: false;
|
|
1497
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1498
|
-
__epPropKey: true;
|
|
1499
|
-
};
|
|
1500
|
-
}>> & {
|
|
1501
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1502
|
-
}>>;
|
|
1503
|
-
ns: {
|
|
1504
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1505
|
-
b: (blockSuffix?: string) => string;
|
|
1506
|
-
e: (element?: string | undefined) => string;
|
|
1507
|
-
m: (modifier?: string | undefined) => string;
|
|
1508
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1509
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1510
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1511
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1512
|
-
is: {
|
|
1513
|
-
(name: string, state: boolean | undefined): string;
|
|
1514
|
-
(name: string): string;
|
|
1515
|
-
};
|
|
1516
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1517
|
-
cssVarName: (name: string) => string;
|
|
1518
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1519
|
-
cssVarBlockName: (name: string) => string;
|
|
1520
|
-
};
|
|
1521
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1522
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1523
|
-
readonly size: {
|
|
1524
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1525
|
-
readonly required: false;
|
|
1526
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1527
|
-
__epPropKey: true;
|
|
1528
|
-
};
|
|
1529
|
-
readonly color: {
|
|
1530
|
-
readonly type: import("vue").PropType<string>;
|
|
1531
|
-
readonly required: false;
|
|
1532
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1533
|
-
__epPropKey: true;
|
|
1534
|
-
};
|
|
1535
|
-
}>>, {}>> & Record<string, any>;
|
|
1536
|
-
CircleClose: any;
|
|
1537
|
-
NOOP: () => void;
|
|
263
|
+
focus: () => void;
|
|
264
|
+
blur: () => void;
|
|
1538
265
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1539
|
-
"update:modelValue": (
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
266
|
+
"update:modelValue": (val: number | undefined) => void;
|
|
267
|
+
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
268
|
+
input: (val: number | null | undefined) => void;
|
|
269
|
+
blur: (e: FocusEvent) => void;
|
|
270
|
+
focus: (e: FocusEvent) => void;
|
|
271
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
272
|
+
readonly disabled: boolean;
|
|
273
|
+
readonly id: string;
|
|
274
|
+
readonly valueOnClear: any;
|
|
275
|
+
readonly readonly: boolean;
|
|
276
|
+
readonly min: number;
|
|
277
|
+
readonly max: number;
|
|
278
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
279
|
+
readonly step: number;
|
|
280
|
+
readonly controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
281
|
+
readonly controlsPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
282
|
+
readonly stepStrictly: boolean;
|
|
283
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
284
|
+
P: {};
|
|
285
|
+
B: {};
|
|
286
|
+
D: {};
|
|
287
|
+
C: {};
|
|
288
|
+
M: {};
|
|
289
|
+
Defaults: {};
|
|
290
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1552
291
|
readonly ariaLabel: StringConstructor;
|
|
1553
292
|
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1554
|
-
readonly
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
293
|
+
readonly step: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
294
|
+
readonly stepStrictly: BooleanConstructor;
|
|
295
|
+
readonly max: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
296
|
+
readonly min: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
297
|
+
readonly modelValue: NumberConstructor;
|
|
298
|
+
readonly readonly: BooleanConstructor;
|
|
1560
299
|
readonly disabled: BooleanConstructor;
|
|
1561
|
-
readonly
|
|
1562
|
-
|
|
1563
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1564
|
-
readonly required: false;
|
|
1565
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1566
|
-
__epPropKey: true;
|
|
1567
|
-
};
|
|
1568
|
-
readonly minlength: {
|
|
1569
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1570
|
-
readonly required: false;
|
|
1571
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1572
|
-
__epPropKey: true;
|
|
1573
|
-
};
|
|
1574
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1575
|
-
readonly resize: {
|
|
1576
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
1577
|
-
readonly required: false;
|
|
1578
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1579
|
-
__epPropKey: true;
|
|
1580
|
-
};
|
|
1581
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1582
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1583
|
-
readonly formatter: {
|
|
1584
|
-
readonly type: import("vue").PropType<Function>;
|
|
1585
|
-
readonly required: false;
|
|
1586
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1587
|
-
__epPropKey: true;
|
|
1588
|
-
};
|
|
1589
|
-
readonly parser: {
|
|
1590
|
-
readonly type: import("vue").PropType<Function>;
|
|
1591
|
-
readonly required: false;
|
|
1592
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1593
|
-
__epPropKey: true;
|
|
1594
|
-
};
|
|
1595
|
-
readonly placeholder: {
|
|
1596
|
-
readonly type: import("vue").PropType<string>;
|
|
1597
|
-
readonly required: false;
|
|
1598
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1599
|
-
__epPropKey: true;
|
|
1600
|
-
};
|
|
1601
|
-
readonly form: {
|
|
1602
|
-
readonly type: import("vue").PropType<string>;
|
|
1603
|
-
readonly required: false;
|
|
1604
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1605
|
-
__epPropKey: true;
|
|
1606
|
-
};
|
|
1607
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1608
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1609
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1610
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1611
|
-
readonly suffixIcon: {
|
|
1612
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
300
|
+
readonly size: {
|
|
301
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1613
302
|
readonly required: false;
|
|
1614
303
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1615
304
|
__epPropKey: true;
|
|
1616
305
|
};
|
|
1617
|
-
readonly
|
|
1618
|
-
|
|
306
|
+
readonly controls: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
307
|
+
readonly controlsPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
308
|
+
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
309
|
+
readonly name: StringConstructor;
|
|
310
|
+
readonly placeholder: StringConstructor;
|
|
311
|
+
readonly precision: {
|
|
312
|
+
readonly type: import("vue").PropType<number>;
|
|
1619
313
|
readonly required: false;
|
|
1620
314
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1621
315
|
__epPropKey: true;
|
|
1622
316
|
};
|
|
1623
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1624
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1625
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1626
317
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1627
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
1628
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1629
318
|
}>> & {
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
onClear?: (() => any) | undefined;
|
|
1636
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1637
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1638
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1639
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1640
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1641
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
319
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
320
|
+
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
321
|
+
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
322
|
+
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
323
|
+
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1642
324
|
}, {
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
325
|
+
focus: () => void;
|
|
326
|
+
blur: () => void;
|
|
327
|
+
}, {}, {}, {}, {
|
|
1646
328
|
readonly disabled: boolean;
|
|
1647
|
-
readonly
|
|
1648
|
-
readonly
|
|
1649
|
-
readonly
|
|
1650
|
-
readonly
|
|
1651
|
-
readonly
|
|
1652
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1653
|
-
readonly containerRole: string;
|
|
1654
|
-
readonly label: string;
|
|
1655
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
329
|
+
readonly id: string;
|
|
330
|
+
readonly valueOnClear: any;
|
|
331
|
+
readonly readonly: boolean;
|
|
332
|
+
readonly min: number;
|
|
333
|
+
readonly max: number;
|
|
1656
334
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1657
|
-
readonly
|
|
1658
|
-
readonly
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
};
|
|
1667
|
-
readonly color: {
|
|
1668
|
-
readonly type: import("vue").PropType<string>;
|
|
1669
|
-
readonly required: false;
|
|
1670
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1671
|
-
__epPropKey: true;
|
|
1672
|
-
};
|
|
1673
|
-
}, {
|
|
1674
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1675
|
-
readonly size: {
|
|
1676
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1677
|
-
readonly required: false;
|
|
1678
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1679
|
-
__epPropKey: true;
|
|
1680
|
-
};
|
|
1681
|
-
readonly color: {
|
|
1682
|
-
readonly type: import("vue").PropType<string>;
|
|
1683
|
-
readonly required: false;
|
|
1684
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1685
|
-
__epPropKey: true;
|
|
1686
|
-
};
|
|
1687
|
-
}>> & {
|
|
1688
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1689
|
-
}>>;
|
|
1690
|
-
ns: {
|
|
1691
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1692
|
-
b: (blockSuffix?: string) => string;
|
|
1693
|
-
e: (element?: string | undefined) => string;
|
|
1694
|
-
m: (modifier?: string | undefined) => string;
|
|
1695
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1696
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1697
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1698
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1699
|
-
is: {
|
|
1700
|
-
(name: string, state: boolean | undefined): string;
|
|
1701
|
-
(name: string): string;
|
|
1702
|
-
};
|
|
1703
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1704
|
-
cssVarName: (name: string) => string;
|
|
1705
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1706
|
-
cssVarBlockName: (name: string) => string;
|
|
1707
|
-
};
|
|
1708
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1709
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1710
|
-
readonly size: {
|
|
1711
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1712
|
-
readonly required: false;
|
|
1713
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1714
|
-
__epPropKey: true;
|
|
1715
|
-
};
|
|
1716
|
-
readonly color: {
|
|
1717
|
-
readonly type: import("vue").PropType<string>;
|
|
1718
|
-
readonly required: false;
|
|
1719
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1720
|
-
__epPropKey: true;
|
|
1721
|
-
};
|
|
1722
|
-
}>>, {}>> & Record<string, any>;
|
|
1723
|
-
vRepeatClick: import("vue").ObjectDirective<HTMLElement, import("element-plus/es/directives/repeat-click").RepeatClickOptions | ((...args: unknown[]) => unknown)>;
|
|
1724
|
-
ArrowDown: any;
|
|
1725
|
-
ArrowUp: any;
|
|
1726
|
-
Minus: any;
|
|
1727
|
-
Plus: any;
|
|
1728
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1729
|
-
change: (cur: number | undefined, prev: number | undefined) => boolean;
|
|
1730
|
-
blur: (e: FocusEvent) => boolean;
|
|
1731
|
-
focus: (e: FocusEvent) => boolean;
|
|
1732
|
-
input: (val: number | null | undefined) => boolean;
|
|
1733
|
-
"update:modelValue": (val: number | undefined) => boolean;
|
|
1734
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
335
|
+
readonly step: number;
|
|
336
|
+
readonly controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
337
|
+
readonly controlsPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
338
|
+
readonly stepStrictly: boolean;
|
|
339
|
+
}>;
|
|
340
|
+
__isFragment?: never;
|
|
341
|
+
__isTeleport?: never;
|
|
342
|
+
__isSuspense?: never;
|
|
343
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1735
344
|
readonly ariaLabel: StringConstructor;
|
|
1736
345
|
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1737
346
|
readonly step: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -1742,7 +351,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1742
351
|
readonly readonly: BooleanConstructor;
|
|
1743
352
|
readonly disabled: BooleanConstructor;
|
|
1744
353
|
readonly size: {
|
|
1745
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
354
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1746
355
|
readonly required: false;
|
|
1747
356
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1748
357
|
__epPropKey: true;
|
|
@@ -1751,7 +360,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1751
360
|
readonly controlsPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
1752
361
|
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
1753
362
|
readonly name: StringConstructor;
|
|
1754
|
-
readonly label: StringConstructor;
|
|
1755
363
|
readonly placeholder: StringConstructor;
|
|
1756
364
|
readonly precision: {
|
|
1757
365
|
readonly type: import("vue").PropType<number>;
|
|
@@ -1761,23 +369,39 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1761
369
|
};
|
|
1762
370
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1763
371
|
}>> & {
|
|
1764
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
1765
372
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1766
|
-
|
|
373
|
+
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
1767
374
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1768
375
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
376
|
+
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1769
377
|
}, {
|
|
1770
|
-
|
|
378
|
+
focus: () => void;
|
|
379
|
+
blur: () => void;
|
|
380
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
381
|
+
"update:modelValue": (val: number | undefined) => void;
|
|
382
|
+
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
383
|
+
input: (val: number | null | undefined) => void;
|
|
384
|
+
blur: (e: FocusEvent) => void;
|
|
385
|
+
focus: (e: FocusEvent) => void;
|
|
386
|
+
}, string, {
|
|
1771
387
|
readonly disabled: boolean;
|
|
1772
|
-
readonly
|
|
1773
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1774
|
-
readonly max: number;
|
|
388
|
+
readonly id: string;
|
|
1775
389
|
readonly valueOnClear: any;
|
|
1776
|
-
readonly
|
|
390
|
+
readonly readonly: boolean;
|
|
1777
391
|
readonly min: number;
|
|
392
|
+
readonly max: number;
|
|
393
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1778
394
|
readonly step: number;
|
|
395
|
+
readonly controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1779
396
|
readonly controlsPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
1780
397
|
readonly stepStrictly: boolean;
|
|
1781
|
-
}, {},
|
|
398
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
399
|
+
$slots: {
|
|
400
|
+
"decrease-icon"?(_: {}): any;
|
|
401
|
+
"increase-icon"?(_: {}): any;
|
|
402
|
+
prefix?(_: {}): any;
|
|
403
|
+
suffix?(_: {}): any;
|
|
404
|
+
};
|
|
405
|
+
})>;
|
|
1782
406
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1783
407
|
export default _default;
|