@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
|
@@ -49,7 +49,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
49
49
|
label: StringConstructor;
|
|
50
50
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
51
51
|
prop: {
|
|
52
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
52
|
+
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>>;
|
|
53
53
|
readonly required: false;
|
|
54
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
55
|
__epPropKey: true;
|
|
@@ -62,7 +62,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
62
|
};
|
|
63
63
|
error: StringConstructor;
|
|
64
64
|
validateStatus: {
|
|
65
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
65
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
66
66
|
readonly required: false;
|
|
67
67
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
68
|
__epPropKey: true;
|
|
@@ -200,7 +200,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
200
200
|
label: StringConstructor;
|
|
201
201
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
202
202
|
prop: {
|
|
203
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
203
|
+
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>>;
|
|
204
204
|
readonly required: false;
|
|
205
205
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
206
206
|
__epPropKey: true;
|
|
@@ -213,7 +213,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
213
|
};
|
|
214
214
|
error: StringConstructor;
|
|
215
215
|
validateStatus: {
|
|
216
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
216
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
217
217
|
readonly required: false;
|
|
218
218
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
219
|
__epPropKey: true;
|
|
@@ -225,7 +225,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
225
225
|
"onUpdate:fileStatus"?: (...args: any[] | unknown[]) => any;
|
|
226
226
|
}>, {
|
|
227
227
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
228
|
-
formItemSize: "
|
|
228
|
+
formItemSize: "small" | "default" | "large";
|
|
229
229
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
230
230
|
inline: boolean;
|
|
231
231
|
readonly: boolean;
|
|
@@ -250,103 +250,72 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
250
250
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
251
251
|
install(app: import("vue").App): void;
|
|
252
252
|
};
|
|
253
|
-
ElButtonGroup: import("element-plus/es/utils").SFCWithInstall<
|
|
254
|
-
|
|
255
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
256
|
-
readonly required: false;
|
|
257
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
258
|
-
__epPropKey: true;
|
|
259
|
-
};
|
|
260
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
261
|
-
}, {
|
|
262
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
253
|
+
ElButtonGroup: import("element-plus/es/utils").SFCWithInstall<{
|
|
254
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
263
255
|
readonly size: {
|
|
264
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
256
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
265
257
|
readonly required: false;
|
|
266
258
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
267
259
|
__epPropKey: true;
|
|
268
260
|
};
|
|
269
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
(
|
|
284
|
-
|
|
261
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
262
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
263
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
264
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
265
|
+
P: {};
|
|
266
|
+
B: {};
|
|
267
|
+
D: {};
|
|
268
|
+
C: {};
|
|
269
|
+
M: {};
|
|
270
|
+
Defaults: {};
|
|
271
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
272
|
+
readonly size: {
|
|
273
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
274
|
+
readonly required: false;
|
|
275
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
|
+
__epPropKey: true;
|
|
285
277
|
};
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
278
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
279
|
+
}>>, {}, {}, {}, {}, {
|
|
280
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
281
|
+
}>;
|
|
282
|
+
__isFragment?: never;
|
|
283
|
+
__isTeleport?: never;
|
|
284
|
+
__isSuspense?: never;
|
|
285
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
292
286
|
readonly size: {
|
|
293
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
287
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
294
288
|
readonly required: false;
|
|
295
289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
290
|
__epPropKey: true;
|
|
297
291
|
};
|
|
298
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
299
|
-
}>>, {
|
|
300
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
301
|
-
}, {},
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
305
|
-
readonly required: false;
|
|
306
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
307
|
-
__epPropKey: true;
|
|
292
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
293
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
294
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
295
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
296
|
+
$slots: {
|
|
297
|
+
default?(_: {}): any;
|
|
308
298
|
};
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
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>>;
|
|
313
|
-
readonly required: false;
|
|
314
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
315
|
-
__epPropKey: true;
|
|
316
|
-
};
|
|
317
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
318
|
-
readonly loading: BooleanConstructor;
|
|
319
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(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, () => any, boolean>;
|
|
320
|
-
readonly plain: BooleanConstructor;
|
|
321
|
-
readonly text: BooleanConstructor;
|
|
322
|
-
readonly link: BooleanConstructor;
|
|
323
|
-
readonly bg: BooleanConstructor;
|
|
324
|
-
readonly autofocus: BooleanConstructor;
|
|
325
|
-
readonly round: BooleanConstructor;
|
|
326
|
-
readonly circle: BooleanConstructor;
|
|
327
|
-
readonly color: StringConstructor;
|
|
328
|
-
readonly dark: BooleanConstructor;
|
|
329
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
330
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(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, "button", boolean>;
|
|
331
|
-
}, {
|
|
332
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
299
|
+
})>;
|
|
300
|
+
ElButton: import("element-plus/es/utils").SFCWithInstall<{
|
|
301
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
333
302
|
readonly size: {
|
|
334
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
303
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
335
304
|
readonly required: false;
|
|
336
305
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
337
306
|
__epPropKey: true;
|
|
338
307
|
};
|
|
339
308
|
readonly disabled: BooleanConstructor;
|
|
340
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
309
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
341
310
|
readonly icon: {
|
|
342
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
311
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
343
312
|
readonly required: false;
|
|
344
313
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
345
314
|
__epPropKey: true;
|
|
346
315
|
};
|
|
347
316
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
348
317
|
readonly loading: BooleanConstructor;
|
|
349
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
318
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
350
319
|
readonly plain: BooleanConstructor;
|
|
351
320
|
readonly text: BooleanConstructor;
|
|
352
321
|
readonly link: BooleanConstructor;
|
|
@@ -357,131 +326,115 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
357
326
|
readonly color: StringConstructor;
|
|
358
327
|
readonly dark: BooleanConstructor;
|
|
359
328
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
360
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
329
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
361
330
|
}>> & {
|
|
362
331
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
363
|
-
}>>;
|
|
364
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
365
|
-
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
366
|
-
ns: {
|
|
367
|
-
namespace: import("vue").ComputedRef<string>;
|
|
368
|
-
b: (blockSuffix?: string) => string;
|
|
369
|
-
e: (element?: string | undefined) => string;
|
|
370
|
-
m: (modifier?: string | undefined) => string;
|
|
371
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
372
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
373
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
374
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
375
|
-
is: {
|
|
376
|
-
(name: string, state: boolean | undefined): string;
|
|
377
|
-
(name: string): string;
|
|
378
|
-
};
|
|
379
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
380
|
-
cssVarName: (name: string) => string;
|
|
381
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
382
|
-
cssVarBlockName: (name: string) => string;
|
|
383
|
-
};
|
|
384
|
-
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
385
|
-
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
386
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
387
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
388
|
-
_props: import("vue").ComputedRef<{
|
|
389
|
-
ariaDisabled: boolean;
|
|
390
|
-
disabled: boolean;
|
|
391
|
-
autofocus: boolean;
|
|
392
|
-
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
393
|
-
} | {
|
|
394
|
-
ariaDisabled?: undefined;
|
|
395
|
-
disabled?: undefined;
|
|
396
|
-
autofocus?: undefined;
|
|
397
|
-
type?: undefined;
|
|
398
|
-
}>;
|
|
399
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
400
|
-
handleClick: (evt: MouseEvent) => void;
|
|
401
|
-
buttonKls: import("vue").ComputedRef<string[]>;
|
|
402
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
403
|
-
readonly size: {
|
|
404
|
-
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>>;
|
|
405
|
-
readonly required: false;
|
|
406
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
|
-
__epPropKey: true;
|
|
408
|
-
};
|
|
409
|
-
readonly color: {
|
|
410
|
-
readonly type: import("vue").PropType<string>;
|
|
411
|
-
readonly required: false;
|
|
412
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
-
__epPropKey: true;
|
|
414
|
-
};
|
|
415
332
|
}, {
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
448
|
-
cssVarBlockName: (name: string) => string;
|
|
449
|
-
};
|
|
450
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
451
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
333
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
334
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
335
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
336
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
337
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
338
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
|
+
click: (evt: MouseEvent) => void;
|
|
340
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
341
|
+
readonly link: boolean;
|
|
342
|
+
readonly circle: boolean;
|
|
343
|
+
readonly text: boolean;
|
|
344
|
+
readonly disabled: boolean;
|
|
345
|
+
readonly round: boolean;
|
|
346
|
+
readonly dark: boolean;
|
|
347
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
348
|
+
readonly bg: boolean;
|
|
349
|
+
readonly loading: boolean;
|
|
350
|
+
readonly autofocus: boolean;
|
|
351
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
352
|
+
readonly plain: boolean;
|
|
353
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
354
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
355
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
356
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
357
|
+
P: {};
|
|
358
|
+
B: {};
|
|
359
|
+
D: {};
|
|
360
|
+
C: {};
|
|
361
|
+
M: {};
|
|
362
|
+
Defaults: {};
|
|
363
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
452
364
|
readonly size: {
|
|
453
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<
|
|
365
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
454
366
|
readonly required: false;
|
|
455
367
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
456
368
|
__epPropKey: true;
|
|
457
369
|
};
|
|
458
|
-
readonly
|
|
459
|
-
|
|
370
|
+
readonly disabled: BooleanConstructor;
|
|
371
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
372
|
+
readonly icon: {
|
|
373
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
460
374
|
readonly required: false;
|
|
461
375
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
462
376
|
__epPropKey: true;
|
|
463
377
|
};
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
378
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
379
|
+
readonly loading: BooleanConstructor;
|
|
380
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
381
|
+
readonly plain: BooleanConstructor;
|
|
382
|
+
readonly text: BooleanConstructor;
|
|
383
|
+
readonly link: BooleanConstructor;
|
|
384
|
+
readonly bg: BooleanConstructor;
|
|
385
|
+
readonly autofocus: BooleanConstructor;
|
|
386
|
+
readonly round: BooleanConstructor;
|
|
387
|
+
readonly circle: BooleanConstructor;
|
|
388
|
+
readonly color: StringConstructor;
|
|
389
|
+
readonly dark: BooleanConstructor;
|
|
390
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
391
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
392
|
+
}>> & {
|
|
393
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
394
|
+
}, {
|
|
395
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
396
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
397
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
398
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
399
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
400
|
+
}, {}, {}, {}, {
|
|
401
|
+
readonly link: boolean;
|
|
402
|
+
readonly circle: boolean;
|
|
403
|
+
readonly text: boolean;
|
|
404
|
+
readonly disabled: boolean;
|
|
405
|
+
readonly round: boolean;
|
|
406
|
+
readonly dark: boolean;
|
|
407
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
408
|
+
readonly bg: boolean;
|
|
409
|
+
readonly loading: boolean;
|
|
410
|
+
readonly autofocus: boolean;
|
|
411
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
412
|
+
readonly plain: boolean;
|
|
413
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
414
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
415
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
416
|
+
}>;
|
|
417
|
+
__isFragment?: never;
|
|
418
|
+
__isTeleport?: never;
|
|
419
|
+
__isSuspense?: never;
|
|
420
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
468
421
|
readonly size: {
|
|
469
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
422
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
470
423
|
readonly required: false;
|
|
471
424
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
472
425
|
__epPropKey: true;
|
|
473
426
|
};
|
|
474
427
|
readonly disabled: BooleanConstructor;
|
|
475
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
428
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
476
429
|
readonly icon: {
|
|
477
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
430
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
478
431
|
readonly required: false;
|
|
479
432
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
480
433
|
__epPropKey: true;
|
|
481
434
|
};
|
|
482
435
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
483
436
|
readonly loading: BooleanConstructor;
|
|
484
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
437
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
485
438
|
readonly plain: BooleanConstructor;
|
|
486
439
|
readonly text: BooleanConstructor;
|
|
487
440
|
readonly link: BooleanConstructor;
|
|
@@ -492,166 +445,100 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
492
445
|
readonly color: StringConstructor;
|
|
493
446
|
readonly dark: BooleanConstructor;
|
|
494
447
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
495
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
448
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
496
449
|
}>> & {
|
|
497
450
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
498
451
|
}, {
|
|
499
|
-
|
|
452
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
453
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
454
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
455
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
456
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
457
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
458
|
+
click: (evt: MouseEvent) => void;
|
|
459
|
+
}, string, {
|
|
500
460
|
readonly link: boolean;
|
|
501
|
-
readonly
|
|
502
|
-
readonly disabled: boolean;
|
|
461
|
+
readonly circle: boolean;
|
|
503
462
|
readonly text: boolean;
|
|
504
|
-
readonly
|
|
463
|
+
readonly disabled: boolean;
|
|
505
464
|
readonly round: boolean;
|
|
506
|
-
readonly
|
|
507
|
-
readonly
|
|
465
|
+
readonly dark: boolean;
|
|
466
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
467
|
+
readonly bg: boolean;
|
|
508
468
|
readonly loading: boolean;
|
|
509
|
-
readonly
|
|
510
|
-
readonly
|
|
511
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
469
|
+
readonly autofocus: boolean;
|
|
470
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
512
471
|
readonly plain: boolean;
|
|
513
|
-
readonly
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
472
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
473
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
474
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
475
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
476
|
+
$slots: {
|
|
477
|
+
loading?(_: {}): any;
|
|
478
|
+
icon?(_: {}): any;
|
|
479
|
+
default?(_: {}): any;
|
|
480
|
+
};
|
|
481
|
+
})> & {
|
|
482
|
+
ButtonGroup: {
|
|
483
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
525
484
|
readonly size: {
|
|
526
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
485
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
527
486
|
readonly required: false;
|
|
528
487
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
488
|
__epPropKey: true;
|
|
530
489
|
};
|
|
531
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
(
|
|
546
|
-
|
|
490
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
491
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
492
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
493
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
494
|
+
P: {};
|
|
495
|
+
B: {};
|
|
496
|
+
D: {};
|
|
497
|
+
C: {};
|
|
498
|
+
M: {};
|
|
499
|
+
Defaults: {};
|
|
500
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
501
|
+
readonly size: {
|
|
502
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
503
|
+
readonly required: false;
|
|
504
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
505
|
+
__epPropKey: true;
|
|
547
506
|
};
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
507
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
508
|
+
}>>, {}, {}, {}, {}, {
|
|
509
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
510
|
+
}>;
|
|
511
|
+
__isFragment?: never;
|
|
512
|
+
__isTeleport?: never;
|
|
513
|
+
__isSuspense?: never;
|
|
514
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
554
515
|
readonly size: {
|
|
555
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
516
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
556
517
|
readonly required: false;
|
|
557
518
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
558
519
|
__epPropKey: true;
|
|
559
520
|
};
|
|
560
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
561
|
-
}>>, {
|
|
562
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
563
|
-
}
|
|
521
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
522
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
523
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
524
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
525
|
+
$slots: {
|
|
526
|
+
default?(_: {}): any;
|
|
527
|
+
};
|
|
528
|
+
});
|
|
564
529
|
};
|
|
565
|
-
ElInput: import("element-plus/es/utils").SFCWithInstall<
|
|
566
|
-
|
|
567
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
568
|
-
readonly size: {
|
|
569
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
570
|
-
readonly required: false;
|
|
571
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
-
__epPropKey: true;
|
|
573
|
-
};
|
|
574
|
-
readonly disabled: BooleanConstructor;
|
|
575
|
-
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>;
|
|
576
|
-
readonly maxlength: {
|
|
577
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
578
|
-
readonly required: false;
|
|
579
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
580
|
-
__epPropKey: true;
|
|
581
|
-
};
|
|
582
|
-
readonly minlength: {
|
|
583
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
584
|
-
readonly required: false;
|
|
585
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
-
__epPropKey: true;
|
|
587
|
-
};
|
|
588
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
589
|
-
readonly resize: {
|
|
590
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
591
|
-
readonly required: false;
|
|
592
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
593
|
-
__epPropKey: true;
|
|
594
|
-
};
|
|
595
|
-
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>;
|
|
596
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
597
|
-
readonly formatter: {
|
|
598
|
-
readonly type: import("vue").PropType<Function>;
|
|
599
|
-
readonly required: false;
|
|
600
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
601
|
-
__epPropKey: true;
|
|
602
|
-
};
|
|
603
|
-
readonly parser: {
|
|
604
|
-
readonly type: import("vue").PropType<Function>;
|
|
605
|
-
readonly required: false;
|
|
606
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
607
|
-
__epPropKey: true;
|
|
608
|
-
};
|
|
609
|
-
readonly placeholder: {
|
|
610
|
-
readonly type: import("vue").PropType<string>;
|
|
611
|
-
readonly required: false;
|
|
612
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
613
|
-
__epPropKey: true;
|
|
614
|
-
};
|
|
615
|
-
readonly form: {
|
|
616
|
-
readonly type: import("vue").PropType<string>;
|
|
617
|
-
readonly required: false;
|
|
618
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
619
|
-
__epPropKey: true;
|
|
620
|
-
};
|
|
621
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
622
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
623
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
624
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
625
|
-
readonly suffixIcon: {
|
|
626
|
-
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>>;
|
|
627
|
-
readonly required: false;
|
|
628
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
-
__epPropKey: true;
|
|
630
|
-
};
|
|
631
|
-
readonly prefixIcon: {
|
|
632
|
-
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>>;
|
|
633
|
-
readonly required: false;
|
|
634
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
635
|
-
__epPropKey: true;
|
|
636
|
-
};
|
|
637
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
638
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
639
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
640
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
641
|
-
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>;
|
|
642
|
-
readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
643
|
-
}, {
|
|
644
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
530
|
+
ElInput: import("element-plus/es/utils").SFCWithInstall<{
|
|
531
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
645
532
|
readonly ariaLabel: StringConstructor;
|
|
646
533
|
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
647
534
|
readonly size: {
|
|
648
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
535
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
649
536
|
readonly required: false;
|
|
650
537
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
651
538
|
__epPropKey: true;
|
|
652
539
|
};
|
|
653
540
|
readonly disabled: BooleanConstructor;
|
|
654
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
541
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
655
542
|
readonly maxlength: {
|
|
656
543
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
657
544
|
readonly required: false;
|
|
@@ -666,12 +553,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
666
553
|
};
|
|
667
554
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
668
555
|
readonly resize: {
|
|
669
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
556
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
670
557
|
readonly required: false;
|
|
671
558
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
672
559
|
__epPropKey: true;
|
|
673
560
|
};
|
|
674
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
561
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
562
|
+
minRows?: number;
|
|
563
|
+
maxRows?: number;
|
|
564
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
565
|
+
minRows?: number;
|
|
566
|
+
maxRows?: number;
|
|
567
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
675
568
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
676
569
|
readonly formatter: {
|
|
677
570
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -697,227 +590,231 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
697
590
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
698
591
|
__epPropKey: true;
|
|
699
592
|
};
|
|
700
|
-
readonly readonly:
|
|
701
|
-
readonly clearable:
|
|
702
|
-
readonly showPassword:
|
|
703
|
-
readonly showWordLimit:
|
|
593
|
+
readonly readonly: BooleanConstructor;
|
|
594
|
+
readonly clearable: BooleanConstructor;
|
|
595
|
+
readonly showPassword: BooleanConstructor;
|
|
596
|
+
readonly showWordLimit: BooleanConstructor;
|
|
704
597
|
readonly suffixIcon: {
|
|
705
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
598
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
706
599
|
readonly required: false;
|
|
707
600
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
601
|
__epPropKey: true;
|
|
709
602
|
};
|
|
710
603
|
readonly prefixIcon: {
|
|
711
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
604
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
712
605
|
readonly required: false;
|
|
713
606
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
714
607
|
__epPropKey: true;
|
|
715
608
|
};
|
|
716
609
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
717
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
718
610
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
719
611
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
720
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
721
|
-
readonly autofocus:
|
|
612
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
613
|
+
readonly autofocus: BooleanConstructor;
|
|
614
|
+
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
722
615
|
}>> & {
|
|
723
|
-
onChange?: ((value: string) => any) | undefined;
|
|
724
616
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
725
|
-
|
|
617
|
+
onChange?: ((value: string) => any) | undefined;
|
|
618
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
619
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
620
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
726
621
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
727
622
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
728
|
-
|
|
729
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
730
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
623
|
+
onInput?: ((value: string) => any) | undefined;
|
|
731
624
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
625
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
626
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
627
|
+
onClear?: (() => any) | undefined;
|
|
628
|
+
}, {
|
|
629
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
630
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
631
|
+
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
632
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
633
|
+
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
634
|
+
isComposing: import("vue").Ref<boolean>;
|
|
635
|
+
focus: () => Promise<void>;
|
|
636
|
+
blur: () => void | undefined;
|
|
637
|
+
select: () => void;
|
|
638
|
+
clear: () => void;
|
|
639
|
+
resizeTextarea: () => void;
|
|
640
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
641
|
+
input: (value: string) => void;
|
|
642
|
+
clear: () => void;
|
|
643
|
+
"update:modelValue": (value: string) => void;
|
|
644
|
+
change: (value: string) => void;
|
|
645
|
+
blur: (evt: FocusEvent) => void;
|
|
646
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
647
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
648
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
649
|
+
focus: (evt: FocusEvent) => void;
|
|
650
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
651
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
652
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
653
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
654
|
+
readonly disabled: boolean;
|
|
655
|
+
readonly id: string;
|
|
656
|
+
readonly type: string;
|
|
657
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
658
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
659
|
+
readonly readonly: boolean;
|
|
660
|
+
readonly autosize: import("element-plus").InputAutoSize;
|
|
661
|
+
readonly autocomplete: string;
|
|
662
|
+
readonly containerRole: string;
|
|
663
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
664
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
665
|
+
readonly rows: number;
|
|
666
|
+
readonly clearable: boolean;
|
|
667
|
+
readonly showPassword: boolean;
|
|
668
|
+
readonly showWordLimit: boolean;
|
|
669
|
+
readonly autofocus: boolean;
|
|
670
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
671
|
+
P: {};
|
|
672
|
+
B: {};
|
|
673
|
+
D: {};
|
|
674
|
+
C: {};
|
|
675
|
+
M: {};
|
|
676
|
+
Defaults: {};
|
|
677
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
678
|
+
readonly ariaLabel: StringConstructor;
|
|
679
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
680
|
+
readonly size: {
|
|
681
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
682
|
+
readonly required: false;
|
|
683
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
684
|
+
__epPropKey: true;
|
|
764
685
|
};
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
b: (blockSuffix?: string) => string;
|
|
773
|
-
e: (element?: string | undefined) => string;
|
|
774
|
-
m: (modifier?: string | undefined) => string;
|
|
775
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
776
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
777
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
778
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
779
|
-
is: {
|
|
780
|
-
(name: string, state: boolean | undefined): string;
|
|
781
|
-
(name: string): string;
|
|
686
|
+
readonly disabled: BooleanConstructor;
|
|
687
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
688
|
+
readonly maxlength: {
|
|
689
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
690
|
+
readonly required: false;
|
|
691
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
|
+
__epPropKey: true;
|
|
782
693
|
};
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
786
|
-
cssVarBlockName: (name: string) => string;
|
|
787
|
-
};
|
|
788
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
789
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
790
|
-
hovering: import("vue").Ref<boolean>;
|
|
791
|
-
isComposing: import("vue").Ref<boolean>;
|
|
792
|
-
passwordVisible: import("vue").Ref<boolean>;
|
|
793
|
-
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
794
|
-
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
795
|
-
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
796
|
-
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
797
|
-
isFocused: import("vue").Ref<boolean>;
|
|
798
|
-
handleFocus: (event: FocusEvent) => void;
|
|
799
|
-
handleBlur: (event: FocusEvent) => void;
|
|
800
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
801
|
-
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
802
|
-
validateIcon: import("vue").ComputedRef<any>;
|
|
803
|
-
passwordIcon: import("vue").ComputedRef<any>;
|
|
804
|
-
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
805
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
806
|
-
nativeInputValue: import("vue").ComputedRef<string>;
|
|
807
|
-
showClear: import("vue").ComputedRef<boolean>;
|
|
808
|
-
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
809
|
-
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
810
|
-
textLength: import("vue").ComputedRef<number>;
|
|
811
|
-
inputExceed: import("vue").ComputedRef<boolean>;
|
|
812
|
-
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
813
|
-
recordCursor: () => void;
|
|
814
|
-
setCursor: () => void;
|
|
815
|
-
resizeTextarea: () => void;
|
|
816
|
-
createOnceInitResize: (resizeTextarea: () => void) => () => void;
|
|
817
|
-
onceInitSizeTextarea: () => void;
|
|
818
|
-
setNativeInputValue: () => void;
|
|
819
|
-
handleInput: (event: Event) => Promise<void>;
|
|
820
|
-
handleChange: (event: Event) => void;
|
|
821
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
822
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
823
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
824
|
-
handlePasswordVisible: () => void;
|
|
825
|
-
focus: () => Promise<void>;
|
|
826
|
-
blur: () => void | undefined;
|
|
827
|
-
handleMouseLeave: (evt: MouseEvent) => void;
|
|
828
|
-
handleMouseEnter: (evt: MouseEvent) => void;
|
|
829
|
-
handleKeydown: (evt: KeyboardEvent) => void;
|
|
830
|
-
select: () => void;
|
|
831
|
-
clear: () => void;
|
|
832
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
833
|
-
readonly size: {
|
|
834
|
-
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>>;
|
|
694
|
+
readonly minlength: {
|
|
695
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
835
696
|
readonly required: false;
|
|
836
697
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
837
698
|
__epPropKey: true;
|
|
838
699
|
};
|
|
839
|
-
readonly
|
|
840
|
-
|
|
700
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
701
|
+
readonly resize: {
|
|
702
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
841
703
|
readonly required: false;
|
|
842
704
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
843
705
|
__epPropKey: true;
|
|
844
706
|
};
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
};
|
|
859
|
-
}>> & {
|
|
860
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
861
|
-
}>>;
|
|
862
|
-
ns: {
|
|
863
|
-
namespace: import("vue").ComputedRef<string>;
|
|
864
|
-
b: (blockSuffix?: string) => string;
|
|
865
|
-
e: (element?: string | undefined) => string;
|
|
866
|
-
m: (modifier?: string | undefined) => string;
|
|
867
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
868
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
869
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
870
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
871
|
-
is: {
|
|
872
|
-
(name: string, state: boolean | undefined): string;
|
|
873
|
-
(name: string): string;
|
|
874
|
-
};
|
|
875
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
876
|
-
cssVarName: (name: string) => string;
|
|
877
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
878
|
-
cssVarBlockName: (name: string) => string;
|
|
707
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
708
|
+
minRows?: number;
|
|
709
|
+
maxRows?: number;
|
|
710
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
711
|
+
minRows?: number;
|
|
712
|
+
maxRows?: number;
|
|
713
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
714
|
+
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
715
|
+
readonly formatter: {
|
|
716
|
+
readonly type: import("vue").PropType<Function>;
|
|
717
|
+
readonly required: false;
|
|
718
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
719
|
+
__epPropKey: true;
|
|
879
720
|
};
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
readonly size: {
|
|
883
|
-
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 parser: {
|
|
722
|
+
readonly type: import("vue").PropType<Function>;
|
|
884
723
|
readonly required: false;
|
|
885
724
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
886
725
|
__epPropKey: true;
|
|
887
726
|
};
|
|
888
|
-
readonly
|
|
727
|
+
readonly placeholder: {
|
|
889
728
|
readonly type: import("vue").PropType<string>;
|
|
890
729
|
readonly required: false;
|
|
891
730
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
892
731
|
__epPropKey: true;
|
|
893
732
|
};
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
733
|
+
readonly form: {
|
|
734
|
+
readonly type: import("vue").PropType<string>;
|
|
735
|
+
readonly required: false;
|
|
736
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
737
|
+
__epPropKey: true;
|
|
738
|
+
};
|
|
739
|
+
readonly readonly: BooleanConstructor;
|
|
740
|
+
readonly clearable: BooleanConstructor;
|
|
741
|
+
readonly showPassword: BooleanConstructor;
|
|
742
|
+
readonly showWordLimit: BooleanConstructor;
|
|
743
|
+
readonly suffixIcon: {
|
|
744
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
745
|
+
readonly required: false;
|
|
746
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
747
|
+
__epPropKey: true;
|
|
748
|
+
};
|
|
749
|
+
readonly prefixIcon: {
|
|
750
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
751
|
+
readonly required: false;
|
|
752
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
753
|
+
__epPropKey: true;
|
|
754
|
+
};
|
|
755
|
+
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
756
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
757
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
758
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
759
|
+
readonly autofocus: BooleanConstructor;
|
|
760
|
+
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
761
|
+
}>> & {
|
|
762
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
763
|
+
onChange?: ((value: string) => any) | undefined;
|
|
764
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
765
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
766
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
767
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
768
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
769
|
+
onInput?: ((value: string) => any) | undefined;
|
|
770
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
771
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
772
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
773
|
+
onClear?: (() => any) | undefined;
|
|
774
|
+
}, {
|
|
775
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
776
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
777
|
+
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
778
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
779
|
+
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
780
|
+
isComposing: import("vue").Ref<boolean>;
|
|
781
|
+
focus: () => Promise<void>;
|
|
782
|
+
blur: () => void | undefined;
|
|
783
|
+
select: () => void;
|
|
784
|
+
clear: () => void;
|
|
785
|
+
resizeTextarea: () => void;
|
|
786
|
+
}, {}, {}, {}, {
|
|
787
|
+
readonly disabled: boolean;
|
|
788
|
+
readonly id: string;
|
|
789
|
+
readonly type: string;
|
|
790
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
791
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
792
|
+
readonly readonly: boolean;
|
|
793
|
+
readonly autosize: import("element-plus").InputAutoSize;
|
|
794
|
+
readonly autocomplete: string;
|
|
795
|
+
readonly containerRole: string;
|
|
796
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
797
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
798
|
+
readonly rows: number;
|
|
799
|
+
readonly clearable: boolean;
|
|
800
|
+
readonly showPassword: boolean;
|
|
801
|
+
readonly showWordLimit: boolean;
|
|
802
|
+
readonly autofocus: boolean;
|
|
803
|
+
}>;
|
|
804
|
+
__isFragment?: never;
|
|
805
|
+
__isTeleport?: never;
|
|
806
|
+
__isSuspense?: never;
|
|
807
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
911
808
|
readonly ariaLabel: StringConstructor;
|
|
912
809
|
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
913
810
|
readonly size: {
|
|
914
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
811
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
915
812
|
readonly required: false;
|
|
916
813
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
917
814
|
__epPropKey: true;
|
|
918
815
|
};
|
|
919
816
|
readonly disabled: BooleanConstructor;
|
|
920
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
817
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
921
818
|
readonly maxlength: {
|
|
922
819
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
923
820
|
readonly required: false;
|
|
@@ -932,12 +829,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
932
829
|
};
|
|
933
830
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
934
831
|
readonly resize: {
|
|
935
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
832
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
936
833
|
readonly required: false;
|
|
937
834
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
938
835
|
__epPropKey: true;
|
|
939
836
|
};
|
|
940
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
837
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
838
|
+
minRows?: number;
|
|
839
|
+
maxRows?: number;
|
|
840
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
841
|
+
minRows?: number;
|
|
842
|
+
maxRows?: number;
|
|
843
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
941
844
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
942
845
|
readonly formatter: {
|
|
943
846
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -963,58 +866,90 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
963
866
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
964
867
|
__epPropKey: true;
|
|
965
868
|
};
|
|
966
|
-
readonly readonly:
|
|
967
|
-
readonly clearable:
|
|
968
|
-
readonly showPassword:
|
|
969
|
-
readonly showWordLimit:
|
|
869
|
+
readonly readonly: BooleanConstructor;
|
|
870
|
+
readonly clearable: BooleanConstructor;
|
|
871
|
+
readonly showPassword: BooleanConstructor;
|
|
872
|
+
readonly showWordLimit: BooleanConstructor;
|
|
970
873
|
readonly suffixIcon: {
|
|
971
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
874
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
972
875
|
readonly required: false;
|
|
973
876
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
974
877
|
__epPropKey: true;
|
|
975
878
|
};
|
|
976
879
|
readonly prefixIcon: {
|
|
977
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
880
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
978
881
|
readonly required: false;
|
|
979
882
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
980
883
|
__epPropKey: true;
|
|
981
884
|
};
|
|
982
885
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
983
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
984
886
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
985
887
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
986
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
987
|
-
readonly autofocus:
|
|
888
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
889
|
+
readonly autofocus: BooleanConstructor;
|
|
890
|
+
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
988
891
|
}>> & {
|
|
989
|
-
onChange?: ((value: string) => any) | undefined;
|
|
990
892
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
991
|
-
|
|
893
|
+
onChange?: ((value: string) => any) | undefined;
|
|
894
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
895
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
896
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
992
897
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
993
898
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
994
|
-
|
|
995
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
996
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
899
|
+
onInput?: ((value: string) => any) | undefined;
|
|
997
900
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
901
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
902
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
903
|
+
onClear?: (() => any) | undefined;
|
|
1001
904
|
}, {
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
905
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
906
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
907
|
+
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
908
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
909
|
+
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
910
|
+
isComposing: import("vue").Ref<boolean>;
|
|
911
|
+
focus: () => Promise<void>;
|
|
912
|
+
blur: () => void | undefined;
|
|
913
|
+
select: () => void;
|
|
914
|
+
clear: () => void;
|
|
915
|
+
resizeTextarea: () => void;
|
|
916
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
917
|
+
input: (value: string) => void;
|
|
918
|
+
clear: () => void;
|
|
919
|
+
"update:modelValue": (value: string) => void;
|
|
920
|
+
change: (value: string) => void;
|
|
921
|
+
blur: (evt: FocusEvent) => void;
|
|
922
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
923
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
924
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
925
|
+
focus: (evt: FocusEvent) => void;
|
|
926
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
927
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
928
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
929
|
+
}, string, {
|
|
1005
930
|
readonly disabled: boolean;
|
|
1006
|
-
readonly
|
|
931
|
+
readonly id: string;
|
|
932
|
+
readonly type: string;
|
|
933
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
934
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
935
|
+
readonly readonly: boolean;
|
|
1007
936
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
1008
937
|
readonly autocomplete: string;
|
|
1009
|
-
readonly readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1010
|
-
readonly showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1011
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1012
938
|
readonly containerRole: string;
|
|
1013
|
-
readonly label: string;
|
|
1014
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1015
939
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1016
940
|
readonly inputStyle: import("vue").StyleValue;
|
|
1017
|
-
readonly
|
|
1018
|
-
|
|
941
|
+
readonly rows: number;
|
|
942
|
+
readonly clearable: boolean;
|
|
943
|
+
readonly showPassword: boolean;
|
|
944
|
+
readonly showWordLimit: boolean;
|
|
945
|
+
readonly autofocus: boolean;
|
|
946
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
947
|
+
$slots: {
|
|
948
|
+
prepend?(_: {}): any;
|
|
949
|
+
prefix?(_: {}): any;
|
|
950
|
+
suffix?(_: {}): any;
|
|
951
|
+
append?(_: {}): any;
|
|
952
|
+
};
|
|
953
|
+
})>;
|
|
1019
954
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1020
955
|
export default _default;
|