@vue-start/element-pro 0.2.29 → 0.2.31
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1586 -786
- package/dist/index.es.js +649 -557
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as _popperjs_core from '@popperjs/core';
|
|
2
2
|
import * as element_plus_es_components_descriptions_src_descriptions_type from 'element-plus/es/components/descriptions/src/descriptions.type';
|
|
3
|
-
import * as element_plus from 'element-plus';
|
|
4
|
-
import { dropdownProps, TableProps, DialogProps, CheckboxGroupProps, ISelectProps, MenuProps, UploadProps, UploadFile, InputNumberProps, FormItemProps } from 'element-plus';
|
|
5
3
|
import * as vue from 'vue';
|
|
6
4
|
import { VNode, ExtractPropTypes, PropType } from 'vue';
|
|
7
|
-
import * as
|
|
5
|
+
import * as element_plus from 'element-plus';
|
|
6
|
+
import { TableProps, DialogProps, DrawerProps, CheckboxGroupProps, ISelectProps, MenuProps, UploadProps, UploadFile, InputNumberProps, dropdownProps, FormItemProps } from 'element-plus';
|
|
8
7
|
import { FilterMethods, Filters } from 'element-plus/es/components/table/src/table-column/defaults';
|
|
9
8
|
import * as _vue_start_pro from '@vue-start/pro';
|
|
10
9
|
import { TColumns, TOption as TOption$1, TFile } from '@vue-start/pro';
|
|
11
10
|
import { TTableMergeOpts } from '@vue-start/hooks';
|
|
12
11
|
import * as _vue_shared from '@vue/shared';
|
|
12
|
+
import * as element_plus_es_utils from 'element-plus/es/utils';
|
|
13
13
|
import { TreeComponentProps } from 'element-plus/es/components/tree/src/tree.type';
|
|
14
14
|
|
|
15
15
|
declare type TOption = {
|
|
@@ -79,22 +79,6 @@ interface TableColumnCtx<T> {
|
|
|
79
79
|
filterOpened?: boolean;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
declare const proDropdownProps: () => {
|
|
83
|
-
options: PropType<(TOption & {
|
|
84
|
-
readonly command: element_plus_es_utils.EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
85
|
-
readonly disabled: BooleanConstructor;
|
|
86
|
-
readonly divided: BooleanConstructor;
|
|
87
|
-
readonly textValue: StringConstructor;
|
|
88
|
-
readonly icon: {
|
|
89
|
-
readonly type: PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
90
|
-
readonly required: false;
|
|
91
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
-
__epPropKey: true;
|
|
93
|
-
};
|
|
94
|
-
})[]>;
|
|
95
|
-
};
|
|
96
|
-
declare type ProDropdownProps = Partial<ExtractPropTypes<ReturnType<typeof proDropdownProps>>> & typeof dropdownProps;
|
|
97
|
-
|
|
98
82
|
declare type ProTableColumnProps = TableColumnCtx<any>;
|
|
99
83
|
declare const ProTableColumn: vue.DefineComponent<ProTableColumnProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTableColumnProps>, {}>;
|
|
100
84
|
declare const TableMethods: string[];
|
|
@@ -242,60 +226,10 @@ declare const proModalProps: () => {
|
|
|
242
226
|
type: StringConstructor;
|
|
243
227
|
default: string;
|
|
244
228
|
};
|
|
245
|
-
cancelButtonProps: {
|
|
246
|
-
type: PropType<{
|
|
247
|
-
readonly text: boolean;
|
|
248
|
-
readonly link: boolean;
|
|
249
|
-
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
250
|
-
readonly circle: boolean;
|
|
251
|
-
readonly disabled: boolean;
|
|
252
|
-
readonly loading: boolean;
|
|
253
|
-
readonly bg: boolean;
|
|
254
|
-
readonly round: boolean;
|
|
255
|
-
readonly dark: boolean;
|
|
256
|
-
readonly autofocus: boolean;
|
|
257
|
-
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
258
|
-
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
259
|
-
readonly plain: boolean;
|
|
260
|
-
readonly tag: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
261
|
-
} & {
|
|
262
|
-
readonly color?: string | undefined;
|
|
263
|
-
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
264
|
-
readonly icon?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown> | undefined;
|
|
265
|
-
readonly autoInsertSpace?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
266
|
-
} & {
|
|
267
|
-
onClick?: (() => void) | undefined;
|
|
268
|
-
}>;
|
|
269
|
-
};
|
|
270
229
|
okText: {
|
|
271
230
|
type: StringConstructor;
|
|
272
231
|
default: string;
|
|
273
232
|
};
|
|
274
|
-
okButtonProps: {
|
|
275
|
-
type: PropType<{
|
|
276
|
-
readonly text: boolean;
|
|
277
|
-
readonly link: boolean;
|
|
278
|
-
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
279
|
-
readonly circle: boolean;
|
|
280
|
-
readonly disabled: boolean;
|
|
281
|
-
readonly loading: boolean;
|
|
282
|
-
readonly bg: boolean;
|
|
283
|
-
readonly round: boolean;
|
|
284
|
-
readonly dark: boolean;
|
|
285
|
-
readonly autofocus: boolean;
|
|
286
|
-
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
287
|
-
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
288
|
-
readonly plain: boolean;
|
|
289
|
-
readonly tag: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
290
|
-
} & {
|
|
291
|
-
readonly color?: string | undefined;
|
|
292
|
-
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
293
|
-
readonly icon?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown> | undefined;
|
|
294
|
-
readonly autoInsertSpace?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
295
|
-
} & {
|
|
296
|
-
onClick?: (() => void) | undefined;
|
|
297
|
-
}>;
|
|
298
|
-
};
|
|
299
233
|
confirmLoading: BooleanConstructor;
|
|
300
234
|
footer: {
|
|
301
235
|
type: BooleanConstructor;
|
|
@@ -305,9 +239,40 @@ declare const proModalProps: () => {
|
|
|
305
239
|
type: (BooleanConstructor | ObjectConstructor)[];
|
|
306
240
|
default: undefined;
|
|
307
241
|
};
|
|
242
|
+
scrollProps: {
|
|
243
|
+
type: ObjectConstructor;
|
|
244
|
+
};
|
|
308
245
|
};
|
|
309
246
|
declare type ProModalProps = Partial<ExtractPropTypes<ReturnType<typeof proModalProps>>> & DialogProps;
|
|
310
247
|
declare const ProModal: vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProModalProps>, {}>;
|
|
248
|
+
declare const proDrawerProps: () => {
|
|
249
|
+
clsName: {
|
|
250
|
+
type: StringConstructor;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
253
|
+
visible: {
|
|
254
|
+
type: BooleanConstructor;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
257
|
+
cancelText: {
|
|
258
|
+
type: StringConstructor;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
okText: {
|
|
262
|
+
type: StringConstructor;
|
|
263
|
+
default: string;
|
|
264
|
+
};
|
|
265
|
+
footer: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
confirmLoading: BooleanConstructor;
|
|
270
|
+
scrollProps: {
|
|
271
|
+
type: ObjectConstructor;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
declare type ProDrawerProps = Partial<ExtractPropTypes<ReturnType<typeof proDrawerProps>>> & DrawerProps;
|
|
275
|
+
declare const ProDrawer: vue.DefineComponent<ProDrawerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProDrawerProps>, {}>;
|
|
311
276
|
|
|
312
277
|
declare const ProPagination: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
313
278
|
[x: string]: any;
|
|
@@ -319,10 +284,10 @@ declare const ProPopover: vue.DefineComponent<any, () => JSX.Element, unknown, {
|
|
|
319
284
|
|
|
320
285
|
declare const proCheckboxProps: () => {
|
|
321
286
|
options: PropType<(TOption$1 & {
|
|
322
|
-
border: boolean;
|
|
323
287
|
disabled: boolean;
|
|
324
288
|
checked: boolean;
|
|
325
289
|
indeterminate: boolean;
|
|
290
|
+
border: boolean;
|
|
326
291
|
validateEvent: boolean;
|
|
327
292
|
} & {
|
|
328
293
|
label?: string | number | boolean | Record<string, any> | undefined;
|
|
@@ -352,9 +317,9 @@ declare const proRadioProps: () => {
|
|
|
352
317
|
type: PropType<(TOption$1 & {
|
|
353
318
|
readonly label: element_plus_es_utils.EpPropMergeType<(NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown>;
|
|
354
319
|
readonly name: string;
|
|
355
|
-
readonly border: boolean;
|
|
356
320
|
readonly disabled: boolean;
|
|
357
321
|
readonly modelValue: element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
322
|
+
readonly border: boolean;
|
|
358
323
|
} & {
|
|
359
324
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
360
325
|
} & {
|
|
@@ -381,8 +346,8 @@ declare const ProRadio: vue.DefineComponent<ProRadioProps, {}, {}, {}, {}, vue.C
|
|
|
381
346
|
|
|
382
347
|
declare const proSelectProps: () => {
|
|
383
348
|
options: PropType<(TOption$1 & {
|
|
384
|
-
created: boolean;
|
|
385
349
|
disabled: boolean;
|
|
350
|
+
created: boolean;
|
|
386
351
|
hovering: boolean;
|
|
387
352
|
selected: boolean;
|
|
388
353
|
} & {
|
|
@@ -524,6 +489,40 @@ declare const proTreeProps: () => {
|
|
|
524
489
|
declare type ProTreeProps = Partial<ExtractPropTypes<ReturnType<typeof proTreeProps>>> & TreeComponentProps;
|
|
525
490
|
declare const ProTree: vue.DefineComponent<ProTreeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTreeProps>, {}>;
|
|
526
491
|
|
|
492
|
+
declare const proDropdownProps: () => {
|
|
493
|
+
options: PropType<(TOption & {
|
|
494
|
+
readonly command: element_plus_es_utils.EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
495
|
+
readonly disabled: BooleanConstructor;
|
|
496
|
+
readonly divided: BooleanConstructor;
|
|
497
|
+
readonly textValue: StringConstructor;
|
|
498
|
+
readonly icon: {
|
|
499
|
+
readonly type: PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
500
|
+
readonly required: false;
|
|
501
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
502
|
+
__epPropKey: true;
|
|
503
|
+
};
|
|
504
|
+
})[]>;
|
|
505
|
+
};
|
|
506
|
+
declare type ProDropdownProps = Partial<ExtractPropTypes<ReturnType<typeof proDropdownProps>>> & typeof dropdownProps;
|
|
507
|
+
declare const ProDropdown: vue.DefineComponent<ProDropdownProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProDropdownProps>, {
|
|
508
|
+
readonly disabled: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
509
|
+
readonly placement: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement) | ((new (...args: any[]) => "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement))[], unknown, unknown>;
|
|
510
|
+
readonly trigger: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>;
|
|
511
|
+
readonly hideOnClick: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
512
|
+
readonly size: string;
|
|
513
|
+
readonly maxHeight: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
514
|
+
readonly role: string;
|
|
515
|
+
readonly tabindex: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
516
|
+
readonly popperClass: string;
|
|
517
|
+
readonly teleported: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
518
|
+
readonly popperOptions: Partial<element_plus.Options>;
|
|
519
|
+
readonly effect: string;
|
|
520
|
+
readonly showTimeout: number;
|
|
521
|
+
readonly hideTimeout: number;
|
|
522
|
+
readonly splitButton: boolean;
|
|
523
|
+
readonly loop: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
524
|
+
}>;
|
|
525
|
+
|
|
527
526
|
declare const proFormItemProps: () => {
|
|
528
527
|
name: {
|
|
529
528
|
type: PropType<string | (string | number)[]>;
|
|
@@ -549,9 +548,9 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
549
548
|
readonly label?: string | undefined;
|
|
550
549
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
551
550
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
552
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
553
551
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
554
552
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
553
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
555
554
|
readonly for?: string | undefined;
|
|
556
555
|
} & Partial<vue.ExtractPropTypes<{
|
|
557
556
|
readonly: {
|
|
@@ -586,9 +585,9 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
586
585
|
readonly label?: string | undefined;
|
|
587
586
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
588
587
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
589
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
590
588
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
591
589
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
590
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
592
591
|
readonly for?: string | undefined;
|
|
593
592
|
} & Partial<vue.ExtractPropTypes<{
|
|
594
593
|
readonly: {
|
|
@@ -626,9 +625,9 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
626
625
|
readonly label?: string | undefined;
|
|
627
626
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
628
627
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
629
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
630
628
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
631
629
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
630
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
632
631
|
readonly for?: string | undefined;
|
|
633
632
|
} & Partial<vue.ExtractPropTypes<{
|
|
634
633
|
readonly: {
|
|
@@ -663,9 +662,9 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
663
662
|
readonly label?: string | undefined;
|
|
664
663
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
665
664
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
666
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
667
665
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
668
666
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
667
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
669
668
|
readonly for?: string | undefined;
|
|
670
669
|
} & Partial<vue.ExtractPropTypes<{
|
|
671
670
|
readonly: {
|
|
@@ -703,9 +702,9 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
703
702
|
readonly label?: string | undefined;
|
|
704
703
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
705
704
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
706
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
707
705
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
708
706
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
707
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
709
708
|
readonly for?: string | undefined;
|
|
710
709
|
} & Partial<vue.ExtractPropTypes<{
|
|
711
710
|
readonly: {
|
|
@@ -740,9 +739,9 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
740
739
|
readonly label?: string | undefined;
|
|
741
740
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
742
741
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
743
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
744
742
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
745
743
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
744
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
746
745
|
readonly for?: string | undefined;
|
|
747
746
|
} & Partial<vue.ExtractPropTypes<{
|
|
748
747
|
readonly: {
|
|
@@ -780,9 +779,9 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
780
779
|
readonly label?: string | undefined;
|
|
781
780
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
782
781
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
783
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
784
782
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
785
783
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
784
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
786
785
|
readonly for?: string | undefined;
|
|
787
786
|
} & Partial<vue.ExtractPropTypes<{
|
|
788
787
|
readonly: {
|
|
@@ -817,9 +816,9 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
817
816
|
readonly label?: string | undefined;
|
|
818
817
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
819
818
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
820
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
821
819
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
822
820
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
821
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
823
822
|
readonly for?: string | undefined;
|
|
824
823
|
} & Partial<vue.ExtractPropTypes<{
|
|
825
824
|
readonly: {
|
|
@@ -857,9 +856,9 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
857
856
|
readonly label?: string | undefined;
|
|
858
857
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
859
858
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
860
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
861
859
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
862
860
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
861
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
863
862
|
readonly for?: string | undefined;
|
|
864
863
|
} & Partial<vue.ExtractPropTypes<{
|
|
865
864
|
readonly: {
|
|
@@ -894,9 +893,9 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
894
893
|
readonly label?: string | undefined;
|
|
895
894
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
896
895
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
897
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
898
896
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
899
897
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
898
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
900
899
|
readonly for?: string | undefined;
|
|
901
900
|
} & Partial<vue.ExtractPropTypes<{
|
|
902
901
|
readonly: {
|
|
@@ -934,9 +933,9 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
934
933
|
readonly label?: string | undefined;
|
|
935
934
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
936
935
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
937
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
938
936
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
939
937
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
938
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
940
939
|
readonly for?: string | undefined;
|
|
941
940
|
} & Partial<vue.ExtractPropTypes<{
|
|
942
941
|
readonly: {
|
|
@@ -971,9 +970,9 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
971
970
|
readonly label?: string | undefined;
|
|
972
971
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
973
972
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
974
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
975
973
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
976
974
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
975
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
977
976
|
readonly for?: string | undefined;
|
|
978
977
|
} & Partial<vue.ExtractPropTypes<{
|
|
979
978
|
readonly: {
|
|
@@ -1011,9 +1010,9 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
1011
1010
|
readonly label?: string | undefined;
|
|
1012
1011
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1013
1012
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1014
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1015
1013
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1016
1014
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1015
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1017
1016
|
readonly for?: string | undefined;
|
|
1018
1017
|
} & Partial<vue.ExtractPropTypes<{
|
|
1019
1018
|
readonly: {
|
|
@@ -1048,9 +1047,9 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
1048
1047
|
readonly label?: string | undefined;
|
|
1049
1048
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1050
1049
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1051
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1052
1050
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1053
1051
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1052
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1054
1053
|
readonly for?: string | undefined;
|
|
1055
1054
|
} & Partial<vue.ExtractPropTypes<{
|
|
1056
1055
|
readonly: {
|
|
@@ -1088,9 +1087,9 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1088
1087
|
readonly label?: string | undefined;
|
|
1089
1088
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1090
1089
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1091
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1092
1090
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1093
1091
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1092
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1094
1093
|
readonly for?: string | undefined;
|
|
1095
1094
|
} & Partial<vue.ExtractPropTypes<{
|
|
1096
1095
|
readonly: {
|
|
@@ -1125,9 +1124,9 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1125
1124
|
readonly label?: string | undefined;
|
|
1126
1125
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1127
1126
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1128
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1129
1127
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1130
1128
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1129
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1131
1130
|
readonly for?: string | undefined;
|
|
1132
1131
|
} & Partial<vue.ExtractPropTypes<{
|
|
1133
1132
|
readonly: {
|
|
@@ -1165,9 +1164,9 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1165
1164
|
readonly label?: string | undefined;
|
|
1166
1165
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1167
1166
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1168
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1169
1167
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1170
1168
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1169
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1171
1170
|
readonly for?: string | undefined;
|
|
1172
1171
|
} & Partial<vue.ExtractPropTypes<{
|
|
1173
1172
|
readonly: {
|
|
@@ -1202,9 +1201,9 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1202
1201
|
readonly label?: string | undefined;
|
|
1203
1202
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1204
1203
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1205
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1206
1204
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1207
1205
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1206
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1208
1207
|
readonly for?: string | undefined;
|
|
1209
1208
|
} & Partial<vue.ExtractPropTypes<{
|
|
1210
1209
|
readonly: {
|
|
@@ -1242,9 +1241,9 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1242
1241
|
readonly label?: string | undefined;
|
|
1243
1242
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1244
1243
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1245
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1246
1244
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1247
1245
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1246
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1248
1247
|
readonly for?: string | undefined;
|
|
1249
1248
|
} & Partial<vue.ExtractPropTypes<{
|
|
1250
1249
|
readonly: {
|
|
@@ -1279,9 +1278,9 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1279
1278
|
readonly label?: string | undefined;
|
|
1280
1279
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1281
1280
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1282
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1283
1281
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1284
1282
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1283
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1285
1284
|
readonly for?: string | undefined;
|
|
1286
1285
|
} & Partial<vue.ExtractPropTypes<{
|
|
1287
1286
|
readonly: {
|
|
@@ -1319,9 +1318,9 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1319
1318
|
readonly label?: string | undefined;
|
|
1320
1319
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1321
1320
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1322
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1323
1321
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1324
1322
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1323
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1325
1324
|
readonly for?: string | undefined;
|
|
1326
1325
|
} & Partial<vue.ExtractPropTypes<{
|
|
1327
1326
|
readonly: {
|
|
@@ -1356,9 +1355,9 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1356
1355
|
readonly label?: string | undefined;
|
|
1357
1356
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1358
1357
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1359
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1360
1358
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1361
1359
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1360
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1362
1361
|
readonly for?: string | undefined;
|
|
1363
1362
|
} & Partial<vue.ExtractPropTypes<{
|
|
1364
1363
|
readonly: {
|
|
@@ -1401,9 +1400,9 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1401
1400
|
readonly label?: string | undefined;
|
|
1402
1401
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1403
1402
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1404
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1405
1403
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1406
1404
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1405
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1407
1406
|
readonly for?: string | undefined;
|
|
1408
1407
|
} & Partial<vue.ExtractPropTypes<{
|
|
1409
1408
|
readonly: {
|
|
@@ -1438,9 +1437,9 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1438
1437
|
readonly label?: string | undefined;
|
|
1439
1438
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1440
1439
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1441
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1442
1440
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
1443
1441
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
1442
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1444
1443
|
readonly for?: string | undefined;
|
|
1445
1444
|
} & Partial<vue.ExtractPropTypes<{
|
|
1446
1445
|
readonly: {
|
|
@@ -1469,7 +1468,43 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1469
1468
|
declare type TConvert = (...params: any[]) => any;
|
|
1470
1469
|
|
|
1471
1470
|
declare const elementMap: {
|
|
1472
|
-
[x: string]: vue.DefineComponent<_vue_start_pro.ProFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProFormProps>, {}> | vue.DefineComponent<
|
|
1471
|
+
[x: string]: vue.DefineComponent<_vue_start_pro.ProFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProFormProps>, {}> | vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
1472
|
+
clsName: {
|
|
1473
|
+
type: StringConstructor;
|
|
1474
|
+
default: string;
|
|
1475
|
+
};
|
|
1476
|
+
items: {
|
|
1477
|
+
type: vue.PropType<_vue_start_pro.IOpeItem[]>;
|
|
1478
|
+
};
|
|
1479
|
+
itemState: {
|
|
1480
|
+
type: vue.PropType<Record<string, _vue_start_pro.IOpeItem>>;
|
|
1481
|
+
};
|
|
1482
|
+
elementKey: {
|
|
1483
|
+
type: StringConstructor;
|
|
1484
|
+
default: string;
|
|
1485
|
+
};
|
|
1486
|
+
splitStr: {
|
|
1487
|
+
type: StringConstructor;
|
|
1488
|
+
};
|
|
1489
|
+
}>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<Partial<vue.ExtractPropTypes<{
|
|
1490
|
+
clsName: {
|
|
1491
|
+
type: StringConstructor;
|
|
1492
|
+
default: string;
|
|
1493
|
+
};
|
|
1494
|
+
items: {
|
|
1495
|
+
type: vue.PropType<_vue_start_pro.IOpeItem[]>;
|
|
1496
|
+
};
|
|
1497
|
+
itemState: {
|
|
1498
|
+
type: vue.PropType<Record<string, _vue_start_pro.IOpeItem>>;
|
|
1499
|
+
};
|
|
1500
|
+
elementKey: {
|
|
1501
|
+
type: StringConstructor;
|
|
1502
|
+
default: string;
|
|
1503
|
+
};
|
|
1504
|
+
splitStr: {
|
|
1505
|
+
type: StringConstructor;
|
|
1506
|
+
};
|
|
1507
|
+
}>>>, {}> | vue.DefineComponent<_vue_start_pro.ProSearchFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProSearchFormProps>, {}> | vue.DefineComponent<_vue_start_pro.ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProTableProps>, {}> | vue.DefineComponent<_vue_start_pro.ProPageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProPageProps>, {}> | vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
1473
1508
|
clsName: {
|
|
1474
1509
|
type: StringConstructor;
|
|
1475
1510
|
default: string;
|
|
@@ -1561,6 +1596,10 @@ declare const elementMap: {
|
|
|
1561
1596
|
convert: {
|
|
1562
1597
|
type: vue.PropType<TConvert>;
|
|
1563
1598
|
};
|
|
1599
|
+
render: {
|
|
1600
|
+
type: FunctionConstructor;
|
|
1601
|
+
default: undefined;
|
|
1602
|
+
};
|
|
1564
1603
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1565
1604
|
value: {
|
|
1566
1605
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -1585,7 +1624,13 @@ declare const elementMap: {
|
|
|
1585
1624
|
convert: {
|
|
1586
1625
|
type: vue.PropType<TConvert>;
|
|
1587
1626
|
};
|
|
1588
|
-
|
|
1627
|
+
render: {
|
|
1628
|
+
type: FunctionConstructor;
|
|
1629
|
+
default: undefined;
|
|
1630
|
+
};
|
|
1631
|
+
}>>, {
|
|
1632
|
+
render: Function;
|
|
1633
|
+
}> | vue.DefineComponent<{
|
|
1589
1634
|
decimalFixed: {
|
|
1590
1635
|
type: NumberConstructor;
|
|
1591
1636
|
default: number;
|
|
@@ -1617,7 +1662,11 @@ declare const elementMap: {
|
|
|
1617
1662
|
convert: {
|
|
1618
1663
|
type: vue.PropType<TConvert>;
|
|
1619
1664
|
};
|
|
1620
|
-
|
|
1665
|
+
render: {
|
|
1666
|
+
type: FunctionConstructor;
|
|
1667
|
+
default: undefined;
|
|
1668
|
+
};
|
|
1669
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1621
1670
|
decimalFixed: {
|
|
1622
1671
|
type: NumberConstructor;
|
|
1623
1672
|
default: number;
|
|
@@ -1649,7 +1698,12 @@ declare const elementMap: {
|
|
|
1649
1698
|
convert: {
|
|
1650
1699
|
type: vue.PropType<TConvert>;
|
|
1651
1700
|
};
|
|
1701
|
+
render: {
|
|
1702
|
+
type: FunctionConstructor;
|
|
1703
|
+
default: undefined;
|
|
1704
|
+
};
|
|
1652
1705
|
}>>, {
|
|
1706
|
+
render: Function;
|
|
1653
1707
|
decimalFixed: number;
|
|
1654
1708
|
thousandDivision: boolean;
|
|
1655
1709
|
}> | vue.DefineComponent<{
|
|
@@ -1684,7 +1738,11 @@ declare const elementMap: {
|
|
|
1684
1738
|
convert: {
|
|
1685
1739
|
type: vue.PropType<TConvert>;
|
|
1686
1740
|
};
|
|
1687
|
-
|
|
1741
|
+
render: {
|
|
1742
|
+
type: FunctionConstructor;
|
|
1743
|
+
default: undefined;
|
|
1744
|
+
};
|
|
1745
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1688
1746
|
value: {
|
|
1689
1747
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1690
1748
|
};
|
|
@@ -1716,7 +1774,12 @@ declare const elementMap: {
|
|
|
1716
1774
|
convert: {
|
|
1717
1775
|
type: vue.PropType<TConvert>;
|
|
1718
1776
|
};
|
|
1777
|
+
render: {
|
|
1778
|
+
type: FunctionConstructor;
|
|
1779
|
+
default: undefined;
|
|
1780
|
+
};
|
|
1719
1781
|
}>>, {
|
|
1782
|
+
render: Function;
|
|
1720
1783
|
splitStr: string;
|
|
1721
1784
|
}> | vue.DefineComponent<{
|
|
1722
1785
|
value: {
|
|
@@ -1726,11 +1789,18 @@ declare const elementMap: {
|
|
|
1726
1789
|
type: StringConstructor;
|
|
1727
1790
|
default: string;
|
|
1728
1791
|
};
|
|
1792
|
+
splitStr2: {
|
|
1793
|
+
type: StringConstructor;
|
|
1794
|
+
default: string;
|
|
1795
|
+
};
|
|
1729
1796
|
treeData: vue.PropType<Record<string, any>>;
|
|
1730
1797
|
data: vue.PropType<Record<string, any>>;
|
|
1731
1798
|
options: vue.PropType<Record<string, any>>;
|
|
1732
1799
|
fieldNames: ObjectConstructor;
|
|
1733
1800
|
props: ObjectConstructor;
|
|
1801
|
+
multiple: {
|
|
1802
|
+
type: BooleanConstructor;
|
|
1803
|
+
};
|
|
1734
1804
|
showProps: {
|
|
1735
1805
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
1736
1806
|
content: {
|
|
@@ -1751,7 +1821,11 @@ declare const elementMap: {
|
|
|
1751
1821
|
convert: {
|
|
1752
1822
|
type: vue.PropType<TConvert>;
|
|
1753
1823
|
};
|
|
1754
|
-
|
|
1824
|
+
render: {
|
|
1825
|
+
type: FunctionConstructor;
|
|
1826
|
+
default: undefined;
|
|
1827
|
+
};
|
|
1828
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1755
1829
|
value: {
|
|
1756
1830
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1757
1831
|
};
|
|
@@ -1759,11 +1833,18 @@ declare const elementMap: {
|
|
|
1759
1833
|
type: StringConstructor;
|
|
1760
1834
|
default: string;
|
|
1761
1835
|
};
|
|
1836
|
+
splitStr2: {
|
|
1837
|
+
type: StringConstructor;
|
|
1838
|
+
default: string;
|
|
1839
|
+
};
|
|
1762
1840
|
treeData: vue.PropType<Record<string, any>>;
|
|
1763
1841
|
data: vue.PropType<Record<string, any>>;
|
|
1764
1842
|
options: vue.PropType<Record<string, any>>;
|
|
1765
1843
|
fieldNames: ObjectConstructor;
|
|
1766
1844
|
props: ObjectConstructor;
|
|
1845
|
+
multiple: {
|
|
1846
|
+
type: BooleanConstructor;
|
|
1847
|
+
};
|
|
1767
1848
|
showProps: {
|
|
1768
1849
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
1769
1850
|
content: {
|
|
@@ -1784,8 +1865,15 @@ declare const elementMap: {
|
|
|
1784
1865
|
convert: {
|
|
1785
1866
|
type: vue.PropType<TConvert>;
|
|
1786
1867
|
};
|
|
1868
|
+
render: {
|
|
1869
|
+
type: FunctionConstructor;
|
|
1870
|
+
default: undefined;
|
|
1871
|
+
};
|
|
1787
1872
|
}>>, {
|
|
1873
|
+
render: Function;
|
|
1788
1874
|
splitStr: string;
|
|
1875
|
+
splitStr2: string;
|
|
1876
|
+
multiple: boolean;
|
|
1789
1877
|
}> | vue.DefineComponent<{
|
|
1790
1878
|
value: {
|
|
1791
1879
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
@@ -1822,7 +1910,11 @@ declare const elementMap: {
|
|
|
1822
1910
|
convert: {
|
|
1823
1911
|
type: vue.PropType<TConvert>;
|
|
1824
1912
|
};
|
|
1825
|
-
|
|
1913
|
+
render: {
|
|
1914
|
+
type: FunctionConstructor;
|
|
1915
|
+
default: undefined;
|
|
1916
|
+
};
|
|
1917
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1826
1918
|
value: {
|
|
1827
1919
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1828
1920
|
};
|
|
@@ -1858,7 +1950,12 @@ declare const elementMap: {
|
|
|
1858
1950
|
convert: {
|
|
1859
1951
|
type: vue.PropType<TConvert>;
|
|
1860
1952
|
};
|
|
1953
|
+
render: {
|
|
1954
|
+
type: FunctionConstructor;
|
|
1955
|
+
default: undefined;
|
|
1956
|
+
};
|
|
1861
1957
|
}>>, {
|
|
1958
|
+
render: Function;
|
|
1862
1959
|
splitStr: string;
|
|
1863
1960
|
format: string;
|
|
1864
1961
|
isUnix: boolean;
|
|
@@ -1920,70 +2017,110 @@ declare const elementMap: {
|
|
|
1920
2017
|
customClass: {
|
|
1921
2018
|
type: StringConstructor;
|
|
1922
2019
|
};
|
|
1923
|
-
}>>>, {}> | vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProModalProps>, {}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
1924
|
-
|
|
2020
|
+
}>>>, {}> | vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProModalProps>, {}> | vue.DefineComponent<ProDrawerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProDrawerProps>, {}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2021
|
+
modelValue: {
|
|
2022
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2023
|
+
default: undefined;
|
|
2024
|
+
};
|
|
2025
|
+
label: {
|
|
2026
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2027
|
+
};
|
|
2028
|
+
indeterminate: BooleanConstructor;
|
|
2029
|
+
disabled: BooleanConstructor;
|
|
2030
|
+
checked: BooleanConstructor;
|
|
2031
|
+
name: {
|
|
2032
|
+
type: StringConstructor;
|
|
2033
|
+
default: undefined;
|
|
2034
|
+
};
|
|
2035
|
+
trueLabel: {
|
|
2036
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2037
|
+
default: undefined;
|
|
2038
|
+
};
|
|
2039
|
+
falseLabel: {
|
|
2040
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2041
|
+
default: undefined;
|
|
2042
|
+
};
|
|
2043
|
+
id: {
|
|
2044
|
+
type: StringConstructor;
|
|
2045
|
+
default: undefined;
|
|
2046
|
+
};
|
|
2047
|
+
controls: {
|
|
2048
|
+
type: StringConstructor;
|
|
2049
|
+
default: undefined;
|
|
2050
|
+
};
|
|
2051
|
+
border: BooleanConstructor;
|
|
2052
|
+
size: {
|
|
1925
2053
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1926
2054
|
readonly required: false;
|
|
1927
2055
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1928
2056
|
__epPropKey: true;
|
|
1929
2057
|
};
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
readonly required: false;
|
|
1935
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1936
|
-
__epPropKey: true;
|
|
2058
|
+
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2059
|
+
validateEvent: {
|
|
2060
|
+
type: BooleanConstructor;
|
|
2061
|
+
default: boolean;
|
|
1937
2062
|
};
|
|
1938
|
-
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1939
|
-
readonly loading: BooleanConstructor;
|
|
1940
|
-
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
1941
|
-
readonly plain: BooleanConstructor;
|
|
1942
|
-
readonly text: BooleanConstructor;
|
|
1943
|
-
readonly link: BooleanConstructor;
|
|
1944
|
-
readonly bg: BooleanConstructor;
|
|
1945
|
-
readonly autofocus: BooleanConstructor;
|
|
1946
|
-
readonly round: BooleanConstructor;
|
|
1947
|
-
readonly circle: BooleanConstructor;
|
|
1948
|
-
readonly color: StringConstructor;
|
|
1949
|
-
readonly dark: BooleanConstructor;
|
|
1950
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1951
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
1952
2063
|
}, {
|
|
1953
2064
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
1954
|
-
|
|
2065
|
+
modelValue: {
|
|
2066
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2067
|
+
default: undefined;
|
|
2068
|
+
};
|
|
2069
|
+
label: {
|
|
2070
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2071
|
+
};
|
|
2072
|
+
indeterminate: BooleanConstructor;
|
|
2073
|
+
disabled: BooleanConstructor;
|
|
2074
|
+
checked: BooleanConstructor;
|
|
2075
|
+
name: {
|
|
2076
|
+
type: StringConstructor;
|
|
2077
|
+
default: undefined;
|
|
2078
|
+
};
|
|
2079
|
+
trueLabel: {
|
|
2080
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2081
|
+
default: undefined;
|
|
2082
|
+
};
|
|
2083
|
+
falseLabel: {
|
|
2084
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2085
|
+
default: undefined;
|
|
2086
|
+
};
|
|
2087
|
+
id: {
|
|
2088
|
+
type: StringConstructor;
|
|
2089
|
+
default: undefined;
|
|
2090
|
+
};
|
|
2091
|
+
controls: {
|
|
2092
|
+
type: StringConstructor;
|
|
2093
|
+
default: undefined;
|
|
2094
|
+
};
|
|
2095
|
+
border: BooleanConstructor;
|
|
2096
|
+
size: {
|
|
1955
2097
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1956
2098
|
readonly required: false;
|
|
1957
2099
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1958
2100
|
__epPropKey: true;
|
|
1959
2101
|
};
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
readonly required: false;
|
|
1965
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1966
|
-
__epPropKey: true;
|
|
2102
|
+
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2103
|
+
validateEvent: {
|
|
2104
|
+
type: BooleanConstructor;
|
|
2105
|
+
default: boolean;
|
|
1967
2106
|
};
|
|
1968
|
-
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1969
|
-
readonly loading: BooleanConstructor;
|
|
1970
|
-
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
1971
|
-
readonly plain: BooleanConstructor;
|
|
1972
|
-
readonly text: BooleanConstructor;
|
|
1973
|
-
readonly link: BooleanConstructor;
|
|
1974
|
-
readonly bg: BooleanConstructor;
|
|
1975
|
-
readonly autofocus: BooleanConstructor;
|
|
1976
|
-
readonly round: BooleanConstructor;
|
|
1977
|
-
readonly circle: BooleanConstructor;
|
|
1978
|
-
readonly color: StringConstructor;
|
|
1979
|
-
readonly dark: BooleanConstructor;
|
|
1980
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1981
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
1982
2107
|
}>> & {
|
|
1983
|
-
|
|
2108
|
+
onChange?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2109
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
1984
2110
|
}>>;
|
|
1985
|
-
|
|
1986
|
-
|
|
2111
|
+
slots: Readonly<{
|
|
2112
|
+
[name: string]: vue.Slot | undefined;
|
|
2113
|
+
}>;
|
|
2114
|
+
inputId: vue.Ref<string | undefined>;
|
|
2115
|
+
isLabeledByFormItem: vue.ComputedRef<boolean>;
|
|
2116
|
+
isChecked: vue.ComputedRef<boolean>;
|
|
2117
|
+
isDisabled: vue.ComputedRef<boolean>;
|
|
2118
|
+
isFocused: vue.Ref<boolean>;
|
|
2119
|
+
checkboxSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2120
|
+
hasOwnLabel: vue.ComputedRef<boolean>;
|
|
2121
|
+
model: vue.WritableComputedRef<any>;
|
|
2122
|
+
handleChange: (e: Event) => void;
|
|
2123
|
+
onClickRoot: (e: MouseEvent) => Promise<void>;
|
|
1987
2124
|
ns: {
|
|
1988
2125
|
namespace: vue.ComputedRef<string>;
|
|
1989
2126
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2002,53 +2139,174 @@ declare const elementMap: {
|
|
|
2002
2139
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2003
2140
|
cssVarBlockName: (name: string) => string;
|
|
2004
2141
|
};
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
}
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2142
|
+
compKls: vue.ComputedRef<string[]>;
|
|
2143
|
+
spanKls: vue.ComputedRef<string[]>;
|
|
2144
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2145
|
+
"update:modelValue": (val: element_plus.CheckboxValueType) => boolean;
|
|
2146
|
+
change: (val: element_plus.CheckboxValueType) => boolean;
|
|
2147
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2148
|
+
modelValue: {
|
|
2149
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2150
|
+
default: undefined;
|
|
2151
|
+
};
|
|
2152
|
+
label: {
|
|
2153
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2154
|
+
};
|
|
2155
|
+
indeterminate: BooleanConstructor;
|
|
2156
|
+
disabled: BooleanConstructor;
|
|
2157
|
+
checked: BooleanConstructor;
|
|
2158
|
+
name: {
|
|
2159
|
+
type: StringConstructor;
|
|
2160
|
+
default: undefined;
|
|
2161
|
+
};
|
|
2162
|
+
trueLabel: {
|
|
2163
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2164
|
+
default: undefined;
|
|
2165
|
+
};
|
|
2166
|
+
falseLabel: {
|
|
2167
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2168
|
+
default: undefined;
|
|
2169
|
+
};
|
|
2170
|
+
id: {
|
|
2171
|
+
type: StringConstructor;
|
|
2172
|
+
default: undefined;
|
|
2173
|
+
};
|
|
2174
|
+
controls: {
|
|
2175
|
+
type: StringConstructor;
|
|
2176
|
+
default: undefined;
|
|
2177
|
+
};
|
|
2178
|
+
border: BooleanConstructor;
|
|
2179
|
+
size: {
|
|
2180
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2181
|
+
readonly required: false;
|
|
2182
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2183
|
+
__epPropKey: true;
|
|
2184
|
+
};
|
|
2185
|
+
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2186
|
+
validateEvent: {
|
|
2187
|
+
type: BooleanConstructor;
|
|
2188
|
+
default: boolean;
|
|
2189
|
+
};
|
|
2190
|
+
}>> & {
|
|
2191
|
+
onChange?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2192
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2193
|
+
}, {
|
|
2194
|
+
modelValue: string | number | boolean;
|
|
2195
|
+
id: string;
|
|
2196
|
+
disabled: boolean;
|
|
2197
|
+
name: string;
|
|
2198
|
+
validateEvent: boolean;
|
|
2199
|
+
border: boolean;
|
|
2200
|
+
indeterminate: boolean;
|
|
2201
|
+
checked: boolean;
|
|
2202
|
+
trueLabel: string | number;
|
|
2203
|
+
falseLabel: string | number;
|
|
2204
|
+
controls: string;
|
|
2205
|
+
}>> & {
|
|
2206
|
+
CheckboxButton: vue.DefineComponent<{
|
|
2207
|
+
modelValue: {
|
|
2208
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2209
|
+
default: undefined;
|
|
2028
2210
|
};
|
|
2029
|
-
|
|
2030
|
-
|
|
2211
|
+
label: {
|
|
2212
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2213
|
+
};
|
|
2214
|
+
indeterminate: BooleanConstructor;
|
|
2215
|
+
disabled: BooleanConstructor;
|
|
2216
|
+
checked: BooleanConstructor;
|
|
2217
|
+
name: {
|
|
2218
|
+
type: StringConstructor;
|
|
2219
|
+
default: undefined;
|
|
2220
|
+
};
|
|
2221
|
+
trueLabel: {
|
|
2222
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2223
|
+
default: undefined;
|
|
2224
|
+
};
|
|
2225
|
+
falseLabel: {
|
|
2226
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2227
|
+
default: undefined;
|
|
2228
|
+
};
|
|
2229
|
+
id: {
|
|
2230
|
+
type: StringConstructor;
|
|
2231
|
+
default: undefined;
|
|
2232
|
+
};
|
|
2233
|
+
controls: {
|
|
2234
|
+
type: StringConstructor;
|
|
2235
|
+
default: undefined;
|
|
2236
|
+
};
|
|
2237
|
+
border: BooleanConstructor;
|
|
2238
|
+
size: {
|
|
2239
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2031
2240
|
readonly required: false;
|
|
2032
2241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2033
2242
|
__epPropKey: true;
|
|
2034
2243
|
};
|
|
2244
|
+
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2245
|
+
validateEvent: {
|
|
2246
|
+
type: BooleanConstructor;
|
|
2247
|
+
default: boolean;
|
|
2248
|
+
};
|
|
2035
2249
|
}, {
|
|
2036
2250
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2041
|
-
__epPropKey: true;
|
|
2251
|
+
modelValue: {
|
|
2252
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2253
|
+
default: undefined;
|
|
2042
2254
|
};
|
|
2043
|
-
|
|
2044
|
-
|
|
2255
|
+
label: {
|
|
2256
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2257
|
+
};
|
|
2258
|
+
indeterminate: BooleanConstructor;
|
|
2259
|
+
disabled: BooleanConstructor;
|
|
2260
|
+
checked: BooleanConstructor;
|
|
2261
|
+
name: {
|
|
2262
|
+
type: StringConstructor;
|
|
2263
|
+
default: undefined;
|
|
2264
|
+
};
|
|
2265
|
+
trueLabel: {
|
|
2266
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2267
|
+
default: undefined;
|
|
2268
|
+
};
|
|
2269
|
+
falseLabel: {
|
|
2270
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2271
|
+
default: undefined;
|
|
2272
|
+
};
|
|
2273
|
+
id: {
|
|
2274
|
+
type: StringConstructor;
|
|
2275
|
+
default: undefined;
|
|
2276
|
+
};
|
|
2277
|
+
controls: {
|
|
2278
|
+
type: StringConstructor;
|
|
2279
|
+
default: undefined;
|
|
2280
|
+
};
|
|
2281
|
+
border: BooleanConstructor;
|
|
2282
|
+
size: {
|
|
2283
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2045
2284
|
readonly required: false;
|
|
2046
2285
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2047
2286
|
__epPropKey: true;
|
|
2048
2287
|
};
|
|
2288
|
+
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2289
|
+
validateEvent: {
|
|
2290
|
+
type: BooleanConstructor;
|
|
2291
|
+
default: boolean;
|
|
2292
|
+
};
|
|
2049
2293
|
}>> & {
|
|
2050
|
-
|
|
2294
|
+
onChange?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2295
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2051
2296
|
}>>;
|
|
2297
|
+
slots: Readonly<{
|
|
2298
|
+
[name: string]: vue.Slot | undefined;
|
|
2299
|
+
}>;
|
|
2300
|
+
isFocused: vue.Ref<boolean>;
|
|
2301
|
+
isChecked: vue.ComputedRef<boolean>;
|
|
2302
|
+
isDisabled: vue.ComputedRef<boolean>;
|
|
2303
|
+
checkboxButtonSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2304
|
+
model: vue.WritableComputedRef<any>;
|
|
2305
|
+
handleChange: (e: Event) => void;
|
|
2306
|
+
checkboxGroup: ({
|
|
2307
|
+
modelValue?: vue.WritableComputedRef<any> | undefined;
|
|
2308
|
+
changeEvent?: ((...args: any) => any) | undefined;
|
|
2309
|
+
} & vue.ToRefs<Pick<element_plus.CheckboxGroupProps, "fill" | "disabled" | "size" | "min" | "max" | "validateEvent" | "textColor">>) | undefined;
|
|
2052
2310
|
ns: {
|
|
2053
2311
|
namespace: vue.ComputedRef<string>;
|
|
2054
2312
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2067,91 +2325,108 @@ declare const elementMap: {
|
|
|
2067
2325
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2068
2326
|
cssVarBlockName: (name: string) => string;
|
|
2069
2327
|
};
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2328
|
+
activeStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
2329
|
+
labelKls: vue.ComputedRef<string[]>;
|
|
2330
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2331
|
+
"update:modelValue": (val: element_plus.CheckboxValueType) => boolean;
|
|
2332
|
+
change: (val: element_plus.CheckboxValueType) => boolean;
|
|
2333
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2334
|
+
modelValue: {
|
|
2335
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2336
|
+
default: undefined;
|
|
2077
2337
|
};
|
|
2078
|
-
|
|
2079
|
-
|
|
2338
|
+
label: {
|
|
2339
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2340
|
+
};
|
|
2341
|
+
indeterminate: BooleanConstructor;
|
|
2342
|
+
disabled: BooleanConstructor;
|
|
2343
|
+
checked: BooleanConstructor;
|
|
2344
|
+
name: {
|
|
2345
|
+
type: StringConstructor;
|
|
2346
|
+
default: undefined;
|
|
2347
|
+
};
|
|
2348
|
+
trueLabel: {
|
|
2349
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2350
|
+
default: undefined;
|
|
2351
|
+
};
|
|
2352
|
+
falseLabel: {
|
|
2353
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2354
|
+
default: undefined;
|
|
2355
|
+
};
|
|
2356
|
+
id: {
|
|
2357
|
+
type: StringConstructor;
|
|
2358
|
+
default: undefined;
|
|
2359
|
+
};
|
|
2360
|
+
controls: {
|
|
2361
|
+
type: StringConstructor;
|
|
2362
|
+
default: undefined;
|
|
2363
|
+
};
|
|
2364
|
+
border: BooleanConstructor;
|
|
2365
|
+
size: {
|
|
2366
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2080
2367
|
readonly required: false;
|
|
2081
2368
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2082
2369
|
__epPropKey: true;
|
|
2083
2370
|
};
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
readonly round: BooleanConstructor;
|
|
2111
|
-
readonly circle: BooleanConstructor;
|
|
2112
|
-
readonly color: StringConstructor;
|
|
2113
|
-
readonly dark: BooleanConstructor;
|
|
2114
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
2115
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
2116
|
-
}>> & {
|
|
2117
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2118
|
-
}, {
|
|
2119
|
-
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
2120
|
-
readonly link: boolean;
|
|
2121
|
-
readonly dark: boolean;
|
|
2122
|
-
readonly disabled: boolean;
|
|
2123
|
-
readonly text: boolean;
|
|
2124
|
-
readonly autofocus: boolean;
|
|
2125
|
-
readonly round: boolean;
|
|
2126
|
-
readonly circle: boolean;
|
|
2127
|
-
readonly tag: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
2128
|
-
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
2129
|
-
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
2130
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2131
|
-
readonly loading: boolean;
|
|
2132
|
-
readonly plain: boolean;
|
|
2133
|
-
readonly bg: boolean;
|
|
2134
|
-
}>> & {
|
|
2135
|
-
ButtonGroup: vue.DefineComponent<{
|
|
2371
|
+
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2372
|
+
validateEvent: {
|
|
2373
|
+
type: BooleanConstructor;
|
|
2374
|
+
default: boolean;
|
|
2375
|
+
};
|
|
2376
|
+
}>> & {
|
|
2377
|
+
onChange?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2378
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2379
|
+
}, {
|
|
2380
|
+
modelValue: string | number | boolean;
|
|
2381
|
+
id: string;
|
|
2382
|
+
disabled: boolean;
|
|
2383
|
+
name: string;
|
|
2384
|
+
validateEvent: boolean;
|
|
2385
|
+
border: boolean;
|
|
2386
|
+
indeterminate: boolean;
|
|
2387
|
+
checked: boolean;
|
|
2388
|
+
trueLabel: string | number;
|
|
2389
|
+
falseLabel: string | number;
|
|
2390
|
+
controls: string;
|
|
2391
|
+
}>;
|
|
2392
|
+
CheckboxGroup: vue.DefineComponent<{
|
|
2393
|
+
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2394
|
+
readonly disabled: BooleanConstructor;
|
|
2395
|
+
readonly min: NumberConstructor;
|
|
2396
|
+
readonly max: NumberConstructor;
|
|
2136
2397
|
readonly size: {
|
|
2137
2398
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2138
2399
|
readonly required: false;
|
|
2139
2400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2140
2401
|
__epPropKey: true;
|
|
2141
2402
|
};
|
|
2142
|
-
readonly
|
|
2403
|
+
readonly label: StringConstructor;
|
|
2404
|
+
readonly fill: StringConstructor;
|
|
2405
|
+
readonly textColor: StringConstructor;
|
|
2406
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2407
|
+
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2143
2408
|
}, {
|
|
2144
2409
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2410
|
+
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2411
|
+
readonly disabled: BooleanConstructor;
|
|
2412
|
+
readonly min: NumberConstructor;
|
|
2413
|
+
readonly max: NumberConstructor;
|
|
2145
2414
|
readonly size: {
|
|
2146
2415
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2147
2416
|
readonly required: false;
|
|
2148
2417
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2149
2418
|
__epPropKey: true;
|
|
2150
2419
|
};
|
|
2151
|
-
readonly
|
|
2420
|
+
readonly label: StringConstructor;
|
|
2421
|
+
readonly fill: StringConstructor;
|
|
2422
|
+
readonly textColor: StringConstructor;
|
|
2423
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2424
|
+
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2152
2425
|
}>> & {
|
|
2153
|
-
|
|
2426
|
+
onChange?: ((val: element_plus.CheckboxValueType[]) => any) | undefined;
|
|
2427
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxGroupValueType) => any) | undefined;
|
|
2154
2428
|
}>>;
|
|
2429
|
+
emit: ((event: "update:modelValue", val: element_plus.CheckboxGroupValueType) => void) & ((event: "change", val: element_plus.CheckboxValueType[]) => void);
|
|
2155
2430
|
ns: {
|
|
2156
2431
|
namespace: vue.ComputedRef<string>;
|
|
2157
2432
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2170,121 +2445,120 @@ declare const elementMap: {
|
|
|
2170
2445
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2171
2446
|
cssVarBlockName: (name: string) => string;
|
|
2172
2447
|
};
|
|
2173
|
-
|
|
2448
|
+
formItem: element_plus.FormItemContext | undefined;
|
|
2449
|
+
groupId: vue.Ref<string | undefined>;
|
|
2450
|
+
isLabeledByFormItem: vue.ComputedRef<boolean>;
|
|
2451
|
+
changeEvent: (value: element_plus.CheckboxGroupValueType) => Promise<void>;
|
|
2452
|
+
modelValue: vue.WritableComputedRef<element_plus.CheckboxGroupValueType>;
|
|
2453
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2454
|
+
"update:modelValue": (val: element_plus.CheckboxGroupValueType) => boolean;
|
|
2455
|
+
change: (val: element_plus.CheckboxValueType[]) => boolean;
|
|
2456
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2457
|
+
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2458
|
+
readonly disabled: BooleanConstructor;
|
|
2459
|
+
readonly min: NumberConstructor;
|
|
2460
|
+
readonly max: NumberConstructor;
|
|
2174
2461
|
readonly size: {
|
|
2175
2462
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2176
2463
|
readonly required: false;
|
|
2177
2464
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2178
2465
|
__epPropKey: true;
|
|
2179
2466
|
};
|
|
2180
|
-
readonly
|
|
2181
|
-
|
|
2182
|
-
readonly
|
|
2467
|
+
readonly label: StringConstructor;
|
|
2468
|
+
readonly fill: StringConstructor;
|
|
2469
|
+
readonly textColor: StringConstructor;
|
|
2470
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2471
|
+
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2472
|
+
}>> & {
|
|
2473
|
+
onChange?: ((val: element_plus.CheckboxValueType[]) => any) | undefined;
|
|
2474
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxGroupValueType) => any) | undefined;
|
|
2475
|
+
}, {
|
|
2476
|
+
readonly modelValue: element_plus.CheckboxGroupValueType;
|
|
2477
|
+
readonly disabled: boolean;
|
|
2478
|
+
readonly validateEvent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2479
|
+
readonly tag: string;
|
|
2183
2480
|
}>;
|
|
2184
|
-
}) |
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
falseLabel: {
|
|
2204
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2205
|
-
default: undefined;
|
|
2206
|
-
};
|
|
2207
|
-
id: {
|
|
2208
|
-
type: StringConstructor;
|
|
2209
|
-
default: undefined;
|
|
2210
|
-
};
|
|
2211
|
-
controls: {
|
|
2212
|
-
type: StringConstructor;
|
|
2213
|
-
default: undefined;
|
|
2214
|
-
};
|
|
2215
|
-
border: BooleanConstructor;
|
|
2216
|
-
size: {
|
|
2481
|
+
}) | vue.DefineComponent<ProMenusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProMenusProps>, {}> | vue.DefineComponent<ProUploadProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProUploadProps>, {}> | vue.DefineComponent<ProDropdownProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProDropdownProps>, {
|
|
2482
|
+
readonly disabled: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2483
|
+
readonly placement: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement) | ((new (...args: any[]) => "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement))[], unknown, unknown>;
|
|
2484
|
+
readonly trigger: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>;
|
|
2485
|
+
readonly hideOnClick: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2486
|
+
readonly size: string;
|
|
2487
|
+
readonly maxHeight: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2488
|
+
readonly role: string;
|
|
2489
|
+
readonly tabindex: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2490
|
+
readonly popperClass: string;
|
|
2491
|
+
readonly teleported: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2492
|
+
readonly popperOptions: Partial<element_plus.Options>;
|
|
2493
|
+
readonly effect: string;
|
|
2494
|
+
readonly showTimeout: number;
|
|
2495
|
+
readonly hideTimeout: number;
|
|
2496
|
+
readonly splitButton: boolean;
|
|
2497
|
+
readonly loop: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2498
|
+
}> | vue.DefineComponent<ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTableProps>, {}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2499
|
+
readonly size: {
|
|
2217
2500
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2218
2501
|
readonly required: false;
|
|
2219
2502
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2220
2503
|
__epPropKey: true;
|
|
2221
2504
|
};
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2505
|
+
readonly disabled: BooleanConstructor;
|
|
2506
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2507
|
+
readonly icon: {
|
|
2508
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
2509
|
+
readonly required: false;
|
|
2510
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2511
|
+
__epPropKey: true;
|
|
2226
2512
|
};
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2245
|
-
default: undefined;
|
|
2246
|
-
};
|
|
2247
|
-
falseLabel: {
|
|
2248
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2249
|
-
default: undefined;
|
|
2250
|
-
};
|
|
2251
|
-
id: {
|
|
2252
|
-
type: StringConstructor;
|
|
2253
|
-
default: undefined;
|
|
2254
|
-
};
|
|
2255
|
-
controls: {
|
|
2256
|
-
type: StringConstructor;
|
|
2257
|
-
default: undefined;
|
|
2258
|
-
};
|
|
2259
|
-
border: BooleanConstructor;
|
|
2260
|
-
size: {
|
|
2513
|
+
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
2514
|
+
readonly loading: BooleanConstructor;
|
|
2515
|
+
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
2516
|
+
readonly plain: BooleanConstructor;
|
|
2517
|
+
readonly text: BooleanConstructor;
|
|
2518
|
+
readonly link: BooleanConstructor;
|
|
2519
|
+
readonly bg: BooleanConstructor;
|
|
2520
|
+
readonly autofocus: BooleanConstructor;
|
|
2521
|
+
readonly round: BooleanConstructor;
|
|
2522
|
+
readonly circle: BooleanConstructor;
|
|
2523
|
+
readonly color: StringConstructor;
|
|
2524
|
+
readonly dark: BooleanConstructor;
|
|
2525
|
+
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
2526
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
2527
|
+
}, {
|
|
2528
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2529
|
+
readonly size: {
|
|
2261
2530
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2262
2531
|
readonly required: false;
|
|
2263
2532
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2264
2533
|
__epPropKey: true;
|
|
2265
2534
|
};
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2535
|
+
readonly disabled: BooleanConstructor;
|
|
2536
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2537
|
+
readonly icon: {
|
|
2538
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
2539
|
+
readonly required: false;
|
|
2540
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2541
|
+
__epPropKey: true;
|
|
2270
2542
|
};
|
|
2543
|
+
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
2544
|
+
readonly loading: BooleanConstructor;
|
|
2545
|
+
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
2546
|
+
readonly plain: BooleanConstructor;
|
|
2547
|
+
readonly text: BooleanConstructor;
|
|
2548
|
+
readonly link: BooleanConstructor;
|
|
2549
|
+
readonly bg: BooleanConstructor;
|
|
2550
|
+
readonly autofocus: BooleanConstructor;
|
|
2551
|
+
readonly round: BooleanConstructor;
|
|
2552
|
+
readonly circle: BooleanConstructor;
|
|
2553
|
+
readonly color: StringConstructor;
|
|
2554
|
+
readonly dark: BooleanConstructor;
|
|
2555
|
+
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
2556
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
2271
2557
|
}>> & {
|
|
2272
|
-
|
|
2273
|
-
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2558
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2274
2559
|
}>>;
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
}>;
|
|
2278
|
-
inputId: vue.Ref<string | undefined>;
|
|
2279
|
-
isLabeledByFormItem: vue.ComputedRef<boolean>;
|
|
2280
|
-
isChecked: vue.ComputedRef<boolean>;
|
|
2281
|
-
isDisabled: vue.ComputedRef<boolean>;
|
|
2282
|
-
isFocused: vue.Ref<boolean>;
|
|
2283
|
-
checkboxSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2284
|
-
hasOwnLabel: vue.ComputedRef<boolean>;
|
|
2285
|
-
model: vue.WritableComputedRef<any>;
|
|
2286
|
-
handleChange: (e: Event) => void;
|
|
2287
|
-
onClickRoot: (e: MouseEvent) => Promise<void>;
|
|
2560
|
+
emit: (event: "click", evt: MouseEvent) => void;
|
|
2561
|
+
buttonStyle: vue.ComputedRef<Record<string, string>>;
|
|
2288
2562
|
ns: {
|
|
2289
2563
|
namespace: vue.ComputedRef<string>;
|
|
2290
2564
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2303,174 +2577,53 @@ declare const elementMap: {
|
|
|
2303
2577
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2304
2578
|
cssVarBlockName: (name: string) => string;
|
|
2305
2579
|
};
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
trueLabel: {
|
|
2327
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2328
|
-
default: undefined;
|
|
2329
|
-
};
|
|
2330
|
-
falseLabel: {
|
|
2331
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2332
|
-
default: undefined;
|
|
2333
|
-
};
|
|
2334
|
-
id: {
|
|
2335
|
-
type: StringConstructor;
|
|
2336
|
-
default: undefined;
|
|
2337
|
-
};
|
|
2338
|
-
controls: {
|
|
2339
|
-
type: StringConstructor;
|
|
2340
|
-
default: undefined;
|
|
2341
|
-
};
|
|
2342
|
-
border: BooleanConstructor;
|
|
2343
|
-
size: {
|
|
2344
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2345
|
-
readonly required: false;
|
|
2346
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2347
|
-
__epPropKey: true;
|
|
2348
|
-
};
|
|
2349
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2350
|
-
validateEvent: {
|
|
2351
|
-
type: BooleanConstructor;
|
|
2352
|
-
default: boolean;
|
|
2353
|
-
};
|
|
2354
|
-
}>> & {
|
|
2355
|
-
onChange?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2356
|
-
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2357
|
-
}, {
|
|
2358
|
-
modelValue: string | number | boolean;
|
|
2359
|
-
id: string;
|
|
2360
|
-
disabled: boolean;
|
|
2361
|
-
name: string;
|
|
2362
|
-
validateEvent: boolean;
|
|
2363
|
-
border: boolean;
|
|
2364
|
-
indeterminate: boolean;
|
|
2365
|
-
checked: boolean;
|
|
2366
|
-
trueLabel: string | number;
|
|
2367
|
-
falseLabel: string | number;
|
|
2368
|
-
controls: string;
|
|
2369
|
-
}>> & {
|
|
2370
|
-
CheckboxButton: vue.DefineComponent<{
|
|
2371
|
-
modelValue: {
|
|
2372
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2373
|
-
default: undefined;
|
|
2374
|
-
};
|
|
2375
|
-
label: {
|
|
2376
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2377
|
-
};
|
|
2378
|
-
indeterminate: BooleanConstructor;
|
|
2379
|
-
disabled: BooleanConstructor;
|
|
2380
|
-
checked: BooleanConstructor;
|
|
2381
|
-
name: {
|
|
2382
|
-
type: StringConstructor;
|
|
2383
|
-
default: undefined;
|
|
2384
|
-
};
|
|
2385
|
-
trueLabel: {
|
|
2386
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2387
|
-
default: undefined;
|
|
2388
|
-
};
|
|
2389
|
-
falseLabel: {
|
|
2390
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2391
|
-
default: undefined;
|
|
2392
|
-
};
|
|
2393
|
-
id: {
|
|
2394
|
-
type: StringConstructor;
|
|
2395
|
-
default: undefined;
|
|
2396
|
-
};
|
|
2397
|
-
controls: {
|
|
2398
|
-
type: StringConstructor;
|
|
2399
|
-
default: undefined;
|
|
2400
|
-
};
|
|
2401
|
-
border: BooleanConstructor;
|
|
2402
|
-
size: {
|
|
2403
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2580
|
+
_ref: vue.Ref<HTMLButtonElement | undefined>;
|
|
2581
|
+
_size: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2582
|
+
_type: vue.ComputedRef<"" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info">;
|
|
2583
|
+
_disabled: vue.ComputedRef<boolean>;
|
|
2584
|
+
_props: vue.ComputedRef<{
|
|
2585
|
+
ariaDisabled: boolean;
|
|
2586
|
+
disabled: boolean;
|
|
2587
|
+
autofocus: boolean;
|
|
2588
|
+
type: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
2589
|
+
} | {
|
|
2590
|
+
ariaDisabled?: undefined;
|
|
2591
|
+
disabled?: undefined;
|
|
2592
|
+
autofocus?: undefined;
|
|
2593
|
+
type?: undefined;
|
|
2594
|
+
}>;
|
|
2595
|
+
shouldAddSpace: vue.ComputedRef<boolean>;
|
|
2596
|
+
handleClick: (evt: MouseEvent) => void;
|
|
2597
|
+
ElIcon: element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2598
|
+
readonly size: {
|
|
2599
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
2404
2600
|
readonly required: false;
|
|
2405
2601
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2406
2602
|
__epPropKey: true;
|
|
2407
2603
|
};
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2604
|
+
readonly color: {
|
|
2605
|
+
readonly type: vue.PropType<string>;
|
|
2606
|
+
readonly required: false;
|
|
2607
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2608
|
+
__epPropKey: true;
|
|
2412
2609
|
};
|
|
2413
2610
|
}, {
|
|
2414
2611
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2415
|
-
|
|
2416
|
-
type: (
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2421
|
-
};
|
|
2422
|
-
indeterminate: BooleanConstructor;
|
|
2423
|
-
disabled: BooleanConstructor;
|
|
2424
|
-
checked: BooleanConstructor;
|
|
2425
|
-
name: {
|
|
2426
|
-
type: StringConstructor;
|
|
2427
|
-
default: undefined;
|
|
2428
|
-
};
|
|
2429
|
-
trueLabel: {
|
|
2430
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2431
|
-
default: undefined;
|
|
2432
|
-
};
|
|
2433
|
-
falseLabel: {
|
|
2434
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2435
|
-
default: undefined;
|
|
2436
|
-
};
|
|
2437
|
-
id: {
|
|
2438
|
-
type: StringConstructor;
|
|
2439
|
-
default: undefined;
|
|
2440
|
-
};
|
|
2441
|
-
controls: {
|
|
2442
|
-
type: StringConstructor;
|
|
2443
|
-
default: undefined;
|
|
2612
|
+
readonly size: {
|
|
2613
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
2614
|
+
readonly required: false;
|
|
2615
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2616
|
+
__epPropKey: true;
|
|
2444
2617
|
};
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2618
|
+
readonly color: {
|
|
2619
|
+
readonly type: vue.PropType<string>;
|
|
2448
2620
|
readonly required: false;
|
|
2449
2621
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2450
2622
|
__epPropKey: true;
|
|
2451
2623
|
};
|
|
2452
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2453
|
-
validateEvent: {
|
|
2454
|
-
type: BooleanConstructor;
|
|
2455
|
-
default: boolean;
|
|
2456
|
-
};
|
|
2457
2624
|
}>> & {
|
|
2458
|
-
|
|
2459
|
-
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2625
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2460
2626
|
}>>;
|
|
2461
|
-
slots: Readonly<{
|
|
2462
|
-
[name: string]: vue.Slot | undefined;
|
|
2463
|
-
}>;
|
|
2464
|
-
isFocused: vue.Ref<boolean>;
|
|
2465
|
-
isChecked: vue.ComputedRef<boolean>;
|
|
2466
|
-
isDisabled: vue.ComputedRef<boolean>;
|
|
2467
|
-
checkboxButtonSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2468
|
-
model: vue.WritableComputedRef<any>;
|
|
2469
|
-
handleChange: (e: Event) => void;
|
|
2470
|
-
checkboxGroup: ({
|
|
2471
|
-
modelValue?: vue.WritableComputedRef<any> | undefined;
|
|
2472
|
-
changeEvent?: ((...args: any) => any) | undefined;
|
|
2473
|
-
} & vue.ToRefs<Pick<element_plus.CheckboxGroupProps, "fill" | "disabled" | "size" | "min" | "max" | "validateEvent" | "textColor">>) | undefined;
|
|
2474
2627
|
ns: {
|
|
2475
2628
|
namespace: vue.ComputedRef<string>;
|
|
2476
2629
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2489,108 +2642,91 @@ declare const elementMap: {
|
|
|
2489
2642
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2490
2643
|
cssVarBlockName: (name: string) => string;
|
|
2491
2644
|
};
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
change: (val: element_plus.CheckboxValueType) => boolean;
|
|
2497
|
-
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2498
|
-
modelValue: {
|
|
2499
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2500
|
-
default: undefined;
|
|
2501
|
-
};
|
|
2502
|
-
label: {
|
|
2503
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2504
|
-
};
|
|
2505
|
-
indeterminate: BooleanConstructor;
|
|
2506
|
-
disabled: BooleanConstructor;
|
|
2507
|
-
checked: BooleanConstructor;
|
|
2508
|
-
name: {
|
|
2509
|
-
type: StringConstructor;
|
|
2510
|
-
default: undefined;
|
|
2511
|
-
};
|
|
2512
|
-
trueLabel: {
|
|
2513
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2514
|
-
default: undefined;
|
|
2515
|
-
};
|
|
2516
|
-
falseLabel: {
|
|
2517
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2518
|
-
default: undefined;
|
|
2519
|
-
};
|
|
2520
|
-
id: {
|
|
2521
|
-
type: StringConstructor;
|
|
2522
|
-
default: undefined;
|
|
2523
|
-
};
|
|
2524
|
-
controls: {
|
|
2525
|
-
type: StringConstructor;
|
|
2526
|
-
default: undefined;
|
|
2527
|
-
};
|
|
2528
|
-
border: BooleanConstructor;
|
|
2529
|
-
size: {
|
|
2530
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2645
|
+
style: vue.ComputedRef<vue.CSSProperties>;
|
|
2646
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2647
|
+
readonly size: {
|
|
2648
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
2531
2649
|
readonly required: false;
|
|
2532
2650
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2533
2651
|
__epPropKey: true;
|
|
2534
2652
|
};
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2653
|
+
readonly color: {
|
|
2654
|
+
readonly type: vue.PropType<string>;
|
|
2655
|
+
readonly required: false;
|
|
2656
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2657
|
+
__epPropKey: true;
|
|
2539
2658
|
};
|
|
2540
|
-
}>> &
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2659
|
+
}>>, {}>> & Record<string, any>;
|
|
2660
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2661
|
+
click: (evt: MouseEvent) => boolean;
|
|
2662
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2663
|
+
readonly size: {
|
|
2664
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2665
|
+
readonly required: false;
|
|
2666
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2667
|
+
__epPropKey: true;
|
|
2668
|
+
};
|
|
2669
|
+
readonly disabled: BooleanConstructor;
|
|
2670
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2671
|
+
readonly icon: {
|
|
2672
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
2673
|
+
readonly required: false;
|
|
2674
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2675
|
+
__epPropKey: true;
|
|
2676
|
+
};
|
|
2677
|
+
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
2678
|
+
readonly loading: BooleanConstructor;
|
|
2679
|
+
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
2680
|
+
readonly plain: BooleanConstructor;
|
|
2681
|
+
readonly text: BooleanConstructor;
|
|
2682
|
+
readonly link: BooleanConstructor;
|
|
2683
|
+
readonly bg: BooleanConstructor;
|
|
2684
|
+
readonly autofocus: BooleanConstructor;
|
|
2685
|
+
readonly round: BooleanConstructor;
|
|
2686
|
+
readonly circle: BooleanConstructor;
|
|
2687
|
+
readonly color: StringConstructor;
|
|
2688
|
+
readonly dark: BooleanConstructor;
|
|
2689
|
+
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
2690
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
2691
|
+
}>> & {
|
|
2692
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2693
|
+
}, {
|
|
2694
|
+
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
2695
|
+
readonly link: boolean;
|
|
2696
|
+
readonly dark: boolean;
|
|
2697
|
+
readonly disabled: boolean;
|
|
2698
|
+
readonly text: boolean;
|
|
2699
|
+
readonly autofocus: boolean;
|
|
2700
|
+
readonly round: boolean;
|
|
2701
|
+
readonly circle: boolean;
|
|
2702
|
+
readonly tag: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
2703
|
+
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
2704
|
+
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
2705
|
+
readonly autoInsertSpace: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2706
|
+
readonly loading: boolean;
|
|
2707
|
+
readonly plain: boolean;
|
|
2708
|
+
readonly bg: boolean;
|
|
2709
|
+
}>> & {
|
|
2710
|
+
ButtonGroup: vue.DefineComponent<{
|
|
2561
2711
|
readonly size: {
|
|
2562
2712
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2563
2713
|
readonly required: false;
|
|
2564
2714
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2565
2715
|
__epPropKey: true;
|
|
2566
2716
|
};
|
|
2567
|
-
readonly
|
|
2568
|
-
readonly fill: StringConstructor;
|
|
2569
|
-
readonly textColor: StringConstructor;
|
|
2570
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2571
|
-
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2717
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2572
2718
|
}, {
|
|
2573
2719
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2574
|
-
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2575
|
-
readonly disabled: BooleanConstructor;
|
|
2576
|
-
readonly min: NumberConstructor;
|
|
2577
|
-
readonly max: NumberConstructor;
|
|
2578
2720
|
readonly size: {
|
|
2579
2721
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2580
2722
|
readonly required: false;
|
|
2581
2723
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2582
2724
|
__epPropKey: true;
|
|
2583
2725
|
};
|
|
2584
|
-
readonly
|
|
2585
|
-
readonly fill: StringConstructor;
|
|
2586
|
-
readonly textColor: StringConstructor;
|
|
2587
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2588
|
-
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2726
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2589
2727
|
}>> & {
|
|
2590
|
-
|
|
2591
|
-
"onUpdate:modelValue"?: ((val: element_plus.CheckboxGroupValueType) => any) | undefined;
|
|
2728
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2592
2729
|
}>>;
|
|
2593
|
-
emit: ((event: "update:modelValue", val: element_plus.CheckboxGroupValueType) => void) & ((event: "change", val: element_plus.CheckboxValueType[]) => void);
|
|
2594
2730
|
ns: {
|
|
2595
2731
|
namespace: vue.ComputedRef<string>;
|
|
2596
2732
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2609,57 +2745,18 @@ declare const elementMap: {
|
|
|
2609
2745
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2610
2746
|
cssVarBlockName: (name: string) => string;
|
|
2611
2747
|
};
|
|
2612
|
-
|
|
2613
|
-
groupId: vue.Ref<string | undefined>;
|
|
2614
|
-
isLabeledByFormItem: vue.ComputedRef<boolean>;
|
|
2615
|
-
changeEvent: (value: element_plus.CheckboxGroupValueType) => Promise<void>;
|
|
2616
|
-
modelValue: vue.WritableComputedRef<element_plus.CheckboxGroupValueType>;
|
|
2617
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2618
|
-
"update:modelValue": (val: element_plus.CheckboxGroupValueType) => boolean;
|
|
2619
|
-
change: (val: element_plus.CheckboxValueType[]) => boolean;
|
|
2620
|
-
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2621
|
-
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2622
|
-
readonly disabled: BooleanConstructor;
|
|
2623
|
-
readonly min: NumberConstructor;
|
|
2624
|
-
readonly max: NumberConstructor;
|
|
2748
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2625
2749
|
readonly size: {
|
|
2626
2750
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2627
2751
|
readonly required: false;
|
|
2628
2752
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2629
2753
|
__epPropKey: true;
|
|
2630
2754
|
};
|
|
2631
|
-
readonly
|
|
2632
|
-
|
|
2633
|
-
readonly
|
|
2634
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2635
|
-
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2636
|
-
}>> & {
|
|
2637
|
-
onChange?: ((val: element_plus.CheckboxValueType[]) => any) | undefined;
|
|
2638
|
-
"onUpdate:modelValue"?: ((val: element_plus.CheckboxGroupValueType) => any) | undefined;
|
|
2639
|
-
}, {
|
|
2640
|
-
readonly modelValue: element_plus.CheckboxGroupValueType;
|
|
2641
|
-
readonly disabled: boolean;
|
|
2642
|
-
readonly validateEvent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2643
|
-
readonly tag: string;
|
|
2755
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2756
|
+
}>>, {
|
|
2757
|
+
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
2644
2758
|
}>;
|
|
2645
|
-
}) |
|
|
2646
|
-
readonly maxHeight: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2647
|
-
readonly disabled: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2648
|
-
readonly placement: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "bottom" | "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement) | ((new (...args: any[]) => "bottom" | "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement))[], unknown, unknown>;
|
|
2649
|
-
readonly trigger: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>;
|
|
2650
|
-
readonly hideOnClick: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2651
|
-
readonly size: string;
|
|
2652
|
-
readonly role: string;
|
|
2653
|
-
readonly tabindex: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2654
|
-
readonly popperClass: string;
|
|
2655
|
-
readonly teleported: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2656
|
-
readonly popperOptions: Partial<element_plus.Options>;
|
|
2657
|
-
readonly effect: string;
|
|
2658
|
-
readonly showTimeout: number;
|
|
2659
|
-
readonly hideTimeout: number;
|
|
2660
|
-
readonly splitButton: boolean;
|
|
2661
|
-
readonly loop: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2662
|
-
}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2759
|
+
}) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2663
2760
|
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2664
2761
|
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2665
2762
|
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
@@ -3144,7 +3241,7 @@ declare const elementMap: {
|
|
|
3144
3241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3145
3242
|
__epPropKey: true;
|
|
3146
3243
|
};
|
|
3147
|
-
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3244
|
+
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3148
3245
|
}, {
|
|
3149
3246
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3150
3247
|
showArrow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -3451,7 +3548,7 @@ declare const elementMap: {
|
|
|
3451
3548
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3452
3549
|
__epPropKey: true;
|
|
3453
3550
|
};
|
|
3454
|
-
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3551
|
+
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3455
3552
|
}>> & {
|
|
3456
3553
|
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3457
3554
|
}>>;
|
|
@@ -3461,9 +3558,9 @@ declare const elementMap: {
|
|
|
3461
3558
|
$: vue.ComponentInternalInstance;
|
|
3462
3559
|
$data: {};
|
|
3463
3560
|
$props: Partial<{
|
|
3464
|
-
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
3561
|
+
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
3465
3562
|
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
3466
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3563
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3467
3564
|
}>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "role">;
|
|
3468
3565
|
$attrs: {
|
|
3469
3566
|
[x: string]: unknown;
|
|
@@ -3479,10 +3576,10 @@ declare const elementMap: {
|
|
|
3479
3576
|
$emit: (event: string, ...args: any[]) => void;
|
|
3480
3577
|
$el: any;
|
|
3481
3578
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
|
3482
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3579
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3483
3580
|
}>>, {
|
|
3484
3581
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3485
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3582
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3486
3583
|
}>> & {
|
|
3487
3584
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3488
3585
|
}>>;
|
|
@@ -3490,10 +3587,10 @@ declare const elementMap: {
|
|
|
3490
3587
|
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3491
3588
|
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3492
3589
|
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3493
|
-
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
3590
|
+
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>>;
|
|
3494
3591
|
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3495
3592
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
3496
|
-
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
3593
|
+
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
3497
3594
|
}, {}, string> & {
|
|
3498
3595
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
3499
3596
|
created?: (() => void) | (() => void)[] | undefined;
|
|
@@ -3515,10 +3612,10 @@ declare const elementMap: {
|
|
|
3515
3612
|
$nextTick: typeof vue.nextTick;
|
|
3516
3613
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
3517
3614
|
} & Readonly<vue.ExtractPropTypes<{
|
|
3518
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3615
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3519
3616
|
}>> & vue.ShallowUnwrapRef<{
|
|
3520
3617
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3521
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3618
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3522
3619
|
}>> & {
|
|
3523
3620
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3524
3621
|
}>>;
|
|
@@ -3526,7 +3623,7 @@ declare const elementMap: {
|
|
|
3526
3623
|
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3527
3624
|
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3528
3625
|
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3529
|
-
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
3626
|
+
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>>;
|
|
3530
3627
|
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3531
3628
|
}> & vue.ComponentCustomProperties) | undefined>;
|
|
3532
3629
|
contentRef: vue.Ref<any>;
|
|
@@ -3541,10 +3638,10 @@ declare const elementMap: {
|
|
|
3541
3638
|
controlled: vue.ComputedRef<boolean>;
|
|
3542
3639
|
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
|
3543
3640
|
ElPopper: element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
3544
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3641
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3545
3642
|
}, {
|
|
3546
3643
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3547
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3644
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3548
3645
|
}>> & {
|
|
3549
3646
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3550
3647
|
}>>;
|
|
@@ -3552,12 +3649,12 @@ declare const elementMap: {
|
|
|
3552
3649
|
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3553
3650
|
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3554
3651
|
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3555
|
-
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
3652
|
+
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>>;
|
|
3556
3653
|
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3557
3654
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3558
|
-
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
3655
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3559
3656
|
}>>, {
|
|
3560
|
-
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
3657
|
+
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
3561
3658
|
}>> & Record<string, any>;
|
|
3562
3659
|
ElPopperArrow: vue.DefineComponent<{
|
|
3563
3660
|
readonly arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -5915,7 +6012,7 @@ declare const elementMap: {
|
|
|
5915
6012
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5916
6013
|
__epPropKey: true;
|
|
5917
6014
|
};
|
|
5918
|
-
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
6015
|
+
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
5919
6016
|
}>> & {
|
|
5920
6017
|
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
5921
6018
|
}, {
|
|
@@ -5943,7 +6040,7 @@ declare const elementMap: {
|
|
|
5943
6040
|
persistent: boolean;
|
|
5944
6041
|
disabled: boolean;
|
|
5945
6042
|
open: boolean;
|
|
5946
|
-
role: element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
6043
|
+
role: element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
5947
6044
|
trigger: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>;
|
|
5948
6045
|
triggerKeys: string[];
|
|
5949
6046
|
arrowOffset: number;
|
|
@@ -5951,9 +6048,9 @@ declare const elementMap: {
|
|
|
5951
6048
|
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
5952
6049
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5953
6050
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5954
|
-
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
6051
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
5955
6052
|
readonly align: {
|
|
5956
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
6053
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
|
|
5957
6054
|
readonly required: false;
|
|
5958
6055
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5959
6056
|
__epPropKey: true;
|
|
@@ -5962,9 +6059,9 @@ declare const elementMap: {
|
|
|
5962
6059
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
5963
6060
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5964
6061
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5965
|
-
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
6062
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
5966
6063
|
readonly align: {
|
|
5967
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
6064
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
|
|
5968
6065
|
readonly required: false;
|
|
5969
6066
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5970
6067
|
__epPropKey: true;
|
|
@@ -5996,15 +6093,15 @@ declare const elementMap: {
|
|
|
5996
6093
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
5997
6094
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5998
6095
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5999
|
-
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
6096
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
6000
6097
|
readonly align: {
|
|
6001
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
6098
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
|
|
6002
6099
|
readonly required: false;
|
|
6003
6100
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6004
6101
|
__epPropKey: true;
|
|
6005
6102
|
};
|
|
6006
6103
|
}>>, {
|
|
6007
|
-
readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
6104
|
+
readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown>;
|
|
6008
6105
|
readonly tag: string;
|
|
6009
6106
|
readonly gutter: number;
|
|
6010
6107
|
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
@@ -6020,20 +6117,677 @@ declare const elementMap: {
|
|
|
6020
6117
|
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6021
6118
|
}, {
|
|
6022
6119
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6023
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6024
|
-
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
6025
|
-
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6026
|
-
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6027
|
-
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6028
|
-
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6029
|
-
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6030
|
-
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6031
|
-
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6032
|
-
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6120
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6121
|
+
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
6122
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6123
|
+
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6124
|
+
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6125
|
+
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6126
|
+
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6127
|
+
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6128
|
+
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6129
|
+
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6130
|
+
}>> & {
|
|
6131
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6132
|
+
}>>;
|
|
6133
|
+
gutter: vue.ComputedRef<number>;
|
|
6134
|
+
ns: {
|
|
6135
|
+
namespace: vue.ComputedRef<string>;
|
|
6136
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
6137
|
+
e: (element?: string | undefined) => string;
|
|
6138
|
+
m: (modifier?: string | undefined) => string;
|
|
6139
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
6140
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
6141
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
6142
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
6143
|
+
is: {
|
|
6144
|
+
(name: string, state: boolean | undefined): string;
|
|
6145
|
+
(name: string): string;
|
|
6146
|
+
};
|
|
6147
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6148
|
+
cssVarName: (name: string) => string;
|
|
6149
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6150
|
+
cssVarBlockName: (name: string) => string;
|
|
6151
|
+
};
|
|
6152
|
+
style: vue.ComputedRef<vue.CSSProperties>;
|
|
6153
|
+
colKls: vue.ComputedRef<(string | string[])[]>;
|
|
6154
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6155
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6156
|
+
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
6157
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6158
|
+
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6159
|
+
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6160
|
+
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6161
|
+
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6162
|
+
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6163
|
+
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6164
|
+
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6165
|
+
}>>, {
|
|
6166
|
+
readonly offset: number;
|
|
6167
|
+
readonly push: number;
|
|
6168
|
+
readonly tag: string;
|
|
6169
|
+
readonly span: number;
|
|
6170
|
+
readonly pull: number;
|
|
6171
|
+
readonly xs: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6172
|
+
readonly sm: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6173
|
+
readonly md: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6174
|
+
readonly lg: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6175
|
+
readonly xl: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6176
|
+
}>> & Record<string, any>) | element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6177
|
+
label: {
|
|
6178
|
+
type: StringConstructor;
|
|
6179
|
+
default: string;
|
|
6180
|
+
};
|
|
6181
|
+
span: {
|
|
6182
|
+
type: NumberConstructor;
|
|
6183
|
+
default: number;
|
|
6184
|
+
};
|
|
6185
|
+
width: {
|
|
6186
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
6187
|
+
default: string;
|
|
6188
|
+
};
|
|
6189
|
+
minWidth: {
|
|
6190
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
6191
|
+
default: string;
|
|
6192
|
+
};
|
|
6193
|
+
align: {
|
|
6194
|
+
type: StringConstructor;
|
|
6195
|
+
default: string;
|
|
6196
|
+
};
|
|
6197
|
+
labelAlign: {
|
|
6198
|
+
type: StringConstructor;
|
|
6199
|
+
default: string;
|
|
6200
|
+
};
|
|
6201
|
+
className: {
|
|
6202
|
+
type: StringConstructor;
|
|
6203
|
+
default: string;
|
|
6204
|
+
};
|
|
6205
|
+
labelClassName: {
|
|
6206
|
+
type: StringConstructor;
|
|
6207
|
+
default: string;
|
|
6208
|
+
};
|
|
6209
|
+
}, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6210
|
+
label: {
|
|
6211
|
+
type: StringConstructor;
|
|
6212
|
+
default: string;
|
|
6213
|
+
};
|
|
6214
|
+
span: {
|
|
6215
|
+
type: NumberConstructor;
|
|
6216
|
+
default: number;
|
|
6217
|
+
};
|
|
6218
|
+
width: {
|
|
6219
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
6220
|
+
default: string;
|
|
6221
|
+
};
|
|
6222
|
+
minWidth: {
|
|
6223
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
6224
|
+
default: string;
|
|
6225
|
+
};
|
|
6226
|
+
align: {
|
|
6227
|
+
type: StringConstructor;
|
|
6228
|
+
default: string;
|
|
6229
|
+
};
|
|
6230
|
+
labelAlign: {
|
|
6231
|
+
type: StringConstructor;
|
|
6232
|
+
default: string;
|
|
6233
|
+
};
|
|
6234
|
+
className: {
|
|
6235
|
+
type: StringConstructor;
|
|
6236
|
+
default: string;
|
|
6237
|
+
};
|
|
6238
|
+
labelClassName: {
|
|
6239
|
+
type: StringConstructor;
|
|
6240
|
+
default: string;
|
|
6241
|
+
};
|
|
6242
|
+
}>>, {
|
|
6243
|
+
width: string | number;
|
|
6244
|
+
label: string;
|
|
6245
|
+
className: string;
|
|
6246
|
+
minWidth: string | number;
|
|
6247
|
+
span: number;
|
|
6248
|
+
align: string;
|
|
6249
|
+
labelAlign: string;
|
|
6250
|
+
labelClassName: string;
|
|
6251
|
+
}>> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6252
|
+
readonly height: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6253
|
+
readonly maxHeight: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6254
|
+
readonly native: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6255
|
+
readonly wrapStyle: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown, "", boolean>;
|
|
6256
|
+
readonly wrapClass: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
6257
|
+
readonly viewClass: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
6258
|
+
readonly viewStyle: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
|
|
6259
|
+
readonly noresize: BooleanConstructor;
|
|
6260
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6261
|
+
readonly always: BooleanConstructor;
|
|
6262
|
+
readonly minSize: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
|
|
6263
|
+
}, {
|
|
6264
|
+
COMPONENT_NAME: string;
|
|
6265
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6266
|
+
readonly height: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6267
|
+
readonly maxHeight: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6268
|
+
readonly native: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6269
|
+
readonly wrapStyle: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown, "", boolean>;
|
|
6270
|
+
readonly wrapClass: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
6271
|
+
readonly viewClass: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
6272
|
+
readonly viewStyle: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
|
|
6273
|
+
readonly noresize: BooleanConstructor;
|
|
6274
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6275
|
+
readonly always: BooleanConstructor;
|
|
6276
|
+
readonly minSize: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
|
|
6277
|
+
}>> & {
|
|
6278
|
+
onScroll?: ((args_0: {
|
|
6279
|
+
scrollTop: number;
|
|
6280
|
+
scrollLeft: number;
|
|
6281
|
+
}) => any) | undefined;
|
|
6282
|
+
}>>;
|
|
6283
|
+
emit: (event: "scroll", args_0: {
|
|
6284
|
+
scrollTop: number;
|
|
6285
|
+
scrollLeft: number;
|
|
6286
|
+
}) => void;
|
|
6287
|
+
ns: {
|
|
6288
|
+
namespace: vue.ComputedRef<string>;
|
|
6289
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
6290
|
+
e: (element?: string | undefined) => string;
|
|
6291
|
+
m: (modifier?: string | undefined) => string;
|
|
6292
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
6293
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
6294
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
6295
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
6296
|
+
is: {
|
|
6297
|
+
(name: string, state: boolean | undefined): string;
|
|
6298
|
+
(name: string): string;
|
|
6299
|
+
};
|
|
6300
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6301
|
+
cssVarName: (name: string) => string;
|
|
6302
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6303
|
+
cssVarBlockName: (name: string) => string;
|
|
6304
|
+
};
|
|
6305
|
+
stopResizeObserver: undefined;
|
|
6306
|
+
stopResizeListener: undefined;
|
|
6307
|
+
scrollbarRef: vue.Ref<HTMLDivElement | undefined>;
|
|
6308
|
+
wrapRef: vue.Ref<HTMLDivElement | undefined>;
|
|
6309
|
+
resizeRef: vue.Ref<HTMLElement | undefined>;
|
|
6310
|
+
sizeWidth: vue.Ref<string>;
|
|
6311
|
+
sizeHeight: vue.Ref<string>;
|
|
6312
|
+
barRef: vue.Ref<({
|
|
6313
|
+
$: vue.ComponentInternalInstance;
|
|
6314
|
+
$data: {};
|
|
6315
|
+
$props: Partial<{
|
|
6316
|
+
readonly always: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6317
|
+
readonly ratioX: number;
|
|
6318
|
+
readonly ratioY: number;
|
|
6319
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
6320
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6321
|
+
readonly width: StringConstructor;
|
|
6322
|
+
readonly height: StringConstructor;
|
|
6323
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6324
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6325
|
+
}>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "always" | "ratioY" | "ratioX">;
|
|
6326
|
+
$attrs: {
|
|
6327
|
+
[x: string]: unknown;
|
|
6328
|
+
};
|
|
6329
|
+
$refs: {
|
|
6330
|
+
[x: string]: unknown;
|
|
6331
|
+
};
|
|
6332
|
+
$slots: Readonly<{
|
|
6333
|
+
[name: string]: vue.Slot | undefined;
|
|
6334
|
+
}>;
|
|
6335
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
6336
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
6337
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
6338
|
+
$el: any;
|
|
6339
|
+
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
|
6340
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6341
|
+
readonly width: StringConstructor;
|
|
6342
|
+
readonly height: StringConstructor;
|
|
6343
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6344
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6345
|
+
}>>, {
|
|
6346
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6347
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6348
|
+
readonly width: StringConstructor;
|
|
6349
|
+
readonly height: StringConstructor;
|
|
6350
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6351
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6352
|
+
}>> & {
|
|
6353
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6354
|
+
}>>;
|
|
6355
|
+
moveX: vue.Ref<number>;
|
|
6356
|
+
moveY: vue.Ref<number>;
|
|
6357
|
+
handleScroll: (wrap: HTMLDivElement) => void;
|
|
6358
|
+
Thumb: vue.DefineComponent<{
|
|
6359
|
+
readonly vertical: BooleanConstructor;
|
|
6360
|
+
readonly size: StringConstructor;
|
|
6361
|
+
readonly move: NumberConstructor;
|
|
6362
|
+
readonly ratio: {
|
|
6363
|
+
readonly type: vue.PropType<number>;
|
|
6364
|
+
readonly required: true;
|
|
6365
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6366
|
+
__epPropKey: true;
|
|
6367
|
+
};
|
|
6368
|
+
readonly always: BooleanConstructor;
|
|
6369
|
+
}, {
|
|
6370
|
+
COMPONENT_NAME: string;
|
|
6371
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6372
|
+
readonly vertical: BooleanConstructor;
|
|
6373
|
+
readonly size: StringConstructor;
|
|
6374
|
+
readonly move: NumberConstructor;
|
|
6375
|
+
readonly ratio: {
|
|
6376
|
+
readonly type: vue.PropType<number>;
|
|
6377
|
+
readonly required: true;
|
|
6378
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6379
|
+
__epPropKey: true;
|
|
6380
|
+
};
|
|
6381
|
+
readonly always: BooleanConstructor;
|
|
6382
|
+
}>> & {
|
|
6383
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6384
|
+
}>>;
|
|
6385
|
+
scrollbar: element_plus.ScrollbarContext;
|
|
6386
|
+
ns: {
|
|
6387
|
+
namespace: vue.ComputedRef<string>;
|
|
6388
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
6389
|
+
e: (element?: string | undefined) => string;
|
|
6390
|
+
m: (modifier?: string | undefined) => string;
|
|
6391
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
6392
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
6393
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
6394
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
6395
|
+
is: {
|
|
6396
|
+
(name: string, state: boolean | undefined): string;
|
|
6397
|
+
(name: string): string;
|
|
6398
|
+
};
|
|
6399
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6400
|
+
cssVarName: (name: string) => string;
|
|
6401
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6402
|
+
cssVarBlockName: (name: string) => string;
|
|
6403
|
+
};
|
|
6404
|
+
instance: vue.Ref<HTMLDivElement | undefined>;
|
|
6405
|
+
thumb: vue.Ref<HTMLDivElement | undefined>;
|
|
6406
|
+
thumbState: vue.Ref<{
|
|
6407
|
+
X?: number | undefined;
|
|
6408
|
+
Y?: number | undefined;
|
|
6409
|
+
}>;
|
|
6410
|
+
visible: vue.Ref<boolean>;
|
|
6411
|
+
cursorDown: boolean;
|
|
6412
|
+
cursorLeave: boolean;
|
|
6413
|
+
originalOnSelectStart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6414
|
+
bar: vue.ComputedRef<{
|
|
6415
|
+
readonly offset: "offsetHeight";
|
|
6416
|
+
readonly scroll: "scrollTop";
|
|
6417
|
+
readonly scrollSize: "scrollHeight";
|
|
6418
|
+
readonly size: "height";
|
|
6419
|
+
readonly key: "vertical";
|
|
6420
|
+
readonly axis: "Y";
|
|
6421
|
+
readonly client: "clientY";
|
|
6422
|
+
readonly direction: "top";
|
|
6423
|
+
} | {
|
|
6424
|
+
readonly offset: "offsetWidth";
|
|
6425
|
+
readonly scroll: "scrollLeft";
|
|
6426
|
+
readonly scrollSize: "scrollWidth";
|
|
6427
|
+
readonly size: "width";
|
|
6428
|
+
readonly key: "horizontal";
|
|
6429
|
+
readonly axis: "X";
|
|
6430
|
+
readonly client: "clientX";
|
|
6431
|
+
readonly direction: "left";
|
|
6432
|
+
}>;
|
|
6433
|
+
thumbStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
6434
|
+
offsetRatio: vue.ComputedRef<number>;
|
|
6435
|
+
clickThumbHandler: (e: MouseEvent) => void;
|
|
6436
|
+
clickTrackHandler: (e: MouseEvent) => void;
|
|
6437
|
+
startDrag: (e: MouseEvent) => void;
|
|
6438
|
+
mouseMoveDocumentHandler: (e: MouseEvent) => void;
|
|
6439
|
+
mouseUpDocumentHandler: () => void;
|
|
6440
|
+
mouseMoveScrollbarHandler: () => void;
|
|
6441
|
+
mouseLeaveScrollbarHandler: () => void;
|
|
6442
|
+
restoreOnselectstart: () => void;
|
|
6443
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6444
|
+
readonly vertical: BooleanConstructor;
|
|
6445
|
+
readonly size: StringConstructor;
|
|
6446
|
+
readonly move: NumberConstructor;
|
|
6447
|
+
readonly ratio: {
|
|
6448
|
+
readonly type: vue.PropType<number>;
|
|
6449
|
+
readonly required: true;
|
|
6450
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6451
|
+
__epPropKey: true;
|
|
6452
|
+
};
|
|
6453
|
+
readonly always: BooleanConstructor;
|
|
6454
|
+
}>>, {
|
|
6455
|
+
readonly vertical: boolean;
|
|
6456
|
+
readonly always: boolean;
|
|
6457
|
+
}>;
|
|
6458
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
6459
|
+
readonly always: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6460
|
+
readonly ratioX: number;
|
|
6461
|
+
readonly ratioY: number;
|
|
6462
|
+
}, {}, string> & {
|
|
6463
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
6464
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
6465
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
6466
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
6467
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
6468
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
6469
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
6470
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
6471
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
6472
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
6473
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
6474
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
6475
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[] | undefined;
|
|
6476
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[] | undefined;
|
|
6477
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[] | undefined;
|
|
6478
|
+
};
|
|
6479
|
+
$forceUpdate: () => void;
|
|
6480
|
+
$nextTick: typeof vue.nextTick;
|
|
6481
|
+
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
6482
|
+
} & Readonly<vue.ExtractPropTypes<{
|
|
6483
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6484
|
+
readonly width: StringConstructor;
|
|
6485
|
+
readonly height: StringConstructor;
|
|
6486
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6487
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6488
|
+
}>> & vue.ShallowUnwrapRef<{
|
|
6489
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6490
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6491
|
+
readonly width: StringConstructor;
|
|
6492
|
+
readonly height: StringConstructor;
|
|
6493
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6494
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6495
|
+
}>> & {
|
|
6496
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6497
|
+
}>>;
|
|
6498
|
+
moveX: vue.Ref<number>;
|
|
6499
|
+
moveY: vue.Ref<number>;
|
|
6500
|
+
handleScroll: (wrap: HTMLDivElement) => void;
|
|
6501
|
+
Thumb: vue.DefineComponent<{
|
|
6502
|
+
readonly vertical: BooleanConstructor;
|
|
6503
|
+
readonly size: StringConstructor;
|
|
6504
|
+
readonly move: NumberConstructor;
|
|
6505
|
+
readonly ratio: {
|
|
6506
|
+
readonly type: vue.PropType<number>;
|
|
6507
|
+
readonly required: true;
|
|
6508
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6509
|
+
__epPropKey: true;
|
|
6510
|
+
};
|
|
6511
|
+
readonly always: BooleanConstructor;
|
|
6512
|
+
}, {
|
|
6513
|
+
COMPONENT_NAME: string;
|
|
6514
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6515
|
+
readonly vertical: BooleanConstructor;
|
|
6516
|
+
readonly size: StringConstructor;
|
|
6517
|
+
readonly move: NumberConstructor;
|
|
6518
|
+
readonly ratio: {
|
|
6519
|
+
readonly type: vue.PropType<number>;
|
|
6520
|
+
readonly required: true;
|
|
6521
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6522
|
+
__epPropKey: true;
|
|
6523
|
+
};
|
|
6524
|
+
readonly always: BooleanConstructor;
|
|
6525
|
+
}>> & {
|
|
6526
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6527
|
+
}>>;
|
|
6528
|
+
scrollbar: element_plus.ScrollbarContext;
|
|
6529
|
+
ns: {
|
|
6530
|
+
namespace: vue.ComputedRef<string>;
|
|
6531
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
6532
|
+
e: (element?: string | undefined) => string;
|
|
6533
|
+
m: (modifier?: string | undefined) => string;
|
|
6534
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
6535
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
6536
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
6537
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
6538
|
+
is: {
|
|
6539
|
+
(name: string, state: boolean | undefined): string;
|
|
6540
|
+
(name: string): string;
|
|
6541
|
+
};
|
|
6542
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6543
|
+
cssVarName: (name: string) => string;
|
|
6544
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6545
|
+
cssVarBlockName: (name: string) => string;
|
|
6546
|
+
};
|
|
6547
|
+
instance: vue.Ref<HTMLDivElement | undefined>;
|
|
6548
|
+
thumb: vue.Ref<HTMLDivElement | undefined>;
|
|
6549
|
+
thumbState: vue.Ref<{
|
|
6550
|
+
X?: number | undefined;
|
|
6551
|
+
Y?: number | undefined;
|
|
6552
|
+
}>;
|
|
6553
|
+
visible: vue.Ref<boolean>;
|
|
6554
|
+
cursorDown: boolean;
|
|
6555
|
+
cursorLeave: boolean;
|
|
6556
|
+
originalOnSelectStart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6557
|
+
bar: vue.ComputedRef<{
|
|
6558
|
+
readonly offset: "offsetHeight";
|
|
6559
|
+
readonly scroll: "scrollTop";
|
|
6560
|
+
readonly scrollSize: "scrollHeight";
|
|
6561
|
+
readonly size: "height";
|
|
6562
|
+
readonly key: "vertical";
|
|
6563
|
+
readonly axis: "Y";
|
|
6564
|
+
readonly client: "clientY";
|
|
6565
|
+
readonly direction: "top";
|
|
6566
|
+
} | {
|
|
6567
|
+
readonly offset: "offsetWidth";
|
|
6568
|
+
readonly scroll: "scrollLeft";
|
|
6569
|
+
readonly scrollSize: "scrollWidth";
|
|
6570
|
+
readonly size: "width";
|
|
6571
|
+
readonly key: "horizontal";
|
|
6572
|
+
readonly axis: "X";
|
|
6573
|
+
readonly client: "clientX";
|
|
6574
|
+
readonly direction: "left";
|
|
6575
|
+
}>;
|
|
6576
|
+
thumbStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
6577
|
+
offsetRatio: vue.ComputedRef<number>;
|
|
6578
|
+
clickThumbHandler: (e: MouseEvent) => void;
|
|
6579
|
+
clickTrackHandler: (e: MouseEvent) => void;
|
|
6580
|
+
startDrag: (e: MouseEvent) => void;
|
|
6581
|
+
mouseMoveDocumentHandler: (e: MouseEvent) => void;
|
|
6582
|
+
mouseUpDocumentHandler: () => void;
|
|
6583
|
+
mouseMoveScrollbarHandler: () => void;
|
|
6584
|
+
mouseLeaveScrollbarHandler: () => void;
|
|
6585
|
+
restoreOnselectstart: () => void;
|
|
6586
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6587
|
+
readonly vertical: BooleanConstructor;
|
|
6588
|
+
readonly size: StringConstructor;
|
|
6589
|
+
readonly move: NumberConstructor;
|
|
6590
|
+
readonly ratio: {
|
|
6591
|
+
readonly type: vue.PropType<number>;
|
|
6592
|
+
readonly required: true;
|
|
6593
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6594
|
+
__epPropKey: true;
|
|
6595
|
+
};
|
|
6596
|
+
readonly always: BooleanConstructor;
|
|
6597
|
+
}>>, {
|
|
6598
|
+
readonly vertical: boolean;
|
|
6599
|
+
readonly always: boolean;
|
|
6600
|
+
}>;
|
|
6601
|
+
}> & vue.ComponentCustomProperties) | undefined>;
|
|
6602
|
+
ratioY: vue.Ref<number>;
|
|
6603
|
+
ratioX: vue.Ref<number>;
|
|
6604
|
+
style: vue.ComputedRef<vue.StyleValue>;
|
|
6605
|
+
wrapKls: vue.ComputedRef<(string | unknown[] | {
|
|
6606
|
+
[x: string]: boolean;
|
|
6607
|
+
})[]>;
|
|
6608
|
+
resizeKls: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>[]>;
|
|
6609
|
+
handleScroll: () => void;
|
|
6610
|
+
scrollTo: (arg1: unknown, arg2?: number | undefined) => void;
|
|
6611
|
+
setScrollTop: (value: number) => void;
|
|
6612
|
+
setScrollLeft: (value: number) => void;
|
|
6613
|
+
update: () => void;
|
|
6614
|
+
Bar: vue.DefineComponent<{
|
|
6615
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6616
|
+
readonly width: StringConstructor;
|
|
6617
|
+
readonly height: StringConstructor;
|
|
6618
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6619
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6620
|
+
}, {
|
|
6621
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6622
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6623
|
+
readonly width: StringConstructor;
|
|
6624
|
+
readonly height: StringConstructor;
|
|
6625
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6626
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6627
|
+
}>> & {
|
|
6628
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6629
|
+
}>>;
|
|
6630
|
+
moveX: vue.Ref<number>;
|
|
6631
|
+
moveY: vue.Ref<number>;
|
|
6632
|
+
handleScroll: (wrap: HTMLDivElement) => void;
|
|
6633
|
+
Thumb: vue.DefineComponent<{
|
|
6634
|
+
readonly vertical: BooleanConstructor;
|
|
6635
|
+
readonly size: StringConstructor;
|
|
6636
|
+
readonly move: NumberConstructor;
|
|
6637
|
+
readonly ratio: {
|
|
6638
|
+
readonly type: vue.PropType<number>;
|
|
6639
|
+
readonly required: true;
|
|
6640
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6641
|
+
__epPropKey: true;
|
|
6642
|
+
};
|
|
6643
|
+
readonly always: BooleanConstructor;
|
|
6644
|
+
}, {
|
|
6645
|
+
COMPONENT_NAME: string;
|
|
6646
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6647
|
+
readonly vertical: BooleanConstructor;
|
|
6648
|
+
readonly size: StringConstructor;
|
|
6649
|
+
readonly move: NumberConstructor;
|
|
6650
|
+
readonly ratio: {
|
|
6651
|
+
readonly type: vue.PropType<number>;
|
|
6652
|
+
readonly required: true;
|
|
6653
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6654
|
+
__epPropKey: true;
|
|
6655
|
+
};
|
|
6656
|
+
readonly always: BooleanConstructor;
|
|
6657
|
+
}>> & {
|
|
6658
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6659
|
+
}>>;
|
|
6660
|
+
scrollbar: element_plus.ScrollbarContext;
|
|
6661
|
+
ns: {
|
|
6662
|
+
namespace: vue.ComputedRef<string>;
|
|
6663
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
6664
|
+
e: (element?: string | undefined) => string;
|
|
6665
|
+
m: (modifier?: string | undefined) => string;
|
|
6666
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
6667
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
6668
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
6669
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
6670
|
+
is: {
|
|
6671
|
+
(name: string, state: boolean | undefined): string;
|
|
6672
|
+
(name: string): string;
|
|
6673
|
+
};
|
|
6674
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6675
|
+
cssVarName: (name: string) => string;
|
|
6676
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6677
|
+
cssVarBlockName: (name: string) => string;
|
|
6678
|
+
};
|
|
6679
|
+
instance: vue.Ref<HTMLDivElement | undefined>;
|
|
6680
|
+
thumb: vue.Ref<HTMLDivElement | undefined>;
|
|
6681
|
+
thumbState: vue.Ref<{
|
|
6682
|
+
X?: number | undefined;
|
|
6683
|
+
Y?: number | undefined;
|
|
6684
|
+
}>;
|
|
6685
|
+
visible: vue.Ref<boolean>;
|
|
6686
|
+
cursorDown: boolean;
|
|
6687
|
+
cursorLeave: boolean;
|
|
6688
|
+
originalOnSelectStart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6689
|
+
bar: vue.ComputedRef<{
|
|
6690
|
+
readonly offset: "offsetHeight";
|
|
6691
|
+
readonly scroll: "scrollTop";
|
|
6692
|
+
readonly scrollSize: "scrollHeight";
|
|
6693
|
+
readonly size: "height";
|
|
6694
|
+
readonly key: "vertical";
|
|
6695
|
+
readonly axis: "Y";
|
|
6696
|
+
readonly client: "clientY";
|
|
6697
|
+
readonly direction: "top";
|
|
6698
|
+
} | {
|
|
6699
|
+
readonly offset: "offsetWidth";
|
|
6700
|
+
readonly scroll: "scrollLeft";
|
|
6701
|
+
readonly scrollSize: "scrollWidth";
|
|
6702
|
+
readonly size: "width";
|
|
6703
|
+
readonly key: "horizontal";
|
|
6704
|
+
readonly axis: "X";
|
|
6705
|
+
readonly client: "clientX";
|
|
6706
|
+
readonly direction: "left";
|
|
6707
|
+
}>;
|
|
6708
|
+
thumbStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
6709
|
+
offsetRatio: vue.ComputedRef<number>;
|
|
6710
|
+
clickThumbHandler: (e: MouseEvent) => void;
|
|
6711
|
+
clickTrackHandler: (e: MouseEvent) => void;
|
|
6712
|
+
startDrag: (e: MouseEvent) => void;
|
|
6713
|
+
mouseMoveDocumentHandler: (e: MouseEvent) => void;
|
|
6714
|
+
mouseUpDocumentHandler: () => void;
|
|
6715
|
+
mouseMoveScrollbarHandler: () => void;
|
|
6716
|
+
mouseLeaveScrollbarHandler: () => void;
|
|
6717
|
+
restoreOnselectstart: () => void;
|
|
6718
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6719
|
+
readonly vertical: BooleanConstructor;
|
|
6720
|
+
readonly size: StringConstructor;
|
|
6721
|
+
readonly move: NumberConstructor;
|
|
6722
|
+
readonly ratio: {
|
|
6723
|
+
readonly type: vue.PropType<number>;
|
|
6724
|
+
readonly required: true;
|
|
6725
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6726
|
+
__epPropKey: true;
|
|
6727
|
+
};
|
|
6728
|
+
readonly always: BooleanConstructor;
|
|
6729
|
+
}>>, {
|
|
6730
|
+
readonly vertical: boolean;
|
|
6731
|
+
readonly always: boolean;
|
|
6732
|
+
}>;
|
|
6733
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6734
|
+
readonly always: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6735
|
+
readonly width: StringConstructor;
|
|
6736
|
+
readonly height: StringConstructor;
|
|
6737
|
+
readonly ratioX: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6738
|
+
readonly ratioY: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
6739
|
+
}>>, {
|
|
6740
|
+
readonly always: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6741
|
+
readonly ratioX: number;
|
|
6742
|
+
readonly ratioY: number;
|
|
6743
|
+
}>;
|
|
6744
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6745
|
+
scroll: ({ scrollTop, scrollLeft, }: {
|
|
6746
|
+
scrollTop: number;
|
|
6747
|
+
scrollLeft: number;
|
|
6748
|
+
}) => boolean;
|
|
6749
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6750
|
+
readonly height: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6751
|
+
readonly maxHeight: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6752
|
+
readonly native: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6753
|
+
readonly wrapStyle: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown, "", boolean>;
|
|
6754
|
+
readonly wrapClass: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
6755
|
+
readonly viewClass: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
6756
|
+
readonly viewStyle: element_plus_es_utils.EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
|
|
6757
|
+
readonly noresize: BooleanConstructor;
|
|
6758
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6759
|
+
readonly always: BooleanConstructor;
|
|
6760
|
+
readonly minSize: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
|
|
6761
|
+
}>> & {
|
|
6762
|
+
onScroll?: ((args_0: {
|
|
6763
|
+
scrollTop: number;
|
|
6764
|
+
scrollLeft: number;
|
|
6765
|
+
}) => any) | undefined;
|
|
6766
|
+
}, {
|
|
6767
|
+
readonly height: element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6768
|
+
readonly always: boolean;
|
|
6769
|
+
readonly maxHeight: element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6770
|
+
readonly native: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6771
|
+
readonly wrapStyle: vue.StyleValue;
|
|
6772
|
+
readonly wrapClass: element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
6773
|
+
readonly viewClass: element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
6774
|
+
readonly viewStyle: element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
6775
|
+
readonly tag: string;
|
|
6776
|
+
readonly minSize: number;
|
|
6777
|
+
readonly noresize: boolean;
|
|
6778
|
+
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6779
|
+
readonly image: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6780
|
+
readonly imageSize: NumberConstructor;
|
|
6781
|
+
readonly description: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6782
|
+
}, {
|
|
6783
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6784
|
+
readonly image: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6785
|
+
readonly imageSize: NumberConstructor;
|
|
6786
|
+
readonly description: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6033
6787
|
}>> & {
|
|
6034
6788
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6035
6789
|
}>>;
|
|
6036
|
-
|
|
6790
|
+
t: element_plus.Translator;
|
|
6037
6791
|
ns: {
|
|
6038
6792
|
namespace: vue.ComputedRef<string>;
|
|
6039
6793
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6052,106 +6806,37 @@ declare const elementMap: {
|
|
|
6052
6806
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6053
6807
|
cssVarBlockName: (name: string) => string;
|
|
6054
6808
|
};
|
|
6055
|
-
|
|
6056
|
-
|
|
6809
|
+
emptyDescription: vue.ComputedRef<string>;
|
|
6810
|
+
imageStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
6811
|
+
ImgEmpty: vue.DefineComponent<{}, {
|
|
6812
|
+
ns: {
|
|
6813
|
+
namespace: vue.ComputedRef<string>;
|
|
6814
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
6815
|
+
e: (element?: string | undefined) => string;
|
|
6816
|
+
m: (modifier?: string | undefined) => string;
|
|
6817
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
6818
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
6819
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
6820
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
6821
|
+
is: {
|
|
6822
|
+
(name: string, state: boolean | undefined): string;
|
|
6823
|
+
(name: string): string;
|
|
6824
|
+
};
|
|
6825
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6826
|
+
cssVarName: (name: string) => string;
|
|
6827
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6828
|
+
cssVarBlockName: (name: string) => string;
|
|
6829
|
+
};
|
|
6830
|
+
id: vue.Ref<string>;
|
|
6831
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
|
|
6057
6832
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6058
|
-
readonly
|
|
6059
|
-
readonly
|
|
6060
|
-
readonly
|
|
6061
|
-
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6062
|
-
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6063
|
-
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6064
|
-
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6065
|
-
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6066
|
-
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6067
|
-
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6068
|
-
}>>, {
|
|
6069
|
-
readonly offset: number;
|
|
6070
|
-
readonly push: number;
|
|
6071
|
-
readonly tag: string;
|
|
6072
|
-
readonly span: number;
|
|
6073
|
-
readonly pull: number;
|
|
6074
|
-
readonly xs: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6075
|
-
readonly sm: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6076
|
-
readonly md: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6077
|
-
readonly lg: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6078
|
-
readonly xl: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6079
|
-
}>> & Record<string, any>) | element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6080
|
-
label: {
|
|
6081
|
-
type: StringConstructor;
|
|
6082
|
-
default: string;
|
|
6083
|
-
};
|
|
6084
|
-
span: {
|
|
6085
|
-
type: NumberConstructor;
|
|
6086
|
-
default: number;
|
|
6087
|
-
};
|
|
6088
|
-
width: {
|
|
6089
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6090
|
-
default: string;
|
|
6091
|
-
};
|
|
6092
|
-
minWidth: {
|
|
6093
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6094
|
-
default: string;
|
|
6095
|
-
};
|
|
6096
|
-
align: {
|
|
6097
|
-
type: StringConstructor;
|
|
6098
|
-
default: string;
|
|
6099
|
-
};
|
|
6100
|
-
labelAlign: {
|
|
6101
|
-
type: StringConstructor;
|
|
6102
|
-
default: string;
|
|
6103
|
-
};
|
|
6104
|
-
className: {
|
|
6105
|
-
type: StringConstructor;
|
|
6106
|
-
default: string;
|
|
6107
|
-
};
|
|
6108
|
-
labelClassName: {
|
|
6109
|
-
type: StringConstructor;
|
|
6110
|
-
default: string;
|
|
6111
|
-
};
|
|
6112
|
-
}, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6113
|
-
label: {
|
|
6114
|
-
type: StringConstructor;
|
|
6115
|
-
default: string;
|
|
6116
|
-
};
|
|
6117
|
-
span: {
|
|
6118
|
-
type: NumberConstructor;
|
|
6119
|
-
default: number;
|
|
6120
|
-
};
|
|
6121
|
-
width: {
|
|
6122
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6123
|
-
default: string;
|
|
6124
|
-
};
|
|
6125
|
-
minWidth: {
|
|
6126
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6127
|
-
default: string;
|
|
6128
|
-
};
|
|
6129
|
-
align: {
|
|
6130
|
-
type: StringConstructor;
|
|
6131
|
-
default: string;
|
|
6132
|
-
};
|
|
6133
|
-
labelAlign: {
|
|
6134
|
-
type: StringConstructor;
|
|
6135
|
-
default: string;
|
|
6136
|
-
};
|
|
6137
|
-
className: {
|
|
6138
|
-
type: StringConstructor;
|
|
6139
|
-
default: string;
|
|
6140
|
-
};
|
|
6141
|
-
labelClassName: {
|
|
6142
|
-
type: StringConstructor;
|
|
6143
|
-
default: string;
|
|
6144
|
-
};
|
|
6833
|
+
readonly image: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6834
|
+
readonly imageSize: NumberConstructor;
|
|
6835
|
+
readonly description: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6145
6836
|
}>>, {
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
minWidth: string | number;
|
|
6150
|
-
span: number;
|
|
6151
|
-
align: string;
|
|
6152
|
-
labelAlign: string;
|
|
6153
|
-
labelClassName: string;
|
|
6154
|
-
}>>;
|
|
6837
|
+
readonly description: string;
|
|
6838
|
+
readonly image: string;
|
|
6839
|
+
}>> & Record<string, any>);
|
|
6155
6840
|
text: vue.DefineComponent<{
|
|
6156
6841
|
value: {
|
|
6157
6842
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -6176,6 +6861,10 @@ declare const elementMap: {
|
|
|
6176
6861
|
convert: {
|
|
6177
6862
|
type: vue.PropType<TConvert>;
|
|
6178
6863
|
};
|
|
6864
|
+
render: {
|
|
6865
|
+
type: FunctionConstructor;
|
|
6866
|
+
default: undefined;
|
|
6867
|
+
};
|
|
6179
6868
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6180
6869
|
value: {
|
|
6181
6870
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -6200,7 +6889,13 @@ declare const elementMap: {
|
|
|
6200
6889
|
convert: {
|
|
6201
6890
|
type: vue.PropType<TConvert>;
|
|
6202
6891
|
};
|
|
6203
|
-
|
|
6892
|
+
render: {
|
|
6893
|
+
type: FunctionConstructor;
|
|
6894
|
+
default: undefined;
|
|
6895
|
+
};
|
|
6896
|
+
}>>, {
|
|
6897
|
+
render: Function;
|
|
6898
|
+
}>;
|
|
6204
6899
|
digit: vue.DefineComponent<{
|
|
6205
6900
|
decimalFixed: {
|
|
6206
6901
|
type: NumberConstructor;
|
|
@@ -6233,7 +6928,11 @@ declare const elementMap: {
|
|
|
6233
6928
|
convert: {
|
|
6234
6929
|
type: vue.PropType<TConvert>;
|
|
6235
6930
|
};
|
|
6236
|
-
|
|
6931
|
+
render: {
|
|
6932
|
+
type: FunctionConstructor;
|
|
6933
|
+
default: undefined;
|
|
6934
|
+
};
|
|
6935
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6237
6936
|
decimalFixed: {
|
|
6238
6937
|
type: NumberConstructor;
|
|
6239
6938
|
default: number;
|
|
@@ -6265,7 +6964,12 @@ declare const elementMap: {
|
|
|
6265
6964
|
convert: {
|
|
6266
6965
|
type: vue.PropType<TConvert>;
|
|
6267
6966
|
};
|
|
6967
|
+
render: {
|
|
6968
|
+
type: FunctionConstructor;
|
|
6969
|
+
default: undefined;
|
|
6970
|
+
};
|
|
6268
6971
|
}>>, {
|
|
6972
|
+
render: Function;
|
|
6269
6973
|
decimalFixed: number;
|
|
6270
6974
|
thousandDivision: boolean;
|
|
6271
6975
|
}>;
|
|
@@ -6305,7 +7009,11 @@ declare const elementMap: {
|
|
|
6305
7009
|
convert: {
|
|
6306
7010
|
type: vue.PropType<TConvert>;
|
|
6307
7011
|
};
|
|
6308
|
-
|
|
7012
|
+
render: {
|
|
7013
|
+
type: FunctionConstructor;
|
|
7014
|
+
default: undefined;
|
|
7015
|
+
};
|
|
7016
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6309
7017
|
value: {
|
|
6310
7018
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6311
7019
|
};
|
|
@@ -6341,7 +7049,12 @@ declare const elementMap: {
|
|
|
6341
7049
|
convert: {
|
|
6342
7050
|
type: vue.PropType<TConvert>;
|
|
6343
7051
|
};
|
|
7052
|
+
render: {
|
|
7053
|
+
type: FunctionConstructor;
|
|
7054
|
+
default: undefined;
|
|
7055
|
+
};
|
|
6344
7056
|
}>>, {
|
|
7057
|
+
render: Function;
|
|
6345
7058
|
splitStr: string;
|
|
6346
7059
|
format: string;
|
|
6347
7060
|
isUnix: boolean;
|
|
@@ -6370,6 +7083,10 @@ declare const elementMap: {
|
|
|
6370
7083
|
convert: {
|
|
6371
7084
|
type: vue.PropType<TConvert>;
|
|
6372
7085
|
};
|
|
7086
|
+
render: {
|
|
7087
|
+
type: FunctionConstructor;
|
|
7088
|
+
default: undefined;
|
|
7089
|
+
};
|
|
6373
7090
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6374
7091
|
value: {
|
|
6375
7092
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -6394,7 +7111,13 @@ declare const elementMap: {
|
|
|
6394
7111
|
convert: {
|
|
6395
7112
|
type: vue.PropType<TConvert>;
|
|
6396
7113
|
};
|
|
6397
|
-
|
|
7114
|
+
render: {
|
|
7115
|
+
type: FunctionConstructor;
|
|
7116
|
+
default: undefined;
|
|
7117
|
+
};
|
|
7118
|
+
}>>, {
|
|
7119
|
+
render: Function;
|
|
7120
|
+
}>;
|
|
6398
7121
|
select: vue.DefineComponent<{
|
|
6399
7122
|
value: {
|
|
6400
7123
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
@@ -6427,7 +7150,11 @@ declare const elementMap: {
|
|
|
6427
7150
|
convert: {
|
|
6428
7151
|
type: vue.PropType<TConvert>;
|
|
6429
7152
|
};
|
|
6430
|
-
|
|
7153
|
+
render: {
|
|
7154
|
+
type: FunctionConstructor;
|
|
7155
|
+
default: undefined;
|
|
7156
|
+
};
|
|
7157
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6431
7158
|
value: {
|
|
6432
7159
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6433
7160
|
};
|
|
@@ -6459,7 +7186,12 @@ declare const elementMap: {
|
|
|
6459
7186
|
convert: {
|
|
6460
7187
|
type: vue.PropType<TConvert>;
|
|
6461
7188
|
};
|
|
7189
|
+
render: {
|
|
7190
|
+
type: FunctionConstructor;
|
|
7191
|
+
default: undefined;
|
|
7192
|
+
};
|
|
6462
7193
|
}>>, {
|
|
7194
|
+
render: Function;
|
|
6463
7195
|
splitStr: string;
|
|
6464
7196
|
}>;
|
|
6465
7197
|
radio: vue.DefineComponent<{
|
|
@@ -6494,7 +7226,11 @@ declare const elementMap: {
|
|
|
6494
7226
|
convert: {
|
|
6495
7227
|
type: vue.PropType<TConvert>;
|
|
6496
7228
|
};
|
|
6497
|
-
|
|
7229
|
+
render: {
|
|
7230
|
+
type: FunctionConstructor;
|
|
7231
|
+
default: undefined;
|
|
7232
|
+
};
|
|
7233
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6498
7234
|
value: {
|
|
6499
7235
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6500
7236
|
};
|
|
@@ -6526,7 +7262,12 @@ declare const elementMap: {
|
|
|
6526
7262
|
convert: {
|
|
6527
7263
|
type: vue.PropType<TConvert>;
|
|
6528
7264
|
};
|
|
7265
|
+
render: {
|
|
7266
|
+
type: FunctionConstructor;
|
|
7267
|
+
default: undefined;
|
|
7268
|
+
};
|
|
6529
7269
|
}>>, {
|
|
7270
|
+
render: Function;
|
|
6530
7271
|
splitStr: string;
|
|
6531
7272
|
}>;
|
|
6532
7273
|
checkbox: vue.DefineComponent<{
|
|
@@ -6561,7 +7302,11 @@ declare const elementMap: {
|
|
|
6561
7302
|
convert: {
|
|
6562
7303
|
type: vue.PropType<TConvert>;
|
|
6563
7304
|
};
|
|
6564
|
-
|
|
7305
|
+
render: {
|
|
7306
|
+
type: FunctionConstructor;
|
|
7307
|
+
default: undefined;
|
|
7308
|
+
};
|
|
7309
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6565
7310
|
value: {
|
|
6566
7311
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6567
7312
|
};
|
|
@@ -6593,7 +7338,12 @@ declare const elementMap: {
|
|
|
6593
7338
|
convert: {
|
|
6594
7339
|
type: vue.PropType<TConvert>;
|
|
6595
7340
|
};
|
|
7341
|
+
render: {
|
|
7342
|
+
type: FunctionConstructor;
|
|
7343
|
+
default: undefined;
|
|
7344
|
+
};
|
|
6596
7345
|
}>>, {
|
|
7346
|
+
render: Function;
|
|
6597
7347
|
splitStr: string;
|
|
6598
7348
|
}>;
|
|
6599
7349
|
treeSelect: vue.DefineComponent<{
|
|
@@ -6604,11 +7354,18 @@ declare const elementMap: {
|
|
|
6604
7354
|
type: StringConstructor;
|
|
6605
7355
|
default: string;
|
|
6606
7356
|
};
|
|
7357
|
+
splitStr2: {
|
|
7358
|
+
type: StringConstructor;
|
|
7359
|
+
default: string;
|
|
7360
|
+
};
|
|
6607
7361
|
treeData: vue.PropType<Record<string, any>>;
|
|
6608
7362
|
data: vue.PropType<Record<string, any>>;
|
|
6609
7363
|
options: vue.PropType<Record<string, any>>;
|
|
6610
7364
|
fieldNames: ObjectConstructor;
|
|
6611
7365
|
props: ObjectConstructor;
|
|
7366
|
+
multiple: {
|
|
7367
|
+
type: BooleanConstructor;
|
|
7368
|
+
};
|
|
6612
7369
|
showProps: {
|
|
6613
7370
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6614
7371
|
content: {
|
|
@@ -6629,7 +7386,11 @@ declare const elementMap: {
|
|
|
6629
7386
|
convert: {
|
|
6630
7387
|
type: vue.PropType<TConvert>;
|
|
6631
7388
|
};
|
|
6632
|
-
|
|
7389
|
+
render: {
|
|
7390
|
+
type: FunctionConstructor;
|
|
7391
|
+
default: undefined;
|
|
7392
|
+
};
|
|
7393
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6633
7394
|
value: {
|
|
6634
7395
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6635
7396
|
};
|
|
@@ -6637,11 +7398,18 @@ declare const elementMap: {
|
|
|
6637
7398
|
type: StringConstructor;
|
|
6638
7399
|
default: string;
|
|
6639
7400
|
};
|
|
7401
|
+
splitStr2: {
|
|
7402
|
+
type: StringConstructor;
|
|
7403
|
+
default: string;
|
|
7404
|
+
};
|
|
6640
7405
|
treeData: vue.PropType<Record<string, any>>;
|
|
6641
7406
|
data: vue.PropType<Record<string, any>>;
|
|
6642
7407
|
options: vue.PropType<Record<string, any>>;
|
|
6643
7408
|
fieldNames: ObjectConstructor;
|
|
6644
7409
|
props: ObjectConstructor;
|
|
7410
|
+
multiple: {
|
|
7411
|
+
type: BooleanConstructor;
|
|
7412
|
+
};
|
|
6645
7413
|
showProps: {
|
|
6646
7414
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6647
7415
|
content: {
|
|
@@ -6662,8 +7430,15 @@ declare const elementMap: {
|
|
|
6662
7430
|
convert: {
|
|
6663
7431
|
type: vue.PropType<TConvert>;
|
|
6664
7432
|
};
|
|
7433
|
+
render: {
|
|
7434
|
+
type: FunctionConstructor;
|
|
7435
|
+
default: undefined;
|
|
7436
|
+
};
|
|
6665
7437
|
}>>, {
|
|
7438
|
+
render: Function;
|
|
6666
7439
|
splitStr: string;
|
|
7440
|
+
splitStr2: string;
|
|
7441
|
+
multiple: boolean;
|
|
6667
7442
|
}>;
|
|
6668
7443
|
cascader: vue.DefineComponent<{
|
|
6669
7444
|
value: {
|
|
@@ -6673,11 +7448,18 @@ declare const elementMap: {
|
|
|
6673
7448
|
type: StringConstructor;
|
|
6674
7449
|
default: string;
|
|
6675
7450
|
};
|
|
7451
|
+
splitStr2: {
|
|
7452
|
+
type: StringConstructor;
|
|
7453
|
+
default: string;
|
|
7454
|
+
};
|
|
6676
7455
|
treeData: vue.PropType<Record<string, any>>;
|
|
6677
7456
|
data: vue.PropType<Record<string, any>>;
|
|
6678
7457
|
options: vue.PropType<Record<string, any>>;
|
|
6679
7458
|
fieldNames: ObjectConstructor;
|
|
6680
7459
|
props: ObjectConstructor;
|
|
7460
|
+
multiple: {
|
|
7461
|
+
type: BooleanConstructor;
|
|
7462
|
+
};
|
|
6681
7463
|
showProps: {
|
|
6682
7464
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6683
7465
|
content: {
|
|
@@ -6698,7 +7480,11 @@ declare const elementMap: {
|
|
|
6698
7480
|
convert: {
|
|
6699
7481
|
type: vue.PropType<TConvert>;
|
|
6700
7482
|
};
|
|
6701
|
-
|
|
7483
|
+
render: {
|
|
7484
|
+
type: FunctionConstructor;
|
|
7485
|
+
default: undefined;
|
|
7486
|
+
};
|
|
7487
|
+
}, () => any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6702
7488
|
value: {
|
|
6703
7489
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6704
7490
|
};
|
|
@@ -6706,11 +7492,18 @@ declare const elementMap: {
|
|
|
6706
7492
|
type: StringConstructor;
|
|
6707
7493
|
default: string;
|
|
6708
7494
|
};
|
|
7495
|
+
splitStr2: {
|
|
7496
|
+
type: StringConstructor;
|
|
7497
|
+
default: string;
|
|
7498
|
+
};
|
|
6709
7499
|
treeData: vue.PropType<Record<string, any>>;
|
|
6710
7500
|
data: vue.PropType<Record<string, any>>;
|
|
6711
7501
|
options: vue.PropType<Record<string, any>>;
|
|
6712
7502
|
fieldNames: ObjectConstructor;
|
|
6713
7503
|
props: ObjectConstructor;
|
|
7504
|
+
multiple: {
|
|
7505
|
+
type: BooleanConstructor;
|
|
7506
|
+
};
|
|
6714
7507
|
showProps: {
|
|
6715
7508
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6716
7509
|
content: {
|
|
@@ -6731,8 +7524,15 @@ declare const elementMap: {
|
|
|
6731
7524
|
convert: {
|
|
6732
7525
|
type: vue.PropType<TConvert>;
|
|
6733
7526
|
};
|
|
7527
|
+
render: {
|
|
7528
|
+
type: FunctionConstructor;
|
|
7529
|
+
default: undefined;
|
|
7530
|
+
};
|
|
6734
7531
|
}>>, {
|
|
7532
|
+
render: Function;
|
|
6735
7533
|
splitStr: string;
|
|
7534
|
+
splitStr2: string;
|
|
7535
|
+
multiple: boolean;
|
|
6736
7536
|
}>;
|
|
6737
7537
|
};
|
|
6738
7538
|
declare const formElementMap: {
|
|
@@ -6749,9 +7549,9 @@ declare const formElementMap: {
|
|
|
6749
7549
|
readonly label?: string | undefined;
|
|
6750
7550
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6751
7551
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6752
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6753
7552
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
6754
7553
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7554
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6755
7555
|
readonly for?: string | undefined;
|
|
6756
7556
|
} & Partial<vue.ExtractPropTypes<{
|
|
6757
7557
|
readonly: {
|
|
@@ -6786,9 +7586,9 @@ declare const formElementMap: {
|
|
|
6786
7586
|
readonly label?: string | undefined;
|
|
6787
7587
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6788
7588
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6789
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6790
7589
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
6791
7590
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7591
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6792
7592
|
readonly for?: string | undefined;
|
|
6793
7593
|
} & Partial<vue.ExtractPropTypes<{
|
|
6794
7594
|
readonly: {
|
|
@@ -6826,9 +7626,9 @@ declare const formElementMap: {
|
|
|
6826
7626
|
readonly label?: string | undefined;
|
|
6827
7627
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6828
7628
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6829
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6830
7629
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
6831
7630
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7631
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6832
7632
|
readonly for?: string | undefined;
|
|
6833
7633
|
} & Partial<vue.ExtractPropTypes<{
|
|
6834
7634
|
readonly: {
|
|
@@ -6863,9 +7663,9 @@ declare const formElementMap: {
|
|
|
6863
7663
|
readonly label?: string | undefined;
|
|
6864
7664
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6865
7665
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6866
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6867
7666
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
6868
7667
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7668
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6869
7669
|
readonly for?: string | undefined;
|
|
6870
7670
|
} & Partial<vue.ExtractPropTypes<{
|
|
6871
7671
|
readonly: {
|
|
@@ -6903,9 +7703,9 @@ declare const formElementMap: {
|
|
|
6903
7703
|
readonly label?: string | undefined;
|
|
6904
7704
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6905
7705
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6906
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6907
7706
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
6908
7707
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7708
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6909
7709
|
readonly for?: string | undefined;
|
|
6910
7710
|
} & Partial<vue.ExtractPropTypes<{
|
|
6911
7711
|
readonly: {
|
|
@@ -6940,9 +7740,9 @@ declare const formElementMap: {
|
|
|
6940
7740
|
readonly label?: string | undefined;
|
|
6941
7741
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6942
7742
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6943
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6944
7743
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
6945
7744
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7745
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6946
7746
|
readonly for?: string | undefined;
|
|
6947
7747
|
} & Partial<vue.ExtractPropTypes<{
|
|
6948
7748
|
readonly: {
|
|
@@ -6980,9 +7780,9 @@ declare const formElementMap: {
|
|
|
6980
7780
|
readonly label?: string | undefined;
|
|
6981
7781
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6982
7782
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6983
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6984
7783
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
6985
7784
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7785
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
6986
7786
|
readonly for?: string | undefined;
|
|
6987
7787
|
} & Partial<vue.ExtractPropTypes<{
|
|
6988
7788
|
readonly: {
|
|
@@ -7017,9 +7817,9 @@ declare const formElementMap: {
|
|
|
7017
7817
|
readonly label?: string | undefined;
|
|
7018
7818
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7019
7819
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7020
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7021
7820
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7022
7821
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7822
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7023
7823
|
readonly for?: string | undefined;
|
|
7024
7824
|
} & Partial<vue.ExtractPropTypes<{
|
|
7025
7825
|
readonly: {
|
|
@@ -7057,9 +7857,9 @@ declare const formElementMap: {
|
|
|
7057
7857
|
readonly label?: string | undefined;
|
|
7058
7858
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7059
7859
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7060
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7061
7860
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7062
7861
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7862
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7063
7863
|
readonly for?: string | undefined;
|
|
7064
7864
|
} & Partial<vue.ExtractPropTypes<{
|
|
7065
7865
|
readonly: {
|
|
@@ -7094,9 +7894,9 @@ declare const formElementMap: {
|
|
|
7094
7894
|
readonly label?: string | undefined;
|
|
7095
7895
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7096
7896
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7097
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7098
7897
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7099
7898
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7899
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7100
7900
|
readonly for?: string | undefined;
|
|
7101
7901
|
} & Partial<vue.ExtractPropTypes<{
|
|
7102
7902
|
readonly: {
|
|
@@ -7134,9 +7934,9 @@ declare const formElementMap: {
|
|
|
7134
7934
|
readonly label?: string | undefined;
|
|
7135
7935
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7136
7936
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7137
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7138
7937
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7139
7938
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7939
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7140
7940
|
readonly for?: string | undefined;
|
|
7141
7941
|
} & Partial<vue.ExtractPropTypes<{
|
|
7142
7942
|
readonly: {
|
|
@@ -7171,9 +7971,9 @@ declare const formElementMap: {
|
|
|
7171
7971
|
readonly label?: string | undefined;
|
|
7172
7972
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7173
7973
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7174
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7175
7974
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7176
7975
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
7976
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7177
7977
|
readonly for?: string | undefined;
|
|
7178
7978
|
} & Partial<vue.ExtractPropTypes<{
|
|
7179
7979
|
readonly: {
|
|
@@ -7211,9 +8011,9 @@ declare const formElementMap: {
|
|
|
7211
8011
|
readonly label?: string | undefined;
|
|
7212
8012
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7213
8013
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7214
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7215
8014
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7216
8015
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8016
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7217
8017
|
readonly for?: string | undefined;
|
|
7218
8018
|
} & Partial<vue.ExtractPropTypes<{
|
|
7219
8019
|
readonly: {
|
|
@@ -7248,9 +8048,9 @@ declare const formElementMap: {
|
|
|
7248
8048
|
readonly label?: string | undefined;
|
|
7249
8049
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7250
8050
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7251
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7252
8051
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7253
8052
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8053
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7254
8054
|
readonly for?: string | undefined;
|
|
7255
8055
|
} & Partial<vue.ExtractPropTypes<{
|
|
7256
8056
|
readonly: {
|
|
@@ -7288,9 +8088,9 @@ declare const formElementMap: {
|
|
|
7288
8088
|
readonly label?: string | undefined;
|
|
7289
8089
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7290
8090
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7291
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7292
8091
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7293
8092
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8093
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7294
8094
|
readonly for?: string | undefined;
|
|
7295
8095
|
} & Partial<vue.ExtractPropTypes<{
|
|
7296
8096
|
readonly: {
|
|
@@ -7325,9 +8125,9 @@ declare const formElementMap: {
|
|
|
7325
8125
|
readonly label?: string | undefined;
|
|
7326
8126
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7327
8127
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7328
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7329
8128
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7330
8129
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8130
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7331
8131
|
readonly for?: string | undefined;
|
|
7332
8132
|
} & Partial<vue.ExtractPropTypes<{
|
|
7333
8133
|
readonly: {
|
|
@@ -7365,9 +8165,9 @@ declare const formElementMap: {
|
|
|
7365
8165
|
readonly label?: string | undefined;
|
|
7366
8166
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7367
8167
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7368
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7369
8168
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7370
8169
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8170
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7371
8171
|
readonly for?: string | undefined;
|
|
7372
8172
|
} & Partial<vue.ExtractPropTypes<{
|
|
7373
8173
|
readonly: {
|
|
@@ -7402,9 +8202,9 @@ declare const formElementMap: {
|
|
|
7402
8202
|
readonly label?: string | undefined;
|
|
7403
8203
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7404
8204
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7405
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7406
8205
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7407
8206
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8207
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7408
8208
|
readonly for?: string | undefined;
|
|
7409
8209
|
} & Partial<vue.ExtractPropTypes<{
|
|
7410
8210
|
readonly: {
|
|
@@ -7442,9 +8242,9 @@ declare const formElementMap: {
|
|
|
7442
8242
|
readonly label?: string | undefined;
|
|
7443
8243
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7444
8244
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7445
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7446
8245
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7447
8246
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8247
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7448
8248
|
readonly for?: string | undefined;
|
|
7449
8249
|
} & Partial<vue.ExtractPropTypes<{
|
|
7450
8250
|
readonly: {
|
|
@@ -7479,9 +8279,9 @@ declare const formElementMap: {
|
|
|
7479
8279
|
readonly label?: string | undefined;
|
|
7480
8280
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7481
8281
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7482
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7483
8282
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7484
8283
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8284
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7485
8285
|
readonly for?: string | undefined;
|
|
7486
8286
|
} & Partial<vue.ExtractPropTypes<{
|
|
7487
8287
|
readonly: {
|
|
@@ -7519,9 +8319,9 @@ declare const formElementMap: {
|
|
|
7519
8319
|
readonly label?: string | undefined;
|
|
7520
8320
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7521
8321
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7522
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7523
8322
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7524
8323
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8324
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7525
8325
|
readonly for?: string | undefined;
|
|
7526
8326
|
} & Partial<vue.ExtractPropTypes<{
|
|
7527
8327
|
readonly: {
|
|
@@ -7556,9 +8356,9 @@ declare const formElementMap: {
|
|
|
7556
8356
|
readonly label?: string | undefined;
|
|
7557
8357
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7558
8358
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7559
|
-
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7560
8359
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
7561
8360
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
8361
|
+
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
7562
8362
|
readonly for?: string | undefined;
|
|
7563
8363
|
} & Partial<vue.ExtractPropTypes<{
|
|
7564
8364
|
readonly: {
|
|
@@ -7585,4 +8385,4 @@ declare const formElementMap: {
|
|
|
7585
8385
|
}>;
|
|
7586
8386
|
};
|
|
7587
8387
|
|
|
7588
|
-
export { FormMethods, InputNumberRange, ProCheckbox, ProCheckboxProps, ProForm, ProFormCascader, ProFormCheckbox, ProFormDatePicker, ProFormInputNumberRange, ProFormItem, ProFormItemProps, ProFormRadio, ProFormSelect, ProFormSwitch, ProFormText, ProFormTextNumber, ProFormTimePicker, ProFormTreeSelect, ProInputNumberRangeProps, ProLoading, ProLoadingProps, ProMenus, ProMenusProps, ProModal, ProModalProps, ProPagination, ProPopover, ProRadio, ProRadioProps, ProSelect, ProSelectProps, ProTable, ProTableColumn, ProTableColumnProps, ProTableOperateItem, ProTableProps, ProTabs, ProTree, ProTreeProps, ProUploadProps, ProUploader, TableMethods, UploadMethods, createFormItemComponent, createLoadingId, elementMap, formElementMap };
|
|
8388
|
+
export { FormMethods, InputNumberRange, ProCheckbox, ProCheckboxProps, ProDrawer, ProDrawerProps, ProDropdown, ProDropdownProps, ProForm, ProFormCascader, ProFormCheckbox, ProFormDatePicker, ProFormInputNumberRange, ProFormItem, ProFormItemProps, ProFormRadio, ProFormSelect, ProFormSwitch, ProFormText, ProFormTextNumber, ProFormTimePicker, ProFormTreeSelect, ProInputNumberRangeProps, ProLoading, ProLoadingProps, ProMenus, ProMenusProps, ProModal, ProModalProps, ProPagination, ProPopover, ProRadio, ProRadioProps, ProSelect, ProSelectProps, ProTable, ProTableColumn, ProTableColumnProps, ProTableOperateItem, ProTableProps, ProTabs, ProTree, ProTreeProps, ProUploadProps, ProUploader, TableMethods, UploadMethods, createFormItemComponent, createLoadingId, elementMap, formElementMap };
|