yc-pro-components 0.0.22 → 0.0.23
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-more-actions/src/index.vue.mjs +1 -1
- package/es/components/yc-more-actions/src/index.vue2.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +2 -2
- package/index.css +47 -45
- package/index.js +4 -4
- package/index.min.css +2 -2
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +4 -4
- 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-more-actions/src/index.vue.js +1 -1
- package/lib/components/yc-more-actions/src/index.vue2.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +2 -2
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-table.css +1 -1
- package/theme-chalk/plus-yc-animate-selector.css +1 -0
- package/theme-chalk/plus-yc-download-dialog.css +1 -0
- package/theme-chalk/plus-yc-plus-page.css +1 -0
- package/theme-chalk/src/index.scss +4 -0
- package/theme-chalk/src/table.scss +33 -0
- package/theme-chalk/src/yc-animate-selector.scss +42 -0
- package/theme-chalk/src/yc-download-dialog.scss +80 -0
- package/theme-chalk/src/yc-plus-page.scss +37 -0
|
@@ -80,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
80
80
|
columns: PlusColumn[];
|
|
81
81
|
immediate: boolean;
|
|
82
82
|
params: RecordType;
|
|
83
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
83
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
84
84
|
columnsEmptyText: string;
|
|
85
85
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
86
86
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -117,7 +117,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
117
117
|
data: RecordType[];
|
|
118
118
|
total: number;
|
|
119
119
|
}>;
|
|
120
|
-
readonly pagination: false | Omit< PlusPaginationProps, "
|
|
120
|
+
readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
121
121
|
readonly columnsEmptyText: string;
|
|
122
122
|
readonly isCard: boolean;
|
|
123
123
|
readonly searchCardProps: Partial< Mutable<CardProps> & {
|
|
@@ -179,7 +179,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
179
179
|
required: true;
|
|
180
180
|
};
|
|
181
181
|
pagination: {
|
|
182
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
182
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
183
183
|
default: () => {};
|
|
184
184
|
};
|
|
185
185
|
columnsEmptyText: {
|
|
@@ -297,7 +297,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
297
297
|
required: true;
|
|
298
298
|
};
|
|
299
299
|
pagination: {
|
|
300
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
300
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
301
301
|
default: () => {};
|
|
302
302
|
};
|
|
303
303
|
columnsEmptyText: {
|
|
@@ -370,8 +370,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
370
370
|
$: ComponentInternalInstance;
|
|
371
371
|
$data: {};
|
|
372
372
|
$props: Partial<{
|
|
373
|
-
columns: PlusColumn[];
|
|
374
373
|
modelValue: FieldValues;
|
|
374
|
+
columns: PlusColumn[];
|
|
375
375
|
labelPosition: "top" | "right" | "left";
|
|
376
376
|
inline: boolean;
|
|
377
377
|
showNumber: number;
|
|
@@ -397,8 +397,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
397
397
|
searchIcon: Component | null;
|
|
398
398
|
resetIcon: Component | null;
|
|
399
399
|
}> & Omit<{
|
|
400
|
-
readonly columns: PlusColumn[];
|
|
401
400
|
readonly modelValue: FieldValues;
|
|
401
|
+
readonly columns: PlusColumn[];
|
|
402
402
|
readonly inline: boolean;
|
|
403
403
|
readonly showNumber: number;
|
|
404
404
|
readonly defaultValues: FieldValues;
|
|
@@ -423,20 +423,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
423
423
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
424
424
|
readonly searchIcon?: Component | null | undefined;
|
|
425
425
|
readonly resetIcon?: Component | null | undefined;
|
|
426
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
426
427
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
427
428
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
428
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
429
429
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
430
430
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
431
431
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
432
|
-
columns: {
|
|
433
|
-
type: PropType<PlusColumn[]>;
|
|
434
|
-
default: () => never[];
|
|
435
|
-
};
|
|
436
432
|
modelValue: {
|
|
437
433
|
type: PropType<FieldValues>;
|
|
438
434
|
default: () => {};
|
|
439
435
|
};
|
|
436
|
+
columns: {
|
|
437
|
+
type: PropType<PlusColumn[]>;
|
|
438
|
+
default: () => never[];
|
|
439
|
+
};
|
|
440
440
|
labelPosition: {
|
|
441
441
|
type: PropType<"top" | "right" | "left">;
|
|
442
442
|
default: undefined;
|
|
@@ -524,12 +524,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
524
524
|
default: undefined;
|
|
525
525
|
};
|
|
526
526
|
}>> & {
|
|
527
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
527
528
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
528
529
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
529
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
530
530
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
531
531
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
532
|
-
}, "
|
|
532
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
533
533
|
$attrs: {
|
|
534
534
|
[x: string]: unknown;
|
|
535
535
|
};
|
|
@@ -541,17 +541,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
541
541
|
}>;
|
|
542
542
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
543
543
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
544
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
544
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
545
545
|
$el: any;
|
|
546
546
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
547
|
-
columns: {
|
|
548
|
-
type: PropType<PlusColumn[]>;
|
|
549
|
-
default: () => never[];
|
|
550
|
-
};
|
|
551
547
|
modelValue: {
|
|
552
548
|
type: PropType<FieldValues>;
|
|
553
549
|
default: () => {};
|
|
554
550
|
};
|
|
551
|
+
columns: {
|
|
552
|
+
type: PropType<PlusColumn[]>;
|
|
553
|
+
default: () => never[];
|
|
554
|
+
};
|
|
555
555
|
labelPosition: {
|
|
556
556
|
type: PropType<"top" | "right" | "left">;
|
|
557
557
|
default: undefined;
|
|
@@ -639,9 +639,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
639
639
|
default: undefined;
|
|
640
640
|
};
|
|
641
641
|
}>> & {
|
|
642
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
642
643
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
643
644
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
644
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
645
645
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
646
646
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
647
647
|
}, {
|
|
@@ -649,11 +649,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
649
649
|
$: ComponentInternalInstance;
|
|
650
650
|
$data: {};
|
|
651
651
|
$props: Partial<{
|
|
652
|
+
modelValue: FieldValues;
|
|
652
653
|
collapseDuration: number;
|
|
653
654
|
collapseTransition: boolean;
|
|
654
655
|
columns: PlusColumn[];
|
|
655
656
|
group: false | PlusFormGroupRow[];
|
|
656
|
-
modelValue: FieldValues;
|
|
657
657
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
658
658
|
labelPosition: "top" | "right" | "left";
|
|
659
659
|
labelWidth: string | number;
|
|
@@ -674,7 +674,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
674
674
|
submitText: string;
|
|
675
675
|
resetText: string;
|
|
676
676
|
submitLoading: boolean;
|
|
677
|
-
footerAlign: "
|
|
677
|
+
footerAlign: "center" | "right" | "left";
|
|
678
678
|
cardProps: Partial< Mutable<CardProps> & {
|
|
679
679
|
style?: CSSProperties | undefined;
|
|
680
680
|
class?: any;
|
|
@@ -682,9 +682,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
682
682
|
prevent: boolean;
|
|
683
683
|
clearable: boolean;
|
|
684
684
|
}> & Omit<{
|
|
685
|
+
readonly modelValue: FieldValues;
|
|
685
686
|
readonly columns: PlusColumn[];
|
|
686
687
|
readonly group: false | PlusFormGroupRow[];
|
|
687
|
-
readonly modelValue: FieldValues;
|
|
688
688
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
689
689
|
readonly labelPosition: "top" | "right" | "left";
|
|
690
690
|
readonly labelWidth: string | number;
|
|
@@ -705,7 +705,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
705
705
|
readonly submitText: string;
|
|
706
706
|
readonly resetText: string;
|
|
707
707
|
readonly submitLoading: boolean;
|
|
708
|
-
readonly footerAlign: "
|
|
708
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
709
709
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
710
710
|
style?: CSSProperties | undefined;
|
|
711
711
|
class?: any;
|
|
@@ -714,13 +714,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
714
714
|
readonly clearable: boolean;
|
|
715
715
|
readonly collapseDuration?: number | undefined;
|
|
716
716
|
readonly collapseTransition?: boolean | undefined;
|
|
717
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
717
718
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
718
719
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
719
720
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
720
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
721
721
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
722
722
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
723
723
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
724
|
+
modelValue: {
|
|
725
|
+
type: PropType<FieldValues>;
|
|
726
|
+
default: () => {};
|
|
727
|
+
};
|
|
724
728
|
collapseDuration: {
|
|
725
729
|
type: PropType<number>;
|
|
726
730
|
default: undefined;
|
|
@@ -737,10 +741,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
737
741
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
738
742
|
default: boolean;
|
|
739
743
|
};
|
|
740
|
-
modelValue: {
|
|
741
|
-
type: PropType<FieldValues>;
|
|
742
|
-
default: () => {};
|
|
743
|
-
};
|
|
744
744
|
rules: {
|
|
745
745
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
746
746
|
default: () => {};
|
|
@@ -804,7 +804,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
804
804
|
default: boolean;
|
|
805
805
|
};
|
|
806
806
|
footerAlign: {
|
|
807
|
-
type: PropType<"
|
|
807
|
+
type: PropType<"center" | "right" | "left">;
|
|
808
808
|
default: string;
|
|
809
809
|
};
|
|
810
810
|
cardProps: {
|
|
@@ -823,13 +823,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
823
823
|
default: boolean;
|
|
824
824
|
};
|
|
825
825
|
}>> & {
|
|
826
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
826
827
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
827
828
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
828
829
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
829
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
830
830
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
831
831
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
832
|
-
}, "
|
|
832
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
833
833
|
$attrs: {
|
|
834
834
|
[x: string]: unknown;
|
|
835
835
|
};
|
|
@@ -841,9 +841,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
841
841
|
}>;
|
|
842
842
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
843
843
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
844
|
-
$emit: ((event: "
|
|
844
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
845
845
|
$el: any;
|
|
846
846
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
847
|
+
modelValue: {
|
|
848
|
+
type: PropType<FieldValues>;
|
|
849
|
+
default: () => {};
|
|
850
|
+
};
|
|
847
851
|
collapseDuration: {
|
|
848
852
|
type: PropType<number>;
|
|
849
853
|
default: undefined;
|
|
@@ -860,10 +864,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
860
864
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
861
865
|
default: boolean;
|
|
862
866
|
};
|
|
863
|
-
modelValue: {
|
|
864
|
-
type: PropType<FieldValues>;
|
|
865
|
-
default: () => {};
|
|
866
|
-
};
|
|
867
867
|
rules: {
|
|
868
868
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
869
869
|
default: () => {};
|
|
@@ -927,7 +927,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
927
927
|
default: boolean;
|
|
928
928
|
};
|
|
929
929
|
footerAlign: {
|
|
930
|
-
type: PropType<"
|
|
930
|
+
type: PropType<"center" | "right" | "left">;
|
|
931
931
|
default: string;
|
|
932
932
|
};
|
|
933
933
|
cardProps: {
|
|
@@ -946,10 +946,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
946
946
|
default: boolean;
|
|
947
947
|
};
|
|
948
948
|
}>> & {
|
|
949
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
949
950
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
950
951
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
951
952
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
952
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
953
953
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
954
954
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
955
955
|
}, {
|
|
@@ -1270,11 +1270,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1270
1270
|
submitError: (errors: unknown) => void;
|
|
1271
1271
|
validate: (...args: any[]) => void;
|
|
1272
1272
|
}, string, {
|
|
1273
|
+
modelValue: FieldValues;
|
|
1273
1274
|
collapseDuration: number;
|
|
1274
1275
|
collapseTransition: boolean;
|
|
1275
1276
|
columns: PlusColumn[];
|
|
1276
1277
|
group: false | PlusFormGroupRow[];
|
|
1277
|
-
modelValue: FieldValues;
|
|
1278
1278
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1279
1279
|
labelPosition: "top" | "right" | "left";
|
|
1280
1280
|
labelWidth: string | number;
|
|
@@ -1295,7 +1295,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1295
1295
|
submitText: string;
|
|
1296
1296
|
resetText: string;
|
|
1297
1297
|
submitLoading: boolean;
|
|
1298
|
-
footerAlign: "
|
|
1298
|
+
footerAlign: "center" | "right" | "left";
|
|
1299
1299
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1300
1300
|
style?: CSSProperties | undefined;
|
|
1301
1301
|
class?: any;
|
|
@@ -1323,6 +1323,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1323
1323
|
$nextTick: typeof nextTick;
|
|
1324
1324
|
$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;
|
|
1325
1325
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1326
|
+
modelValue: {
|
|
1327
|
+
type: PropType<FieldValues>;
|
|
1328
|
+
default: () => {};
|
|
1329
|
+
};
|
|
1326
1330
|
collapseDuration: {
|
|
1327
1331
|
type: PropType<number>;
|
|
1328
1332
|
default: undefined;
|
|
@@ -1339,10 +1343,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1339
1343
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1340
1344
|
default: boolean;
|
|
1341
1345
|
};
|
|
1342
|
-
modelValue: {
|
|
1343
|
-
type: PropType<FieldValues>;
|
|
1344
|
-
default: () => {};
|
|
1345
|
-
};
|
|
1346
1346
|
rules: {
|
|
1347
1347
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1348
1348
|
default: () => {};
|
|
@@ -1406,7 +1406,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1406
1406
|
default: boolean;
|
|
1407
1407
|
};
|
|
1408
1408
|
footerAlign: {
|
|
1409
|
-
type: PropType<"
|
|
1409
|
+
type: PropType<"center" | "right" | "left">;
|
|
1410
1410
|
default: string;
|
|
1411
1411
|
};
|
|
1412
1412
|
cardProps: {
|
|
@@ -1425,10 +1425,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1425
1425
|
default: boolean;
|
|
1426
1426
|
};
|
|
1427
1427
|
}>> & {
|
|
1428
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1428
1429
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1429
1430
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1430
1431
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1431
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1432
1432
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1433
1433
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1434
1434
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1754,14 +1754,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1754
1754
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1755
1755
|
columns?: PlusColumn[] | undefined;
|
|
1756
1756
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1757
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1757
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1758
1758
|
readonly label: string | ComputedRef<string>;
|
|
1759
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1759
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1760
1760
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1761
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1761
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1762
1762
|
style?: CSSProperties | undefined;
|
|
1763
1763
|
class?: any;
|
|
1764
|
-
} & RecordType> | ComputedRef<
|
|
1764
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1765
1765
|
style?: CSSProperties | undefined;
|
|
1766
1766
|
class?: any;
|
|
1767
1767
|
} & RecordType>>;
|
|
@@ -1828,12 +1828,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1828
1828
|
fieldInstance?: any;
|
|
1829
1829
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1830
1830
|
prop: string;
|
|
1831
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1831
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1832
1832
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1833
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1833
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1834
1834
|
style?: CSSProperties | undefined;
|
|
1835
1835
|
class?: any;
|
|
1836
|
-
} & RecordType> | ComputedRef<
|
|
1836
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1837
1837
|
style?: CSSProperties | undefined;
|
|
1838
1838
|
class?: any;
|
|
1839
1839
|
} & RecordType>>;
|
|
@@ -1862,14 +1862,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1862
1862
|
clearable: boolean;
|
|
1863
1863
|
index: number;
|
|
1864
1864
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1865
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1865
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1866
1866
|
readonly label: string | ComputedRef<string>;
|
|
1867
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1867
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1868
1868
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1869
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1869
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1870
1870
|
style?: CSSProperties | undefined;
|
|
1871
1871
|
class?: any;
|
|
1872
|
-
} & RecordType> | ComputedRef<
|
|
1872
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1873
1873
|
style?: CSSProperties | undefined;
|
|
1874
1874
|
class?: any;
|
|
1875
1875
|
} & RecordType>>;
|
|
@@ -1936,12 +1936,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1936
1936
|
fieldInstance?: any;
|
|
1937
1937
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1938
1938
|
prop: string;
|
|
1939
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1939
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1940
1940
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1941
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1941
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1942
1942
|
style?: CSSProperties | undefined;
|
|
1943
1943
|
class?: any;
|
|
1944
|
-
} & RecordType> | ComputedRef<
|
|
1944
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1945
1945
|
style?: CSSProperties | undefined;
|
|
1946
1946
|
class?: any;
|
|
1947
1947
|
} & RecordType>>;
|
|
@@ -1993,8 +1993,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1993
1993
|
reset: (values: FieldValues) => void;
|
|
1994
1994
|
collapse: (isShowUnfold: boolean) => void;
|
|
1995
1995
|
}, string, {
|
|
1996
|
-
columns: PlusColumn[];
|
|
1997
1996
|
modelValue: FieldValues;
|
|
1997
|
+
columns: PlusColumn[];
|
|
1998
1998
|
labelPosition: "top" | "right" | "left";
|
|
1999
1999
|
inline: boolean;
|
|
2000
2000
|
showNumber: number;
|
|
@@ -2040,14 +2040,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2040
2040
|
$nextTick: typeof nextTick;
|
|
2041
2041
|
$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;
|
|
2042
2042
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2043
|
-
columns: {
|
|
2044
|
-
type: PropType<PlusColumn[]>;
|
|
2045
|
-
default: () => never[];
|
|
2046
|
-
};
|
|
2047
2043
|
modelValue: {
|
|
2048
2044
|
type: PropType<FieldValues>;
|
|
2049
2045
|
default: () => {};
|
|
2050
2046
|
};
|
|
2047
|
+
columns: {
|
|
2048
|
+
type: PropType<PlusColumn[]>;
|
|
2049
|
+
default: () => never[];
|
|
2050
|
+
};
|
|
2051
2051
|
labelPosition: {
|
|
2052
2052
|
type: PropType<"top" | "right" | "left">;
|
|
2053
2053
|
default: undefined;
|
|
@@ -2135,9 +2135,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2135
2135
|
default: undefined;
|
|
2136
2136
|
};
|
|
2137
2137
|
}>> & {
|
|
2138
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2138
2139
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2139
2140
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2140
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2141
2141
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2142
2142
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2143
2143
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2145,11 +2145,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2145
2145
|
$: ComponentInternalInstance;
|
|
2146
2146
|
$data: {};
|
|
2147
2147
|
$props: Partial<{
|
|
2148
|
+
modelValue: FieldValues;
|
|
2148
2149
|
collapseDuration: number;
|
|
2149
2150
|
collapseTransition: boolean;
|
|
2150
2151
|
columns: PlusColumn[];
|
|
2151
2152
|
group: false | PlusFormGroupRow[];
|
|
2152
|
-
modelValue: FieldValues;
|
|
2153
2153
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2154
2154
|
labelPosition: "top" | "right" | "left";
|
|
2155
2155
|
labelWidth: string | number;
|
|
@@ -2170,7 +2170,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2170
2170
|
submitText: string;
|
|
2171
2171
|
resetText: string;
|
|
2172
2172
|
submitLoading: boolean;
|
|
2173
|
-
footerAlign: "
|
|
2173
|
+
footerAlign: "center" | "right" | "left";
|
|
2174
2174
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2175
2175
|
style?: CSSProperties | undefined;
|
|
2176
2176
|
class?: any;
|
|
@@ -2178,9 +2178,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2178
2178
|
prevent: boolean;
|
|
2179
2179
|
clearable: boolean;
|
|
2180
2180
|
}> & Omit<{
|
|
2181
|
+
readonly modelValue: FieldValues;
|
|
2181
2182
|
readonly columns: PlusColumn[];
|
|
2182
2183
|
readonly group: false | PlusFormGroupRow[];
|
|
2183
|
-
readonly modelValue: FieldValues;
|
|
2184
2184
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2185
2185
|
readonly labelPosition: "top" | "right" | "left";
|
|
2186
2186
|
readonly labelWidth: string | number;
|
|
@@ -2201,7 +2201,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2201
2201
|
readonly submitText: string;
|
|
2202
2202
|
readonly resetText: string;
|
|
2203
2203
|
readonly submitLoading: boolean;
|
|
2204
|
-
readonly footerAlign: "
|
|
2204
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
2205
2205
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2206
2206
|
style?: CSSProperties | undefined;
|
|
2207
2207
|
class?: any;
|
|
@@ -2210,13 +2210,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2210
2210
|
readonly clearable: boolean;
|
|
2211
2211
|
readonly collapseDuration?: number | undefined;
|
|
2212
2212
|
readonly collapseTransition?: boolean | undefined;
|
|
2213
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2213
2214
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2214
2215
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2215
2216
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2216
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2217
2217
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2218
2218
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2219
2219
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2220
|
+
modelValue: {
|
|
2221
|
+
type: PropType<FieldValues>;
|
|
2222
|
+
default: () => {};
|
|
2223
|
+
};
|
|
2220
2224
|
collapseDuration: {
|
|
2221
2225
|
type: PropType<number>;
|
|
2222
2226
|
default: undefined;
|
|
@@ -2233,10 +2237,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2233
2237
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2234
2238
|
default: boolean;
|
|
2235
2239
|
};
|
|
2236
|
-
modelValue: {
|
|
2237
|
-
type: PropType<FieldValues>;
|
|
2238
|
-
default: () => {};
|
|
2239
|
-
};
|
|
2240
2240
|
rules: {
|
|
2241
2241
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2242
2242
|
default: () => {};
|
|
@@ -2300,7 +2300,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2300
2300
|
default: boolean;
|
|
2301
2301
|
};
|
|
2302
2302
|
footerAlign: {
|
|
2303
|
-
type: PropType<"
|
|
2303
|
+
type: PropType<"center" | "right" | "left">;
|
|
2304
2304
|
default: string;
|
|
2305
2305
|
};
|
|
2306
2306
|
cardProps: {
|
|
@@ -2319,13 +2319,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2319
2319
|
default: boolean;
|
|
2320
2320
|
};
|
|
2321
2321
|
}>> & {
|
|
2322
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2322
2323
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2323
2324
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2324
2325
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2325
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2326
2326
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2327
2327
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2328
|
-
}, "
|
|
2328
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2329
2329
|
$attrs: {
|
|
2330
2330
|
[x: string]: unknown;
|
|
2331
2331
|
};
|
|
@@ -2337,9 +2337,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2337
2337
|
}>;
|
|
2338
2338
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2339
2339
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2340
|
-
$emit: ((event: "
|
|
2340
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
2341
2341
|
$el: any;
|
|
2342
2342
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2343
|
+
modelValue: {
|
|
2344
|
+
type: PropType<FieldValues>;
|
|
2345
|
+
default: () => {};
|
|
2346
|
+
};
|
|
2343
2347
|
collapseDuration: {
|
|
2344
2348
|
type: PropType<number>;
|
|
2345
2349
|
default: undefined;
|
|
@@ -2356,10 +2360,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2356
2360
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2357
2361
|
default: boolean;
|
|
2358
2362
|
};
|
|
2359
|
-
modelValue: {
|
|
2360
|
-
type: PropType<FieldValues>;
|
|
2361
|
-
default: () => {};
|
|
2362
|
-
};
|
|
2363
2363
|
rules: {
|
|
2364
2364
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2365
2365
|
default: () => {};
|
|
@@ -2423,7 +2423,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2423
2423
|
default: boolean;
|
|
2424
2424
|
};
|
|
2425
2425
|
footerAlign: {
|
|
2426
|
-
type: PropType<"
|
|
2426
|
+
type: PropType<"center" | "right" | "left">;
|
|
2427
2427
|
default: string;
|
|
2428
2428
|
};
|
|
2429
2429
|
cardProps: {
|
|
@@ -2442,10 +2442,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2442
2442
|
default: boolean;
|
|
2443
2443
|
};
|
|
2444
2444
|
}>> & {
|
|
2445
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2445
2446
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2446
2447
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2447
2448
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2448
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2449
2449
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2450
2450
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2451
2451
|
}, {
|
|
@@ -2766,11 +2766,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2766
2766
|
submitError: (errors: unknown) => void;
|
|
2767
2767
|
validate: (...args: any[]) => void;
|
|
2768
2768
|
}, string, {
|
|
2769
|
+
modelValue: FieldValues;
|
|
2769
2770
|
collapseDuration: number;
|
|
2770
2771
|
collapseTransition: boolean;
|
|
2771
2772
|
columns: PlusColumn[];
|
|
2772
2773
|
group: false | PlusFormGroupRow[];
|
|
2773
|
-
modelValue: FieldValues;
|
|
2774
2774
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2775
2775
|
labelPosition: "top" | "right" | "left";
|
|
2776
2776
|
labelWidth: string | number;
|
|
@@ -2791,7 +2791,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2791
2791
|
submitText: string;
|
|
2792
2792
|
resetText: string;
|
|
2793
2793
|
submitLoading: boolean;
|
|
2794
|
-
footerAlign: "
|
|
2794
|
+
footerAlign: "center" | "right" | "left";
|
|
2795
2795
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2796
2796
|
style?: CSSProperties | undefined;
|
|
2797
2797
|
class?: any;
|
|
@@ -2819,6 +2819,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2819
2819
|
$nextTick: typeof nextTick;
|
|
2820
2820
|
$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;
|
|
2821
2821
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2822
|
+
modelValue: {
|
|
2823
|
+
type: PropType<FieldValues>;
|
|
2824
|
+
default: () => {};
|
|
2825
|
+
};
|
|
2822
2826
|
collapseDuration: {
|
|
2823
2827
|
type: PropType<number>;
|
|
2824
2828
|
default: undefined;
|
|
@@ -2835,10 +2839,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2835
2839
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2836
2840
|
default: boolean;
|
|
2837
2841
|
};
|
|
2838
|
-
modelValue: {
|
|
2839
|
-
type: PropType<FieldValues>;
|
|
2840
|
-
default: () => {};
|
|
2841
|
-
};
|
|
2842
2842
|
rules: {
|
|
2843
2843
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2844
2844
|
default: () => {};
|
|
@@ -2902,7 +2902,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2902
2902
|
default: boolean;
|
|
2903
2903
|
};
|
|
2904
2904
|
footerAlign: {
|
|
2905
|
-
type: PropType<"
|
|
2905
|
+
type: PropType<"center" | "right" | "left">;
|
|
2906
2906
|
default: string;
|
|
2907
2907
|
};
|
|
2908
2908
|
cardProps: {
|
|
@@ -2921,10 +2921,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2921
2921
|
default: boolean;
|
|
2922
2922
|
};
|
|
2923
2923
|
}>> & {
|
|
2924
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2924
2925
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2925
2926
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2926
2927
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2927
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2928
2928
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2929
2929
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2930
2930
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -3250,14 +3250,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3250
3250
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3251
3251
|
columns?: PlusColumn[] | undefined;
|
|
3252
3252
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3253
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3253
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3254
3254
|
readonly label: string | ComputedRef<string>;
|
|
3255
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3255
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3256
3256
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3257
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3257
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3258
3258
|
style?: CSSProperties | undefined;
|
|
3259
3259
|
class?: any;
|
|
3260
|
-
} & RecordType> | ComputedRef<
|
|
3260
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3261
3261
|
style?: CSSProperties | undefined;
|
|
3262
3262
|
class?: any;
|
|
3263
3263
|
} & RecordType>>;
|
|
@@ -3324,12 +3324,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3324
3324
|
fieldInstance?: any;
|
|
3325
3325
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3326
3326
|
prop: string;
|
|
3327
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3327
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3328
3328
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3329
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3329
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3330
3330
|
style?: CSSProperties | undefined;
|
|
3331
3331
|
class?: any;
|
|
3332
|
-
} & RecordType> | ComputedRef<
|
|
3332
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3333
3333
|
style?: CSSProperties | undefined;
|
|
3334
3334
|
class?: any;
|
|
3335
3335
|
} & RecordType>>;
|
|
@@ -3358,14 +3358,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3358
3358
|
clearable: boolean;
|
|
3359
3359
|
index: number;
|
|
3360
3360
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3361
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3361
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3362
3362
|
readonly label: string | ComputedRef<string>;
|
|
3363
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3363
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3364
3364
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3365
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3365
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3366
3366
|
style?: CSSProperties | undefined;
|
|
3367
3367
|
class?: any;
|
|
3368
|
-
} & RecordType> | ComputedRef<
|
|
3368
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3369
3369
|
style?: CSSProperties | undefined;
|
|
3370
3370
|
class?: any;
|
|
3371
3371
|
} & RecordType>>;
|
|
@@ -3432,12 +3432,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3432
3432
|
fieldInstance?: any;
|
|
3433
3433
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3434
3434
|
prop: string;
|
|
3435
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3435
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3436
3436
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3437
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3437
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3438
3438
|
style?: CSSProperties | undefined;
|
|
3439
3439
|
class?: any;
|
|
3440
|
-
} & RecordType> | ComputedRef<
|
|
3440
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3441
3441
|
style?: CSSProperties | undefined;
|
|
3442
3442
|
class?: any;
|
|
3443
3443
|
} & RecordType>>;
|
|
@@ -3484,14 +3484,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3484
3484
|
handleUnfold: (e: MouseEvent) => void;
|
|
3485
3485
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3486
3486
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3487
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3487
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3488
3488
|
readonly label: string | ComputedRef<string>;
|
|
3489
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3489
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3490
3490
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3491
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3491
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3492
3492
|
style?: CSSProperties | undefined;
|
|
3493
3493
|
class?: any;
|
|
3494
|
-
} & RecordType> | ComputedRef<
|
|
3494
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3495
3495
|
style?: CSSProperties | undefined;
|
|
3496
3496
|
class?: any;
|
|
3497
3497
|
} & RecordType>>;
|
|
@@ -3558,12 +3558,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3558
3558
|
fieldInstance?: any;
|
|
3559
3559
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3560
3560
|
prop: string;
|
|
3561
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3561
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3562
3562
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3563
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3563
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3564
3564
|
style?: CSSProperties | undefined;
|
|
3565
3565
|
class?: any;
|
|
3566
|
-
} & RecordType> | ComputedRef<
|
|
3566
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3567
3567
|
style?: CSSProperties | undefined;
|
|
3568
3568
|
class?: any;
|
|
3569
3569
|
} & RecordType>>;
|
|
@@ -4052,9 +4052,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4052
4052
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4053
4053
|
__epPropKey: true;
|
|
4054
4054
|
};
|
|
4055
|
-
width: (
|
|
4056
|
-
height: (
|
|
4057
|
-
maxHeight: (
|
|
4055
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4056
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4057
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4058
4058
|
fit: {
|
|
4059
4059
|
type: BooleanConstructor;
|
|
4060
4060
|
default: boolean;
|
|
@@ -4078,13 +4078,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4078
4078
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4079
4079
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4080
4080
|
highlightCurrentRow: BooleanConstructor;
|
|
4081
|
-
currentRowKey: (
|
|
4081
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4082
4082
|
emptyText: StringConstructor;
|
|
4083
4083
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4084
4084
|
defaultExpandAll: BooleanConstructor;
|
|
4085
4085
|
defaultSort: PropType< Sort | undefined>;
|
|
4086
4086
|
tooltipEffect: StringConstructor;
|
|
4087
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4087
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4088
4088
|
spanMethod: PropType<((data: {
|
|
4089
4089
|
row: any;
|
|
4090
4090
|
rowIndex: number;
|
|
@@ -4128,7 +4128,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4128
4128
|
};
|
|
4129
4129
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4130
4130
|
flexible: BooleanConstructor;
|
|
4131
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4131
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4132
4132
|
}>> & {
|
|
4133
4133
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4134
4134
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4248,9 +4248,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4248
4248
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4249
4249
|
__epPropKey: true;
|
|
4250
4250
|
};
|
|
4251
|
-
width: (
|
|
4252
|
-
height: (
|
|
4253
|
-
maxHeight: (
|
|
4251
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4252
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4253
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4254
4254
|
fit: {
|
|
4255
4255
|
type: BooleanConstructor;
|
|
4256
4256
|
default: boolean;
|
|
@@ -4274,13 +4274,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4274
4274
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4275
4275
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4276
4276
|
highlightCurrentRow: BooleanConstructor;
|
|
4277
|
-
currentRowKey: (
|
|
4277
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4278
4278
|
emptyText: StringConstructor;
|
|
4279
4279
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4280
4280
|
defaultExpandAll: BooleanConstructor;
|
|
4281
4281
|
defaultSort: PropType< Sort | undefined>;
|
|
4282
4282
|
tooltipEffect: StringConstructor;
|
|
4283
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4283
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4284
4284
|
spanMethod: PropType<((data: {
|
|
4285
4285
|
row: any;
|
|
4286
4286
|
rowIndex: number;
|
|
@@ -4324,7 +4324,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4324
4324
|
};
|
|
4325
4325
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4326
4326
|
flexible: BooleanConstructor;
|
|
4327
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4327
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4328
4328
|
}>> & {
|
|
4329
4329
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4330
4330
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4383,9 +4383,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4383
4383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4384
4384
|
__epPropKey: true;
|
|
4385
4385
|
};
|
|
4386
|
-
width: (
|
|
4387
|
-
height: (
|
|
4388
|
-
maxHeight: (
|
|
4386
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4387
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4388
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4389
4389
|
fit: {
|
|
4390
4390
|
type: BooleanConstructor;
|
|
4391
4391
|
default: boolean;
|
|
@@ -4409,13 +4409,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4409
4409
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4410
4410
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4411
4411
|
highlightCurrentRow: BooleanConstructor;
|
|
4412
|
-
currentRowKey: (
|
|
4412
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4413
4413
|
emptyText: StringConstructor;
|
|
4414
4414
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4415
4415
|
defaultExpandAll: BooleanConstructor;
|
|
4416
4416
|
defaultSort: PropType< Sort | undefined>;
|
|
4417
4417
|
tooltipEffect: StringConstructor;
|
|
4418
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4418
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4419
4419
|
spanMethod: PropType<((data: {
|
|
4420
4420
|
row: any;
|
|
4421
4421
|
rowIndex: number;
|
|
@@ -4459,7 +4459,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4459
4459
|
};
|
|
4460
4460
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4461
4461
|
flexible: BooleanConstructor;
|
|
4462
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4462
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4463
4463
|
}>> & {
|
|
4464
4464
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4465
4465
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4839,9 +4839,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4839
4839
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4840
4840
|
__epPropKey: true;
|
|
4841
4841
|
};
|
|
4842
|
-
width: (
|
|
4843
|
-
height: (
|
|
4844
|
-
maxHeight: (
|
|
4842
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4843
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4844
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4845
4845
|
fit: {
|
|
4846
4846
|
type: BooleanConstructor;
|
|
4847
4847
|
default: boolean;
|
|
@@ -4865,13 +4865,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4865
4865
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4866
4866
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4867
4867
|
highlightCurrentRow: BooleanConstructor;
|
|
4868
|
-
currentRowKey: (
|
|
4868
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4869
4869
|
emptyText: StringConstructor;
|
|
4870
4870
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4871
4871
|
defaultExpandAll: BooleanConstructor;
|
|
4872
4872
|
defaultSort: PropType< Sort | undefined>;
|
|
4873
4873
|
tooltipEffect: StringConstructor;
|
|
4874
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4874
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4875
|
spanMethod: PropType<((data: {
|
|
4876
4876
|
row: any;
|
|
4877
4877
|
rowIndex: number;
|
|
@@ -4915,7 +4915,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4915
|
};
|
|
4916
4916
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4917
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4918
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4919
|
}>> & {
|
|
4920
4920
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4921
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5035,9 +5035,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5035
5035
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5036
5036
|
__epPropKey: true;
|
|
5037
5037
|
};
|
|
5038
|
-
width: (
|
|
5039
|
-
height: (
|
|
5040
|
-
maxHeight: (
|
|
5038
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
5039
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
5040
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
5041
5041
|
fit: {
|
|
5042
5042
|
type: BooleanConstructor;
|
|
5043
5043
|
default: boolean;
|
|
@@ -5061,13 +5061,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5061
5061
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5062
5062
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5063
5063
|
highlightCurrentRow: BooleanConstructor;
|
|
5064
|
-
currentRowKey: (
|
|
5064
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5065
5065
|
emptyText: StringConstructor;
|
|
5066
5066
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5067
5067
|
defaultExpandAll: BooleanConstructor;
|
|
5068
5068
|
defaultSort: PropType< Sort | undefined>;
|
|
5069
5069
|
tooltipEffect: StringConstructor;
|
|
5070
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5070
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5071
5071
|
spanMethod: PropType<((data: {
|
|
5072
5072
|
row: any;
|
|
5073
5073
|
rowIndex: number;
|
|
@@ -5111,7 +5111,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5111
5111
|
};
|
|
5112
5112
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5113
5113
|
flexible: BooleanConstructor;
|
|
5114
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5114
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5115
5115
|
}>> & {
|
|
5116
5116
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5117
5117
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5170,9 +5170,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5170
5170
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5171
5171
|
__epPropKey: true;
|
|
5172
5172
|
};
|
|
5173
|
-
width: (
|
|
5174
|
-
height: (
|
|
5175
|
-
maxHeight: (
|
|
5173
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
5174
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
5175
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
5176
5176
|
fit: {
|
|
5177
5177
|
type: BooleanConstructor;
|
|
5178
5178
|
default: boolean;
|
|
@@ -5196,13 +5196,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5196
5196
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5197
5197
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5198
5198
|
highlightCurrentRow: BooleanConstructor;
|
|
5199
|
-
currentRowKey: (
|
|
5199
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5200
5200
|
emptyText: StringConstructor;
|
|
5201
5201
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5202
5202
|
defaultExpandAll: BooleanConstructor;
|
|
5203
5203
|
defaultSort: PropType< Sort | undefined>;
|
|
5204
5204
|
tooltipEffect: StringConstructor;
|
|
5205
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5205
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5206
5206
|
spanMethod: PropType<((data: {
|
|
5207
5207
|
row: any;
|
|
5208
5208
|
rowIndex: number;
|
|
@@ -5246,7 +5246,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5246
5246
|
};
|
|
5247
5247
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5248
5248
|
flexible: BooleanConstructor;
|
|
5249
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5249
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5250
5250
|
}>> & {
|
|
5251
5251
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5252
5252
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5428,7 +5428,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5428
5428
|
columns: PlusColumn[];
|
|
5429
5429
|
immediate: boolean;
|
|
5430
5430
|
params: RecordType;
|
|
5431
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5431
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
5432
5432
|
columnsEmptyText: string;
|
|
5433
5433
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5434
5434
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -5505,7 +5505,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5505
5505
|
required: true;
|
|
5506
5506
|
};
|
|
5507
5507
|
pagination: {
|
|
5508
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5508
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
5509
5509
|
default: () => {};
|
|
5510
5510
|
};
|
|
5511
5511
|
columnsEmptyText: {
|
|
@@ -5578,8 +5578,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5578
5578
|
$: ComponentInternalInstance;
|
|
5579
5579
|
$data: {};
|
|
5580
5580
|
$props: Partial<{
|
|
5581
|
-
columns: PlusColumn[];
|
|
5582
5581
|
modelValue: FieldValues;
|
|
5582
|
+
columns: PlusColumn[];
|
|
5583
5583
|
labelPosition: "top" | "right" | "left";
|
|
5584
5584
|
inline: boolean;
|
|
5585
5585
|
showNumber: number;
|
|
@@ -5605,8 +5605,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5605
5605
|
searchIcon: Component | null;
|
|
5606
5606
|
resetIcon: Component | null;
|
|
5607
5607
|
}> & Omit<{
|
|
5608
|
-
readonly columns: PlusColumn[];
|
|
5609
5608
|
readonly modelValue: FieldValues;
|
|
5609
|
+
readonly columns: PlusColumn[];
|
|
5610
5610
|
readonly inline: boolean;
|
|
5611
5611
|
readonly showNumber: number;
|
|
5612
5612
|
readonly defaultValues: FieldValues;
|
|
@@ -5631,20 +5631,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5631
5631
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5632
5632
|
readonly searchIcon?: Component | null | undefined;
|
|
5633
5633
|
readonly resetIcon?: Component | null | undefined;
|
|
5634
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5634
5635
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5635
5636
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5636
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5637
5637
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5638
5638
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5639
5639
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5640
|
-
columns: {
|
|
5641
|
-
type: PropType<PlusColumn[]>;
|
|
5642
|
-
default: () => never[];
|
|
5643
|
-
};
|
|
5644
5640
|
modelValue: {
|
|
5645
5641
|
type: PropType<FieldValues>;
|
|
5646
5642
|
default: () => {};
|
|
5647
5643
|
};
|
|
5644
|
+
columns: {
|
|
5645
|
+
type: PropType<PlusColumn[]>;
|
|
5646
|
+
default: () => never[];
|
|
5647
|
+
};
|
|
5648
5648
|
labelPosition: {
|
|
5649
5649
|
type: PropType<"top" | "right" | "left">;
|
|
5650
5650
|
default: undefined;
|
|
@@ -5732,12 +5732,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5732
5732
|
default: undefined;
|
|
5733
5733
|
};
|
|
5734
5734
|
}>> & {
|
|
5735
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5735
5736
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5736
5737
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5737
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5738
5738
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5739
5739
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5740
|
-
}, "
|
|
5740
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5741
5741
|
$attrs: {
|
|
5742
5742
|
[x: string]: unknown;
|
|
5743
5743
|
};
|
|
@@ -5749,17 +5749,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5749
5749
|
}>;
|
|
5750
5750
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5751
5751
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5752
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5752
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5753
5753
|
$el: any;
|
|
5754
5754
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5755
|
-
columns: {
|
|
5756
|
-
type: PropType<PlusColumn[]>;
|
|
5757
|
-
default: () => never[];
|
|
5758
|
-
};
|
|
5759
5755
|
modelValue: {
|
|
5760
5756
|
type: PropType<FieldValues>;
|
|
5761
5757
|
default: () => {};
|
|
5762
5758
|
};
|
|
5759
|
+
columns: {
|
|
5760
|
+
type: PropType<PlusColumn[]>;
|
|
5761
|
+
default: () => never[];
|
|
5762
|
+
};
|
|
5763
5763
|
labelPosition: {
|
|
5764
5764
|
type: PropType<"top" | "right" | "left">;
|
|
5765
5765
|
default: undefined;
|
|
@@ -5847,9 +5847,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5847
5847
|
default: undefined;
|
|
5848
5848
|
};
|
|
5849
5849
|
}>> & {
|
|
5850
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5850
5851
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5851
5852
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5852
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5853
5853
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5854
5854
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5855
5855
|
}, {
|
|
@@ -5857,11 +5857,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5857
5857
|
$: ComponentInternalInstance;
|
|
5858
5858
|
$data: {};
|
|
5859
5859
|
$props: Partial<{
|
|
5860
|
+
modelValue: FieldValues;
|
|
5860
5861
|
collapseDuration: number;
|
|
5861
5862
|
collapseTransition: boolean;
|
|
5862
5863
|
columns: PlusColumn[];
|
|
5863
5864
|
group: false | PlusFormGroupRow[];
|
|
5864
|
-
modelValue: FieldValues;
|
|
5865
5865
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5866
5866
|
labelPosition: "top" | "right" | "left";
|
|
5867
5867
|
labelWidth: string | number;
|
|
@@ -5882,7 +5882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5882
5882
|
submitText: string;
|
|
5883
5883
|
resetText: string;
|
|
5884
5884
|
submitLoading: boolean;
|
|
5885
|
-
footerAlign: "
|
|
5885
|
+
footerAlign: "center" | "right" | "left";
|
|
5886
5886
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5887
5887
|
style?: CSSProperties | undefined;
|
|
5888
5888
|
class?: any;
|
|
@@ -5890,9 +5890,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5890
5890
|
prevent: boolean;
|
|
5891
5891
|
clearable: boolean;
|
|
5892
5892
|
}> & Omit<{
|
|
5893
|
+
readonly modelValue: FieldValues;
|
|
5893
5894
|
readonly columns: PlusColumn[];
|
|
5894
5895
|
readonly group: false | PlusFormGroupRow[];
|
|
5895
|
-
readonly modelValue: FieldValues;
|
|
5896
5896
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5897
5897
|
readonly labelPosition: "top" | "right" | "left";
|
|
5898
5898
|
readonly labelWidth: string | number;
|
|
@@ -5913,7 +5913,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5913
5913
|
readonly submitText: string;
|
|
5914
5914
|
readonly resetText: string;
|
|
5915
5915
|
readonly submitLoading: boolean;
|
|
5916
|
-
readonly footerAlign: "
|
|
5916
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
5917
5917
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5918
5918
|
style?: CSSProperties | undefined;
|
|
5919
5919
|
class?: any;
|
|
@@ -5922,13 +5922,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5922
5922
|
readonly clearable: boolean;
|
|
5923
5923
|
readonly collapseDuration?: number | undefined;
|
|
5924
5924
|
readonly collapseTransition?: boolean | undefined;
|
|
5925
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5925
5926
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5926
5927
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5927
5928
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5928
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5929
5929
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5930
5930
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5931
5931
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5932
|
+
modelValue: {
|
|
5933
|
+
type: PropType<FieldValues>;
|
|
5934
|
+
default: () => {};
|
|
5935
|
+
};
|
|
5932
5936
|
collapseDuration: {
|
|
5933
5937
|
type: PropType<number>;
|
|
5934
5938
|
default: undefined;
|
|
@@ -5945,10 +5949,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5945
5949
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5946
5950
|
default: boolean;
|
|
5947
5951
|
};
|
|
5948
|
-
modelValue: {
|
|
5949
|
-
type: PropType<FieldValues>;
|
|
5950
|
-
default: () => {};
|
|
5951
|
-
};
|
|
5952
5952
|
rules: {
|
|
5953
5953
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5954
5954
|
default: () => {};
|
|
@@ -6012,7 +6012,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6012
6012
|
default: boolean;
|
|
6013
6013
|
};
|
|
6014
6014
|
footerAlign: {
|
|
6015
|
-
type: PropType<"
|
|
6015
|
+
type: PropType<"center" | "right" | "left">;
|
|
6016
6016
|
default: string;
|
|
6017
6017
|
};
|
|
6018
6018
|
cardProps: {
|
|
@@ -6031,13 +6031,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6031
6031
|
default: boolean;
|
|
6032
6032
|
};
|
|
6033
6033
|
}>> & {
|
|
6034
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6034
6035
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6035
6036
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6036
6037
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6037
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6038
6038
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6039
6039
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6040
|
-
}, "
|
|
6040
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
6041
6041
|
$attrs: {
|
|
6042
6042
|
[x: string]: unknown;
|
|
6043
6043
|
};
|
|
@@ -6049,9 +6049,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6049
6049
|
}>;
|
|
6050
6050
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6051
6051
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6052
|
-
$emit: ((event: "
|
|
6052
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
6053
6053
|
$el: any;
|
|
6054
6054
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
6055
|
+
modelValue: {
|
|
6056
|
+
type: PropType<FieldValues>;
|
|
6057
|
+
default: () => {};
|
|
6058
|
+
};
|
|
6055
6059
|
collapseDuration: {
|
|
6056
6060
|
type: PropType<number>;
|
|
6057
6061
|
default: undefined;
|
|
@@ -6068,10 +6072,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6068
6072
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6069
6073
|
default: boolean;
|
|
6070
6074
|
};
|
|
6071
|
-
modelValue: {
|
|
6072
|
-
type: PropType<FieldValues>;
|
|
6073
|
-
default: () => {};
|
|
6074
|
-
};
|
|
6075
6075
|
rules: {
|
|
6076
6076
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6077
6077
|
default: () => {};
|
|
@@ -6135,7 +6135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6135
6135
|
default: boolean;
|
|
6136
6136
|
};
|
|
6137
6137
|
footerAlign: {
|
|
6138
|
-
type: PropType<"
|
|
6138
|
+
type: PropType<"center" | "right" | "left">;
|
|
6139
6139
|
default: string;
|
|
6140
6140
|
};
|
|
6141
6141
|
cardProps: {
|
|
@@ -6154,10 +6154,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6154
6154
|
default: boolean;
|
|
6155
6155
|
};
|
|
6156
6156
|
}>> & {
|
|
6157
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6157
6158
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6158
6159
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6159
6160
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6160
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6161
6161
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6162
6162
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6163
6163
|
}, {
|
|
@@ -6478,11 +6478,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6478
6478
|
submitError: (errors: unknown) => void;
|
|
6479
6479
|
validate: (...args: any[]) => void;
|
|
6480
6480
|
}, string, {
|
|
6481
|
+
modelValue: FieldValues;
|
|
6481
6482
|
collapseDuration: number;
|
|
6482
6483
|
collapseTransition: boolean;
|
|
6483
6484
|
columns: PlusColumn[];
|
|
6484
6485
|
group: false | PlusFormGroupRow[];
|
|
6485
|
-
modelValue: FieldValues;
|
|
6486
6486
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6487
6487
|
labelPosition: "top" | "right" | "left";
|
|
6488
6488
|
labelWidth: string | number;
|
|
@@ -6503,7 +6503,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6503
6503
|
submitText: string;
|
|
6504
6504
|
resetText: string;
|
|
6505
6505
|
submitLoading: boolean;
|
|
6506
|
-
footerAlign: "
|
|
6506
|
+
footerAlign: "center" | "right" | "left";
|
|
6507
6507
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6508
6508
|
style?: CSSProperties | undefined;
|
|
6509
6509
|
class?: any;
|
|
@@ -6531,6 +6531,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6531
6531
|
$nextTick: typeof nextTick;
|
|
6532
6532
|
$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;
|
|
6533
6533
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6534
|
+
modelValue: {
|
|
6535
|
+
type: PropType<FieldValues>;
|
|
6536
|
+
default: () => {};
|
|
6537
|
+
};
|
|
6534
6538
|
collapseDuration: {
|
|
6535
6539
|
type: PropType<number>;
|
|
6536
6540
|
default: undefined;
|
|
@@ -6547,10 +6551,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6547
6551
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6548
6552
|
default: boolean;
|
|
6549
6553
|
};
|
|
6550
|
-
modelValue: {
|
|
6551
|
-
type: PropType<FieldValues>;
|
|
6552
|
-
default: () => {};
|
|
6553
|
-
};
|
|
6554
6554
|
rules: {
|
|
6555
6555
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6556
6556
|
default: () => {};
|
|
@@ -6614,7 +6614,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6614
6614
|
default: boolean;
|
|
6615
6615
|
};
|
|
6616
6616
|
footerAlign: {
|
|
6617
|
-
type: PropType<"
|
|
6617
|
+
type: PropType<"center" | "right" | "left">;
|
|
6618
6618
|
default: string;
|
|
6619
6619
|
};
|
|
6620
6620
|
cardProps: {
|
|
@@ -6633,10 +6633,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6633
6633
|
default: boolean;
|
|
6634
6634
|
};
|
|
6635
6635
|
}>> & {
|
|
6636
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6636
6637
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6637
6638
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6638
6639
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6639
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6640
6640
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6641
6641
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6642
6642
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6962,14 +6962,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6962
6962
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6963
6963
|
columns?: PlusColumn[] | undefined;
|
|
6964
6964
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6965
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
6965
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6966
6966
|
readonly label: string | ComputedRef<string>;
|
|
6967
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6967
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6968
6968
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6969
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6969
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6970
6970
|
style?: CSSProperties | undefined;
|
|
6971
6971
|
class?: any;
|
|
6972
|
-
} & RecordType> | ComputedRef<
|
|
6972
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6973
6973
|
style?: CSSProperties | undefined;
|
|
6974
6974
|
class?: any;
|
|
6975
6975
|
} & RecordType>>;
|
|
@@ -7036,12 +7036,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7036
7036
|
fieldInstance?: any;
|
|
7037
7037
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7038
7038
|
prop: string;
|
|
7039
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
7039
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7040
7040
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7041
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7041
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
7042
7042
|
style?: CSSProperties | undefined;
|
|
7043
7043
|
class?: any;
|
|
7044
|
-
} & RecordType> | ComputedRef<
|
|
7044
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7045
7045
|
style?: CSSProperties | undefined;
|
|
7046
7046
|
class?: any;
|
|
7047
7047
|
} & RecordType>>;
|
|
@@ -7070,14 +7070,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7070
7070
|
clearable: boolean;
|
|
7071
7071
|
index: number;
|
|
7072
7072
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7073
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
7073
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7074
7074
|
readonly label: string | ComputedRef<string>;
|
|
7075
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
7075
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7076
7076
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7077
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7077
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
7078
7078
|
style?: CSSProperties | undefined;
|
|
7079
7079
|
class?: any;
|
|
7080
|
-
} & RecordType> | ComputedRef<
|
|
7080
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7081
7081
|
style?: CSSProperties | undefined;
|
|
7082
7082
|
class?: any;
|
|
7083
7083
|
} & RecordType>>;
|
|
@@ -7144,12 +7144,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7144
7144
|
fieldInstance?: any;
|
|
7145
7145
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7146
7146
|
prop: string;
|
|
7147
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
7147
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7148
7148
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7149
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7149
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
7150
7150
|
style?: CSSProperties | undefined;
|
|
7151
7151
|
class?: any;
|
|
7152
|
-
} & RecordType> | ComputedRef<
|
|
7152
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7153
7153
|
style?: CSSProperties | undefined;
|
|
7154
7154
|
class?: any;
|
|
7155
7155
|
} & RecordType>>;
|
|
@@ -7201,8 +7201,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7201
7201
|
reset: (values: FieldValues) => void;
|
|
7202
7202
|
collapse: (isShowUnfold: boolean) => void;
|
|
7203
7203
|
}, string, {
|
|
7204
|
-
columns: PlusColumn[];
|
|
7205
7204
|
modelValue: FieldValues;
|
|
7205
|
+
columns: PlusColumn[];
|
|
7206
7206
|
labelPosition: "top" | "right" | "left";
|
|
7207
7207
|
inline: boolean;
|
|
7208
7208
|
showNumber: number;
|
|
@@ -7248,14 +7248,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7248
7248
|
$nextTick: typeof nextTick;
|
|
7249
7249
|
$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;
|
|
7250
7250
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7251
|
-
columns: {
|
|
7252
|
-
type: PropType<PlusColumn[]>;
|
|
7253
|
-
default: () => never[];
|
|
7254
|
-
};
|
|
7255
7251
|
modelValue: {
|
|
7256
7252
|
type: PropType<FieldValues>;
|
|
7257
7253
|
default: () => {};
|
|
7258
7254
|
};
|
|
7255
|
+
columns: {
|
|
7256
|
+
type: PropType<PlusColumn[]>;
|
|
7257
|
+
default: () => never[];
|
|
7258
|
+
};
|
|
7259
7259
|
labelPosition: {
|
|
7260
7260
|
type: PropType<"top" | "right" | "left">;
|
|
7261
7261
|
default: undefined;
|
|
@@ -7343,9 +7343,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7343
7343
|
default: undefined;
|
|
7344
7344
|
};
|
|
7345
7345
|
}>> & {
|
|
7346
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7346
7347
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7347
7348
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7348
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7349
7349
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7350
7350
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7351
7351
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7353,11 +7353,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7353
7353
|
$: ComponentInternalInstance;
|
|
7354
7354
|
$data: {};
|
|
7355
7355
|
$props: Partial<{
|
|
7356
|
+
modelValue: FieldValues;
|
|
7356
7357
|
collapseDuration: number;
|
|
7357
7358
|
collapseTransition: boolean;
|
|
7358
7359
|
columns: PlusColumn[];
|
|
7359
7360
|
group: false | PlusFormGroupRow[];
|
|
7360
|
-
modelValue: FieldValues;
|
|
7361
7361
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7362
7362
|
labelPosition: "top" | "right" | "left";
|
|
7363
7363
|
labelWidth: string | number;
|
|
@@ -7378,7 +7378,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7378
7378
|
submitText: string;
|
|
7379
7379
|
resetText: string;
|
|
7380
7380
|
submitLoading: boolean;
|
|
7381
|
-
footerAlign: "
|
|
7381
|
+
footerAlign: "center" | "right" | "left";
|
|
7382
7382
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7383
7383
|
style?: CSSProperties | undefined;
|
|
7384
7384
|
class?: any;
|
|
@@ -7386,9 +7386,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7386
7386
|
prevent: boolean;
|
|
7387
7387
|
clearable: boolean;
|
|
7388
7388
|
}> & Omit<{
|
|
7389
|
+
readonly modelValue: FieldValues;
|
|
7389
7390
|
readonly columns: PlusColumn[];
|
|
7390
7391
|
readonly group: false | PlusFormGroupRow[];
|
|
7391
|
-
readonly modelValue: FieldValues;
|
|
7392
7392
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7393
7393
|
readonly labelPosition: "top" | "right" | "left";
|
|
7394
7394
|
readonly labelWidth: string | number;
|
|
@@ -7409,7 +7409,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7409
7409
|
readonly submitText: string;
|
|
7410
7410
|
readonly resetText: string;
|
|
7411
7411
|
readonly submitLoading: boolean;
|
|
7412
|
-
readonly footerAlign: "
|
|
7412
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
7413
7413
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7414
7414
|
style?: CSSProperties | undefined;
|
|
7415
7415
|
class?: any;
|
|
@@ -7418,13 +7418,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7418
7418
|
readonly clearable: boolean;
|
|
7419
7419
|
readonly collapseDuration?: number | undefined;
|
|
7420
7420
|
readonly collapseTransition?: boolean | undefined;
|
|
7421
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7421
7422
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7422
7423
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7423
7424
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7424
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7425
7425
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7426
7426
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7427
7427
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7428
|
+
modelValue: {
|
|
7429
|
+
type: PropType<FieldValues>;
|
|
7430
|
+
default: () => {};
|
|
7431
|
+
};
|
|
7428
7432
|
collapseDuration: {
|
|
7429
7433
|
type: PropType<number>;
|
|
7430
7434
|
default: undefined;
|
|
@@ -7441,10 +7445,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7441
7445
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7442
7446
|
default: boolean;
|
|
7443
7447
|
};
|
|
7444
|
-
modelValue: {
|
|
7445
|
-
type: PropType<FieldValues>;
|
|
7446
|
-
default: () => {};
|
|
7447
|
-
};
|
|
7448
7448
|
rules: {
|
|
7449
7449
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7450
7450
|
default: () => {};
|
|
@@ -7508,7 +7508,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7508
7508
|
default: boolean;
|
|
7509
7509
|
};
|
|
7510
7510
|
footerAlign: {
|
|
7511
|
-
type: PropType<"
|
|
7511
|
+
type: PropType<"center" | "right" | "left">;
|
|
7512
7512
|
default: string;
|
|
7513
7513
|
};
|
|
7514
7514
|
cardProps: {
|
|
@@ -7527,13 +7527,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7527
7527
|
default: boolean;
|
|
7528
7528
|
};
|
|
7529
7529
|
}>> & {
|
|
7530
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7530
7531
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7531
7532
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7532
7533
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7533
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7534
7534
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7535
7535
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7536
|
-
}, "
|
|
7536
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7537
7537
|
$attrs: {
|
|
7538
7538
|
[x: string]: unknown;
|
|
7539
7539
|
};
|
|
@@ -7545,9 +7545,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7545
7545
|
}>;
|
|
7546
7546
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7547
7547
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7548
|
-
$emit: ((event: "
|
|
7548
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
7549
7549
|
$el: any;
|
|
7550
7550
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7551
|
+
modelValue: {
|
|
7552
|
+
type: PropType<FieldValues>;
|
|
7553
|
+
default: () => {};
|
|
7554
|
+
};
|
|
7551
7555
|
collapseDuration: {
|
|
7552
7556
|
type: PropType<number>;
|
|
7553
7557
|
default: undefined;
|
|
@@ -7564,10 +7568,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7564
7568
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7565
7569
|
default: boolean;
|
|
7566
7570
|
};
|
|
7567
|
-
modelValue: {
|
|
7568
|
-
type: PropType<FieldValues>;
|
|
7569
|
-
default: () => {};
|
|
7570
|
-
};
|
|
7571
7571
|
rules: {
|
|
7572
7572
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7573
7573
|
default: () => {};
|
|
@@ -7631,7 +7631,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7631
7631
|
default: boolean;
|
|
7632
7632
|
};
|
|
7633
7633
|
footerAlign: {
|
|
7634
|
-
type: PropType<"
|
|
7634
|
+
type: PropType<"center" | "right" | "left">;
|
|
7635
7635
|
default: string;
|
|
7636
7636
|
};
|
|
7637
7637
|
cardProps: {
|
|
@@ -7650,10 +7650,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7650
7650
|
default: boolean;
|
|
7651
7651
|
};
|
|
7652
7652
|
}>> & {
|
|
7653
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7653
7654
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7654
7655
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7655
7656
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7656
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7657
7657
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7658
7658
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7659
7659
|
}, {
|
|
@@ -7974,11 +7974,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7974
7974
|
submitError: (errors: unknown) => void;
|
|
7975
7975
|
validate: (...args: any[]) => void;
|
|
7976
7976
|
}, string, {
|
|
7977
|
+
modelValue: FieldValues;
|
|
7977
7978
|
collapseDuration: number;
|
|
7978
7979
|
collapseTransition: boolean;
|
|
7979
7980
|
columns: PlusColumn[];
|
|
7980
7981
|
group: false | PlusFormGroupRow[];
|
|
7981
|
-
modelValue: FieldValues;
|
|
7982
7982
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7983
7983
|
labelPosition: "top" | "right" | "left";
|
|
7984
7984
|
labelWidth: string | number;
|
|
@@ -7999,7 +7999,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7999
7999
|
submitText: string;
|
|
8000
8000
|
resetText: string;
|
|
8001
8001
|
submitLoading: boolean;
|
|
8002
|
-
footerAlign: "
|
|
8002
|
+
footerAlign: "center" | "right" | "left";
|
|
8003
8003
|
cardProps: Partial< Mutable<CardProps> & {
|
|
8004
8004
|
style?: CSSProperties | undefined;
|
|
8005
8005
|
class?: any;
|
|
@@ -8027,6 +8027,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8027
8027
|
$nextTick: typeof nextTick;
|
|
8028
8028
|
$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;
|
|
8029
8029
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
8030
|
+
modelValue: {
|
|
8031
|
+
type: PropType<FieldValues>;
|
|
8032
|
+
default: () => {};
|
|
8033
|
+
};
|
|
8030
8034
|
collapseDuration: {
|
|
8031
8035
|
type: PropType<number>;
|
|
8032
8036
|
default: undefined;
|
|
@@ -8043,10 +8047,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8043
8047
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
8044
8048
|
default: boolean;
|
|
8045
8049
|
};
|
|
8046
|
-
modelValue: {
|
|
8047
|
-
type: PropType<FieldValues>;
|
|
8048
|
-
default: () => {};
|
|
8049
|
-
};
|
|
8050
8050
|
rules: {
|
|
8051
8051
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8052
8052
|
default: () => {};
|
|
@@ -8110,7 +8110,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8110
8110
|
default: boolean;
|
|
8111
8111
|
};
|
|
8112
8112
|
footerAlign: {
|
|
8113
|
-
type: PropType<"
|
|
8113
|
+
type: PropType<"center" | "right" | "left">;
|
|
8114
8114
|
default: string;
|
|
8115
8115
|
};
|
|
8116
8116
|
cardProps: {
|
|
@@ -8129,10 +8129,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8129
8129
|
default: boolean;
|
|
8130
8130
|
};
|
|
8131
8131
|
}>> & {
|
|
8132
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8132
8133
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8133
8134
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8134
8135
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8135
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8136
8136
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8137
8137
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8138
8138
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8458,14 +8458,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8458
8458
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8459
8459
|
columns?: PlusColumn[] | undefined;
|
|
8460
8460
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8461
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8461
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8462
8462
|
readonly label: string | ComputedRef<string>;
|
|
8463
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8463
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8464
8464
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8465
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8465
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8466
8466
|
style?: CSSProperties | undefined;
|
|
8467
8467
|
class?: any;
|
|
8468
|
-
} & RecordType> | ComputedRef<
|
|
8468
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8469
8469
|
style?: CSSProperties | undefined;
|
|
8470
8470
|
class?: any;
|
|
8471
8471
|
} & RecordType>>;
|
|
@@ -8532,12 +8532,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8532
8532
|
fieldInstance?: any;
|
|
8533
8533
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8534
8534
|
prop: string;
|
|
8535
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8535
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8536
8536
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8537
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8537
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8538
8538
|
style?: CSSProperties | undefined;
|
|
8539
8539
|
class?: any;
|
|
8540
|
-
} & RecordType> | ComputedRef<
|
|
8540
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8541
8541
|
style?: CSSProperties | undefined;
|
|
8542
8542
|
class?: any;
|
|
8543
8543
|
} & RecordType>>;
|
|
@@ -8566,14 +8566,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8566
8566
|
clearable: boolean;
|
|
8567
8567
|
index: number;
|
|
8568
8568
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8569
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8569
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8570
8570
|
readonly label: string | ComputedRef<string>;
|
|
8571
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8571
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8572
8572
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8573
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8573
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8574
8574
|
style?: CSSProperties | undefined;
|
|
8575
8575
|
class?: any;
|
|
8576
|
-
} & RecordType> | ComputedRef<
|
|
8576
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8577
8577
|
style?: CSSProperties | undefined;
|
|
8578
8578
|
class?: any;
|
|
8579
8579
|
} & RecordType>>;
|
|
@@ -8640,12 +8640,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8640
8640
|
fieldInstance?: any;
|
|
8641
8641
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8642
8642
|
prop: string;
|
|
8643
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8643
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8644
8644
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8645
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8645
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8646
8646
|
style?: CSSProperties | undefined;
|
|
8647
8647
|
class?: any;
|
|
8648
|
-
} & RecordType> | ComputedRef<
|
|
8648
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8649
8649
|
style?: CSSProperties | undefined;
|
|
8650
8650
|
class?: any;
|
|
8651
8651
|
} & RecordType>>;
|
|
@@ -8692,14 +8692,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8692
8692
|
handleUnfold: (e: MouseEvent) => void;
|
|
8693
8693
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8694
8694
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8695
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8695
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8696
8696
|
readonly label: string | ComputedRef<string>;
|
|
8697
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8697
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8698
8698
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8699
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8699
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8700
8700
|
style?: CSSProperties | undefined;
|
|
8701
8701
|
class?: any;
|
|
8702
|
-
} & RecordType> | ComputedRef<
|
|
8702
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8703
8703
|
style?: CSSProperties | undefined;
|
|
8704
8704
|
class?: any;
|
|
8705
8705
|
} & RecordType>>;
|
|
@@ -8766,12 +8766,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8766
8766
|
fieldInstance?: any;
|
|
8767
8767
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8768
8768
|
prop: string;
|
|
8769
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8769
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8770
8770
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8771
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8771
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8772
8772
|
style?: CSSProperties | undefined;
|
|
8773
8773
|
class?: any;
|
|
8774
|
-
} & RecordType> | ComputedRef<
|
|
8774
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8775
8775
|
style?: CSSProperties | undefined;
|
|
8776
8776
|
class?: any;
|
|
8777
8777
|
} & RecordType>>;
|
|
@@ -9260,9 +9260,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9260
9260
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9261
9261
|
__epPropKey: true;
|
|
9262
9262
|
};
|
|
9263
|
-
width: (
|
|
9264
|
-
height: (
|
|
9265
|
-
maxHeight: (
|
|
9263
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9264
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9265
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9266
9266
|
fit: {
|
|
9267
9267
|
type: BooleanConstructor;
|
|
9268
9268
|
default: boolean;
|
|
@@ -9286,13 +9286,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9286
9286
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9287
9287
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9288
9288
|
highlightCurrentRow: BooleanConstructor;
|
|
9289
|
-
currentRowKey: (
|
|
9289
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9290
9290
|
emptyText: StringConstructor;
|
|
9291
9291
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9292
9292
|
defaultExpandAll: BooleanConstructor;
|
|
9293
9293
|
defaultSort: PropType< Sort | undefined>;
|
|
9294
9294
|
tooltipEffect: StringConstructor;
|
|
9295
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9295
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9296
9296
|
spanMethod: PropType<((data: {
|
|
9297
9297
|
row: any;
|
|
9298
9298
|
rowIndex: number;
|
|
@@ -9336,7 +9336,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9336
9336
|
};
|
|
9337
9337
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9338
9338
|
flexible: BooleanConstructor;
|
|
9339
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9339
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9340
9340
|
}>> & {
|
|
9341
9341
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9342
9342
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9456,9 +9456,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9456
9456
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9457
9457
|
__epPropKey: true;
|
|
9458
9458
|
};
|
|
9459
|
-
width: (
|
|
9460
|
-
height: (
|
|
9461
|
-
maxHeight: (
|
|
9459
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9460
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9461
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9462
9462
|
fit: {
|
|
9463
9463
|
type: BooleanConstructor;
|
|
9464
9464
|
default: boolean;
|
|
@@ -9482,13 +9482,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9482
9482
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9483
9483
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9484
9484
|
highlightCurrentRow: BooleanConstructor;
|
|
9485
|
-
currentRowKey: (
|
|
9485
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9486
9486
|
emptyText: StringConstructor;
|
|
9487
9487
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9488
9488
|
defaultExpandAll: BooleanConstructor;
|
|
9489
9489
|
defaultSort: PropType< Sort | undefined>;
|
|
9490
9490
|
tooltipEffect: StringConstructor;
|
|
9491
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9491
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9492
9492
|
spanMethod: PropType<((data: {
|
|
9493
9493
|
row: any;
|
|
9494
9494
|
rowIndex: number;
|
|
@@ -9532,7 +9532,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9532
9532
|
};
|
|
9533
9533
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9534
9534
|
flexible: BooleanConstructor;
|
|
9535
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9535
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9536
9536
|
}>> & {
|
|
9537
9537
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9538
9538
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9591,9 +9591,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9591
9591
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9592
9592
|
__epPropKey: true;
|
|
9593
9593
|
};
|
|
9594
|
-
width: (
|
|
9595
|
-
height: (
|
|
9596
|
-
maxHeight: (
|
|
9594
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9595
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9596
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9597
9597
|
fit: {
|
|
9598
9598
|
type: BooleanConstructor;
|
|
9599
9599
|
default: boolean;
|
|
@@ -9617,13 +9617,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9617
9617
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9618
9618
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9619
9619
|
highlightCurrentRow: BooleanConstructor;
|
|
9620
|
-
currentRowKey: (
|
|
9620
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9621
9621
|
emptyText: StringConstructor;
|
|
9622
9622
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9623
9623
|
defaultExpandAll: BooleanConstructor;
|
|
9624
9624
|
defaultSort: PropType< Sort | undefined>;
|
|
9625
9625
|
tooltipEffect: StringConstructor;
|
|
9626
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9626
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9627
9627
|
spanMethod: PropType<((data: {
|
|
9628
9628
|
row: any;
|
|
9629
9629
|
rowIndex: number;
|
|
@@ -9667,7 +9667,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9667
9667
|
};
|
|
9668
9668
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9669
9669
|
flexible: BooleanConstructor;
|
|
9670
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9670
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9671
9671
|
}>> & {
|
|
9672
9672
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9673
9673
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10047,9 +10047,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10047
10047
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10048
10048
|
__epPropKey: true;
|
|
10049
10049
|
};
|
|
10050
|
-
width: (
|
|
10051
|
-
height: (
|
|
10052
|
-
maxHeight: (
|
|
10050
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10051
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10052
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10053
10053
|
fit: {
|
|
10054
10054
|
type: BooleanConstructor;
|
|
10055
10055
|
default: boolean;
|
|
@@ -10073,13 +10073,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10073
10073
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10074
10074
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10075
10075
|
highlightCurrentRow: BooleanConstructor;
|
|
10076
|
-
currentRowKey: (
|
|
10076
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10077
10077
|
emptyText: StringConstructor;
|
|
10078
10078
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10079
10079
|
defaultExpandAll: BooleanConstructor;
|
|
10080
10080
|
defaultSort: PropType< Sort | undefined>;
|
|
10081
10081
|
tooltipEffect: StringConstructor;
|
|
10082
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10082
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10083
10083
|
spanMethod: PropType<((data: {
|
|
10084
10084
|
row: any;
|
|
10085
10085
|
rowIndex: number;
|
|
@@ -10123,7 +10123,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10123
10123
|
};
|
|
10124
10124
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10125
10125
|
flexible: BooleanConstructor;
|
|
10126
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10126
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10127
10127
|
}>> & {
|
|
10128
10128
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10129
10129
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10243,9 +10243,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10243
10243
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10244
10244
|
__epPropKey: true;
|
|
10245
10245
|
};
|
|
10246
|
-
width: (
|
|
10247
|
-
height: (
|
|
10248
|
-
maxHeight: (
|
|
10246
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10247
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10248
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10249
10249
|
fit: {
|
|
10250
10250
|
type: BooleanConstructor;
|
|
10251
10251
|
default: boolean;
|
|
@@ -10269,13 +10269,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10269
10269
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10270
10270
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10271
10271
|
highlightCurrentRow: BooleanConstructor;
|
|
10272
|
-
currentRowKey: (
|
|
10272
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10273
10273
|
emptyText: StringConstructor;
|
|
10274
10274
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10275
10275
|
defaultExpandAll: BooleanConstructor;
|
|
10276
10276
|
defaultSort: PropType< Sort | undefined>;
|
|
10277
10277
|
tooltipEffect: StringConstructor;
|
|
10278
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10278
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10279
10279
|
spanMethod: PropType<((data: {
|
|
10280
10280
|
row: any;
|
|
10281
10281
|
rowIndex: number;
|
|
@@ -10319,7 +10319,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10319
10319
|
};
|
|
10320
10320
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10321
10321
|
flexible: BooleanConstructor;
|
|
10322
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10322
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10323
10323
|
}>> & {
|
|
10324
10324
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10325
10325
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10378,9 +10378,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10378
10378
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10379
10379
|
__epPropKey: true;
|
|
10380
10380
|
};
|
|
10381
|
-
width: (
|
|
10382
|
-
height: (
|
|
10383
|
-
maxHeight: (
|
|
10381
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10382
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10383
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10384
10384
|
fit: {
|
|
10385
10385
|
type: BooleanConstructor;
|
|
10386
10386
|
default: boolean;
|
|
@@ -10404,13 +10404,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10404
10404
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10405
10405
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10406
10406
|
highlightCurrentRow: BooleanConstructor;
|
|
10407
|
-
currentRowKey: (
|
|
10407
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10408
10408
|
emptyText: StringConstructor;
|
|
10409
10409
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10410
10410
|
defaultExpandAll: BooleanConstructor;
|
|
10411
10411
|
defaultSort: PropType< Sort | undefined>;
|
|
10412
10412
|
tooltipEffect: StringConstructor;
|
|
10413
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10413
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10414
10414
|
spanMethod: PropType<((data: {
|
|
10415
10415
|
row: any;
|
|
10416
10416
|
rowIndex: number;
|
|
@@ -10454,7 +10454,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10454
10454
|
};
|
|
10455
10455
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10456
10456
|
flexible: BooleanConstructor;
|
|
10457
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10457
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10458
10458
|
}>> & {
|
|
10459
10459
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10460
10460
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10620,14 +10620,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10620
10620
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10621
10621
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10622
10622
|
$slots: Partial<Record<never, (_: {
|
|
10623
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
10623
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
10624
10624
|
readonly label: string | ComputedRef<string>;
|
|
10625
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10625
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10626
10626
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10627
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10627
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10628
10628
|
style?: CSSProperties | undefined;
|
|
10629
10629
|
class?: any;
|
|
10630
|
-
} & RecordType> | ComputedRef<
|
|
10630
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10631
10631
|
style?: CSSProperties | undefined;
|
|
10632
10632
|
class?: any;
|
|
10633
10633
|
} & RecordType>>;
|
|
@@ -10694,12 +10694,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10694
10694
|
fieldInstance?: any;
|
|
10695
10695
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10696
10696
|
prop: string;
|
|
10697
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10697
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10698
10698
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10699
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10699
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10700
10700
|
style?: CSSProperties | undefined;
|
|
10701
10701
|
class?: any;
|
|
10702
|
-
} & RecordType> | ComputedRef<
|
|
10702
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10703
10703
|
style?: CSSProperties | undefined;
|
|
10704
10704
|
class?: any;
|
|
10705
10705
|
} & RecordType>>;
|
|
@@ -11204,9 +11204,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11204
11204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11205
11205
|
__epPropKey: true;
|
|
11206
11206
|
};
|
|
11207
|
-
width: (
|
|
11208
|
-
height: (
|
|
11209
|
-
maxHeight: (
|
|
11207
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11208
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11209
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11210
11210
|
fit: {
|
|
11211
11211
|
type: BooleanConstructor;
|
|
11212
11212
|
default: boolean;
|
|
@@ -11230,13 +11230,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11230
11230
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11231
11231
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11232
11232
|
highlightCurrentRow: BooleanConstructor;
|
|
11233
|
-
currentRowKey: (
|
|
11233
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11234
11234
|
emptyText: StringConstructor;
|
|
11235
11235
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11236
11236
|
defaultExpandAll: BooleanConstructor;
|
|
11237
11237
|
defaultSort: PropType< Sort | undefined>;
|
|
11238
11238
|
tooltipEffect: StringConstructor;
|
|
11239
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11239
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11240
11240
|
spanMethod: PropType<((data: {
|
|
11241
11241
|
row: any;
|
|
11242
11242
|
rowIndex: number;
|
|
@@ -11280,7 +11280,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11280
11280
|
};
|
|
11281
11281
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11282
11282
|
flexible: BooleanConstructor;
|
|
11283
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11283
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11284
11284
|
}>> & {
|
|
11285
11285
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11286
11286
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11400,9 +11400,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11400
11400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11401
11401
|
__epPropKey: true;
|
|
11402
11402
|
};
|
|
11403
|
-
width: (
|
|
11404
|
-
height: (
|
|
11405
|
-
maxHeight: (
|
|
11403
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11404
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11405
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11406
11406
|
fit: {
|
|
11407
11407
|
type: BooleanConstructor;
|
|
11408
11408
|
default: boolean;
|
|
@@ -11426,13 +11426,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11426
11426
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11427
11427
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11428
11428
|
highlightCurrentRow: BooleanConstructor;
|
|
11429
|
-
currentRowKey: (
|
|
11429
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11430
11430
|
emptyText: StringConstructor;
|
|
11431
11431
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11432
11432
|
defaultExpandAll: BooleanConstructor;
|
|
11433
11433
|
defaultSort: PropType< Sort | undefined>;
|
|
11434
11434
|
tooltipEffect: StringConstructor;
|
|
11435
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11435
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11436
11436
|
spanMethod: PropType<((data: {
|
|
11437
11437
|
row: any;
|
|
11438
11438
|
rowIndex: number;
|
|
@@ -11476,7 +11476,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11476
11476
|
};
|
|
11477
11477
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11478
11478
|
flexible: BooleanConstructor;
|
|
11479
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11479
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11480
11480
|
}>> & {
|
|
11481
11481
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11482
11482
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11535,9 +11535,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11535
11535
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11536
11536
|
__epPropKey: true;
|
|
11537
11537
|
};
|
|
11538
|
-
width: (
|
|
11539
|
-
height: (
|
|
11540
|
-
maxHeight: (
|
|
11538
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11539
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11540
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11541
11541
|
fit: {
|
|
11542
11542
|
type: BooleanConstructor;
|
|
11543
11543
|
default: boolean;
|
|
@@ -11561,13 +11561,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11561
11561
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11562
11562
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11563
11563
|
highlightCurrentRow: BooleanConstructor;
|
|
11564
|
-
currentRowKey: (
|
|
11564
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11565
11565
|
emptyText: StringConstructor;
|
|
11566
11566
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11567
11567
|
defaultExpandAll: BooleanConstructor;
|
|
11568
11568
|
defaultSort: PropType< Sort | undefined>;
|
|
11569
11569
|
tooltipEffect: StringConstructor;
|
|
11570
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11570
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11571
11571
|
spanMethod: PropType<((data: {
|
|
11572
11572
|
row: any;
|
|
11573
11573
|
rowIndex: number;
|
|
@@ -11611,7 +11611,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11611
11611
|
};
|
|
11612
11612
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11613
11613
|
flexible: BooleanConstructor;
|
|
11614
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11614
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11615
11615
|
}>> & {
|
|
11616
11616
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11617
11617
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11991,9 +11991,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11991
11991
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11992
11992
|
__epPropKey: true;
|
|
11993
11993
|
};
|
|
11994
|
-
width: (
|
|
11995
|
-
height: (
|
|
11996
|
-
maxHeight: (
|
|
11994
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11995
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11996
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11997
11997
|
fit: {
|
|
11998
11998
|
type: BooleanConstructor;
|
|
11999
11999
|
default: boolean;
|
|
@@ -12017,13 +12017,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12017
12017
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12018
12018
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12019
12019
|
highlightCurrentRow: BooleanConstructor;
|
|
12020
|
-
currentRowKey: (
|
|
12020
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12021
12021
|
emptyText: StringConstructor;
|
|
12022
12022
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12023
12023
|
defaultExpandAll: BooleanConstructor;
|
|
12024
12024
|
defaultSort: PropType< Sort | undefined>;
|
|
12025
12025
|
tooltipEffect: StringConstructor;
|
|
12026
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12026
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12027
12027
|
spanMethod: PropType<((data: {
|
|
12028
12028
|
row: any;
|
|
12029
12029
|
rowIndex: number;
|
|
@@ -12067,7 +12067,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12067
12067
|
};
|
|
12068
12068
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12069
12069
|
flexible: BooleanConstructor;
|
|
12070
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12070
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12071
12071
|
}>> & {
|
|
12072
12072
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12073
12073
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12187,9 +12187,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12187
12187
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12188
12188
|
__epPropKey: true;
|
|
12189
12189
|
};
|
|
12190
|
-
width: (
|
|
12191
|
-
height: (
|
|
12192
|
-
maxHeight: (
|
|
12190
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12191
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12192
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12193
12193
|
fit: {
|
|
12194
12194
|
type: BooleanConstructor;
|
|
12195
12195
|
default: boolean;
|
|
@@ -12213,13 +12213,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12213
12213
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12214
12214
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12215
12215
|
highlightCurrentRow: BooleanConstructor;
|
|
12216
|
-
currentRowKey: (
|
|
12216
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12217
12217
|
emptyText: StringConstructor;
|
|
12218
12218
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12219
12219
|
defaultExpandAll: BooleanConstructor;
|
|
12220
12220
|
defaultSort: PropType< Sort | undefined>;
|
|
12221
12221
|
tooltipEffect: StringConstructor;
|
|
12222
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12222
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12223
12223
|
spanMethod: PropType<((data: {
|
|
12224
12224
|
row: any;
|
|
12225
12225
|
rowIndex: number;
|
|
@@ -12263,7 +12263,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12263
12263
|
};
|
|
12264
12264
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12265
12265
|
flexible: BooleanConstructor;
|
|
12266
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12266
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12267
12267
|
}>> & {
|
|
12268
12268
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12269
12269
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12322,9 +12322,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12322
12322
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12323
12323
|
__epPropKey: true;
|
|
12324
12324
|
};
|
|
12325
|
-
width: (
|
|
12326
|
-
height: (
|
|
12327
|
-
maxHeight: (
|
|
12325
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12326
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12327
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12328
12328
|
fit: {
|
|
12329
12329
|
type: BooleanConstructor;
|
|
12330
12330
|
default: boolean;
|
|
@@ -12348,13 +12348,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12348
12348
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12349
12349
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12350
12350
|
highlightCurrentRow: BooleanConstructor;
|
|
12351
|
-
currentRowKey: (
|
|
12351
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12352
12352
|
emptyText: StringConstructor;
|
|
12353
12353
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12354
12354
|
defaultExpandAll: BooleanConstructor;
|
|
12355
12355
|
defaultSort: PropType< Sort | undefined>;
|
|
12356
12356
|
tooltipEffect: StringConstructor;
|
|
12357
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12357
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12358
12358
|
spanMethod: PropType<((data: {
|
|
12359
12359
|
row: any;
|
|
12360
12360
|
rowIndex: number;
|
|
@@ -12398,7 +12398,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12398
12398
|
};
|
|
12399
12399
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12400
12400
|
flexible: BooleanConstructor;
|
|
12401
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12401
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12402
12402
|
}>> & {
|
|
12403
12403
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12404
12404
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12566,9 +12566,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12566
12566
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12567
12567
|
__epPropKey: true;
|
|
12568
12568
|
};
|
|
12569
|
-
width: (
|
|
12570
|
-
height: (
|
|
12571
|
-
maxHeight: (
|
|
12569
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12570
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12571
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12572
12572
|
fit: {
|
|
12573
12573
|
type: BooleanConstructor;
|
|
12574
12574
|
default: boolean;
|
|
@@ -12592,13 +12592,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12592
12592
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12593
12593
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12594
12594
|
highlightCurrentRow: BooleanConstructor;
|
|
12595
|
-
currentRowKey: (
|
|
12595
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12596
12596
|
emptyText: StringConstructor;
|
|
12597
12597
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12598
12598
|
defaultExpandAll: BooleanConstructor;
|
|
12599
12599
|
defaultSort: PropType< Sort | undefined>;
|
|
12600
12600
|
tooltipEffect: StringConstructor;
|
|
12601
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12601
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12602
12602
|
spanMethod: PropType<((data: {
|
|
12603
12603
|
row: any;
|
|
12604
12604
|
rowIndex: number;
|
|
@@ -12642,7 +12642,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12642
12642
|
};
|
|
12643
12643
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12644
12644
|
flexible: BooleanConstructor;
|
|
12645
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12645
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12646
12646
|
}>> & {
|
|
12647
12647
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12648
12648
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12762,9 +12762,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12762
12762
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12763
12763
|
__epPropKey: true;
|
|
12764
12764
|
};
|
|
12765
|
-
width: (
|
|
12766
|
-
height: (
|
|
12767
|
-
maxHeight: (
|
|
12765
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12766
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12767
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12768
12768
|
fit: {
|
|
12769
12769
|
type: BooleanConstructor;
|
|
12770
12770
|
default: boolean;
|
|
@@ -12788,13 +12788,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12788
12788
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12789
12789
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12790
12790
|
highlightCurrentRow: BooleanConstructor;
|
|
12791
|
-
currentRowKey: (
|
|
12791
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12792
12792
|
emptyText: StringConstructor;
|
|
12793
12793
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12794
12794
|
defaultExpandAll: BooleanConstructor;
|
|
12795
12795
|
defaultSort: PropType< Sort | undefined>;
|
|
12796
12796
|
tooltipEffect: StringConstructor;
|
|
12797
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12797
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12798
12798
|
spanMethod: PropType<((data: {
|
|
12799
12799
|
row: any;
|
|
12800
12800
|
rowIndex: number;
|
|
@@ -12838,7 +12838,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12838
12838
|
};
|
|
12839
12839
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12840
12840
|
flexible: BooleanConstructor;
|
|
12841
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12841
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12842
12842
|
}>> & {
|
|
12843
12843
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12844
12844
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12897,9 +12897,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12897
12897
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12898
12898
|
__epPropKey: true;
|
|
12899
12899
|
};
|
|
12900
|
-
width: (
|
|
12901
|
-
height: (
|
|
12902
|
-
maxHeight: (
|
|
12900
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12901
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12902
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12903
12903
|
fit: {
|
|
12904
12904
|
type: BooleanConstructor;
|
|
12905
12905
|
default: boolean;
|
|
@@ -12923,13 +12923,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12923
12923
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12924
12924
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12925
12925
|
highlightCurrentRow: BooleanConstructor;
|
|
12926
|
-
currentRowKey: (
|
|
12926
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12927
12927
|
emptyText: StringConstructor;
|
|
12928
12928
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12929
12929
|
defaultExpandAll: BooleanConstructor;
|
|
12930
12930
|
defaultSort: PropType< Sort | undefined>;
|
|
12931
12931
|
tooltipEffect: StringConstructor;
|
|
12932
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12932
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12933
12933
|
spanMethod: PropType<((data: {
|
|
12934
12934
|
row: any;
|
|
12935
12935
|
rowIndex: number;
|
|
@@ -12973,7 +12973,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12973
12973
|
};
|
|
12974
12974
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12975
12975
|
flexible: BooleanConstructor;
|
|
12976
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12976
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12977
12977
|
}>> & {
|
|
12978
12978
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12979
12979
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13132,10 +13132,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13132
13132
|
"onHeader-filter-confirm"?: ((payload: HeaderFilterPayload) => any) | undefined;
|
|
13133
13133
|
"onHeader-filter-reset"?: ((payload: HeaderFilterResetPayload) => any) | undefined;
|
|
13134
13134
|
}, {
|
|
13135
|
+
showSearch: boolean;
|
|
13135
13136
|
search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
13136
13137
|
headerFilter: boolean | HeaderFilterConfig;
|
|
13137
13138
|
pagination: false | Record<string, unknown>;
|
|
13138
|
-
showSearch: boolean;
|
|
13139
13139
|
isCard: boolean;
|
|
13140
13140
|
hideHeaderFilter: boolean;
|
|
13141
13141
|
hideColumnSettingsIcon: boolean;
|