@vue-start/element-pro 0.2.30 → 0.2.32
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 +10 -0
- package/dist/index.d.ts +1423 -641
- package/dist/index.es.js +628 -538
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as element_plus_es_components_descriptions_src_descriptions_type from '
|
|
|
3
3
|
import * as vue from 'vue';
|
|
4
4
|
import { VNode, ExtractPropTypes, PropType } from 'vue';
|
|
5
5
|
import * as element_plus from 'element-plus';
|
|
6
|
-
import { TableProps, DialogProps, CheckboxGroupProps, ISelectProps, MenuProps, UploadProps, UploadFile, InputNumberProps, dropdownProps, FormItemProps } from 'element-plus';
|
|
6
|
+
import { TableProps, DialogProps, DrawerProps, CheckboxGroupProps, ISelectProps, MenuProps, UploadProps, UploadFile, InputNumberProps, dropdownProps, FormItemProps } from 'element-plus';
|
|
7
7
|
import { FilterMethods, Filters } from 'element-plus/es/components/table/src/table-column/defaults';
|
|
8
8
|
import * as _vue_start_pro from '@vue-start/pro';
|
|
9
9
|
import { TColumns, TOption as TOption$1, TFile } from '@vue-start/pro';
|
|
@@ -226,60 +226,10 @@ declare const proModalProps: () => {
|
|
|
226
226
|
type: StringConstructor;
|
|
227
227
|
default: string;
|
|
228
228
|
};
|
|
229
|
-
cancelButtonProps: {
|
|
230
|
-
type: PropType<{
|
|
231
|
-
readonly text: boolean;
|
|
232
|
-
readonly link: boolean;
|
|
233
|
-
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
234
|
-
readonly circle: boolean;
|
|
235
|
-
readonly disabled: boolean;
|
|
236
|
-
readonly loading: boolean;
|
|
237
|
-
readonly bg: boolean;
|
|
238
|
-
readonly round: boolean;
|
|
239
|
-
readonly dark: boolean;
|
|
240
|
-
readonly autofocus: boolean;
|
|
241
|
-
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>;
|
|
242
|
-
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
243
|
-
readonly plain: boolean;
|
|
244
|
-
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>;
|
|
245
|
-
} & {
|
|
246
|
-
readonly color?: string | undefined;
|
|
247
|
-
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
248
|
-
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;
|
|
249
|
-
readonly autoInsertSpace?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
250
|
-
} & {
|
|
251
|
-
onClick?: (() => void) | undefined;
|
|
252
|
-
}>;
|
|
253
|
-
};
|
|
254
229
|
okText: {
|
|
255
230
|
type: StringConstructor;
|
|
256
231
|
default: string;
|
|
257
232
|
};
|
|
258
|
-
okButtonProps: {
|
|
259
|
-
type: PropType<{
|
|
260
|
-
readonly text: boolean;
|
|
261
|
-
readonly link: boolean;
|
|
262
|
-
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
263
|
-
readonly circle: boolean;
|
|
264
|
-
readonly disabled: boolean;
|
|
265
|
-
readonly loading: boolean;
|
|
266
|
-
readonly bg: boolean;
|
|
267
|
-
readonly round: boolean;
|
|
268
|
-
readonly dark: boolean;
|
|
269
|
-
readonly autofocus: boolean;
|
|
270
|
-
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>;
|
|
271
|
-
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
272
|
-
readonly plain: boolean;
|
|
273
|
-
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>;
|
|
274
|
-
} & {
|
|
275
|
-
readonly color?: string | undefined;
|
|
276
|
-
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
277
|
-
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;
|
|
278
|
-
readonly autoInsertSpace?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
279
|
-
} & {
|
|
280
|
-
onClick?: (() => void) | undefined;
|
|
281
|
-
}>;
|
|
282
|
-
};
|
|
283
233
|
confirmLoading: BooleanConstructor;
|
|
284
234
|
footer: {
|
|
285
235
|
type: BooleanConstructor;
|
|
@@ -289,9 +239,40 @@ declare const proModalProps: () => {
|
|
|
289
239
|
type: (BooleanConstructor | ObjectConstructor)[];
|
|
290
240
|
default: undefined;
|
|
291
241
|
};
|
|
242
|
+
scrollProps: {
|
|
243
|
+
type: ObjectConstructor;
|
|
244
|
+
};
|
|
292
245
|
};
|
|
293
246
|
declare type ProModalProps = Partial<ExtractPropTypes<ReturnType<typeof proModalProps>>> & DialogProps;
|
|
294
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>, {}>;
|
|
295
276
|
|
|
296
277
|
declare const ProPagination: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
297
278
|
[x: string]: any;
|
|
@@ -303,10 +284,10 @@ declare const ProPopover: vue.DefineComponent<any, () => JSX.Element, unknown, {
|
|
|
303
284
|
|
|
304
285
|
declare const proCheckboxProps: () => {
|
|
305
286
|
options: PropType<(TOption$1 & {
|
|
306
|
-
border: boolean;
|
|
307
287
|
disabled: boolean;
|
|
308
288
|
checked: boolean;
|
|
309
289
|
indeterminate: boolean;
|
|
290
|
+
border: boolean;
|
|
310
291
|
validateEvent: boolean;
|
|
311
292
|
} & {
|
|
312
293
|
label?: string | number | boolean | Record<string, any> | undefined;
|
|
@@ -336,9 +317,9 @@ declare const proRadioProps: () => {
|
|
|
336
317
|
type: PropType<(TOption$1 & {
|
|
337
318
|
readonly label: element_plus_es_utils.EpPropMergeType<(NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown>;
|
|
338
319
|
readonly name: string;
|
|
339
|
-
readonly border: boolean;
|
|
340
320
|
readonly disabled: boolean;
|
|
341
321
|
readonly modelValue: element_plus_es_utils.EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
322
|
+
readonly border: boolean;
|
|
342
323
|
} & {
|
|
343
324
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
344
325
|
} & {
|
|
@@ -365,8 +346,8 @@ declare const ProRadio: vue.DefineComponent<ProRadioProps, {}, {}, {}, {}, vue.C
|
|
|
365
346
|
|
|
366
347
|
declare const proSelectProps: () => {
|
|
367
348
|
options: PropType<(TOption$1 & {
|
|
368
|
-
created: boolean;
|
|
369
349
|
disabled: boolean;
|
|
350
|
+
created: boolean;
|
|
370
351
|
hovering: boolean;
|
|
371
352
|
selected: boolean;
|
|
372
353
|
} & {
|
|
@@ -524,12 +505,12 @@ declare const proDropdownProps: () => {
|
|
|
524
505
|
};
|
|
525
506
|
declare type ProDropdownProps = Partial<ExtractPropTypes<ReturnType<typeof proDropdownProps>>> & typeof dropdownProps;
|
|
526
507
|
declare const ProDropdown: vue.DefineComponent<ProDropdownProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProDropdownProps>, {
|
|
527
|
-
readonly maxHeight: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
528
508
|
readonly disabled: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
529
|
-
readonly placement: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "
|
|
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>;
|
|
530
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>;
|
|
531
511
|
readonly hideOnClick: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
532
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>;
|
|
533
514
|
readonly role: string;
|
|
534
515
|
readonly tabindex: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
535
516
|
readonly popperClass: string;
|
|
@@ -567,9 +548,9 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
567
548
|
readonly label?: string | undefined;
|
|
568
549
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
569
550
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
570
|
-
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;
|
|
571
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;
|
|
572
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;
|
|
573
554
|
readonly for?: string | undefined;
|
|
574
555
|
} & Partial<vue.ExtractPropTypes<{
|
|
575
556
|
readonly: {
|
|
@@ -604,9 +585,9 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
604
585
|
readonly label?: string | undefined;
|
|
605
586
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
606
587
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
607
|
-
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;
|
|
608
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;
|
|
609
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;
|
|
610
591
|
readonly for?: string | undefined;
|
|
611
592
|
} & Partial<vue.ExtractPropTypes<{
|
|
612
593
|
readonly: {
|
|
@@ -644,9 +625,9 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
644
625
|
readonly label?: string | undefined;
|
|
645
626
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
646
627
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
647
|
-
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;
|
|
648
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;
|
|
649
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;
|
|
650
631
|
readonly for?: string | undefined;
|
|
651
632
|
} & Partial<vue.ExtractPropTypes<{
|
|
652
633
|
readonly: {
|
|
@@ -681,9 +662,9 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
681
662
|
readonly label?: string | undefined;
|
|
682
663
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
683
664
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
684
|
-
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;
|
|
685
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;
|
|
686
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;
|
|
687
668
|
readonly for?: string | undefined;
|
|
688
669
|
} & Partial<vue.ExtractPropTypes<{
|
|
689
670
|
readonly: {
|
|
@@ -721,9 +702,9 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
721
702
|
readonly label?: string | undefined;
|
|
722
703
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
723
704
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
724
|
-
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;
|
|
725
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;
|
|
726
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;
|
|
727
708
|
readonly for?: string | undefined;
|
|
728
709
|
} & Partial<vue.ExtractPropTypes<{
|
|
729
710
|
readonly: {
|
|
@@ -758,9 +739,9 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
758
739
|
readonly label?: string | undefined;
|
|
759
740
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
760
741
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
761
|
-
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;
|
|
762
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;
|
|
763
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;
|
|
764
745
|
readonly for?: string | undefined;
|
|
765
746
|
} & Partial<vue.ExtractPropTypes<{
|
|
766
747
|
readonly: {
|
|
@@ -798,9 +779,9 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
798
779
|
readonly label?: string | undefined;
|
|
799
780
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
800
781
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
801
|
-
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;
|
|
802
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;
|
|
803
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;
|
|
804
785
|
readonly for?: string | undefined;
|
|
805
786
|
} & Partial<vue.ExtractPropTypes<{
|
|
806
787
|
readonly: {
|
|
@@ -835,9 +816,9 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
835
816
|
readonly label?: string | undefined;
|
|
836
817
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
837
818
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
838
|
-
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;
|
|
839
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;
|
|
840
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;
|
|
841
822
|
readonly for?: string | undefined;
|
|
842
823
|
} & Partial<vue.ExtractPropTypes<{
|
|
843
824
|
readonly: {
|
|
@@ -875,9 +856,9 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
875
856
|
readonly label?: string | undefined;
|
|
876
857
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
877
858
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
878
|
-
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;
|
|
879
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;
|
|
880
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;
|
|
881
862
|
readonly for?: string | undefined;
|
|
882
863
|
} & Partial<vue.ExtractPropTypes<{
|
|
883
864
|
readonly: {
|
|
@@ -912,9 +893,9 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
912
893
|
readonly label?: string | undefined;
|
|
913
894
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
914
895
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
915
|
-
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;
|
|
916
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;
|
|
917
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;
|
|
918
899
|
readonly for?: string | undefined;
|
|
919
900
|
} & Partial<vue.ExtractPropTypes<{
|
|
920
901
|
readonly: {
|
|
@@ -952,9 +933,9 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
952
933
|
readonly label?: string | undefined;
|
|
953
934
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
954
935
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
955
|
-
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;
|
|
956
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;
|
|
957
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;
|
|
958
939
|
readonly for?: string | undefined;
|
|
959
940
|
} & Partial<vue.ExtractPropTypes<{
|
|
960
941
|
readonly: {
|
|
@@ -989,9 +970,9 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
989
970
|
readonly label?: string | undefined;
|
|
990
971
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
991
972
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
992
|
-
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;
|
|
993
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;
|
|
994
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;
|
|
995
976
|
readonly for?: string | undefined;
|
|
996
977
|
} & Partial<vue.ExtractPropTypes<{
|
|
997
978
|
readonly: {
|
|
@@ -1029,9 +1010,9 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
1029
1010
|
readonly label?: string | undefined;
|
|
1030
1011
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1031
1012
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1032
|
-
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;
|
|
1033
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;
|
|
1034
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;
|
|
1035
1016
|
readonly for?: string | undefined;
|
|
1036
1017
|
} & Partial<vue.ExtractPropTypes<{
|
|
1037
1018
|
readonly: {
|
|
@@ -1066,9 +1047,9 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
1066
1047
|
readonly label?: string | undefined;
|
|
1067
1048
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1068
1049
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1069
|
-
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;
|
|
1070
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;
|
|
1071
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;
|
|
1072
1053
|
readonly for?: string | undefined;
|
|
1073
1054
|
} & Partial<vue.ExtractPropTypes<{
|
|
1074
1055
|
readonly: {
|
|
@@ -1106,9 +1087,9 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1106
1087
|
readonly label?: string | undefined;
|
|
1107
1088
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1108
1089
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1109
|
-
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;
|
|
1110
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;
|
|
1111
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;
|
|
1112
1093
|
readonly for?: string | undefined;
|
|
1113
1094
|
} & Partial<vue.ExtractPropTypes<{
|
|
1114
1095
|
readonly: {
|
|
@@ -1143,9 +1124,9 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1143
1124
|
readonly label?: string | undefined;
|
|
1144
1125
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1145
1126
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1146
|
-
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;
|
|
1147
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;
|
|
1148
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;
|
|
1149
1130
|
readonly for?: string | undefined;
|
|
1150
1131
|
} & Partial<vue.ExtractPropTypes<{
|
|
1151
1132
|
readonly: {
|
|
@@ -1183,9 +1164,9 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1183
1164
|
readonly label?: string | undefined;
|
|
1184
1165
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1185
1166
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1186
|
-
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;
|
|
1187
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;
|
|
1188
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;
|
|
1189
1170
|
readonly for?: string | undefined;
|
|
1190
1171
|
} & Partial<vue.ExtractPropTypes<{
|
|
1191
1172
|
readonly: {
|
|
@@ -1220,9 +1201,9 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1220
1201
|
readonly label?: string | undefined;
|
|
1221
1202
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1222
1203
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1223
|
-
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;
|
|
1224
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;
|
|
1225
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;
|
|
1226
1207
|
readonly for?: string | undefined;
|
|
1227
1208
|
} & Partial<vue.ExtractPropTypes<{
|
|
1228
1209
|
readonly: {
|
|
@@ -1260,9 +1241,9 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1260
1241
|
readonly label?: string | undefined;
|
|
1261
1242
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1262
1243
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1263
|
-
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;
|
|
1264
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;
|
|
1265
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;
|
|
1266
1247
|
readonly for?: string | undefined;
|
|
1267
1248
|
} & Partial<vue.ExtractPropTypes<{
|
|
1268
1249
|
readonly: {
|
|
@@ -1297,9 +1278,9 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1297
1278
|
readonly label?: string | undefined;
|
|
1298
1279
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1299
1280
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1300
|
-
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;
|
|
1301
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;
|
|
1302
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;
|
|
1303
1284
|
readonly for?: string | undefined;
|
|
1304
1285
|
} & Partial<vue.ExtractPropTypes<{
|
|
1305
1286
|
readonly: {
|
|
@@ -1337,9 +1318,9 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1337
1318
|
readonly label?: string | undefined;
|
|
1338
1319
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1339
1320
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1340
|
-
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;
|
|
1341
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;
|
|
1342
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;
|
|
1343
1324
|
readonly for?: string | undefined;
|
|
1344
1325
|
} & Partial<vue.ExtractPropTypes<{
|
|
1345
1326
|
readonly: {
|
|
@@ -1374,9 +1355,9 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1374
1355
|
readonly label?: string | undefined;
|
|
1375
1356
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1376
1357
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1377
|
-
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;
|
|
1378
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;
|
|
1379
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;
|
|
1380
1361
|
readonly for?: string | undefined;
|
|
1381
1362
|
} & Partial<vue.ExtractPropTypes<{
|
|
1382
1363
|
readonly: {
|
|
@@ -1419,9 +1400,9 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1419
1400
|
readonly label?: string | undefined;
|
|
1420
1401
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1421
1402
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1422
|
-
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;
|
|
1423
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;
|
|
1424
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;
|
|
1425
1406
|
readonly for?: string | undefined;
|
|
1426
1407
|
} & Partial<vue.ExtractPropTypes<{
|
|
1427
1408
|
readonly: {
|
|
@@ -1456,9 +1437,9 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1456
1437
|
readonly label?: string | undefined;
|
|
1457
1438
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1458
1439
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1459
|
-
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;
|
|
1460
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;
|
|
1461
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;
|
|
1462
1443
|
readonly for?: string | undefined;
|
|
1463
1444
|
} & Partial<vue.ExtractPropTypes<{
|
|
1464
1445
|
readonly: {
|
|
@@ -1487,7 +1468,43 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1487
1468
|
declare type TConvert = (...params: any[]) => any;
|
|
1488
1469
|
|
|
1489
1470
|
declare const elementMap: {
|
|
1490
|
-
[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<{
|
|
1491
1508
|
clsName: {
|
|
1492
1509
|
type: StringConstructor;
|
|
1493
1510
|
default: string;
|
|
@@ -1579,6 +1596,10 @@ declare const elementMap: {
|
|
|
1579
1596
|
convert: {
|
|
1580
1597
|
type: vue.PropType<TConvert>;
|
|
1581
1598
|
};
|
|
1599
|
+
render: {
|
|
1600
|
+
type: FunctionConstructor;
|
|
1601
|
+
default: undefined;
|
|
1602
|
+
};
|
|
1582
1603
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1583
1604
|
value: {
|
|
1584
1605
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -1603,7 +1624,13 @@ declare const elementMap: {
|
|
|
1603
1624
|
convert: {
|
|
1604
1625
|
type: vue.PropType<TConvert>;
|
|
1605
1626
|
};
|
|
1606
|
-
|
|
1627
|
+
render: {
|
|
1628
|
+
type: FunctionConstructor;
|
|
1629
|
+
default: undefined;
|
|
1630
|
+
};
|
|
1631
|
+
}>>, {
|
|
1632
|
+
render: Function;
|
|
1633
|
+
}> | vue.DefineComponent<{
|
|
1607
1634
|
decimalFixed: {
|
|
1608
1635
|
type: NumberConstructor;
|
|
1609
1636
|
default: number;
|
|
@@ -1635,7 +1662,11 @@ declare const elementMap: {
|
|
|
1635
1662
|
convert: {
|
|
1636
1663
|
type: vue.PropType<TConvert>;
|
|
1637
1664
|
};
|
|
1638
|
-
|
|
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<{
|
|
1639
1670
|
decimalFixed: {
|
|
1640
1671
|
type: NumberConstructor;
|
|
1641
1672
|
default: number;
|
|
@@ -1667,7 +1698,12 @@ declare const elementMap: {
|
|
|
1667
1698
|
convert: {
|
|
1668
1699
|
type: vue.PropType<TConvert>;
|
|
1669
1700
|
};
|
|
1701
|
+
render: {
|
|
1702
|
+
type: FunctionConstructor;
|
|
1703
|
+
default: undefined;
|
|
1704
|
+
};
|
|
1670
1705
|
}>>, {
|
|
1706
|
+
render: Function;
|
|
1671
1707
|
decimalFixed: number;
|
|
1672
1708
|
thousandDivision: boolean;
|
|
1673
1709
|
}> | vue.DefineComponent<{
|
|
@@ -1702,7 +1738,11 @@ declare const elementMap: {
|
|
|
1702
1738
|
convert: {
|
|
1703
1739
|
type: vue.PropType<TConvert>;
|
|
1704
1740
|
};
|
|
1705
|
-
|
|
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<{
|
|
1706
1746
|
value: {
|
|
1707
1747
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1708
1748
|
};
|
|
@@ -1734,7 +1774,12 @@ declare const elementMap: {
|
|
|
1734
1774
|
convert: {
|
|
1735
1775
|
type: vue.PropType<TConvert>;
|
|
1736
1776
|
};
|
|
1777
|
+
render: {
|
|
1778
|
+
type: FunctionConstructor;
|
|
1779
|
+
default: undefined;
|
|
1780
|
+
};
|
|
1737
1781
|
}>>, {
|
|
1782
|
+
render: Function;
|
|
1738
1783
|
splitStr: string;
|
|
1739
1784
|
}> | vue.DefineComponent<{
|
|
1740
1785
|
value: {
|
|
@@ -1744,11 +1789,18 @@ declare const elementMap: {
|
|
|
1744
1789
|
type: StringConstructor;
|
|
1745
1790
|
default: string;
|
|
1746
1791
|
};
|
|
1792
|
+
splitStr2: {
|
|
1793
|
+
type: StringConstructor;
|
|
1794
|
+
default: string;
|
|
1795
|
+
};
|
|
1747
1796
|
treeData: vue.PropType<Record<string, any>>;
|
|
1748
1797
|
data: vue.PropType<Record<string, any>>;
|
|
1749
1798
|
options: vue.PropType<Record<string, any>>;
|
|
1750
1799
|
fieldNames: ObjectConstructor;
|
|
1751
1800
|
props: ObjectConstructor;
|
|
1801
|
+
multiple: {
|
|
1802
|
+
type: BooleanConstructor;
|
|
1803
|
+
};
|
|
1752
1804
|
showProps: {
|
|
1753
1805
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
1754
1806
|
content: {
|
|
@@ -1769,7 +1821,11 @@ declare const elementMap: {
|
|
|
1769
1821
|
convert: {
|
|
1770
1822
|
type: vue.PropType<TConvert>;
|
|
1771
1823
|
};
|
|
1772
|
-
|
|
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<{
|
|
1773
1829
|
value: {
|
|
1774
1830
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1775
1831
|
};
|
|
@@ -1777,11 +1833,18 @@ declare const elementMap: {
|
|
|
1777
1833
|
type: StringConstructor;
|
|
1778
1834
|
default: string;
|
|
1779
1835
|
};
|
|
1836
|
+
splitStr2: {
|
|
1837
|
+
type: StringConstructor;
|
|
1838
|
+
default: string;
|
|
1839
|
+
};
|
|
1780
1840
|
treeData: vue.PropType<Record<string, any>>;
|
|
1781
1841
|
data: vue.PropType<Record<string, any>>;
|
|
1782
1842
|
options: vue.PropType<Record<string, any>>;
|
|
1783
1843
|
fieldNames: ObjectConstructor;
|
|
1784
1844
|
props: ObjectConstructor;
|
|
1845
|
+
multiple: {
|
|
1846
|
+
type: BooleanConstructor;
|
|
1847
|
+
};
|
|
1785
1848
|
showProps: {
|
|
1786
1849
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
1787
1850
|
content: {
|
|
@@ -1802,8 +1865,15 @@ declare const elementMap: {
|
|
|
1802
1865
|
convert: {
|
|
1803
1866
|
type: vue.PropType<TConvert>;
|
|
1804
1867
|
};
|
|
1868
|
+
render: {
|
|
1869
|
+
type: FunctionConstructor;
|
|
1870
|
+
default: undefined;
|
|
1871
|
+
};
|
|
1805
1872
|
}>>, {
|
|
1873
|
+
render: Function;
|
|
1806
1874
|
splitStr: string;
|
|
1875
|
+
splitStr2: string;
|
|
1876
|
+
multiple: boolean;
|
|
1807
1877
|
}> | vue.DefineComponent<{
|
|
1808
1878
|
value: {
|
|
1809
1879
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
@@ -1840,7 +1910,11 @@ declare const elementMap: {
|
|
|
1840
1910
|
convert: {
|
|
1841
1911
|
type: vue.PropType<TConvert>;
|
|
1842
1912
|
};
|
|
1843
|
-
|
|
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<{
|
|
1844
1918
|
value: {
|
|
1845
1919
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1846
1920
|
};
|
|
@@ -1876,7 +1950,12 @@ declare const elementMap: {
|
|
|
1876
1950
|
convert: {
|
|
1877
1951
|
type: vue.PropType<TConvert>;
|
|
1878
1952
|
};
|
|
1953
|
+
render: {
|
|
1954
|
+
type: FunctionConstructor;
|
|
1955
|
+
default: undefined;
|
|
1956
|
+
};
|
|
1879
1957
|
}>>, {
|
|
1958
|
+
render: Function;
|
|
1880
1959
|
splitStr: string;
|
|
1881
1960
|
format: string;
|
|
1882
1961
|
isUnix: boolean;
|
|
@@ -1938,318 +2017,57 @@ declare const elementMap: {
|
|
|
1938
2017
|
customClass: {
|
|
1939
2018
|
type: StringConstructor;
|
|
1940
2019
|
};
|
|
1941
|
-
}>>>, {}> | vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProModalProps>, {}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
1942
|
-
|
|
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: {
|
|
1943
2053
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1944
2054
|
readonly required: false;
|
|
1945
2055
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1946
2056
|
__epPropKey: true;
|
|
1947
2057
|
};
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
readonly required: false;
|
|
1953
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1954
|
-
__epPropKey: true;
|
|
2058
|
+
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2059
|
+
validateEvent: {
|
|
2060
|
+
type: BooleanConstructor;
|
|
2061
|
+
default: boolean;
|
|
1955
2062
|
};
|
|
1956
|
-
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1957
|
-
readonly loading: BooleanConstructor;
|
|
1958
|
-
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>;
|
|
1959
|
-
readonly plain: BooleanConstructor;
|
|
1960
|
-
readonly text: BooleanConstructor;
|
|
1961
|
-
readonly link: BooleanConstructor;
|
|
1962
|
-
readonly bg: BooleanConstructor;
|
|
1963
|
-
readonly autofocus: BooleanConstructor;
|
|
1964
|
-
readonly round: BooleanConstructor;
|
|
1965
|
-
readonly circle: BooleanConstructor;
|
|
1966
|
-
readonly color: StringConstructor;
|
|
1967
|
-
readonly dark: BooleanConstructor;
|
|
1968
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1969
|
-
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>;
|
|
1970
2063
|
}, {
|
|
1971
2064
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1976
|
-
__epPropKey: true;
|
|
2065
|
+
modelValue: {
|
|
2066
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2067
|
+
default: undefined;
|
|
1977
2068
|
};
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
readonly icon: {
|
|
1981
|
-
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>>;
|
|
1982
|
-
readonly required: false;
|
|
1983
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1984
|
-
__epPropKey: true;
|
|
1985
|
-
};
|
|
1986
|
-
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1987
|
-
readonly loading: BooleanConstructor;
|
|
1988
|
-
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>;
|
|
1989
|
-
readonly plain: BooleanConstructor;
|
|
1990
|
-
readonly text: BooleanConstructor;
|
|
1991
|
-
readonly link: BooleanConstructor;
|
|
1992
|
-
readonly bg: BooleanConstructor;
|
|
1993
|
-
readonly autofocus: BooleanConstructor;
|
|
1994
|
-
readonly round: BooleanConstructor;
|
|
1995
|
-
readonly circle: BooleanConstructor;
|
|
1996
|
-
readonly color: StringConstructor;
|
|
1997
|
-
readonly dark: BooleanConstructor;
|
|
1998
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1999
|
-
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>;
|
|
2000
|
-
}>> & {
|
|
2001
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2002
|
-
}>>;
|
|
2003
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
2004
|
-
buttonStyle: vue.ComputedRef<Record<string, string>>;
|
|
2005
|
-
ns: {
|
|
2006
|
-
namespace: vue.ComputedRef<string>;
|
|
2007
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2008
|
-
e: (element?: string | undefined) => string;
|
|
2009
|
-
m: (modifier?: string | undefined) => string;
|
|
2010
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2011
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2012
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2013
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2014
|
-
is: {
|
|
2015
|
-
(name: string, state: boolean | undefined): string;
|
|
2016
|
-
(name: string): string;
|
|
2017
|
-
};
|
|
2018
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2019
|
-
cssVarName: (name: string) => string;
|
|
2020
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2021
|
-
cssVarBlockName: (name: string) => string;
|
|
2022
|
-
};
|
|
2023
|
-
_ref: vue.Ref<HTMLButtonElement | undefined>;
|
|
2024
|
-
_size: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2025
|
-
_type: vue.ComputedRef<"" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info">;
|
|
2026
|
-
_disabled: vue.ComputedRef<boolean>;
|
|
2027
|
-
_props: vue.ComputedRef<{
|
|
2028
|
-
ariaDisabled: boolean;
|
|
2029
|
-
disabled: boolean;
|
|
2030
|
-
autofocus: boolean;
|
|
2031
|
-
type: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
2032
|
-
} | {
|
|
2033
|
-
ariaDisabled?: undefined;
|
|
2034
|
-
disabled?: undefined;
|
|
2035
|
-
autofocus?: undefined;
|
|
2036
|
-
type?: undefined;
|
|
2037
|
-
}>;
|
|
2038
|
-
shouldAddSpace: vue.ComputedRef<boolean>;
|
|
2039
|
-
handleClick: (evt: MouseEvent) => void;
|
|
2040
|
-
ElIcon: element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2041
|
-
readonly size: {
|
|
2042
|
-
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>>;
|
|
2043
|
-
readonly required: false;
|
|
2044
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2045
|
-
__epPropKey: true;
|
|
2046
|
-
};
|
|
2047
|
-
readonly color: {
|
|
2048
|
-
readonly type: vue.PropType<string>;
|
|
2049
|
-
readonly required: false;
|
|
2050
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2051
|
-
__epPropKey: true;
|
|
2052
|
-
};
|
|
2053
|
-
}, {
|
|
2054
|
-
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2055
|
-
readonly size: {
|
|
2056
|
-
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>>;
|
|
2057
|
-
readonly required: false;
|
|
2058
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2059
|
-
__epPropKey: true;
|
|
2060
|
-
};
|
|
2061
|
-
readonly color: {
|
|
2062
|
-
readonly type: vue.PropType<string>;
|
|
2063
|
-
readonly required: false;
|
|
2064
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2065
|
-
__epPropKey: true;
|
|
2066
|
-
};
|
|
2067
|
-
}>> & {
|
|
2068
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2069
|
-
}>>;
|
|
2070
|
-
ns: {
|
|
2071
|
-
namespace: vue.ComputedRef<string>;
|
|
2072
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2073
|
-
e: (element?: string | undefined) => string;
|
|
2074
|
-
m: (modifier?: string | undefined) => string;
|
|
2075
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2076
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2077
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2078
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2079
|
-
is: {
|
|
2080
|
-
(name: string, state: boolean | undefined): string;
|
|
2081
|
-
(name: string): string;
|
|
2082
|
-
};
|
|
2083
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2084
|
-
cssVarName: (name: string) => string;
|
|
2085
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2086
|
-
cssVarBlockName: (name: string) => string;
|
|
2087
|
-
};
|
|
2088
|
-
style: vue.ComputedRef<vue.CSSProperties>;
|
|
2089
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2090
|
-
readonly size: {
|
|
2091
|
-
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>>;
|
|
2092
|
-
readonly required: false;
|
|
2093
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2094
|
-
__epPropKey: true;
|
|
2095
|
-
};
|
|
2096
|
-
readonly color: {
|
|
2097
|
-
readonly type: vue.PropType<string>;
|
|
2098
|
-
readonly required: false;
|
|
2099
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2100
|
-
__epPropKey: true;
|
|
2101
|
-
};
|
|
2102
|
-
}>>, {}>> & Record<string, any>;
|
|
2103
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2104
|
-
click: (evt: MouseEvent) => boolean;
|
|
2105
|
-
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2106
|
-
readonly size: {
|
|
2107
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2108
|
-
readonly required: false;
|
|
2109
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2110
|
-
__epPropKey: true;
|
|
2111
|
-
};
|
|
2112
|
-
readonly disabled: BooleanConstructor;
|
|
2113
|
-
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2114
|
-
readonly icon: {
|
|
2115
|
-
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>>;
|
|
2116
|
-
readonly required: false;
|
|
2117
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2118
|
-
__epPropKey: true;
|
|
2119
|
-
};
|
|
2120
|
-
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
2121
|
-
readonly loading: BooleanConstructor;
|
|
2122
|
-
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>;
|
|
2123
|
-
readonly plain: BooleanConstructor;
|
|
2124
|
-
readonly text: BooleanConstructor;
|
|
2125
|
-
readonly link: BooleanConstructor;
|
|
2126
|
-
readonly bg: BooleanConstructor;
|
|
2127
|
-
readonly autofocus: BooleanConstructor;
|
|
2128
|
-
readonly round: BooleanConstructor;
|
|
2129
|
-
readonly circle: BooleanConstructor;
|
|
2130
|
-
readonly color: StringConstructor;
|
|
2131
|
-
readonly dark: BooleanConstructor;
|
|
2132
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
2133
|
-
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>;
|
|
2134
|
-
}>> & {
|
|
2135
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2136
|
-
}, {
|
|
2137
|
-
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
2138
|
-
readonly link: boolean;
|
|
2139
|
-
readonly dark: boolean;
|
|
2140
|
-
readonly disabled: boolean;
|
|
2141
|
-
readonly text: boolean;
|
|
2142
|
-
readonly autofocus: boolean;
|
|
2143
|
-
readonly round: boolean;
|
|
2144
|
-
readonly circle: boolean;
|
|
2145
|
-
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>;
|
|
2146
|
-
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
2147
|
-
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>;
|
|
2148
|
-
readonly autoInsertSpace: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2149
|
-
readonly loading: boolean;
|
|
2150
|
-
readonly plain: boolean;
|
|
2151
|
-
readonly bg: boolean;
|
|
2152
|
-
}>> & {
|
|
2153
|
-
ButtonGroup: vue.DefineComponent<{
|
|
2154
|
-
readonly size: {
|
|
2155
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2156
|
-
readonly required: false;
|
|
2157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2158
|
-
__epPropKey: true;
|
|
2159
|
-
};
|
|
2160
|
-
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2161
|
-
}, {
|
|
2162
|
-
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2163
|
-
readonly size: {
|
|
2164
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2165
|
-
readonly required: false;
|
|
2166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2167
|
-
__epPropKey: true;
|
|
2168
|
-
};
|
|
2169
|
-
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2170
|
-
}>> & {
|
|
2171
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2172
|
-
}>>;
|
|
2173
|
-
ns: {
|
|
2174
|
-
namespace: vue.ComputedRef<string>;
|
|
2175
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2176
|
-
e: (element?: string | undefined) => string;
|
|
2177
|
-
m: (modifier?: string | undefined) => string;
|
|
2178
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2179
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2180
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2181
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2182
|
-
is: {
|
|
2183
|
-
(name: string, state: boolean | undefined): string;
|
|
2184
|
-
(name: string): string;
|
|
2185
|
-
};
|
|
2186
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2187
|
-
cssVarName: (name: string) => string;
|
|
2188
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2189
|
-
cssVarBlockName: (name: string) => string;
|
|
2190
|
-
};
|
|
2191
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2192
|
-
readonly size: {
|
|
2193
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2194
|
-
readonly required: false;
|
|
2195
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2196
|
-
__epPropKey: true;
|
|
2197
|
-
};
|
|
2198
|
-
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2199
|
-
}>>, {
|
|
2200
|
-
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
2201
|
-
}>;
|
|
2202
|
-
}) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2203
|
-
modelValue: {
|
|
2204
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2205
|
-
default: undefined;
|
|
2206
|
-
};
|
|
2207
|
-
label: {
|
|
2208
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2209
|
-
};
|
|
2210
|
-
indeterminate: BooleanConstructor;
|
|
2211
|
-
disabled: BooleanConstructor;
|
|
2212
|
-
checked: BooleanConstructor;
|
|
2213
|
-
name: {
|
|
2214
|
-
type: StringConstructor;
|
|
2215
|
-
default: undefined;
|
|
2216
|
-
};
|
|
2217
|
-
trueLabel: {
|
|
2218
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2219
|
-
default: undefined;
|
|
2220
|
-
};
|
|
2221
|
-
falseLabel: {
|
|
2222
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
2223
|
-
default: undefined;
|
|
2224
|
-
};
|
|
2225
|
-
id: {
|
|
2226
|
-
type: StringConstructor;
|
|
2227
|
-
default: undefined;
|
|
2228
|
-
};
|
|
2229
|
-
controls: {
|
|
2230
|
-
type: StringConstructor;
|
|
2231
|
-
default: undefined;
|
|
2232
|
-
};
|
|
2233
|
-
border: BooleanConstructor;
|
|
2234
|
-
size: {
|
|
2235
|
-
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2236
|
-
readonly required: false;
|
|
2237
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2238
|
-
__epPropKey: true;
|
|
2239
|
-
};
|
|
2240
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
2241
|
-
validateEvent: {
|
|
2242
|
-
type: BooleanConstructor;
|
|
2243
|
-
default: boolean;
|
|
2244
|
-
};
|
|
2245
|
-
}, {
|
|
2246
|
-
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2247
|
-
modelValue: {
|
|
2248
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2249
|
-
default: undefined;
|
|
2250
|
-
};
|
|
2251
|
-
label: {
|
|
2252
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2069
|
+
label: {
|
|
2070
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
2253
2071
|
};
|
|
2254
2072
|
indeterminate: BooleanConstructor;
|
|
2255
2073
|
disabled: BooleanConstructor;
|
|
@@ -2661,12 +2479,12 @@ declare const elementMap: {
|
|
|
2661
2479
|
readonly tag: string;
|
|
2662
2480
|
}>;
|
|
2663
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>, {
|
|
2664
|
-
readonly maxHeight: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2665
2482
|
readonly disabled: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2666
|
-
readonly placement: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "
|
|
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>;
|
|
2667
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>;
|
|
2668
2485
|
readonly hideOnClick: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2669
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>;
|
|
2670
2488
|
readonly role: string;
|
|
2671
2489
|
readonly tabindex: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2672
2490
|
readonly popperClass: string;
|
|
@@ -2678,33 +2496,69 @@ declare const elementMap: {
|
|
|
2678
2496
|
readonly splitButton: boolean;
|
|
2679
2497
|
readonly loop: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2680
2498
|
}> | vue.DefineComponent<ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTableProps>, {}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2681
|
-
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2682
|
-
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2683
|
-
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
2684
2499
|
readonly size: {
|
|
2685
2500
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2686
2501
|
readonly required: false;
|
|
2687
2502
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2688
2503
|
__epPropKey: true;
|
|
2689
2504
|
};
|
|
2690
|
-
readonly
|
|
2691
|
-
readonly
|
|
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;
|
|
2512
|
+
};
|
|
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>;
|
|
2692
2527
|
}, {
|
|
2693
2528
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2694
|
-
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2695
|
-
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2696
|
-
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
2697
2529
|
readonly size: {
|
|
2698
2530
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2699
2531
|
readonly required: false;
|
|
2700
2532
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2701
2533
|
__epPropKey: true;
|
|
2702
2534
|
};
|
|
2703
|
-
readonly
|
|
2704
|
-
readonly
|
|
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;
|
|
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>;
|
|
2705
2557
|
}>> & {
|
|
2706
|
-
|
|
2558
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2707
2559
|
}>>;
|
|
2560
|
+
emit: (event: "click", evt: MouseEvent) => void;
|
|
2561
|
+
buttonStyle: vue.ComputedRef<Record<string, string>>;
|
|
2708
2562
|
ns: {
|
|
2709
2563
|
namespace: vue.ComputedRef<string>;
|
|
2710
2564
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2723,92 +2577,317 @@ declare const elementMap: {
|
|
|
2723
2577
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2724
2578
|
cssVarBlockName: (name: string) => string;
|
|
2725
2579
|
};
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
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;
|
|
2729
2594
|
}>;
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
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>>;
|
|
2600
|
+
readonly required: false;
|
|
2601
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2602
|
+
__epPropKey: true;
|
|
2603
|
+
};
|
|
2604
|
+
readonly color: {
|
|
2605
|
+
readonly type: vue.PropType<string>;
|
|
2606
|
+
readonly required: false;
|
|
2607
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2608
|
+
__epPropKey: true;
|
|
2609
|
+
};
|
|
2735
2610
|
}, {
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
type: StringConstructor;
|
|
2743
|
-
};
|
|
2744
|
-
type: {
|
|
2745
|
-
type: StringConstructor;
|
|
2746
|
-
};
|
|
2747
|
-
}, {
|
|
2748
|
-
descriptions: element_plus_es_components_descriptions_src_descriptions_type.IDescriptionsInject;
|
|
2749
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2750
|
-
cell: {
|
|
2751
|
-
type: ObjectConstructor;
|
|
2611
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
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;
|
|
2752
2617
|
};
|
|
2753
|
-
|
|
2754
|
-
type:
|
|
2618
|
+
readonly color: {
|
|
2619
|
+
readonly type: vue.PropType<string>;
|
|
2620
|
+
readonly required: false;
|
|
2621
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2622
|
+
__epPropKey: true;
|
|
2755
2623
|
};
|
|
2756
|
-
|
|
2757
|
-
|
|
2624
|
+
}>> & {
|
|
2625
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2626
|
+
}>>;
|
|
2627
|
+
ns: {
|
|
2628
|
+
namespace: vue.ComputedRef<string>;
|
|
2629
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2630
|
+
e: (element?: string | undefined) => string;
|
|
2631
|
+
m: (modifier?: string | undefined) => string;
|
|
2632
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2633
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2634
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2635
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2636
|
+
is: {
|
|
2637
|
+
(name: string, state: boolean | undefined): string;
|
|
2638
|
+
(name: string): string;
|
|
2758
2639
|
};
|
|
2759
|
-
|
|
2640
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2641
|
+
cssVarName: (name: string) => string;
|
|
2642
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2643
|
+
cssVarBlockName: (name: string) => string;
|
|
2644
|
+
};
|
|
2645
|
+
style: vue.ComputedRef<vue.CSSProperties>;
|
|
2760
2646
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2761
|
-
readonly
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
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>>;
|
|
2649
|
+
readonly required: false;
|
|
2650
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2651
|
+
__epPropKey: true;
|
|
2652
|
+
};
|
|
2653
|
+
readonly color: {
|
|
2654
|
+
readonly type: vue.PropType<string>;
|
|
2655
|
+
readonly required: false;
|
|
2656
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2657
|
+
__epPropKey: true;
|
|
2658
|
+
};
|
|
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<{
|
|
2769
2663
|
readonly size: {
|
|
2770
2664
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2771
2665
|
readonly required: false;
|
|
2772
2666
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2773
2667
|
__epPropKey: true;
|
|
2774
2668
|
};
|
|
2775
|
-
readonly
|
|
2776
|
-
readonly
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
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>;
|
|
2783
2691
|
}>> & {
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
};
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
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<{
|
|
2711
|
+
readonly size: {
|
|
2712
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2713
|
+
readonly required: false;
|
|
2714
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2715
|
+
__epPropKey: true;
|
|
2716
|
+
};
|
|
2717
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2718
|
+
}, {
|
|
2719
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2720
|
+
readonly size: {
|
|
2721
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2722
|
+
readonly required: false;
|
|
2723
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2724
|
+
__epPropKey: true;
|
|
2725
|
+
};
|
|
2726
|
+
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
2727
|
+
}>> & {
|
|
2728
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2729
|
+
}>>;
|
|
2730
|
+
ns: {
|
|
2731
|
+
namespace: vue.ComputedRef<string>;
|
|
2732
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2733
|
+
e: (element?: string | undefined) => string;
|
|
2734
|
+
m: (modifier?: string | undefined) => string;
|
|
2735
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2736
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2737
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2738
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2739
|
+
is: {
|
|
2740
|
+
(name: string, state: boolean | undefined): string;
|
|
2741
|
+
(name: string): string;
|
|
2742
|
+
};
|
|
2743
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2744
|
+
cssVarName: (name: string) => string;
|
|
2745
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2746
|
+
cssVarBlockName: (name: string) => string;
|
|
2747
|
+
};
|
|
2748
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2749
|
+
readonly size: {
|
|
2750
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2751
|
+
readonly required: false;
|
|
2752
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2753
|
+
__epPropKey: true;
|
|
2754
|
+
};
|
|
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>;
|
|
2758
|
+
}>;
|
|
2759
|
+
}) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2760
|
+
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2761
|
+
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2762
|
+
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
2763
|
+
readonly size: {
|
|
2764
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2765
|
+
readonly required: false;
|
|
2766
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2767
|
+
__epPropKey: true;
|
|
2768
|
+
};
|
|
2769
|
+
readonly title: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2770
|
+
readonly extra: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2771
|
+
}, {
|
|
2772
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2773
|
+
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2774
|
+
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2775
|
+
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
2776
|
+
readonly size: {
|
|
2777
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2778
|
+
readonly required: false;
|
|
2779
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2780
|
+
__epPropKey: true;
|
|
2781
|
+
};
|
|
2782
|
+
readonly title: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2783
|
+
readonly extra: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2784
|
+
}>> & {
|
|
2785
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2786
|
+
}>>;
|
|
2787
|
+
ns: {
|
|
2788
|
+
namespace: vue.ComputedRef<string>;
|
|
2789
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2790
|
+
e: (element?: string | undefined) => string;
|
|
2791
|
+
m: (modifier?: string | undefined) => string;
|
|
2792
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2793
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2794
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2795
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2796
|
+
is: {
|
|
2797
|
+
(name: string, state: boolean | undefined): string;
|
|
2798
|
+
(name: string): string;
|
|
2799
|
+
};
|
|
2800
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2801
|
+
cssVarName: (name: string) => string;
|
|
2802
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2803
|
+
cssVarBlockName: (name: string) => string;
|
|
2804
|
+
};
|
|
2805
|
+
descriptionsSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2806
|
+
slots: Readonly<{
|
|
2807
|
+
[name: string]: vue.Slot | undefined;
|
|
2808
|
+
}>;
|
|
2809
|
+
descriptionKls: vue.ComputedRef<string[]>;
|
|
2810
|
+
filledNode: (node: any, span: any, count: any, isLast?: boolean | undefined) => any;
|
|
2811
|
+
getRows: () => never[];
|
|
2812
|
+
ElDescriptionsRow: vue.DefineComponent<{
|
|
2813
|
+
readonly row: element_plus_es_utils.EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
2814
|
+
}, {
|
|
2815
|
+
descriptions: element_plus_es_components_descriptions_src_descriptions_type.IDescriptionsInject;
|
|
2816
|
+
ElDescriptionsCell: vue.DefineComponent<{
|
|
2817
|
+
cell: {
|
|
2818
|
+
type: ObjectConstructor;
|
|
2819
|
+
};
|
|
2820
|
+
tag: {
|
|
2821
|
+
type: StringConstructor;
|
|
2822
|
+
};
|
|
2823
|
+
type: {
|
|
2824
|
+
type: StringConstructor;
|
|
2825
|
+
};
|
|
2826
|
+
}, {
|
|
2827
|
+
descriptions: element_plus_es_components_descriptions_src_descriptions_type.IDescriptionsInject;
|
|
2828
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2829
|
+
cell: {
|
|
2830
|
+
type: ObjectConstructor;
|
|
2831
|
+
};
|
|
2832
|
+
tag: {
|
|
2833
|
+
type: StringConstructor;
|
|
2834
|
+
};
|
|
2835
|
+
type: {
|
|
2836
|
+
type: StringConstructor;
|
|
2837
|
+
};
|
|
2838
|
+
}>>, {}>;
|
|
2839
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2840
|
+
readonly row: element_plus_es_utils.EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
2841
|
+
}>>, {
|
|
2842
|
+
readonly row: unknown[];
|
|
2843
|
+
}>;
|
|
2844
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2845
|
+
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2846
|
+
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2847
|
+
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
2848
|
+
readonly size: {
|
|
2849
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2850
|
+
readonly required: false;
|
|
2851
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2852
|
+
__epPropKey: true;
|
|
2853
|
+
};
|
|
2854
|
+
readonly title: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2855
|
+
readonly extra: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2856
|
+
}>>, {
|
|
2857
|
+
readonly title: string;
|
|
2858
|
+
readonly column: number;
|
|
2859
|
+
readonly border: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2860
|
+
readonly direction: element_plus_es_utils.EpPropMergeType<StringConstructor, "vertical" | "horizontal", unknown>;
|
|
2861
|
+
readonly extra: string;
|
|
2862
|
+
}>> & {
|
|
2863
|
+
DescriptionsItem: vue.DefineComponent<{
|
|
2864
|
+
label: {
|
|
2865
|
+
type: StringConstructor;
|
|
2866
|
+
default: string;
|
|
2867
|
+
};
|
|
2868
|
+
span: {
|
|
2869
|
+
type: NumberConstructor;
|
|
2870
|
+
default: number;
|
|
2871
|
+
};
|
|
2872
|
+
width: {
|
|
2873
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2874
|
+
default: string;
|
|
2875
|
+
};
|
|
2876
|
+
minWidth: {
|
|
2877
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2878
|
+
default: string;
|
|
2879
|
+
};
|
|
2880
|
+
align: {
|
|
2881
|
+
type: StringConstructor;
|
|
2882
|
+
default: string;
|
|
2883
|
+
};
|
|
2884
|
+
labelAlign: {
|
|
2885
|
+
type: StringConstructor;
|
|
2886
|
+
default: string;
|
|
2887
|
+
};
|
|
2888
|
+
className: {
|
|
2889
|
+
type: StringConstructor;
|
|
2890
|
+
default: string;
|
|
2812
2891
|
};
|
|
2813
2892
|
labelClassName: {
|
|
2814
2893
|
type: StringConstructor;
|
|
@@ -3162,7 +3241,7 @@ declare const elementMap: {
|
|
|
3162
3241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3163
3242
|
__epPropKey: true;
|
|
3164
3243
|
};
|
|
3165
|
-
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>;
|
|
3166
3245
|
}, {
|
|
3167
3246
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3168
3247
|
showArrow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -3469,7 +3548,7 @@ declare const elementMap: {
|
|
|
3469
3548
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3470
3549
|
__epPropKey: true;
|
|
3471
3550
|
};
|
|
3472
|
-
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>;
|
|
3473
3552
|
}>> & {
|
|
3474
3553
|
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3475
3554
|
}>>;
|
|
@@ -3479,9 +3558,9 @@ declare const elementMap: {
|
|
|
3479
3558
|
$: vue.ComponentInternalInstance;
|
|
3480
3559
|
$data: {};
|
|
3481
3560
|
$props: Partial<{
|
|
3482
|
-
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>;
|
|
3483
3562
|
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
3484
|
-
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>;
|
|
3485
3564
|
}>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "role">;
|
|
3486
3565
|
$attrs: {
|
|
3487
3566
|
[x: string]: unknown;
|
|
@@ -3497,10 +3576,10 @@ declare const elementMap: {
|
|
|
3497
3576
|
$emit: (event: string, ...args: any[]) => void;
|
|
3498
3577
|
$el: any;
|
|
3499
3578
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
|
3500
|
-
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>;
|
|
3501
3580
|
}>>, {
|
|
3502
3581
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3503
|
-
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>;
|
|
3504
3583
|
}>> & {
|
|
3505
3584
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3506
3585
|
}>>;
|
|
@@ -3508,10 +3587,10 @@ declare const elementMap: {
|
|
|
3508
3587
|
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3509
3588
|
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3510
3589
|
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3511
|
-
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>>;
|
|
3512
3591
|
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3513
3592
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
3514
|
-
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>;
|
|
3515
3594
|
}, {}, string> & {
|
|
3516
3595
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
3517
3596
|
created?: (() => void) | (() => void)[] | undefined;
|
|
@@ -3533,10 +3612,10 @@ declare const elementMap: {
|
|
|
3533
3612
|
$nextTick: typeof vue.nextTick;
|
|
3534
3613
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
3535
3614
|
} & Readonly<vue.ExtractPropTypes<{
|
|
3536
|
-
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>;
|
|
3537
3616
|
}>> & vue.ShallowUnwrapRef<{
|
|
3538
3617
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3539
|
-
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>;
|
|
3540
3619
|
}>> & {
|
|
3541
3620
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3542
3621
|
}>>;
|
|
@@ -3544,7 +3623,7 @@ declare const elementMap: {
|
|
|
3544
3623
|
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3545
3624
|
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3546
3625
|
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3547
|
-
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>>;
|
|
3548
3627
|
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3549
3628
|
}> & vue.ComponentCustomProperties) | undefined>;
|
|
3550
3629
|
contentRef: vue.Ref<any>;
|
|
@@ -3559,10 +3638,10 @@ declare const elementMap: {
|
|
|
3559
3638
|
controlled: vue.ComputedRef<boolean>;
|
|
3560
3639
|
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
|
3561
3640
|
ElPopper: element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
3562
|
-
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>;
|
|
3563
3642
|
}, {
|
|
3564
3643
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3565
|
-
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>;
|
|
3566
3645
|
}>> & {
|
|
3567
3646
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3568
3647
|
}>>;
|
|
@@ -3570,12 +3649,12 @@ declare const elementMap: {
|
|
|
3570
3649
|
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3571
3650
|
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3572
3651
|
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3573
|
-
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>>;
|
|
3574
3653
|
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3575
3654
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3576
|
-
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>;
|
|
3577
3656
|
}>>, {
|
|
3578
|
-
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>;
|
|
3579
3658
|
}>> & Record<string, any>;
|
|
3580
3659
|
ElPopperArrow: vue.DefineComponent<{
|
|
3581
3660
|
readonly arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -5933,7 +6012,7 @@ declare const elementMap: {
|
|
|
5933
6012
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5934
6013
|
__epPropKey: true;
|
|
5935
6014
|
};
|
|
5936
|
-
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>;
|
|
5937
6016
|
}>> & {
|
|
5938
6017
|
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
5939
6018
|
}, {
|
|
@@ -5961,7 +6040,7 @@ declare const elementMap: {
|
|
|
5961
6040
|
persistent: boolean;
|
|
5962
6041
|
disabled: boolean;
|
|
5963
6042
|
open: boolean;
|
|
5964
|
-
role: element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
6043
|
+
role: element_plus_es_utils.EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
5965
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>;
|
|
5966
6045
|
triggerKeys: string[];
|
|
5967
6046
|
arrowOffset: number;
|
|
@@ -5969,9 +6048,9 @@ declare const elementMap: {
|
|
|
5969
6048
|
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
5970
6049
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5971
6050
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5972
|
-
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>;
|
|
5973
6052
|
readonly align: {
|
|
5974
|
-
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>>;
|
|
5975
6054
|
readonly required: false;
|
|
5976
6055
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5977
6056
|
__epPropKey: true;
|
|
@@ -5980,9 +6059,9 @@ declare const elementMap: {
|
|
|
5980
6059
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
5981
6060
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5982
6061
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5983
|
-
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>;
|
|
5984
6063
|
readonly align: {
|
|
5985
|
-
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>>;
|
|
5986
6065
|
readonly required: false;
|
|
5987
6066
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5988
6067
|
__epPropKey: true;
|
|
@@ -6014,15 +6093,15 @@ declare const elementMap: {
|
|
|
6014
6093
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6015
6094
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6016
6095
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6017
|
-
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>;
|
|
6018
6097
|
readonly align: {
|
|
6019
|
-
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>>;
|
|
6020
6099
|
readonly required: false;
|
|
6021
6100
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6022
6101
|
__epPropKey: true;
|
|
6023
6102
|
};
|
|
6024
6103
|
}>>, {
|
|
6025
|
-
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>;
|
|
6026
6105
|
readonly tag: string;
|
|
6027
6106
|
readonly gutter: number;
|
|
6028
6107
|
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
@@ -6038,20 +6117,677 @@ declare const elementMap: {
|
|
|
6038
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>;
|
|
6039
6118
|
}, {
|
|
6040
6119
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6041
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6042
|
-
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
6043
|
-
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6044
|
-
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6045
|
-
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6046
|
-
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>;
|
|
6047
|
-
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>;
|
|
6048
|
-
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>;
|
|
6049
|
-
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>;
|
|
6050
|
-
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>;
|
|
6051
6787
|
}>> & {
|
|
6052
6788
|
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6053
6789
|
}>>;
|
|
6054
|
-
|
|
6790
|
+
t: element_plus.Translator;
|
|
6055
6791
|
ns: {
|
|
6056
6792
|
namespace: vue.ComputedRef<string>;
|
|
6057
6793
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6070,106 +6806,37 @@ declare const elementMap: {
|
|
|
6070
6806
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6071
6807
|
cssVarBlockName: (name: string) => string;
|
|
6072
6808
|
};
|
|
6073
|
-
|
|
6074
|
-
|
|
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<{}>>, {}>;
|
|
6075
6832
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6076
|
-
readonly
|
|
6077
|
-
readonly
|
|
6078
|
-
readonly
|
|
6079
|
-
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6080
|
-
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6081
|
-
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>;
|
|
6082
|
-
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>;
|
|
6083
|
-
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>;
|
|
6084
|
-
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>;
|
|
6085
|
-
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>;
|
|
6086
|
-
}>>, {
|
|
6087
|
-
readonly offset: number;
|
|
6088
|
-
readonly push: number;
|
|
6089
|
-
readonly tag: string;
|
|
6090
|
-
readonly span: number;
|
|
6091
|
-
readonly pull: number;
|
|
6092
|
-
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>;
|
|
6093
|
-
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>;
|
|
6094
|
-
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>;
|
|
6095
|
-
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>;
|
|
6096
|
-
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>;
|
|
6097
|
-
}>> & Record<string, any>) | element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6098
|
-
label: {
|
|
6099
|
-
type: StringConstructor;
|
|
6100
|
-
default: string;
|
|
6101
|
-
};
|
|
6102
|
-
span: {
|
|
6103
|
-
type: NumberConstructor;
|
|
6104
|
-
default: number;
|
|
6105
|
-
};
|
|
6106
|
-
width: {
|
|
6107
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6108
|
-
default: string;
|
|
6109
|
-
};
|
|
6110
|
-
minWidth: {
|
|
6111
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6112
|
-
default: string;
|
|
6113
|
-
};
|
|
6114
|
-
align: {
|
|
6115
|
-
type: StringConstructor;
|
|
6116
|
-
default: string;
|
|
6117
|
-
};
|
|
6118
|
-
labelAlign: {
|
|
6119
|
-
type: StringConstructor;
|
|
6120
|
-
default: string;
|
|
6121
|
-
};
|
|
6122
|
-
className: {
|
|
6123
|
-
type: StringConstructor;
|
|
6124
|
-
default: string;
|
|
6125
|
-
};
|
|
6126
|
-
labelClassName: {
|
|
6127
|
-
type: StringConstructor;
|
|
6128
|
-
default: string;
|
|
6129
|
-
};
|
|
6130
|
-
}, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6131
|
-
label: {
|
|
6132
|
-
type: StringConstructor;
|
|
6133
|
-
default: string;
|
|
6134
|
-
};
|
|
6135
|
-
span: {
|
|
6136
|
-
type: NumberConstructor;
|
|
6137
|
-
default: number;
|
|
6138
|
-
};
|
|
6139
|
-
width: {
|
|
6140
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6141
|
-
default: string;
|
|
6142
|
-
};
|
|
6143
|
-
minWidth: {
|
|
6144
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
6145
|
-
default: string;
|
|
6146
|
-
};
|
|
6147
|
-
align: {
|
|
6148
|
-
type: StringConstructor;
|
|
6149
|
-
default: string;
|
|
6150
|
-
};
|
|
6151
|
-
labelAlign: {
|
|
6152
|
-
type: StringConstructor;
|
|
6153
|
-
default: string;
|
|
6154
|
-
};
|
|
6155
|
-
className: {
|
|
6156
|
-
type: StringConstructor;
|
|
6157
|
-
default: string;
|
|
6158
|
-
};
|
|
6159
|
-
labelClassName: {
|
|
6160
|
-
type: StringConstructor;
|
|
6161
|
-
default: string;
|
|
6162
|
-
};
|
|
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>;
|
|
6163
6836
|
}>>, {
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
minWidth: string | number;
|
|
6168
|
-
span: number;
|
|
6169
|
-
align: string;
|
|
6170
|
-
labelAlign: string;
|
|
6171
|
-
labelClassName: string;
|
|
6172
|
-
}>>;
|
|
6837
|
+
readonly description: string;
|
|
6838
|
+
readonly image: string;
|
|
6839
|
+
}>> & Record<string, any>);
|
|
6173
6840
|
text: vue.DefineComponent<{
|
|
6174
6841
|
value: {
|
|
6175
6842
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -6194,6 +6861,10 @@ declare const elementMap: {
|
|
|
6194
6861
|
convert: {
|
|
6195
6862
|
type: vue.PropType<TConvert>;
|
|
6196
6863
|
};
|
|
6864
|
+
render: {
|
|
6865
|
+
type: FunctionConstructor;
|
|
6866
|
+
default: undefined;
|
|
6867
|
+
};
|
|
6197
6868
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6198
6869
|
value: {
|
|
6199
6870
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -6218,7 +6889,13 @@ declare const elementMap: {
|
|
|
6218
6889
|
convert: {
|
|
6219
6890
|
type: vue.PropType<TConvert>;
|
|
6220
6891
|
};
|
|
6221
|
-
|
|
6892
|
+
render: {
|
|
6893
|
+
type: FunctionConstructor;
|
|
6894
|
+
default: undefined;
|
|
6895
|
+
};
|
|
6896
|
+
}>>, {
|
|
6897
|
+
render: Function;
|
|
6898
|
+
}>;
|
|
6222
6899
|
digit: vue.DefineComponent<{
|
|
6223
6900
|
decimalFixed: {
|
|
6224
6901
|
type: NumberConstructor;
|
|
@@ -6251,7 +6928,11 @@ declare const elementMap: {
|
|
|
6251
6928
|
convert: {
|
|
6252
6929
|
type: vue.PropType<TConvert>;
|
|
6253
6930
|
};
|
|
6254
|
-
|
|
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<{
|
|
6255
6936
|
decimalFixed: {
|
|
6256
6937
|
type: NumberConstructor;
|
|
6257
6938
|
default: number;
|
|
@@ -6283,7 +6964,12 @@ declare const elementMap: {
|
|
|
6283
6964
|
convert: {
|
|
6284
6965
|
type: vue.PropType<TConvert>;
|
|
6285
6966
|
};
|
|
6967
|
+
render: {
|
|
6968
|
+
type: FunctionConstructor;
|
|
6969
|
+
default: undefined;
|
|
6970
|
+
};
|
|
6286
6971
|
}>>, {
|
|
6972
|
+
render: Function;
|
|
6287
6973
|
decimalFixed: number;
|
|
6288
6974
|
thousandDivision: boolean;
|
|
6289
6975
|
}>;
|
|
@@ -6323,7 +7009,11 @@ declare const elementMap: {
|
|
|
6323
7009
|
convert: {
|
|
6324
7010
|
type: vue.PropType<TConvert>;
|
|
6325
7011
|
};
|
|
6326
|
-
|
|
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<{
|
|
6327
7017
|
value: {
|
|
6328
7018
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6329
7019
|
};
|
|
@@ -6359,7 +7049,12 @@ declare const elementMap: {
|
|
|
6359
7049
|
convert: {
|
|
6360
7050
|
type: vue.PropType<TConvert>;
|
|
6361
7051
|
};
|
|
7052
|
+
render: {
|
|
7053
|
+
type: FunctionConstructor;
|
|
7054
|
+
default: undefined;
|
|
7055
|
+
};
|
|
6362
7056
|
}>>, {
|
|
7057
|
+
render: Function;
|
|
6363
7058
|
splitStr: string;
|
|
6364
7059
|
format: string;
|
|
6365
7060
|
isUnix: boolean;
|
|
@@ -6388,6 +7083,10 @@ declare const elementMap: {
|
|
|
6388
7083
|
convert: {
|
|
6389
7084
|
type: vue.PropType<TConvert>;
|
|
6390
7085
|
};
|
|
7086
|
+
render: {
|
|
7087
|
+
type: FunctionConstructor;
|
|
7088
|
+
default: undefined;
|
|
7089
|
+
};
|
|
6391
7090
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6392
7091
|
value: {
|
|
6393
7092
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -6412,7 +7111,13 @@ declare const elementMap: {
|
|
|
6412
7111
|
convert: {
|
|
6413
7112
|
type: vue.PropType<TConvert>;
|
|
6414
7113
|
};
|
|
6415
|
-
|
|
7114
|
+
render: {
|
|
7115
|
+
type: FunctionConstructor;
|
|
7116
|
+
default: undefined;
|
|
7117
|
+
};
|
|
7118
|
+
}>>, {
|
|
7119
|
+
render: Function;
|
|
7120
|
+
}>;
|
|
6416
7121
|
select: vue.DefineComponent<{
|
|
6417
7122
|
value: {
|
|
6418
7123
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
@@ -6445,7 +7150,11 @@ declare const elementMap: {
|
|
|
6445
7150
|
convert: {
|
|
6446
7151
|
type: vue.PropType<TConvert>;
|
|
6447
7152
|
};
|
|
6448
|
-
|
|
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<{
|
|
6449
7158
|
value: {
|
|
6450
7159
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6451
7160
|
};
|
|
@@ -6477,7 +7186,12 @@ declare const elementMap: {
|
|
|
6477
7186
|
convert: {
|
|
6478
7187
|
type: vue.PropType<TConvert>;
|
|
6479
7188
|
};
|
|
7189
|
+
render: {
|
|
7190
|
+
type: FunctionConstructor;
|
|
7191
|
+
default: undefined;
|
|
7192
|
+
};
|
|
6480
7193
|
}>>, {
|
|
7194
|
+
render: Function;
|
|
6481
7195
|
splitStr: string;
|
|
6482
7196
|
}>;
|
|
6483
7197
|
radio: vue.DefineComponent<{
|
|
@@ -6512,7 +7226,11 @@ declare const elementMap: {
|
|
|
6512
7226
|
convert: {
|
|
6513
7227
|
type: vue.PropType<TConvert>;
|
|
6514
7228
|
};
|
|
6515
|
-
|
|
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<{
|
|
6516
7234
|
value: {
|
|
6517
7235
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6518
7236
|
};
|
|
@@ -6544,7 +7262,12 @@ declare const elementMap: {
|
|
|
6544
7262
|
convert: {
|
|
6545
7263
|
type: vue.PropType<TConvert>;
|
|
6546
7264
|
};
|
|
7265
|
+
render: {
|
|
7266
|
+
type: FunctionConstructor;
|
|
7267
|
+
default: undefined;
|
|
7268
|
+
};
|
|
6547
7269
|
}>>, {
|
|
7270
|
+
render: Function;
|
|
6548
7271
|
splitStr: string;
|
|
6549
7272
|
}>;
|
|
6550
7273
|
checkbox: vue.DefineComponent<{
|
|
@@ -6579,7 +7302,11 @@ declare const elementMap: {
|
|
|
6579
7302
|
convert: {
|
|
6580
7303
|
type: vue.PropType<TConvert>;
|
|
6581
7304
|
};
|
|
6582
|
-
|
|
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<{
|
|
6583
7310
|
value: {
|
|
6584
7311
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6585
7312
|
};
|
|
@@ -6611,7 +7338,12 @@ declare const elementMap: {
|
|
|
6611
7338
|
convert: {
|
|
6612
7339
|
type: vue.PropType<TConvert>;
|
|
6613
7340
|
};
|
|
7341
|
+
render: {
|
|
7342
|
+
type: FunctionConstructor;
|
|
7343
|
+
default: undefined;
|
|
7344
|
+
};
|
|
6614
7345
|
}>>, {
|
|
7346
|
+
render: Function;
|
|
6615
7347
|
splitStr: string;
|
|
6616
7348
|
}>;
|
|
6617
7349
|
treeSelect: vue.DefineComponent<{
|
|
@@ -6622,11 +7354,18 @@ declare const elementMap: {
|
|
|
6622
7354
|
type: StringConstructor;
|
|
6623
7355
|
default: string;
|
|
6624
7356
|
};
|
|
7357
|
+
splitStr2: {
|
|
7358
|
+
type: StringConstructor;
|
|
7359
|
+
default: string;
|
|
7360
|
+
};
|
|
6625
7361
|
treeData: vue.PropType<Record<string, any>>;
|
|
6626
7362
|
data: vue.PropType<Record<string, any>>;
|
|
6627
7363
|
options: vue.PropType<Record<string, any>>;
|
|
6628
7364
|
fieldNames: ObjectConstructor;
|
|
6629
7365
|
props: ObjectConstructor;
|
|
7366
|
+
multiple: {
|
|
7367
|
+
type: BooleanConstructor;
|
|
7368
|
+
};
|
|
6630
7369
|
showProps: {
|
|
6631
7370
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6632
7371
|
content: {
|
|
@@ -6647,7 +7386,11 @@ declare const elementMap: {
|
|
|
6647
7386
|
convert: {
|
|
6648
7387
|
type: vue.PropType<TConvert>;
|
|
6649
7388
|
};
|
|
6650
|
-
|
|
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<{
|
|
6651
7394
|
value: {
|
|
6652
7395
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6653
7396
|
};
|
|
@@ -6655,11 +7398,18 @@ declare const elementMap: {
|
|
|
6655
7398
|
type: StringConstructor;
|
|
6656
7399
|
default: string;
|
|
6657
7400
|
};
|
|
7401
|
+
splitStr2: {
|
|
7402
|
+
type: StringConstructor;
|
|
7403
|
+
default: string;
|
|
7404
|
+
};
|
|
6658
7405
|
treeData: vue.PropType<Record<string, any>>;
|
|
6659
7406
|
data: vue.PropType<Record<string, any>>;
|
|
6660
7407
|
options: vue.PropType<Record<string, any>>;
|
|
6661
7408
|
fieldNames: ObjectConstructor;
|
|
6662
7409
|
props: ObjectConstructor;
|
|
7410
|
+
multiple: {
|
|
7411
|
+
type: BooleanConstructor;
|
|
7412
|
+
};
|
|
6663
7413
|
showProps: {
|
|
6664
7414
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6665
7415
|
content: {
|
|
@@ -6680,8 +7430,15 @@ declare const elementMap: {
|
|
|
6680
7430
|
convert: {
|
|
6681
7431
|
type: vue.PropType<TConvert>;
|
|
6682
7432
|
};
|
|
7433
|
+
render: {
|
|
7434
|
+
type: FunctionConstructor;
|
|
7435
|
+
default: undefined;
|
|
7436
|
+
};
|
|
6683
7437
|
}>>, {
|
|
7438
|
+
render: Function;
|
|
6684
7439
|
splitStr: string;
|
|
7440
|
+
splitStr2: string;
|
|
7441
|
+
multiple: boolean;
|
|
6685
7442
|
}>;
|
|
6686
7443
|
cascader: vue.DefineComponent<{
|
|
6687
7444
|
value: {
|
|
@@ -6691,11 +7448,18 @@ declare const elementMap: {
|
|
|
6691
7448
|
type: StringConstructor;
|
|
6692
7449
|
default: string;
|
|
6693
7450
|
};
|
|
7451
|
+
splitStr2: {
|
|
7452
|
+
type: StringConstructor;
|
|
7453
|
+
default: string;
|
|
7454
|
+
};
|
|
6694
7455
|
treeData: vue.PropType<Record<string, any>>;
|
|
6695
7456
|
data: vue.PropType<Record<string, any>>;
|
|
6696
7457
|
options: vue.PropType<Record<string, any>>;
|
|
6697
7458
|
fieldNames: ObjectConstructor;
|
|
6698
7459
|
props: ObjectConstructor;
|
|
7460
|
+
multiple: {
|
|
7461
|
+
type: BooleanConstructor;
|
|
7462
|
+
};
|
|
6699
7463
|
showProps: {
|
|
6700
7464
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6701
7465
|
content: {
|
|
@@ -6716,7 +7480,11 @@ declare const elementMap: {
|
|
|
6716
7480
|
convert: {
|
|
6717
7481
|
type: vue.PropType<TConvert>;
|
|
6718
7482
|
};
|
|
6719
|
-
|
|
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<{
|
|
6720
7488
|
value: {
|
|
6721
7489
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
6722
7490
|
};
|
|
@@ -6724,11 +7492,18 @@ declare const elementMap: {
|
|
|
6724
7492
|
type: StringConstructor;
|
|
6725
7493
|
default: string;
|
|
6726
7494
|
};
|
|
7495
|
+
splitStr2: {
|
|
7496
|
+
type: StringConstructor;
|
|
7497
|
+
default: string;
|
|
7498
|
+
};
|
|
6727
7499
|
treeData: vue.PropType<Record<string, any>>;
|
|
6728
7500
|
data: vue.PropType<Record<string, any>>;
|
|
6729
7501
|
options: vue.PropType<Record<string, any>>;
|
|
6730
7502
|
fieldNames: ObjectConstructor;
|
|
6731
7503
|
props: ObjectConstructor;
|
|
7504
|
+
multiple: {
|
|
7505
|
+
type: BooleanConstructor;
|
|
7506
|
+
};
|
|
6732
7507
|
showProps: {
|
|
6733
7508
|
type: vue.PropType<Partial<vue.ExtractPropTypes<{
|
|
6734
7509
|
content: {
|
|
@@ -6749,8 +7524,15 @@ declare const elementMap: {
|
|
|
6749
7524
|
convert: {
|
|
6750
7525
|
type: vue.PropType<TConvert>;
|
|
6751
7526
|
};
|
|
7527
|
+
render: {
|
|
7528
|
+
type: FunctionConstructor;
|
|
7529
|
+
default: undefined;
|
|
7530
|
+
};
|
|
6752
7531
|
}>>, {
|
|
7532
|
+
render: Function;
|
|
6753
7533
|
splitStr: string;
|
|
7534
|
+
splitStr2: string;
|
|
7535
|
+
multiple: boolean;
|
|
6754
7536
|
}>;
|
|
6755
7537
|
};
|
|
6756
7538
|
declare const formElementMap: {
|
|
@@ -6767,9 +7549,9 @@ declare const formElementMap: {
|
|
|
6767
7549
|
readonly label?: string | undefined;
|
|
6768
7550
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6769
7551
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6770
|
-
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;
|
|
6771
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;
|
|
6772
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;
|
|
6773
7555
|
readonly for?: string | undefined;
|
|
6774
7556
|
} & Partial<vue.ExtractPropTypes<{
|
|
6775
7557
|
readonly: {
|
|
@@ -6804,9 +7586,9 @@ declare const formElementMap: {
|
|
|
6804
7586
|
readonly label?: string | undefined;
|
|
6805
7587
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6806
7588
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6807
|
-
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;
|
|
6808
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;
|
|
6809
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;
|
|
6810
7592
|
readonly for?: string | undefined;
|
|
6811
7593
|
} & Partial<vue.ExtractPropTypes<{
|
|
6812
7594
|
readonly: {
|
|
@@ -6844,9 +7626,9 @@ declare const formElementMap: {
|
|
|
6844
7626
|
readonly label?: string | undefined;
|
|
6845
7627
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6846
7628
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6847
|
-
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;
|
|
6848
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;
|
|
6849
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;
|
|
6850
7632
|
readonly for?: string | undefined;
|
|
6851
7633
|
} & Partial<vue.ExtractPropTypes<{
|
|
6852
7634
|
readonly: {
|
|
@@ -6881,9 +7663,9 @@ declare const formElementMap: {
|
|
|
6881
7663
|
readonly label?: string | undefined;
|
|
6882
7664
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6883
7665
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6884
|
-
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;
|
|
6885
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;
|
|
6886
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;
|
|
6887
7669
|
readonly for?: string | undefined;
|
|
6888
7670
|
} & Partial<vue.ExtractPropTypes<{
|
|
6889
7671
|
readonly: {
|
|
@@ -6921,9 +7703,9 @@ declare const formElementMap: {
|
|
|
6921
7703
|
readonly label?: string | undefined;
|
|
6922
7704
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6923
7705
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6924
|
-
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;
|
|
6925
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;
|
|
6926
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;
|
|
6927
7709
|
readonly for?: string | undefined;
|
|
6928
7710
|
} & Partial<vue.ExtractPropTypes<{
|
|
6929
7711
|
readonly: {
|
|
@@ -6958,9 +7740,9 @@ declare const formElementMap: {
|
|
|
6958
7740
|
readonly label?: string | undefined;
|
|
6959
7741
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
6960
7742
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
6961
|
-
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;
|
|
6962
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;
|
|
6963
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;
|
|
6964
7746
|
readonly for?: string | undefined;
|
|
6965
7747
|
} & Partial<vue.ExtractPropTypes<{
|
|
6966
7748
|
readonly: {
|
|
@@ -6998,9 +7780,9 @@ declare const formElementMap: {
|
|
|
6998
7780
|
readonly label?: string | undefined;
|
|
6999
7781
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7000
7782
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7001
|
-
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;
|
|
7002
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;
|
|
7003
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;
|
|
7004
7786
|
readonly for?: string | undefined;
|
|
7005
7787
|
} & Partial<vue.ExtractPropTypes<{
|
|
7006
7788
|
readonly: {
|
|
@@ -7035,9 +7817,9 @@ declare const formElementMap: {
|
|
|
7035
7817
|
readonly label?: string | undefined;
|
|
7036
7818
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7037
7819
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7038
|
-
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;
|
|
7039
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;
|
|
7040
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;
|
|
7041
7823
|
readonly for?: string | undefined;
|
|
7042
7824
|
} & Partial<vue.ExtractPropTypes<{
|
|
7043
7825
|
readonly: {
|
|
@@ -7075,9 +7857,9 @@ declare const formElementMap: {
|
|
|
7075
7857
|
readonly label?: string | undefined;
|
|
7076
7858
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7077
7859
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7078
|
-
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;
|
|
7079
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;
|
|
7080
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;
|
|
7081
7863
|
readonly for?: string | undefined;
|
|
7082
7864
|
} & Partial<vue.ExtractPropTypes<{
|
|
7083
7865
|
readonly: {
|
|
@@ -7112,9 +7894,9 @@ declare const formElementMap: {
|
|
|
7112
7894
|
readonly label?: string | undefined;
|
|
7113
7895
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7114
7896
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7115
|
-
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;
|
|
7116
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;
|
|
7117
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;
|
|
7118
7900
|
readonly for?: string | undefined;
|
|
7119
7901
|
} & Partial<vue.ExtractPropTypes<{
|
|
7120
7902
|
readonly: {
|
|
@@ -7152,9 +7934,9 @@ declare const formElementMap: {
|
|
|
7152
7934
|
readonly label?: string | undefined;
|
|
7153
7935
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7154
7936
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7155
|
-
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;
|
|
7156
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;
|
|
7157
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;
|
|
7158
7940
|
readonly for?: string | undefined;
|
|
7159
7941
|
} & Partial<vue.ExtractPropTypes<{
|
|
7160
7942
|
readonly: {
|
|
@@ -7189,9 +7971,9 @@ declare const formElementMap: {
|
|
|
7189
7971
|
readonly label?: string | undefined;
|
|
7190
7972
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7191
7973
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7192
|
-
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;
|
|
7193
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;
|
|
7194
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;
|
|
7195
7977
|
readonly for?: string | undefined;
|
|
7196
7978
|
} & Partial<vue.ExtractPropTypes<{
|
|
7197
7979
|
readonly: {
|
|
@@ -7229,9 +8011,9 @@ declare const formElementMap: {
|
|
|
7229
8011
|
readonly label?: string | undefined;
|
|
7230
8012
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7231
8013
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7232
|
-
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;
|
|
7233
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;
|
|
7234
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;
|
|
7235
8017
|
readonly for?: string | undefined;
|
|
7236
8018
|
} & Partial<vue.ExtractPropTypes<{
|
|
7237
8019
|
readonly: {
|
|
@@ -7266,9 +8048,9 @@ declare const formElementMap: {
|
|
|
7266
8048
|
readonly label?: string | undefined;
|
|
7267
8049
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7268
8050
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7269
|
-
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;
|
|
7270
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;
|
|
7271
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;
|
|
7272
8054
|
readonly for?: string | undefined;
|
|
7273
8055
|
} & Partial<vue.ExtractPropTypes<{
|
|
7274
8056
|
readonly: {
|
|
@@ -7306,9 +8088,9 @@ declare const formElementMap: {
|
|
|
7306
8088
|
readonly label?: string | undefined;
|
|
7307
8089
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7308
8090
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7309
|
-
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;
|
|
7310
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;
|
|
7311
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;
|
|
7312
8094
|
readonly for?: string | undefined;
|
|
7313
8095
|
} & Partial<vue.ExtractPropTypes<{
|
|
7314
8096
|
readonly: {
|
|
@@ -7343,9 +8125,9 @@ declare const formElementMap: {
|
|
|
7343
8125
|
readonly label?: string | undefined;
|
|
7344
8126
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7345
8127
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7346
|
-
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;
|
|
7347
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;
|
|
7348
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;
|
|
7349
8131
|
readonly for?: string | undefined;
|
|
7350
8132
|
} & Partial<vue.ExtractPropTypes<{
|
|
7351
8133
|
readonly: {
|
|
@@ -7383,9 +8165,9 @@ declare const formElementMap: {
|
|
|
7383
8165
|
readonly label?: string | undefined;
|
|
7384
8166
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7385
8167
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7386
|
-
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;
|
|
7387
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;
|
|
7388
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;
|
|
7389
8171
|
readonly for?: string | undefined;
|
|
7390
8172
|
} & Partial<vue.ExtractPropTypes<{
|
|
7391
8173
|
readonly: {
|
|
@@ -7420,9 +8202,9 @@ declare const formElementMap: {
|
|
|
7420
8202
|
readonly label?: string | undefined;
|
|
7421
8203
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7422
8204
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7423
|
-
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;
|
|
7424
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;
|
|
7425
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;
|
|
7426
8208
|
readonly for?: string | undefined;
|
|
7427
8209
|
} & Partial<vue.ExtractPropTypes<{
|
|
7428
8210
|
readonly: {
|
|
@@ -7460,9 +8242,9 @@ declare const formElementMap: {
|
|
|
7460
8242
|
readonly label?: string | undefined;
|
|
7461
8243
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7462
8244
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7463
|
-
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;
|
|
7464
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;
|
|
7465
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;
|
|
7466
8248
|
readonly for?: string | undefined;
|
|
7467
8249
|
} & Partial<vue.ExtractPropTypes<{
|
|
7468
8250
|
readonly: {
|
|
@@ -7497,9 +8279,9 @@ declare const formElementMap: {
|
|
|
7497
8279
|
readonly label?: string | undefined;
|
|
7498
8280
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7499
8281
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7500
|
-
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;
|
|
7501
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;
|
|
7502
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;
|
|
7503
8285
|
readonly for?: string | undefined;
|
|
7504
8286
|
} & Partial<vue.ExtractPropTypes<{
|
|
7505
8287
|
readonly: {
|
|
@@ -7537,9 +8319,9 @@ declare const formElementMap: {
|
|
|
7537
8319
|
readonly label?: string | undefined;
|
|
7538
8320
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7539
8321
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7540
|
-
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;
|
|
7541
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;
|
|
7542
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;
|
|
7543
8325
|
readonly for?: string | undefined;
|
|
7544
8326
|
} & Partial<vue.ExtractPropTypes<{
|
|
7545
8327
|
readonly: {
|
|
@@ -7574,9 +8356,9 @@ declare const formElementMap: {
|
|
|
7574
8356
|
readonly label?: string | undefined;
|
|
7575
8357
|
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
7576
8358
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
7577
|
-
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;
|
|
7578
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;
|
|
7579
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;
|
|
7580
8362
|
readonly for?: string | undefined;
|
|
7581
8363
|
} & Partial<vue.ExtractPropTypes<{
|
|
7582
8364
|
readonly: {
|
|
@@ -7603,4 +8385,4 @@ declare const formElementMap: {
|
|
|
7603
8385
|
}>;
|
|
7604
8386
|
};
|
|
7605
8387
|
|
|
7606
|
-
export { FormMethods, InputNumberRange, ProCheckbox, ProCheckboxProps, 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 };
|
|
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 };
|