yc-pro-components 0.0.19 → 0.0.20
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 +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- 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 +37 -37
- 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/directive.d.ts +0 -4
- package/es/components/yc-select-v2/src/directive.mjs +70 -17
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-select-v2/src/index.vue2.mjs +18 -6
- 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/es/index.css +1 -0
- package/index.css +14 -0
- package/index.js +88 -21
- package/index.min.css +1 -0
- package/index.min.js +4 -4
- package/index.min.mjs +5 -5
- package/index.mjs +88 -21
- 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 +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- 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 +37 -37
- 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/directive.d.ts +0 -4
- package/lib/components/yc-select-v2/src/directive.js +70 -17
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-select-v2/src/index.vue2.js +17 -5
- 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/lib/index.css +1 -0
- 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
|
@@ -66,7 +66,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
66
66
|
columns: PlusColumn[];
|
|
67
67
|
immediate: boolean;
|
|
68
68
|
params: RecordType;
|
|
69
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
69
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
70
70
|
columnsEmptyText: string;
|
|
71
71
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
72
72
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -103,7 +103,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
103
103
|
data: RecordType[];
|
|
104
104
|
total: number;
|
|
105
105
|
}>;
|
|
106
|
-
readonly pagination: false | Omit< PlusPaginationProps, "
|
|
106
|
+
readonly pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
107
107
|
readonly columnsEmptyText: string;
|
|
108
108
|
readonly isCard: boolean;
|
|
109
109
|
readonly searchCardProps: Partial< Mutable<CardProps> & {
|
|
@@ -165,7 +165,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
165
165
|
required: true;
|
|
166
166
|
};
|
|
167
167
|
pagination: {
|
|
168
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
168
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
169
169
|
default: () => {};
|
|
170
170
|
};
|
|
171
171
|
columnsEmptyText: {
|
|
@@ -283,7 +283,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
283
283
|
required: true;
|
|
284
284
|
};
|
|
285
285
|
pagination: {
|
|
286
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
286
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
287
287
|
default: () => {};
|
|
288
288
|
};
|
|
289
289
|
columnsEmptyText: {
|
|
@@ -356,8 +356,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
356
356
|
$: ComponentInternalInstance;
|
|
357
357
|
$data: {};
|
|
358
358
|
$props: Partial<{
|
|
359
|
-
modelValue: FieldValues;
|
|
360
359
|
columns: PlusColumn[];
|
|
360
|
+
modelValue: FieldValues;
|
|
361
361
|
labelPosition: "top" | "right" | "left";
|
|
362
362
|
inline: boolean;
|
|
363
363
|
showNumber: number;
|
|
@@ -383,8 +383,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
383
383
|
searchIcon: Component | null;
|
|
384
384
|
resetIcon: Component | null;
|
|
385
385
|
}> & Omit<{
|
|
386
|
-
readonly modelValue: FieldValues;
|
|
387
386
|
readonly columns: PlusColumn[];
|
|
387
|
+
readonly modelValue: FieldValues;
|
|
388
388
|
readonly inline: boolean;
|
|
389
389
|
readonly showNumber: number;
|
|
390
390
|
readonly defaultValues: FieldValues;
|
|
@@ -409,20 +409,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
409
409
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
410
410
|
readonly searchIcon?: Component | null | undefined;
|
|
411
411
|
readonly resetIcon?: Component | null | undefined;
|
|
412
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
413
412
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
414
413
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
414
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
415
415
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
416
416
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
417
417
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
418
|
-
modelValue: {
|
|
419
|
-
type: PropType<FieldValues>;
|
|
420
|
-
default: () => {};
|
|
421
|
-
};
|
|
422
418
|
columns: {
|
|
423
419
|
type: PropType<PlusColumn[]>;
|
|
424
420
|
default: () => never[];
|
|
425
421
|
};
|
|
422
|
+
modelValue: {
|
|
423
|
+
type: PropType<FieldValues>;
|
|
424
|
+
default: () => {};
|
|
425
|
+
};
|
|
426
426
|
labelPosition: {
|
|
427
427
|
type: PropType<"top" | "right" | "left">;
|
|
428
428
|
default: undefined;
|
|
@@ -510,12 +510,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
510
510
|
default: undefined;
|
|
511
511
|
};
|
|
512
512
|
}>> & {
|
|
513
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
514
513
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
515
514
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
515
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
516
516
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
517
517
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
518
|
-
}, "
|
|
518
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
519
519
|
$attrs: {
|
|
520
520
|
[x: string]: unknown;
|
|
521
521
|
};
|
|
@@ -527,17 +527,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
527
527
|
}>;
|
|
528
528
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
529
529
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
530
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
530
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void); /** 包装后的请求函数 */
|
|
531
531
|
$el: any;
|
|
532
532
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
533
|
-
modelValue: {
|
|
534
|
-
type: PropType<FieldValues>;
|
|
535
|
-
default: () => {};
|
|
536
|
-
};
|
|
537
533
|
columns: {
|
|
538
534
|
type: PropType<PlusColumn[]>;
|
|
539
535
|
default: () => never[];
|
|
540
536
|
};
|
|
537
|
+
modelValue: {
|
|
538
|
+
type: PropType<FieldValues>;
|
|
539
|
+
default: () => {};
|
|
540
|
+
};
|
|
541
541
|
labelPosition: {
|
|
542
542
|
type: PropType<"top" | "right" | "left">;
|
|
543
543
|
default: undefined;
|
|
@@ -625,9 +625,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
625
625
|
default: undefined;
|
|
626
626
|
};
|
|
627
627
|
}>> & {
|
|
628
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
629
628
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
630
629
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
630
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
631
631
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
632
632
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
633
633
|
}, {
|
|
@@ -635,11 +635,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
635
635
|
$: ComponentInternalInstance;
|
|
636
636
|
$data: {};
|
|
637
637
|
$props: Partial<{
|
|
638
|
-
modelValue: FieldValues;
|
|
639
638
|
collapseDuration: number;
|
|
640
639
|
collapseTransition: boolean;
|
|
641
640
|
columns: PlusColumn[];
|
|
642
641
|
group: false | PlusFormGroupRow[];
|
|
642
|
+
modelValue: FieldValues;
|
|
643
643
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
644
644
|
labelPosition: "top" | "right" | "left";
|
|
645
645
|
labelWidth: string | number;
|
|
@@ -660,7 +660,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
660
660
|
submitText: string;
|
|
661
661
|
resetText: string;
|
|
662
662
|
submitLoading: boolean;
|
|
663
|
-
footerAlign: "
|
|
663
|
+
footerAlign: "right" | "left" | "center";
|
|
664
664
|
cardProps: Partial< Mutable<CardProps> & {
|
|
665
665
|
style?: CSSProperties | undefined;
|
|
666
666
|
class?: any;
|
|
@@ -668,9 +668,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
668
668
|
prevent: boolean;
|
|
669
669
|
clearable: boolean;
|
|
670
670
|
}> & Omit<{
|
|
671
|
-
readonly modelValue: FieldValues;
|
|
672
671
|
readonly columns: PlusColumn[];
|
|
673
672
|
readonly group: false | PlusFormGroupRow[];
|
|
673
|
+
readonly modelValue: FieldValues;
|
|
674
674
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
675
675
|
readonly labelPosition: "top" | "right" | "left";
|
|
676
676
|
readonly labelWidth: string | number;
|
|
@@ -691,7 +691,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
691
691
|
readonly submitText: string;
|
|
692
692
|
readonly resetText: string;
|
|
693
693
|
readonly submitLoading: boolean;
|
|
694
|
-
readonly footerAlign: "
|
|
694
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
695
695
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
696
696
|
style?: CSSProperties | undefined;
|
|
697
697
|
class?: any;
|
|
@@ -700,17 +700,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
700
700
|
readonly clearable: boolean;
|
|
701
701
|
readonly collapseDuration?: number | undefined;
|
|
702
702
|
readonly collapseTransition?: boolean | undefined;
|
|
703
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
704
703
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
705
704
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
706
705
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
706
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
707
707
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
708
708
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
709
709
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
710
|
-
modelValue: {
|
|
711
|
-
type: PropType<FieldValues>;
|
|
712
|
-
default: () => {};
|
|
713
|
-
};
|
|
714
710
|
collapseDuration: {
|
|
715
711
|
type: PropType<number>;
|
|
716
712
|
default: undefined;
|
|
@@ -727,6 +723,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
727
723
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
728
724
|
default: boolean;
|
|
729
725
|
};
|
|
726
|
+
modelValue: {
|
|
727
|
+
type: PropType<FieldValues>;
|
|
728
|
+
default: () => {};
|
|
729
|
+
};
|
|
730
730
|
rules: {
|
|
731
731
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
732
732
|
default: () => {};
|
|
@@ -790,7 +790,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
790
790
|
default: boolean;
|
|
791
791
|
};
|
|
792
792
|
footerAlign: {
|
|
793
|
-
type: PropType<"
|
|
793
|
+
type: PropType<"right" | "left" | "center">;
|
|
794
794
|
default: string;
|
|
795
795
|
};
|
|
796
796
|
cardProps: {
|
|
@@ -809,13 +809,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
809
809
|
default: boolean;
|
|
810
810
|
};
|
|
811
811
|
}>> & {
|
|
812
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
813
812
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
814
813
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
815
814
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
815
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
816
816
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
817
817
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
818
|
-
}, "
|
|
818
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
819
819
|
$attrs: {
|
|
820
820
|
[x: string]: unknown;
|
|
821
821
|
};
|
|
@@ -827,13 +827,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
827
827
|
}>;
|
|
828
828
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
829
829
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
830
|
-
$emit: ((event: "
|
|
830
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
831
831
|
$el: any;
|
|
832
832
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
833
|
-
modelValue: {
|
|
834
|
-
type: PropType<FieldValues>;
|
|
835
|
-
default: () => {};
|
|
836
|
-
};
|
|
837
833
|
collapseDuration: {
|
|
838
834
|
type: PropType<number>;
|
|
839
835
|
default: undefined;
|
|
@@ -850,6 +846,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
850
846
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
851
847
|
default: boolean;
|
|
852
848
|
};
|
|
849
|
+
modelValue: {
|
|
850
|
+
type: PropType<FieldValues>;
|
|
851
|
+
default: () => {};
|
|
852
|
+
};
|
|
853
853
|
rules: {
|
|
854
854
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
855
855
|
default: () => {};
|
|
@@ -913,7 +913,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
913
913
|
default: boolean;
|
|
914
914
|
};
|
|
915
915
|
footerAlign: {
|
|
916
|
-
type: PropType<"
|
|
916
|
+
type: PropType<"right" | "left" | "center">;
|
|
917
917
|
default: string;
|
|
918
918
|
};
|
|
919
919
|
cardProps: {
|
|
@@ -932,10 +932,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
932
932
|
default: boolean;
|
|
933
933
|
};
|
|
934
934
|
}>> & {
|
|
935
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
936
935
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
937
936
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
938
937
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
938
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
939
939
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
940
940
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
941
941
|
}, {
|
|
@@ -1231,11 +1231,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1231
1231
|
submitError: (errors: unknown) => void;
|
|
1232
1232
|
validate: (...args: any[]) => void;
|
|
1233
1233
|
}, string, {
|
|
1234
|
-
modelValue: FieldValues;
|
|
1235
1234
|
collapseDuration: number;
|
|
1236
1235
|
collapseTransition: boolean;
|
|
1237
1236
|
columns: PlusColumn[];
|
|
1238
1237
|
group: false | PlusFormGroupRow[];
|
|
1238
|
+
modelValue: FieldValues;
|
|
1239
1239
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1240
1240
|
labelPosition: "top" | "right" | "left";
|
|
1241
1241
|
labelWidth: string | number;
|
|
@@ -1256,7 +1256,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1256
1256
|
submitText: string;
|
|
1257
1257
|
resetText: string;
|
|
1258
1258
|
submitLoading: boolean;
|
|
1259
|
-
footerAlign: "
|
|
1259
|
+
footerAlign: "right" | "left" | "center";
|
|
1260
1260
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1261
1261
|
style?: CSSProperties | undefined;
|
|
1262
1262
|
class?: any;
|
|
@@ -1284,10 +1284,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1284
1284
|
$nextTick: typeof nextTick;
|
|
1285
1285
|
$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;
|
|
1286
1286
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1287
|
-
modelValue: {
|
|
1288
|
-
type: PropType<FieldValues>;
|
|
1289
|
-
default: () => {};
|
|
1290
|
-
};
|
|
1291
1287
|
collapseDuration: {
|
|
1292
1288
|
type: PropType<number>;
|
|
1293
1289
|
default: undefined;
|
|
@@ -1304,6 +1300,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1304
1300
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1305
1301
|
default: boolean;
|
|
1306
1302
|
};
|
|
1303
|
+
modelValue: {
|
|
1304
|
+
type: PropType<FieldValues>;
|
|
1305
|
+
default: () => {};
|
|
1306
|
+
};
|
|
1307
1307
|
rules: {
|
|
1308
1308
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1309
1309
|
default: () => {};
|
|
@@ -1367,7 +1367,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1367
1367
|
default: boolean;
|
|
1368
1368
|
};
|
|
1369
1369
|
footerAlign: {
|
|
1370
|
-
type: PropType<"
|
|
1370
|
+
type: PropType<"right" | "left" | "center">;
|
|
1371
1371
|
default: string;
|
|
1372
1372
|
};
|
|
1373
1373
|
cardProps: {
|
|
@@ -1386,10 +1386,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1386
1386
|
default: boolean;
|
|
1387
1387
|
};
|
|
1388
1388
|
}>> & {
|
|
1389
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1390
1389
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1391
1390
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1392
1391
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1392
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1393
1393
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1394
1394
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1395
1395
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1690,14 +1690,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1690
1690
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1691
1691
|
columns?: PlusColumn[] | undefined;
|
|
1692
1692
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1693
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1693
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1694
1694
|
readonly label: string | ComputedRef<string>;
|
|
1695
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1695
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1696
1696
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1697
|
-
readonly tooltip: string |
|
|
1697
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1698
1698
|
style?: CSSProperties | undefined;
|
|
1699
1699
|
class?: any;
|
|
1700
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1700
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1701
1701
|
style?: CSSProperties | undefined;
|
|
1702
1702
|
class?: any;
|
|
1703
1703
|
} & RecordType>>;
|
|
@@ -1764,12 +1764,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1764
1764
|
fieldInstance?: any;
|
|
1765
1765
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1766
1766
|
prop: string;
|
|
1767
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1767
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1768
1768
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1769
|
-
tooltip: string |
|
|
1769
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1770
1770
|
style?: CSSProperties | undefined;
|
|
1771
1771
|
class?: any;
|
|
1772
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1772
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1773
1773
|
style?: CSSProperties | undefined;
|
|
1774
1774
|
class?: any;
|
|
1775
1775
|
} & RecordType>>;
|
|
@@ -1798,14 +1798,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1798
1798
|
clearable: boolean;
|
|
1799
1799
|
index: number;
|
|
1800
1800
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1801
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1801
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1802
1802
|
readonly label: string | ComputedRef<string>;
|
|
1803
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1803
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1804
1804
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1805
|
-
readonly tooltip: string |
|
|
1805
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1806
1806
|
style?: CSSProperties | undefined;
|
|
1807
1807
|
class?: any;
|
|
1808
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1808
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1809
1809
|
style?: CSSProperties | undefined;
|
|
1810
1810
|
class?: any;
|
|
1811
1811
|
} & RecordType>>;
|
|
@@ -1872,12 +1872,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1872
1872
|
fieldInstance?: any;
|
|
1873
1873
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1874
1874
|
prop: string;
|
|
1875
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1875
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1876
1876
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1877
|
-
tooltip: string |
|
|
1877
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1878
1878
|
style?: CSSProperties | undefined;
|
|
1879
1879
|
class?: any;
|
|
1880
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1880
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1881
1881
|
style?: CSSProperties | undefined;
|
|
1882
1882
|
class?: any;
|
|
1883
1883
|
} & RecordType>>;
|
|
@@ -1929,8 +1929,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1929
1929
|
reset: (values: FieldValues) => void;
|
|
1930
1930
|
collapse: (isShowUnfold: boolean) => void;
|
|
1931
1931
|
}, string, {
|
|
1932
|
-
modelValue: FieldValues;
|
|
1933
1932
|
columns: PlusColumn[];
|
|
1933
|
+
modelValue: FieldValues;
|
|
1934
1934
|
labelPosition: "top" | "right" | "left";
|
|
1935
1935
|
inline: boolean;
|
|
1936
1936
|
showNumber: number;
|
|
@@ -1976,14 +1976,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1976
1976
|
$nextTick: typeof nextTick;
|
|
1977
1977
|
$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;
|
|
1978
1978
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1979
|
-
modelValue: {
|
|
1980
|
-
type: PropType<FieldValues>;
|
|
1981
|
-
default: () => {};
|
|
1982
|
-
};
|
|
1983
1979
|
columns: {
|
|
1984
1980
|
type: PropType<PlusColumn[]>;
|
|
1985
1981
|
default: () => never[];
|
|
1986
1982
|
};
|
|
1983
|
+
modelValue: {
|
|
1984
|
+
type: PropType<FieldValues>;
|
|
1985
|
+
default: () => {};
|
|
1986
|
+
};
|
|
1987
1987
|
labelPosition: {
|
|
1988
1988
|
type: PropType<"top" | "right" | "left">;
|
|
1989
1989
|
default: undefined;
|
|
@@ -2071,9 +2071,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2071
2071
|
default: undefined;
|
|
2072
2072
|
};
|
|
2073
2073
|
}>> & {
|
|
2074
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2075
2074
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2076
2075
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2076
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2077
2077
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2078
2078
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2079
2079
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2081,11 +2081,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2081
2081
|
$: ComponentInternalInstance;
|
|
2082
2082
|
$data: {};
|
|
2083
2083
|
$props: Partial<{
|
|
2084
|
-
modelValue: FieldValues;
|
|
2085
2084
|
collapseDuration: number;
|
|
2086
2085
|
collapseTransition: boolean;
|
|
2087
2086
|
columns: PlusColumn[];
|
|
2088
2087
|
group: false | PlusFormGroupRow[];
|
|
2088
|
+
modelValue: FieldValues;
|
|
2089
2089
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2090
2090
|
labelPosition: "top" | "right" | "left";
|
|
2091
2091
|
labelWidth: string | number;
|
|
@@ -2106,7 +2106,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2106
2106
|
submitText: string;
|
|
2107
2107
|
resetText: string;
|
|
2108
2108
|
submitLoading: boolean;
|
|
2109
|
-
footerAlign: "
|
|
2109
|
+
footerAlign: "right" | "left" | "center";
|
|
2110
2110
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2111
2111
|
style?: CSSProperties | undefined;
|
|
2112
2112
|
class?: any;
|
|
@@ -2114,9 +2114,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2114
2114
|
prevent: boolean;
|
|
2115
2115
|
clearable: boolean;
|
|
2116
2116
|
}> & Omit<{
|
|
2117
|
-
readonly modelValue: FieldValues;
|
|
2118
2117
|
readonly columns: PlusColumn[];
|
|
2119
2118
|
readonly group: false | PlusFormGroupRow[];
|
|
2119
|
+
readonly modelValue: FieldValues;
|
|
2120
2120
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2121
2121
|
readonly labelPosition: "top" | "right" | "left";
|
|
2122
2122
|
readonly labelWidth: string | number;
|
|
@@ -2137,7 +2137,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2137
2137
|
readonly submitText: string;
|
|
2138
2138
|
readonly resetText: string;
|
|
2139
2139
|
readonly submitLoading: boolean;
|
|
2140
|
-
readonly footerAlign: "
|
|
2140
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
2141
2141
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2142
2142
|
style?: CSSProperties | undefined;
|
|
2143
2143
|
class?: any;
|
|
@@ -2146,17 +2146,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2146
2146
|
readonly clearable: boolean;
|
|
2147
2147
|
readonly collapseDuration?: number | undefined;
|
|
2148
2148
|
readonly collapseTransition?: boolean | undefined;
|
|
2149
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2150
2149
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2151
2150
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2152
2151
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2152
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2153
2153
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2154
2154
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2155
2155
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2156
|
-
modelValue: {
|
|
2157
|
-
type: PropType<FieldValues>;
|
|
2158
|
-
default: () => {};
|
|
2159
|
-
};
|
|
2160
2156
|
collapseDuration: {
|
|
2161
2157
|
type: PropType<number>;
|
|
2162
2158
|
default: undefined;
|
|
@@ -2173,6 +2169,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2173
2169
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2174
2170
|
default: boolean;
|
|
2175
2171
|
};
|
|
2172
|
+
modelValue: {
|
|
2173
|
+
type: PropType<FieldValues>;
|
|
2174
|
+
default: () => {};
|
|
2175
|
+
};
|
|
2176
2176
|
rules: {
|
|
2177
2177
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2178
2178
|
default: () => {};
|
|
@@ -2236,7 +2236,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2236
2236
|
default: boolean;
|
|
2237
2237
|
};
|
|
2238
2238
|
footerAlign: {
|
|
2239
|
-
type: PropType<"
|
|
2239
|
+
type: PropType<"right" | "left" | "center">;
|
|
2240
2240
|
default: string;
|
|
2241
2241
|
};
|
|
2242
2242
|
cardProps: {
|
|
@@ -2255,13 +2255,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2255
2255
|
default: boolean;
|
|
2256
2256
|
};
|
|
2257
2257
|
}>> & {
|
|
2258
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2259
2258
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2260
2259
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2261
2260
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2261
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2262
2262
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2263
2263
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2264
|
-
}, "
|
|
2264
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2265
2265
|
$attrs: {
|
|
2266
2266
|
[x: string]: unknown;
|
|
2267
2267
|
};
|
|
@@ -2273,13 +2273,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2273
2273
|
}>;
|
|
2274
2274
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
2275
2275
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2276
|
-
$emit: ((event: "
|
|
2276
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
2277
2277
|
$el: any;
|
|
2278
2278
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2279
|
-
modelValue: {
|
|
2280
|
-
type: PropType<FieldValues>;
|
|
2281
|
-
default: () => {};
|
|
2282
|
-
};
|
|
2283
2279
|
collapseDuration: {
|
|
2284
2280
|
type: PropType<number>;
|
|
2285
2281
|
default: undefined;
|
|
@@ -2296,6 +2292,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2296
2292
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2297
2293
|
default: boolean;
|
|
2298
2294
|
};
|
|
2295
|
+
modelValue: {
|
|
2296
|
+
type: PropType<FieldValues>;
|
|
2297
|
+
default: () => {};
|
|
2298
|
+
};
|
|
2299
2299
|
rules: {
|
|
2300
2300
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2301
2301
|
default: () => {};
|
|
@@ -2359,7 +2359,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2359
2359
|
default: boolean;
|
|
2360
2360
|
};
|
|
2361
2361
|
footerAlign: {
|
|
2362
|
-
type: PropType<"
|
|
2362
|
+
type: PropType<"right" | "left" | "center">;
|
|
2363
2363
|
default: string;
|
|
2364
2364
|
};
|
|
2365
2365
|
cardProps: {
|
|
@@ -2378,10 +2378,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2378
2378
|
default: boolean;
|
|
2379
2379
|
};
|
|
2380
2380
|
}>> & {
|
|
2381
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2382
2381
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2383
2382
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2384
2383
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2384
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2385
2385
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2386
2386
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2387
2387
|
}, {
|
|
@@ -2677,11 +2677,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2677
2677
|
submitError: (errors: unknown) => void;
|
|
2678
2678
|
validate: (...args: any[]) => void;
|
|
2679
2679
|
}, string, {
|
|
2680
|
-
modelValue: FieldValues;
|
|
2681
2680
|
collapseDuration: number;
|
|
2682
2681
|
collapseTransition: boolean;
|
|
2683
2682
|
columns: PlusColumn[];
|
|
2684
2683
|
group: false | PlusFormGroupRow[];
|
|
2684
|
+
modelValue: FieldValues;
|
|
2685
2685
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2686
2686
|
labelPosition: "top" | "right" | "left";
|
|
2687
2687
|
labelWidth: string | number;
|
|
@@ -2702,7 +2702,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2702
2702
|
submitText: string;
|
|
2703
2703
|
resetText: string;
|
|
2704
2704
|
submitLoading: boolean;
|
|
2705
|
-
footerAlign: "
|
|
2705
|
+
footerAlign: "right" | "left" | "center";
|
|
2706
2706
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2707
2707
|
style?: CSSProperties | undefined;
|
|
2708
2708
|
class?: any;
|
|
@@ -2730,10 +2730,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2730
2730
|
$nextTick: typeof nextTick;
|
|
2731
2731
|
$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;
|
|
2732
2732
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2733
|
-
modelValue: {
|
|
2734
|
-
type: PropType<FieldValues>;
|
|
2735
|
-
default: () => {};
|
|
2736
|
-
};
|
|
2737
2733
|
collapseDuration: {
|
|
2738
2734
|
type: PropType<number>;
|
|
2739
2735
|
default: undefined;
|
|
@@ -2750,6 +2746,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2750
2746
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2751
2747
|
default: boolean;
|
|
2752
2748
|
};
|
|
2749
|
+
modelValue: {
|
|
2750
|
+
type: PropType<FieldValues>;
|
|
2751
|
+
default: () => {};
|
|
2752
|
+
};
|
|
2753
2753
|
rules: {
|
|
2754
2754
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2755
2755
|
default: () => {};
|
|
@@ -2813,7 +2813,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2813
2813
|
default: boolean;
|
|
2814
2814
|
};
|
|
2815
2815
|
footerAlign: {
|
|
2816
|
-
type: PropType<"
|
|
2816
|
+
type: PropType<"right" | "left" | "center">;
|
|
2817
2817
|
default: string;
|
|
2818
2818
|
};
|
|
2819
2819
|
cardProps: {
|
|
@@ -2832,10 +2832,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2832
2832
|
default: boolean;
|
|
2833
2833
|
};
|
|
2834
2834
|
}>> & {
|
|
2835
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2836
2835
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2837
2836
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2838
2837
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2838
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2839
2839
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2840
2840
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2841
2841
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -3136,14 +3136,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3136
3136
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3137
3137
|
columns?: PlusColumn[] | undefined;
|
|
3138
3138
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3139
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3139
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3140
3140
|
readonly label: string | ComputedRef<string>;
|
|
3141
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3141
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3142
3142
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3143
|
-
readonly tooltip: string |
|
|
3143
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3144
3144
|
style?: CSSProperties | undefined;
|
|
3145
3145
|
class?: any;
|
|
3146
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3146
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3147
3147
|
style?: CSSProperties | undefined;
|
|
3148
3148
|
class?: any;
|
|
3149
3149
|
} & RecordType>>;
|
|
@@ -3210,12 +3210,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3210
3210
|
fieldInstance?: any;
|
|
3211
3211
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3212
3212
|
prop: string;
|
|
3213
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3213
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3214
3214
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3215
|
-
tooltip: string |
|
|
3215
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3216
3216
|
style?: CSSProperties | undefined;
|
|
3217
3217
|
class?: any;
|
|
3218
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3218
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3219
3219
|
style?: CSSProperties | undefined;
|
|
3220
3220
|
class?: any;
|
|
3221
3221
|
} & RecordType>>;
|
|
@@ -3244,14 +3244,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3244
3244
|
clearable: boolean;
|
|
3245
3245
|
index: number;
|
|
3246
3246
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3247
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3247
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3248
3248
|
readonly label: string | ComputedRef<string>;
|
|
3249
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3249
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3250
3250
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3251
|
-
readonly tooltip: string |
|
|
3251
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3252
3252
|
style?: CSSProperties | undefined;
|
|
3253
3253
|
class?: any;
|
|
3254
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3254
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3255
3255
|
style?: CSSProperties | undefined;
|
|
3256
3256
|
class?: any;
|
|
3257
3257
|
} & RecordType>>;
|
|
@@ -3318,12 +3318,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3318
3318
|
fieldInstance?: any;
|
|
3319
3319
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3320
3320
|
prop: string;
|
|
3321
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3321
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3322
3322
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3323
|
-
tooltip: string |
|
|
3323
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3324
3324
|
style?: CSSProperties | undefined;
|
|
3325
3325
|
class?: any;
|
|
3326
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3326
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3327
3327
|
style?: CSSProperties | undefined;
|
|
3328
3328
|
class?: any;
|
|
3329
3329
|
} & RecordType>>;
|
|
@@ -3370,14 +3370,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3370
3370
|
handleUnfold: (e: MouseEvent) => void;
|
|
3371
3371
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3372
3372
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3373
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3373
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3374
3374
|
readonly label: string | ComputedRef<string>;
|
|
3375
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3375
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3376
3376
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3377
|
-
readonly tooltip: string |
|
|
3377
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3378
3378
|
style?: CSSProperties | undefined;
|
|
3379
3379
|
class?: any;
|
|
3380
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3380
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3381
3381
|
style?: CSSProperties | undefined;
|
|
3382
3382
|
class?: any;
|
|
3383
3383
|
} & RecordType>>;
|
|
@@ -3444,12 +3444,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3444
3444
|
fieldInstance?: any;
|
|
3445
3445
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3446
3446
|
prop: string;
|
|
3447
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3447
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3448
3448
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3449
|
-
tooltip: string |
|
|
3449
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3450
3450
|
style?: CSSProperties | undefined;
|
|
3451
3451
|
class?: any;
|
|
3452
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3452
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3453
3453
|
style?: CSSProperties | undefined;
|
|
3454
3454
|
class?: any;
|
|
3455
3455
|
} & RecordType>>;
|
|
@@ -3922,9 +3922,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3922
3922
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3923
3923
|
__epPropKey: true;
|
|
3924
3924
|
};
|
|
3925
|
-
width: (
|
|
3926
|
-
height: (
|
|
3927
|
-
maxHeight: (
|
|
3925
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3926
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3927
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3928
3928
|
fit: {
|
|
3929
3929
|
type: BooleanConstructor;
|
|
3930
3930
|
default: boolean;
|
|
@@ -3948,13 +3948,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3948
3948
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3949
3949
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3950
3950
|
highlightCurrentRow: BooleanConstructor;
|
|
3951
|
-
currentRowKey: (
|
|
3951
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3952
3952
|
emptyText: StringConstructor;
|
|
3953
3953
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3954
3954
|
defaultExpandAll: BooleanConstructor;
|
|
3955
3955
|
defaultSort: PropType< Sort | undefined>;
|
|
3956
3956
|
tooltipEffect: StringConstructor;
|
|
3957
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3957
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3958
3958
|
spanMethod: PropType<((data: {
|
|
3959
3959
|
row: any;
|
|
3960
3960
|
rowIndex: number;
|
|
@@ -3998,7 +3998,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3998
3998
|
};
|
|
3999
3999
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4000
4000
|
flexible: BooleanConstructor;
|
|
4001
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4001
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4002
4002
|
}>> & {
|
|
4003
4003
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4004
4004
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4118,9 +4118,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4118
4118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4119
4119
|
__epPropKey: true;
|
|
4120
4120
|
};
|
|
4121
|
-
width: (
|
|
4122
|
-
height: (
|
|
4123
|
-
maxHeight: (
|
|
4121
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4122
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4123
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4124
4124
|
fit: {
|
|
4125
4125
|
type: BooleanConstructor;
|
|
4126
4126
|
default: boolean;
|
|
@@ -4144,13 +4144,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4144
4144
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4145
4145
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4146
4146
|
highlightCurrentRow: BooleanConstructor;
|
|
4147
|
-
currentRowKey: (
|
|
4147
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4148
4148
|
emptyText: StringConstructor;
|
|
4149
4149
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4150
4150
|
defaultExpandAll: BooleanConstructor;
|
|
4151
4151
|
defaultSort: PropType< Sort | undefined>;
|
|
4152
4152
|
tooltipEffect: StringConstructor;
|
|
4153
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4153
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4154
4154
|
spanMethod: PropType<((data: {
|
|
4155
4155
|
row: any;
|
|
4156
4156
|
rowIndex: number;
|
|
@@ -4194,7 +4194,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4194
4194
|
};
|
|
4195
4195
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4196
4196
|
flexible: BooleanConstructor;
|
|
4197
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4197
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4198
4198
|
}>> & {
|
|
4199
4199
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4200
4200
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4253,9 +4253,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4253
4253
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4254
4254
|
__epPropKey: true;
|
|
4255
4255
|
};
|
|
4256
|
-
width: (
|
|
4257
|
-
height: (
|
|
4258
|
-
maxHeight: (
|
|
4256
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4257
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4258
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4259
4259
|
fit: {
|
|
4260
4260
|
type: BooleanConstructor;
|
|
4261
4261
|
default: boolean;
|
|
@@ -4279,13 +4279,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4279
4279
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4280
4280
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4281
4281
|
highlightCurrentRow: BooleanConstructor;
|
|
4282
|
-
currentRowKey: (
|
|
4282
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4283
4283
|
emptyText: StringConstructor;
|
|
4284
4284
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4285
4285
|
defaultExpandAll: BooleanConstructor;
|
|
4286
4286
|
defaultSort: PropType< Sort | undefined>;
|
|
4287
4287
|
tooltipEffect: StringConstructor;
|
|
4288
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4288
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4289
4289
|
spanMethod: PropType<((data: {
|
|
4290
4290
|
row: any;
|
|
4291
4291
|
rowIndex: number;
|
|
@@ -4329,7 +4329,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4329
4329
|
};
|
|
4330
4330
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4331
4331
|
flexible: BooleanConstructor;
|
|
4332
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4332
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4333
4333
|
}>> & {
|
|
4334
4334
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4335
4335
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4701,9 +4701,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4701
4701
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4702
4702
|
__epPropKey: true;
|
|
4703
4703
|
};
|
|
4704
|
-
width: (
|
|
4705
|
-
height: (
|
|
4706
|
-
maxHeight: (
|
|
4704
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4705
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4706
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4707
4707
|
fit: {
|
|
4708
4708
|
type: BooleanConstructor;
|
|
4709
4709
|
default: boolean;
|
|
@@ -4727,13 +4727,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4727
4727
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4728
4728
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4729
4729
|
highlightCurrentRow: BooleanConstructor;
|
|
4730
|
-
currentRowKey: (
|
|
4730
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4731
4731
|
emptyText: StringConstructor;
|
|
4732
4732
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4733
4733
|
defaultExpandAll: BooleanConstructor;
|
|
4734
4734
|
defaultSort: PropType< Sort | undefined>;
|
|
4735
4735
|
tooltipEffect: StringConstructor;
|
|
4736
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4736
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4737
4737
|
spanMethod: PropType<((data: {
|
|
4738
4738
|
row: any;
|
|
4739
4739
|
rowIndex: number;
|
|
@@ -4777,7 +4777,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4777
4777
|
};
|
|
4778
4778
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4779
4779
|
flexible: BooleanConstructor;
|
|
4780
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4780
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4781
4781
|
}>> & {
|
|
4782
4782
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4783
4783
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4897,9 +4897,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4897
4897
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4898
4898
|
__epPropKey: true;
|
|
4899
4899
|
};
|
|
4900
|
-
width: (
|
|
4901
|
-
height: (
|
|
4902
|
-
maxHeight: (
|
|
4900
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4901
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4902
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4903
4903
|
fit: {
|
|
4904
4904
|
type: BooleanConstructor;
|
|
4905
4905
|
default: boolean;
|
|
@@ -4923,13 +4923,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4923
4923
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4924
4924
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4925
4925
|
highlightCurrentRow: BooleanConstructor;
|
|
4926
|
-
currentRowKey: (
|
|
4926
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4927
4927
|
emptyText: StringConstructor;
|
|
4928
4928
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4929
4929
|
defaultExpandAll: BooleanConstructor;
|
|
4930
4930
|
defaultSort: PropType< Sort | undefined>;
|
|
4931
4931
|
tooltipEffect: StringConstructor;
|
|
4932
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4932
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4933
4933
|
spanMethod: PropType<((data: {
|
|
4934
4934
|
row: any;
|
|
4935
4935
|
rowIndex: number;
|
|
@@ -4973,7 +4973,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4973
4973
|
};
|
|
4974
4974
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4975
4975
|
flexible: BooleanConstructor;
|
|
4976
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4976
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4977
4977
|
}>> & {
|
|
4978
4978
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4979
4979
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5032,9 +5032,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5032
5032
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5033
5033
|
__epPropKey: true;
|
|
5034
5034
|
};
|
|
5035
|
-
width: (
|
|
5036
|
-
height: (
|
|
5037
|
-
maxHeight: (
|
|
5035
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5036
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5037
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5038
5038
|
fit: {
|
|
5039
5039
|
type: BooleanConstructor;
|
|
5040
5040
|
default: boolean;
|
|
@@ -5058,13 +5058,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5058
5058
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5059
5059
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5060
5060
|
highlightCurrentRow: BooleanConstructor;
|
|
5061
|
-
currentRowKey: (
|
|
5061
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
5062
5062
|
emptyText: StringConstructor;
|
|
5063
5063
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5064
5064
|
defaultExpandAll: BooleanConstructor;
|
|
5065
5065
|
defaultSort: PropType< Sort | undefined>;
|
|
5066
5066
|
tooltipEffect: StringConstructor;
|
|
5067
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5067
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5068
5068
|
spanMethod: PropType<((data: {
|
|
5069
5069
|
row: any;
|
|
5070
5070
|
rowIndex: number;
|
|
@@ -5108,7 +5108,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5108
5108
|
};
|
|
5109
5109
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5110
5110
|
flexible: BooleanConstructor;
|
|
5111
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5111
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5112
5112
|
}>> & {
|
|
5113
5113
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5114
5114
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5290,7 +5290,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5290
5290
|
columns: PlusColumn[];
|
|
5291
5291
|
immediate: boolean;
|
|
5292
5292
|
params: RecordType;
|
|
5293
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5293
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5294
5294
|
columnsEmptyText: string;
|
|
5295
5295
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5296
5296
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -5367,7 +5367,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5367
5367
|
required: true;
|
|
5368
5368
|
};
|
|
5369
5369
|
pagination: {
|
|
5370
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5370
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
5371
5371
|
default: () => {};
|
|
5372
5372
|
};
|
|
5373
5373
|
columnsEmptyText: {
|
|
@@ -5440,8 +5440,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5440
5440
|
$: ComponentInternalInstance;
|
|
5441
5441
|
$data: {};
|
|
5442
5442
|
$props: Partial<{
|
|
5443
|
-
modelValue: FieldValues;
|
|
5444
5443
|
columns: PlusColumn[];
|
|
5444
|
+
modelValue: FieldValues;
|
|
5445
5445
|
labelPosition: "top" | "right" | "left";
|
|
5446
5446
|
inline: boolean;
|
|
5447
5447
|
showNumber: number;
|
|
@@ -5467,8 +5467,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5467
5467
|
searchIcon: Component | null;
|
|
5468
5468
|
resetIcon: Component | null;
|
|
5469
5469
|
}> & Omit<{
|
|
5470
|
-
readonly modelValue: FieldValues;
|
|
5471
5470
|
readonly columns: PlusColumn[];
|
|
5471
|
+
readonly modelValue: FieldValues;
|
|
5472
5472
|
readonly inline: boolean;
|
|
5473
5473
|
readonly showNumber: number;
|
|
5474
5474
|
readonly defaultValues: FieldValues;
|
|
@@ -5493,20 +5493,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5493
5493
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5494
5494
|
readonly searchIcon?: Component | null | undefined;
|
|
5495
5495
|
readonly resetIcon?: Component | null | undefined;
|
|
5496
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5497
5496
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5498
5497
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5498
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5499
5499
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5500
5500
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5501
5501
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5502
|
-
modelValue: {
|
|
5503
|
-
type: PropType<FieldValues>;
|
|
5504
|
-
default: () => {};
|
|
5505
|
-
};
|
|
5506
5502
|
columns: {
|
|
5507
5503
|
type: PropType<PlusColumn[]>;
|
|
5508
5504
|
default: () => never[];
|
|
5509
5505
|
};
|
|
5506
|
+
modelValue: {
|
|
5507
|
+
type: PropType<FieldValues>;
|
|
5508
|
+
default: () => {};
|
|
5509
|
+
};
|
|
5510
5510
|
labelPosition: {
|
|
5511
5511
|
type: PropType<"top" | "right" | "left">;
|
|
5512
5512
|
default: undefined;
|
|
@@ -5594,12 +5594,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5594
5594
|
default: undefined;
|
|
5595
5595
|
};
|
|
5596
5596
|
}>> & {
|
|
5597
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5598
5597
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5599
5598
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5599
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5600
5600
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5601
5601
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5602
|
-
}, "
|
|
5602
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5603
5603
|
$attrs: {
|
|
5604
5604
|
[x: string]: unknown;
|
|
5605
5605
|
};
|
|
@@ -5611,17 +5611,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5611
5611
|
}>;
|
|
5612
5612
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
5613
5613
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5614
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5614
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void); /** 包装后的请求函数 */
|
|
5615
5615
|
$el: any;
|
|
5616
5616
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5617
|
-
modelValue: {
|
|
5618
|
-
type: PropType<FieldValues>;
|
|
5619
|
-
default: () => {};
|
|
5620
|
-
};
|
|
5621
5617
|
columns: {
|
|
5622
5618
|
type: PropType<PlusColumn[]>;
|
|
5623
5619
|
default: () => never[];
|
|
5624
5620
|
};
|
|
5621
|
+
modelValue: {
|
|
5622
|
+
type: PropType<FieldValues>;
|
|
5623
|
+
default: () => {};
|
|
5624
|
+
};
|
|
5625
5625
|
labelPosition: {
|
|
5626
5626
|
type: PropType<"top" | "right" | "left">;
|
|
5627
5627
|
default: undefined;
|
|
@@ -5709,9 +5709,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5709
5709
|
default: undefined;
|
|
5710
5710
|
};
|
|
5711
5711
|
}>> & {
|
|
5712
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5713
5712
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5714
5713
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5714
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5715
5715
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5716
5716
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5717
5717
|
}, {
|
|
@@ -5719,11 +5719,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5719
5719
|
$: ComponentInternalInstance;
|
|
5720
5720
|
$data: {};
|
|
5721
5721
|
$props: Partial<{
|
|
5722
|
-
modelValue: FieldValues;
|
|
5723
5722
|
collapseDuration: number;
|
|
5724
5723
|
collapseTransition: boolean;
|
|
5725
5724
|
columns: PlusColumn[];
|
|
5726
5725
|
group: false | PlusFormGroupRow[];
|
|
5726
|
+
modelValue: FieldValues;
|
|
5727
5727
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5728
5728
|
labelPosition: "top" | "right" | "left";
|
|
5729
5729
|
labelWidth: string | number;
|
|
@@ -5744,7 +5744,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5744
5744
|
submitText: string;
|
|
5745
5745
|
resetText: string;
|
|
5746
5746
|
submitLoading: boolean;
|
|
5747
|
-
footerAlign: "
|
|
5747
|
+
footerAlign: "right" | "left" | "center";
|
|
5748
5748
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5749
5749
|
style?: CSSProperties | undefined;
|
|
5750
5750
|
class?: any;
|
|
@@ -5752,9 +5752,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5752
5752
|
prevent: boolean;
|
|
5753
5753
|
clearable: boolean;
|
|
5754
5754
|
}> & Omit<{
|
|
5755
|
-
readonly modelValue: FieldValues;
|
|
5756
5755
|
readonly columns: PlusColumn[];
|
|
5757
5756
|
readonly group: false | PlusFormGroupRow[];
|
|
5757
|
+
readonly modelValue: FieldValues;
|
|
5758
5758
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5759
5759
|
readonly labelPosition: "top" | "right" | "left";
|
|
5760
5760
|
readonly labelWidth: string | number;
|
|
@@ -5775,7 +5775,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5775
5775
|
readonly submitText: string;
|
|
5776
5776
|
readonly resetText: string;
|
|
5777
5777
|
readonly submitLoading: boolean;
|
|
5778
|
-
readonly footerAlign: "
|
|
5778
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
5779
5779
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5780
5780
|
style?: CSSProperties | undefined;
|
|
5781
5781
|
class?: any;
|
|
@@ -5784,17 +5784,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5784
5784
|
readonly clearable: boolean;
|
|
5785
5785
|
readonly collapseDuration?: number | undefined;
|
|
5786
5786
|
readonly collapseTransition?: boolean | undefined;
|
|
5787
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5788
5787
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5789
5788
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5790
5789
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5790
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5791
5791
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5792
5792
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5793
5793
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5794
|
-
modelValue: {
|
|
5795
|
-
type: PropType<FieldValues>;
|
|
5796
|
-
default: () => {};
|
|
5797
|
-
};
|
|
5798
5794
|
collapseDuration: {
|
|
5799
5795
|
type: PropType<number>;
|
|
5800
5796
|
default: undefined;
|
|
@@ -5811,6 +5807,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5811
5807
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5812
5808
|
default: boolean;
|
|
5813
5809
|
};
|
|
5810
|
+
modelValue: {
|
|
5811
|
+
type: PropType<FieldValues>;
|
|
5812
|
+
default: () => {};
|
|
5813
|
+
};
|
|
5814
5814
|
rules: {
|
|
5815
5815
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5816
5816
|
default: () => {};
|
|
@@ -5874,7 +5874,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5874
5874
|
default: boolean;
|
|
5875
5875
|
};
|
|
5876
5876
|
footerAlign: {
|
|
5877
|
-
type: PropType<"
|
|
5877
|
+
type: PropType<"right" | "left" | "center">;
|
|
5878
5878
|
default: string;
|
|
5879
5879
|
};
|
|
5880
5880
|
cardProps: {
|
|
@@ -5893,13 +5893,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5893
5893
|
default: boolean;
|
|
5894
5894
|
};
|
|
5895
5895
|
}>> & {
|
|
5896
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5897
5896
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5898
5897
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5899
5898
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5899
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5900
5900
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5901
5901
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5902
|
-
}, "
|
|
5902
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5903
5903
|
$attrs: {
|
|
5904
5904
|
[x: string]: unknown;
|
|
5905
5905
|
};
|
|
@@ -5911,13 +5911,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5911
5911
|
}>;
|
|
5912
5912
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
5913
5913
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5914
|
-
$emit: ((event: "
|
|
5914
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
5915
5915
|
$el: any;
|
|
5916
5916
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5917
|
-
modelValue: {
|
|
5918
|
-
type: PropType<FieldValues>;
|
|
5919
|
-
default: () => {};
|
|
5920
|
-
};
|
|
5921
5917
|
collapseDuration: {
|
|
5922
5918
|
type: PropType<number>;
|
|
5923
5919
|
default: undefined;
|
|
@@ -5934,6 +5930,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5934
5930
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5935
5931
|
default: boolean;
|
|
5936
5932
|
};
|
|
5933
|
+
modelValue: {
|
|
5934
|
+
type: PropType<FieldValues>;
|
|
5935
|
+
default: () => {};
|
|
5936
|
+
};
|
|
5937
5937
|
rules: {
|
|
5938
5938
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5939
5939
|
default: () => {};
|
|
@@ -5997,7 +5997,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5997
5997
|
default: boolean;
|
|
5998
5998
|
};
|
|
5999
5999
|
footerAlign: {
|
|
6000
|
-
type: PropType<"
|
|
6000
|
+
type: PropType<"right" | "left" | "center">;
|
|
6001
6001
|
default: string;
|
|
6002
6002
|
};
|
|
6003
6003
|
cardProps: {
|
|
@@ -6016,10 +6016,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6016
6016
|
default: boolean;
|
|
6017
6017
|
};
|
|
6018
6018
|
}>> & {
|
|
6019
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6020
6019
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6021
6020
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6022
6021
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6022
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6023
6023
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6024
6024
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6025
6025
|
}, {
|
|
@@ -6315,11 +6315,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6315
6315
|
submitError: (errors: unknown) => void;
|
|
6316
6316
|
validate: (...args: any[]) => void;
|
|
6317
6317
|
}, string, {
|
|
6318
|
-
modelValue: FieldValues;
|
|
6319
6318
|
collapseDuration: number;
|
|
6320
6319
|
collapseTransition: boolean;
|
|
6321
6320
|
columns: PlusColumn[];
|
|
6322
6321
|
group: false | PlusFormGroupRow[];
|
|
6322
|
+
modelValue: FieldValues;
|
|
6323
6323
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6324
6324
|
labelPosition: "top" | "right" | "left";
|
|
6325
6325
|
labelWidth: string | number;
|
|
@@ -6340,7 +6340,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6340
6340
|
submitText: string;
|
|
6341
6341
|
resetText: string;
|
|
6342
6342
|
submitLoading: boolean;
|
|
6343
|
-
footerAlign: "
|
|
6343
|
+
footerAlign: "right" | "left" | "center";
|
|
6344
6344
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6345
6345
|
style?: CSSProperties | undefined;
|
|
6346
6346
|
class?: any;
|
|
@@ -6368,10 +6368,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6368
6368
|
$nextTick: typeof nextTick;
|
|
6369
6369
|
$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;
|
|
6370
6370
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6371
|
-
modelValue: {
|
|
6372
|
-
type: PropType<FieldValues>;
|
|
6373
|
-
default: () => {};
|
|
6374
|
-
};
|
|
6375
6371
|
collapseDuration: {
|
|
6376
6372
|
type: PropType<number>;
|
|
6377
6373
|
default: undefined;
|
|
@@ -6388,6 +6384,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6388
6384
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6389
6385
|
default: boolean;
|
|
6390
6386
|
};
|
|
6387
|
+
modelValue: {
|
|
6388
|
+
type: PropType<FieldValues>;
|
|
6389
|
+
default: () => {};
|
|
6390
|
+
};
|
|
6391
6391
|
rules: {
|
|
6392
6392
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6393
6393
|
default: () => {};
|
|
@@ -6451,7 +6451,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6451
6451
|
default: boolean;
|
|
6452
6452
|
};
|
|
6453
6453
|
footerAlign: {
|
|
6454
|
-
type: PropType<"
|
|
6454
|
+
type: PropType<"right" | "left" | "center">;
|
|
6455
6455
|
default: string;
|
|
6456
6456
|
};
|
|
6457
6457
|
cardProps: {
|
|
@@ -6470,10 +6470,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6470
6470
|
default: boolean;
|
|
6471
6471
|
};
|
|
6472
6472
|
}>> & {
|
|
6473
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6474
6473
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6475
6474
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6476
6475
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6476
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6477
6477
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6478
6478
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6479
6479
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6774,14 +6774,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6774
6774
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6775
6775
|
columns?: PlusColumn[] | undefined;
|
|
6776
6776
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6777
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6777
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6778
6778
|
readonly label: string | ComputedRef<string>;
|
|
6779
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6779
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6780
6780
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6781
|
-
readonly tooltip: string |
|
|
6781
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6782
6782
|
style?: CSSProperties | undefined;
|
|
6783
6783
|
class?: any;
|
|
6784
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6784
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6785
6785
|
style?: CSSProperties | undefined;
|
|
6786
6786
|
class?: any;
|
|
6787
6787
|
} & RecordType>>;
|
|
@@ -6848,12 +6848,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6848
6848
|
fieldInstance?: any;
|
|
6849
6849
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6850
6850
|
prop: string;
|
|
6851
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6851
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6852
6852
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6853
|
-
tooltip: string |
|
|
6853
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6854
6854
|
style?: CSSProperties | undefined;
|
|
6855
6855
|
class?: any;
|
|
6856
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6856
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6857
6857
|
style?: CSSProperties | undefined;
|
|
6858
6858
|
class?: any;
|
|
6859
6859
|
} & RecordType>>;
|
|
@@ -6882,14 +6882,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6882
6882
|
clearable: boolean;
|
|
6883
6883
|
index: number;
|
|
6884
6884
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6885
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6885
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6886
6886
|
readonly label: string | ComputedRef<string>;
|
|
6887
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6887
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6888
6888
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6889
|
-
readonly tooltip: string |
|
|
6889
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6890
6890
|
style?: CSSProperties | undefined;
|
|
6891
6891
|
class?: any;
|
|
6892
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6892
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6893
6893
|
style?: CSSProperties | undefined;
|
|
6894
6894
|
class?: any;
|
|
6895
6895
|
} & RecordType>>;
|
|
@@ -6956,12 +6956,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6956
6956
|
fieldInstance?: any;
|
|
6957
6957
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6958
6958
|
prop: string;
|
|
6959
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6959
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6960
6960
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6961
|
-
tooltip: string |
|
|
6961
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6962
6962
|
style?: CSSProperties | undefined;
|
|
6963
6963
|
class?: any;
|
|
6964
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6964
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6965
6965
|
style?: CSSProperties | undefined;
|
|
6966
6966
|
class?: any;
|
|
6967
6967
|
} & RecordType>>;
|
|
@@ -7013,8 +7013,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7013
7013
|
reset: (values: FieldValues) => void;
|
|
7014
7014
|
collapse: (isShowUnfold: boolean) => void;
|
|
7015
7015
|
}, string, {
|
|
7016
|
-
modelValue: FieldValues;
|
|
7017
7016
|
columns: PlusColumn[];
|
|
7017
|
+
modelValue: FieldValues;
|
|
7018
7018
|
labelPosition: "top" | "right" | "left";
|
|
7019
7019
|
inline: boolean;
|
|
7020
7020
|
showNumber: number;
|
|
@@ -7060,14 +7060,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7060
7060
|
$nextTick: typeof nextTick;
|
|
7061
7061
|
$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;
|
|
7062
7062
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7063
|
-
modelValue: {
|
|
7064
|
-
type: PropType<FieldValues>;
|
|
7065
|
-
default: () => {};
|
|
7066
|
-
};
|
|
7067
7063
|
columns: {
|
|
7068
7064
|
type: PropType<PlusColumn[]>;
|
|
7069
7065
|
default: () => never[];
|
|
7070
7066
|
};
|
|
7067
|
+
modelValue: {
|
|
7068
|
+
type: PropType<FieldValues>;
|
|
7069
|
+
default: () => {};
|
|
7070
|
+
};
|
|
7071
7071
|
labelPosition: {
|
|
7072
7072
|
type: PropType<"top" | "right" | "left">;
|
|
7073
7073
|
default: undefined;
|
|
@@ -7155,9 +7155,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7155
7155
|
default: undefined;
|
|
7156
7156
|
};
|
|
7157
7157
|
}>> & {
|
|
7158
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7159
7158
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7160
7159
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7160
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7161
7161
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7162
7162
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7163
7163
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7165,11 +7165,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7165
7165
|
$: ComponentInternalInstance;
|
|
7166
7166
|
$data: {};
|
|
7167
7167
|
$props: Partial<{
|
|
7168
|
-
modelValue: FieldValues;
|
|
7169
7168
|
collapseDuration: number;
|
|
7170
7169
|
collapseTransition: boolean;
|
|
7171
7170
|
columns: PlusColumn[];
|
|
7172
7171
|
group: false | PlusFormGroupRow[];
|
|
7172
|
+
modelValue: FieldValues;
|
|
7173
7173
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7174
7174
|
labelPosition: "top" | "right" | "left";
|
|
7175
7175
|
labelWidth: string | number;
|
|
@@ -7190,7 +7190,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7190
7190
|
submitText: string;
|
|
7191
7191
|
resetText: string;
|
|
7192
7192
|
submitLoading: boolean;
|
|
7193
|
-
footerAlign: "
|
|
7193
|
+
footerAlign: "right" | "left" | "center";
|
|
7194
7194
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7195
7195
|
style?: CSSProperties | undefined;
|
|
7196
7196
|
class?: any;
|
|
@@ -7198,9 +7198,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7198
7198
|
prevent: boolean;
|
|
7199
7199
|
clearable: boolean;
|
|
7200
7200
|
}> & Omit<{
|
|
7201
|
-
readonly modelValue: FieldValues;
|
|
7202
7201
|
readonly columns: PlusColumn[];
|
|
7203
7202
|
readonly group: false | PlusFormGroupRow[];
|
|
7203
|
+
readonly modelValue: FieldValues;
|
|
7204
7204
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7205
7205
|
readonly labelPosition: "top" | "right" | "left";
|
|
7206
7206
|
readonly labelWidth: string | number;
|
|
@@ -7221,7 +7221,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7221
7221
|
readonly submitText: string;
|
|
7222
7222
|
readonly resetText: string;
|
|
7223
7223
|
readonly submitLoading: boolean;
|
|
7224
|
-
readonly footerAlign: "
|
|
7224
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
7225
7225
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7226
7226
|
style?: CSSProperties | undefined;
|
|
7227
7227
|
class?: any;
|
|
@@ -7230,17 +7230,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7230
7230
|
readonly clearable: boolean;
|
|
7231
7231
|
readonly collapseDuration?: number | undefined;
|
|
7232
7232
|
readonly collapseTransition?: boolean | undefined;
|
|
7233
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7234
7233
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7235
7234
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7236
7235
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7236
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7237
7237
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7238
7238
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7239
7239
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7240
|
-
modelValue: {
|
|
7241
|
-
type: PropType<FieldValues>;
|
|
7242
|
-
default: () => {};
|
|
7243
|
-
};
|
|
7244
7240
|
collapseDuration: {
|
|
7245
7241
|
type: PropType<number>;
|
|
7246
7242
|
default: undefined;
|
|
@@ -7257,6 +7253,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7257
7253
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7258
7254
|
default: boolean;
|
|
7259
7255
|
};
|
|
7256
|
+
modelValue: {
|
|
7257
|
+
type: PropType<FieldValues>;
|
|
7258
|
+
default: () => {};
|
|
7259
|
+
};
|
|
7260
7260
|
rules: {
|
|
7261
7261
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7262
7262
|
default: () => {};
|
|
@@ -7320,7 +7320,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7320
7320
|
default: boolean;
|
|
7321
7321
|
};
|
|
7322
7322
|
footerAlign: {
|
|
7323
|
-
type: PropType<"
|
|
7323
|
+
type: PropType<"right" | "left" | "center">;
|
|
7324
7324
|
default: string;
|
|
7325
7325
|
};
|
|
7326
7326
|
cardProps: {
|
|
@@ -7339,13 +7339,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7339
7339
|
default: boolean;
|
|
7340
7340
|
};
|
|
7341
7341
|
}>> & {
|
|
7342
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7343
7342
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7344
7343
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7345
7344
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7345
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7346
7346
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7347
7347
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7348
|
-
}, "
|
|
7348
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7349
7349
|
$attrs: {
|
|
7350
7350
|
[x: string]: unknown;
|
|
7351
7351
|
};
|
|
@@ -7357,13 +7357,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7357
7357
|
}>;
|
|
7358
7358
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
7359
7359
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7360
|
-
$emit: ((event: "
|
|
7360
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
7361
7361
|
$el: any;
|
|
7362
7362
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7363
|
-
modelValue: {
|
|
7364
|
-
type: PropType<FieldValues>;
|
|
7365
|
-
default: () => {};
|
|
7366
|
-
};
|
|
7367
7363
|
collapseDuration: {
|
|
7368
7364
|
type: PropType<number>;
|
|
7369
7365
|
default: undefined;
|
|
@@ -7380,6 +7376,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7380
7376
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7381
7377
|
default: boolean;
|
|
7382
7378
|
};
|
|
7379
|
+
modelValue: {
|
|
7380
|
+
type: PropType<FieldValues>;
|
|
7381
|
+
default: () => {};
|
|
7382
|
+
};
|
|
7383
7383
|
rules: {
|
|
7384
7384
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7385
7385
|
default: () => {};
|
|
@@ -7443,7 +7443,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7443
7443
|
default: boolean;
|
|
7444
7444
|
};
|
|
7445
7445
|
footerAlign: {
|
|
7446
|
-
type: PropType<"
|
|
7446
|
+
type: PropType<"right" | "left" | "center">;
|
|
7447
7447
|
default: string;
|
|
7448
7448
|
};
|
|
7449
7449
|
cardProps: {
|
|
@@ -7462,10 +7462,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7462
7462
|
default: boolean;
|
|
7463
7463
|
};
|
|
7464
7464
|
}>> & {
|
|
7465
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7466
7465
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7467
7466
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7468
7467
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7468
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7469
7469
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7470
7470
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7471
7471
|
}, {
|
|
@@ -7761,11 +7761,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7761
7761
|
submitError: (errors: unknown) => void;
|
|
7762
7762
|
validate: (...args: any[]) => void;
|
|
7763
7763
|
}, string, {
|
|
7764
|
-
modelValue: FieldValues;
|
|
7765
7764
|
collapseDuration: number;
|
|
7766
7765
|
collapseTransition: boolean;
|
|
7767
7766
|
columns: PlusColumn[];
|
|
7768
7767
|
group: false | PlusFormGroupRow[];
|
|
7768
|
+
modelValue: FieldValues;
|
|
7769
7769
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7770
7770
|
labelPosition: "top" | "right" | "left";
|
|
7771
7771
|
labelWidth: string | number;
|
|
@@ -7786,7 +7786,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7786
7786
|
submitText: string;
|
|
7787
7787
|
resetText: string;
|
|
7788
7788
|
submitLoading: boolean;
|
|
7789
|
-
footerAlign: "
|
|
7789
|
+
footerAlign: "right" | "left" | "center";
|
|
7790
7790
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7791
7791
|
style?: CSSProperties | undefined;
|
|
7792
7792
|
class?: any;
|
|
@@ -7814,10 +7814,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7814
7814
|
$nextTick: typeof nextTick;
|
|
7815
7815
|
$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;
|
|
7816
7816
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7817
|
-
modelValue: {
|
|
7818
|
-
type: PropType<FieldValues>;
|
|
7819
|
-
default: () => {};
|
|
7820
|
-
};
|
|
7821
7817
|
collapseDuration: {
|
|
7822
7818
|
type: PropType<number>;
|
|
7823
7819
|
default: undefined;
|
|
@@ -7834,6 +7830,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7834
7830
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7835
7831
|
default: boolean;
|
|
7836
7832
|
};
|
|
7833
|
+
modelValue: {
|
|
7834
|
+
type: PropType<FieldValues>;
|
|
7835
|
+
default: () => {};
|
|
7836
|
+
};
|
|
7837
7837
|
rules: {
|
|
7838
7838
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7839
7839
|
default: () => {};
|
|
@@ -7897,7 +7897,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7897
7897
|
default: boolean;
|
|
7898
7898
|
};
|
|
7899
7899
|
footerAlign: {
|
|
7900
|
-
type: PropType<"
|
|
7900
|
+
type: PropType<"right" | "left" | "center">;
|
|
7901
7901
|
default: string;
|
|
7902
7902
|
};
|
|
7903
7903
|
cardProps: {
|
|
@@ -7916,10 +7916,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7916
7916
|
default: boolean;
|
|
7917
7917
|
};
|
|
7918
7918
|
}>> & {
|
|
7919
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7920
7919
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7921
7920
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7922
7921
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7922
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7923
7923
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7924
7924
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7925
7925
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8220,14 +8220,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8220
8220
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8221
8221
|
columns?: PlusColumn[] | undefined;
|
|
8222
8222
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8223
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8223
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8224
8224
|
readonly label: string | ComputedRef<string>;
|
|
8225
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8225
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8226
8226
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8227
|
-
readonly tooltip: string |
|
|
8227
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8228
8228
|
style?: CSSProperties | undefined;
|
|
8229
8229
|
class?: any;
|
|
8230
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8230
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8231
8231
|
style?: CSSProperties | undefined;
|
|
8232
8232
|
class?: any;
|
|
8233
8233
|
} & RecordType>>;
|
|
@@ -8294,12 +8294,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8294
8294
|
fieldInstance?: any;
|
|
8295
8295
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8296
8296
|
prop: string;
|
|
8297
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8297
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8298
8298
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8299
|
-
tooltip: string |
|
|
8299
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8300
8300
|
style?: CSSProperties | undefined;
|
|
8301
8301
|
class?: any;
|
|
8302
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8302
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8303
8303
|
style?: CSSProperties | undefined;
|
|
8304
8304
|
class?: any;
|
|
8305
8305
|
} & RecordType>>;
|
|
@@ -8328,14 +8328,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8328
8328
|
clearable: boolean;
|
|
8329
8329
|
index: number;
|
|
8330
8330
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8331
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8331
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8332
8332
|
readonly label: string | ComputedRef<string>;
|
|
8333
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8333
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8334
8334
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8335
|
-
readonly tooltip: string |
|
|
8335
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8336
8336
|
style?: CSSProperties | undefined;
|
|
8337
8337
|
class?: any;
|
|
8338
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8338
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8339
8339
|
style?: CSSProperties | undefined;
|
|
8340
8340
|
class?: any;
|
|
8341
8341
|
} & RecordType>>;
|
|
@@ -8402,12 +8402,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8402
8402
|
fieldInstance?: any;
|
|
8403
8403
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8404
8404
|
prop: string;
|
|
8405
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8405
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8406
8406
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8407
|
-
tooltip: string |
|
|
8407
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8408
8408
|
style?: CSSProperties | undefined;
|
|
8409
8409
|
class?: any;
|
|
8410
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8410
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8411
8411
|
style?: CSSProperties | undefined;
|
|
8412
8412
|
class?: any;
|
|
8413
8413
|
} & RecordType>>;
|
|
@@ -8454,14 +8454,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8454
8454
|
handleUnfold: (e: MouseEvent) => void;
|
|
8455
8455
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8456
8456
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8457
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8457
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8458
8458
|
readonly label: string | ComputedRef<string>;
|
|
8459
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8459
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8460
8460
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8461
|
-
readonly tooltip: string |
|
|
8461
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8462
8462
|
style?: CSSProperties | undefined;
|
|
8463
8463
|
class?: any;
|
|
8464
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8464
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8465
8465
|
style?: CSSProperties | undefined;
|
|
8466
8466
|
class?: any;
|
|
8467
8467
|
} & RecordType>>;
|
|
@@ -8528,12 +8528,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8528
8528
|
fieldInstance?: any;
|
|
8529
8529
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8530
8530
|
prop: string;
|
|
8531
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8531
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8532
8532
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8533
|
-
tooltip: string |
|
|
8533
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8534
8534
|
style?: CSSProperties | undefined;
|
|
8535
8535
|
class?: any;
|
|
8536
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8536
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8537
8537
|
style?: CSSProperties | undefined;
|
|
8538
8538
|
class?: any;
|
|
8539
8539
|
} & RecordType>>;
|
|
@@ -9006,9 +9006,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9006
9006
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9007
9007
|
__epPropKey: true;
|
|
9008
9008
|
};
|
|
9009
|
-
width: (
|
|
9010
|
-
height: (
|
|
9011
|
-
maxHeight: (
|
|
9009
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9010
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9011
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9012
9012
|
fit: {
|
|
9013
9013
|
type: BooleanConstructor;
|
|
9014
9014
|
default: boolean;
|
|
@@ -9032,13 +9032,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9032
9032
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9033
9033
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9034
9034
|
highlightCurrentRow: BooleanConstructor;
|
|
9035
|
-
currentRowKey: (
|
|
9035
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9036
9036
|
emptyText: StringConstructor;
|
|
9037
9037
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9038
9038
|
defaultExpandAll: BooleanConstructor;
|
|
9039
9039
|
defaultSort: PropType< Sort | undefined>;
|
|
9040
9040
|
tooltipEffect: StringConstructor;
|
|
9041
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9041
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9042
9042
|
spanMethod: PropType<((data: {
|
|
9043
9043
|
row: any;
|
|
9044
9044
|
rowIndex: number;
|
|
@@ -9082,7 +9082,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9082
9082
|
};
|
|
9083
9083
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9084
9084
|
flexible: BooleanConstructor;
|
|
9085
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9085
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9086
9086
|
}>> & {
|
|
9087
9087
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9088
9088
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9202,9 +9202,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9202
9202
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9203
9203
|
__epPropKey: true;
|
|
9204
9204
|
};
|
|
9205
|
-
width: (
|
|
9206
|
-
height: (
|
|
9207
|
-
maxHeight: (
|
|
9205
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9206
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9207
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9208
9208
|
fit: {
|
|
9209
9209
|
type: BooleanConstructor;
|
|
9210
9210
|
default: boolean;
|
|
@@ -9228,13 +9228,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9228
9228
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9229
9229
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9230
9230
|
highlightCurrentRow: BooleanConstructor;
|
|
9231
|
-
currentRowKey: (
|
|
9231
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9232
9232
|
emptyText: StringConstructor;
|
|
9233
9233
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9234
9234
|
defaultExpandAll: BooleanConstructor;
|
|
9235
9235
|
defaultSort: PropType< Sort | undefined>;
|
|
9236
9236
|
tooltipEffect: StringConstructor;
|
|
9237
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9237
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9238
9238
|
spanMethod: PropType<((data: {
|
|
9239
9239
|
row: any;
|
|
9240
9240
|
rowIndex: number;
|
|
@@ -9278,7 +9278,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9278
9278
|
};
|
|
9279
9279
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9280
9280
|
flexible: BooleanConstructor;
|
|
9281
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9281
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9282
9282
|
}>> & {
|
|
9283
9283
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9284
9284
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9337,9 +9337,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9337
9337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9338
9338
|
__epPropKey: true;
|
|
9339
9339
|
};
|
|
9340
|
-
width: (
|
|
9341
|
-
height: (
|
|
9342
|
-
maxHeight: (
|
|
9340
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9341
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9342
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9343
9343
|
fit: {
|
|
9344
9344
|
type: BooleanConstructor;
|
|
9345
9345
|
default: boolean;
|
|
@@ -9363,13 +9363,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9363
9363
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9364
9364
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9365
9365
|
highlightCurrentRow: BooleanConstructor;
|
|
9366
|
-
currentRowKey: (
|
|
9366
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9367
9367
|
emptyText: StringConstructor;
|
|
9368
9368
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9369
9369
|
defaultExpandAll: BooleanConstructor;
|
|
9370
9370
|
defaultSort: PropType< Sort | undefined>;
|
|
9371
9371
|
tooltipEffect: StringConstructor;
|
|
9372
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9372
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9373
9373
|
spanMethod: PropType<((data: {
|
|
9374
9374
|
row: any;
|
|
9375
9375
|
rowIndex: number;
|
|
@@ -9413,7 +9413,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9413
9413
|
};
|
|
9414
9414
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9415
9415
|
flexible: BooleanConstructor;
|
|
9416
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9416
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9417
9417
|
}>> & {
|
|
9418
9418
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9419
9419
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9785,9 +9785,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9785
9785
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9786
9786
|
__epPropKey: true;
|
|
9787
9787
|
};
|
|
9788
|
-
width: (
|
|
9789
|
-
height: (
|
|
9790
|
-
maxHeight: (
|
|
9788
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9789
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9790
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9791
9791
|
fit: {
|
|
9792
9792
|
type: BooleanConstructor;
|
|
9793
9793
|
default: boolean;
|
|
@@ -9811,13 +9811,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9811
9811
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9812
9812
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9813
9813
|
highlightCurrentRow: BooleanConstructor;
|
|
9814
|
-
currentRowKey: (
|
|
9814
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9815
9815
|
emptyText: StringConstructor;
|
|
9816
9816
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9817
9817
|
defaultExpandAll: BooleanConstructor;
|
|
9818
9818
|
defaultSort: PropType< Sort | undefined>;
|
|
9819
9819
|
tooltipEffect: StringConstructor;
|
|
9820
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9820
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9821
9821
|
spanMethod: PropType<((data: {
|
|
9822
9822
|
row: any;
|
|
9823
9823
|
rowIndex: number;
|
|
@@ -9861,7 +9861,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9861
9861
|
};
|
|
9862
9862
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9863
9863
|
flexible: BooleanConstructor;
|
|
9864
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9864
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9865
9865
|
}>> & {
|
|
9866
9866
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9867
9867
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9981,9 +9981,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9981
9981
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9982
9982
|
__epPropKey: true;
|
|
9983
9983
|
};
|
|
9984
|
-
width: (
|
|
9985
|
-
height: (
|
|
9986
|
-
maxHeight: (
|
|
9984
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9985
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9986
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9987
9987
|
fit: {
|
|
9988
9988
|
type: BooleanConstructor;
|
|
9989
9989
|
default: boolean;
|
|
@@ -10007,13 +10007,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10007
10007
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10008
10008
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10009
10009
|
highlightCurrentRow: BooleanConstructor;
|
|
10010
|
-
currentRowKey: (
|
|
10010
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10011
10011
|
emptyText: StringConstructor;
|
|
10012
10012
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10013
10013
|
defaultExpandAll: BooleanConstructor;
|
|
10014
10014
|
defaultSort: PropType< Sort | undefined>;
|
|
10015
10015
|
tooltipEffect: StringConstructor;
|
|
10016
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10016
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10017
10017
|
spanMethod: PropType<((data: {
|
|
10018
10018
|
row: any;
|
|
10019
10019
|
rowIndex: number;
|
|
@@ -10057,7 +10057,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10057
10057
|
};
|
|
10058
10058
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10059
10059
|
flexible: BooleanConstructor;
|
|
10060
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10060
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10061
10061
|
}>> & {
|
|
10062
10062
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10063
10063
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10116,9 +10116,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10116
10116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10117
10117
|
__epPropKey: true;
|
|
10118
10118
|
};
|
|
10119
|
-
width: (
|
|
10120
|
-
height: (
|
|
10121
|
-
maxHeight: (
|
|
10119
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10120
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10121
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10122
10122
|
fit: {
|
|
10123
10123
|
type: BooleanConstructor;
|
|
10124
10124
|
default: boolean;
|
|
@@ -10142,13 +10142,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10142
10142
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10143
10143
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10144
10144
|
highlightCurrentRow: BooleanConstructor;
|
|
10145
|
-
currentRowKey: (
|
|
10145
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10146
10146
|
emptyText: StringConstructor;
|
|
10147
10147
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10148
10148
|
defaultExpandAll: BooleanConstructor;
|
|
10149
10149
|
defaultSort: PropType< Sort | undefined>;
|
|
10150
10150
|
tooltipEffect: StringConstructor;
|
|
10151
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10151
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10152
10152
|
spanMethod: PropType<((data: {
|
|
10153
10153
|
row: any;
|
|
10154
10154
|
rowIndex: number;
|
|
@@ -10192,7 +10192,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10192
10192
|
};
|
|
10193
10193
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10194
10194
|
flexible: BooleanConstructor;
|
|
10195
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10195
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10196
10196
|
}>> & {
|
|
10197
10197
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10198
10198
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10358,14 +10358,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10358
10358
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10359
10359
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10360
10360
|
$slots: Partial<Record<never, (_: {
|
|
10361
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
10361
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
10362
10362
|
readonly label: string | ComputedRef<string>;
|
|
10363
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10363
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10364
10364
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10365
|
-
readonly tooltip: string |
|
|
10365
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10366
10366
|
style?: CSSProperties | undefined;
|
|
10367
10367
|
class?: any;
|
|
10368
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10368
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10369
10369
|
style?: CSSProperties | undefined;
|
|
10370
10370
|
class?: any;
|
|
10371
10371
|
} & RecordType>>;
|
|
@@ -10432,12 +10432,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10432
10432
|
fieldInstance?: any;
|
|
10433
10433
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10434
10434
|
prop: string;
|
|
10435
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10435
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10436
10436
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10437
|
-
tooltip: string |
|
|
10437
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10438
10438
|
style?: CSSProperties | undefined;
|
|
10439
10439
|
class?: any;
|
|
10440
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10440
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10441
10441
|
style?: CSSProperties | undefined;
|
|
10442
10442
|
class?: any;
|
|
10443
10443
|
} & RecordType>>;
|
|
@@ -10926,9 +10926,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10926
10926
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10927
10927
|
__epPropKey: true;
|
|
10928
10928
|
};
|
|
10929
|
-
width: (
|
|
10930
|
-
height: (
|
|
10931
|
-
maxHeight: (
|
|
10929
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10930
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10931
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10932
10932
|
fit: {
|
|
10933
10933
|
type: BooleanConstructor;
|
|
10934
10934
|
default: boolean;
|
|
@@ -10952,13 +10952,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10952
10952
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10953
10953
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10954
10954
|
highlightCurrentRow: BooleanConstructor;
|
|
10955
|
-
currentRowKey: (
|
|
10955
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10956
10956
|
emptyText: StringConstructor;
|
|
10957
10957
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10958
10958
|
defaultExpandAll: BooleanConstructor;
|
|
10959
10959
|
defaultSort: PropType< Sort | undefined>;
|
|
10960
10960
|
tooltipEffect: StringConstructor;
|
|
10961
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10961
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10962
10962
|
spanMethod: PropType<((data: {
|
|
10963
10963
|
row: any;
|
|
10964
10964
|
rowIndex: number;
|
|
@@ -11002,7 +11002,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11002
11002
|
};
|
|
11003
11003
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11004
11004
|
flexible: BooleanConstructor;
|
|
11005
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11005
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11006
11006
|
}>> & {
|
|
11007
11007
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11008
11008
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11122,9 +11122,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11122
11122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11123
11123
|
__epPropKey: true;
|
|
11124
11124
|
};
|
|
11125
|
-
width: (
|
|
11126
|
-
height: (
|
|
11127
|
-
maxHeight: (
|
|
11125
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11126
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11127
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11128
11128
|
fit: {
|
|
11129
11129
|
type: BooleanConstructor;
|
|
11130
11130
|
default: boolean;
|
|
@@ -11148,13 +11148,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11148
11148
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11149
11149
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11150
11150
|
highlightCurrentRow: BooleanConstructor;
|
|
11151
|
-
currentRowKey: (
|
|
11151
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11152
11152
|
emptyText: StringConstructor;
|
|
11153
11153
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11154
11154
|
defaultExpandAll: BooleanConstructor;
|
|
11155
11155
|
defaultSort: PropType< Sort | undefined>;
|
|
11156
11156
|
tooltipEffect: StringConstructor;
|
|
11157
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11157
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11158
11158
|
spanMethod: PropType<((data: {
|
|
11159
11159
|
row: any;
|
|
11160
11160
|
rowIndex: number;
|
|
@@ -11198,7 +11198,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11198
11198
|
};
|
|
11199
11199
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11200
11200
|
flexible: BooleanConstructor;
|
|
11201
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11201
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11202
11202
|
}>> & {
|
|
11203
11203
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11204
11204
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11257,9 +11257,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11257
11257
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11258
11258
|
__epPropKey: true;
|
|
11259
11259
|
};
|
|
11260
|
-
width: (
|
|
11261
|
-
height: (
|
|
11262
|
-
maxHeight: (
|
|
11260
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11261
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11262
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11263
11263
|
fit: {
|
|
11264
11264
|
type: BooleanConstructor;
|
|
11265
11265
|
default: boolean;
|
|
@@ -11283,13 +11283,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11283
11283
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11284
11284
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11285
11285
|
highlightCurrentRow: BooleanConstructor;
|
|
11286
|
-
currentRowKey: (
|
|
11286
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11287
11287
|
emptyText: StringConstructor;
|
|
11288
11288
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11289
11289
|
defaultExpandAll: BooleanConstructor;
|
|
11290
11290
|
defaultSort: PropType< Sort | undefined>;
|
|
11291
11291
|
tooltipEffect: StringConstructor;
|
|
11292
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11292
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11293
11293
|
spanMethod: PropType<((data: {
|
|
11294
11294
|
row: any;
|
|
11295
11295
|
rowIndex: number;
|
|
@@ -11333,7 +11333,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11333
11333
|
};
|
|
11334
11334
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11335
11335
|
flexible: BooleanConstructor;
|
|
11336
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11336
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11337
11337
|
}>> & {
|
|
11338
11338
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11339
11339
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11705,9 +11705,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11705
11705
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11706
11706
|
__epPropKey: true;
|
|
11707
11707
|
};
|
|
11708
|
-
width: (
|
|
11709
|
-
height: (
|
|
11710
|
-
maxHeight: (
|
|
11708
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11709
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11710
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11711
11711
|
fit: {
|
|
11712
11712
|
type: BooleanConstructor;
|
|
11713
11713
|
default: boolean;
|
|
@@ -11731,13 +11731,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11731
11731
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11732
11732
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11733
11733
|
highlightCurrentRow: BooleanConstructor;
|
|
11734
|
-
currentRowKey: (
|
|
11734
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11735
11735
|
emptyText: StringConstructor;
|
|
11736
11736
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11737
11737
|
defaultExpandAll: BooleanConstructor;
|
|
11738
11738
|
defaultSort: PropType< Sort | undefined>;
|
|
11739
11739
|
tooltipEffect: StringConstructor;
|
|
11740
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11740
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11741
11741
|
spanMethod: PropType<((data: {
|
|
11742
11742
|
row: any;
|
|
11743
11743
|
rowIndex: number;
|
|
@@ -11781,7 +11781,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11781
11781
|
};
|
|
11782
11782
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11783
11783
|
flexible: BooleanConstructor;
|
|
11784
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11784
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11785
11785
|
}>> & {
|
|
11786
11786
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11787
11787
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11901,9 +11901,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11901
11901
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11902
11902
|
__epPropKey: true;
|
|
11903
11903
|
};
|
|
11904
|
-
width: (
|
|
11905
|
-
height: (
|
|
11906
|
-
maxHeight: (
|
|
11904
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11905
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11906
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11907
11907
|
fit: {
|
|
11908
11908
|
type: BooleanConstructor;
|
|
11909
11909
|
default: boolean;
|
|
@@ -11927,13 +11927,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11927
11927
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11928
11928
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11929
11929
|
highlightCurrentRow: BooleanConstructor;
|
|
11930
|
-
currentRowKey: (
|
|
11930
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11931
11931
|
emptyText: StringConstructor;
|
|
11932
11932
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11933
11933
|
defaultExpandAll: BooleanConstructor;
|
|
11934
11934
|
defaultSort: PropType< Sort | undefined>;
|
|
11935
11935
|
tooltipEffect: StringConstructor;
|
|
11936
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11936
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11937
11937
|
spanMethod: PropType<((data: {
|
|
11938
11938
|
row: any;
|
|
11939
11939
|
rowIndex: number;
|
|
@@ -11977,7 +11977,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11977
11977
|
};
|
|
11978
11978
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11979
11979
|
flexible: BooleanConstructor;
|
|
11980
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11980
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11981
11981
|
}>> & {
|
|
11982
11982
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11983
11983
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12036,9 +12036,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12036
12036
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12037
12037
|
__epPropKey: true;
|
|
12038
12038
|
};
|
|
12039
|
-
width: (
|
|
12040
|
-
height: (
|
|
12041
|
-
maxHeight: (
|
|
12039
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12040
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12041
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12042
12042
|
fit: {
|
|
12043
12043
|
type: BooleanConstructor;
|
|
12044
12044
|
default: boolean;
|
|
@@ -12062,13 +12062,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12062
12062
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12063
12063
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12064
12064
|
highlightCurrentRow: BooleanConstructor;
|
|
12065
|
-
currentRowKey: (
|
|
12065
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12066
12066
|
emptyText: StringConstructor;
|
|
12067
12067
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12068
12068
|
defaultExpandAll: BooleanConstructor;
|
|
12069
12069
|
defaultSort: PropType< Sort | undefined>;
|
|
12070
12070
|
tooltipEffect: StringConstructor;
|
|
12071
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12071
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12072
12072
|
spanMethod: PropType<((data: {
|
|
12073
12073
|
row: any;
|
|
12074
12074
|
rowIndex: number;
|
|
@@ -12112,7 +12112,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12112
12112
|
};
|
|
12113
12113
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12114
12114
|
flexible: BooleanConstructor;
|
|
12115
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12115
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12116
12116
|
}>> & {
|
|
12117
12117
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12118
12118
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12280,9 +12280,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12280
12280
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12281
12281
|
__epPropKey: true;
|
|
12282
12282
|
};
|
|
12283
|
-
width: (
|
|
12284
|
-
height: (
|
|
12285
|
-
maxHeight: (
|
|
12283
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12284
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12285
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12286
12286
|
fit: {
|
|
12287
12287
|
type: BooleanConstructor;
|
|
12288
12288
|
default: boolean;
|
|
@@ -12306,13 +12306,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12306
12306
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12307
12307
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12308
12308
|
highlightCurrentRow: BooleanConstructor;
|
|
12309
|
-
currentRowKey: (
|
|
12309
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12310
12310
|
emptyText: StringConstructor;
|
|
12311
12311
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12312
12312
|
defaultExpandAll: BooleanConstructor;
|
|
12313
12313
|
defaultSort: PropType< Sort | undefined>;
|
|
12314
12314
|
tooltipEffect: StringConstructor;
|
|
12315
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12315
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12316
12316
|
spanMethod: PropType<((data: {
|
|
12317
12317
|
row: any;
|
|
12318
12318
|
rowIndex: number;
|
|
@@ -12356,7 +12356,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12356
12356
|
};
|
|
12357
12357
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12358
12358
|
flexible: BooleanConstructor;
|
|
12359
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12359
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12360
12360
|
}>> & {
|
|
12361
12361
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12362
12362
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12476,9 +12476,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12476
12476
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12477
12477
|
__epPropKey: true;
|
|
12478
12478
|
};
|
|
12479
|
-
width: (
|
|
12480
|
-
height: (
|
|
12481
|
-
maxHeight: (
|
|
12479
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12480
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12481
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12482
12482
|
fit: {
|
|
12483
12483
|
type: BooleanConstructor;
|
|
12484
12484
|
default: boolean;
|
|
@@ -12502,13 +12502,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12502
12502
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12503
12503
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12504
12504
|
highlightCurrentRow: BooleanConstructor;
|
|
12505
|
-
currentRowKey: (
|
|
12505
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12506
12506
|
emptyText: StringConstructor;
|
|
12507
12507
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12508
12508
|
defaultExpandAll: BooleanConstructor;
|
|
12509
12509
|
defaultSort: PropType< Sort | undefined>;
|
|
12510
12510
|
tooltipEffect: StringConstructor;
|
|
12511
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12511
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12512
12512
|
spanMethod: PropType<((data: {
|
|
12513
12513
|
row: any;
|
|
12514
12514
|
rowIndex: number;
|
|
@@ -12552,7 +12552,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12552
12552
|
};
|
|
12553
12553
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12554
12554
|
flexible: BooleanConstructor;
|
|
12555
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12555
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12556
12556
|
}>> & {
|
|
12557
12557
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12558
12558
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12611,9 +12611,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12611
12611
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12612
12612
|
__epPropKey: true;
|
|
12613
12613
|
};
|
|
12614
|
-
width: (
|
|
12615
|
-
height: (
|
|
12616
|
-
maxHeight: (
|
|
12614
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12615
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12616
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12617
12617
|
fit: {
|
|
12618
12618
|
type: BooleanConstructor;
|
|
12619
12619
|
default: boolean;
|
|
@@ -12637,13 +12637,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12637
12637
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12638
12638
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12639
12639
|
highlightCurrentRow: BooleanConstructor;
|
|
12640
|
-
currentRowKey: (
|
|
12640
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12641
12641
|
emptyText: StringConstructor;
|
|
12642
12642
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12643
12643
|
defaultExpandAll: BooleanConstructor;
|
|
12644
12644
|
defaultSort: PropType< Sort | undefined>;
|
|
12645
12645
|
tooltipEffect: StringConstructor;
|
|
12646
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12646
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12647
12647
|
spanMethod: PropType<((data: {
|
|
12648
12648
|
row: any;
|
|
12649
12649
|
rowIndex: number;
|
|
@@ -12687,7 +12687,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12687
12687
|
};
|
|
12688
12688
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12689
12689
|
flexible: BooleanConstructor;
|
|
12690
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12690
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12691
12691
|
}>> & {
|
|
12692
12692
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12693
12693
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12830,9 +12830,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12830
12830
|
defaultPageSize: number;
|
|
12831
12831
|
};
|
|
12832
12832
|
}>>>, {
|
|
12833
|
-
showSearch: boolean;
|
|
12834
12833
|
search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
12835
12834
|
pagination: false | Record<string, unknown>;
|
|
12835
|
+
showSearch: boolean;
|
|
12836
12836
|
isCard: boolean;
|
|
12837
12837
|
hideColumnSettingsIcon: boolean;
|
|
12838
12838
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|