yc-pro-components 0.0.8 → 0.0.9
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/es/components/check-card/index.d.ts +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +45 -45
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- package/es/components/form-item/index.d.ts +42 -42
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +20 -20
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +452 -452
- package/es/components/page/src/index.vue.d.ts +154 -154
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +154 -154
- package/es/components/search/src/index.vue.d.ts +50 -50
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- package/lib/components/form-item/index.d.ts +42 -42
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +20 -20
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +452 -452
- package/lib/components/page/src/index.vue.d.ts +154 -154
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +154 -154
- package/lib/components/search/src/index.vue.d.ts +50 -50
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
65
65
|
columns: PlusColumn[];
|
|
66
66
|
immediate: boolean;
|
|
67
67
|
params: RecordType;
|
|
68
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
68
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
69
69
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
70
70
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
71
71
|
isCard: boolean;
|
|
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
101
101
|
data: RecordType[];
|
|
102
102
|
total: number;
|
|
103
103
|
}>;
|
|
104
|
-
readonly pagination: false | Omit< PlusPaginationProps, "
|
|
104
|
+
readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
105
105
|
readonly isCard: boolean;
|
|
106
106
|
readonly searchCardProps: Partial< Mutable<CardProps> & {
|
|
107
107
|
style?: CSSProperties | undefined;
|
|
@@ -162,7 +162,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
162
162
|
required: true;
|
|
163
163
|
};
|
|
164
164
|
pagination: {
|
|
165
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
165
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
166
166
|
default: () => {};
|
|
167
167
|
};
|
|
168
168
|
postData: {
|
|
@@ -276,7 +276,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
276
276
|
required: true;
|
|
277
277
|
};
|
|
278
278
|
pagination: {
|
|
279
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
279
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
280
280
|
default: () => {};
|
|
281
281
|
};
|
|
282
282
|
postData: {
|
|
@@ -345,8 +345,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
345
345
|
$: ComponentInternalInstance;
|
|
346
346
|
$data: {};
|
|
347
347
|
$props: Partial<{
|
|
348
|
-
columns: PlusColumn[];
|
|
349
348
|
modelValue: FieldValues;
|
|
349
|
+
columns: PlusColumn[];
|
|
350
350
|
labelPosition: "top" | "right" | "left";
|
|
351
351
|
inline: boolean;
|
|
352
352
|
showNumber: number;
|
|
@@ -370,8 +370,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
370
370
|
searchLoading: boolean;
|
|
371
371
|
needValidate: boolean;
|
|
372
372
|
}> & Omit<{
|
|
373
|
-
readonly columns: PlusColumn[];
|
|
374
373
|
readonly modelValue: FieldValues;
|
|
374
|
+
readonly columns: PlusColumn[];
|
|
375
375
|
readonly inline: boolean;
|
|
376
376
|
readonly showNumber: number;
|
|
377
377
|
readonly defaultValues: FieldValues;
|
|
@@ -394,20 +394,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
394
394
|
readonly searchLoading: boolean;
|
|
395
395
|
readonly needValidate: boolean;
|
|
396
396
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
397
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
397
398
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
398
399
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
399
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
400
400
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
401
401
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
402
402
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
403
|
-
columns: {
|
|
404
|
-
type: PropType<PlusColumn[]>;
|
|
405
|
-
default: () => never[];
|
|
406
|
-
};
|
|
407
403
|
modelValue: {
|
|
408
404
|
type: PropType<FieldValues>;
|
|
409
405
|
default: () => {};
|
|
410
406
|
};
|
|
407
|
+
columns: {
|
|
408
|
+
type: PropType<PlusColumn[]>;
|
|
409
|
+
default: () => never[];
|
|
410
|
+
};
|
|
411
411
|
labelPosition: {
|
|
412
412
|
type: PropType<"top" | "right" | "left">;
|
|
413
413
|
default: undefined;
|
|
@@ -487,12 +487,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
487
487
|
default: boolean;
|
|
488
488
|
};
|
|
489
489
|
}>> & {
|
|
490
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
490
491
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
491
492
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
492
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
493
493
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
494
494
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
495
|
-
}, "
|
|
495
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
496
496
|
$attrs: {
|
|
497
497
|
[x: string]: unknown;
|
|
498
498
|
};
|
|
@@ -504,17 +504,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
504
504
|
}>;
|
|
505
505
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
506
506
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
507
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
507
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
508
508
|
$el: any;
|
|
509
509
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
510
|
-
columns: {
|
|
511
|
-
type: PropType<PlusColumn[]>;
|
|
512
|
-
default: () => never[];
|
|
513
|
-
};
|
|
514
510
|
modelValue: {
|
|
515
511
|
type: PropType<FieldValues>;
|
|
516
512
|
default: () => {};
|
|
517
513
|
};
|
|
514
|
+
columns: {
|
|
515
|
+
type: PropType<PlusColumn[]>;
|
|
516
|
+
default: () => never[];
|
|
517
|
+
};
|
|
518
518
|
labelPosition: {
|
|
519
519
|
type: PropType<"top" | "right" | "left">;
|
|
520
520
|
default: undefined;
|
|
@@ -594,9 +594,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
594
594
|
default: boolean;
|
|
595
595
|
};
|
|
596
596
|
}>> & {
|
|
597
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
597
598
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
598
599
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
599
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
600
600
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
601
601
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
602
602
|
}, {
|
|
@@ -604,11 +604,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
604
604
|
$: ComponentInternalInstance;
|
|
605
605
|
$data: {};
|
|
606
606
|
$props: Partial<{
|
|
607
|
+
modelValue: FieldValues;
|
|
607
608
|
collapseDuration: number;
|
|
608
609
|
collapseTransition: boolean;
|
|
609
610
|
columns: PlusColumn[];
|
|
610
611
|
group: false | PlusFormGroupRow[];
|
|
611
|
-
modelValue: FieldValues;
|
|
612
612
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
613
613
|
labelPosition: "top" | "right" | "left";
|
|
614
614
|
labelWidth: string | number;
|
|
@@ -629,7 +629,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
629
629
|
submitText: string;
|
|
630
630
|
resetText: string;
|
|
631
631
|
submitLoading: boolean;
|
|
632
|
-
footerAlign: "
|
|
632
|
+
footerAlign: "center" | "right" | "left";
|
|
633
633
|
cardProps: Partial< Mutable<CardProps> & {
|
|
634
634
|
style?: CSSProperties | undefined;
|
|
635
635
|
class?: any;
|
|
@@ -637,9 +637,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
637
637
|
prevent: boolean;
|
|
638
638
|
clearable: boolean;
|
|
639
639
|
}> & Omit<{
|
|
640
|
+
readonly modelValue: FieldValues;
|
|
640
641
|
readonly columns: PlusColumn[];
|
|
641
642
|
readonly group: false | PlusFormGroupRow[];
|
|
642
|
-
readonly modelValue: FieldValues;
|
|
643
643
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
644
644
|
readonly labelPosition: "top" | "right" | "left";
|
|
645
645
|
readonly labelWidth: string | number;
|
|
@@ -660,7 +660,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
660
660
|
readonly submitText: string;
|
|
661
661
|
readonly resetText: string;
|
|
662
662
|
readonly submitLoading: boolean;
|
|
663
|
-
readonly footerAlign: "
|
|
663
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
664
664
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
665
665
|
style?: CSSProperties | undefined;
|
|
666
666
|
class?: any;
|
|
@@ -669,13 +669,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
669
669
|
readonly clearable: boolean;
|
|
670
670
|
readonly collapseDuration?: number | undefined;
|
|
671
671
|
readonly collapseTransition?: boolean | undefined;
|
|
672
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
672
673
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
673
674
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
674
675
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
675
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
676
676
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
677
677
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
678
678
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
679
|
+
modelValue: {
|
|
680
|
+
type: PropType<FieldValues>;
|
|
681
|
+
default: () => {};
|
|
682
|
+
};
|
|
679
683
|
collapseDuration: {
|
|
680
684
|
type: PropType<number>;
|
|
681
685
|
default: undefined;
|
|
@@ -692,10 +696,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
692
696
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
693
697
|
default: boolean;
|
|
694
698
|
};
|
|
695
|
-
modelValue: {
|
|
696
|
-
type: PropType<FieldValues>;
|
|
697
|
-
default: () => {};
|
|
698
|
-
};
|
|
699
699
|
rules: {
|
|
700
700
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
701
701
|
default: () => {};
|
|
@@ -759,7 +759,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
759
759
|
default: boolean;
|
|
760
760
|
};
|
|
761
761
|
footerAlign: {
|
|
762
|
-
type: PropType<"
|
|
762
|
+
type: PropType<"center" | "right" | "left">;
|
|
763
763
|
default: string;
|
|
764
764
|
};
|
|
765
765
|
cardProps: {
|
|
@@ -778,13 +778,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
778
778
|
default: boolean;
|
|
779
779
|
};
|
|
780
780
|
}>> & {
|
|
781
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
781
782
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
782
783
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
783
784
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
784
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
785
785
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
786
786
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
787
|
-
}, "
|
|
787
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
788
788
|
$attrs: {
|
|
789
789
|
[x: string]: unknown;
|
|
790
790
|
};
|
|
@@ -796,9 +796,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
796
796
|
}>;
|
|
797
797
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
798
798
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
799
|
-
$emit: ((event: "
|
|
799
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
800
800
|
$el: any;
|
|
801
801
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
802
|
+
modelValue: {
|
|
803
|
+
type: PropType<FieldValues>;
|
|
804
|
+
default: () => {};
|
|
805
|
+
};
|
|
802
806
|
collapseDuration: {
|
|
803
807
|
type: PropType<number>;
|
|
804
808
|
default: undefined;
|
|
@@ -815,10 +819,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
815
819
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
816
820
|
default: boolean;
|
|
817
821
|
};
|
|
818
|
-
modelValue: {
|
|
819
|
-
type: PropType<FieldValues>;
|
|
820
|
-
default: () => {};
|
|
821
|
-
};
|
|
822
822
|
rules: {
|
|
823
823
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
824
824
|
default: () => {};
|
|
@@ -882,7 +882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
882
882
|
default: boolean;
|
|
883
883
|
};
|
|
884
884
|
footerAlign: {
|
|
885
|
-
type: PropType<"
|
|
885
|
+
type: PropType<"center" | "right" | "left">;
|
|
886
886
|
default: string;
|
|
887
887
|
};
|
|
888
888
|
cardProps: {
|
|
@@ -901,10 +901,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
901
901
|
default: boolean;
|
|
902
902
|
};
|
|
903
903
|
}>> & {
|
|
904
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
904
905
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
905
906
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
906
907
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
907
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
908
908
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
909
909
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
910
910
|
}, {
|
|
@@ -1210,11 +1210,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1210
1210
|
submitError: (errors: unknown) => void;
|
|
1211
1211
|
validate: (...args: any[]) => void;
|
|
1212
1212
|
}, string, {
|
|
1213
|
+
modelValue: FieldValues;
|
|
1213
1214
|
collapseDuration: number;
|
|
1214
1215
|
collapseTransition: boolean;
|
|
1215
1216
|
columns: PlusColumn[];
|
|
1216
1217
|
group: false | PlusFormGroupRow[];
|
|
1217
|
-
modelValue: FieldValues;
|
|
1218
1218
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1219
1219
|
labelPosition: "top" | "right" | "left";
|
|
1220
1220
|
labelWidth: string | number;
|
|
@@ -1235,7 +1235,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1235
1235
|
submitText: string;
|
|
1236
1236
|
resetText: string;
|
|
1237
1237
|
submitLoading: boolean;
|
|
1238
|
-
footerAlign: "
|
|
1238
|
+
footerAlign: "center" | "right" | "left";
|
|
1239
1239
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1240
1240
|
style?: CSSProperties | undefined;
|
|
1241
1241
|
class?: any;
|
|
@@ -1263,6 +1263,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1263
1263
|
$nextTick: typeof nextTick;
|
|
1264
1264
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1265
1265
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1266
|
+
modelValue: {
|
|
1267
|
+
type: PropType<FieldValues>;
|
|
1268
|
+
default: () => {};
|
|
1269
|
+
};
|
|
1266
1270
|
collapseDuration: {
|
|
1267
1271
|
type: PropType<number>;
|
|
1268
1272
|
default: undefined;
|
|
@@ -1279,10 +1283,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1279
1283
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1280
1284
|
default: boolean;
|
|
1281
1285
|
};
|
|
1282
|
-
modelValue: {
|
|
1283
|
-
type: PropType<FieldValues>;
|
|
1284
|
-
default: () => {};
|
|
1285
|
-
};
|
|
1286
1286
|
rules: {
|
|
1287
1287
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1288
1288
|
default: () => {};
|
|
@@ -1346,7 +1346,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1346
1346
|
default: boolean;
|
|
1347
1347
|
};
|
|
1348
1348
|
footerAlign: {
|
|
1349
|
-
type: PropType<"
|
|
1349
|
+
type: PropType<"center" | "right" | "left">;
|
|
1350
1350
|
default: string;
|
|
1351
1351
|
};
|
|
1352
1352
|
cardProps: {
|
|
@@ -1365,10 +1365,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1365
1365
|
default: boolean;
|
|
1366
1366
|
};
|
|
1367
1367
|
}>> & {
|
|
1368
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1368
1369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1369
1370
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1370
1371
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1371
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1372
1372
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1373
1373
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1374
1374
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1679,14 +1679,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1679
1679
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1680
1680
|
columns?: PlusColumn[] | undefined;
|
|
1681
1681
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1682
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1682
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1683
1683
|
readonly label: string | ComputedRef<string>;
|
|
1684
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1684
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1685
1685
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1686
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1686
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1687
1687
|
style?: CSSProperties | undefined;
|
|
1688
1688
|
class?: any;
|
|
1689
|
-
} & RecordType> | ComputedRef<
|
|
1689
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1690
1690
|
style?: CSSProperties | undefined;
|
|
1691
1691
|
class?: any;
|
|
1692
1692
|
} & RecordType>>;
|
|
@@ -1747,12 +1747,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1747
1747
|
fieldInstance?: any;
|
|
1748
1748
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1749
1749
|
prop: string;
|
|
1750
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1750
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1751
1751
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1752
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1752
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1753
1753
|
style?: CSSProperties | undefined;
|
|
1754
1754
|
class?: any;
|
|
1755
|
-
} & RecordType> | ComputedRef<
|
|
1755
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1756
1756
|
style?: CSSProperties | undefined;
|
|
1757
1757
|
class?: any;
|
|
1758
1758
|
} & RecordType>>;
|
|
@@ -1775,14 +1775,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1775
1775
|
clearable: boolean;
|
|
1776
1776
|
index: number;
|
|
1777
1777
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1778
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1778
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1779
1779
|
readonly label: string | ComputedRef<string>;
|
|
1780
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1780
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1781
1781
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1782
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1782
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1783
1783
|
style?: CSSProperties | undefined;
|
|
1784
1784
|
class?: any;
|
|
1785
|
-
} & RecordType> | ComputedRef<
|
|
1785
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1786
1786
|
style?: CSSProperties | undefined;
|
|
1787
1787
|
class?: any;
|
|
1788
1788
|
} & RecordType>>;
|
|
@@ -1843,12 +1843,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1843
1843
|
fieldInstance?: any;
|
|
1844
1844
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1845
1845
|
prop: string;
|
|
1846
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1846
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1847
1847
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1848
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1848
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1849
1849
|
style?: CSSProperties | undefined;
|
|
1850
1850
|
class?: any;
|
|
1851
|
-
} & RecordType> | ComputedRef<
|
|
1851
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1852
1852
|
style?: CSSProperties | undefined;
|
|
1853
1853
|
class?: any;
|
|
1854
1854
|
} & RecordType>>;
|
|
@@ -1894,8 +1894,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1894
1894
|
reset: (values: FieldValues) => void;
|
|
1895
1895
|
collapse: (isShowUnfold: boolean) => void;
|
|
1896
1896
|
}, string, {
|
|
1897
|
-
columns: PlusColumn[];
|
|
1898
1897
|
modelValue: FieldValues;
|
|
1898
|
+
columns: PlusColumn[];
|
|
1899
1899
|
labelPosition: "top" | "right" | "left";
|
|
1900
1900
|
inline: boolean;
|
|
1901
1901
|
showNumber: number;
|
|
@@ -1939,14 +1939,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1939
1939
|
$nextTick: typeof nextTick;
|
|
1940
1940
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1941
1941
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1942
|
-
columns: {
|
|
1943
|
-
type: PropType<PlusColumn[]>;
|
|
1944
|
-
default: () => never[];
|
|
1945
|
-
};
|
|
1946
1942
|
modelValue: {
|
|
1947
1943
|
type: PropType<FieldValues>;
|
|
1948
1944
|
default: () => {};
|
|
1949
1945
|
};
|
|
1946
|
+
columns: {
|
|
1947
|
+
type: PropType<PlusColumn[]>;
|
|
1948
|
+
default: () => never[];
|
|
1949
|
+
};
|
|
1950
1950
|
labelPosition: {
|
|
1951
1951
|
type: PropType<"top" | "right" | "left">;
|
|
1952
1952
|
default: undefined;
|
|
@@ -2026,9 +2026,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2026
2026
|
default: boolean;
|
|
2027
2027
|
};
|
|
2028
2028
|
}>> & {
|
|
2029
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2029
2030
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2030
2031
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2031
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2032
2032
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2033
2033
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2034
2034
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2036,11 +2036,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2036
2036
|
$: ComponentInternalInstance;
|
|
2037
2037
|
$data: {};
|
|
2038
2038
|
$props: Partial<{
|
|
2039
|
+
modelValue: FieldValues;
|
|
2039
2040
|
collapseDuration: number;
|
|
2040
2041
|
collapseTransition: boolean;
|
|
2041
2042
|
columns: PlusColumn[];
|
|
2042
2043
|
group: false | PlusFormGroupRow[];
|
|
2043
|
-
modelValue: FieldValues;
|
|
2044
2044
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2045
2045
|
labelPosition: "top" | "right" | "left";
|
|
2046
2046
|
labelWidth: string | number;
|
|
@@ -2061,7 +2061,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2061
2061
|
submitText: string;
|
|
2062
2062
|
resetText: string;
|
|
2063
2063
|
submitLoading: boolean;
|
|
2064
|
-
footerAlign: "
|
|
2064
|
+
footerAlign: "center" | "right" | "left";
|
|
2065
2065
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2066
2066
|
style?: CSSProperties | undefined;
|
|
2067
2067
|
class?: any;
|
|
@@ -2069,9 +2069,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2069
2069
|
prevent: boolean;
|
|
2070
2070
|
clearable: boolean;
|
|
2071
2071
|
}> & Omit<{
|
|
2072
|
+
readonly modelValue: FieldValues;
|
|
2072
2073
|
readonly columns: PlusColumn[];
|
|
2073
2074
|
readonly group: false | PlusFormGroupRow[];
|
|
2074
|
-
readonly modelValue: FieldValues;
|
|
2075
2075
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2076
2076
|
readonly labelPosition: "top" | "right" | "left";
|
|
2077
2077
|
readonly labelWidth: string | number;
|
|
@@ -2092,7 +2092,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2092
2092
|
readonly submitText: string;
|
|
2093
2093
|
readonly resetText: string;
|
|
2094
2094
|
readonly submitLoading: boolean;
|
|
2095
|
-
readonly footerAlign: "
|
|
2095
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
2096
2096
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2097
2097
|
style?: CSSProperties | undefined;
|
|
2098
2098
|
class?: any;
|
|
@@ -2101,13 +2101,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2101
2101
|
readonly clearable: boolean;
|
|
2102
2102
|
readonly collapseDuration?: number | undefined;
|
|
2103
2103
|
readonly collapseTransition?: boolean | undefined;
|
|
2104
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2104
2105
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2105
2106
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2106
2107
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2107
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2108
2108
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2109
2109
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2110
2110
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2111
|
+
modelValue: {
|
|
2112
|
+
type: PropType<FieldValues>;
|
|
2113
|
+
default: () => {};
|
|
2114
|
+
};
|
|
2111
2115
|
collapseDuration: {
|
|
2112
2116
|
type: PropType<number>;
|
|
2113
2117
|
default: undefined;
|
|
@@ -2124,10 +2128,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2124
2128
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2125
2129
|
default: boolean;
|
|
2126
2130
|
};
|
|
2127
|
-
modelValue: {
|
|
2128
|
-
type: PropType<FieldValues>;
|
|
2129
|
-
default: () => {};
|
|
2130
|
-
};
|
|
2131
2131
|
rules: {
|
|
2132
2132
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2133
2133
|
default: () => {};
|
|
@@ -2191,7 +2191,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2191
2191
|
default: boolean;
|
|
2192
2192
|
};
|
|
2193
2193
|
footerAlign: {
|
|
2194
|
-
type: PropType<"
|
|
2194
|
+
type: PropType<"center" | "right" | "left">;
|
|
2195
2195
|
default: string;
|
|
2196
2196
|
};
|
|
2197
2197
|
cardProps: {
|
|
@@ -2210,13 +2210,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2210
2210
|
default: boolean;
|
|
2211
2211
|
};
|
|
2212
2212
|
}>> & {
|
|
2213
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2213
2214
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2214
2215
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2215
2216
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2216
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2217
2217
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2218
2218
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2219
|
-
}, "
|
|
2219
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2220
2220
|
$attrs: {
|
|
2221
2221
|
[x: string]: unknown;
|
|
2222
2222
|
};
|
|
@@ -2228,9 +2228,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2228
2228
|
}>;
|
|
2229
2229
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2230
2230
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2231
|
-
$emit: ((event: "
|
|
2231
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
2232
2232
|
$el: any;
|
|
2233
2233
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2234
|
+
modelValue: {
|
|
2235
|
+
type: PropType<FieldValues>;
|
|
2236
|
+
default: () => {};
|
|
2237
|
+
};
|
|
2234
2238
|
collapseDuration: {
|
|
2235
2239
|
type: PropType<number>;
|
|
2236
2240
|
default: undefined;
|
|
@@ -2247,10 +2251,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2247
2251
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2248
2252
|
default: boolean;
|
|
2249
2253
|
};
|
|
2250
|
-
modelValue: {
|
|
2251
|
-
type: PropType<FieldValues>;
|
|
2252
|
-
default: () => {};
|
|
2253
|
-
};
|
|
2254
2254
|
rules: {
|
|
2255
2255
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2256
2256
|
default: () => {};
|
|
@@ -2314,7 +2314,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2314
2314
|
default: boolean;
|
|
2315
2315
|
};
|
|
2316
2316
|
footerAlign: {
|
|
2317
|
-
type: PropType<"
|
|
2317
|
+
type: PropType<"center" | "right" | "left">;
|
|
2318
2318
|
default: string;
|
|
2319
2319
|
};
|
|
2320
2320
|
cardProps: {
|
|
@@ -2333,10 +2333,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2333
2333
|
default: boolean;
|
|
2334
2334
|
};
|
|
2335
2335
|
}>> & {
|
|
2336
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2336
2337
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2337
2338
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2338
2339
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2339
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2340
2340
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2341
2341
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2342
2342
|
}, {
|
|
@@ -2642,11 +2642,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2642
2642
|
submitError: (errors: unknown) => void;
|
|
2643
2643
|
validate: (...args: any[]) => void;
|
|
2644
2644
|
}, string, {
|
|
2645
|
+
modelValue: FieldValues;
|
|
2645
2646
|
collapseDuration: number;
|
|
2646
2647
|
collapseTransition: boolean;
|
|
2647
2648
|
columns: PlusColumn[];
|
|
2648
2649
|
group: false | PlusFormGroupRow[];
|
|
2649
|
-
modelValue: FieldValues;
|
|
2650
2650
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2651
2651
|
labelPosition: "top" | "right" | "left";
|
|
2652
2652
|
labelWidth: string | number;
|
|
@@ -2667,7 +2667,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2667
2667
|
submitText: string;
|
|
2668
2668
|
resetText: string;
|
|
2669
2669
|
submitLoading: boolean;
|
|
2670
|
-
footerAlign: "
|
|
2670
|
+
footerAlign: "center" | "right" | "left";
|
|
2671
2671
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2672
2672
|
style?: CSSProperties | undefined;
|
|
2673
2673
|
class?: any;
|
|
@@ -2695,6 +2695,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2695
2695
|
$nextTick: typeof nextTick;
|
|
2696
2696
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2697
2697
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2698
|
+
modelValue: {
|
|
2699
|
+
type: PropType<FieldValues>;
|
|
2700
|
+
default: () => {};
|
|
2701
|
+
};
|
|
2698
2702
|
collapseDuration: {
|
|
2699
2703
|
type: PropType<number>;
|
|
2700
2704
|
default: undefined;
|
|
@@ -2711,10 +2715,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2711
2715
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2712
2716
|
default: boolean;
|
|
2713
2717
|
};
|
|
2714
|
-
modelValue: {
|
|
2715
|
-
type: PropType<FieldValues>;
|
|
2716
|
-
default: () => {};
|
|
2717
|
-
};
|
|
2718
2718
|
rules: {
|
|
2719
2719
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2720
2720
|
default: () => {};
|
|
@@ -2778,7 +2778,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2778
2778
|
default: boolean;
|
|
2779
2779
|
};
|
|
2780
2780
|
footerAlign: {
|
|
2781
|
-
type: PropType<"
|
|
2781
|
+
type: PropType<"center" | "right" | "left">;
|
|
2782
2782
|
default: string;
|
|
2783
2783
|
};
|
|
2784
2784
|
cardProps: {
|
|
@@ -2797,10 +2797,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2797
2797
|
default: boolean;
|
|
2798
2798
|
};
|
|
2799
2799
|
}>> & {
|
|
2800
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2800
2801
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2801
2802
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2802
2803
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2803
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2804
2804
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2805
2805
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2806
2806
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -3111,14 +3111,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3111
3111
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3112
3112
|
columns?: PlusColumn[] | undefined;
|
|
3113
3113
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3114
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3114
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3115
3115
|
readonly label: string | ComputedRef<string>;
|
|
3116
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3116
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3117
3117
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3118
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3118
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3119
3119
|
style?: CSSProperties | undefined;
|
|
3120
3120
|
class?: any;
|
|
3121
|
-
} & RecordType> | ComputedRef<
|
|
3121
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3122
3122
|
style?: CSSProperties | undefined;
|
|
3123
3123
|
class?: any;
|
|
3124
3124
|
} & RecordType>>;
|
|
@@ -3179,12 +3179,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3179
3179
|
fieldInstance?: any;
|
|
3180
3180
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3181
3181
|
prop: string;
|
|
3182
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3182
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3183
3183
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3184
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3184
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3185
3185
|
style?: CSSProperties | undefined;
|
|
3186
3186
|
class?: any;
|
|
3187
|
-
} & RecordType> | ComputedRef<
|
|
3187
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3188
3188
|
style?: CSSProperties | undefined;
|
|
3189
3189
|
class?: any;
|
|
3190
3190
|
} & RecordType>>;
|
|
@@ -3207,14 +3207,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3207
3207
|
clearable: boolean;
|
|
3208
3208
|
index: number;
|
|
3209
3209
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3210
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3210
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3211
3211
|
readonly label: string | ComputedRef<string>;
|
|
3212
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3212
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3213
3213
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3214
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3215
|
style?: CSSProperties | undefined;
|
|
3216
3216
|
class?: any;
|
|
3217
|
-
} & RecordType> | ComputedRef<
|
|
3217
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3218
3218
|
style?: CSSProperties | undefined;
|
|
3219
3219
|
class?: any;
|
|
3220
3220
|
} & RecordType>>;
|
|
@@ -3275,12 +3275,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3275
3275
|
fieldInstance?: any;
|
|
3276
3276
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3277
3277
|
prop: string;
|
|
3278
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3278
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3279
3279
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3280
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3280
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3281
3281
|
style?: CSSProperties | undefined;
|
|
3282
3282
|
class?: any;
|
|
3283
|
-
} & RecordType> | ComputedRef<
|
|
3283
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3284
3284
|
style?: CSSProperties | undefined;
|
|
3285
3285
|
class?: any;
|
|
3286
3286
|
} & RecordType>>;
|
|
@@ -3321,14 +3321,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3321
3321
|
handleUnfold: (e: MouseEvent) => void;
|
|
3322
3322
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3323
3323
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3324
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3324
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3325
3325
|
readonly label: string | ComputedRef<string>;
|
|
3326
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3326
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3327
3327
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3328
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3328
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3329
3329
|
style?: CSSProperties | undefined;
|
|
3330
3330
|
class?: any;
|
|
3331
|
-
} & RecordType> | ComputedRef<
|
|
3331
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3332
3332
|
style?: CSSProperties | undefined;
|
|
3333
3333
|
class?: any;
|
|
3334
3334
|
} & RecordType>>;
|
|
@@ -3389,12 +3389,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3389
3389
|
fieldInstance?: any;
|
|
3390
3390
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3391
3391
|
prop: string;
|
|
3392
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3392
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3393
3393
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3394
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3394
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3395
3395
|
style?: CSSProperties | undefined;
|
|
3396
3396
|
class?: any;
|
|
3397
|
-
} & RecordType> | ComputedRef<
|
|
3397
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3398
3398
|
style?: CSSProperties | undefined;
|
|
3399
3399
|
class?: any;
|
|
3400
3400
|
} & RecordType>>;
|
|
@@ -3863,9 +3863,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3863
3863
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3864
3864
|
__epPropKey: true;
|
|
3865
3865
|
};
|
|
3866
|
-
width: (
|
|
3867
|
-
height: (
|
|
3868
|
-
maxHeight: (
|
|
3866
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
3867
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
3868
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
3869
3869
|
fit: {
|
|
3870
3870
|
type: BooleanConstructor;
|
|
3871
3871
|
default: boolean;
|
|
@@ -3889,13 +3889,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3889
3889
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3890
3890
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3891
3891
|
highlightCurrentRow: BooleanConstructor;
|
|
3892
|
-
currentRowKey: (
|
|
3892
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
3893
3893
|
emptyText: StringConstructor;
|
|
3894
3894
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3895
3895
|
defaultExpandAll: BooleanConstructor;
|
|
3896
3896
|
defaultSort: PropType< Sort | undefined>;
|
|
3897
3897
|
tooltipEffect: StringConstructor;
|
|
3898
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3898
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3899
3899
|
spanMethod: PropType<((data: {
|
|
3900
3900
|
row: any;
|
|
3901
3901
|
rowIndex: number;
|
|
@@ -3939,7 +3939,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3939
3939
|
};
|
|
3940
3940
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3941
3941
|
flexible: BooleanConstructor;
|
|
3942
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3942
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3943
3943
|
}>> & {
|
|
3944
3944
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3945
3945
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4059,9 +4059,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4059
4059
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4060
4060
|
__epPropKey: true;
|
|
4061
4061
|
};
|
|
4062
|
-
width: (
|
|
4063
|
-
height: (
|
|
4064
|
-
maxHeight: (
|
|
4062
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4063
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4064
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4065
4065
|
fit: {
|
|
4066
4066
|
type: BooleanConstructor;
|
|
4067
4067
|
default: boolean;
|
|
@@ -4085,13 +4085,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4085
4085
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4086
4086
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4087
4087
|
highlightCurrentRow: BooleanConstructor;
|
|
4088
|
-
currentRowKey: (
|
|
4088
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4089
4089
|
emptyText: StringConstructor;
|
|
4090
4090
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4091
4091
|
defaultExpandAll: BooleanConstructor;
|
|
4092
4092
|
defaultSort: PropType< Sort | undefined>;
|
|
4093
4093
|
tooltipEffect: StringConstructor;
|
|
4094
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4094
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4095
4095
|
spanMethod: PropType<((data: {
|
|
4096
4096
|
row: any;
|
|
4097
4097
|
rowIndex: number;
|
|
@@ -4135,7 +4135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4135
4135
|
};
|
|
4136
4136
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4137
4137
|
flexible: BooleanConstructor;
|
|
4138
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4138
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4139
4139
|
}>> & {
|
|
4140
4140
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4141
4141
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4194,9 +4194,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4194
4194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4195
4195
|
__epPropKey: true;
|
|
4196
4196
|
};
|
|
4197
|
-
width: (
|
|
4198
|
-
height: (
|
|
4199
|
-
maxHeight: (
|
|
4197
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4198
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4199
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4200
4200
|
fit: {
|
|
4201
4201
|
type: BooleanConstructor;
|
|
4202
4202
|
default: boolean;
|
|
@@ -4220,13 +4220,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4220
4220
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4221
4221
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4222
4222
|
highlightCurrentRow: BooleanConstructor;
|
|
4223
|
-
currentRowKey: (
|
|
4223
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4224
4224
|
emptyText: StringConstructor;
|
|
4225
4225
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4226
4226
|
defaultExpandAll: BooleanConstructor;
|
|
4227
4227
|
defaultSort: PropType< Sort | undefined>;
|
|
4228
4228
|
tooltipEffect: StringConstructor;
|
|
4229
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4229
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4230
4230
|
spanMethod: PropType<((data: {
|
|
4231
4231
|
row: any;
|
|
4232
4232
|
rowIndex: number;
|
|
@@ -4270,7 +4270,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4270
4270
|
};
|
|
4271
4271
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4272
4272
|
flexible: BooleanConstructor;
|
|
4273
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4273
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4274
4274
|
}>> & {
|
|
4275
4275
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4276
4276
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4643,9 +4643,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4643
4643
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4644
4644
|
__epPropKey: true;
|
|
4645
4645
|
};
|
|
4646
|
-
width: (
|
|
4647
|
-
height: (
|
|
4648
|
-
maxHeight: (
|
|
4646
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4647
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4648
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4649
4649
|
fit: {
|
|
4650
4650
|
type: BooleanConstructor;
|
|
4651
4651
|
default: boolean;
|
|
@@ -4669,13 +4669,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4669
4669
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4670
4670
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4671
4671
|
highlightCurrentRow: BooleanConstructor;
|
|
4672
|
-
currentRowKey: (
|
|
4672
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4673
4673
|
emptyText: StringConstructor;
|
|
4674
4674
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4675
4675
|
defaultExpandAll: BooleanConstructor;
|
|
4676
4676
|
defaultSort: PropType< Sort | undefined>;
|
|
4677
4677
|
tooltipEffect: StringConstructor;
|
|
4678
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4678
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4679
4679
|
spanMethod: PropType<((data: {
|
|
4680
4680
|
row: any;
|
|
4681
4681
|
rowIndex: number;
|
|
@@ -4719,7 +4719,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4719
|
};
|
|
4720
4720
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4721
4721
|
flexible: BooleanConstructor;
|
|
4722
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4722
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4723
4723
|
}>> & {
|
|
4724
4724
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4725
4725
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4839,9 +4839,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4839
4839
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4840
4840
|
__epPropKey: true;
|
|
4841
4841
|
};
|
|
4842
|
-
width: (
|
|
4843
|
-
height: (
|
|
4844
|
-
maxHeight: (
|
|
4842
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4843
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4844
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4845
4845
|
fit: {
|
|
4846
4846
|
type: BooleanConstructor;
|
|
4847
4847
|
default: boolean;
|
|
@@ -4865,13 +4865,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4865
4865
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4866
4866
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4867
4867
|
highlightCurrentRow: BooleanConstructor;
|
|
4868
|
-
currentRowKey: (
|
|
4868
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4869
4869
|
emptyText: StringConstructor;
|
|
4870
4870
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4871
4871
|
defaultExpandAll: BooleanConstructor;
|
|
4872
4872
|
defaultSort: PropType< Sort | undefined>;
|
|
4873
4873
|
tooltipEffect: StringConstructor;
|
|
4874
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4874
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4875
|
spanMethod: PropType<((data: {
|
|
4876
4876
|
row: any;
|
|
4877
4877
|
rowIndex: number;
|
|
@@ -4915,7 +4915,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4915
|
};
|
|
4916
4916
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4917
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4918
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4919
|
}>> & {
|
|
4920
4920
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4921
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4974,9 +4974,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4974
4974
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4975
4975
|
__epPropKey: true;
|
|
4976
4976
|
};
|
|
4977
|
-
width: (
|
|
4978
|
-
height: (
|
|
4979
|
-
maxHeight: (
|
|
4977
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4978
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4979
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4980
4980
|
fit: {
|
|
4981
4981
|
type: BooleanConstructor;
|
|
4982
4982
|
default: boolean;
|
|
@@ -5000,13 +5000,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5000
5000
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5001
5001
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5002
5002
|
highlightCurrentRow: BooleanConstructor;
|
|
5003
|
-
currentRowKey: (
|
|
5003
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5004
5004
|
emptyText: StringConstructor;
|
|
5005
5005
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5006
5006
|
defaultExpandAll: BooleanConstructor;
|
|
5007
5007
|
defaultSort: PropType< Sort | undefined>;
|
|
5008
5008
|
tooltipEffect: StringConstructor;
|
|
5009
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5009
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5010
5010
|
spanMethod: PropType<((data: {
|
|
5011
5011
|
row: any;
|
|
5012
5012
|
rowIndex: number;
|
|
@@ -5050,7 +5050,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5050
5050
|
};
|
|
5051
5051
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5052
5052
|
flexible: BooleanConstructor;
|
|
5053
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5053
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5054
5054
|
}>> & {
|
|
5055
5055
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5056
5056
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5232,7 +5232,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5232
5232
|
columns: PlusColumn[];
|
|
5233
5233
|
immediate: boolean;
|
|
5234
5234
|
params: RecordType;
|
|
5235
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5235
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
5236
5236
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5237
5237
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
5238
5238
|
isCard: boolean;
|
|
@@ -5308,7 +5308,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5308
5308
|
required: true;
|
|
5309
5309
|
};
|
|
5310
5310
|
pagination: {
|
|
5311
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5311
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
5312
5312
|
default: () => {};
|
|
5313
5313
|
};
|
|
5314
5314
|
postData: {
|
|
@@ -5377,8 +5377,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5377
5377
|
$: ComponentInternalInstance;
|
|
5378
5378
|
$data: {};
|
|
5379
5379
|
$props: Partial<{
|
|
5380
|
-
columns: PlusColumn[];
|
|
5381
5380
|
modelValue: FieldValues;
|
|
5381
|
+
columns: PlusColumn[];
|
|
5382
5382
|
labelPosition: "top" | "right" | "left";
|
|
5383
5383
|
inline: boolean;
|
|
5384
5384
|
showNumber: number;
|
|
@@ -5402,8 +5402,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5402
5402
|
searchLoading: boolean;
|
|
5403
5403
|
needValidate: boolean;
|
|
5404
5404
|
}> & Omit<{
|
|
5405
|
-
readonly columns: PlusColumn[];
|
|
5406
5405
|
readonly modelValue: FieldValues;
|
|
5406
|
+
readonly columns: PlusColumn[];
|
|
5407
5407
|
readonly inline: boolean;
|
|
5408
5408
|
readonly showNumber: number;
|
|
5409
5409
|
readonly defaultValues: FieldValues;
|
|
@@ -5426,20 +5426,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5426
5426
|
readonly searchLoading: boolean;
|
|
5427
5427
|
readonly needValidate: boolean;
|
|
5428
5428
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5429
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5429
5430
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5430
5431
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5431
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5432
5432
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5433
5433
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5434
5434
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5435
|
-
columns: {
|
|
5436
|
-
type: PropType<PlusColumn[]>;
|
|
5437
|
-
default: () => never[];
|
|
5438
|
-
};
|
|
5439
5435
|
modelValue: {
|
|
5440
5436
|
type: PropType<FieldValues>;
|
|
5441
5437
|
default: () => {};
|
|
5442
5438
|
};
|
|
5439
|
+
columns: {
|
|
5440
|
+
type: PropType<PlusColumn[]>;
|
|
5441
|
+
default: () => never[];
|
|
5442
|
+
};
|
|
5443
5443
|
labelPosition: {
|
|
5444
5444
|
type: PropType<"top" | "right" | "left">;
|
|
5445
5445
|
default: undefined;
|
|
@@ -5519,12 +5519,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5519
5519
|
default: boolean;
|
|
5520
5520
|
};
|
|
5521
5521
|
}>> & {
|
|
5522
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5522
5523
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5523
5524
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5524
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5525
5525
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5526
5526
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5527
|
-
}, "
|
|
5527
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
5528
5528
|
$attrs: {
|
|
5529
5529
|
[x: string]: unknown;
|
|
5530
5530
|
};
|
|
@@ -5536,17 +5536,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5536
5536
|
}>;
|
|
5537
5537
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5538
5538
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5539
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5539
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5540
5540
|
$el: any;
|
|
5541
5541
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5542
|
-
columns: {
|
|
5543
|
-
type: PropType<PlusColumn[]>;
|
|
5544
|
-
default: () => never[];
|
|
5545
|
-
};
|
|
5546
5542
|
modelValue: {
|
|
5547
5543
|
type: PropType<FieldValues>;
|
|
5548
5544
|
default: () => {};
|
|
5549
5545
|
};
|
|
5546
|
+
columns: {
|
|
5547
|
+
type: PropType<PlusColumn[]>;
|
|
5548
|
+
default: () => never[];
|
|
5549
|
+
};
|
|
5550
5550
|
labelPosition: {
|
|
5551
5551
|
type: PropType<"top" | "right" | "left">;
|
|
5552
5552
|
default: undefined;
|
|
@@ -5626,9 +5626,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5626
5626
|
default: boolean;
|
|
5627
5627
|
};
|
|
5628
5628
|
}>> & {
|
|
5629
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5629
5630
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5630
5631
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5631
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5632
5632
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5633
5633
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5634
5634
|
}, {
|
|
@@ -5636,11 +5636,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5636
5636
|
$: ComponentInternalInstance;
|
|
5637
5637
|
$data: {};
|
|
5638
5638
|
$props: Partial<{
|
|
5639
|
+
modelValue: FieldValues;
|
|
5639
5640
|
collapseDuration: number;
|
|
5640
5641
|
collapseTransition: boolean;
|
|
5641
5642
|
columns: PlusColumn[];
|
|
5642
5643
|
group: false | PlusFormGroupRow[];
|
|
5643
|
-
modelValue: FieldValues;
|
|
5644
5644
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5645
5645
|
labelPosition: "top" | "right" | "left";
|
|
5646
5646
|
labelWidth: string | number;
|
|
@@ -5661,7 +5661,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5661
5661
|
submitText: string;
|
|
5662
5662
|
resetText: string;
|
|
5663
5663
|
submitLoading: boolean;
|
|
5664
|
-
footerAlign: "
|
|
5664
|
+
footerAlign: "center" | "right" | "left";
|
|
5665
5665
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5666
5666
|
style?: CSSProperties | undefined;
|
|
5667
5667
|
class?: any;
|
|
@@ -5669,9 +5669,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5669
5669
|
prevent: boolean;
|
|
5670
5670
|
clearable: boolean;
|
|
5671
5671
|
}> & Omit<{
|
|
5672
|
+
readonly modelValue: FieldValues;
|
|
5672
5673
|
readonly columns: PlusColumn[];
|
|
5673
5674
|
readonly group: false | PlusFormGroupRow[];
|
|
5674
|
-
readonly modelValue: FieldValues;
|
|
5675
5675
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5676
5676
|
readonly labelPosition: "top" | "right" | "left";
|
|
5677
5677
|
readonly labelWidth: string | number;
|
|
@@ -5692,7 +5692,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5692
5692
|
readonly submitText: string;
|
|
5693
5693
|
readonly resetText: string;
|
|
5694
5694
|
readonly submitLoading: boolean;
|
|
5695
|
-
readonly footerAlign: "
|
|
5695
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
5696
5696
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5697
5697
|
style?: CSSProperties | undefined;
|
|
5698
5698
|
class?: any;
|
|
@@ -5701,13 +5701,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5701
5701
|
readonly clearable: boolean;
|
|
5702
5702
|
readonly collapseDuration?: number | undefined;
|
|
5703
5703
|
readonly collapseTransition?: boolean | undefined;
|
|
5704
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5704
5705
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5705
5706
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5706
5707
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5707
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5708
5708
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5709
5709
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5710
5710
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5711
|
+
modelValue: {
|
|
5712
|
+
type: PropType<FieldValues>;
|
|
5713
|
+
default: () => {};
|
|
5714
|
+
};
|
|
5711
5715
|
collapseDuration: {
|
|
5712
5716
|
type: PropType<number>;
|
|
5713
5717
|
default: undefined;
|
|
@@ -5724,10 +5728,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5724
5728
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5725
5729
|
default: boolean;
|
|
5726
5730
|
};
|
|
5727
|
-
modelValue: {
|
|
5728
|
-
type: PropType<FieldValues>;
|
|
5729
|
-
default: () => {};
|
|
5730
|
-
};
|
|
5731
5731
|
rules: {
|
|
5732
5732
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5733
5733
|
default: () => {};
|
|
@@ -5791,7 +5791,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5791
5791
|
default: boolean;
|
|
5792
5792
|
};
|
|
5793
5793
|
footerAlign: {
|
|
5794
|
-
type: PropType<"
|
|
5794
|
+
type: PropType<"center" | "right" | "left">;
|
|
5795
5795
|
default: string;
|
|
5796
5796
|
};
|
|
5797
5797
|
cardProps: {
|
|
@@ -5810,13 +5810,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5810
5810
|
default: boolean;
|
|
5811
5811
|
};
|
|
5812
5812
|
}>> & {
|
|
5813
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5813
5814
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5814
5815
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5815
5816
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5816
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5817
5817
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5818
5818
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5819
|
-
}, "
|
|
5819
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5820
5820
|
$attrs: {
|
|
5821
5821
|
[x: string]: unknown;
|
|
5822
5822
|
};
|
|
@@ -5828,9 +5828,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5828
5828
|
}>;
|
|
5829
5829
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5830
5830
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5831
|
-
$emit: ((event: "
|
|
5831
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
5832
5832
|
$el: any;
|
|
5833
5833
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5834
|
+
modelValue: {
|
|
5835
|
+
type: PropType<FieldValues>;
|
|
5836
|
+
default: () => {};
|
|
5837
|
+
};
|
|
5834
5838
|
collapseDuration: {
|
|
5835
5839
|
type: PropType<number>;
|
|
5836
5840
|
default: undefined;
|
|
@@ -5847,10 +5851,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5847
5851
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5848
5852
|
default: boolean;
|
|
5849
5853
|
};
|
|
5850
|
-
modelValue: {
|
|
5851
|
-
type: PropType<FieldValues>;
|
|
5852
|
-
default: () => {};
|
|
5853
|
-
};
|
|
5854
5854
|
rules: {
|
|
5855
5855
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5856
5856
|
default: () => {};
|
|
@@ -5914,7 +5914,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5914
5914
|
default: boolean;
|
|
5915
5915
|
};
|
|
5916
5916
|
footerAlign: {
|
|
5917
|
-
type: PropType<"
|
|
5917
|
+
type: PropType<"center" | "right" | "left">;
|
|
5918
5918
|
default: string;
|
|
5919
5919
|
};
|
|
5920
5920
|
cardProps: {
|
|
@@ -5933,10 +5933,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5933
5933
|
default: boolean;
|
|
5934
5934
|
};
|
|
5935
5935
|
}>> & {
|
|
5936
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5936
5937
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5937
5938
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5938
5939
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5939
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5940
5940
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5941
5941
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5942
5942
|
}, {
|
|
@@ -6242,11 +6242,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6242
6242
|
submitError: (errors: unknown) => void;
|
|
6243
6243
|
validate: (...args: any[]) => void;
|
|
6244
6244
|
}, string, {
|
|
6245
|
+
modelValue: FieldValues;
|
|
6245
6246
|
collapseDuration: number;
|
|
6246
6247
|
collapseTransition: boolean;
|
|
6247
6248
|
columns: PlusColumn[];
|
|
6248
6249
|
group: false | PlusFormGroupRow[];
|
|
6249
|
-
modelValue: FieldValues;
|
|
6250
6250
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6251
6251
|
labelPosition: "top" | "right" | "left";
|
|
6252
6252
|
labelWidth: string | number;
|
|
@@ -6267,7 +6267,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6267
6267
|
submitText: string;
|
|
6268
6268
|
resetText: string;
|
|
6269
6269
|
submitLoading: boolean;
|
|
6270
|
-
footerAlign: "
|
|
6270
|
+
footerAlign: "center" | "right" | "left";
|
|
6271
6271
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6272
6272
|
style?: CSSProperties | undefined;
|
|
6273
6273
|
class?: any;
|
|
@@ -6295,6 +6295,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6295
6295
|
$nextTick: typeof nextTick;
|
|
6296
6296
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
6297
6297
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6298
|
+
modelValue: {
|
|
6299
|
+
type: PropType<FieldValues>;
|
|
6300
|
+
default: () => {};
|
|
6301
|
+
};
|
|
6298
6302
|
collapseDuration: {
|
|
6299
6303
|
type: PropType<number>;
|
|
6300
6304
|
default: undefined;
|
|
@@ -6311,10 +6315,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6311
6315
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6312
6316
|
default: boolean;
|
|
6313
6317
|
};
|
|
6314
|
-
modelValue: {
|
|
6315
|
-
type: PropType<FieldValues>;
|
|
6316
|
-
default: () => {};
|
|
6317
|
-
};
|
|
6318
6318
|
rules: {
|
|
6319
6319
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6320
6320
|
default: () => {};
|
|
@@ -6378,7 +6378,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6378
6378
|
default: boolean;
|
|
6379
6379
|
};
|
|
6380
6380
|
footerAlign: {
|
|
6381
|
-
type: PropType<"
|
|
6381
|
+
type: PropType<"center" | "right" | "left">;
|
|
6382
6382
|
default: string;
|
|
6383
6383
|
};
|
|
6384
6384
|
cardProps: {
|
|
@@ -6397,10 +6397,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6397
6397
|
default: boolean;
|
|
6398
6398
|
};
|
|
6399
6399
|
}>> & {
|
|
6400
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6400
6401
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6401
6402
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6402
6403
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6403
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6404
6404
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6405
6405
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6406
6406
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6711,14 +6711,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6711
6711
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6712
6712
|
columns?: PlusColumn[] | undefined;
|
|
6713
6713
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6714
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
6714
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6715
6715
|
readonly label: string | ComputedRef<string>;
|
|
6716
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6716
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6717
6717
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6718
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6718
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6719
6719
|
style?: CSSProperties | undefined;
|
|
6720
6720
|
class?: any;
|
|
6721
|
-
} & RecordType> | ComputedRef<
|
|
6721
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6722
6722
|
style?: CSSProperties | undefined;
|
|
6723
6723
|
class?: any;
|
|
6724
6724
|
} & RecordType>>;
|
|
@@ -6779,12 +6779,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6779
6779
|
fieldInstance?: any;
|
|
6780
6780
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6781
6781
|
prop: string;
|
|
6782
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6782
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6783
6783
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6784
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6784
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6785
6785
|
style?: CSSProperties | undefined;
|
|
6786
6786
|
class?: any;
|
|
6787
|
-
} & RecordType> | ComputedRef<
|
|
6787
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6788
6788
|
style?: CSSProperties | undefined;
|
|
6789
6789
|
class?: any;
|
|
6790
6790
|
} & RecordType>>;
|
|
@@ -6807,14 +6807,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6807
6807
|
clearable: boolean;
|
|
6808
6808
|
index: number;
|
|
6809
6809
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6810
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
6810
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6811
6811
|
readonly label: string | ComputedRef<string>;
|
|
6812
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6812
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6813
6813
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6814
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6814
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6815
6815
|
style?: CSSProperties | undefined;
|
|
6816
6816
|
class?: any;
|
|
6817
|
-
} & RecordType> | ComputedRef<
|
|
6817
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6818
6818
|
style?: CSSProperties | undefined;
|
|
6819
6819
|
class?: any;
|
|
6820
6820
|
} & RecordType>>;
|
|
@@ -6875,12 +6875,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6875
6875
|
fieldInstance?: any;
|
|
6876
6876
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6877
6877
|
prop: string;
|
|
6878
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6878
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6879
6879
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6880
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6880
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6881
6881
|
style?: CSSProperties | undefined;
|
|
6882
6882
|
class?: any;
|
|
6883
|
-
} & RecordType> | ComputedRef<
|
|
6883
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6884
6884
|
style?: CSSProperties | undefined;
|
|
6885
6885
|
class?: any;
|
|
6886
6886
|
} & RecordType>>;
|
|
@@ -6926,8 +6926,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6926
6926
|
reset: (values: FieldValues) => void;
|
|
6927
6927
|
collapse: (isShowUnfold: boolean) => void;
|
|
6928
6928
|
}, string, {
|
|
6929
|
-
columns: PlusColumn[];
|
|
6930
6929
|
modelValue: FieldValues;
|
|
6930
|
+
columns: PlusColumn[];
|
|
6931
6931
|
labelPosition: "top" | "right" | "left";
|
|
6932
6932
|
inline: boolean;
|
|
6933
6933
|
showNumber: number;
|
|
@@ -6971,14 +6971,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6971
6971
|
$nextTick: typeof nextTick;
|
|
6972
6972
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
6973
6973
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6974
|
-
columns: {
|
|
6975
|
-
type: PropType<PlusColumn[]>;
|
|
6976
|
-
default: () => never[];
|
|
6977
|
-
};
|
|
6978
6974
|
modelValue: {
|
|
6979
6975
|
type: PropType<FieldValues>;
|
|
6980
6976
|
default: () => {};
|
|
6981
6977
|
};
|
|
6978
|
+
columns: {
|
|
6979
|
+
type: PropType<PlusColumn[]>;
|
|
6980
|
+
default: () => never[];
|
|
6981
|
+
};
|
|
6982
6982
|
labelPosition: {
|
|
6983
6983
|
type: PropType<"top" | "right" | "left">;
|
|
6984
6984
|
default: undefined;
|
|
@@ -7058,9 +7058,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7058
7058
|
default: boolean;
|
|
7059
7059
|
};
|
|
7060
7060
|
}>> & {
|
|
7061
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7061
7062
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7062
7063
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7063
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7064
7064
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7065
7065
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7066
7066
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7068,11 +7068,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7068
7068
|
$: ComponentInternalInstance;
|
|
7069
7069
|
$data: {};
|
|
7070
7070
|
$props: Partial<{
|
|
7071
|
+
modelValue: FieldValues;
|
|
7071
7072
|
collapseDuration: number;
|
|
7072
7073
|
collapseTransition: boolean;
|
|
7073
7074
|
columns: PlusColumn[];
|
|
7074
7075
|
group: false | PlusFormGroupRow[];
|
|
7075
|
-
modelValue: FieldValues;
|
|
7076
7076
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7077
7077
|
labelPosition: "top" | "right" | "left";
|
|
7078
7078
|
labelWidth: string | number;
|
|
@@ -7093,7 +7093,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7093
7093
|
submitText: string;
|
|
7094
7094
|
resetText: string;
|
|
7095
7095
|
submitLoading: boolean;
|
|
7096
|
-
footerAlign: "
|
|
7096
|
+
footerAlign: "center" | "right" | "left";
|
|
7097
7097
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7098
7098
|
style?: CSSProperties | undefined;
|
|
7099
7099
|
class?: any;
|
|
@@ -7101,9 +7101,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7101
7101
|
prevent: boolean;
|
|
7102
7102
|
clearable: boolean;
|
|
7103
7103
|
}> & Omit<{
|
|
7104
|
+
readonly modelValue: FieldValues;
|
|
7104
7105
|
readonly columns: PlusColumn[];
|
|
7105
7106
|
readonly group: false | PlusFormGroupRow[];
|
|
7106
|
-
readonly modelValue: FieldValues;
|
|
7107
7107
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7108
7108
|
readonly labelPosition: "top" | "right" | "left";
|
|
7109
7109
|
readonly labelWidth: string | number;
|
|
@@ -7124,7 +7124,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7124
7124
|
readonly submitText: string;
|
|
7125
7125
|
readonly resetText: string;
|
|
7126
7126
|
readonly submitLoading: boolean;
|
|
7127
|
-
readonly footerAlign: "
|
|
7127
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
7128
7128
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7129
7129
|
style?: CSSProperties | undefined;
|
|
7130
7130
|
class?: any;
|
|
@@ -7133,13 +7133,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7133
7133
|
readonly clearable: boolean;
|
|
7134
7134
|
readonly collapseDuration?: number | undefined;
|
|
7135
7135
|
readonly collapseTransition?: boolean | undefined;
|
|
7136
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7136
7137
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7137
7138
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7138
7139
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7139
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7140
7140
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7141
7141
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7142
7142
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7143
|
+
modelValue: {
|
|
7144
|
+
type: PropType<FieldValues>;
|
|
7145
|
+
default: () => {};
|
|
7146
|
+
};
|
|
7143
7147
|
collapseDuration: {
|
|
7144
7148
|
type: PropType<number>;
|
|
7145
7149
|
default: undefined;
|
|
@@ -7156,10 +7160,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7156
7160
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7157
7161
|
default: boolean;
|
|
7158
7162
|
};
|
|
7159
|
-
modelValue: {
|
|
7160
|
-
type: PropType<FieldValues>;
|
|
7161
|
-
default: () => {};
|
|
7162
|
-
};
|
|
7163
7163
|
rules: {
|
|
7164
7164
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7165
7165
|
default: () => {};
|
|
@@ -7223,7 +7223,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7223
7223
|
default: boolean;
|
|
7224
7224
|
};
|
|
7225
7225
|
footerAlign: {
|
|
7226
|
-
type: PropType<"
|
|
7226
|
+
type: PropType<"center" | "right" | "left">;
|
|
7227
7227
|
default: string;
|
|
7228
7228
|
};
|
|
7229
7229
|
cardProps: {
|
|
@@ -7242,13 +7242,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7242
7242
|
default: boolean;
|
|
7243
7243
|
};
|
|
7244
7244
|
}>> & {
|
|
7245
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7245
7246
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7246
7247
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7247
7248
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7248
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7249
7249
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7250
7250
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7251
|
-
}, "
|
|
7251
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7252
7252
|
$attrs: {
|
|
7253
7253
|
[x: string]: unknown;
|
|
7254
7254
|
};
|
|
@@ -7260,9 +7260,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7260
7260
|
}>;
|
|
7261
7261
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7262
7262
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7263
|
-
$emit: ((event: "
|
|
7263
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
7264
7264
|
$el: any;
|
|
7265
7265
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7266
|
+
modelValue: {
|
|
7267
|
+
type: PropType<FieldValues>;
|
|
7268
|
+
default: () => {};
|
|
7269
|
+
};
|
|
7266
7270
|
collapseDuration: {
|
|
7267
7271
|
type: PropType<number>;
|
|
7268
7272
|
default: undefined;
|
|
@@ -7279,10 +7283,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7279
7283
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7280
7284
|
default: boolean;
|
|
7281
7285
|
};
|
|
7282
|
-
modelValue: {
|
|
7283
|
-
type: PropType<FieldValues>;
|
|
7284
|
-
default: () => {};
|
|
7285
|
-
};
|
|
7286
7286
|
rules: {
|
|
7287
7287
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7288
7288
|
default: () => {};
|
|
@@ -7346,7 +7346,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7346
7346
|
default: boolean;
|
|
7347
7347
|
};
|
|
7348
7348
|
footerAlign: {
|
|
7349
|
-
type: PropType<"
|
|
7349
|
+
type: PropType<"center" | "right" | "left">;
|
|
7350
7350
|
default: string;
|
|
7351
7351
|
};
|
|
7352
7352
|
cardProps: {
|
|
@@ -7365,10 +7365,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7365
7365
|
default: boolean;
|
|
7366
7366
|
};
|
|
7367
7367
|
}>> & {
|
|
7368
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7368
7369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7369
7370
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7370
7371
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7371
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7372
7372
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7373
7373
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7374
7374
|
}, {
|
|
@@ -7674,11 +7674,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7674
7674
|
submitError: (errors: unknown) => void;
|
|
7675
7675
|
validate: (...args: any[]) => void;
|
|
7676
7676
|
}, string, {
|
|
7677
|
+
modelValue: FieldValues;
|
|
7677
7678
|
collapseDuration: number;
|
|
7678
7679
|
collapseTransition: boolean;
|
|
7679
7680
|
columns: PlusColumn[];
|
|
7680
7681
|
group: false | PlusFormGroupRow[];
|
|
7681
|
-
modelValue: FieldValues;
|
|
7682
7682
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7683
7683
|
labelPosition: "top" | "right" | "left";
|
|
7684
7684
|
labelWidth: string | number;
|
|
@@ -7699,7 +7699,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7699
7699
|
submitText: string;
|
|
7700
7700
|
resetText: string;
|
|
7701
7701
|
submitLoading: boolean;
|
|
7702
|
-
footerAlign: "
|
|
7702
|
+
footerAlign: "center" | "right" | "left";
|
|
7703
7703
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7704
7704
|
style?: CSSProperties | undefined;
|
|
7705
7705
|
class?: any;
|
|
@@ -7727,6 +7727,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7727
7727
|
$nextTick: typeof nextTick;
|
|
7728
7728
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
7729
7729
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7730
|
+
modelValue: {
|
|
7731
|
+
type: PropType<FieldValues>;
|
|
7732
|
+
default: () => {};
|
|
7733
|
+
};
|
|
7730
7734
|
collapseDuration: {
|
|
7731
7735
|
type: PropType<number>;
|
|
7732
7736
|
default: undefined;
|
|
@@ -7743,10 +7747,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7743
7747
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7744
7748
|
default: boolean;
|
|
7745
7749
|
};
|
|
7746
|
-
modelValue: {
|
|
7747
|
-
type: PropType<FieldValues>;
|
|
7748
|
-
default: () => {};
|
|
7749
|
-
};
|
|
7750
7750
|
rules: {
|
|
7751
7751
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7752
7752
|
default: () => {};
|
|
@@ -7810,7 +7810,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7810
7810
|
default: boolean;
|
|
7811
7811
|
};
|
|
7812
7812
|
footerAlign: {
|
|
7813
|
-
type: PropType<"
|
|
7813
|
+
type: PropType<"center" | "right" | "left">;
|
|
7814
7814
|
default: string;
|
|
7815
7815
|
};
|
|
7816
7816
|
cardProps: {
|
|
@@ -7829,10 +7829,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7829
7829
|
default: boolean;
|
|
7830
7830
|
};
|
|
7831
7831
|
}>> & {
|
|
7832
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7832
7833
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7833
7834
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7834
7835
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7835
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7836
7836
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7837
7837
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7838
7838
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8143,14 +8143,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8143
8143
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8144
8144
|
columns?: PlusColumn[] | undefined;
|
|
8145
8145
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8146
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8146
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8147
8147
|
readonly label: string | ComputedRef<string>;
|
|
8148
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8148
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8149
8149
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8150
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8150
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8151
8151
|
style?: CSSProperties | undefined;
|
|
8152
8152
|
class?: any;
|
|
8153
|
-
} & RecordType> | ComputedRef<
|
|
8153
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8154
8154
|
style?: CSSProperties | undefined;
|
|
8155
8155
|
class?: any;
|
|
8156
8156
|
} & RecordType>>;
|
|
@@ -8211,12 +8211,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8211
8211
|
fieldInstance?: any;
|
|
8212
8212
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8213
8213
|
prop: string;
|
|
8214
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8214
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8215
8215
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8216
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8216
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8217
8217
|
style?: CSSProperties | undefined;
|
|
8218
8218
|
class?: any;
|
|
8219
|
-
} & RecordType> | ComputedRef<
|
|
8219
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8220
8220
|
style?: CSSProperties | undefined;
|
|
8221
8221
|
class?: any;
|
|
8222
8222
|
} & RecordType>>;
|
|
@@ -8239,14 +8239,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8239
8239
|
clearable: boolean;
|
|
8240
8240
|
index: number;
|
|
8241
8241
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8242
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8242
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8243
8243
|
readonly label: string | ComputedRef<string>;
|
|
8244
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8244
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8245
8245
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8246
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8246
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8247
8247
|
style?: CSSProperties | undefined;
|
|
8248
8248
|
class?: any;
|
|
8249
|
-
} & RecordType> | ComputedRef<
|
|
8249
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8250
8250
|
style?: CSSProperties | undefined;
|
|
8251
8251
|
class?: any;
|
|
8252
8252
|
} & RecordType>>;
|
|
@@ -8307,12 +8307,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8307
8307
|
fieldInstance?: any;
|
|
8308
8308
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8309
8309
|
prop: string;
|
|
8310
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8310
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8311
8311
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8312
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8312
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8313
8313
|
style?: CSSProperties | undefined;
|
|
8314
8314
|
class?: any;
|
|
8315
|
-
} & RecordType> | ComputedRef<
|
|
8315
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8316
8316
|
style?: CSSProperties | undefined;
|
|
8317
8317
|
class?: any;
|
|
8318
8318
|
} & RecordType>>;
|
|
@@ -8353,14 +8353,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8353
8353
|
handleUnfold: (e: MouseEvent) => void;
|
|
8354
8354
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8355
8355
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8356
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8356
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8357
8357
|
readonly label: string | ComputedRef<string>;
|
|
8358
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8358
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8359
8359
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8360
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8360
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8361
8361
|
style?: CSSProperties | undefined;
|
|
8362
8362
|
class?: any;
|
|
8363
|
-
} & RecordType> | ComputedRef<
|
|
8363
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8364
8364
|
style?: CSSProperties | undefined;
|
|
8365
8365
|
class?: any;
|
|
8366
8366
|
} & RecordType>>;
|
|
@@ -8421,12 +8421,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8421
8421
|
fieldInstance?: any;
|
|
8422
8422
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8423
8423
|
prop: string;
|
|
8424
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8424
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8425
8425
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8426
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8426
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8427
8427
|
style?: CSSProperties | undefined;
|
|
8428
8428
|
class?: any;
|
|
8429
|
-
} & RecordType> | ComputedRef<
|
|
8429
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8430
8430
|
style?: CSSProperties | undefined;
|
|
8431
8431
|
class?: any;
|
|
8432
8432
|
} & RecordType>>;
|
|
@@ -8895,9 +8895,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8895
8895
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8896
8896
|
__epPropKey: true;
|
|
8897
8897
|
};
|
|
8898
|
-
width: (
|
|
8899
|
-
height: (
|
|
8900
|
-
maxHeight: (
|
|
8898
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
8899
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
8900
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
8901
8901
|
fit: {
|
|
8902
8902
|
type: BooleanConstructor;
|
|
8903
8903
|
default: boolean;
|
|
@@ -8921,13 +8921,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8921
8921
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8922
8922
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8923
8923
|
highlightCurrentRow: BooleanConstructor;
|
|
8924
|
-
currentRowKey: (
|
|
8924
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
8925
8925
|
emptyText: StringConstructor;
|
|
8926
8926
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8927
8927
|
defaultExpandAll: BooleanConstructor;
|
|
8928
8928
|
defaultSort: PropType< Sort | undefined>;
|
|
8929
8929
|
tooltipEffect: StringConstructor;
|
|
8930
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
8930
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8931
8931
|
spanMethod: PropType<((data: {
|
|
8932
8932
|
row: any;
|
|
8933
8933
|
rowIndex: number;
|
|
@@ -8971,7 +8971,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8971
8971
|
};
|
|
8972
8972
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8973
8973
|
flexible: BooleanConstructor;
|
|
8974
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
8974
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8975
8975
|
}>> & {
|
|
8976
8976
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8977
8977
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9091,9 +9091,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9091
9091
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9092
9092
|
__epPropKey: true;
|
|
9093
9093
|
};
|
|
9094
|
-
width: (
|
|
9095
|
-
height: (
|
|
9096
|
-
maxHeight: (
|
|
9094
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9095
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9096
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9097
9097
|
fit: {
|
|
9098
9098
|
type: BooleanConstructor;
|
|
9099
9099
|
default: boolean;
|
|
@@ -9117,13 +9117,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9117
9117
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9118
9118
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9119
9119
|
highlightCurrentRow: BooleanConstructor;
|
|
9120
|
-
currentRowKey: (
|
|
9120
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9121
9121
|
emptyText: StringConstructor;
|
|
9122
9122
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9123
9123
|
defaultExpandAll: BooleanConstructor;
|
|
9124
9124
|
defaultSort: PropType< Sort | undefined>;
|
|
9125
9125
|
tooltipEffect: StringConstructor;
|
|
9126
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9126
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9127
9127
|
spanMethod: PropType<((data: {
|
|
9128
9128
|
row: any;
|
|
9129
9129
|
rowIndex: number;
|
|
@@ -9167,7 +9167,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9167
9167
|
};
|
|
9168
9168
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9169
9169
|
flexible: BooleanConstructor;
|
|
9170
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9170
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9171
9171
|
}>> & {
|
|
9172
9172
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9173
9173
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9226,9 +9226,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9226
9226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9227
9227
|
__epPropKey: true;
|
|
9228
9228
|
};
|
|
9229
|
-
width: (
|
|
9230
|
-
height: (
|
|
9231
|
-
maxHeight: (
|
|
9229
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9230
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9231
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9232
9232
|
fit: {
|
|
9233
9233
|
type: BooleanConstructor;
|
|
9234
9234
|
default: boolean;
|
|
@@ -9252,13 +9252,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9252
9252
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9253
9253
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9254
9254
|
highlightCurrentRow: BooleanConstructor;
|
|
9255
|
-
currentRowKey: (
|
|
9255
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9256
9256
|
emptyText: StringConstructor;
|
|
9257
9257
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9258
9258
|
defaultExpandAll: BooleanConstructor;
|
|
9259
9259
|
defaultSort: PropType< Sort | undefined>;
|
|
9260
9260
|
tooltipEffect: StringConstructor;
|
|
9261
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9261
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9262
9262
|
spanMethod: PropType<((data: {
|
|
9263
9263
|
row: any;
|
|
9264
9264
|
rowIndex: number;
|
|
@@ -9302,7 +9302,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9302
9302
|
};
|
|
9303
9303
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9304
9304
|
flexible: BooleanConstructor;
|
|
9305
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9305
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9306
9306
|
}>> & {
|
|
9307
9307
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9308
9308
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9675,9 +9675,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9675
9675
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9676
9676
|
__epPropKey: true;
|
|
9677
9677
|
};
|
|
9678
|
-
width: (
|
|
9679
|
-
height: (
|
|
9680
|
-
maxHeight: (
|
|
9678
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9679
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9680
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9681
9681
|
fit: {
|
|
9682
9682
|
type: BooleanConstructor;
|
|
9683
9683
|
default: boolean;
|
|
@@ -9701,13 +9701,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9701
9701
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9702
9702
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9703
9703
|
highlightCurrentRow: BooleanConstructor;
|
|
9704
|
-
currentRowKey: (
|
|
9704
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9705
9705
|
emptyText: StringConstructor;
|
|
9706
9706
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9707
9707
|
defaultExpandAll: BooleanConstructor;
|
|
9708
9708
|
defaultSort: PropType< Sort | undefined>;
|
|
9709
9709
|
tooltipEffect: StringConstructor;
|
|
9710
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9710
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9711
9711
|
spanMethod: PropType<((data: {
|
|
9712
9712
|
row: any;
|
|
9713
9713
|
rowIndex: number;
|
|
@@ -9751,7 +9751,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9751
9751
|
};
|
|
9752
9752
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9753
9753
|
flexible: BooleanConstructor;
|
|
9754
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9754
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9755
9755
|
}>> & {
|
|
9756
9756
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9757
9757
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9871,9 +9871,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9871
9871
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9872
9872
|
__epPropKey: true;
|
|
9873
9873
|
};
|
|
9874
|
-
width: (
|
|
9875
|
-
height: (
|
|
9876
|
-
maxHeight: (
|
|
9874
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9875
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9876
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9877
9877
|
fit: {
|
|
9878
9878
|
type: BooleanConstructor;
|
|
9879
9879
|
default: boolean;
|
|
@@ -9897,13 +9897,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9897
9897
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9898
9898
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9899
9899
|
highlightCurrentRow: BooleanConstructor;
|
|
9900
|
-
currentRowKey: (
|
|
9900
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9901
9901
|
emptyText: StringConstructor;
|
|
9902
9902
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9903
9903
|
defaultExpandAll: BooleanConstructor;
|
|
9904
9904
|
defaultSort: PropType< Sort | undefined>;
|
|
9905
9905
|
tooltipEffect: StringConstructor;
|
|
9906
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9906
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9907
9907
|
spanMethod: PropType<((data: {
|
|
9908
9908
|
row: any;
|
|
9909
9909
|
rowIndex: number;
|
|
@@ -9947,7 +9947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9947
9947
|
};
|
|
9948
9948
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9949
9949
|
flexible: BooleanConstructor;
|
|
9950
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9950
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9951
9951
|
}>> & {
|
|
9952
9952
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9953
9953
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10006,9 +10006,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10006
10006
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10007
10007
|
__epPropKey: true;
|
|
10008
10008
|
};
|
|
10009
|
-
width: (
|
|
10010
|
-
height: (
|
|
10011
|
-
maxHeight: (
|
|
10009
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10010
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10011
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10012
10012
|
fit: {
|
|
10013
10013
|
type: BooleanConstructor;
|
|
10014
10014
|
default: boolean;
|
|
@@ -10032,13 +10032,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10032
10032
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10033
10033
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10034
10034
|
highlightCurrentRow: BooleanConstructor;
|
|
10035
|
-
currentRowKey: (
|
|
10035
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10036
10036
|
emptyText: StringConstructor;
|
|
10037
10037
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10038
10038
|
defaultExpandAll: BooleanConstructor;
|
|
10039
10039
|
defaultSort: PropType< Sort | undefined>;
|
|
10040
10040
|
tooltipEffect: StringConstructor;
|
|
10041
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10041
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10042
10042
|
spanMethod: PropType<((data: {
|
|
10043
10043
|
row: any;
|
|
10044
10044
|
rowIndex: number;
|
|
@@ -10082,7 +10082,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10082
10082
|
};
|
|
10083
10083
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10084
10084
|
flexible: BooleanConstructor;
|
|
10085
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10085
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10086
10086
|
}>> & {
|
|
10087
10087
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10088
10088
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10248,14 +10248,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10248
10248
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10249
10249
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10250
10250
|
$slots: Partial<Record<never, (_: {
|
|
10251
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
10251
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10252
10252
|
readonly label: string | ComputedRef<string>;
|
|
10253
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10253
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10254
10254
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10255
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10255
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10256
10256
|
style?: CSSProperties | undefined;
|
|
10257
10257
|
class?: any;
|
|
10258
|
-
} & RecordType> | ComputedRef<
|
|
10258
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10259
10259
|
style?: CSSProperties | undefined;
|
|
10260
10260
|
class?: any;
|
|
10261
10261
|
} & RecordType>>;
|
|
@@ -10316,12 +10316,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10316
10316
|
fieldInstance?: any;
|
|
10317
10317
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10318
10318
|
prop: string;
|
|
10319
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10319
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10320
10320
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10321
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10321
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10322
10322
|
style?: CSSProperties | undefined;
|
|
10323
10323
|
class?: any;
|
|
10324
|
-
} & RecordType> | ComputedRef<
|
|
10324
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10325
10325
|
style?: CSSProperties | undefined;
|
|
10326
10326
|
class?: any;
|
|
10327
10327
|
} & RecordType>>;
|
|
@@ -10806,9 +10806,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10806
10806
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10807
10807
|
__epPropKey: true;
|
|
10808
10808
|
};
|
|
10809
|
-
width: (
|
|
10810
|
-
height: (
|
|
10811
|
-
maxHeight: (
|
|
10809
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10810
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10811
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10812
10812
|
fit: {
|
|
10813
10813
|
type: BooleanConstructor;
|
|
10814
10814
|
default: boolean;
|
|
@@ -10832,13 +10832,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10832
10832
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10833
10833
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10834
10834
|
highlightCurrentRow: BooleanConstructor;
|
|
10835
|
-
currentRowKey: (
|
|
10835
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10836
10836
|
emptyText: StringConstructor;
|
|
10837
10837
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10838
10838
|
defaultExpandAll: BooleanConstructor;
|
|
10839
10839
|
defaultSort: PropType< Sort | undefined>;
|
|
10840
10840
|
tooltipEffect: StringConstructor;
|
|
10841
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10841
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10842
10842
|
spanMethod: PropType<((data: {
|
|
10843
10843
|
row: any;
|
|
10844
10844
|
rowIndex: number;
|
|
@@ -10882,7 +10882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10882
10882
|
};
|
|
10883
10883
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10884
10884
|
flexible: BooleanConstructor;
|
|
10885
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10885
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10886
10886
|
}>> & {
|
|
10887
10887
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10888
10888
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11002,9 +11002,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11002
11002
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11003
11003
|
__epPropKey: true;
|
|
11004
11004
|
};
|
|
11005
|
-
width: (
|
|
11006
|
-
height: (
|
|
11007
|
-
maxHeight: (
|
|
11005
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11006
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11007
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11008
11008
|
fit: {
|
|
11009
11009
|
type: BooleanConstructor;
|
|
11010
11010
|
default: boolean;
|
|
@@ -11028,13 +11028,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11028
11028
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11029
11029
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11030
11030
|
highlightCurrentRow: BooleanConstructor;
|
|
11031
|
-
currentRowKey: (
|
|
11031
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11032
11032
|
emptyText: StringConstructor;
|
|
11033
11033
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11034
11034
|
defaultExpandAll: BooleanConstructor;
|
|
11035
11035
|
defaultSort: PropType< Sort | undefined>;
|
|
11036
11036
|
tooltipEffect: StringConstructor;
|
|
11037
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11037
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11038
11038
|
spanMethod: PropType<((data: {
|
|
11039
11039
|
row: any;
|
|
11040
11040
|
rowIndex: number;
|
|
@@ -11078,7 +11078,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11078
11078
|
};
|
|
11079
11079
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11080
11080
|
flexible: BooleanConstructor;
|
|
11081
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11081
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11082
11082
|
}>> & {
|
|
11083
11083
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11084
11084
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11137,9 +11137,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11137
11137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11138
11138
|
__epPropKey: true;
|
|
11139
11139
|
};
|
|
11140
|
-
width: (
|
|
11141
|
-
height: (
|
|
11142
|
-
maxHeight: (
|
|
11140
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11141
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11142
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11143
11143
|
fit: {
|
|
11144
11144
|
type: BooleanConstructor;
|
|
11145
11145
|
default: boolean;
|
|
@@ -11163,13 +11163,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11163
11163
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11164
11164
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11165
11165
|
highlightCurrentRow: BooleanConstructor;
|
|
11166
|
-
currentRowKey: (
|
|
11166
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11167
11167
|
emptyText: StringConstructor;
|
|
11168
11168
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11169
11169
|
defaultExpandAll: BooleanConstructor;
|
|
11170
11170
|
defaultSort: PropType< Sort | undefined>;
|
|
11171
11171
|
tooltipEffect: StringConstructor;
|
|
11172
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11172
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11173
11173
|
spanMethod: PropType<((data: {
|
|
11174
11174
|
row: any;
|
|
11175
11175
|
rowIndex: number;
|
|
@@ -11213,7 +11213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11213
11213
|
};
|
|
11214
11214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11215
11215
|
flexible: BooleanConstructor;
|
|
11216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11216
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11217
11217
|
}>> & {
|
|
11218
11218
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11219
11219
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11586,9 +11586,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11586
11586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11587
11587
|
__epPropKey: true;
|
|
11588
11588
|
};
|
|
11589
|
-
width: (
|
|
11590
|
-
height: (
|
|
11591
|
-
maxHeight: (
|
|
11589
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11590
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11591
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11592
11592
|
fit: {
|
|
11593
11593
|
type: BooleanConstructor;
|
|
11594
11594
|
default: boolean;
|
|
@@ -11612,13 +11612,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11612
11612
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11613
11613
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11614
11614
|
highlightCurrentRow: BooleanConstructor;
|
|
11615
|
-
currentRowKey: (
|
|
11615
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11616
11616
|
emptyText: StringConstructor;
|
|
11617
11617
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11618
11618
|
defaultExpandAll: BooleanConstructor;
|
|
11619
11619
|
defaultSort: PropType< Sort | undefined>;
|
|
11620
11620
|
tooltipEffect: StringConstructor;
|
|
11621
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11621
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11622
11622
|
spanMethod: PropType<((data: {
|
|
11623
11623
|
row: any;
|
|
11624
11624
|
rowIndex: number;
|
|
@@ -11662,7 +11662,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11662
11662
|
};
|
|
11663
11663
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11664
11664
|
flexible: BooleanConstructor;
|
|
11665
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11665
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11666
11666
|
}>> & {
|
|
11667
11667
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11668
11668
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11782,9 +11782,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11782
11782
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11783
11783
|
__epPropKey: true;
|
|
11784
11784
|
};
|
|
11785
|
-
width: (
|
|
11786
|
-
height: (
|
|
11787
|
-
maxHeight: (
|
|
11785
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11786
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11787
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11788
11788
|
fit: {
|
|
11789
11789
|
type: BooleanConstructor;
|
|
11790
11790
|
default: boolean;
|
|
@@ -11808,13 +11808,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11808
11808
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11809
11809
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11810
11810
|
highlightCurrentRow: BooleanConstructor;
|
|
11811
|
-
currentRowKey: (
|
|
11811
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11812
11812
|
emptyText: StringConstructor;
|
|
11813
11813
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11814
11814
|
defaultExpandAll: BooleanConstructor;
|
|
11815
11815
|
defaultSort: PropType< Sort | undefined>;
|
|
11816
11816
|
tooltipEffect: StringConstructor;
|
|
11817
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11817
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11818
11818
|
spanMethod: PropType<((data: {
|
|
11819
11819
|
row: any;
|
|
11820
11820
|
rowIndex: number;
|
|
@@ -11858,7 +11858,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11858
11858
|
};
|
|
11859
11859
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11860
11860
|
flexible: BooleanConstructor;
|
|
11861
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11861
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11862
11862
|
}>> & {
|
|
11863
11863
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11864
11864
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11917,9 +11917,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11917
11917
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11918
11918
|
__epPropKey: true;
|
|
11919
11919
|
};
|
|
11920
|
-
width: (
|
|
11921
|
-
height: (
|
|
11922
|
-
maxHeight: (
|
|
11920
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11921
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11922
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11923
11923
|
fit: {
|
|
11924
11924
|
type: BooleanConstructor;
|
|
11925
11925
|
default: boolean;
|
|
@@ -11943,13 +11943,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11943
11943
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11944
11944
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11945
11945
|
highlightCurrentRow: BooleanConstructor;
|
|
11946
|
-
currentRowKey: (
|
|
11946
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11947
11947
|
emptyText: StringConstructor;
|
|
11948
11948
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11949
11949
|
defaultExpandAll: BooleanConstructor;
|
|
11950
11950
|
defaultSort: PropType< Sort | undefined>;
|
|
11951
11951
|
tooltipEffect: StringConstructor;
|
|
11952
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11952
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11953
11953
|
spanMethod: PropType<((data: {
|
|
11954
11954
|
row: any;
|
|
11955
11955
|
rowIndex: number;
|
|
@@ -11993,7 +11993,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11993
11993
|
};
|
|
11994
11994
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11995
11995
|
flexible: BooleanConstructor;
|
|
11996
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11996
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11997
11997
|
}>> & {
|
|
11998
11998
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11999
11999
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12161,9 +12161,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12161
12161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12162
12162
|
__epPropKey: true;
|
|
12163
12163
|
};
|
|
12164
|
-
width: (
|
|
12165
|
-
height: (
|
|
12166
|
-
maxHeight: (
|
|
12164
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12165
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12166
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12167
12167
|
fit: {
|
|
12168
12168
|
type: BooleanConstructor;
|
|
12169
12169
|
default: boolean;
|
|
@@ -12187,13 +12187,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12187
12187
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12188
12188
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12189
12189
|
highlightCurrentRow: BooleanConstructor;
|
|
12190
|
-
currentRowKey: (
|
|
12190
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12191
12191
|
emptyText: StringConstructor;
|
|
12192
12192
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12193
12193
|
defaultExpandAll: BooleanConstructor;
|
|
12194
12194
|
defaultSort: PropType< Sort | undefined>;
|
|
12195
12195
|
tooltipEffect: StringConstructor;
|
|
12196
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12196
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12197
12197
|
spanMethod: PropType<((data: {
|
|
12198
12198
|
row: any;
|
|
12199
12199
|
rowIndex: number;
|
|
@@ -12237,7 +12237,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12237
12237
|
};
|
|
12238
12238
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12239
12239
|
flexible: BooleanConstructor;
|
|
12240
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12240
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12241
12241
|
}>> & {
|
|
12242
12242
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12243
12243
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12357,9 +12357,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12357
12357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12358
12358
|
__epPropKey: true;
|
|
12359
12359
|
};
|
|
12360
|
-
width: (
|
|
12361
|
-
height: (
|
|
12362
|
-
maxHeight: (
|
|
12360
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12361
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12362
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12363
12363
|
fit: {
|
|
12364
12364
|
type: BooleanConstructor;
|
|
12365
12365
|
default: boolean;
|
|
@@ -12383,13 +12383,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12383
12383
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12384
12384
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12385
12385
|
highlightCurrentRow: BooleanConstructor;
|
|
12386
|
-
currentRowKey: (
|
|
12386
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12387
12387
|
emptyText: StringConstructor;
|
|
12388
12388
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12389
12389
|
defaultExpandAll: BooleanConstructor;
|
|
12390
12390
|
defaultSort: PropType< Sort | undefined>;
|
|
12391
12391
|
tooltipEffect: StringConstructor;
|
|
12392
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12392
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12393
12393
|
spanMethod: PropType<((data: {
|
|
12394
12394
|
row: any;
|
|
12395
12395
|
rowIndex: number;
|
|
@@ -12433,7 +12433,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12433
12433
|
};
|
|
12434
12434
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12435
12435
|
flexible: BooleanConstructor;
|
|
12436
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12436
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12437
12437
|
}>> & {
|
|
12438
12438
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12439
12439
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12492,9 +12492,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12492
12492
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12493
12493
|
__epPropKey: true;
|
|
12494
12494
|
};
|
|
12495
|
-
width: (
|
|
12496
|
-
height: (
|
|
12497
|
-
maxHeight: (
|
|
12495
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12496
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12497
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12498
12498
|
fit: {
|
|
12499
12499
|
type: BooleanConstructor;
|
|
12500
12500
|
default: boolean;
|
|
@@ -12518,13 +12518,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12518
12518
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12519
12519
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12520
12520
|
highlightCurrentRow: BooleanConstructor;
|
|
12521
|
-
currentRowKey: (
|
|
12521
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12522
12522
|
emptyText: StringConstructor;
|
|
12523
12523
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12524
12524
|
defaultExpandAll: BooleanConstructor;
|
|
12525
12525
|
defaultSort: PropType< Sort | undefined>;
|
|
12526
12526
|
tooltipEffect: StringConstructor;
|
|
12527
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12527
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12528
12528
|
spanMethod: PropType<((data: {
|
|
12529
12529
|
row: any;
|
|
12530
12530
|
rowIndex: number;
|
|
@@ -12568,7 +12568,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12568
12568
|
};
|
|
12569
12569
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12570
12570
|
flexible: BooleanConstructor;
|
|
12571
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12571
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12572
12572
|
}>> & {
|
|
12573
12573
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12574
12574
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12711,9 +12711,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12711
12711
|
defaultPageSize: number;
|
|
12712
12712
|
};
|
|
12713
12713
|
}>>>, {
|
|
12714
|
+
showSearch: boolean;
|
|
12714
12715
|
search: false | Record<string, unknown>;
|
|
12715
12716
|
pagination: false | Record<string, unknown>;
|
|
12716
|
-
showSearch: boolean;
|
|
12717
12717
|
isCard: boolean;
|
|
12718
12718
|
hideColumnSettingsIcon: boolean;
|
|
12719
12719
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|