yc-pro-components 0.0.24 → 0.0.25
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 +64 -45
- package/es/components/form/src/form-content.vue.d.ts +24 -20
- package/es/components/form/src/form-content.vue2.mjs +106 -96
- package/es/components/form/src/index.vue.d.ts +20 -17
- package/es/components/form/src/index.vue2.mjs +5 -2
- package/es/components/form/src/type.d.ts +4 -0
- 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/form-item/src/index.vue2.mjs +22 -18
- 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 +587 -452
- package/es/components/page/src/index.vue.d.ts +199 -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 +218 -154
- package/es/components/search/src/index.vue.d.ts +68 -50
- package/es/components/search/src/index.vue2.mjs +3 -1
- package/es/components/search/src/type.d.ts +7 -0
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +450 -360
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +2 -15
- 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 +1 -1
- package/index.css +6 -6
- package/index.js +140 -134
- package/index.min.css +1 -1
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +140 -134
- 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 +64 -45
- package/lib/components/form/src/form-content.vue.d.ts +24 -20
- package/lib/components/form/src/form-content.vue2.js +105 -95
- package/lib/components/form/src/index.vue.d.ts +20 -17
- package/lib/components/form/src/index.vue2.js +5 -2
- package/lib/components/form/src/type.d.ts +4 -0
- 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/form-item/src/index.vue2.js +21 -17
- 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 +587 -452
- package/lib/components/page/src/index.vue.d.ts +199 -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 +218 -154
- package/lib/components/search/src/index.vue.d.ts +68 -50
- package/lib/components/search/src/index.vue2.js +3 -1
- package/lib/components/search/src/type.d.ts +7 -0
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +450 -360
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +2 -15
- 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 +1 -1
- 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-form.css +1 -1
- package/theme-chalk/plus-search.css +1 -1
- package/theme-chalk/src/form.scss +20 -0
- package/theme-chalk/src/search.scss +125 -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, "total" | "modelValue" | "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, "total" | "modelValue" | "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, "total" | "modelValue" | "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, "total" | "modelValue" | "pageSizeList">>;
|
|
301
301
|
default: () => {};
|
|
302
302
|
};
|
|
303
303
|
columnsEmptyText: {
|
|
@@ -370,8 +370,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
370
370
|
$: ComponentInternalInstance;
|
|
371
371
|
$data: {};
|
|
372
372
|
$props: Partial<{
|
|
373
|
-
modelValue: FieldValues;
|
|
374
373
|
columns: PlusColumn[];
|
|
374
|
+
layout: "grid" | "flex";
|
|
375
|
+
modelValue: FieldValues;
|
|
375
376
|
labelPosition: "top" | "right" | "left";
|
|
376
377
|
inline: boolean;
|
|
377
378
|
showNumber: number;
|
|
@@ -397,8 +398,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
397
398
|
searchIcon: Component | null;
|
|
398
399
|
resetIcon: Component | null;
|
|
399
400
|
}> & Omit<{
|
|
400
|
-
readonly modelValue: FieldValues;
|
|
401
401
|
readonly columns: PlusColumn[];
|
|
402
|
+
readonly layout: "grid" | "flex";
|
|
403
|
+
readonly modelValue: FieldValues;
|
|
402
404
|
readonly inline: boolean;
|
|
403
405
|
readonly showNumber: number;
|
|
404
406
|
readonly defaultValues: FieldValues;
|
|
@@ -423,20 +425,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
423
425
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
424
426
|
readonly searchIcon?: Component | null | undefined;
|
|
425
427
|
readonly resetIcon?: Component | null | undefined;
|
|
426
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
427
428
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
428
429
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
430
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
429
431
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
430
432
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
431
433
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
432
|
-
modelValue: {
|
|
433
|
-
type: PropType<FieldValues>;
|
|
434
|
-
default: () => {};
|
|
435
|
-
};
|
|
436
434
|
columns: {
|
|
437
435
|
type: PropType<PlusColumn[]>;
|
|
438
436
|
default: () => never[];
|
|
439
437
|
};
|
|
438
|
+
layout: {
|
|
439
|
+
type: PropType<"grid" | "flex">;
|
|
440
|
+
default: "flex";
|
|
441
|
+
};
|
|
442
|
+
modelValue: {
|
|
443
|
+
type: PropType<FieldValues>;
|
|
444
|
+
default: () => {};
|
|
445
|
+
};
|
|
440
446
|
labelPosition: {
|
|
441
447
|
type: PropType<"top" | "right" | "left">;
|
|
442
448
|
default: undefined;
|
|
@@ -524,12 +530,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
524
530
|
default: undefined;
|
|
525
531
|
};
|
|
526
532
|
}>> & {
|
|
527
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
528
533
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
529
534
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
535
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
530
536
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
531
537
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
532
|
-
}, "
|
|
538
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
533
539
|
$attrs: {
|
|
534
540
|
[x: string]: unknown;
|
|
535
541
|
};
|
|
@@ -541,17 +547,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
541
547
|
}>;
|
|
542
548
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
543
549
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
544
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
550
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
545
551
|
$el: any;
|
|
546
552
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
547
|
-
modelValue: {
|
|
548
|
-
type: PropType<FieldValues>;
|
|
549
|
-
default: () => {};
|
|
550
|
-
};
|
|
551
553
|
columns: {
|
|
552
554
|
type: PropType<PlusColumn[]>;
|
|
553
555
|
default: () => never[];
|
|
554
556
|
};
|
|
557
|
+
layout: {
|
|
558
|
+
type: PropType<"grid" | "flex">;
|
|
559
|
+
default: "flex";
|
|
560
|
+
};
|
|
561
|
+
modelValue: {
|
|
562
|
+
type: PropType<FieldValues>;
|
|
563
|
+
default: () => {};
|
|
564
|
+
};
|
|
555
565
|
labelPosition: {
|
|
556
566
|
type: PropType<"top" | "right" | "left">;
|
|
557
567
|
default: undefined;
|
|
@@ -639,9 +649,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
639
649
|
default: undefined;
|
|
640
650
|
};
|
|
641
651
|
}>> & {
|
|
642
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
643
652
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
644
653
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
654
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
645
655
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
646
656
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
647
657
|
}, {
|
|
@@ -649,11 +659,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
649
659
|
$: ComponentInternalInstance;
|
|
650
660
|
$data: {};
|
|
651
661
|
$props: Partial<{
|
|
652
|
-
modelValue: FieldValues;
|
|
653
662
|
collapseDuration: number;
|
|
654
663
|
collapseTransition: boolean;
|
|
655
664
|
columns: PlusColumn[];
|
|
656
665
|
group: false | PlusFormGroupRow[];
|
|
666
|
+
layout: "grid" | "flex";
|
|
667
|
+
modelValue: FieldValues;
|
|
657
668
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
658
669
|
labelPosition: "top" | "right" | "left";
|
|
659
670
|
labelWidth: string | number;
|
|
@@ -674,7 +685,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
674
685
|
submitText: string;
|
|
675
686
|
resetText: string;
|
|
676
687
|
submitLoading: boolean;
|
|
677
|
-
footerAlign: "
|
|
688
|
+
footerAlign: "right" | "left" | "center";
|
|
678
689
|
cardProps: Partial< Mutable<CardProps> & {
|
|
679
690
|
style?: CSSProperties | undefined;
|
|
680
691
|
class?: any;
|
|
@@ -682,9 +693,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
682
693
|
prevent: boolean;
|
|
683
694
|
clearable: boolean;
|
|
684
695
|
}> & Omit<{
|
|
685
|
-
readonly modelValue: FieldValues;
|
|
686
696
|
readonly columns: PlusColumn[];
|
|
687
697
|
readonly group: false | PlusFormGroupRow[];
|
|
698
|
+
readonly layout: "grid" | "flex";
|
|
699
|
+
readonly modelValue: FieldValues;
|
|
688
700
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
689
701
|
readonly labelPosition: "top" | "right" | "left";
|
|
690
702
|
readonly labelWidth: string | number;
|
|
@@ -705,7 +717,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
705
717
|
readonly submitText: string;
|
|
706
718
|
readonly resetText: string;
|
|
707
719
|
readonly submitLoading: boolean;
|
|
708
|
-
readonly footerAlign: "
|
|
720
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
709
721
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
710
722
|
style?: CSSProperties | undefined;
|
|
711
723
|
class?: any;
|
|
@@ -714,17 +726,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
714
726
|
readonly clearable: boolean;
|
|
715
727
|
readonly collapseDuration?: number | undefined;
|
|
716
728
|
readonly collapseTransition?: boolean | undefined;
|
|
717
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
718
729
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
719
730
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
720
731
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
732
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
721
733
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
722
734
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
723
735
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
724
|
-
modelValue: {
|
|
725
|
-
type: PropType<FieldValues>;
|
|
726
|
-
default: () => {};
|
|
727
|
-
};
|
|
728
736
|
collapseDuration: {
|
|
729
737
|
type: PropType<number>;
|
|
730
738
|
default: undefined;
|
|
@@ -741,6 +749,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
741
749
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
742
750
|
default: boolean;
|
|
743
751
|
};
|
|
752
|
+
layout: {
|
|
753
|
+
type: PropType<"grid" | "flex">;
|
|
754
|
+
default: string;
|
|
755
|
+
};
|
|
756
|
+
modelValue: {
|
|
757
|
+
type: PropType<FieldValues>;
|
|
758
|
+
default: () => {};
|
|
759
|
+
};
|
|
744
760
|
rules: {
|
|
745
761
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
746
762
|
default: () => {};
|
|
@@ -804,7 +820,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
804
820
|
default: boolean;
|
|
805
821
|
};
|
|
806
822
|
footerAlign: {
|
|
807
|
-
type: PropType<"
|
|
823
|
+
type: PropType<"right" | "left" | "center">;
|
|
808
824
|
default: string;
|
|
809
825
|
};
|
|
810
826
|
cardProps: {
|
|
@@ -823,13 +839,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
823
839
|
default: boolean;
|
|
824
840
|
};
|
|
825
841
|
}>> & {
|
|
826
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
827
842
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
828
843
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
829
844
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
845
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
830
846
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
831
847
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
832
|
-
}, "
|
|
848
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
833
849
|
$attrs: {
|
|
834
850
|
[x: string]: unknown;
|
|
835
851
|
};
|
|
@@ -841,13 +857,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
841
857
|
}>;
|
|
842
858
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
843
859
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
844
|
-
$emit: ((event: "
|
|
860
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
845
861
|
$el: any;
|
|
846
862
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
847
|
-
modelValue: {
|
|
848
|
-
type: PropType<FieldValues>;
|
|
849
|
-
default: () => {};
|
|
850
|
-
};
|
|
851
863
|
collapseDuration: {
|
|
852
864
|
type: PropType<number>;
|
|
853
865
|
default: undefined;
|
|
@@ -864,6 +876,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
864
876
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
865
877
|
default: boolean;
|
|
866
878
|
};
|
|
879
|
+
layout: {
|
|
880
|
+
type: PropType<"grid" | "flex">;
|
|
881
|
+
default: string;
|
|
882
|
+
};
|
|
883
|
+
modelValue: {
|
|
884
|
+
type: PropType<FieldValues>;
|
|
885
|
+
default: () => {};
|
|
886
|
+
};
|
|
867
887
|
rules: {
|
|
868
888
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
869
889
|
default: () => {};
|
|
@@ -927,7 +947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
927
947
|
default: boolean;
|
|
928
948
|
};
|
|
929
949
|
footerAlign: {
|
|
930
|
-
type: PropType<"
|
|
950
|
+
type: PropType<"right" | "left" | "center">;
|
|
931
951
|
default: string;
|
|
932
952
|
};
|
|
933
953
|
cardProps: {
|
|
@@ -946,10 +966,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
946
966
|
default: boolean;
|
|
947
967
|
};
|
|
948
968
|
}>> & {
|
|
949
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
950
969
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
951
970
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
952
971
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
972
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
953
973
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
954
974
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
955
975
|
}, {
|
|
@@ -1270,11 +1290,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1270
1290
|
submitError: (errors: unknown) => void;
|
|
1271
1291
|
validate: (...args: any[]) => void;
|
|
1272
1292
|
}, string, {
|
|
1273
|
-
modelValue: FieldValues;
|
|
1274
1293
|
collapseDuration: number;
|
|
1275
1294
|
collapseTransition: boolean;
|
|
1276
1295
|
columns: PlusColumn[];
|
|
1277
1296
|
group: false | PlusFormGroupRow[];
|
|
1297
|
+
layout: "grid" | "flex";
|
|
1298
|
+
modelValue: FieldValues;
|
|
1278
1299
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1279
1300
|
labelPosition: "top" | "right" | "left";
|
|
1280
1301
|
labelWidth: string | number;
|
|
@@ -1295,7 +1316,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1295
1316
|
submitText: string;
|
|
1296
1317
|
resetText: string;
|
|
1297
1318
|
submitLoading: boolean;
|
|
1298
|
-
footerAlign: "
|
|
1319
|
+
footerAlign: "right" | "left" | "center";
|
|
1299
1320
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1300
1321
|
style?: CSSProperties | undefined;
|
|
1301
1322
|
class?: any;
|
|
@@ -1323,10 +1344,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1323
1344
|
$nextTick: typeof nextTick;
|
|
1324
1345
|
$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
1346
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1326
|
-
modelValue: {
|
|
1327
|
-
type: PropType<FieldValues>;
|
|
1328
|
-
default: () => {};
|
|
1329
|
-
};
|
|
1330
1347
|
collapseDuration: {
|
|
1331
1348
|
type: PropType<number>;
|
|
1332
1349
|
default: undefined;
|
|
@@ -1343,6 +1360,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1343
1360
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1344
1361
|
default: boolean;
|
|
1345
1362
|
};
|
|
1363
|
+
layout: {
|
|
1364
|
+
type: PropType<"grid" | "flex">;
|
|
1365
|
+
default: string;
|
|
1366
|
+
};
|
|
1367
|
+
modelValue: {
|
|
1368
|
+
type: PropType<FieldValues>;
|
|
1369
|
+
default: () => {};
|
|
1370
|
+
};
|
|
1346
1371
|
rules: {
|
|
1347
1372
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1348
1373
|
default: () => {};
|
|
@@ -1406,7 +1431,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1406
1431
|
default: boolean;
|
|
1407
1432
|
};
|
|
1408
1433
|
footerAlign: {
|
|
1409
|
-
type: PropType<"
|
|
1434
|
+
type: PropType<"right" | "left" | "center">;
|
|
1410
1435
|
default: string;
|
|
1411
1436
|
};
|
|
1412
1437
|
cardProps: {
|
|
@@ -1425,10 +1450,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1425
1450
|
default: boolean;
|
|
1426
1451
|
};
|
|
1427
1452
|
}>> & {
|
|
1428
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1429
1453
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1430
1454
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1431
1455
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1456
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1432
1457
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1433
1458
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1434
1459
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1754,14 +1779,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1754
1779
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1755
1780
|
columns?: PlusColumn[] | undefined;
|
|
1756
1781
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1757
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1782
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1758
1783
|
readonly label: string | ComputedRef<string>;
|
|
1759
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1784
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1760
1785
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1761
|
-
readonly tooltip: string |
|
|
1786
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1762
1787
|
style?: CSSProperties | undefined;
|
|
1763
1788
|
class?: any;
|
|
1764
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1789
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1765
1790
|
style?: CSSProperties | undefined;
|
|
1766
1791
|
class?: any;
|
|
1767
1792
|
} & RecordType>>;
|
|
@@ -1828,12 +1853,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1828
1853
|
fieldInstance?: any;
|
|
1829
1854
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1830
1855
|
prop: string;
|
|
1831
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1856
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1832
1857
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1833
|
-
tooltip: string |
|
|
1858
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1834
1859
|
style?: CSSProperties | undefined;
|
|
1835
1860
|
class?: any;
|
|
1836
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1861
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1837
1862
|
style?: CSSProperties | undefined;
|
|
1838
1863
|
class?: any;
|
|
1839
1864
|
} & RecordType>>;
|
|
@@ -1862,14 +1887,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1862
1887
|
clearable: boolean;
|
|
1863
1888
|
index: number;
|
|
1864
1889
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1865
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1890
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1866
1891
|
readonly label: string | ComputedRef<string>;
|
|
1867
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1892
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1868
1893
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1869
|
-
readonly tooltip: string |
|
|
1894
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1870
1895
|
style?: CSSProperties | undefined;
|
|
1871
1896
|
class?: any;
|
|
1872
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1897
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1873
1898
|
style?: CSSProperties | undefined;
|
|
1874
1899
|
class?: any;
|
|
1875
1900
|
} & RecordType>>;
|
|
@@ -1936,12 +1961,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1936
1961
|
fieldInstance?: any;
|
|
1937
1962
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1938
1963
|
prop: string;
|
|
1939
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1964
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1940
1965
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1941
|
-
tooltip: string |
|
|
1966
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1942
1967
|
style?: CSSProperties | undefined;
|
|
1943
1968
|
class?: any;
|
|
1944
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1969
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1945
1970
|
style?: CSSProperties | undefined;
|
|
1946
1971
|
class?: any;
|
|
1947
1972
|
} & RecordType>>;
|
|
@@ -1993,8 +2018,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1993
2018
|
reset: (values: FieldValues) => void;
|
|
1994
2019
|
collapse: (isShowUnfold: boolean) => void;
|
|
1995
2020
|
}, string, {
|
|
1996
|
-
modelValue: FieldValues;
|
|
1997
2021
|
columns: PlusColumn[];
|
|
2022
|
+
layout: "grid" | "flex";
|
|
2023
|
+
modelValue: FieldValues;
|
|
1998
2024
|
labelPosition: "top" | "right" | "left";
|
|
1999
2025
|
inline: boolean;
|
|
2000
2026
|
showNumber: number;
|
|
@@ -2040,14 +2066,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2040
2066
|
$nextTick: typeof nextTick;
|
|
2041
2067
|
$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
2068
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2043
|
-
modelValue: {
|
|
2044
|
-
type: PropType<FieldValues>;
|
|
2045
|
-
default: () => {};
|
|
2046
|
-
};
|
|
2047
2069
|
columns: {
|
|
2048
2070
|
type: PropType<PlusColumn[]>;
|
|
2049
2071
|
default: () => never[];
|
|
2050
2072
|
};
|
|
2073
|
+
layout: {
|
|
2074
|
+
type: PropType<"grid" | "flex">;
|
|
2075
|
+
default: "flex";
|
|
2076
|
+
};
|
|
2077
|
+
modelValue: {
|
|
2078
|
+
type: PropType<FieldValues>;
|
|
2079
|
+
default: () => {};
|
|
2080
|
+
};
|
|
2051
2081
|
labelPosition: {
|
|
2052
2082
|
type: PropType<"top" | "right" | "left">;
|
|
2053
2083
|
default: undefined;
|
|
@@ -2135,9 +2165,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2135
2165
|
default: undefined;
|
|
2136
2166
|
};
|
|
2137
2167
|
}>> & {
|
|
2138
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2139
2168
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2140
2169
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2170
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2141
2171
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2142
2172
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2143
2173
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2145,11 +2175,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2145
2175
|
$: ComponentInternalInstance;
|
|
2146
2176
|
$data: {};
|
|
2147
2177
|
$props: Partial<{
|
|
2148
|
-
modelValue: FieldValues;
|
|
2149
2178
|
collapseDuration: number;
|
|
2150
2179
|
collapseTransition: boolean;
|
|
2151
2180
|
columns: PlusColumn[];
|
|
2152
2181
|
group: false | PlusFormGroupRow[];
|
|
2182
|
+
layout: "grid" | "flex";
|
|
2183
|
+
modelValue: FieldValues;
|
|
2153
2184
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2154
2185
|
labelPosition: "top" | "right" | "left";
|
|
2155
2186
|
labelWidth: string | number;
|
|
@@ -2170,7 +2201,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2170
2201
|
submitText: string;
|
|
2171
2202
|
resetText: string;
|
|
2172
2203
|
submitLoading: boolean;
|
|
2173
|
-
footerAlign: "
|
|
2204
|
+
footerAlign: "right" | "left" | "center";
|
|
2174
2205
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2175
2206
|
style?: CSSProperties | undefined;
|
|
2176
2207
|
class?: any;
|
|
@@ -2178,9 +2209,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2178
2209
|
prevent: boolean;
|
|
2179
2210
|
clearable: boolean;
|
|
2180
2211
|
}> & Omit<{
|
|
2181
|
-
readonly modelValue: FieldValues;
|
|
2182
2212
|
readonly columns: PlusColumn[];
|
|
2183
2213
|
readonly group: false | PlusFormGroupRow[];
|
|
2214
|
+
readonly layout: "grid" | "flex";
|
|
2215
|
+
readonly modelValue: FieldValues;
|
|
2184
2216
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2185
2217
|
readonly labelPosition: "top" | "right" | "left";
|
|
2186
2218
|
readonly labelWidth: string | number;
|
|
@@ -2201,7 +2233,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2201
2233
|
readonly submitText: string;
|
|
2202
2234
|
readonly resetText: string;
|
|
2203
2235
|
readonly submitLoading: boolean;
|
|
2204
|
-
readonly footerAlign: "
|
|
2236
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
2205
2237
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2206
2238
|
style?: CSSProperties | undefined;
|
|
2207
2239
|
class?: any;
|
|
@@ -2210,17 +2242,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2210
2242
|
readonly clearable: boolean;
|
|
2211
2243
|
readonly collapseDuration?: number | undefined;
|
|
2212
2244
|
readonly collapseTransition?: boolean | undefined;
|
|
2213
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2214
2245
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2215
2246
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2216
2247
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2248
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2217
2249
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2218
2250
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2219
2251
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2220
|
-
modelValue: {
|
|
2221
|
-
type: PropType<FieldValues>;
|
|
2222
|
-
default: () => {};
|
|
2223
|
-
};
|
|
2224
2252
|
collapseDuration: {
|
|
2225
2253
|
type: PropType<number>;
|
|
2226
2254
|
default: undefined;
|
|
@@ -2237,6 +2265,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2237
2265
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2238
2266
|
default: boolean;
|
|
2239
2267
|
};
|
|
2268
|
+
layout: {
|
|
2269
|
+
type: PropType<"grid" | "flex">;
|
|
2270
|
+
default: string;
|
|
2271
|
+
};
|
|
2272
|
+
modelValue: {
|
|
2273
|
+
type: PropType<FieldValues>;
|
|
2274
|
+
default: () => {};
|
|
2275
|
+
};
|
|
2240
2276
|
rules: {
|
|
2241
2277
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2242
2278
|
default: () => {};
|
|
@@ -2300,7 +2336,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2300
2336
|
default: boolean;
|
|
2301
2337
|
};
|
|
2302
2338
|
footerAlign: {
|
|
2303
|
-
type: PropType<"
|
|
2339
|
+
type: PropType<"right" | "left" | "center">;
|
|
2304
2340
|
default: string;
|
|
2305
2341
|
};
|
|
2306
2342
|
cardProps: {
|
|
@@ -2319,13 +2355,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2319
2355
|
default: boolean;
|
|
2320
2356
|
};
|
|
2321
2357
|
}>> & {
|
|
2322
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2323
2358
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2324
2359
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2325
2360
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2361
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2326
2362
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2327
2363
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2328
|
-
}, "
|
|
2364
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2329
2365
|
$attrs: {
|
|
2330
2366
|
[x: string]: unknown;
|
|
2331
2367
|
};
|
|
@@ -2337,13 +2373,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2337
2373
|
}>;
|
|
2338
2374
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2339
2375
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2340
|
-
$emit: ((event: "
|
|
2376
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
2341
2377
|
$el: any;
|
|
2342
2378
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2343
|
-
modelValue: {
|
|
2344
|
-
type: PropType<FieldValues>;
|
|
2345
|
-
default: () => {};
|
|
2346
|
-
};
|
|
2347
2379
|
collapseDuration: {
|
|
2348
2380
|
type: PropType<number>;
|
|
2349
2381
|
default: undefined;
|
|
@@ -2360,6 +2392,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2360
2392
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2361
2393
|
default: boolean;
|
|
2362
2394
|
};
|
|
2395
|
+
layout: {
|
|
2396
|
+
type: PropType<"grid" | "flex">;
|
|
2397
|
+
default: string;
|
|
2398
|
+
};
|
|
2399
|
+
modelValue: {
|
|
2400
|
+
type: PropType<FieldValues>;
|
|
2401
|
+
default: () => {};
|
|
2402
|
+
};
|
|
2363
2403
|
rules: {
|
|
2364
2404
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2365
2405
|
default: () => {};
|
|
@@ -2423,7 +2463,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2423
2463
|
default: boolean;
|
|
2424
2464
|
};
|
|
2425
2465
|
footerAlign: {
|
|
2426
|
-
type: PropType<"
|
|
2466
|
+
type: PropType<"right" | "left" | "center">;
|
|
2427
2467
|
default: string;
|
|
2428
2468
|
};
|
|
2429
2469
|
cardProps: {
|
|
@@ -2442,10 +2482,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2442
2482
|
default: boolean;
|
|
2443
2483
|
};
|
|
2444
2484
|
}>> & {
|
|
2445
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2446
2485
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2447
2486
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2448
2487
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2488
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2449
2489
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2450
2490
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2451
2491
|
}, {
|
|
@@ -2766,11 +2806,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2766
2806
|
submitError: (errors: unknown) => void;
|
|
2767
2807
|
validate: (...args: any[]) => void;
|
|
2768
2808
|
}, string, {
|
|
2769
|
-
modelValue: FieldValues;
|
|
2770
2809
|
collapseDuration: number;
|
|
2771
2810
|
collapseTransition: boolean;
|
|
2772
2811
|
columns: PlusColumn[];
|
|
2773
2812
|
group: false | PlusFormGroupRow[];
|
|
2813
|
+
layout: "grid" | "flex";
|
|
2814
|
+
modelValue: FieldValues;
|
|
2774
2815
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2775
2816
|
labelPosition: "top" | "right" | "left";
|
|
2776
2817
|
labelWidth: string | number;
|
|
@@ -2791,7 +2832,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2791
2832
|
submitText: string;
|
|
2792
2833
|
resetText: string;
|
|
2793
2834
|
submitLoading: boolean;
|
|
2794
|
-
footerAlign: "
|
|
2835
|
+
footerAlign: "right" | "left" | "center";
|
|
2795
2836
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2796
2837
|
style?: CSSProperties | undefined;
|
|
2797
2838
|
class?: any;
|
|
@@ -2819,10 +2860,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2819
2860
|
$nextTick: typeof nextTick;
|
|
2820
2861
|
$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
2862
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2822
|
-
modelValue: {
|
|
2823
|
-
type: PropType<FieldValues>;
|
|
2824
|
-
default: () => {};
|
|
2825
|
-
};
|
|
2826
2863
|
collapseDuration: {
|
|
2827
2864
|
type: PropType<number>;
|
|
2828
2865
|
default: undefined;
|
|
@@ -2839,6 +2876,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2839
2876
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2840
2877
|
default: boolean;
|
|
2841
2878
|
};
|
|
2879
|
+
layout: {
|
|
2880
|
+
type: PropType<"grid" | "flex">;
|
|
2881
|
+
default: string;
|
|
2882
|
+
};
|
|
2883
|
+
modelValue: {
|
|
2884
|
+
type: PropType<FieldValues>;
|
|
2885
|
+
default: () => {};
|
|
2886
|
+
};
|
|
2842
2887
|
rules: {
|
|
2843
2888
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2844
2889
|
default: () => {};
|
|
@@ -2902,7 +2947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2902
2947
|
default: boolean;
|
|
2903
2948
|
};
|
|
2904
2949
|
footerAlign: {
|
|
2905
|
-
type: PropType<"
|
|
2950
|
+
type: PropType<"right" | "left" | "center">;
|
|
2906
2951
|
default: string;
|
|
2907
2952
|
};
|
|
2908
2953
|
cardProps: {
|
|
@@ -2921,10 +2966,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2921
2966
|
default: boolean;
|
|
2922
2967
|
};
|
|
2923
2968
|
}>> & {
|
|
2924
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2925
2969
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2926
2970
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2927
2971
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2972
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2928
2973
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2929
2974
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2930
2975
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -3250,14 +3295,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3250
3295
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3251
3296
|
columns?: PlusColumn[] | undefined;
|
|
3252
3297
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3253
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3298
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3254
3299
|
readonly label: string | ComputedRef<string>;
|
|
3255
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3300
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3256
3301
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3257
|
-
readonly tooltip: string |
|
|
3302
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3258
3303
|
style?: CSSProperties | undefined;
|
|
3259
3304
|
class?: any;
|
|
3260
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3305
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3261
3306
|
style?: CSSProperties | undefined;
|
|
3262
3307
|
class?: any;
|
|
3263
3308
|
} & RecordType>>;
|
|
@@ -3324,12 +3369,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3324
3369
|
fieldInstance?: any;
|
|
3325
3370
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3326
3371
|
prop: string;
|
|
3327
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3372
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3328
3373
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3329
|
-
tooltip: string |
|
|
3374
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3330
3375
|
style?: CSSProperties | undefined;
|
|
3331
3376
|
class?: any;
|
|
3332
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3377
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3333
3378
|
style?: CSSProperties | undefined;
|
|
3334
3379
|
class?: any;
|
|
3335
3380
|
} & RecordType>>;
|
|
@@ -3358,14 +3403,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3358
3403
|
clearable: boolean;
|
|
3359
3404
|
index: number;
|
|
3360
3405
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3361
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3406
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3362
3407
|
readonly label: string | ComputedRef<string>;
|
|
3363
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3408
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3364
3409
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3365
|
-
readonly tooltip: string |
|
|
3410
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3366
3411
|
style?: CSSProperties | undefined;
|
|
3367
3412
|
class?: any;
|
|
3368
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3413
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3369
3414
|
style?: CSSProperties | undefined;
|
|
3370
3415
|
class?: any;
|
|
3371
3416
|
} & RecordType>>;
|
|
@@ -3432,12 +3477,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3432
3477
|
fieldInstance?: any;
|
|
3433
3478
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3434
3479
|
prop: string;
|
|
3435
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3480
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3436
3481
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3437
|
-
tooltip: string |
|
|
3482
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3438
3483
|
style?: CSSProperties | undefined;
|
|
3439
3484
|
class?: any;
|
|
3440
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3485
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3441
3486
|
style?: CSSProperties | undefined;
|
|
3442
3487
|
class?: any;
|
|
3443
3488
|
} & RecordType>>;
|
|
@@ -3484,14 +3529,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3484
3529
|
handleUnfold: (e: MouseEvent) => void;
|
|
3485
3530
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3486
3531
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3487
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3532
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3488
3533
|
readonly label: string | ComputedRef<string>;
|
|
3489
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3534
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3490
3535
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3491
|
-
readonly tooltip: string |
|
|
3536
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3492
3537
|
style?: CSSProperties | undefined;
|
|
3493
3538
|
class?: any;
|
|
3494
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3539
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3495
3540
|
style?: CSSProperties | undefined;
|
|
3496
3541
|
class?: any;
|
|
3497
3542
|
} & RecordType>>;
|
|
@@ -3558,12 +3603,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3558
3603
|
fieldInstance?: any;
|
|
3559
3604
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3560
3605
|
prop: string;
|
|
3561
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3606
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3562
3607
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3563
|
-
tooltip: string |
|
|
3608
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3564
3609
|
style?: CSSProperties | undefined;
|
|
3565
3610
|
class?: any;
|
|
3566
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3611
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3567
3612
|
style?: CSSProperties | undefined;
|
|
3568
3613
|
class?: any;
|
|
3569
3614
|
} & RecordType>>;
|
|
@@ -4052,9 +4097,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4052
4097
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4053
4098
|
__epPropKey: true;
|
|
4054
4099
|
};
|
|
4055
|
-
width: (
|
|
4056
|
-
height: (
|
|
4057
|
-
maxHeight: (
|
|
4100
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4101
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4102
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4058
4103
|
fit: {
|
|
4059
4104
|
type: BooleanConstructor;
|
|
4060
4105
|
default: boolean;
|
|
@@ -4078,13 +4123,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4078
4123
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4079
4124
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4080
4125
|
highlightCurrentRow: BooleanConstructor;
|
|
4081
|
-
currentRowKey: (
|
|
4126
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4082
4127
|
emptyText: StringConstructor;
|
|
4083
4128
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4084
4129
|
defaultExpandAll: BooleanConstructor;
|
|
4085
4130
|
defaultSort: PropType< Sort | undefined>;
|
|
4086
4131
|
tooltipEffect: StringConstructor;
|
|
4087
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4132
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4088
4133
|
spanMethod: PropType<((data: {
|
|
4089
4134
|
row: any;
|
|
4090
4135
|
rowIndex: number;
|
|
@@ -4128,7 +4173,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4128
4173
|
};
|
|
4129
4174
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4130
4175
|
flexible: BooleanConstructor;
|
|
4131
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4176
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4132
4177
|
}>> & {
|
|
4133
4178
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4134
4179
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4248,9 +4293,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4248
4293
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4249
4294
|
__epPropKey: true;
|
|
4250
4295
|
};
|
|
4251
|
-
width: (
|
|
4252
|
-
height: (
|
|
4253
|
-
maxHeight: (
|
|
4296
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4297
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4298
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4254
4299
|
fit: {
|
|
4255
4300
|
type: BooleanConstructor;
|
|
4256
4301
|
default: boolean;
|
|
@@ -4274,13 +4319,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4274
4319
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4275
4320
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4276
4321
|
highlightCurrentRow: BooleanConstructor;
|
|
4277
|
-
currentRowKey: (
|
|
4322
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4278
4323
|
emptyText: StringConstructor;
|
|
4279
4324
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4280
4325
|
defaultExpandAll: BooleanConstructor;
|
|
4281
4326
|
defaultSort: PropType< Sort | undefined>;
|
|
4282
4327
|
tooltipEffect: StringConstructor;
|
|
4283
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4328
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4284
4329
|
spanMethod: PropType<((data: {
|
|
4285
4330
|
row: any;
|
|
4286
4331
|
rowIndex: number;
|
|
@@ -4324,7 +4369,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4324
4369
|
};
|
|
4325
4370
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4326
4371
|
flexible: BooleanConstructor;
|
|
4327
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4372
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4328
4373
|
}>> & {
|
|
4329
4374
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4330
4375
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4383,9 +4428,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4383
4428
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4384
4429
|
__epPropKey: true;
|
|
4385
4430
|
};
|
|
4386
|
-
width: (
|
|
4387
|
-
height: (
|
|
4388
|
-
maxHeight: (
|
|
4431
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4432
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4433
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4389
4434
|
fit: {
|
|
4390
4435
|
type: BooleanConstructor;
|
|
4391
4436
|
default: boolean;
|
|
@@ -4409,13 +4454,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4409
4454
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4410
4455
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4411
4456
|
highlightCurrentRow: BooleanConstructor;
|
|
4412
|
-
currentRowKey: (
|
|
4457
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4413
4458
|
emptyText: StringConstructor;
|
|
4414
4459
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4415
4460
|
defaultExpandAll: BooleanConstructor;
|
|
4416
4461
|
defaultSort: PropType< Sort | undefined>;
|
|
4417
4462
|
tooltipEffect: StringConstructor;
|
|
4418
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4463
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4419
4464
|
spanMethod: PropType<((data: {
|
|
4420
4465
|
row: any;
|
|
4421
4466
|
rowIndex: number;
|
|
@@ -4459,7 +4504,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4459
4504
|
};
|
|
4460
4505
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4461
4506
|
flexible: BooleanConstructor;
|
|
4462
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4507
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4463
4508
|
}>> & {
|
|
4464
4509
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4465
4510
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4839,9 +4884,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4839
4884
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4840
4885
|
__epPropKey: true;
|
|
4841
4886
|
};
|
|
4842
|
-
width: (
|
|
4843
|
-
height: (
|
|
4844
|
-
maxHeight: (
|
|
4887
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4888
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4889
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4845
4890
|
fit: {
|
|
4846
4891
|
type: BooleanConstructor;
|
|
4847
4892
|
default: boolean;
|
|
@@ -4865,13 +4910,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4865
4910
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4866
4911
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4867
4912
|
highlightCurrentRow: BooleanConstructor;
|
|
4868
|
-
currentRowKey: (
|
|
4913
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4869
4914
|
emptyText: StringConstructor;
|
|
4870
4915
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4871
4916
|
defaultExpandAll: BooleanConstructor;
|
|
4872
4917
|
defaultSort: PropType< Sort | undefined>;
|
|
4873
4918
|
tooltipEffect: StringConstructor;
|
|
4874
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4919
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4920
|
spanMethod: PropType<((data: {
|
|
4876
4921
|
row: any;
|
|
4877
4922
|
rowIndex: number;
|
|
@@ -4915,7 +4960,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4960
|
};
|
|
4916
4961
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4962
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4963
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4964
|
}>> & {
|
|
4920
4965
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4966
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5035,9 +5080,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5035
5080
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5036
5081
|
__epPropKey: true;
|
|
5037
5082
|
};
|
|
5038
|
-
width: (
|
|
5039
|
-
height: (
|
|
5040
|
-
maxHeight: (
|
|
5083
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5084
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5085
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5041
5086
|
fit: {
|
|
5042
5087
|
type: BooleanConstructor;
|
|
5043
5088
|
default: boolean;
|
|
@@ -5061,13 +5106,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5061
5106
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5062
5107
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5063
5108
|
highlightCurrentRow: BooleanConstructor;
|
|
5064
|
-
currentRowKey: (
|
|
5109
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
5065
5110
|
emptyText: StringConstructor;
|
|
5066
5111
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5067
5112
|
defaultExpandAll: BooleanConstructor;
|
|
5068
5113
|
defaultSort: PropType< Sort | undefined>;
|
|
5069
5114
|
tooltipEffect: StringConstructor;
|
|
5070
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5115
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5071
5116
|
spanMethod: PropType<((data: {
|
|
5072
5117
|
row: any;
|
|
5073
5118
|
rowIndex: number;
|
|
@@ -5111,7 +5156,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5111
5156
|
};
|
|
5112
5157
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5113
5158
|
flexible: BooleanConstructor;
|
|
5114
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5159
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5115
5160
|
}>> & {
|
|
5116
5161
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5117
5162
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5170,9 +5215,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5170
5215
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5171
5216
|
__epPropKey: true;
|
|
5172
5217
|
};
|
|
5173
|
-
width: (
|
|
5174
|
-
height: (
|
|
5175
|
-
maxHeight: (
|
|
5218
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5219
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5220
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5176
5221
|
fit: {
|
|
5177
5222
|
type: BooleanConstructor;
|
|
5178
5223
|
default: boolean;
|
|
@@ -5196,13 +5241,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5196
5241
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5197
5242
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5198
5243
|
highlightCurrentRow: BooleanConstructor;
|
|
5199
|
-
currentRowKey: (
|
|
5244
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
5200
5245
|
emptyText: StringConstructor;
|
|
5201
5246
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5202
5247
|
defaultExpandAll: BooleanConstructor;
|
|
5203
5248
|
defaultSort: PropType< Sort | undefined>;
|
|
5204
5249
|
tooltipEffect: StringConstructor;
|
|
5205
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5250
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5206
5251
|
spanMethod: PropType<((data: {
|
|
5207
5252
|
row: any;
|
|
5208
5253
|
rowIndex: number;
|
|
@@ -5246,7 +5291,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5246
5291
|
};
|
|
5247
5292
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5248
5293
|
flexible: BooleanConstructor;
|
|
5249
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5294
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5250
5295
|
}>> & {
|
|
5251
5296
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5252
5297
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5428,7 +5473,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5428
5473
|
columns: PlusColumn[];
|
|
5429
5474
|
immediate: boolean;
|
|
5430
5475
|
params: RecordType;
|
|
5431
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5476
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5432
5477
|
columnsEmptyText: string;
|
|
5433
5478
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5434
5479
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -5505,7 +5550,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5505
5550
|
required: true;
|
|
5506
5551
|
};
|
|
5507
5552
|
pagination: {
|
|
5508
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5553
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
5509
5554
|
default: () => {};
|
|
5510
5555
|
};
|
|
5511
5556
|
columnsEmptyText: {
|
|
@@ -5578,8 +5623,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5578
5623
|
$: ComponentInternalInstance;
|
|
5579
5624
|
$data: {};
|
|
5580
5625
|
$props: Partial<{
|
|
5581
|
-
modelValue: FieldValues;
|
|
5582
5626
|
columns: PlusColumn[];
|
|
5627
|
+
layout: "grid" | "flex";
|
|
5628
|
+
modelValue: FieldValues;
|
|
5583
5629
|
labelPosition: "top" | "right" | "left";
|
|
5584
5630
|
inline: boolean;
|
|
5585
5631
|
showNumber: number;
|
|
@@ -5605,8 +5651,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5605
5651
|
searchIcon: Component | null;
|
|
5606
5652
|
resetIcon: Component | null;
|
|
5607
5653
|
}> & Omit<{
|
|
5608
|
-
readonly modelValue: FieldValues;
|
|
5609
5654
|
readonly columns: PlusColumn[];
|
|
5655
|
+
readonly layout: "grid" | "flex";
|
|
5656
|
+
readonly modelValue: FieldValues;
|
|
5610
5657
|
readonly inline: boolean;
|
|
5611
5658
|
readonly showNumber: number;
|
|
5612
5659
|
readonly defaultValues: FieldValues;
|
|
@@ -5631,20 +5678,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5631
5678
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5632
5679
|
readonly searchIcon?: Component | null | undefined;
|
|
5633
5680
|
readonly resetIcon?: Component | null | undefined;
|
|
5634
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5635
5681
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5636
5682
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5683
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5637
5684
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5638
5685
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5639
5686
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5640
|
-
modelValue: {
|
|
5641
|
-
type: PropType<FieldValues>;
|
|
5642
|
-
default: () => {};
|
|
5643
|
-
};
|
|
5644
5687
|
columns: {
|
|
5645
5688
|
type: PropType<PlusColumn[]>;
|
|
5646
5689
|
default: () => never[];
|
|
5647
5690
|
};
|
|
5691
|
+
layout: {
|
|
5692
|
+
type: PropType<"grid" | "flex">;
|
|
5693
|
+
default: "flex";
|
|
5694
|
+
};
|
|
5695
|
+
modelValue: {
|
|
5696
|
+
type: PropType<FieldValues>;
|
|
5697
|
+
default: () => {};
|
|
5698
|
+
};
|
|
5648
5699
|
labelPosition: {
|
|
5649
5700
|
type: PropType<"top" | "right" | "left">;
|
|
5650
5701
|
default: undefined;
|
|
@@ -5732,12 +5783,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5732
5783
|
default: undefined;
|
|
5733
5784
|
};
|
|
5734
5785
|
}>> & {
|
|
5735
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5736
5786
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5737
5787
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5788
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5738
5789
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5739
5790
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5740
|
-
}, "
|
|
5791
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5741
5792
|
$attrs: {
|
|
5742
5793
|
[x: string]: unknown;
|
|
5743
5794
|
};
|
|
@@ -5749,17 +5800,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5749
5800
|
}>;
|
|
5750
5801
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5751
5802
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5752
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5803
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5753
5804
|
$el: any;
|
|
5754
5805
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5755
|
-
modelValue: {
|
|
5756
|
-
type: PropType<FieldValues>;
|
|
5757
|
-
default: () => {};
|
|
5758
|
-
};
|
|
5759
5806
|
columns: {
|
|
5760
5807
|
type: PropType<PlusColumn[]>;
|
|
5761
5808
|
default: () => never[];
|
|
5762
5809
|
};
|
|
5810
|
+
layout: {
|
|
5811
|
+
type: PropType<"grid" | "flex">;
|
|
5812
|
+
default: "flex";
|
|
5813
|
+
};
|
|
5814
|
+
modelValue: {
|
|
5815
|
+
type: PropType<FieldValues>;
|
|
5816
|
+
default: () => {};
|
|
5817
|
+
};
|
|
5763
5818
|
labelPosition: {
|
|
5764
5819
|
type: PropType<"top" | "right" | "left">;
|
|
5765
5820
|
default: undefined;
|
|
@@ -5847,9 +5902,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5847
5902
|
default: undefined;
|
|
5848
5903
|
};
|
|
5849
5904
|
}>> & {
|
|
5850
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5851
5905
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5852
5906
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5907
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5853
5908
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5854
5909
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5855
5910
|
}, {
|
|
@@ -5857,11 +5912,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5857
5912
|
$: ComponentInternalInstance;
|
|
5858
5913
|
$data: {};
|
|
5859
5914
|
$props: Partial<{
|
|
5860
|
-
modelValue: FieldValues;
|
|
5861
5915
|
collapseDuration: number;
|
|
5862
5916
|
collapseTransition: boolean;
|
|
5863
5917
|
columns: PlusColumn[];
|
|
5864
5918
|
group: false | PlusFormGroupRow[];
|
|
5919
|
+
layout: "grid" | "flex";
|
|
5920
|
+
modelValue: FieldValues;
|
|
5865
5921
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5866
5922
|
labelPosition: "top" | "right" | "left";
|
|
5867
5923
|
labelWidth: string | number;
|
|
@@ -5882,7 +5938,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5882
5938
|
submitText: string;
|
|
5883
5939
|
resetText: string;
|
|
5884
5940
|
submitLoading: boolean;
|
|
5885
|
-
footerAlign: "
|
|
5941
|
+
footerAlign: "right" | "left" | "center";
|
|
5886
5942
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5887
5943
|
style?: CSSProperties | undefined;
|
|
5888
5944
|
class?: any;
|
|
@@ -5890,9 +5946,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5890
5946
|
prevent: boolean;
|
|
5891
5947
|
clearable: boolean;
|
|
5892
5948
|
}> & Omit<{
|
|
5893
|
-
readonly modelValue: FieldValues;
|
|
5894
5949
|
readonly columns: PlusColumn[];
|
|
5895
5950
|
readonly group: false | PlusFormGroupRow[];
|
|
5951
|
+
readonly layout: "grid" | "flex";
|
|
5952
|
+
readonly modelValue: FieldValues;
|
|
5896
5953
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5897
5954
|
readonly labelPosition: "top" | "right" | "left";
|
|
5898
5955
|
readonly labelWidth: string | number;
|
|
@@ -5913,7 +5970,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5913
5970
|
readonly submitText: string;
|
|
5914
5971
|
readonly resetText: string;
|
|
5915
5972
|
readonly submitLoading: boolean;
|
|
5916
|
-
readonly footerAlign: "
|
|
5973
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
5917
5974
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5918
5975
|
style?: CSSProperties | undefined;
|
|
5919
5976
|
class?: any;
|
|
@@ -5922,17 +5979,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5922
5979
|
readonly clearable: boolean;
|
|
5923
5980
|
readonly collapseDuration?: number | undefined;
|
|
5924
5981
|
readonly collapseTransition?: boolean | undefined;
|
|
5925
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5926
5982
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5927
5983
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5928
5984
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5985
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5929
5986
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5930
5987
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5931
5988
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5932
|
-
modelValue: {
|
|
5933
|
-
type: PropType<FieldValues>;
|
|
5934
|
-
default: () => {};
|
|
5935
|
-
};
|
|
5936
5989
|
collapseDuration: {
|
|
5937
5990
|
type: PropType<number>;
|
|
5938
5991
|
default: undefined;
|
|
@@ -5949,6 +6002,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5949
6002
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5950
6003
|
default: boolean;
|
|
5951
6004
|
};
|
|
6005
|
+
layout: {
|
|
6006
|
+
type: PropType<"grid" | "flex">;
|
|
6007
|
+
default: string;
|
|
6008
|
+
};
|
|
6009
|
+
modelValue: {
|
|
6010
|
+
type: PropType<FieldValues>;
|
|
6011
|
+
default: () => {};
|
|
6012
|
+
};
|
|
5952
6013
|
rules: {
|
|
5953
6014
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5954
6015
|
default: () => {};
|
|
@@ -6012,7 +6073,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6012
6073
|
default: boolean;
|
|
6013
6074
|
};
|
|
6014
6075
|
footerAlign: {
|
|
6015
|
-
type: PropType<"
|
|
6076
|
+
type: PropType<"right" | "left" | "center">;
|
|
6016
6077
|
default: string;
|
|
6017
6078
|
};
|
|
6018
6079
|
cardProps: {
|
|
@@ -6031,13 +6092,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6031
6092
|
default: boolean;
|
|
6032
6093
|
};
|
|
6033
6094
|
}>> & {
|
|
6034
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6035
6095
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6036
6096
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6037
6097
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6098
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6038
6099
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6039
6100
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6040
|
-
}, "
|
|
6101
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
6041
6102
|
$attrs: {
|
|
6042
6103
|
[x: string]: unknown;
|
|
6043
6104
|
};
|
|
@@ -6049,13 +6110,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6049
6110
|
}>;
|
|
6050
6111
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6051
6112
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6052
|
-
$emit: ((event: "
|
|
6113
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
6053
6114
|
$el: any;
|
|
6054
6115
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
6055
|
-
modelValue: {
|
|
6056
|
-
type: PropType<FieldValues>;
|
|
6057
|
-
default: () => {};
|
|
6058
|
-
};
|
|
6059
6116
|
collapseDuration: {
|
|
6060
6117
|
type: PropType<number>;
|
|
6061
6118
|
default: undefined;
|
|
@@ -6072,6 +6129,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6072
6129
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6073
6130
|
default: boolean;
|
|
6074
6131
|
};
|
|
6132
|
+
layout: {
|
|
6133
|
+
type: PropType<"grid" | "flex">;
|
|
6134
|
+
default: string;
|
|
6135
|
+
};
|
|
6136
|
+
modelValue: {
|
|
6137
|
+
type: PropType<FieldValues>;
|
|
6138
|
+
default: () => {};
|
|
6139
|
+
};
|
|
6075
6140
|
rules: {
|
|
6076
6141
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6077
6142
|
default: () => {};
|
|
@@ -6135,7 +6200,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6135
6200
|
default: boolean;
|
|
6136
6201
|
};
|
|
6137
6202
|
footerAlign: {
|
|
6138
|
-
type: PropType<"
|
|
6203
|
+
type: PropType<"right" | "left" | "center">;
|
|
6139
6204
|
default: string;
|
|
6140
6205
|
};
|
|
6141
6206
|
cardProps: {
|
|
@@ -6154,10 +6219,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6154
6219
|
default: boolean;
|
|
6155
6220
|
};
|
|
6156
6221
|
}>> & {
|
|
6157
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6158
6222
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6159
6223
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6160
6224
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6225
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6161
6226
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6162
6227
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6163
6228
|
}, {
|
|
@@ -6478,11 +6543,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6478
6543
|
submitError: (errors: unknown) => void;
|
|
6479
6544
|
validate: (...args: any[]) => void;
|
|
6480
6545
|
}, string, {
|
|
6481
|
-
modelValue: FieldValues;
|
|
6482
6546
|
collapseDuration: number;
|
|
6483
6547
|
collapseTransition: boolean;
|
|
6484
6548
|
columns: PlusColumn[];
|
|
6485
6549
|
group: false | PlusFormGroupRow[];
|
|
6550
|
+
layout: "grid" | "flex";
|
|
6551
|
+
modelValue: FieldValues;
|
|
6486
6552
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6487
6553
|
labelPosition: "top" | "right" | "left";
|
|
6488
6554
|
labelWidth: string | number;
|
|
@@ -6503,7 +6569,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6503
6569
|
submitText: string;
|
|
6504
6570
|
resetText: string;
|
|
6505
6571
|
submitLoading: boolean;
|
|
6506
|
-
footerAlign: "
|
|
6572
|
+
footerAlign: "right" | "left" | "center";
|
|
6507
6573
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6508
6574
|
style?: CSSProperties | undefined;
|
|
6509
6575
|
class?: any;
|
|
@@ -6531,10 +6597,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6531
6597
|
$nextTick: typeof nextTick;
|
|
6532
6598
|
$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
6599
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6534
|
-
modelValue: {
|
|
6535
|
-
type: PropType<FieldValues>;
|
|
6536
|
-
default: () => {};
|
|
6537
|
-
};
|
|
6538
6600
|
collapseDuration: {
|
|
6539
6601
|
type: PropType<number>;
|
|
6540
6602
|
default: undefined;
|
|
@@ -6551,6 +6613,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6551
6613
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6552
6614
|
default: boolean;
|
|
6553
6615
|
};
|
|
6616
|
+
layout: {
|
|
6617
|
+
type: PropType<"grid" | "flex">;
|
|
6618
|
+
default: string;
|
|
6619
|
+
};
|
|
6620
|
+
modelValue: {
|
|
6621
|
+
type: PropType<FieldValues>;
|
|
6622
|
+
default: () => {};
|
|
6623
|
+
};
|
|
6554
6624
|
rules: {
|
|
6555
6625
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6556
6626
|
default: () => {};
|
|
@@ -6614,7 +6684,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6614
6684
|
default: boolean;
|
|
6615
6685
|
};
|
|
6616
6686
|
footerAlign: {
|
|
6617
|
-
type: PropType<"
|
|
6687
|
+
type: PropType<"right" | "left" | "center">;
|
|
6618
6688
|
default: string;
|
|
6619
6689
|
};
|
|
6620
6690
|
cardProps: {
|
|
@@ -6633,10 +6703,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6633
6703
|
default: boolean;
|
|
6634
6704
|
};
|
|
6635
6705
|
}>> & {
|
|
6636
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6637
6706
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6638
6707
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6639
6708
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6709
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6640
6710
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6641
6711
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6642
6712
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6962,14 +7032,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6962
7032
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6963
7033
|
columns?: PlusColumn[] | undefined;
|
|
6964
7034
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6965
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
7035
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6966
7036
|
readonly label: string | ComputedRef<string>;
|
|
6967
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
7037
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6968
7038
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6969
|
-
readonly tooltip: string |
|
|
7039
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6970
7040
|
style?: CSSProperties | undefined;
|
|
6971
7041
|
class?: any;
|
|
6972
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7042
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6973
7043
|
style?: CSSProperties | undefined;
|
|
6974
7044
|
class?: any;
|
|
6975
7045
|
} & RecordType>>;
|
|
@@ -7036,12 +7106,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7036
7106
|
fieldInstance?: any;
|
|
7037
7107
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7038
7108
|
prop: string;
|
|
7039
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
7109
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7040
7110
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7041
|
-
tooltip: string |
|
|
7111
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7042
7112
|
style?: CSSProperties | undefined;
|
|
7043
7113
|
class?: any;
|
|
7044
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7114
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7045
7115
|
style?: CSSProperties | undefined;
|
|
7046
7116
|
class?: any;
|
|
7047
7117
|
} & RecordType>>;
|
|
@@ -7070,14 +7140,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7070
7140
|
clearable: boolean;
|
|
7071
7141
|
index: number;
|
|
7072
7142
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7073
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
7143
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7074
7144
|
readonly label: string | ComputedRef<string>;
|
|
7075
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
7145
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7076
7146
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7077
|
-
readonly tooltip: string |
|
|
7147
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7078
7148
|
style?: CSSProperties | undefined;
|
|
7079
7149
|
class?: any;
|
|
7080
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7150
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7081
7151
|
style?: CSSProperties | undefined;
|
|
7082
7152
|
class?: any;
|
|
7083
7153
|
} & RecordType>>;
|
|
@@ -7144,12 +7214,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7144
7214
|
fieldInstance?: any;
|
|
7145
7215
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7146
7216
|
prop: string;
|
|
7147
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
7217
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7148
7218
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7149
|
-
tooltip: string |
|
|
7219
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7150
7220
|
style?: CSSProperties | undefined;
|
|
7151
7221
|
class?: any;
|
|
7152
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7222
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7153
7223
|
style?: CSSProperties | undefined;
|
|
7154
7224
|
class?: any;
|
|
7155
7225
|
} & RecordType>>;
|
|
@@ -7201,8 +7271,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7201
7271
|
reset: (values: FieldValues) => void;
|
|
7202
7272
|
collapse: (isShowUnfold: boolean) => void;
|
|
7203
7273
|
}, string, {
|
|
7204
|
-
modelValue: FieldValues;
|
|
7205
7274
|
columns: PlusColumn[];
|
|
7275
|
+
layout: "grid" | "flex";
|
|
7276
|
+
modelValue: FieldValues;
|
|
7206
7277
|
labelPosition: "top" | "right" | "left";
|
|
7207
7278
|
inline: boolean;
|
|
7208
7279
|
showNumber: number;
|
|
@@ -7248,14 +7319,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7248
7319
|
$nextTick: typeof nextTick;
|
|
7249
7320
|
$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
7321
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7251
|
-
modelValue: {
|
|
7252
|
-
type: PropType<FieldValues>;
|
|
7253
|
-
default: () => {};
|
|
7254
|
-
};
|
|
7255
7322
|
columns: {
|
|
7256
7323
|
type: PropType<PlusColumn[]>;
|
|
7257
7324
|
default: () => never[];
|
|
7258
7325
|
};
|
|
7326
|
+
layout: {
|
|
7327
|
+
type: PropType<"grid" | "flex">;
|
|
7328
|
+
default: "flex";
|
|
7329
|
+
};
|
|
7330
|
+
modelValue: {
|
|
7331
|
+
type: PropType<FieldValues>;
|
|
7332
|
+
default: () => {};
|
|
7333
|
+
};
|
|
7259
7334
|
labelPosition: {
|
|
7260
7335
|
type: PropType<"top" | "right" | "left">;
|
|
7261
7336
|
default: undefined;
|
|
@@ -7343,9 +7418,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7343
7418
|
default: undefined;
|
|
7344
7419
|
};
|
|
7345
7420
|
}>> & {
|
|
7346
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7347
7421
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7348
7422
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7423
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7349
7424
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7350
7425
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7351
7426
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7353,11 +7428,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7353
7428
|
$: ComponentInternalInstance;
|
|
7354
7429
|
$data: {};
|
|
7355
7430
|
$props: Partial<{
|
|
7356
|
-
modelValue: FieldValues;
|
|
7357
7431
|
collapseDuration: number;
|
|
7358
7432
|
collapseTransition: boolean;
|
|
7359
7433
|
columns: PlusColumn[];
|
|
7360
7434
|
group: false | PlusFormGroupRow[];
|
|
7435
|
+
layout: "grid" | "flex";
|
|
7436
|
+
modelValue: FieldValues;
|
|
7361
7437
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7362
7438
|
labelPosition: "top" | "right" | "left";
|
|
7363
7439
|
labelWidth: string | number;
|
|
@@ -7378,7 +7454,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7378
7454
|
submitText: string;
|
|
7379
7455
|
resetText: string;
|
|
7380
7456
|
submitLoading: boolean;
|
|
7381
|
-
footerAlign: "
|
|
7457
|
+
footerAlign: "right" | "left" | "center";
|
|
7382
7458
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7383
7459
|
style?: CSSProperties | undefined;
|
|
7384
7460
|
class?: any;
|
|
@@ -7386,9 +7462,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7386
7462
|
prevent: boolean;
|
|
7387
7463
|
clearable: boolean;
|
|
7388
7464
|
}> & Omit<{
|
|
7389
|
-
readonly modelValue: FieldValues;
|
|
7390
7465
|
readonly columns: PlusColumn[];
|
|
7391
7466
|
readonly group: false | PlusFormGroupRow[];
|
|
7467
|
+
readonly layout: "grid" | "flex";
|
|
7468
|
+
readonly modelValue: FieldValues;
|
|
7392
7469
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7393
7470
|
readonly labelPosition: "top" | "right" | "left";
|
|
7394
7471
|
readonly labelWidth: string | number;
|
|
@@ -7409,7 +7486,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7409
7486
|
readonly submitText: string;
|
|
7410
7487
|
readonly resetText: string;
|
|
7411
7488
|
readonly submitLoading: boolean;
|
|
7412
|
-
readonly footerAlign: "
|
|
7489
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
7413
7490
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7414
7491
|
style?: CSSProperties | undefined;
|
|
7415
7492
|
class?: any;
|
|
@@ -7418,17 +7495,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7418
7495
|
readonly clearable: boolean;
|
|
7419
7496
|
readonly collapseDuration?: number | undefined;
|
|
7420
7497
|
readonly collapseTransition?: boolean | undefined;
|
|
7421
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7422
7498
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7423
7499
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7424
7500
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7501
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7425
7502
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7426
7503
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7427
7504
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7428
|
-
modelValue: {
|
|
7429
|
-
type: PropType<FieldValues>;
|
|
7430
|
-
default: () => {};
|
|
7431
|
-
};
|
|
7432
7505
|
collapseDuration: {
|
|
7433
7506
|
type: PropType<number>;
|
|
7434
7507
|
default: undefined;
|
|
@@ -7445,6 +7518,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7445
7518
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7446
7519
|
default: boolean;
|
|
7447
7520
|
};
|
|
7521
|
+
layout: {
|
|
7522
|
+
type: PropType<"grid" | "flex">;
|
|
7523
|
+
default: string;
|
|
7524
|
+
};
|
|
7525
|
+
modelValue: {
|
|
7526
|
+
type: PropType<FieldValues>;
|
|
7527
|
+
default: () => {};
|
|
7528
|
+
};
|
|
7448
7529
|
rules: {
|
|
7449
7530
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7450
7531
|
default: () => {};
|
|
@@ -7508,7 +7589,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7508
7589
|
default: boolean;
|
|
7509
7590
|
};
|
|
7510
7591
|
footerAlign: {
|
|
7511
|
-
type: PropType<"
|
|
7592
|
+
type: PropType<"right" | "left" | "center">;
|
|
7512
7593
|
default: string;
|
|
7513
7594
|
};
|
|
7514
7595
|
cardProps: {
|
|
@@ -7527,13 +7608,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7527
7608
|
default: boolean;
|
|
7528
7609
|
};
|
|
7529
7610
|
}>> & {
|
|
7530
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7531
7611
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7532
7612
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7533
7613
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7614
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7534
7615
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7535
7616
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7536
|
-
}, "
|
|
7617
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7537
7618
|
$attrs: {
|
|
7538
7619
|
[x: string]: unknown;
|
|
7539
7620
|
};
|
|
@@ -7545,13 +7626,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7545
7626
|
}>;
|
|
7546
7627
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7547
7628
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7548
|
-
$emit: ((event: "
|
|
7629
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
7549
7630
|
$el: any;
|
|
7550
7631
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7551
|
-
modelValue: {
|
|
7552
|
-
type: PropType<FieldValues>;
|
|
7553
|
-
default: () => {};
|
|
7554
|
-
};
|
|
7555
7632
|
collapseDuration: {
|
|
7556
7633
|
type: PropType<number>;
|
|
7557
7634
|
default: undefined;
|
|
@@ -7568,6 +7645,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7568
7645
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7569
7646
|
default: boolean;
|
|
7570
7647
|
};
|
|
7648
|
+
layout: {
|
|
7649
|
+
type: PropType<"grid" | "flex">;
|
|
7650
|
+
default: string;
|
|
7651
|
+
};
|
|
7652
|
+
modelValue: {
|
|
7653
|
+
type: PropType<FieldValues>;
|
|
7654
|
+
default: () => {};
|
|
7655
|
+
};
|
|
7571
7656
|
rules: {
|
|
7572
7657
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7573
7658
|
default: () => {};
|
|
@@ -7631,7 +7716,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7631
7716
|
default: boolean;
|
|
7632
7717
|
};
|
|
7633
7718
|
footerAlign: {
|
|
7634
|
-
type: PropType<"
|
|
7719
|
+
type: PropType<"right" | "left" | "center">;
|
|
7635
7720
|
default: string;
|
|
7636
7721
|
};
|
|
7637
7722
|
cardProps: {
|
|
@@ -7650,10 +7735,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7650
7735
|
default: boolean;
|
|
7651
7736
|
};
|
|
7652
7737
|
}>> & {
|
|
7653
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7654
7738
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7655
7739
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7656
7740
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7741
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7657
7742
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7658
7743
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7659
7744
|
}, {
|
|
@@ -7974,11 +8059,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7974
8059
|
submitError: (errors: unknown) => void;
|
|
7975
8060
|
validate: (...args: any[]) => void;
|
|
7976
8061
|
}, string, {
|
|
7977
|
-
modelValue: FieldValues;
|
|
7978
8062
|
collapseDuration: number;
|
|
7979
8063
|
collapseTransition: boolean;
|
|
7980
8064
|
columns: PlusColumn[];
|
|
7981
8065
|
group: false | PlusFormGroupRow[];
|
|
8066
|
+
layout: "grid" | "flex";
|
|
8067
|
+
modelValue: FieldValues;
|
|
7982
8068
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7983
8069
|
labelPosition: "top" | "right" | "left";
|
|
7984
8070
|
labelWidth: string | number;
|
|
@@ -7999,7 +8085,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7999
8085
|
submitText: string;
|
|
8000
8086
|
resetText: string;
|
|
8001
8087
|
submitLoading: boolean;
|
|
8002
|
-
footerAlign: "
|
|
8088
|
+
footerAlign: "right" | "left" | "center";
|
|
8003
8089
|
cardProps: Partial< Mutable<CardProps> & {
|
|
8004
8090
|
style?: CSSProperties | undefined;
|
|
8005
8091
|
class?: any;
|
|
@@ -8027,10 +8113,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8027
8113
|
$nextTick: typeof nextTick;
|
|
8028
8114
|
$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
8115
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
8030
|
-
modelValue: {
|
|
8031
|
-
type: PropType<FieldValues>;
|
|
8032
|
-
default: () => {};
|
|
8033
|
-
};
|
|
8034
8116
|
collapseDuration: {
|
|
8035
8117
|
type: PropType<number>;
|
|
8036
8118
|
default: undefined;
|
|
@@ -8047,6 +8129,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8047
8129
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
8048
8130
|
default: boolean;
|
|
8049
8131
|
};
|
|
8132
|
+
layout: {
|
|
8133
|
+
type: PropType<"grid" | "flex">;
|
|
8134
|
+
default: string;
|
|
8135
|
+
};
|
|
8136
|
+
modelValue: {
|
|
8137
|
+
type: PropType<FieldValues>;
|
|
8138
|
+
default: () => {};
|
|
8139
|
+
};
|
|
8050
8140
|
rules: {
|
|
8051
8141
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8052
8142
|
default: () => {};
|
|
@@ -8110,7 +8200,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8110
8200
|
default: boolean;
|
|
8111
8201
|
};
|
|
8112
8202
|
footerAlign: {
|
|
8113
|
-
type: PropType<"
|
|
8203
|
+
type: PropType<"right" | "left" | "center">;
|
|
8114
8204
|
default: string;
|
|
8115
8205
|
};
|
|
8116
8206
|
cardProps: {
|
|
@@ -8129,10 +8219,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8129
8219
|
default: boolean;
|
|
8130
8220
|
};
|
|
8131
8221
|
}>> & {
|
|
8132
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8133
8222
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8134
8223
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8135
8224
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8225
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8136
8226
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8137
8227
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8138
8228
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8458,14 +8548,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8458
8548
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8459
8549
|
columns?: PlusColumn[] | undefined;
|
|
8460
8550
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8461
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8551
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8462
8552
|
readonly label: string | ComputedRef<string>;
|
|
8463
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8553
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8464
8554
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8465
|
-
readonly tooltip: string |
|
|
8555
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8466
8556
|
style?: CSSProperties | undefined;
|
|
8467
8557
|
class?: any;
|
|
8468
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8558
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8469
8559
|
style?: CSSProperties | undefined;
|
|
8470
8560
|
class?: any;
|
|
8471
8561
|
} & RecordType>>;
|
|
@@ -8532,12 +8622,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8532
8622
|
fieldInstance?: any;
|
|
8533
8623
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8534
8624
|
prop: string;
|
|
8535
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8625
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8536
8626
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8537
|
-
tooltip: string |
|
|
8627
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8538
8628
|
style?: CSSProperties | undefined;
|
|
8539
8629
|
class?: any;
|
|
8540
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8630
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8541
8631
|
style?: CSSProperties | undefined;
|
|
8542
8632
|
class?: any;
|
|
8543
8633
|
} & RecordType>>;
|
|
@@ -8566,14 +8656,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8566
8656
|
clearable: boolean;
|
|
8567
8657
|
index: number;
|
|
8568
8658
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8569
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8659
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8570
8660
|
readonly label: string | ComputedRef<string>;
|
|
8571
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8661
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8572
8662
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8573
|
-
readonly tooltip: string |
|
|
8663
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8574
8664
|
style?: CSSProperties | undefined;
|
|
8575
8665
|
class?: any;
|
|
8576
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8666
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8577
8667
|
style?: CSSProperties | undefined;
|
|
8578
8668
|
class?: any;
|
|
8579
8669
|
} & RecordType>>;
|
|
@@ -8640,12 +8730,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8640
8730
|
fieldInstance?: any;
|
|
8641
8731
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8642
8732
|
prop: string;
|
|
8643
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8733
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8644
8734
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8645
|
-
tooltip: string |
|
|
8735
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8646
8736
|
style?: CSSProperties | undefined;
|
|
8647
8737
|
class?: any;
|
|
8648
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8738
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8649
8739
|
style?: CSSProperties | undefined;
|
|
8650
8740
|
class?: any;
|
|
8651
8741
|
} & RecordType>>;
|
|
@@ -8692,14 +8782,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8692
8782
|
handleUnfold: (e: MouseEvent) => void;
|
|
8693
8783
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8694
8784
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8695
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8785
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8696
8786
|
readonly label: string | ComputedRef<string>;
|
|
8697
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8787
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8698
8788
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8699
|
-
readonly tooltip: string |
|
|
8789
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8700
8790
|
style?: CSSProperties | undefined;
|
|
8701
8791
|
class?: any;
|
|
8702
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8792
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8703
8793
|
style?: CSSProperties | undefined;
|
|
8704
8794
|
class?: any;
|
|
8705
8795
|
} & RecordType>>;
|
|
@@ -8766,12 +8856,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8766
8856
|
fieldInstance?: any;
|
|
8767
8857
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8768
8858
|
prop: string;
|
|
8769
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8859
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8770
8860
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8771
|
-
tooltip: string |
|
|
8861
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8772
8862
|
style?: CSSProperties | undefined;
|
|
8773
8863
|
class?: any;
|
|
8774
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8864
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8775
8865
|
style?: CSSProperties | undefined;
|
|
8776
8866
|
class?: any;
|
|
8777
8867
|
} & RecordType>>;
|
|
@@ -9260,9 +9350,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9260
9350
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9261
9351
|
__epPropKey: true;
|
|
9262
9352
|
};
|
|
9263
|
-
width: (
|
|
9264
|
-
height: (
|
|
9265
|
-
maxHeight: (
|
|
9353
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9354
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9355
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9266
9356
|
fit: {
|
|
9267
9357
|
type: BooleanConstructor;
|
|
9268
9358
|
default: boolean;
|
|
@@ -9286,13 +9376,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9286
9376
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9287
9377
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9288
9378
|
highlightCurrentRow: BooleanConstructor;
|
|
9289
|
-
currentRowKey: (
|
|
9379
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9290
9380
|
emptyText: StringConstructor;
|
|
9291
9381
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9292
9382
|
defaultExpandAll: BooleanConstructor;
|
|
9293
9383
|
defaultSort: PropType< Sort | undefined>;
|
|
9294
9384
|
tooltipEffect: StringConstructor;
|
|
9295
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9385
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9296
9386
|
spanMethod: PropType<((data: {
|
|
9297
9387
|
row: any;
|
|
9298
9388
|
rowIndex: number;
|
|
@@ -9336,7 +9426,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9336
9426
|
};
|
|
9337
9427
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9338
9428
|
flexible: BooleanConstructor;
|
|
9339
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9429
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9340
9430
|
}>> & {
|
|
9341
9431
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9342
9432
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9456,9 +9546,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9456
9546
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9457
9547
|
__epPropKey: true;
|
|
9458
9548
|
};
|
|
9459
|
-
width: (
|
|
9460
|
-
height: (
|
|
9461
|
-
maxHeight: (
|
|
9549
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9550
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9551
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9462
9552
|
fit: {
|
|
9463
9553
|
type: BooleanConstructor;
|
|
9464
9554
|
default: boolean;
|
|
@@ -9482,13 +9572,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9482
9572
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9483
9573
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9484
9574
|
highlightCurrentRow: BooleanConstructor;
|
|
9485
|
-
currentRowKey: (
|
|
9575
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9486
9576
|
emptyText: StringConstructor;
|
|
9487
9577
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9488
9578
|
defaultExpandAll: BooleanConstructor;
|
|
9489
9579
|
defaultSort: PropType< Sort | undefined>;
|
|
9490
9580
|
tooltipEffect: StringConstructor;
|
|
9491
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9581
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9492
9582
|
spanMethod: PropType<((data: {
|
|
9493
9583
|
row: any;
|
|
9494
9584
|
rowIndex: number;
|
|
@@ -9532,7 +9622,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9532
9622
|
};
|
|
9533
9623
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9534
9624
|
flexible: BooleanConstructor;
|
|
9535
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9625
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9536
9626
|
}>> & {
|
|
9537
9627
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9538
9628
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9591,9 +9681,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9591
9681
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9592
9682
|
__epPropKey: true;
|
|
9593
9683
|
};
|
|
9594
|
-
width: (
|
|
9595
|
-
height: (
|
|
9596
|
-
maxHeight: (
|
|
9684
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9685
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9686
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9597
9687
|
fit: {
|
|
9598
9688
|
type: BooleanConstructor;
|
|
9599
9689
|
default: boolean;
|
|
@@ -9617,13 +9707,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9617
9707
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9618
9708
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9619
9709
|
highlightCurrentRow: BooleanConstructor;
|
|
9620
|
-
currentRowKey: (
|
|
9710
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9621
9711
|
emptyText: StringConstructor;
|
|
9622
9712
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9623
9713
|
defaultExpandAll: BooleanConstructor;
|
|
9624
9714
|
defaultSort: PropType< Sort | undefined>;
|
|
9625
9715
|
tooltipEffect: StringConstructor;
|
|
9626
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9716
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9627
9717
|
spanMethod: PropType<((data: {
|
|
9628
9718
|
row: any;
|
|
9629
9719
|
rowIndex: number;
|
|
@@ -9667,7 +9757,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9667
9757
|
};
|
|
9668
9758
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9669
9759
|
flexible: BooleanConstructor;
|
|
9670
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9760
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9671
9761
|
}>> & {
|
|
9672
9762
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9673
9763
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10047,9 +10137,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10047
10137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10048
10138
|
__epPropKey: true;
|
|
10049
10139
|
};
|
|
10050
|
-
width: (
|
|
10051
|
-
height: (
|
|
10052
|
-
maxHeight: (
|
|
10140
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10141
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10142
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10053
10143
|
fit: {
|
|
10054
10144
|
type: BooleanConstructor;
|
|
10055
10145
|
default: boolean;
|
|
@@ -10073,13 +10163,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10073
10163
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10074
10164
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10075
10165
|
highlightCurrentRow: BooleanConstructor;
|
|
10076
|
-
currentRowKey: (
|
|
10166
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10077
10167
|
emptyText: StringConstructor;
|
|
10078
10168
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10079
10169
|
defaultExpandAll: BooleanConstructor;
|
|
10080
10170
|
defaultSort: PropType< Sort | undefined>;
|
|
10081
10171
|
tooltipEffect: StringConstructor;
|
|
10082
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10172
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10083
10173
|
spanMethod: PropType<((data: {
|
|
10084
10174
|
row: any;
|
|
10085
10175
|
rowIndex: number;
|
|
@@ -10123,7 +10213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10123
10213
|
};
|
|
10124
10214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10125
10215
|
flexible: BooleanConstructor;
|
|
10126
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10216
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10127
10217
|
}>> & {
|
|
10128
10218
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10129
10219
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10243,9 +10333,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10243
10333
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10244
10334
|
__epPropKey: true;
|
|
10245
10335
|
};
|
|
10246
|
-
width: (
|
|
10247
|
-
height: (
|
|
10248
|
-
maxHeight: (
|
|
10336
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10337
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10338
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10249
10339
|
fit: {
|
|
10250
10340
|
type: BooleanConstructor;
|
|
10251
10341
|
default: boolean;
|
|
@@ -10269,13 +10359,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10269
10359
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10270
10360
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10271
10361
|
highlightCurrentRow: BooleanConstructor;
|
|
10272
|
-
currentRowKey: (
|
|
10362
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10273
10363
|
emptyText: StringConstructor;
|
|
10274
10364
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10275
10365
|
defaultExpandAll: BooleanConstructor;
|
|
10276
10366
|
defaultSort: PropType< Sort | undefined>;
|
|
10277
10367
|
tooltipEffect: StringConstructor;
|
|
10278
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10368
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10279
10369
|
spanMethod: PropType<((data: {
|
|
10280
10370
|
row: any;
|
|
10281
10371
|
rowIndex: number;
|
|
@@ -10319,7 +10409,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10319
10409
|
};
|
|
10320
10410
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10321
10411
|
flexible: BooleanConstructor;
|
|
10322
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10412
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10323
10413
|
}>> & {
|
|
10324
10414
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10325
10415
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10378,9 +10468,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10378
10468
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10379
10469
|
__epPropKey: true;
|
|
10380
10470
|
};
|
|
10381
|
-
width: (
|
|
10382
|
-
height: (
|
|
10383
|
-
maxHeight: (
|
|
10471
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10472
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10473
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10384
10474
|
fit: {
|
|
10385
10475
|
type: BooleanConstructor;
|
|
10386
10476
|
default: boolean;
|
|
@@ -10404,13 +10494,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10404
10494
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10405
10495
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10406
10496
|
highlightCurrentRow: BooleanConstructor;
|
|
10407
|
-
currentRowKey: (
|
|
10497
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10408
10498
|
emptyText: StringConstructor;
|
|
10409
10499
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10410
10500
|
defaultExpandAll: BooleanConstructor;
|
|
10411
10501
|
defaultSort: PropType< Sort | undefined>;
|
|
10412
10502
|
tooltipEffect: StringConstructor;
|
|
10413
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10503
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10414
10504
|
spanMethod: PropType<((data: {
|
|
10415
10505
|
row: any;
|
|
10416
10506
|
rowIndex: number;
|
|
@@ -10454,7 +10544,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10454
10544
|
};
|
|
10455
10545
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10456
10546
|
flexible: BooleanConstructor;
|
|
10457
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10547
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10458
10548
|
}>> & {
|
|
10459
10549
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10460
10550
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10620,14 +10710,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10620
10710
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10621
10711
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10622
10712
|
$slots: Partial<Record<never, (_: {
|
|
10623
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
10713
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
10624
10714
|
readonly label: string | ComputedRef<string>;
|
|
10625
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10715
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10626
10716
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10627
|
-
readonly tooltip: string |
|
|
10717
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10628
10718
|
style?: CSSProperties | undefined;
|
|
10629
10719
|
class?: any;
|
|
10630
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10720
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10631
10721
|
style?: CSSProperties | undefined;
|
|
10632
10722
|
class?: any;
|
|
10633
10723
|
} & RecordType>>;
|
|
@@ -10694,12 +10784,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10694
10784
|
fieldInstance?: any;
|
|
10695
10785
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10696
10786
|
prop: string;
|
|
10697
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10787
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10698
10788
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10699
|
-
tooltip: string |
|
|
10789
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10700
10790
|
style?: CSSProperties | undefined;
|
|
10701
10791
|
class?: any;
|
|
10702
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10792
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10703
10793
|
style?: CSSProperties | undefined;
|
|
10704
10794
|
class?: any;
|
|
10705
10795
|
} & RecordType>>;
|
|
@@ -11204,9 +11294,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11204
11294
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11205
11295
|
__epPropKey: true;
|
|
11206
11296
|
};
|
|
11207
|
-
width: (
|
|
11208
|
-
height: (
|
|
11209
|
-
maxHeight: (
|
|
11297
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11298
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11299
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11210
11300
|
fit: {
|
|
11211
11301
|
type: BooleanConstructor;
|
|
11212
11302
|
default: boolean;
|
|
@@ -11230,13 +11320,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11230
11320
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11231
11321
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11232
11322
|
highlightCurrentRow: BooleanConstructor;
|
|
11233
|
-
currentRowKey: (
|
|
11323
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11234
11324
|
emptyText: StringConstructor;
|
|
11235
11325
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11236
11326
|
defaultExpandAll: BooleanConstructor;
|
|
11237
11327
|
defaultSort: PropType< Sort | undefined>;
|
|
11238
11328
|
tooltipEffect: StringConstructor;
|
|
11239
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11329
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11240
11330
|
spanMethod: PropType<((data: {
|
|
11241
11331
|
row: any;
|
|
11242
11332
|
rowIndex: number;
|
|
@@ -11280,7 +11370,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11280
11370
|
};
|
|
11281
11371
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11282
11372
|
flexible: BooleanConstructor;
|
|
11283
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11373
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11284
11374
|
}>> & {
|
|
11285
11375
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11286
11376
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11400,9 +11490,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11400
11490
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11401
11491
|
__epPropKey: true;
|
|
11402
11492
|
};
|
|
11403
|
-
width: (
|
|
11404
|
-
height: (
|
|
11405
|
-
maxHeight: (
|
|
11493
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11494
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11495
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11406
11496
|
fit: {
|
|
11407
11497
|
type: BooleanConstructor;
|
|
11408
11498
|
default: boolean;
|
|
@@ -11426,13 +11516,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11426
11516
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11427
11517
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11428
11518
|
highlightCurrentRow: BooleanConstructor;
|
|
11429
|
-
currentRowKey: (
|
|
11519
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11430
11520
|
emptyText: StringConstructor;
|
|
11431
11521
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11432
11522
|
defaultExpandAll: BooleanConstructor;
|
|
11433
11523
|
defaultSort: PropType< Sort | undefined>;
|
|
11434
11524
|
tooltipEffect: StringConstructor;
|
|
11435
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11525
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11436
11526
|
spanMethod: PropType<((data: {
|
|
11437
11527
|
row: any;
|
|
11438
11528
|
rowIndex: number;
|
|
@@ -11476,7 +11566,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11476
11566
|
};
|
|
11477
11567
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11478
11568
|
flexible: BooleanConstructor;
|
|
11479
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11569
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11480
11570
|
}>> & {
|
|
11481
11571
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11482
11572
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11535,9 +11625,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11535
11625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11536
11626
|
__epPropKey: true;
|
|
11537
11627
|
};
|
|
11538
|
-
width: (
|
|
11539
|
-
height: (
|
|
11540
|
-
maxHeight: (
|
|
11628
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11629
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11630
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11541
11631
|
fit: {
|
|
11542
11632
|
type: BooleanConstructor;
|
|
11543
11633
|
default: boolean;
|
|
@@ -11561,13 +11651,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11561
11651
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11562
11652
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11563
11653
|
highlightCurrentRow: BooleanConstructor;
|
|
11564
|
-
currentRowKey: (
|
|
11654
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11565
11655
|
emptyText: StringConstructor;
|
|
11566
11656
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11567
11657
|
defaultExpandAll: BooleanConstructor;
|
|
11568
11658
|
defaultSort: PropType< Sort | undefined>;
|
|
11569
11659
|
tooltipEffect: StringConstructor;
|
|
11570
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11660
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11571
11661
|
spanMethod: PropType<((data: {
|
|
11572
11662
|
row: any;
|
|
11573
11663
|
rowIndex: number;
|
|
@@ -11611,7 +11701,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11611
11701
|
};
|
|
11612
11702
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11613
11703
|
flexible: BooleanConstructor;
|
|
11614
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11704
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11615
11705
|
}>> & {
|
|
11616
11706
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11617
11707
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11991,9 +12081,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11991
12081
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11992
12082
|
__epPropKey: true;
|
|
11993
12083
|
};
|
|
11994
|
-
width: (
|
|
11995
|
-
height: (
|
|
11996
|
-
maxHeight: (
|
|
12084
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12085
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12086
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11997
12087
|
fit: {
|
|
11998
12088
|
type: BooleanConstructor;
|
|
11999
12089
|
default: boolean;
|
|
@@ -12017,13 +12107,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12017
12107
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12018
12108
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12019
12109
|
highlightCurrentRow: BooleanConstructor;
|
|
12020
|
-
currentRowKey: (
|
|
12110
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12021
12111
|
emptyText: StringConstructor;
|
|
12022
12112
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12023
12113
|
defaultExpandAll: BooleanConstructor;
|
|
12024
12114
|
defaultSort: PropType< Sort | undefined>;
|
|
12025
12115
|
tooltipEffect: StringConstructor;
|
|
12026
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12116
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12027
12117
|
spanMethod: PropType<((data: {
|
|
12028
12118
|
row: any;
|
|
12029
12119
|
rowIndex: number;
|
|
@@ -12067,7 +12157,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12067
12157
|
};
|
|
12068
12158
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12069
12159
|
flexible: BooleanConstructor;
|
|
12070
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12160
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12071
12161
|
}>> & {
|
|
12072
12162
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12073
12163
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12187,9 +12277,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12187
12277
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12188
12278
|
__epPropKey: true;
|
|
12189
12279
|
};
|
|
12190
|
-
width: (
|
|
12191
|
-
height: (
|
|
12192
|
-
maxHeight: (
|
|
12280
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12281
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12282
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12193
12283
|
fit: {
|
|
12194
12284
|
type: BooleanConstructor;
|
|
12195
12285
|
default: boolean;
|
|
@@ -12213,13 +12303,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12213
12303
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12214
12304
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12215
12305
|
highlightCurrentRow: BooleanConstructor;
|
|
12216
|
-
currentRowKey: (
|
|
12306
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12217
12307
|
emptyText: StringConstructor;
|
|
12218
12308
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12219
12309
|
defaultExpandAll: BooleanConstructor;
|
|
12220
12310
|
defaultSort: PropType< Sort | undefined>;
|
|
12221
12311
|
tooltipEffect: StringConstructor;
|
|
12222
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12312
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12223
12313
|
spanMethod: PropType<((data: {
|
|
12224
12314
|
row: any;
|
|
12225
12315
|
rowIndex: number;
|
|
@@ -12263,7 +12353,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12263
12353
|
};
|
|
12264
12354
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12265
12355
|
flexible: BooleanConstructor;
|
|
12266
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12356
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12267
12357
|
}>> & {
|
|
12268
12358
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12269
12359
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12322,9 +12412,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12322
12412
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12323
12413
|
__epPropKey: true;
|
|
12324
12414
|
};
|
|
12325
|
-
width: (
|
|
12326
|
-
height: (
|
|
12327
|
-
maxHeight: (
|
|
12415
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12416
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12417
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12328
12418
|
fit: {
|
|
12329
12419
|
type: BooleanConstructor;
|
|
12330
12420
|
default: boolean;
|
|
@@ -12348,13 +12438,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12348
12438
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12349
12439
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12350
12440
|
highlightCurrentRow: BooleanConstructor;
|
|
12351
|
-
currentRowKey: (
|
|
12441
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12352
12442
|
emptyText: StringConstructor;
|
|
12353
12443
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12354
12444
|
defaultExpandAll: BooleanConstructor;
|
|
12355
12445
|
defaultSort: PropType< Sort | undefined>;
|
|
12356
12446
|
tooltipEffect: StringConstructor;
|
|
12357
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12447
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12358
12448
|
spanMethod: PropType<((data: {
|
|
12359
12449
|
row: any;
|
|
12360
12450
|
rowIndex: number;
|
|
@@ -12398,7 +12488,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12398
12488
|
};
|
|
12399
12489
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12400
12490
|
flexible: BooleanConstructor;
|
|
12401
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12491
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12402
12492
|
}>> & {
|
|
12403
12493
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12404
12494
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12566,9 +12656,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12566
12656
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12567
12657
|
__epPropKey: true;
|
|
12568
12658
|
};
|
|
12569
|
-
width: (
|
|
12570
|
-
height: (
|
|
12571
|
-
maxHeight: (
|
|
12659
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12660
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12661
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12572
12662
|
fit: {
|
|
12573
12663
|
type: BooleanConstructor;
|
|
12574
12664
|
default: boolean;
|
|
@@ -12592,13 +12682,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12592
12682
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12593
12683
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12594
12684
|
highlightCurrentRow: BooleanConstructor;
|
|
12595
|
-
currentRowKey: (
|
|
12685
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12596
12686
|
emptyText: StringConstructor;
|
|
12597
12687
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12598
12688
|
defaultExpandAll: BooleanConstructor;
|
|
12599
12689
|
defaultSort: PropType< Sort | undefined>;
|
|
12600
12690
|
tooltipEffect: StringConstructor;
|
|
12601
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12691
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12602
12692
|
spanMethod: PropType<((data: {
|
|
12603
12693
|
row: any;
|
|
12604
12694
|
rowIndex: number;
|
|
@@ -12642,7 +12732,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12642
12732
|
};
|
|
12643
12733
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12644
12734
|
flexible: BooleanConstructor;
|
|
12645
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12735
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12646
12736
|
}>> & {
|
|
12647
12737
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12648
12738
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12762,9 +12852,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12762
12852
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12763
12853
|
__epPropKey: true;
|
|
12764
12854
|
};
|
|
12765
|
-
width: (
|
|
12766
|
-
height: (
|
|
12767
|
-
maxHeight: (
|
|
12855
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12856
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12857
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12768
12858
|
fit: {
|
|
12769
12859
|
type: BooleanConstructor;
|
|
12770
12860
|
default: boolean;
|
|
@@ -12788,13 +12878,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12788
12878
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12789
12879
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12790
12880
|
highlightCurrentRow: BooleanConstructor;
|
|
12791
|
-
currentRowKey: (
|
|
12881
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12792
12882
|
emptyText: StringConstructor;
|
|
12793
12883
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12794
12884
|
defaultExpandAll: BooleanConstructor;
|
|
12795
12885
|
defaultSort: PropType< Sort | undefined>;
|
|
12796
12886
|
tooltipEffect: StringConstructor;
|
|
12797
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12887
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12798
12888
|
spanMethod: PropType<((data: {
|
|
12799
12889
|
row: any;
|
|
12800
12890
|
rowIndex: number;
|
|
@@ -12838,7 +12928,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12838
12928
|
};
|
|
12839
12929
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12840
12930
|
flexible: BooleanConstructor;
|
|
12841
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12931
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12842
12932
|
}>> & {
|
|
12843
12933
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12844
12934
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12897,9 +12987,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12897
12987
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12898
12988
|
__epPropKey: true;
|
|
12899
12989
|
};
|
|
12900
|
-
width: (
|
|
12901
|
-
height: (
|
|
12902
|
-
maxHeight: (
|
|
12990
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12991
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12992
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12903
12993
|
fit: {
|
|
12904
12994
|
type: BooleanConstructor;
|
|
12905
12995
|
default: boolean;
|
|
@@ -12923,13 +13013,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12923
13013
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12924
13014
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12925
13015
|
highlightCurrentRow: BooleanConstructor;
|
|
12926
|
-
currentRowKey: (
|
|
13016
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12927
13017
|
emptyText: StringConstructor;
|
|
12928
13018
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12929
13019
|
defaultExpandAll: BooleanConstructor;
|
|
12930
13020
|
defaultSort: PropType< Sort | undefined>;
|
|
12931
13021
|
tooltipEffect: StringConstructor;
|
|
12932
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
13022
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12933
13023
|
spanMethod: PropType<((data: {
|
|
12934
13024
|
row: any;
|
|
12935
13025
|
rowIndex: number;
|
|
@@ -12973,7 +13063,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12973
13063
|
};
|
|
12974
13064
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12975
13065
|
flexible: BooleanConstructor;
|
|
12976
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
13066
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12977
13067
|
}>> & {
|
|
12978
13068
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12979
13069
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13132,10 +13222,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13132
13222
|
"onHeader-filter-confirm"?: ((payload: HeaderFilterPayload) => any) | undefined;
|
|
13133
13223
|
"onHeader-filter-reset"?: ((payload: HeaderFilterResetPayload) => any) | undefined;
|
|
13134
13224
|
}, {
|
|
13135
|
-
showSearch: boolean;
|
|
13136
13225
|
search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
13137
13226
|
headerFilter: boolean | HeaderFilterConfig;
|
|
13138
13227
|
pagination: false | Record<string, unknown>;
|
|
13228
|
+
showSearch: boolean;
|
|
13139
13229
|
isCard: boolean;
|
|
13140
13230
|
hideHeaderFilter: boolean;
|
|
13141
13231
|
hideColumnSettingsIcon: boolean;
|