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