yc-pro-components 0.0.10 → 0.0.11
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 +49 -49
- 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 +17 -17
- package/es/components/date-picker/src/index.vue.d.ts +9 -9
- package/es/components/dialog/index.d.ts +41 -41
- package/es/components/dialog/src/index.vue.d.ts +4 -4
- package/es/components/dialog-form/index.d.ts +109 -109
- package/es/components/dialog-form/src/index.vue.d.ts +35 -35
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +105 -105
- package/es/components/drawer-form/src/index.vue.d.ts +34 -34
- package/es/components/form/index.d.ts +123 -123
- package/es/components/form/src/form-content.vue.d.ts +24 -24
- package/es/components/form/src/index.vue.d.ts +43 -43
- package/es/components/form-item/index.d.ts +78 -78
- package/es/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/es/components/input-tag/src/index.vue.d.ts +36 -36
- package/es/components/layout/index.d.ts +60 -60
- package/es/components/layout/src/index.vue.d.ts +20 -20
- package/es/components/page/index.d.ts +846 -846
- package/es/components/page/src/index.vue.d.ts +286 -286
- 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 +47 -47
- package/es/components/radio/src/index.vue.d.ts +39 -39
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +324 -324
- package/es/components/search/src/index.vue.d.ts +106 -106
- package/es/components/sidebar/index.d.ts +30 -30
- package/es/components/sidebar/src/index.vue.d.ts +10 -10
- 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 +76 -76
- package/es/components/table/src/index.vue.d.ts +24 -24
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +6 -6
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- 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-drawer/store.d.ts +13 -13
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +86 -86
- package/es/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/es/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +6 -6
- package/es/components/yc-segmented/src/index.d.ts +6 -6
- 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 +487 -487
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- package/lib/components/check-card/index.d.ts +49 -49
- 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 +17 -17
- package/lib/components/date-picker/src/index.vue.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +41 -41
- package/lib/components/dialog/src/index.vue.d.ts +4 -4
- package/lib/components/dialog-form/index.d.ts +109 -109
- package/lib/components/dialog-form/src/index.vue.d.ts +35 -35
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +105 -105
- package/lib/components/drawer-form/src/index.vue.d.ts +34 -34
- package/lib/components/form/index.d.ts +123 -123
- package/lib/components/form/src/form-content.vue.d.ts +24 -24
- package/lib/components/form/src/index.vue.d.ts +43 -43
- package/lib/components/form-item/index.d.ts +78 -78
- package/lib/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/lib/components/input-tag/src/index.vue.d.ts +36 -36
- package/lib/components/layout/index.d.ts +60 -60
- package/lib/components/layout/src/index.vue.d.ts +20 -20
- package/lib/components/page/index.d.ts +846 -846
- package/lib/components/page/src/index.vue.d.ts +286 -286
- 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 +47 -47
- package/lib/components/radio/src/index.vue.d.ts +39 -39
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +324 -324
- package/lib/components/search/src/index.vue.d.ts +106 -106
- package/lib/components/sidebar/index.d.ts +30 -30
- package/lib/components/sidebar/src/index.vue.d.ts +10 -10
- 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 +76 -76
- package/lib/components/table/src/index.vue.d.ts +24 -24
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +6 -6
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- 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-drawer/store.d.ts +13 -13
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +86 -86
- package/lib/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/lib/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +6 -6
- package/lib/components/yc-segmented/src/index.d.ts +6 -6
- 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 +487 -487
- 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/src/mixins/mixins.scss +4 -0
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
65
65
|
columns: PlusColumn[];
|
|
66
66
|
immediate: boolean;
|
|
67
67
|
params: RecordType;
|
|
68
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
68
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
69
69
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
70
70
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
71
71
|
isCard: boolean;
|
|
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
101
101
|
data: RecordType[];
|
|
102
102
|
total: number;
|
|
103
103
|
}>;
|
|
104
|
-
readonly pagination: false | Omit< PlusPaginationProps, "
|
|
104
|
+
readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
105
105
|
readonly isCard: boolean;
|
|
106
106
|
readonly searchCardProps: Partial< Mutable<CardProps> & {
|
|
107
107
|
style?: CSSProperties | undefined;
|
|
@@ -162,7 +162,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
162
162
|
required: true;
|
|
163
163
|
};
|
|
164
164
|
pagination: {
|
|
165
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
165
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
166
166
|
default: () => {};
|
|
167
167
|
};
|
|
168
168
|
postData: {
|
|
@@ -276,7 +276,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
276
276
|
required: true;
|
|
277
277
|
};
|
|
278
278
|
pagination: {
|
|
279
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
279
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
280
280
|
default: () => {};
|
|
281
281
|
};
|
|
282
282
|
postData: {
|
|
@@ -345,9 +345,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
345
345
|
$: ComponentInternalInstance;
|
|
346
346
|
$data: {};
|
|
347
347
|
$props: Partial<{
|
|
348
|
-
columns: PlusColumn[];
|
|
349
348
|
modelValue: FieldValues;
|
|
350
|
-
|
|
349
|
+
columns: PlusColumn[];
|
|
350
|
+
labelPosition: "top" | "right" | "left";
|
|
351
351
|
inline: boolean;
|
|
352
352
|
showNumber: number;
|
|
353
353
|
defaultValues: FieldValues;
|
|
@@ -370,8 +370,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
370
370
|
searchLoading: boolean;
|
|
371
371
|
needValidate: boolean;
|
|
372
372
|
}> & Omit<{
|
|
373
|
-
readonly columns: PlusColumn[];
|
|
374
373
|
readonly modelValue: FieldValues;
|
|
374
|
+
readonly columns: PlusColumn[];
|
|
375
375
|
readonly inline: boolean;
|
|
376
376
|
readonly showNumber: number;
|
|
377
377
|
readonly defaultValues: FieldValues;
|
|
@@ -393,23 +393,23 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
393
393
|
readonly expandText: string;
|
|
394
394
|
readonly searchLoading: boolean;
|
|
395
395
|
readonly needValidate: boolean;
|
|
396
|
-
readonly labelPosition?: "top" | "
|
|
396
|
+
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
397
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
397
398
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
398
399
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
399
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
400
400
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
401
401
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
402
402
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
403
|
-
columns: {
|
|
404
|
-
type: PropType<PlusColumn[]>;
|
|
405
|
-
default: () => never[];
|
|
406
|
-
};
|
|
407
403
|
modelValue: {
|
|
408
404
|
type: PropType<FieldValues>;
|
|
409
405
|
default: () => {};
|
|
410
406
|
};
|
|
407
|
+
columns: {
|
|
408
|
+
type: PropType<PlusColumn[]>;
|
|
409
|
+
default: () => never[];
|
|
410
|
+
};
|
|
411
411
|
labelPosition: {
|
|
412
|
-
type: PropType<"top" | "
|
|
412
|
+
type: PropType<"top" | "right" | "left">;
|
|
413
413
|
default: undefined;
|
|
414
414
|
};
|
|
415
415
|
inline: {
|
|
@@ -487,12 +487,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
487
487
|
default: boolean;
|
|
488
488
|
};
|
|
489
489
|
}>> & {
|
|
490
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
490
491
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
491
492
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
492
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
493
493
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
494
494
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
495
|
-
}, "
|
|
495
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
496
496
|
$attrs: {
|
|
497
497
|
[x: string]: unknown;
|
|
498
498
|
};
|
|
@@ -504,19 +504,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
504
504
|
}>;
|
|
505
505
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
506
506
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
507
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
507
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
508
508
|
$el: any;
|
|
509
509
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
510
|
-
columns: {
|
|
511
|
-
type: PropType<PlusColumn[]>;
|
|
512
|
-
default: () => never[];
|
|
513
|
-
};
|
|
514
510
|
modelValue: {
|
|
515
511
|
type: PropType<FieldValues>;
|
|
516
512
|
default: () => {};
|
|
517
513
|
};
|
|
514
|
+
columns: {
|
|
515
|
+
type: PropType<PlusColumn[]>;
|
|
516
|
+
default: () => never[];
|
|
517
|
+
};
|
|
518
518
|
labelPosition: {
|
|
519
|
-
type: PropType<"top" | "
|
|
519
|
+
type: PropType<"top" | "right" | "left">;
|
|
520
520
|
default: undefined;
|
|
521
521
|
};
|
|
522
522
|
inline: {
|
|
@@ -594,9 +594,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
594
594
|
default: boolean;
|
|
595
595
|
};
|
|
596
596
|
}>> & {
|
|
597
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
597
598
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
598
599
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
599
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
600
600
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
601
601
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
602
602
|
}, {
|
|
@@ -604,13 +604,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
604
604
|
$: ComponentInternalInstance;
|
|
605
605
|
$data: {};
|
|
606
606
|
$props: Partial<{
|
|
607
|
+
modelValue: FieldValues;
|
|
607
608
|
collapseDuration: number;
|
|
608
609
|
collapseTransition: boolean;
|
|
609
610
|
columns: PlusColumn[];
|
|
610
611
|
group: false | PlusFormGroupRow[];
|
|
611
|
-
modelValue: FieldValues;
|
|
612
612
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
613
|
-
labelPosition: "top" | "
|
|
613
|
+
labelPosition: "top" | "right" | "left";
|
|
614
614
|
labelWidth: string | number;
|
|
615
615
|
labelSuffix: string;
|
|
616
616
|
hasLabel: boolean;
|
|
@@ -629,7 +629,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
629
629
|
submitText: string;
|
|
630
630
|
resetText: string;
|
|
631
631
|
submitLoading: boolean;
|
|
632
|
-
footerAlign: "
|
|
632
|
+
footerAlign: "center" | "right" | "left";
|
|
633
633
|
cardProps: Partial< Mutable<CardProps> & {
|
|
634
634
|
style?: CSSProperties | undefined;
|
|
635
635
|
class?: any;
|
|
@@ -637,11 +637,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
637
637
|
prevent: boolean;
|
|
638
638
|
clearable: boolean;
|
|
639
639
|
}> & Omit<{
|
|
640
|
+
readonly modelValue: FieldValues;
|
|
640
641
|
readonly columns: PlusColumn[];
|
|
641
642
|
readonly group: false | PlusFormGroupRow[];
|
|
642
|
-
readonly modelValue: FieldValues;
|
|
643
643
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
644
|
-
readonly labelPosition: "top" | "
|
|
644
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
645
645
|
readonly labelWidth: string | number;
|
|
646
646
|
readonly labelSuffix: string;
|
|
647
647
|
readonly hasLabel: boolean;
|
|
@@ -660,7 +660,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
660
660
|
readonly submitText: string;
|
|
661
661
|
readonly resetText: string;
|
|
662
662
|
readonly submitLoading: boolean;
|
|
663
|
-
readonly footerAlign: "
|
|
663
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
664
664
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
665
665
|
style?: CSSProperties | undefined;
|
|
666
666
|
class?: any;
|
|
@@ -669,13 +669,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
669
669
|
readonly clearable: boolean;
|
|
670
670
|
readonly collapseDuration?: number | undefined;
|
|
671
671
|
readonly collapseTransition?: boolean | undefined;
|
|
672
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
672
673
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
673
674
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
674
675
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
675
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
676
676
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
677
677
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
678
678
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
679
|
+
modelValue: {
|
|
680
|
+
type: PropType<FieldValues>;
|
|
681
|
+
default: () => {};
|
|
682
|
+
};
|
|
679
683
|
collapseDuration: {
|
|
680
684
|
type: PropType<number>;
|
|
681
685
|
default: undefined;
|
|
@@ -692,16 +696,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
692
696
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
693
697
|
default: boolean;
|
|
694
698
|
};
|
|
695
|
-
modelValue: {
|
|
696
|
-
type: PropType<FieldValues>;
|
|
697
|
-
default: () => {};
|
|
698
|
-
};
|
|
699
699
|
rules: {
|
|
700
700
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
701
701
|
default: () => {};
|
|
702
702
|
};
|
|
703
703
|
labelPosition: {
|
|
704
|
-
type: PropType<"top" | "
|
|
704
|
+
type: PropType<"top" | "right" | "left">;
|
|
705
705
|
default: string;
|
|
706
706
|
};
|
|
707
707
|
labelWidth: {
|
|
@@ -759,7 +759,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
759
759
|
default: boolean;
|
|
760
760
|
};
|
|
761
761
|
footerAlign: {
|
|
762
|
-
type: PropType<"
|
|
762
|
+
type: PropType<"center" | "right" | "left">;
|
|
763
763
|
default: string;
|
|
764
764
|
};
|
|
765
765
|
cardProps: {
|
|
@@ -778,13 +778,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
778
778
|
default: boolean;
|
|
779
779
|
};
|
|
780
780
|
}>> & {
|
|
781
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
781
782
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
782
783
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
783
784
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
784
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
785
785
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
786
786
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
787
|
-
}, "
|
|
787
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
788
788
|
$attrs: {
|
|
789
789
|
[x: string]: unknown;
|
|
790
790
|
};
|
|
@@ -796,9 +796,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
796
796
|
}>;
|
|
797
797
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
798
798
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
799
|
-
$emit: ((event: "
|
|
799
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
800
800
|
$el: any;
|
|
801
801
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
802
|
+
modelValue: {
|
|
803
|
+
type: PropType<FieldValues>;
|
|
804
|
+
default: () => {};
|
|
805
|
+
};
|
|
802
806
|
collapseDuration: {
|
|
803
807
|
type: PropType<number>;
|
|
804
808
|
default: undefined;
|
|
@@ -815,16 +819,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
815
819
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
816
820
|
default: boolean;
|
|
817
821
|
};
|
|
818
|
-
modelValue: {
|
|
819
|
-
type: PropType<FieldValues>;
|
|
820
|
-
default: () => {};
|
|
821
|
-
};
|
|
822
822
|
rules: {
|
|
823
823
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
824
824
|
default: () => {};
|
|
825
825
|
};
|
|
826
826
|
labelPosition: {
|
|
827
|
-
type: PropType<"top" | "
|
|
827
|
+
type: PropType<"top" | "right" | "left">;
|
|
828
828
|
default: string;
|
|
829
829
|
};
|
|
830
830
|
labelWidth: {
|
|
@@ -882,7 +882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
882
882
|
default: boolean;
|
|
883
883
|
};
|
|
884
884
|
footerAlign: {
|
|
885
|
-
type: PropType<"
|
|
885
|
+
type: PropType<"center" | "right" | "left">;
|
|
886
886
|
default: string;
|
|
887
887
|
};
|
|
888
888
|
cardProps: {
|
|
@@ -901,10 +901,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
901
901
|
default: boolean;
|
|
902
902
|
};
|
|
903
903
|
}>> & {
|
|
904
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
904
905
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
905
906
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
906
907
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
907
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
908
908
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
909
909
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
910
910
|
}, {
|
|
@@ -916,8 +916,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
916
916
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
917
917
|
__epPropKey: true;
|
|
918
918
|
};
|
|
919
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
920
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
919
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
920
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
921
921
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
922
922
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
923
923
|
readonly inline: BooleanConstructor;
|
|
@@ -934,7 +934,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
934
934
|
__epPropKey: true;
|
|
935
935
|
};
|
|
936
936
|
readonly size: {
|
|
937
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
937
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
938
938
|
readonly required: false;
|
|
939
939
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
940
940
|
__epPropKey: true;
|
|
@@ -952,8 +952,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
952
952
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
953
953
|
__epPropKey: true;
|
|
954
954
|
};
|
|
955
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
956
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
955
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
956
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
957
957
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
958
958
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
959
959
|
readonly inline: BooleanConstructor;
|
|
@@ -970,7 +970,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
970
970
|
__epPropKey: true;
|
|
971
971
|
};
|
|
972
972
|
readonly size: {
|
|
973
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
973
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
974
974
|
readonly required: false;
|
|
975
975
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
976
976
|
__epPropKey: true;
|
|
@@ -981,7 +981,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
981
981
|
}>>;
|
|
982
982
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
983
983
|
fields: FormItemContext[];
|
|
984
|
-
formSize: ComputedRef<"" | "
|
|
984
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
985
985
|
ns: {
|
|
986
986
|
namespace: ComputedRef<string>;
|
|
987
987
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1006,7 +1006,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1006
1006
|
cssVarBlockName: (name: string) => string;
|
|
1007
1007
|
};
|
|
1008
1008
|
formClasses: ComputedRef<(string | {
|
|
1009
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1009
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1010
1010
|
})[]>;
|
|
1011
1011
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1012
1012
|
addField: (field: FormItemContext) => void;
|
|
@@ -1029,8 +1029,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1029
1029
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1030
1030
|
__epPropKey: true;
|
|
1031
1031
|
};
|
|
1032
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1033
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1032
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1033
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1034
1034
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1035
1035
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1036
1036
|
readonly inline: BooleanConstructor;
|
|
@@ -1047,7 +1047,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1047
1047
|
__epPropKey: true;
|
|
1048
1048
|
};
|
|
1049
1049
|
readonly size: {
|
|
1050
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1050
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1051
1051
|
readonly required: false;
|
|
1052
1052
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1053
1053
|
__epPropKey: true;
|
|
@@ -1057,8 +1057,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1057
1057
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1058
1058
|
}, {
|
|
1059
1059
|
readonly disabled: boolean;
|
|
1060
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1061
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1060
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1061
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1062
1062
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1063
1063
|
readonly labelSuffix: string;
|
|
1064
1064
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1083,8 +1083,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1083
1083
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1084
1084
|
__epPropKey: true;
|
|
1085
1085
|
};
|
|
1086
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1087
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1086
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1087
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1088
1088
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1089
1089
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1090
1090
|
readonly inline: BooleanConstructor;
|
|
@@ -1101,7 +1101,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1101
1101
|
__epPropKey: true;
|
|
1102
1102
|
};
|
|
1103
1103
|
readonly size: {
|
|
1104
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1104
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1105
1105
|
readonly required: false;
|
|
1106
1106
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1107
1107
|
__epPropKey: true;
|
|
@@ -1119,8 +1119,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1119
1119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1120
1120
|
__epPropKey: true;
|
|
1121
1121
|
};
|
|
1122
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1123
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1122
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1123
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1124
1124
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1125
1125
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1126
1126
|
readonly inline: BooleanConstructor;
|
|
@@ -1137,7 +1137,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1137
1137
|
__epPropKey: true;
|
|
1138
1138
|
};
|
|
1139
1139
|
readonly size: {
|
|
1140
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1140
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1141
1141
|
readonly required: false;
|
|
1142
1142
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1143
1143
|
__epPropKey: true;
|
|
@@ -1148,7 +1148,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1148
1148
|
}>>;
|
|
1149
1149
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1150
1150
|
fields: FormItemContext[];
|
|
1151
|
-
formSize: ComputedRef<"" | "
|
|
1151
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1152
1152
|
ns: {
|
|
1153
1153
|
namespace: ComputedRef<string>;
|
|
1154
1154
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1173,7 +1173,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1173
1173
|
cssVarBlockName: (name: string) => string;
|
|
1174
1174
|
};
|
|
1175
1175
|
formClasses: ComputedRef<(string | {
|
|
1176
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1176
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1177
1177
|
})[]>;
|
|
1178
1178
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1179
1179
|
addField: (field: FormItemContext) => void;
|
|
@@ -1188,8 +1188,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1188
1188
|
scrollToField: (prop: FormItemProp) => void;
|
|
1189
1189
|
}, {}, {}, {}, {
|
|
1190
1190
|
readonly disabled: boolean;
|
|
1191
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1192
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1191
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1192
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1193
1193
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1194
1194
|
readonly labelSuffix: string;
|
|
1195
1195
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1210,13 +1210,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1210
1210
|
submitError: (errors: unknown) => void;
|
|
1211
1211
|
validate: (...args: any[]) => void;
|
|
1212
1212
|
}, string, {
|
|
1213
|
+
modelValue: FieldValues;
|
|
1213
1214
|
collapseDuration: number;
|
|
1214
1215
|
collapseTransition: boolean;
|
|
1215
1216
|
columns: PlusColumn[];
|
|
1216
1217
|
group: false | PlusFormGroupRow[];
|
|
1217
|
-
modelValue: FieldValues;
|
|
1218
1218
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1219
|
-
labelPosition: "top" | "
|
|
1219
|
+
labelPosition: "top" | "right" | "left";
|
|
1220
1220
|
labelWidth: string | number;
|
|
1221
1221
|
labelSuffix: string;
|
|
1222
1222
|
hasLabel: boolean;
|
|
@@ -1235,7 +1235,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1235
1235
|
submitText: string;
|
|
1236
1236
|
resetText: string;
|
|
1237
1237
|
submitLoading: boolean;
|
|
1238
|
-
footerAlign: "
|
|
1238
|
+
footerAlign: "center" | "right" | "left";
|
|
1239
1239
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1240
1240
|
style?: CSSProperties | undefined;
|
|
1241
1241
|
class?: any;
|
|
@@ -1263,6 +1263,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1263
1263
|
$nextTick: typeof nextTick;
|
|
1264
1264
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1265
1265
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1266
|
+
modelValue: {
|
|
1267
|
+
type: PropType<FieldValues>;
|
|
1268
|
+
default: () => {};
|
|
1269
|
+
};
|
|
1266
1270
|
collapseDuration: {
|
|
1267
1271
|
type: PropType<number>;
|
|
1268
1272
|
default: undefined;
|
|
@@ -1279,16 +1283,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1279
1283
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1280
1284
|
default: boolean;
|
|
1281
1285
|
};
|
|
1282
|
-
modelValue: {
|
|
1283
|
-
type: PropType<FieldValues>;
|
|
1284
|
-
default: () => {};
|
|
1285
|
-
};
|
|
1286
1286
|
rules: {
|
|
1287
1287
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1288
1288
|
default: () => {};
|
|
1289
1289
|
};
|
|
1290
1290
|
labelPosition: {
|
|
1291
|
-
type: PropType<"top" | "
|
|
1291
|
+
type: PropType<"top" | "right" | "left">;
|
|
1292
1292
|
default: string;
|
|
1293
1293
|
};
|
|
1294
1294
|
labelWidth: {
|
|
@@ -1346,7 +1346,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1346
1346
|
default: boolean;
|
|
1347
1347
|
};
|
|
1348
1348
|
footerAlign: {
|
|
1349
|
-
type: PropType<"
|
|
1349
|
+
type: PropType<"center" | "right" | "left">;
|
|
1350
1350
|
default: string;
|
|
1351
1351
|
};
|
|
1352
1352
|
cardProps: {
|
|
@@ -1365,10 +1365,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1365
1365
|
default: boolean;
|
|
1366
1366
|
};
|
|
1367
1367
|
}>> & {
|
|
1368
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1368
1369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1369
1370
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1370
1371
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1371
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1372
1372
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1373
1373
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1374
1374
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1380,8 +1380,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1380
1380
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1381
1381
|
__epPropKey: true;
|
|
1382
1382
|
};
|
|
1383
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1384
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1383
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1384
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1385
1385
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1386
1386
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1387
1387
|
readonly inline: BooleanConstructor;
|
|
@@ -1398,7 +1398,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1398
1398
|
__epPropKey: true;
|
|
1399
1399
|
};
|
|
1400
1400
|
readonly size: {
|
|
1401
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1401
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1402
1402
|
readonly required: false;
|
|
1403
1403
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1404
1404
|
__epPropKey: true;
|
|
@@ -1416,8 +1416,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1416
1416
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1417
1417
|
__epPropKey: true;
|
|
1418
1418
|
};
|
|
1419
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1420
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1419
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1420
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1421
1421
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1422
1422
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1423
1423
|
readonly inline: BooleanConstructor;
|
|
@@ -1434,7 +1434,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1434
1434
|
__epPropKey: true;
|
|
1435
1435
|
};
|
|
1436
1436
|
readonly size: {
|
|
1437
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1437
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1438
1438
|
readonly required: false;
|
|
1439
1439
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1440
1440
|
__epPropKey: true;
|
|
@@ -1445,7 +1445,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1445
1445
|
}>>;
|
|
1446
1446
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1447
1447
|
fields: FormItemContext[];
|
|
1448
|
-
formSize: ComputedRef<"" | "
|
|
1448
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1449
1449
|
ns: {
|
|
1450
1450
|
namespace: ComputedRef<string>;
|
|
1451
1451
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1470,7 +1470,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1470
1470
|
cssVarBlockName: (name: string) => string;
|
|
1471
1471
|
};
|
|
1472
1472
|
formClasses: ComputedRef<(string | {
|
|
1473
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1473
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1474
1474
|
})[]>;
|
|
1475
1475
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1476
1476
|
addField: (field: FormItemContext) => void;
|
|
@@ -1493,8 +1493,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1493
1493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1494
1494
|
__epPropKey: true;
|
|
1495
1495
|
};
|
|
1496
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1497
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1496
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1497
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1498
1498
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1499
1499
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1500
1500
|
readonly inline: BooleanConstructor;
|
|
@@ -1511,7 +1511,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1511
1511
|
__epPropKey: true;
|
|
1512
1512
|
};
|
|
1513
1513
|
readonly size: {
|
|
1514
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1514
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1515
1515
|
readonly required: false;
|
|
1516
1516
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1517
1517
|
__epPropKey: true;
|
|
@@ -1521,8 +1521,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1521
1521
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1522
1522
|
}, {
|
|
1523
1523
|
readonly disabled: boolean;
|
|
1524
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1525
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1524
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1525
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1526
1526
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1527
1527
|
readonly labelSuffix: string;
|
|
1528
1528
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1547,8 +1547,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1547
1547
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1548
1548
|
__epPropKey: true;
|
|
1549
1549
|
};
|
|
1550
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1551
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1550
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1551
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1552
1552
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1553
1553
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1554
1554
|
readonly inline: BooleanConstructor;
|
|
@@ -1565,7 +1565,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1565
1565
|
__epPropKey: true;
|
|
1566
1566
|
};
|
|
1567
1567
|
readonly size: {
|
|
1568
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1568
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1569
1569
|
readonly required: false;
|
|
1570
1570
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1571
1571
|
__epPropKey: true;
|
|
@@ -1583,8 +1583,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1583
1583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1584
1584
|
__epPropKey: true;
|
|
1585
1585
|
};
|
|
1586
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1587
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1586
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1587
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1588
1588
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1589
1589
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1590
1590
|
readonly inline: BooleanConstructor;
|
|
@@ -1601,7 +1601,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1601
1601
|
__epPropKey: true;
|
|
1602
1602
|
};
|
|
1603
1603
|
readonly size: {
|
|
1604
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1604
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1605
1605
|
readonly required: false;
|
|
1606
1606
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1607
1607
|
__epPropKey: true;
|
|
@@ -1612,7 +1612,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1612
1612
|
}>>;
|
|
1613
1613
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1614
1614
|
fields: FormItemContext[];
|
|
1615
|
-
formSize: ComputedRef<"" | "
|
|
1615
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1616
1616
|
ns: {
|
|
1617
1617
|
namespace: ComputedRef<string>;
|
|
1618
1618
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1637,7 +1637,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1637
1637
|
cssVarBlockName: (name: string) => string;
|
|
1638
1638
|
};
|
|
1639
1639
|
formClasses: ComputedRef<(string | {
|
|
1640
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1640
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1641
1641
|
})[]>;
|
|
1642
1642
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1643
1643
|
addField: (field: FormItemContext) => void;
|
|
@@ -1652,8 +1652,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1652
1652
|
scrollToField: (prop: FormItemProp) => void;
|
|
1653
1653
|
}, {}, {}, {}, {
|
|
1654
1654
|
readonly disabled: boolean;
|
|
1655
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1656
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1655
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1656
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1657
1657
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1658
1658
|
readonly labelSuffix: string;
|
|
1659
1659
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1679,14 +1679,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1679
1679
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1680
1680
|
columns?: PlusColumn[] | undefined;
|
|
1681
1681
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1682
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1682
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1683
1683
|
readonly label: string | ComputedRef<string>;
|
|
1684
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1684
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1685
1685
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1686
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1686
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1687
1687
|
style?: CSSProperties | undefined;
|
|
1688
1688
|
class?: any;
|
|
1689
|
-
} & RecordType> | ComputedRef<
|
|
1689
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1690
1690
|
style?: CSSProperties | undefined;
|
|
1691
1691
|
class?: any;
|
|
1692
1692
|
} & RecordType>>;
|
|
@@ -1708,7 +1708,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1708
1708
|
};
|
|
1709
1709
|
rows: number;
|
|
1710
1710
|
autocomplete: string;
|
|
1711
|
-
type: "" | "number" | "
|
|
1711
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1712
1712
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1713
1713
|
step: string | number;
|
|
1714
1714
|
format: string | ProgressFn | undefined;
|
|
@@ -1747,12 +1747,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1747
1747
|
fieldInstance?: any;
|
|
1748
1748
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1749
1749
|
prop: string;
|
|
1750
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1750
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1751
1751
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1752
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1752
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1753
1753
|
style?: CSSProperties | undefined;
|
|
1754
1754
|
class?: any;
|
|
1755
|
-
} & RecordType> | ComputedRef<
|
|
1755
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1756
1756
|
style?: CSSProperties | undefined;
|
|
1757
1757
|
class?: any;
|
|
1758
1758
|
} & RecordType>>;
|
|
@@ -1775,14 +1775,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1775
1775
|
clearable: boolean;
|
|
1776
1776
|
index: number;
|
|
1777
1777
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1778
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1778
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1779
1779
|
readonly label: string | ComputedRef<string>;
|
|
1780
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1780
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1781
1781
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1782
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1782
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1783
1783
|
style?: CSSProperties | undefined;
|
|
1784
1784
|
class?: any;
|
|
1785
|
-
} & RecordType> | ComputedRef<
|
|
1785
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1786
1786
|
style?: CSSProperties | undefined;
|
|
1787
1787
|
class?: any;
|
|
1788
1788
|
} & RecordType>>;
|
|
@@ -1804,7 +1804,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1804
1804
|
};
|
|
1805
1805
|
rows: number;
|
|
1806
1806
|
autocomplete: string;
|
|
1807
|
-
type: "" | "number" | "
|
|
1807
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1808
1808
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1809
1809
|
step: string | number;
|
|
1810
1810
|
format: string | ProgressFn | undefined;
|
|
@@ -1843,12 +1843,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1843
1843
|
fieldInstance?: any;
|
|
1844
1844
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1845
1845
|
prop: string;
|
|
1846
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1846
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1847
1847
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1848
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1848
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1849
1849
|
style?: CSSProperties | undefined;
|
|
1850
1850
|
class?: any;
|
|
1851
|
-
} & RecordType> | ComputedRef<
|
|
1851
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1852
1852
|
style?: CSSProperties | undefined;
|
|
1853
1853
|
class?: any;
|
|
1854
1854
|
} & RecordType>>;
|
|
@@ -1894,9 +1894,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1894
1894
|
reset: (values: FieldValues) => void;
|
|
1895
1895
|
collapse: (isShowUnfold: boolean) => void;
|
|
1896
1896
|
}, string, {
|
|
1897
|
-
columns: PlusColumn[];
|
|
1898
1897
|
modelValue: FieldValues;
|
|
1899
|
-
|
|
1898
|
+
columns: PlusColumn[];
|
|
1899
|
+
labelPosition: "top" | "right" | "left";
|
|
1900
1900
|
inline: boolean;
|
|
1901
1901
|
showNumber: number;
|
|
1902
1902
|
defaultValues: FieldValues;
|
|
@@ -1939,16 +1939,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1939
1939
|
$nextTick: typeof nextTick;
|
|
1940
1940
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1941
1941
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1942
|
-
columns: {
|
|
1943
|
-
type: PropType<PlusColumn[]>;
|
|
1944
|
-
default: () => never[];
|
|
1945
|
-
};
|
|
1946
1942
|
modelValue: {
|
|
1947
1943
|
type: PropType<FieldValues>;
|
|
1948
1944
|
default: () => {};
|
|
1949
1945
|
};
|
|
1946
|
+
columns: {
|
|
1947
|
+
type: PropType<PlusColumn[]>;
|
|
1948
|
+
default: () => never[];
|
|
1949
|
+
};
|
|
1950
1950
|
labelPosition: {
|
|
1951
|
-
type: PropType<"top" | "
|
|
1951
|
+
type: PropType<"top" | "right" | "left">;
|
|
1952
1952
|
default: undefined;
|
|
1953
1953
|
};
|
|
1954
1954
|
inline: {
|
|
@@ -2026,9 +2026,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2026
2026
|
default: boolean;
|
|
2027
2027
|
};
|
|
2028
2028
|
}>> & {
|
|
2029
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2029
2030
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2030
2031
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2031
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2032
2032
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2033
2033
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2034
2034
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2036,13 +2036,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2036
2036
|
$: ComponentInternalInstance;
|
|
2037
2037
|
$data: {};
|
|
2038
2038
|
$props: Partial<{
|
|
2039
|
+
modelValue: FieldValues;
|
|
2039
2040
|
collapseDuration: number;
|
|
2040
2041
|
collapseTransition: boolean;
|
|
2041
2042
|
columns: PlusColumn[];
|
|
2042
2043
|
group: false | PlusFormGroupRow[];
|
|
2043
|
-
modelValue: FieldValues;
|
|
2044
2044
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2045
|
-
labelPosition: "top" | "
|
|
2045
|
+
labelPosition: "top" | "right" | "left";
|
|
2046
2046
|
labelWidth: string | number;
|
|
2047
2047
|
labelSuffix: string;
|
|
2048
2048
|
hasLabel: boolean;
|
|
@@ -2061,7 +2061,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2061
2061
|
submitText: string;
|
|
2062
2062
|
resetText: string;
|
|
2063
2063
|
submitLoading: boolean;
|
|
2064
|
-
footerAlign: "
|
|
2064
|
+
footerAlign: "center" | "right" | "left";
|
|
2065
2065
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2066
2066
|
style?: CSSProperties | undefined;
|
|
2067
2067
|
class?: any;
|
|
@@ -2069,11 +2069,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2069
2069
|
prevent: boolean;
|
|
2070
2070
|
clearable: boolean;
|
|
2071
2071
|
}> & Omit<{
|
|
2072
|
+
readonly modelValue: FieldValues;
|
|
2072
2073
|
readonly columns: PlusColumn[];
|
|
2073
2074
|
readonly group: false | PlusFormGroupRow[];
|
|
2074
|
-
readonly modelValue: FieldValues;
|
|
2075
2075
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2076
|
-
readonly labelPosition: "top" | "
|
|
2076
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
2077
2077
|
readonly labelWidth: string | number;
|
|
2078
2078
|
readonly labelSuffix: string;
|
|
2079
2079
|
readonly hasLabel: boolean;
|
|
@@ -2092,7 +2092,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2092
2092
|
readonly submitText: string;
|
|
2093
2093
|
readonly resetText: string;
|
|
2094
2094
|
readonly submitLoading: boolean;
|
|
2095
|
-
readonly footerAlign: "
|
|
2095
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
2096
2096
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2097
2097
|
style?: CSSProperties | undefined;
|
|
2098
2098
|
class?: any;
|
|
@@ -2101,13 +2101,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2101
2101
|
readonly clearable: boolean;
|
|
2102
2102
|
readonly collapseDuration?: number | undefined;
|
|
2103
2103
|
readonly collapseTransition?: boolean | undefined;
|
|
2104
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2104
2105
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2105
2106
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2106
2107
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2107
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2108
2108
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2109
2109
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2110
2110
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2111
|
+
modelValue: {
|
|
2112
|
+
type: PropType<FieldValues>;
|
|
2113
|
+
default: () => {};
|
|
2114
|
+
};
|
|
2111
2115
|
collapseDuration: {
|
|
2112
2116
|
type: PropType<number>;
|
|
2113
2117
|
default: undefined;
|
|
@@ -2124,16 +2128,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2124
2128
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2125
2129
|
default: boolean;
|
|
2126
2130
|
};
|
|
2127
|
-
modelValue: {
|
|
2128
|
-
type: PropType<FieldValues>;
|
|
2129
|
-
default: () => {};
|
|
2130
|
-
};
|
|
2131
2131
|
rules: {
|
|
2132
2132
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2133
2133
|
default: () => {};
|
|
2134
2134
|
};
|
|
2135
2135
|
labelPosition: {
|
|
2136
|
-
type: PropType<"top" | "
|
|
2136
|
+
type: PropType<"top" | "right" | "left">;
|
|
2137
2137
|
default: string;
|
|
2138
2138
|
};
|
|
2139
2139
|
labelWidth: {
|
|
@@ -2191,7 +2191,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2191
2191
|
default: boolean;
|
|
2192
2192
|
};
|
|
2193
2193
|
footerAlign: {
|
|
2194
|
-
type: PropType<"
|
|
2194
|
+
type: PropType<"center" | "right" | "left">;
|
|
2195
2195
|
default: string;
|
|
2196
2196
|
};
|
|
2197
2197
|
cardProps: {
|
|
@@ -2210,13 +2210,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2210
2210
|
default: boolean;
|
|
2211
2211
|
};
|
|
2212
2212
|
}>> & {
|
|
2213
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2213
2214
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2214
2215
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2215
2216
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2216
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2217
2217
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2218
2218
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2219
|
-
}, "
|
|
2219
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2220
2220
|
$attrs: {
|
|
2221
2221
|
[x: string]: unknown;
|
|
2222
2222
|
};
|
|
@@ -2228,9 +2228,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2228
2228
|
}>;
|
|
2229
2229
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2230
2230
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2231
|
-
$emit: ((event: "
|
|
2231
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
2232
2232
|
$el: any;
|
|
2233
2233
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2234
|
+
modelValue: {
|
|
2235
|
+
type: PropType<FieldValues>;
|
|
2236
|
+
default: () => {};
|
|
2237
|
+
};
|
|
2234
2238
|
collapseDuration: {
|
|
2235
2239
|
type: PropType<number>;
|
|
2236
2240
|
default: undefined;
|
|
@@ -2247,16 +2251,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2247
2251
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2248
2252
|
default: boolean;
|
|
2249
2253
|
};
|
|
2250
|
-
modelValue: {
|
|
2251
|
-
type: PropType<FieldValues>;
|
|
2252
|
-
default: () => {};
|
|
2253
|
-
};
|
|
2254
2254
|
rules: {
|
|
2255
2255
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2256
2256
|
default: () => {};
|
|
2257
2257
|
};
|
|
2258
2258
|
labelPosition: {
|
|
2259
|
-
type: PropType<"top" | "
|
|
2259
|
+
type: PropType<"top" | "right" | "left">;
|
|
2260
2260
|
default: string;
|
|
2261
2261
|
};
|
|
2262
2262
|
labelWidth: {
|
|
@@ -2314,7 +2314,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2314
2314
|
default: boolean;
|
|
2315
2315
|
};
|
|
2316
2316
|
footerAlign: {
|
|
2317
|
-
type: PropType<"
|
|
2317
|
+
type: PropType<"center" | "right" | "left">;
|
|
2318
2318
|
default: string;
|
|
2319
2319
|
};
|
|
2320
2320
|
cardProps: {
|
|
@@ -2333,10 +2333,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2333
2333
|
default: boolean;
|
|
2334
2334
|
};
|
|
2335
2335
|
}>> & {
|
|
2336
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2336
2337
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2337
2338
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2338
2339
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2339
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2340
2340
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2341
2341
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2342
2342
|
}, {
|
|
@@ -2348,8 +2348,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2348
2348
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2349
2349
|
__epPropKey: true;
|
|
2350
2350
|
};
|
|
2351
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2352
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2351
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2352
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2353
2353
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2354
2354
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2355
2355
|
readonly inline: BooleanConstructor;
|
|
@@ -2366,7 +2366,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2366
2366
|
__epPropKey: true;
|
|
2367
2367
|
};
|
|
2368
2368
|
readonly size: {
|
|
2369
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2369
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2370
2370
|
readonly required: false;
|
|
2371
2371
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2372
2372
|
__epPropKey: true;
|
|
@@ -2384,8 +2384,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2384
2384
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2385
2385
|
__epPropKey: true;
|
|
2386
2386
|
};
|
|
2387
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2388
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2387
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2388
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2389
2389
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2390
2390
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2391
2391
|
readonly inline: BooleanConstructor;
|
|
@@ -2402,7 +2402,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2402
2402
|
__epPropKey: true;
|
|
2403
2403
|
};
|
|
2404
2404
|
readonly size: {
|
|
2405
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2405
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2406
2406
|
readonly required: false;
|
|
2407
2407
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2408
2408
|
__epPropKey: true;
|
|
@@ -2413,7 +2413,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2413
2413
|
}>>;
|
|
2414
2414
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2415
2415
|
fields: FormItemContext[];
|
|
2416
|
-
formSize: ComputedRef<"" | "
|
|
2416
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2417
2417
|
ns: {
|
|
2418
2418
|
namespace: ComputedRef<string>;
|
|
2419
2419
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2438,7 +2438,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2438
2438
|
cssVarBlockName: (name: string) => string;
|
|
2439
2439
|
};
|
|
2440
2440
|
formClasses: ComputedRef<(string | {
|
|
2441
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2441
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2442
2442
|
})[]>;
|
|
2443
2443
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2444
2444
|
addField: (field: FormItemContext) => void;
|
|
@@ -2461,8 +2461,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2461
2461
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2462
2462
|
__epPropKey: true;
|
|
2463
2463
|
};
|
|
2464
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2465
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2464
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2465
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2466
2466
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2467
2467
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2468
2468
|
readonly inline: BooleanConstructor;
|
|
@@ -2479,7 +2479,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2479
2479
|
__epPropKey: true;
|
|
2480
2480
|
};
|
|
2481
2481
|
readonly size: {
|
|
2482
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2482
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2483
2483
|
readonly required: false;
|
|
2484
2484
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2485
2485
|
__epPropKey: true;
|
|
@@ -2489,8 +2489,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2489
2489
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2490
2490
|
}, {
|
|
2491
2491
|
readonly disabled: boolean;
|
|
2492
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2493
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2492
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2493
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2494
2494
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2495
2495
|
readonly labelSuffix: string;
|
|
2496
2496
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2515,8 +2515,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2515
2515
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2516
2516
|
__epPropKey: true;
|
|
2517
2517
|
};
|
|
2518
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2519
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2518
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2519
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2520
2520
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2521
2521
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2522
2522
|
readonly inline: BooleanConstructor;
|
|
@@ -2533,7 +2533,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2533
2533
|
__epPropKey: true;
|
|
2534
2534
|
};
|
|
2535
2535
|
readonly size: {
|
|
2536
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2536
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2537
2537
|
readonly required: false;
|
|
2538
2538
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2539
2539
|
__epPropKey: true;
|
|
@@ -2551,8 +2551,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2551
2551
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2552
2552
|
__epPropKey: true;
|
|
2553
2553
|
};
|
|
2554
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2555
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2554
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2555
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2556
2556
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2557
2557
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2558
2558
|
readonly inline: BooleanConstructor;
|
|
@@ -2569,7 +2569,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2569
2569
|
__epPropKey: true;
|
|
2570
2570
|
};
|
|
2571
2571
|
readonly size: {
|
|
2572
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2572
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2573
2573
|
readonly required: false;
|
|
2574
2574
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2575
2575
|
__epPropKey: true;
|
|
@@ -2580,7 +2580,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2580
2580
|
}>>;
|
|
2581
2581
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2582
2582
|
fields: FormItemContext[];
|
|
2583
|
-
formSize: ComputedRef<"" | "
|
|
2583
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2584
2584
|
ns: {
|
|
2585
2585
|
namespace: ComputedRef<string>;
|
|
2586
2586
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2605,7 +2605,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2605
2605
|
cssVarBlockName: (name: string) => string;
|
|
2606
2606
|
};
|
|
2607
2607
|
formClasses: ComputedRef<(string | {
|
|
2608
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2608
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2609
2609
|
})[]>;
|
|
2610
2610
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2611
2611
|
addField: (field: FormItemContext) => void;
|
|
@@ -2620,8 +2620,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2620
2620
|
scrollToField: (prop: FormItemProp) => void;
|
|
2621
2621
|
}, {}, {}, {}, {
|
|
2622
2622
|
readonly disabled: boolean;
|
|
2623
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2624
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2623
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2624
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2625
2625
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2626
2626
|
readonly labelSuffix: string;
|
|
2627
2627
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2642,13 +2642,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2642
2642
|
submitError: (errors: unknown) => void;
|
|
2643
2643
|
validate: (...args: any[]) => void;
|
|
2644
2644
|
}, string, {
|
|
2645
|
+
modelValue: FieldValues;
|
|
2645
2646
|
collapseDuration: number;
|
|
2646
2647
|
collapseTransition: boolean;
|
|
2647
2648
|
columns: PlusColumn[];
|
|
2648
2649
|
group: false | PlusFormGroupRow[];
|
|
2649
|
-
modelValue: FieldValues;
|
|
2650
2650
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2651
|
-
labelPosition: "top" | "
|
|
2651
|
+
labelPosition: "top" | "right" | "left";
|
|
2652
2652
|
labelWidth: string | number;
|
|
2653
2653
|
labelSuffix: string;
|
|
2654
2654
|
hasLabel: boolean;
|
|
@@ -2667,7 +2667,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2667
2667
|
submitText: string;
|
|
2668
2668
|
resetText: string;
|
|
2669
2669
|
submitLoading: boolean;
|
|
2670
|
-
footerAlign: "
|
|
2670
|
+
footerAlign: "center" | "right" | "left";
|
|
2671
2671
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2672
2672
|
style?: CSSProperties | undefined;
|
|
2673
2673
|
class?: any;
|
|
@@ -2695,6 +2695,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2695
2695
|
$nextTick: typeof nextTick;
|
|
2696
2696
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2697
2697
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2698
|
+
modelValue: {
|
|
2699
|
+
type: PropType<FieldValues>;
|
|
2700
|
+
default: () => {};
|
|
2701
|
+
};
|
|
2698
2702
|
collapseDuration: {
|
|
2699
2703
|
type: PropType<number>;
|
|
2700
2704
|
default: undefined;
|
|
@@ -2711,16 +2715,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2711
2715
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2712
2716
|
default: boolean;
|
|
2713
2717
|
};
|
|
2714
|
-
modelValue: {
|
|
2715
|
-
type: PropType<FieldValues>;
|
|
2716
|
-
default: () => {};
|
|
2717
|
-
};
|
|
2718
2718
|
rules: {
|
|
2719
2719
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2720
2720
|
default: () => {};
|
|
2721
2721
|
};
|
|
2722
2722
|
labelPosition: {
|
|
2723
|
-
type: PropType<"top" | "
|
|
2723
|
+
type: PropType<"top" | "right" | "left">;
|
|
2724
2724
|
default: string;
|
|
2725
2725
|
};
|
|
2726
2726
|
labelWidth: {
|
|
@@ -2778,7 +2778,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2778
2778
|
default: boolean;
|
|
2779
2779
|
};
|
|
2780
2780
|
footerAlign: {
|
|
2781
|
-
type: PropType<"
|
|
2781
|
+
type: PropType<"center" | "right" | "left">;
|
|
2782
2782
|
default: string;
|
|
2783
2783
|
};
|
|
2784
2784
|
cardProps: {
|
|
@@ -2797,10 +2797,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2797
2797
|
default: boolean;
|
|
2798
2798
|
};
|
|
2799
2799
|
}>> & {
|
|
2800
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2800
2801
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2801
2802
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2802
2803
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2803
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2804
2804
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2805
2805
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2806
2806
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2812,8 +2812,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2812
2812
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2813
2813
|
__epPropKey: true;
|
|
2814
2814
|
};
|
|
2815
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2816
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2815
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2816
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2817
2817
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2818
2818
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2819
2819
|
readonly inline: BooleanConstructor;
|
|
@@ -2830,7 +2830,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2830
2830
|
__epPropKey: true;
|
|
2831
2831
|
};
|
|
2832
2832
|
readonly size: {
|
|
2833
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2833
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2834
2834
|
readonly required: false;
|
|
2835
2835
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2836
2836
|
__epPropKey: true;
|
|
@@ -2848,8 +2848,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2848
2848
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2849
2849
|
__epPropKey: true;
|
|
2850
2850
|
};
|
|
2851
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2852
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2851
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2852
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2853
2853
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2854
2854
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2855
2855
|
readonly inline: BooleanConstructor;
|
|
@@ -2866,7 +2866,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2866
2866
|
__epPropKey: true;
|
|
2867
2867
|
};
|
|
2868
2868
|
readonly size: {
|
|
2869
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2869
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2870
2870
|
readonly required: false;
|
|
2871
2871
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2872
2872
|
__epPropKey: true;
|
|
@@ -2877,7 +2877,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2877
2877
|
}>>;
|
|
2878
2878
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2879
2879
|
fields: FormItemContext[];
|
|
2880
|
-
formSize: ComputedRef<"" | "
|
|
2880
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2881
2881
|
ns: {
|
|
2882
2882
|
namespace: ComputedRef<string>;
|
|
2883
2883
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2902,7 +2902,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2902
2902
|
cssVarBlockName: (name: string) => string;
|
|
2903
2903
|
};
|
|
2904
2904
|
formClasses: ComputedRef<(string | {
|
|
2905
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2905
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2906
2906
|
})[]>;
|
|
2907
2907
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2908
2908
|
addField: (field: FormItemContext) => void;
|
|
@@ -2925,8 +2925,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2925
2925
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2926
2926
|
__epPropKey: true;
|
|
2927
2927
|
};
|
|
2928
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2929
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2928
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2929
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2930
2930
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2931
2931
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2932
2932
|
readonly inline: BooleanConstructor;
|
|
@@ -2943,7 +2943,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2943
2943
|
__epPropKey: true;
|
|
2944
2944
|
};
|
|
2945
2945
|
readonly size: {
|
|
2946
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2946
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2947
2947
|
readonly required: false;
|
|
2948
2948
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2949
2949
|
__epPropKey: true;
|
|
@@ -2953,8 +2953,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2953
2953
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2954
2954
|
}, {
|
|
2955
2955
|
readonly disabled: boolean;
|
|
2956
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2957
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2956
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2957
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2958
2958
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2959
2959
|
readonly labelSuffix: string;
|
|
2960
2960
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2979,8 +2979,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2979
2979
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2980
2980
|
__epPropKey: true;
|
|
2981
2981
|
};
|
|
2982
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2983
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2982
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2983
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2984
2984
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2985
2985
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2986
2986
|
readonly inline: BooleanConstructor;
|
|
@@ -2997,7 +2997,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2997
2997
|
__epPropKey: true;
|
|
2998
2998
|
};
|
|
2999
2999
|
readonly size: {
|
|
3000
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3000
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3001
3001
|
readonly required: false;
|
|
3002
3002
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3003
3003
|
__epPropKey: true;
|
|
@@ -3015,8 +3015,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3015
3015
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3016
3016
|
__epPropKey: true;
|
|
3017
3017
|
};
|
|
3018
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3019
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3018
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3019
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3020
3020
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3021
3021
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3022
3022
|
readonly inline: BooleanConstructor;
|
|
@@ -3033,7 +3033,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3033
3033
|
__epPropKey: true;
|
|
3034
3034
|
};
|
|
3035
3035
|
readonly size: {
|
|
3036
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3036
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3037
3037
|
readonly required: false;
|
|
3038
3038
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3039
3039
|
__epPropKey: true;
|
|
@@ -3044,7 +3044,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3044
3044
|
}>>;
|
|
3045
3045
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3046
3046
|
fields: FormItemContext[];
|
|
3047
|
-
formSize: ComputedRef<"" | "
|
|
3047
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3048
3048
|
ns: {
|
|
3049
3049
|
namespace: ComputedRef<string>;
|
|
3050
3050
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3069,7 +3069,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3069
3069
|
cssVarBlockName: (name: string) => string;
|
|
3070
3070
|
};
|
|
3071
3071
|
formClasses: ComputedRef<(string | {
|
|
3072
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3072
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3073
3073
|
})[]>;
|
|
3074
3074
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3075
3075
|
addField: (field: FormItemContext) => void;
|
|
@@ -3084,8 +3084,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3084
3084
|
scrollToField: (prop: FormItemProp) => void;
|
|
3085
3085
|
}, {}, {}, {}, {
|
|
3086
3086
|
readonly disabled: boolean;
|
|
3087
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3088
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3087
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3088
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
3089
3089
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3090
3090
|
readonly labelSuffix: string;
|
|
3091
3091
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3111,14 +3111,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3111
3111
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3112
3112
|
columns?: PlusColumn[] | undefined;
|
|
3113
3113
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3114
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3114
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3115
3115
|
readonly label: string | ComputedRef<string>;
|
|
3116
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
3116
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3117
3117
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3118
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3118
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3119
3119
|
style?: CSSProperties | undefined;
|
|
3120
3120
|
class?: any;
|
|
3121
|
-
} & RecordType> | ComputedRef<
|
|
3121
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3122
3122
|
style?: CSSProperties | undefined;
|
|
3123
3123
|
class?: any;
|
|
3124
3124
|
} & RecordType>>;
|
|
@@ -3140,7 +3140,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3140
3140
|
};
|
|
3141
3141
|
rows: number;
|
|
3142
3142
|
autocomplete: string;
|
|
3143
|
-
type: "" | "number" | "
|
|
3143
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3144
3144
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3145
3145
|
step: string | number;
|
|
3146
3146
|
format: string | ProgressFn | undefined;
|
|
@@ -3179,12 +3179,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3179
3179
|
fieldInstance?: any;
|
|
3180
3180
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3181
3181
|
prop: string;
|
|
3182
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
3182
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3183
3183
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3184
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3184
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3185
3185
|
style?: CSSProperties | undefined;
|
|
3186
3186
|
class?: any;
|
|
3187
|
-
} & RecordType> | ComputedRef<
|
|
3187
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3188
3188
|
style?: CSSProperties | undefined;
|
|
3189
3189
|
class?: any;
|
|
3190
3190
|
} & RecordType>>;
|
|
@@ -3207,14 +3207,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3207
3207
|
clearable: boolean;
|
|
3208
3208
|
index: number;
|
|
3209
3209
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3210
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3210
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3211
3211
|
readonly label: string | ComputedRef<string>;
|
|
3212
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
3212
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3213
3213
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3214
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3215
|
style?: CSSProperties | undefined;
|
|
3216
3216
|
class?: any;
|
|
3217
|
-
} & RecordType> | ComputedRef<
|
|
3217
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3218
3218
|
style?: CSSProperties | undefined;
|
|
3219
3219
|
class?: any;
|
|
3220
3220
|
} & RecordType>>;
|
|
@@ -3236,7 +3236,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3236
3236
|
};
|
|
3237
3237
|
rows: number;
|
|
3238
3238
|
autocomplete: string;
|
|
3239
|
-
type: "" | "number" | "
|
|
3239
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3240
3240
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3241
3241
|
step: string | number;
|
|
3242
3242
|
format: string | ProgressFn | undefined;
|
|
@@ -3275,12 +3275,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3275
3275
|
fieldInstance?: any;
|
|
3276
3276
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3277
3277
|
prop: string;
|
|
3278
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
3278
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3279
3279
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3280
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3280
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3281
3281
|
style?: CSSProperties | undefined;
|
|
3282
3282
|
class?: any;
|
|
3283
|
-
} & RecordType> | ComputedRef<
|
|
3283
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3284
3284
|
style?: CSSProperties | undefined;
|
|
3285
3285
|
class?: any;
|
|
3286
3286
|
} & RecordType>>;
|
|
@@ -3321,14 +3321,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3321
3321
|
handleUnfold: (e: MouseEvent) => void;
|
|
3322
3322
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3323
3323
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3324
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3324
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3325
3325
|
readonly label: string | ComputedRef<string>;
|
|
3326
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
3326
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3327
3327
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3328
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3328
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3329
3329
|
style?: CSSProperties | undefined;
|
|
3330
3330
|
class?: any;
|
|
3331
|
-
} & RecordType> | ComputedRef<
|
|
3331
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3332
3332
|
style?: CSSProperties | undefined;
|
|
3333
3333
|
class?: any;
|
|
3334
3334
|
} & RecordType>>;
|
|
@@ -3350,7 +3350,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3350
3350
|
};
|
|
3351
3351
|
rows: number;
|
|
3352
3352
|
autocomplete: string;
|
|
3353
|
-
type: "" | "number" | "
|
|
3353
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3354
3354
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3355
3355
|
step: string | number;
|
|
3356
3356
|
format: string | ProgressFn | undefined;
|
|
@@ -3389,12 +3389,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3389
3389
|
fieldInstance?: any;
|
|
3390
3390
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3391
3391
|
prop: string;
|
|
3392
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
3392
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3393
3393
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3394
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3394
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3395
3395
|
style?: CSSProperties | undefined;
|
|
3396
3396
|
class?: any;
|
|
3397
|
-
} & RecordType> | ComputedRef<
|
|
3397
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3398
3398
|
style?: CSSProperties | undefined;
|
|
3399
3399
|
class?: any;
|
|
3400
3400
|
} & RecordType>>;
|
|
@@ -3457,7 +3457,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3457
3457
|
color?: string | undefined;
|
|
3458
3458
|
} | undefined;
|
|
3459
3459
|
}>>;
|
|
3460
|
-
defaultSize: "" | "
|
|
3460
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
3461
3461
|
tableData: RecordType[];
|
|
3462
3462
|
pagination: false | Partial< PlusPaginationProps>;
|
|
3463
3463
|
hasIndexColumn: boolean;
|
|
@@ -3506,7 +3506,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3506
3506
|
color?: string | undefined;
|
|
3507
3507
|
} | undefined;
|
|
3508
3508
|
}>>;
|
|
3509
|
-
readonly defaultSize: "" | "
|
|
3509
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
3510
3510
|
readonly tableData: RecordType[];
|
|
3511
3511
|
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
3512
3512
|
readonly hasIndexColumn: boolean;
|
|
@@ -3604,7 +3604,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3604
3604
|
default: boolean;
|
|
3605
3605
|
};
|
|
3606
3606
|
defaultSize: {
|
|
3607
|
-
type: PropType<"" | "
|
|
3607
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3608
3608
|
default: string;
|
|
3609
3609
|
};
|
|
3610
3610
|
tableData: {
|
|
@@ -3766,7 +3766,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3766
3766
|
default: boolean;
|
|
3767
3767
|
};
|
|
3768
3768
|
defaultSize: {
|
|
3769
|
-
type: PropType<"" | "
|
|
3769
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3770
3770
|
default: string;
|
|
3771
3771
|
};
|
|
3772
3772
|
tableData: {
|
|
@@ -3858,14 +3858,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3858
3858
|
default: () => never[];
|
|
3859
3859
|
};
|
|
3860
3860
|
size: {
|
|
3861
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3861
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
3862
3862
|
readonly required: false;
|
|
3863
3863
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3864
3864
|
__epPropKey: true;
|
|
3865
3865
|
};
|
|
3866
|
-
width: (
|
|
3867
|
-
height: (
|
|
3868
|
-
maxHeight: (
|
|
3866
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
3867
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
3868
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
3869
3869
|
fit: {
|
|
3870
3870
|
type: BooleanConstructor;
|
|
3871
3871
|
default: boolean;
|
|
@@ -3889,13 +3889,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3889
3889
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3890
3890
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3891
3891
|
highlightCurrentRow: BooleanConstructor;
|
|
3892
|
-
currentRowKey: (
|
|
3892
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
3893
3893
|
emptyText: StringConstructor;
|
|
3894
3894
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3895
3895
|
defaultExpandAll: BooleanConstructor;
|
|
3896
3896
|
defaultSort: PropType< Sort | undefined>;
|
|
3897
3897
|
tooltipEffect: StringConstructor;
|
|
3898
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3898
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3899
3899
|
spanMethod: PropType<((data: {
|
|
3900
3900
|
row: any;
|
|
3901
3901
|
rowIndex: number;
|
|
@@ -3939,7 +3939,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3939
3939
|
};
|
|
3940
3940
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3941
3941
|
flexible: BooleanConstructor;
|
|
3942
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3942
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3943
3943
|
}>> & {
|
|
3944
3944
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3945
3945
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3983,7 +3983,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3983
3983
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
3984
3984
|
handleMouseLeave: () => void;
|
|
3985
3985
|
tableId: string;
|
|
3986
|
-
tableSize: ComputedRef<"" | "
|
|
3986
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3987
3987
|
isHidden: Ref<boolean>;
|
|
3988
3988
|
isEmpty: ComputedRef<boolean>;
|
|
3989
3989
|
renderExpanded: Ref<null>;
|
|
@@ -4054,14 +4054,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4054
4054
|
default: () => never[];
|
|
4055
4055
|
};
|
|
4056
4056
|
size: {
|
|
4057
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4057
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4058
4058
|
readonly required: false;
|
|
4059
4059
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4060
4060
|
__epPropKey: true;
|
|
4061
4061
|
};
|
|
4062
|
-
width: (
|
|
4063
|
-
height: (
|
|
4064
|
-
maxHeight: (
|
|
4062
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4063
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4064
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4065
4065
|
fit: {
|
|
4066
4066
|
type: BooleanConstructor;
|
|
4067
4067
|
default: boolean;
|
|
@@ -4085,13 +4085,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4085
4085
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4086
4086
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4087
4087
|
highlightCurrentRow: BooleanConstructor;
|
|
4088
|
-
currentRowKey: (
|
|
4088
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4089
4089
|
emptyText: StringConstructor;
|
|
4090
4090
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4091
4091
|
defaultExpandAll: BooleanConstructor;
|
|
4092
4092
|
defaultSort: PropType< Sort | undefined>;
|
|
4093
4093
|
tooltipEffect: StringConstructor;
|
|
4094
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4094
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4095
4095
|
spanMethod: PropType<((data: {
|
|
4096
4096
|
row: any;
|
|
4097
4097
|
rowIndex: number;
|
|
@@ -4135,7 +4135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4135
4135
|
};
|
|
4136
4136
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4137
4137
|
flexible: BooleanConstructor;
|
|
4138
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4138
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4139
4139
|
}>> & {
|
|
4140
4140
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4141
4141
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4189,14 +4189,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4189
4189
|
default: () => never[];
|
|
4190
4190
|
};
|
|
4191
4191
|
size: {
|
|
4192
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4192
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4193
4193
|
readonly required: false;
|
|
4194
4194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4195
4195
|
__epPropKey: true;
|
|
4196
4196
|
};
|
|
4197
|
-
width: (
|
|
4198
|
-
height: (
|
|
4199
|
-
maxHeight: (
|
|
4197
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4198
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4199
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4200
4200
|
fit: {
|
|
4201
4201
|
type: BooleanConstructor;
|
|
4202
4202
|
default: boolean;
|
|
@@ -4220,13 +4220,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4220
4220
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4221
4221
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4222
4222
|
highlightCurrentRow: BooleanConstructor;
|
|
4223
|
-
currentRowKey: (
|
|
4223
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4224
4224
|
emptyText: StringConstructor;
|
|
4225
4225
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4226
4226
|
defaultExpandAll: BooleanConstructor;
|
|
4227
4227
|
defaultSort: PropType< Sort | undefined>;
|
|
4228
4228
|
tooltipEffect: StringConstructor;
|
|
4229
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4229
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4230
4230
|
spanMethod: PropType<((data: {
|
|
4231
4231
|
row: any;
|
|
4232
4232
|
rowIndex: number;
|
|
@@ -4270,7 +4270,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4270
4270
|
};
|
|
4271
4271
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4272
4272
|
flexible: BooleanConstructor;
|
|
4273
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4273
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4274
4274
|
}>> & {
|
|
4275
4275
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4276
4276
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4314,7 +4314,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4314
4314
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
4315
4315
|
handleMouseLeave: () => void;
|
|
4316
4316
|
tableId: string;
|
|
4317
|
-
tableSize: ComputedRef<"" | "
|
|
4317
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
4318
4318
|
isHidden: Ref<boolean>;
|
|
4319
4319
|
isEmpty: ComputedRef<boolean>;
|
|
4320
4320
|
renderExpanded: Ref<null>;
|
|
@@ -4441,7 +4441,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4441
4441
|
color?: string | undefined;
|
|
4442
4442
|
} | undefined;
|
|
4443
4443
|
}>>;
|
|
4444
|
-
defaultSize: "" | "
|
|
4444
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
4445
4445
|
tableData: RecordType[];
|
|
4446
4446
|
pagination: false | Partial< PlusPaginationProps>;
|
|
4447
4447
|
hasIndexColumn: boolean;
|
|
@@ -4546,7 +4546,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4546
4546
|
default: boolean;
|
|
4547
4547
|
};
|
|
4548
4548
|
defaultSize: {
|
|
4549
|
-
type: PropType<"" | "
|
|
4549
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
4550
4550
|
default: string;
|
|
4551
4551
|
};
|
|
4552
4552
|
tableData: {
|
|
@@ -4638,14 +4638,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4638
4638
|
default: () => never[];
|
|
4639
4639
|
};
|
|
4640
4640
|
size: {
|
|
4641
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4641
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4642
4642
|
readonly required: false;
|
|
4643
4643
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4644
4644
|
__epPropKey: true;
|
|
4645
4645
|
};
|
|
4646
|
-
width: (
|
|
4647
|
-
height: (
|
|
4648
|
-
maxHeight: (
|
|
4646
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4647
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4648
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4649
4649
|
fit: {
|
|
4650
4650
|
type: BooleanConstructor;
|
|
4651
4651
|
default: boolean;
|
|
@@ -4669,13 +4669,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4669
4669
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4670
4670
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4671
4671
|
highlightCurrentRow: BooleanConstructor;
|
|
4672
|
-
currentRowKey: (
|
|
4672
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4673
4673
|
emptyText: StringConstructor;
|
|
4674
4674
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4675
4675
|
defaultExpandAll: BooleanConstructor;
|
|
4676
4676
|
defaultSort: PropType< Sort | undefined>;
|
|
4677
4677
|
tooltipEffect: StringConstructor;
|
|
4678
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4678
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4679
4679
|
spanMethod: PropType<((data: {
|
|
4680
4680
|
row: any;
|
|
4681
4681
|
rowIndex: number;
|
|
@@ -4719,7 +4719,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4719
|
};
|
|
4720
4720
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4721
4721
|
flexible: BooleanConstructor;
|
|
4722
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4722
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4723
4723
|
}>> & {
|
|
4724
4724
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4725
4725
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4763,7 +4763,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4763
4763
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
4764
4764
|
handleMouseLeave: () => void;
|
|
4765
4765
|
tableId: string;
|
|
4766
|
-
tableSize: ComputedRef<"" | "
|
|
4766
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
4767
4767
|
isHidden: Ref<boolean>;
|
|
4768
4768
|
isEmpty: ComputedRef<boolean>;
|
|
4769
4769
|
renderExpanded: Ref<null>;
|
|
@@ -4834,14 +4834,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4834
4834
|
default: () => never[];
|
|
4835
4835
|
};
|
|
4836
4836
|
size: {
|
|
4837
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4837
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4838
4838
|
readonly required: false;
|
|
4839
4839
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4840
4840
|
__epPropKey: true;
|
|
4841
4841
|
};
|
|
4842
|
-
width: (
|
|
4843
|
-
height: (
|
|
4844
|
-
maxHeight: (
|
|
4842
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4843
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4844
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4845
4845
|
fit: {
|
|
4846
4846
|
type: BooleanConstructor;
|
|
4847
4847
|
default: boolean;
|
|
@@ -4865,13 +4865,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4865
4865
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4866
4866
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4867
4867
|
highlightCurrentRow: BooleanConstructor;
|
|
4868
|
-
currentRowKey: (
|
|
4868
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4869
4869
|
emptyText: StringConstructor;
|
|
4870
4870
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4871
4871
|
defaultExpandAll: BooleanConstructor;
|
|
4872
4872
|
defaultSort: PropType< Sort | undefined>;
|
|
4873
4873
|
tooltipEffect: StringConstructor;
|
|
4874
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4874
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4875
|
spanMethod: PropType<((data: {
|
|
4876
4876
|
row: any;
|
|
4877
4877
|
rowIndex: number;
|
|
@@ -4915,7 +4915,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4915
|
};
|
|
4916
4916
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4917
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4918
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4919
|
}>> & {
|
|
4920
4920
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4921
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4969,14 +4969,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4969
4969
|
default: () => never[];
|
|
4970
4970
|
};
|
|
4971
4971
|
size: {
|
|
4972
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4972
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4973
4973
|
readonly required: false;
|
|
4974
4974
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4975
4975
|
__epPropKey: true;
|
|
4976
4976
|
};
|
|
4977
|
-
width: (
|
|
4978
|
-
height: (
|
|
4979
|
-
maxHeight: (
|
|
4977
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4978
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4979
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4980
4980
|
fit: {
|
|
4981
4981
|
type: BooleanConstructor;
|
|
4982
4982
|
default: boolean;
|
|
@@ -5000,13 +5000,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5000
5000
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5001
5001
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5002
5002
|
highlightCurrentRow: BooleanConstructor;
|
|
5003
|
-
currentRowKey: (
|
|
5003
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5004
5004
|
emptyText: StringConstructor;
|
|
5005
5005
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5006
5006
|
defaultExpandAll: BooleanConstructor;
|
|
5007
5007
|
defaultSort: PropType< Sort | undefined>;
|
|
5008
5008
|
tooltipEffect: StringConstructor;
|
|
5009
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5009
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5010
5010
|
spanMethod: PropType<((data: {
|
|
5011
5011
|
row: any;
|
|
5012
5012
|
rowIndex: number;
|
|
@@ -5050,7 +5050,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5050
5050
|
};
|
|
5051
5051
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5052
5052
|
flexible: BooleanConstructor;
|
|
5053
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5053
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5054
5054
|
}>> & {
|
|
5055
5055
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5056
5056
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5094,7 +5094,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5094
5094
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
5095
5095
|
handleMouseLeave: () => void;
|
|
5096
5096
|
tableId: string;
|
|
5097
|
-
tableSize: ComputedRef<"" | "
|
|
5097
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
5098
5098
|
isHidden: Ref<boolean>;
|
|
5099
5099
|
isEmpty: ComputedRef<boolean>;
|
|
5100
5100
|
renderExpanded: Ref<null>;
|
|
@@ -5232,7 +5232,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5232
5232
|
columns: PlusColumn[];
|
|
5233
5233
|
immediate: boolean;
|
|
5234
5234
|
params: RecordType;
|
|
5235
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5235
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
5236
5236
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5237
5237
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
5238
5238
|
isCard: boolean;
|
|
@@ -5308,7 +5308,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5308
5308
|
required: true;
|
|
5309
5309
|
};
|
|
5310
5310
|
pagination: {
|
|
5311
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5311
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
5312
5312
|
default: () => {};
|
|
5313
5313
|
};
|
|
5314
5314
|
postData: {
|
|
@@ -5377,9 +5377,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5377
5377
|
$: ComponentInternalInstance;
|
|
5378
5378
|
$data: {};
|
|
5379
5379
|
$props: Partial<{
|
|
5380
|
-
columns: PlusColumn[];
|
|
5381
5380
|
modelValue: FieldValues;
|
|
5382
|
-
|
|
5381
|
+
columns: PlusColumn[];
|
|
5382
|
+
labelPosition: "top" | "right" | "left";
|
|
5383
5383
|
inline: boolean;
|
|
5384
5384
|
showNumber: number;
|
|
5385
5385
|
defaultValues: FieldValues;
|
|
@@ -5402,8 +5402,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5402
5402
|
searchLoading: boolean;
|
|
5403
5403
|
needValidate: boolean;
|
|
5404
5404
|
}> & Omit<{
|
|
5405
|
-
readonly columns: PlusColumn[];
|
|
5406
5405
|
readonly modelValue: FieldValues;
|
|
5406
|
+
readonly columns: PlusColumn[];
|
|
5407
5407
|
readonly inline: boolean;
|
|
5408
5408
|
readonly showNumber: number;
|
|
5409
5409
|
readonly defaultValues: FieldValues;
|
|
@@ -5425,23 +5425,23 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5425
5425
|
readonly expandText: string;
|
|
5426
5426
|
readonly searchLoading: boolean;
|
|
5427
5427
|
readonly needValidate: boolean;
|
|
5428
|
-
readonly labelPosition?: "top" | "
|
|
5428
|
+
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5429
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5429
5430
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5430
5431
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5431
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5432
5432
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5433
5433
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5434
5434
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5435
|
-
columns: {
|
|
5436
|
-
type: PropType<PlusColumn[]>;
|
|
5437
|
-
default: () => never[];
|
|
5438
|
-
};
|
|
5439
5435
|
modelValue: {
|
|
5440
5436
|
type: PropType<FieldValues>;
|
|
5441
5437
|
default: () => {};
|
|
5442
5438
|
};
|
|
5439
|
+
columns: {
|
|
5440
|
+
type: PropType<PlusColumn[]>;
|
|
5441
|
+
default: () => never[];
|
|
5442
|
+
};
|
|
5443
5443
|
labelPosition: {
|
|
5444
|
-
type: PropType<"top" | "
|
|
5444
|
+
type: PropType<"top" | "right" | "left">;
|
|
5445
5445
|
default: undefined;
|
|
5446
5446
|
};
|
|
5447
5447
|
inline: {
|
|
@@ -5519,12 +5519,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5519
5519
|
default: boolean;
|
|
5520
5520
|
};
|
|
5521
5521
|
}>> & {
|
|
5522
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5522
5523
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5523
5524
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5524
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5525
5525
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5526
5526
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5527
|
-
}, "
|
|
5527
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
5528
5528
|
$attrs: {
|
|
5529
5529
|
[x: string]: unknown;
|
|
5530
5530
|
};
|
|
@@ -5536,19 +5536,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5536
5536
|
}>;
|
|
5537
5537
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5538
5538
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5539
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5539
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5540
5540
|
$el: any;
|
|
5541
5541
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5542
|
-
columns: {
|
|
5543
|
-
type: PropType<PlusColumn[]>;
|
|
5544
|
-
default: () => never[];
|
|
5545
|
-
};
|
|
5546
5542
|
modelValue: {
|
|
5547
5543
|
type: PropType<FieldValues>;
|
|
5548
5544
|
default: () => {};
|
|
5549
5545
|
};
|
|
5546
|
+
columns: {
|
|
5547
|
+
type: PropType<PlusColumn[]>;
|
|
5548
|
+
default: () => never[];
|
|
5549
|
+
};
|
|
5550
5550
|
labelPosition: {
|
|
5551
|
-
type: PropType<"top" | "
|
|
5551
|
+
type: PropType<"top" | "right" | "left">;
|
|
5552
5552
|
default: undefined;
|
|
5553
5553
|
};
|
|
5554
5554
|
inline: {
|
|
@@ -5626,9 +5626,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5626
5626
|
default: boolean;
|
|
5627
5627
|
};
|
|
5628
5628
|
}>> & {
|
|
5629
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5629
5630
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5630
5631
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5631
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5632
5632
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5633
5633
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5634
5634
|
}, {
|
|
@@ -5636,13 +5636,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5636
5636
|
$: ComponentInternalInstance;
|
|
5637
5637
|
$data: {};
|
|
5638
5638
|
$props: Partial<{
|
|
5639
|
+
modelValue: FieldValues;
|
|
5639
5640
|
collapseDuration: number;
|
|
5640
5641
|
collapseTransition: boolean;
|
|
5641
5642
|
columns: PlusColumn[];
|
|
5642
5643
|
group: false | PlusFormGroupRow[];
|
|
5643
|
-
modelValue: FieldValues;
|
|
5644
5644
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5645
|
-
labelPosition: "top" | "
|
|
5645
|
+
labelPosition: "top" | "right" | "left";
|
|
5646
5646
|
labelWidth: string | number;
|
|
5647
5647
|
labelSuffix: string;
|
|
5648
5648
|
hasLabel: boolean;
|
|
@@ -5661,7 +5661,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5661
5661
|
submitText: string;
|
|
5662
5662
|
resetText: string;
|
|
5663
5663
|
submitLoading: boolean;
|
|
5664
|
-
footerAlign: "
|
|
5664
|
+
footerAlign: "center" | "right" | "left";
|
|
5665
5665
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5666
5666
|
style?: CSSProperties | undefined;
|
|
5667
5667
|
class?: any;
|
|
@@ -5669,11 +5669,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5669
5669
|
prevent: boolean;
|
|
5670
5670
|
clearable: boolean;
|
|
5671
5671
|
}> & Omit<{
|
|
5672
|
+
readonly modelValue: FieldValues;
|
|
5672
5673
|
readonly columns: PlusColumn[];
|
|
5673
5674
|
readonly group: false | PlusFormGroupRow[];
|
|
5674
|
-
readonly modelValue: FieldValues;
|
|
5675
5675
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5676
|
-
readonly labelPosition: "top" | "
|
|
5676
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
5677
5677
|
readonly labelWidth: string | number;
|
|
5678
5678
|
readonly labelSuffix: string;
|
|
5679
5679
|
readonly hasLabel: boolean;
|
|
@@ -5692,7 +5692,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5692
5692
|
readonly submitText: string;
|
|
5693
5693
|
readonly resetText: string;
|
|
5694
5694
|
readonly submitLoading: boolean;
|
|
5695
|
-
readonly footerAlign: "
|
|
5695
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
5696
5696
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5697
5697
|
style?: CSSProperties | undefined;
|
|
5698
5698
|
class?: any;
|
|
@@ -5701,13 +5701,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5701
5701
|
readonly clearable: boolean;
|
|
5702
5702
|
readonly collapseDuration?: number | undefined;
|
|
5703
5703
|
readonly collapseTransition?: boolean | undefined;
|
|
5704
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5704
5705
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5705
5706
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5706
5707
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5707
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5708
5708
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5709
5709
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5710
5710
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5711
|
+
modelValue: {
|
|
5712
|
+
type: PropType<FieldValues>;
|
|
5713
|
+
default: () => {};
|
|
5714
|
+
};
|
|
5711
5715
|
collapseDuration: {
|
|
5712
5716
|
type: PropType<number>;
|
|
5713
5717
|
default: undefined;
|
|
@@ -5724,16 +5728,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5724
5728
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5725
5729
|
default: boolean;
|
|
5726
5730
|
};
|
|
5727
|
-
modelValue: {
|
|
5728
|
-
type: PropType<FieldValues>;
|
|
5729
|
-
default: () => {};
|
|
5730
|
-
};
|
|
5731
5731
|
rules: {
|
|
5732
5732
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5733
5733
|
default: () => {};
|
|
5734
5734
|
};
|
|
5735
5735
|
labelPosition: {
|
|
5736
|
-
type: PropType<"top" | "
|
|
5736
|
+
type: PropType<"top" | "right" | "left">;
|
|
5737
5737
|
default: string;
|
|
5738
5738
|
};
|
|
5739
5739
|
labelWidth: {
|
|
@@ -5791,7 +5791,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5791
5791
|
default: boolean;
|
|
5792
5792
|
};
|
|
5793
5793
|
footerAlign: {
|
|
5794
|
-
type: PropType<"
|
|
5794
|
+
type: PropType<"center" | "right" | "left">;
|
|
5795
5795
|
default: string;
|
|
5796
5796
|
};
|
|
5797
5797
|
cardProps: {
|
|
@@ -5810,13 +5810,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5810
5810
|
default: boolean;
|
|
5811
5811
|
};
|
|
5812
5812
|
}>> & {
|
|
5813
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5813
5814
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5814
5815
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5815
5816
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5816
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5817
5817
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5818
5818
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5819
|
-
}, "
|
|
5819
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5820
5820
|
$attrs: {
|
|
5821
5821
|
[x: string]: unknown;
|
|
5822
5822
|
};
|
|
@@ -5828,9 +5828,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5828
5828
|
}>;
|
|
5829
5829
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5830
5830
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5831
|
-
$emit: ((event: "
|
|
5831
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
5832
5832
|
$el: any;
|
|
5833
5833
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5834
|
+
modelValue: {
|
|
5835
|
+
type: PropType<FieldValues>;
|
|
5836
|
+
default: () => {};
|
|
5837
|
+
};
|
|
5834
5838
|
collapseDuration: {
|
|
5835
5839
|
type: PropType<number>;
|
|
5836
5840
|
default: undefined;
|
|
@@ -5847,16 +5851,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5847
5851
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5848
5852
|
default: boolean;
|
|
5849
5853
|
};
|
|
5850
|
-
modelValue: {
|
|
5851
|
-
type: PropType<FieldValues>;
|
|
5852
|
-
default: () => {};
|
|
5853
|
-
};
|
|
5854
5854
|
rules: {
|
|
5855
5855
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5856
5856
|
default: () => {};
|
|
5857
5857
|
};
|
|
5858
5858
|
labelPosition: {
|
|
5859
|
-
type: PropType<"top" | "
|
|
5859
|
+
type: PropType<"top" | "right" | "left">;
|
|
5860
5860
|
default: string;
|
|
5861
5861
|
};
|
|
5862
5862
|
labelWidth: {
|
|
@@ -5914,7 +5914,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5914
5914
|
default: boolean;
|
|
5915
5915
|
};
|
|
5916
5916
|
footerAlign: {
|
|
5917
|
-
type: PropType<"
|
|
5917
|
+
type: PropType<"center" | "right" | "left">;
|
|
5918
5918
|
default: string;
|
|
5919
5919
|
};
|
|
5920
5920
|
cardProps: {
|
|
@@ -5933,10 +5933,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5933
5933
|
default: boolean;
|
|
5934
5934
|
};
|
|
5935
5935
|
}>> & {
|
|
5936
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5936
5937
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5937
5938
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5938
5939
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5939
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5940
5940
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5941
5941
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5942
5942
|
}, {
|
|
@@ -5948,8 +5948,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5948
5948
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5949
5949
|
__epPropKey: true;
|
|
5950
5950
|
};
|
|
5951
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
5952
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
5951
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
5952
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
5953
5953
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
5954
5954
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5955
5955
|
readonly inline: BooleanConstructor;
|
|
@@ -5966,7 +5966,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5966
5966
|
__epPropKey: true;
|
|
5967
5967
|
};
|
|
5968
5968
|
readonly size: {
|
|
5969
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
5969
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
5970
5970
|
readonly required: false;
|
|
5971
5971
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5972
5972
|
__epPropKey: true;
|
|
@@ -5984,8 +5984,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5984
5984
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5985
5985
|
__epPropKey: true;
|
|
5986
5986
|
};
|
|
5987
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
5988
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
5987
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
5988
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
5989
5989
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
5990
5990
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5991
5991
|
readonly inline: BooleanConstructor;
|
|
@@ -6002,7 +6002,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6002
6002
|
__epPropKey: true;
|
|
6003
6003
|
};
|
|
6004
6004
|
readonly size: {
|
|
6005
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6005
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6006
6006
|
readonly required: false;
|
|
6007
6007
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6008
6008
|
__epPropKey: true;
|
|
@@ -6013,7 +6013,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6013
6013
|
}>>;
|
|
6014
6014
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6015
6015
|
fields: FormItemContext[];
|
|
6016
|
-
formSize: ComputedRef<"" | "
|
|
6016
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6017
6017
|
ns: {
|
|
6018
6018
|
namespace: ComputedRef<string>;
|
|
6019
6019
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6038,7 +6038,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6038
6038
|
cssVarBlockName: (name: string) => string;
|
|
6039
6039
|
};
|
|
6040
6040
|
formClasses: ComputedRef<(string | {
|
|
6041
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6041
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6042
6042
|
})[]>;
|
|
6043
6043
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6044
6044
|
addField: (field: FormItemContext) => void;
|
|
@@ -6061,8 +6061,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6061
6061
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6062
6062
|
__epPropKey: true;
|
|
6063
6063
|
};
|
|
6064
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6065
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6064
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6065
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6066
6066
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6067
6067
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6068
6068
|
readonly inline: BooleanConstructor;
|
|
@@ -6079,7 +6079,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6079
6079
|
__epPropKey: true;
|
|
6080
6080
|
};
|
|
6081
6081
|
readonly size: {
|
|
6082
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6082
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6083
6083
|
readonly required: false;
|
|
6084
6084
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6085
6085
|
__epPropKey: true;
|
|
@@ -6089,8 +6089,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6089
6089
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
6090
6090
|
}, {
|
|
6091
6091
|
readonly disabled: boolean;
|
|
6092
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6093
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6092
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6093
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6094
6094
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6095
6095
|
readonly labelSuffix: string;
|
|
6096
6096
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6115,8 +6115,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6115
6115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6116
6116
|
__epPropKey: true;
|
|
6117
6117
|
};
|
|
6118
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6119
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6118
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6119
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6120
6120
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6121
6121
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6122
6122
|
readonly inline: BooleanConstructor;
|
|
@@ -6133,7 +6133,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6133
6133
|
__epPropKey: true;
|
|
6134
6134
|
};
|
|
6135
6135
|
readonly size: {
|
|
6136
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6136
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6137
6137
|
readonly required: false;
|
|
6138
6138
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6139
6139
|
__epPropKey: true;
|
|
@@ -6151,8 +6151,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6151
6151
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6152
6152
|
__epPropKey: true;
|
|
6153
6153
|
};
|
|
6154
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6155
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6154
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6155
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6156
6156
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6157
6157
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6158
6158
|
readonly inline: BooleanConstructor;
|
|
@@ -6169,7 +6169,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6169
6169
|
__epPropKey: true;
|
|
6170
6170
|
};
|
|
6171
6171
|
readonly size: {
|
|
6172
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6172
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6173
6173
|
readonly required: false;
|
|
6174
6174
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6175
6175
|
__epPropKey: true;
|
|
@@ -6180,7 +6180,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6180
6180
|
}>>;
|
|
6181
6181
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6182
6182
|
fields: FormItemContext[];
|
|
6183
|
-
formSize: ComputedRef<"" | "
|
|
6183
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6184
6184
|
ns: {
|
|
6185
6185
|
namespace: ComputedRef<string>;
|
|
6186
6186
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6205,7 +6205,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6205
6205
|
cssVarBlockName: (name: string) => string;
|
|
6206
6206
|
};
|
|
6207
6207
|
formClasses: ComputedRef<(string | {
|
|
6208
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6208
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6209
6209
|
})[]>;
|
|
6210
6210
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6211
6211
|
addField: (field: FormItemContext) => void;
|
|
@@ -6220,8 +6220,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6220
6220
|
scrollToField: (prop: FormItemProp) => void;
|
|
6221
6221
|
}, {}, {}, {}, {
|
|
6222
6222
|
readonly disabled: boolean;
|
|
6223
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6224
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6223
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6224
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6225
6225
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6226
6226
|
readonly labelSuffix: string;
|
|
6227
6227
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6242,13 +6242,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6242
6242
|
submitError: (errors: unknown) => void;
|
|
6243
6243
|
validate: (...args: any[]) => void;
|
|
6244
6244
|
}, string, {
|
|
6245
|
+
modelValue: FieldValues;
|
|
6245
6246
|
collapseDuration: number;
|
|
6246
6247
|
collapseTransition: boolean;
|
|
6247
6248
|
columns: PlusColumn[];
|
|
6248
6249
|
group: false | PlusFormGroupRow[];
|
|
6249
|
-
modelValue: FieldValues;
|
|
6250
6250
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6251
|
-
labelPosition: "top" | "
|
|
6251
|
+
labelPosition: "top" | "right" | "left";
|
|
6252
6252
|
labelWidth: string | number;
|
|
6253
6253
|
labelSuffix: string;
|
|
6254
6254
|
hasLabel: boolean;
|
|
@@ -6267,7 +6267,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6267
6267
|
submitText: string;
|
|
6268
6268
|
resetText: string;
|
|
6269
6269
|
submitLoading: boolean;
|
|
6270
|
-
footerAlign: "
|
|
6270
|
+
footerAlign: "center" | "right" | "left";
|
|
6271
6271
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6272
6272
|
style?: CSSProperties | undefined;
|
|
6273
6273
|
class?: any;
|
|
@@ -6295,6 +6295,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6295
6295
|
$nextTick: typeof nextTick;
|
|
6296
6296
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
6297
6297
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6298
|
+
modelValue: {
|
|
6299
|
+
type: PropType<FieldValues>;
|
|
6300
|
+
default: () => {};
|
|
6301
|
+
};
|
|
6298
6302
|
collapseDuration: {
|
|
6299
6303
|
type: PropType<number>;
|
|
6300
6304
|
default: undefined;
|
|
@@ -6311,16 +6315,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6311
6315
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6312
6316
|
default: boolean;
|
|
6313
6317
|
};
|
|
6314
|
-
modelValue: {
|
|
6315
|
-
type: PropType<FieldValues>;
|
|
6316
|
-
default: () => {};
|
|
6317
|
-
};
|
|
6318
6318
|
rules: {
|
|
6319
6319
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6320
6320
|
default: () => {};
|
|
6321
6321
|
};
|
|
6322
6322
|
labelPosition: {
|
|
6323
|
-
type: PropType<"top" | "
|
|
6323
|
+
type: PropType<"top" | "right" | "left">;
|
|
6324
6324
|
default: string;
|
|
6325
6325
|
};
|
|
6326
6326
|
labelWidth: {
|
|
@@ -6378,7 +6378,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6378
6378
|
default: boolean;
|
|
6379
6379
|
};
|
|
6380
6380
|
footerAlign: {
|
|
6381
|
-
type: PropType<"
|
|
6381
|
+
type: PropType<"center" | "right" | "left">;
|
|
6382
6382
|
default: string;
|
|
6383
6383
|
};
|
|
6384
6384
|
cardProps: {
|
|
@@ -6397,10 +6397,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6397
6397
|
default: boolean;
|
|
6398
6398
|
};
|
|
6399
6399
|
}>> & {
|
|
6400
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6400
6401
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6401
6402
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6402
6403
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6403
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6404
6404
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6405
6405
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6406
6406
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6412,8 +6412,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6412
6412
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6413
6413
|
__epPropKey: true;
|
|
6414
6414
|
};
|
|
6415
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6416
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6415
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6416
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6417
6417
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6418
6418
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6419
6419
|
readonly inline: BooleanConstructor;
|
|
@@ -6430,7 +6430,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6430
6430
|
__epPropKey: true;
|
|
6431
6431
|
};
|
|
6432
6432
|
readonly size: {
|
|
6433
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6433
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6434
6434
|
readonly required: false;
|
|
6435
6435
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6436
6436
|
__epPropKey: true;
|
|
@@ -6448,8 +6448,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6448
6448
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6449
6449
|
__epPropKey: true;
|
|
6450
6450
|
};
|
|
6451
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6452
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6451
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6452
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6453
6453
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6454
6454
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6455
6455
|
readonly inline: BooleanConstructor;
|
|
@@ -6466,7 +6466,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6466
6466
|
__epPropKey: true;
|
|
6467
6467
|
};
|
|
6468
6468
|
readonly size: {
|
|
6469
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6469
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6470
6470
|
readonly required: false;
|
|
6471
6471
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6472
6472
|
__epPropKey: true;
|
|
@@ -6477,7 +6477,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6477
6477
|
}>>;
|
|
6478
6478
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6479
6479
|
fields: FormItemContext[];
|
|
6480
|
-
formSize: ComputedRef<"" | "
|
|
6480
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6481
6481
|
ns: {
|
|
6482
6482
|
namespace: ComputedRef<string>;
|
|
6483
6483
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6502,7 +6502,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6502
6502
|
cssVarBlockName: (name: string) => string;
|
|
6503
6503
|
};
|
|
6504
6504
|
formClasses: ComputedRef<(string | {
|
|
6505
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6505
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6506
6506
|
})[]>;
|
|
6507
6507
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6508
6508
|
addField: (field: FormItemContext) => void;
|
|
@@ -6525,8 +6525,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6525
6525
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6526
6526
|
__epPropKey: true;
|
|
6527
6527
|
};
|
|
6528
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6529
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6528
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6529
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6530
6530
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6531
6531
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6532
6532
|
readonly inline: BooleanConstructor;
|
|
@@ -6543,7 +6543,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6543
6543
|
__epPropKey: true;
|
|
6544
6544
|
};
|
|
6545
6545
|
readonly size: {
|
|
6546
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6546
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6547
6547
|
readonly required: false;
|
|
6548
6548
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6549
6549
|
__epPropKey: true;
|
|
@@ -6553,8 +6553,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6553
6553
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
6554
6554
|
}, {
|
|
6555
6555
|
readonly disabled: boolean;
|
|
6556
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6557
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6556
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6557
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6558
6558
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6559
6559
|
readonly labelSuffix: string;
|
|
6560
6560
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6579,8 +6579,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6579
6579
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6580
6580
|
__epPropKey: true;
|
|
6581
6581
|
};
|
|
6582
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6583
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6582
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6583
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6584
6584
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6585
6585
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6586
6586
|
readonly inline: BooleanConstructor;
|
|
@@ -6597,7 +6597,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6597
6597
|
__epPropKey: true;
|
|
6598
6598
|
};
|
|
6599
6599
|
readonly size: {
|
|
6600
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6600
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6601
6601
|
readonly required: false;
|
|
6602
6602
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6603
6603
|
__epPropKey: true;
|
|
@@ -6615,8 +6615,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6615
6615
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6616
6616
|
__epPropKey: true;
|
|
6617
6617
|
};
|
|
6618
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6619
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6618
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6619
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6620
6620
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6621
6621
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6622
6622
|
readonly inline: BooleanConstructor;
|
|
@@ -6633,7 +6633,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6633
6633
|
__epPropKey: true;
|
|
6634
6634
|
};
|
|
6635
6635
|
readonly size: {
|
|
6636
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6636
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6637
6637
|
readonly required: false;
|
|
6638
6638
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6639
6639
|
__epPropKey: true;
|
|
@@ -6644,7 +6644,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6644
6644
|
}>>;
|
|
6645
6645
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6646
6646
|
fields: FormItemContext[];
|
|
6647
|
-
formSize: ComputedRef<"" | "
|
|
6647
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6648
6648
|
ns: {
|
|
6649
6649
|
namespace: ComputedRef<string>;
|
|
6650
6650
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6669,7 +6669,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6669
6669
|
cssVarBlockName: (name: string) => string;
|
|
6670
6670
|
};
|
|
6671
6671
|
formClasses: ComputedRef<(string | {
|
|
6672
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6672
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6673
6673
|
})[]>;
|
|
6674
6674
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6675
6675
|
addField: (field: FormItemContext) => void;
|
|
@@ -6684,8 +6684,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6684
6684
|
scrollToField: (prop: FormItemProp) => void;
|
|
6685
6685
|
}, {}, {}, {}, {
|
|
6686
6686
|
readonly disabled: boolean;
|
|
6687
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6688
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6687
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6688
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6689
6689
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6690
6690
|
readonly labelSuffix: string;
|
|
6691
6691
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6711,14 +6711,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6711
6711
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6712
6712
|
columns?: PlusColumn[] | undefined;
|
|
6713
6713
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6714
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
6714
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6715
6715
|
readonly label: string | ComputedRef<string>;
|
|
6716
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
6716
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6717
6717
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6718
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6718
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6719
6719
|
style?: CSSProperties | undefined;
|
|
6720
6720
|
class?: any;
|
|
6721
|
-
} & RecordType> | ComputedRef<
|
|
6721
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6722
6722
|
style?: CSSProperties | undefined;
|
|
6723
6723
|
class?: any;
|
|
6724
6724
|
} & RecordType>>;
|
|
@@ -6740,7 +6740,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6740
6740
|
};
|
|
6741
6741
|
rows: number;
|
|
6742
6742
|
autocomplete: string;
|
|
6743
|
-
type: "" | "number" | "
|
|
6743
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6744
6744
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6745
6745
|
step: string | number;
|
|
6746
6746
|
format: string | ProgressFn | undefined;
|
|
@@ -6779,12 +6779,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6779
6779
|
fieldInstance?: any;
|
|
6780
6780
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6781
6781
|
prop: string;
|
|
6782
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
6782
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6783
6783
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6784
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6784
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6785
6785
|
style?: CSSProperties | undefined;
|
|
6786
6786
|
class?: any;
|
|
6787
|
-
} & RecordType> | ComputedRef<
|
|
6787
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6788
6788
|
style?: CSSProperties | undefined;
|
|
6789
6789
|
class?: any;
|
|
6790
6790
|
} & RecordType>>;
|
|
@@ -6807,14 +6807,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6807
6807
|
clearable: boolean;
|
|
6808
6808
|
index: number;
|
|
6809
6809
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6810
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
6810
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6811
6811
|
readonly label: string | ComputedRef<string>;
|
|
6812
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
6812
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6813
6813
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6814
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6814
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6815
6815
|
style?: CSSProperties | undefined;
|
|
6816
6816
|
class?: any;
|
|
6817
|
-
} & RecordType> | ComputedRef<
|
|
6817
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6818
6818
|
style?: CSSProperties | undefined;
|
|
6819
6819
|
class?: any;
|
|
6820
6820
|
} & RecordType>>;
|
|
@@ -6836,7 +6836,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6836
6836
|
};
|
|
6837
6837
|
rows: number;
|
|
6838
6838
|
autocomplete: string;
|
|
6839
|
-
type: "" | "number" | "
|
|
6839
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6840
6840
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6841
6841
|
step: string | number;
|
|
6842
6842
|
format: string | ProgressFn | undefined;
|
|
@@ -6875,12 +6875,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6875
6875
|
fieldInstance?: any;
|
|
6876
6876
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6877
6877
|
prop: string;
|
|
6878
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
6878
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6879
6879
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6880
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6880
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6881
6881
|
style?: CSSProperties | undefined;
|
|
6882
6882
|
class?: any;
|
|
6883
|
-
} & RecordType> | ComputedRef<
|
|
6883
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6884
6884
|
style?: CSSProperties | undefined;
|
|
6885
6885
|
class?: any;
|
|
6886
6886
|
} & RecordType>>;
|
|
@@ -6926,9 +6926,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6926
6926
|
reset: (values: FieldValues) => void;
|
|
6927
6927
|
collapse: (isShowUnfold: boolean) => void;
|
|
6928
6928
|
}, string, {
|
|
6929
|
-
columns: PlusColumn[];
|
|
6930
6929
|
modelValue: FieldValues;
|
|
6931
|
-
|
|
6930
|
+
columns: PlusColumn[];
|
|
6931
|
+
labelPosition: "top" | "right" | "left";
|
|
6932
6932
|
inline: boolean;
|
|
6933
6933
|
showNumber: number;
|
|
6934
6934
|
defaultValues: FieldValues;
|
|
@@ -6971,16 +6971,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6971
6971
|
$nextTick: typeof nextTick;
|
|
6972
6972
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
6973
6973
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6974
|
-
columns: {
|
|
6975
|
-
type: PropType<PlusColumn[]>;
|
|
6976
|
-
default: () => never[];
|
|
6977
|
-
};
|
|
6978
6974
|
modelValue: {
|
|
6979
6975
|
type: PropType<FieldValues>;
|
|
6980
6976
|
default: () => {};
|
|
6981
6977
|
};
|
|
6978
|
+
columns: {
|
|
6979
|
+
type: PropType<PlusColumn[]>;
|
|
6980
|
+
default: () => never[];
|
|
6981
|
+
};
|
|
6982
6982
|
labelPosition: {
|
|
6983
|
-
type: PropType<"top" | "
|
|
6983
|
+
type: PropType<"top" | "right" | "left">;
|
|
6984
6984
|
default: undefined;
|
|
6985
6985
|
};
|
|
6986
6986
|
inline: {
|
|
@@ -7058,9 +7058,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7058
7058
|
default: boolean;
|
|
7059
7059
|
};
|
|
7060
7060
|
}>> & {
|
|
7061
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7061
7062
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7062
7063
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7063
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7064
7064
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7065
7065
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7066
7066
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7068,13 +7068,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7068
7068
|
$: ComponentInternalInstance;
|
|
7069
7069
|
$data: {};
|
|
7070
7070
|
$props: Partial<{
|
|
7071
|
+
modelValue: FieldValues;
|
|
7071
7072
|
collapseDuration: number;
|
|
7072
7073
|
collapseTransition: boolean;
|
|
7073
7074
|
columns: PlusColumn[];
|
|
7074
7075
|
group: false | PlusFormGroupRow[];
|
|
7075
|
-
modelValue: FieldValues;
|
|
7076
7076
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7077
|
-
labelPosition: "top" | "
|
|
7077
|
+
labelPosition: "top" | "right" | "left";
|
|
7078
7078
|
labelWidth: string | number;
|
|
7079
7079
|
labelSuffix: string;
|
|
7080
7080
|
hasLabel: boolean;
|
|
@@ -7093,7 +7093,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7093
7093
|
submitText: string;
|
|
7094
7094
|
resetText: string;
|
|
7095
7095
|
submitLoading: boolean;
|
|
7096
|
-
footerAlign: "
|
|
7096
|
+
footerAlign: "center" | "right" | "left";
|
|
7097
7097
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7098
7098
|
style?: CSSProperties | undefined;
|
|
7099
7099
|
class?: any;
|
|
@@ -7101,11 +7101,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7101
7101
|
prevent: boolean;
|
|
7102
7102
|
clearable: boolean;
|
|
7103
7103
|
}> & Omit<{
|
|
7104
|
+
readonly modelValue: FieldValues;
|
|
7104
7105
|
readonly columns: PlusColumn[];
|
|
7105
7106
|
readonly group: false | PlusFormGroupRow[];
|
|
7106
|
-
readonly modelValue: FieldValues;
|
|
7107
7107
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7108
|
-
readonly labelPosition: "top" | "
|
|
7108
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
7109
7109
|
readonly labelWidth: string | number;
|
|
7110
7110
|
readonly labelSuffix: string;
|
|
7111
7111
|
readonly hasLabel: boolean;
|
|
@@ -7124,7 +7124,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7124
7124
|
readonly submitText: string;
|
|
7125
7125
|
readonly resetText: string;
|
|
7126
7126
|
readonly submitLoading: boolean;
|
|
7127
|
-
readonly footerAlign: "
|
|
7127
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
7128
7128
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7129
7129
|
style?: CSSProperties | undefined;
|
|
7130
7130
|
class?: any;
|
|
@@ -7133,13 +7133,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7133
7133
|
readonly clearable: boolean;
|
|
7134
7134
|
readonly collapseDuration?: number | undefined;
|
|
7135
7135
|
readonly collapseTransition?: boolean | undefined;
|
|
7136
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7136
7137
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7137
7138
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7138
7139
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7139
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7140
7140
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7141
7141
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7142
7142
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7143
|
+
modelValue: {
|
|
7144
|
+
type: PropType<FieldValues>;
|
|
7145
|
+
default: () => {};
|
|
7146
|
+
};
|
|
7143
7147
|
collapseDuration: {
|
|
7144
7148
|
type: PropType<number>;
|
|
7145
7149
|
default: undefined;
|
|
@@ -7156,16 +7160,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7156
7160
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7157
7161
|
default: boolean;
|
|
7158
7162
|
};
|
|
7159
|
-
modelValue: {
|
|
7160
|
-
type: PropType<FieldValues>;
|
|
7161
|
-
default: () => {};
|
|
7162
|
-
};
|
|
7163
7163
|
rules: {
|
|
7164
7164
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7165
7165
|
default: () => {};
|
|
7166
7166
|
};
|
|
7167
7167
|
labelPosition: {
|
|
7168
|
-
type: PropType<"top" | "
|
|
7168
|
+
type: PropType<"top" | "right" | "left">;
|
|
7169
7169
|
default: string;
|
|
7170
7170
|
};
|
|
7171
7171
|
labelWidth: {
|
|
@@ -7223,7 +7223,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7223
7223
|
default: boolean;
|
|
7224
7224
|
};
|
|
7225
7225
|
footerAlign: {
|
|
7226
|
-
type: PropType<"
|
|
7226
|
+
type: PropType<"center" | "right" | "left">;
|
|
7227
7227
|
default: string;
|
|
7228
7228
|
};
|
|
7229
7229
|
cardProps: {
|
|
@@ -7242,13 +7242,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7242
7242
|
default: boolean;
|
|
7243
7243
|
};
|
|
7244
7244
|
}>> & {
|
|
7245
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7245
7246
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7246
7247
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7247
7248
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7248
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7249
7249
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7250
7250
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7251
|
-
}, "
|
|
7251
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7252
7252
|
$attrs: {
|
|
7253
7253
|
[x: string]: unknown;
|
|
7254
7254
|
};
|
|
@@ -7260,9 +7260,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7260
7260
|
}>;
|
|
7261
7261
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7262
7262
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7263
|
-
$emit: ((event: "
|
|
7263
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
7264
7264
|
$el: any;
|
|
7265
7265
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7266
|
+
modelValue: {
|
|
7267
|
+
type: PropType<FieldValues>;
|
|
7268
|
+
default: () => {};
|
|
7269
|
+
};
|
|
7266
7270
|
collapseDuration: {
|
|
7267
7271
|
type: PropType<number>;
|
|
7268
7272
|
default: undefined;
|
|
@@ -7279,16 +7283,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7279
7283
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7280
7284
|
default: boolean;
|
|
7281
7285
|
};
|
|
7282
|
-
modelValue: {
|
|
7283
|
-
type: PropType<FieldValues>;
|
|
7284
|
-
default: () => {};
|
|
7285
|
-
};
|
|
7286
7286
|
rules: {
|
|
7287
7287
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7288
7288
|
default: () => {};
|
|
7289
7289
|
};
|
|
7290
7290
|
labelPosition: {
|
|
7291
|
-
type: PropType<"top" | "
|
|
7291
|
+
type: PropType<"top" | "right" | "left">;
|
|
7292
7292
|
default: string;
|
|
7293
7293
|
};
|
|
7294
7294
|
labelWidth: {
|
|
@@ -7346,7 +7346,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7346
7346
|
default: boolean;
|
|
7347
7347
|
};
|
|
7348
7348
|
footerAlign: {
|
|
7349
|
-
type: PropType<"
|
|
7349
|
+
type: PropType<"center" | "right" | "left">;
|
|
7350
7350
|
default: string;
|
|
7351
7351
|
};
|
|
7352
7352
|
cardProps: {
|
|
@@ -7365,10 +7365,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7365
7365
|
default: boolean;
|
|
7366
7366
|
};
|
|
7367
7367
|
}>> & {
|
|
7368
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7368
7369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7369
7370
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7370
7371
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7371
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7372
7372
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7373
7373
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7374
7374
|
}, {
|
|
@@ -7380,8 +7380,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7380
7380
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7381
7381
|
__epPropKey: true;
|
|
7382
7382
|
};
|
|
7383
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7384
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7383
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7384
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7385
7385
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7386
7386
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7387
7387
|
readonly inline: BooleanConstructor;
|
|
@@ -7398,7 +7398,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7398
7398
|
__epPropKey: true;
|
|
7399
7399
|
};
|
|
7400
7400
|
readonly size: {
|
|
7401
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7401
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7402
7402
|
readonly required: false;
|
|
7403
7403
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7404
7404
|
__epPropKey: true;
|
|
@@ -7416,8 +7416,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7416
7416
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7417
7417
|
__epPropKey: true;
|
|
7418
7418
|
};
|
|
7419
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7420
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7419
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7420
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7421
7421
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7422
7422
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7423
7423
|
readonly inline: BooleanConstructor;
|
|
@@ -7434,7 +7434,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7434
7434
|
__epPropKey: true;
|
|
7435
7435
|
};
|
|
7436
7436
|
readonly size: {
|
|
7437
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7437
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7438
7438
|
readonly required: false;
|
|
7439
7439
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7440
7440
|
__epPropKey: true;
|
|
@@ -7445,7 +7445,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7445
7445
|
}>>;
|
|
7446
7446
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
7447
7447
|
fields: FormItemContext[];
|
|
7448
|
-
formSize: ComputedRef<"" | "
|
|
7448
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
7449
7449
|
ns: {
|
|
7450
7450
|
namespace: ComputedRef<string>;
|
|
7451
7451
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -7470,7 +7470,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7470
7470
|
cssVarBlockName: (name: string) => string;
|
|
7471
7471
|
};
|
|
7472
7472
|
formClasses: ComputedRef<(string | {
|
|
7473
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
7473
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7474
7474
|
})[]>;
|
|
7475
7475
|
getField: (prop: string) => FormItemContext | undefined;
|
|
7476
7476
|
addField: (field: FormItemContext) => void;
|
|
@@ -7493,8 +7493,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7493
7493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7494
7494
|
__epPropKey: true;
|
|
7495
7495
|
};
|
|
7496
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7497
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7496
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7497
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7498
7498
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7499
7499
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7500
7500
|
readonly inline: BooleanConstructor;
|
|
@@ -7511,7 +7511,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7511
7511
|
__epPropKey: true;
|
|
7512
7512
|
};
|
|
7513
7513
|
readonly size: {
|
|
7514
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7514
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7515
7515
|
readonly required: false;
|
|
7516
7516
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7517
7517
|
__epPropKey: true;
|
|
@@ -7521,8 +7521,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7521
7521
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
7522
7522
|
}, {
|
|
7523
7523
|
readonly disabled: boolean;
|
|
7524
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
7525
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
7524
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7525
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
7526
7526
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
7527
7527
|
readonly labelSuffix: string;
|
|
7528
7528
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7547,8 +7547,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7547
7547
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7548
7548
|
__epPropKey: true;
|
|
7549
7549
|
};
|
|
7550
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7551
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7550
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7551
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7552
7552
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7553
7553
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7554
7554
|
readonly inline: BooleanConstructor;
|
|
@@ -7565,7 +7565,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7565
7565
|
__epPropKey: true;
|
|
7566
7566
|
};
|
|
7567
7567
|
readonly size: {
|
|
7568
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7568
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7569
7569
|
readonly required: false;
|
|
7570
7570
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7571
7571
|
__epPropKey: true;
|
|
@@ -7583,8 +7583,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7583
7583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7584
7584
|
__epPropKey: true;
|
|
7585
7585
|
};
|
|
7586
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7587
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7586
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7587
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7588
7588
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7589
7589
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7590
7590
|
readonly inline: BooleanConstructor;
|
|
@@ -7601,7 +7601,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7601
7601
|
__epPropKey: true;
|
|
7602
7602
|
};
|
|
7603
7603
|
readonly size: {
|
|
7604
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7604
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7605
7605
|
readonly required: false;
|
|
7606
7606
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7607
7607
|
__epPropKey: true;
|
|
@@ -7612,7 +7612,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7612
7612
|
}>>;
|
|
7613
7613
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
7614
7614
|
fields: FormItemContext[];
|
|
7615
|
-
formSize: ComputedRef<"" | "
|
|
7615
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
7616
7616
|
ns: {
|
|
7617
7617
|
namespace: ComputedRef<string>;
|
|
7618
7618
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -7637,7 +7637,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7637
7637
|
cssVarBlockName: (name: string) => string;
|
|
7638
7638
|
};
|
|
7639
7639
|
formClasses: ComputedRef<(string | {
|
|
7640
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
7640
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7641
7641
|
})[]>;
|
|
7642
7642
|
getField: (prop: string) => FormItemContext | undefined;
|
|
7643
7643
|
addField: (field: FormItemContext) => void;
|
|
@@ -7652,8 +7652,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7652
7652
|
scrollToField: (prop: FormItemProp) => void;
|
|
7653
7653
|
}, {}, {}, {}, {
|
|
7654
7654
|
readonly disabled: boolean;
|
|
7655
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
7656
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
7655
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7656
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
7657
7657
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
7658
7658
|
readonly labelSuffix: string;
|
|
7659
7659
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7674,13 +7674,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7674
7674
|
submitError: (errors: unknown) => void;
|
|
7675
7675
|
validate: (...args: any[]) => void;
|
|
7676
7676
|
}, string, {
|
|
7677
|
+
modelValue: FieldValues;
|
|
7677
7678
|
collapseDuration: number;
|
|
7678
7679
|
collapseTransition: boolean;
|
|
7679
7680
|
columns: PlusColumn[];
|
|
7680
7681
|
group: false | PlusFormGroupRow[];
|
|
7681
|
-
modelValue: FieldValues;
|
|
7682
7682
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7683
|
-
labelPosition: "top" | "
|
|
7683
|
+
labelPosition: "top" | "right" | "left";
|
|
7684
7684
|
labelWidth: string | number;
|
|
7685
7685
|
labelSuffix: string;
|
|
7686
7686
|
hasLabel: boolean;
|
|
@@ -7699,7 +7699,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7699
7699
|
submitText: string;
|
|
7700
7700
|
resetText: string;
|
|
7701
7701
|
submitLoading: boolean;
|
|
7702
|
-
footerAlign: "
|
|
7702
|
+
footerAlign: "center" | "right" | "left";
|
|
7703
7703
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7704
7704
|
style?: CSSProperties | undefined;
|
|
7705
7705
|
class?: any;
|
|
@@ -7727,6 +7727,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7727
7727
|
$nextTick: typeof nextTick;
|
|
7728
7728
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
7729
7729
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7730
|
+
modelValue: {
|
|
7731
|
+
type: PropType<FieldValues>;
|
|
7732
|
+
default: () => {};
|
|
7733
|
+
};
|
|
7730
7734
|
collapseDuration: {
|
|
7731
7735
|
type: PropType<number>;
|
|
7732
7736
|
default: undefined;
|
|
@@ -7743,16 +7747,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7743
7747
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7744
7748
|
default: boolean;
|
|
7745
7749
|
};
|
|
7746
|
-
modelValue: {
|
|
7747
|
-
type: PropType<FieldValues>;
|
|
7748
|
-
default: () => {};
|
|
7749
|
-
};
|
|
7750
7750
|
rules: {
|
|
7751
7751
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7752
7752
|
default: () => {};
|
|
7753
7753
|
};
|
|
7754
7754
|
labelPosition: {
|
|
7755
|
-
type: PropType<"top" | "
|
|
7755
|
+
type: PropType<"top" | "right" | "left">;
|
|
7756
7756
|
default: string;
|
|
7757
7757
|
};
|
|
7758
7758
|
labelWidth: {
|
|
@@ -7810,7 +7810,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7810
7810
|
default: boolean;
|
|
7811
7811
|
};
|
|
7812
7812
|
footerAlign: {
|
|
7813
|
-
type: PropType<"
|
|
7813
|
+
type: PropType<"center" | "right" | "left">;
|
|
7814
7814
|
default: string;
|
|
7815
7815
|
};
|
|
7816
7816
|
cardProps: {
|
|
@@ -7829,10 +7829,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7829
7829
|
default: boolean;
|
|
7830
7830
|
};
|
|
7831
7831
|
}>> & {
|
|
7832
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7832
7833
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7833
7834
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7834
7835
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7835
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7836
7836
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7837
7837
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7838
7838
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -7844,8 +7844,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7844
7844
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7845
7845
|
__epPropKey: true;
|
|
7846
7846
|
};
|
|
7847
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7848
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7847
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7848
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7849
7849
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7850
7850
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7851
7851
|
readonly inline: BooleanConstructor;
|
|
@@ -7862,7 +7862,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7862
7862
|
__epPropKey: true;
|
|
7863
7863
|
};
|
|
7864
7864
|
readonly size: {
|
|
7865
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7865
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7866
7866
|
readonly required: false;
|
|
7867
7867
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7868
7868
|
__epPropKey: true;
|
|
@@ -7880,8 +7880,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7880
7880
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7881
7881
|
__epPropKey: true;
|
|
7882
7882
|
};
|
|
7883
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7884
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7883
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7884
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7885
7885
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7886
7886
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7887
7887
|
readonly inline: BooleanConstructor;
|
|
@@ -7898,7 +7898,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7898
7898
|
__epPropKey: true;
|
|
7899
7899
|
};
|
|
7900
7900
|
readonly size: {
|
|
7901
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7901
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7902
7902
|
readonly required: false;
|
|
7903
7903
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7904
7904
|
__epPropKey: true;
|
|
@@ -7909,7 +7909,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7909
7909
|
}>>;
|
|
7910
7910
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
7911
7911
|
fields: FormItemContext[];
|
|
7912
|
-
formSize: ComputedRef<"" | "
|
|
7912
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
7913
7913
|
ns: {
|
|
7914
7914
|
namespace: ComputedRef<string>;
|
|
7915
7915
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -7934,7 +7934,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7934
7934
|
cssVarBlockName: (name: string) => string;
|
|
7935
7935
|
};
|
|
7936
7936
|
formClasses: ComputedRef<(string | {
|
|
7937
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
7937
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7938
7938
|
})[]>;
|
|
7939
7939
|
getField: (prop: string) => FormItemContext | undefined;
|
|
7940
7940
|
addField: (field: FormItemContext) => void;
|
|
@@ -7957,8 +7957,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7957
7957
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7958
7958
|
__epPropKey: true;
|
|
7959
7959
|
};
|
|
7960
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7961
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7960
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7961
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7962
7962
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7963
7963
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7964
7964
|
readonly inline: BooleanConstructor;
|
|
@@ -7975,7 +7975,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7975
7975
|
__epPropKey: true;
|
|
7976
7976
|
};
|
|
7977
7977
|
readonly size: {
|
|
7978
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7978
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7979
7979
|
readonly required: false;
|
|
7980
7980
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7981
7981
|
__epPropKey: true;
|
|
@@ -7985,8 +7985,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7985
7985
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
7986
7986
|
}, {
|
|
7987
7987
|
readonly disabled: boolean;
|
|
7988
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
7989
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
7988
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7989
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
7990
7990
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
7991
7991
|
readonly labelSuffix: string;
|
|
7992
7992
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -8011,8 +8011,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8011
8011
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8012
8012
|
__epPropKey: true;
|
|
8013
8013
|
};
|
|
8014
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
8015
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
8014
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
8015
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
8016
8016
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
8017
8017
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
8018
8018
|
readonly inline: BooleanConstructor;
|
|
@@ -8029,7 +8029,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8029
8029
|
__epPropKey: true;
|
|
8030
8030
|
};
|
|
8031
8031
|
readonly size: {
|
|
8032
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
8032
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
8033
8033
|
readonly required: false;
|
|
8034
8034
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8035
8035
|
__epPropKey: true;
|
|
@@ -8047,8 +8047,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8047
8047
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8048
8048
|
__epPropKey: true;
|
|
8049
8049
|
};
|
|
8050
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
8051
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
8050
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
8051
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
8052
8052
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
8053
8053
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
8054
8054
|
readonly inline: BooleanConstructor;
|
|
@@ -8065,7 +8065,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8065
8065
|
__epPropKey: true;
|
|
8066
8066
|
};
|
|
8067
8067
|
readonly size: {
|
|
8068
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
8068
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
8069
8069
|
readonly required: false;
|
|
8070
8070
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8071
8071
|
__epPropKey: true;
|
|
@@ -8076,7 +8076,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8076
8076
|
}>>;
|
|
8077
8077
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
8078
8078
|
fields: FormItemContext[];
|
|
8079
|
-
formSize: ComputedRef<"" | "
|
|
8079
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
8080
8080
|
ns: {
|
|
8081
8081
|
namespace: ComputedRef<string>;
|
|
8082
8082
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -8101,7 +8101,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8101
8101
|
cssVarBlockName: (name: string) => string;
|
|
8102
8102
|
};
|
|
8103
8103
|
formClasses: ComputedRef<(string | {
|
|
8104
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
8104
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
8105
8105
|
})[]>;
|
|
8106
8106
|
getField: (prop: string) => FormItemContext | undefined;
|
|
8107
8107
|
addField: (field: FormItemContext) => void;
|
|
@@ -8116,8 +8116,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8116
8116
|
scrollToField: (prop: FormItemProp) => void;
|
|
8117
8117
|
}, {}, {}, {}, {
|
|
8118
8118
|
readonly disabled: boolean;
|
|
8119
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
8120
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
8119
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
8120
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
8121
8121
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
8122
8122
|
readonly labelSuffix: string;
|
|
8123
8123
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -8143,14 +8143,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8143
8143
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8144
8144
|
columns?: PlusColumn[] | undefined;
|
|
8145
8145
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8146
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8146
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8147
8147
|
readonly label: string | ComputedRef<string>;
|
|
8148
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
8148
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8149
8149
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8150
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8150
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8151
8151
|
style?: CSSProperties | undefined;
|
|
8152
8152
|
class?: any;
|
|
8153
|
-
} & RecordType> | ComputedRef<
|
|
8153
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8154
8154
|
style?: CSSProperties | undefined;
|
|
8155
8155
|
class?: any;
|
|
8156
8156
|
} & RecordType>>;
|
|
@@ -8172,7 +8172,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8172
8172
|
};
|
|
8173
8173
|
rows: number;
|
|
8174
8174
|
autocomplete: string;
|
|
8175
|
-
type: "" | "number" | "
|
|
8175
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8176
8176
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8177
8177
|
step: string | number;
|
|
8178
8178
|
format: string | ProgressFn | undefined;
|
|
@@ -8211,12 +8211,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8211
8211
|
fieldInstance?: any;
|
|
8212
8212
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8213
8213
|
prop: string;
|
|
8214
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
8214
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8215
8215
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8216
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8216
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8217
8217
|
style?: CSSProperties | undefined;
|
|
8218
8218
|
class?: any;
|
|
8219
|
-
} & RecordType> | ComputedRef<
|
|
8219
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8220
8220
|
style?: CSSProperties | undefined;
|
|
8221
8221
|
class?: any;
|
|
8222
8222
|
} & RecordType>>;
|
|
@@ -8239,14 +8239,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8239
8239
|
clearable: boolean;
|
|
8240
8240
|
index: number;
|
|
8241
8241
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8242
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8242
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8243
8243
|
readonly label: string | ComputedRef<string>;
|
|
8244
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
8244
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8245
8245
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8246
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8246
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8247
8247
|
style?: CSSProperties | undefined;
|
|
8248
8248
|
class?: any;
|
|
8249
|
-
} & RecordType> | ComputedRef<
|
|
8249
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8250
8250
|
style?: CSSProperties | undefined;
|
|
8251
8251
|
class?: any;
|
|
8252
8252
|
} & RecordType>>;
|
|
@@ -8268,7 +8268,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8268
8268
|
};
|
|
8269
8269
|
rows: number;
|
|
8270
8270
|
autocomplete: string;
|
|
8271
|
-
type: "" | "number" | "
|
|
8271
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8272
8272
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8273
8273
|
step: string | number;
|
|
8274
8274
|
format: string | ProgressFn | undefined;
|
|
@@ -8307,12 +8307,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8307
8307
|
fieldInstance?: any;
|
|
8308
8308
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8309
8309
|
prop: string;
|
|
8310
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
8310
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8311
8311
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8312
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8312
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8313
8313
|
style?: CSSProperties | undefined;
|
|
8314
8314
|
class?: any;
|
|
8315
|
-
} & RecordType> | ComputedRef<
|
|
8315
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8316
8316
|
style?: CSSProperties | undefined;
|
|
8317
8317
|
class?: any;
|
|
8318
8318
|
} & RecordType>>;
|
|
@@ -8353,14 +8353,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8353
8353
|
handleUnfold: (e: MouseEvent) => void;
|
|
8354
8354
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8355
8355
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8356
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8356
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8357
8357
|
readonly label: string | ComputedRef<string>;
|
|
8358
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
8358
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8359
8359
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8360
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8360
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8361
8361
|
style?: CSSProperties | undefined;
|
|
8362
8362
|
class?: any;
|
|
8363
|
-
} & RecordType> | ComputedRef<
|
|
8363
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8364
8364
|
style?: CSSProperties | undefined;
|
|
8365
8365
|
class?: any;
|
|
8366
8366
|
} & RecordType>>;
|
|
@@ -8382,7 +8382,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8382
8382
|
};
|
|
8383
8383
|
rows: number;
|
|
8384
8384
|
autocomplete: string;
|
|
8385
|
-
type: "" | "number" | "
|
|
8385
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8386
8386
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8387
8387
|
step: string | number;
|
|
8388
8388
|
format: string | ProgressFn | undefined;
|
|
@@ -8421,12 +8421,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8421
8421
|
fieldInstance?: any;
|
|
8422
8422
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8423
8423
|
prop: string;
|
|
8424
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
8424
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8425
8425
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8426
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8426
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8427
8427
|
style?: CSSProperties | undefined;
|
|
8428
8428
|
class?: any;
|
|
8429
|
-
} & RecordType> | ComputedRef<
|
|
8429
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8430
8430
|
style?: CSSProperties | undefined;
|
|
8431
8431
|
class?: any;
|
|
8432
8432
|
} & RecordType>>;
|
|
@@ -8489,7 +8489,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8489
8489
|
color?: string | undefined;
|
|
8490
8490
|
} | undefined;
|
|
8491
8491
|
}>>;
|
|
8492
|
-
defaultSize: "" | "
|
|
8492
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
8493
8493
|
tableData: RecordType[];
|
|
8494
8494
|
pagination: false | Partial< PlusPaginationProps>;
|
|
8495
8495
|
hasIndexColumn: boolean;
|
|
@@ -8538,7 +8538,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8538
8538
|
color?: string | undefined;
|
|
8539
8539
|
} | undefined;
|
|
8540
8540
|
}>>;
|
|
8541
|
-
readonly defaultSize: "" | "
|
|
8541
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
8542
8542
|
readonly tableData: RecordType[];
|
|
8543
8543
|
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
8544
8544
|
readonly hasIndexColumn: boolean;
|
|
@@ -8636,7 +8636,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8636
8636
|
default: boolean;
|
|
8637
8637
|
};
|
|
8638
8638
|
defaultSize: {
|
|
8639
|
-
type: PropType<"" | "
|
|
8639
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
8640
8640
|
default: string;
|
|
8641
8641
|
};
|
|
8642
8642
|
tableData: {
|
|
@@ -8798,7 +8798,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8798
8798
|
default: boolean;
|
|
8799
8799
|
};
|
|
8800
8800
|
defaultSize: {
|
|
8801
|
-
type: PropType<"" | "
|
|
8801
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
8802
8802
|
default: string;
|
|
8803
8803
|
};
|
|
8804
8804
|
tableData: {
|
|
@@ -8890,14 +8890,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8890
8890
|
default: () => never[];
|
|
8891
8891
|
};
|
|
8892
8892
|
size: {
|
|
8893
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
8893
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
8894
8894
|
readonly required: false;
|
|
8895
8895
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8896
8896
|
__epPropKey: true;
|
|
8897
8897
|
};
|
|
8898
|
-
width: (
|
|
8899
|
-
height: (
|
|
8900
|
-
maxHeight: (
|
|
8898
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
8899
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
8900
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
8901
8901
|
fit: {
|
|
8902
8902
|
type: BooleanConstructor;
|
|
8903
8903
|
default: boolean;
|
|
@@ -8921,13 +8921,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8921
8921
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8922
8922
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8923
8923
|
highlightCurrentRow: BooleanConstructor;
|
|
8924
|
-
currentRowKey: (
|
|
8924
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
8925
8925
|
emptyText: StringConstructor;
|
|
8926
8926
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8927
8927
|
defaultExpandAll: BooleanConstructor;
|
|
8928
8928
|
defaultSort: PropType< Sort | undefined>;
|
|
8929
8929
|
tooltipEffect: StringConstructor;
|
|
8930
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
8930
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8931
8931
|
spanMethod: PropType<((data: {
|
|
8932
8932
|
row: any;
|
|
8933
8933
|
rowIndex: number;
|
|
@@ -8971,7 +8971,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8971
8971
|
};
|
|
8972
8972
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8973
8973
|
flexible: BooleanConstructor;
|
|
8974
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
8974
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8975
8975
|
}>> & {
|
|
8976
8976
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8977
8977
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9015,7 +9015,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9015
9015
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
9016
9016
|
handleMouseLeave: () => void;
|
|
9017
9017
|
tableId: string;
|
|
9018
|
-
tableSize: ComputedRef<"" | "
|
|
9018
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
9019
9019
|
isHidden: Ref<boolean>;
|
|
9020
9020
|
isEmpty: ComputedRef<boolean>;
|
|
9021
9021
|
renderExpanded: Ref<null>;
|
|
@@ -9086,14 +9086,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9086
9086
|
default: () => never[];
|
|
9087
9087
|
};
|
|
9088
9088
|
size: {
|
|
9089
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9089
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9090
9090
|
readonly required: false;
|
|
9091
9091
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9092
9092
|
__epPropKey: true;
|
|
9093
9093
|
};
|
|
9094
|
-
width: (
|
|
9095
|
-
height: (
|
|
9096
|
-
maxHeight: (
|
|
9094
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9095
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9096
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9097
9097
|
fit: {
|
|
9098
9098
|
type: BooleanConstructor;
|
|
9099
9099
|
default: boolean;
|
|
@@ -9117,13 +9117,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9117
9117
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9118
9118
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9119
9119
|
highlightCurrentRow: BooleanConstructor;
|
|
9120
|
-
currentRowKey: (
|
|
9120
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9121
9121
|
emptyText: StringConstructor;
|
|
9122
9122
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9123
9123
|
defaultExpandAll: BooleanConstructor;
|
|
9124
9124
|
defaultSort: PropType< Sort | undefined>;
|
|
9125
9125
|
tooltipEffect: StringConstructor;
|
|
9126
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9126
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9127
9127
|
spanMethod: PropType<((data: {
|
|
9128
9128
|
row: any;
|
|
9129
9129
|
rowIndex: number;
|
|
@@ -9167,7 +9167,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9167
9167
|
};
|
|
9168
9168
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9169
9169
|
flexible: BooleanConstructor;
|
|
9170
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9170
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9171
9171
|
}>> & {
|
|
9172
9172
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9173
9173
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9221,14 +9221,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9221
9221
|
default: () => never[];
|
|
9222
9222
|
};
|
|
9223
9223
|
size: {
|
|
9224
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9224
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9225
9225
|
readonly required: false;
|
|
9226
9226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9227
9227
|
__epPropKey: true;
|
|
9228
9228
|
};
|
|
9229
|
-
width: (
|
|
9230
|
-
height: (
|
|
9231
|
-
maxHeight: (
|
|
9229
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9230
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9231
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9232
9232
|
fit: {
|
|
9233
9233
|
type: BooleanConstructor;
|
|
9234
9234
|
default: boolean;
|
|
@@ -9252,13 +9252,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9252
9252
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9253
9253
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9254
9254
|
highlightCurrentRow: BooleanConstructor;
|
|
9255
|
-
currentRowKey: (
|
|
9255
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9256
9256
|
emptyText: StringConstructor;
|
|
9257
9257
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9258
9258
|
defaultExpandAll: BooleanConstructor;
|
|
9259
9259
|
defaultSort: PropType< Sort | undefined>;
|
|
9260
9260
|
tooltipEffect: StringConstructor;
|
|
9261
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9261
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9262
9262
|
spanMethod: PropType<((data: {
|
|
9263
9263
|
row: any;
|
|
9264
9264
|
rowIndex: number;
|
|
@@ -9302,7 +9302,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9302
9302
|
};
|
|
9303
9303
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9304
9304
|
flexible: BooleanConstructor;
|
|
9305
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9305
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9306
9306
|
}>> & {
|
|
9307
9307
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9308
9308
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9346,7 +9346,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9346
9346
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
9347
9347
|
handleMouseLeave: () => void;
|
|
9348
9348
|
tableId: string;
|
|
9349
|
-
tableSize: ComputedRef<"" | "
|
|
9349
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
9350
9350
|
isHidden: Ref<boolean>;
|
|
9351
9351
|
isEmpty: ComputedRef<boolean>;
|
|
9352
9352
|
renderExpanded: Ref<null>;
|
|
@@ -9473,7 +9473,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9473
9473
|
color?: string | undefined;
|
|
9474
9474
|
} | undefined;
|
|
9475
9475
|
}>>;
|
|
9476
|
-
defaultSize: "" | "
|
|
9476
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
9477
9477
|
tableData: RecordType[];
|
|
9478
9478
|
pagination: false | Partial< PlusPaginationProps>;
|
|
9479
9479
|
hasIndexColumn: boolean;
|
|
@@ -9578,7 +9578,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9578
9578
|
default: boolean;
|
|
9579
9579
|
};
|
|
9580
9580
|
defaultSize: {
|
|
9581
|
-
type: PropType<"" | "
|
|
9581
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
9582
9582
|
default: string;
|
|
9583
9583
|
};
|
|
9584
9584
|
tableData: {
|
|
@@ -9670,14 +9670,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9670
9670
|
default: () => never[];
|
|
9671
9671
|
};
|
|
9672
9672
|
size: {
|
|
9673
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9673
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9674
9674
|
readonly required: false;
|
|
9675
9675
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9676
9676
|
__epPropKey: true;
|
|
9677
9677
|
};
|
|
9678
|
-
width: (
|
|
9679
|
-
height: (
|
|
9680
|
-
maxHeight: (
|
|
9678
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9679
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9680
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9681
9681
|
fit: {
|
|
9682
9682
|
type: BooleanConstructor;
|
|
9683
9683
|
default: boolean;
|
|
@@ -9701,13 +9701,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9701
9701
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9702
9702
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9703
9703
|
highlightCurrentRow: BooleanConstructor;
|
|
9704
|
-
currentRowKey: (
|
|
9704
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9705
9705
|
emptyText: StringConstructor;
|
|
9706
9706
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9707
9707
|
defaultExpandAll: BooleanConstructor;
|
|
9708
9708
|
defaultSort: PropType< Sort | undefined>;
|
|
9709
9709
|
tooltipEffect: StringConstructor;
|
|
9710
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9710
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9711
9711
|
spanMethod: PropType<((data: {
|
|
9712
9712
|
row: any;
|
|
9713
9713
|
rowIndex: number;
|
|
@@ -9751,7 +9751,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9751
9751
|
};
|
|
9752
9752
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9753
9753
|
flexible: BooleanConstructor;
|
|
9754
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9754
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9755
9755
|
}>> & {
|
|
9756
9756
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9757
9757
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9795,7 +9795,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9795
9795
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
9796
9796
|
handleMouseLeave: () => void;
|
|
9797
9797
|
tableId: string;
|
|
9798
|
-
tableSize: ComputedRef<"" | "
|
|
9798
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
9799
9799
|
isHidden: Ref<boolean>;
|
|
9800
9800
|
isEmpty: ComputedRef<boolean>;
|
|
9801
9801
|
renderExpanded: Ref<null>;
|
|
@@ -9866,14 +9866,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9866
9866
|
default: () => never[];
|
|
9867
9867
|
};
|
|
9868
9868
|
size: {
|
|
9869
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9869
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9870
9870
|
readonly required: false;
|
|
9871
9871
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9872
9872
|
__epPropKey: true;
|
|
9873
9873
|
};
|
|
9874
|
-
width: (
|
|
9875
|
-
height: (
|
|
9876
|
-
maxHeight: (
|
|
9874
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9875
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9876
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9877
9877
|
fit: {
|
|
9878
9878
|
type: BooleanConstructor;
|
|
9879
9879
|
default: boolean;
|
|
@@ -9897,13 +9897,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9897
9897
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9898
9898
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9899
9899
|
highlightCurrentRow: BooleanConstructor;
|
|
9900
|
-
currentRowKey: (
|
|
9900
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9901
9901
|
emptyText: StringConstructor;
|
|
9902
9902
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9903
9903
|
defaultExpandAll: BooleanConstructor;
|
|
9904
9904
|
defaultSort: PropType< Sort | undefined>;
|
|
9905
9905
|
tooltipEffect: StringConstructor;
|
|
9906
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9906
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9907
9907
|
spanMethod: PropType<((data: {
|
|
9908
9908
|
row: any;
|
|
9909
9909
|
rowIndex: number;
|
|
@@ -9947,7 +9947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9947
9947
|
};
|
|
9948
9948
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9949
9949
|
flexible: BooleanConstructor;
|
|
9950
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9950
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9951
9951
|
}>> & {
|
|
9952
9952
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9953
9953
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10001,14 +10001,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10001
10001
|
default: () => never[];
|
|
10002
10002
|
};
|
|
10003
10003
|
size: {
|
|
10004
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
10004
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10005
10005
|
readonly required: false;
|
|
10006
10006
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10007
10007
|
__epPropKey: true;
|
|
10008
10008
|
};
|
|
10009
|
-
width: (
|
|
10010
|
-
height: (
|
|
10011
|
-
maxHeight: (
|
|
10009
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10010
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10011
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10012
10012
|
fit: {
|
|
10013
10013
|
type: BooleanConstructor;
|
|
10014
10014
|
default: boolean;
|
|
@@ -10032,13 +10032,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10032
10032
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10033
10033
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10034
10034
|
highlightCurrentRow: BooleanConstructor;
|
|
10035
|
-
currentRowKey: (
|
|
10035
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10036
10036
|
emptyText: StringConstructor;
|
|
10037
10037
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10038
10038
|
defaultExpandAll: BooleanConstructor;
|
|
10039
10039
|
defaultSort: PropType< Sort | undefined>;
|
|
10040
10040
|
tooltipEffect: StringConstructor;
|
|
10041
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10041
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10042
10042
|
spanMethod: PropType<((data: {
|
|
10043
10043
|
row: any;
|
|
10044
10044
|
rowIndex: number;
|
|
@@ -10082,7 +10082,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10082
10082
|
};
|
|
10083
10083
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10084
10084
|
flexible: BooleanConstructor;
|
|
10085
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10085
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10086
10086
|
}>> & {
|
|
10087
10087
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10088
10088
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10126,7 +10126,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10126
10126
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
10127
10127
|
handleMouseLeave: () => void;
|
|
10128
10128
|
tableId: string;
|
|
10129
|
-
tableSize: ComputedRef<"" | "
|
|
10129
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
10130
10130
|
isHidden: Ref<boolean>;
|
|
10131
10131
|
isEmpty: ComputedRef<boolean>;
|
|
10132
10132
|
renderExpanded: Ref<null>;
|
|
@@ -10248,14 +10248,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10248
10248
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10249
10249
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10250
10250
|
$slots: Partial<Record<never, (_: {
|
|
10251
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
10251
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10252
10252
|
readonly label: string | ComputedRef<string>;
|
|
10253
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
10253
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10254
10254
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10255
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10255
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10256
10256
|
style?: CSSProperties | undefined;
|
|
10257
10257
|
class?: any;
|
|
10258
|
-
} & RecordType> | ComputedRef<
|
|
10258
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10259
10259
|
style?: CSSProperties | undefined;
|
|
10260
10260
|
class?: any;
|
|
10261
10261
|
} & RecordType>>;
|
|
@@ -10277,7 +10277,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10277
10277
|
};
|
|
10278
10278
|
rows: number;
|
|
10279
10279
|
autocomplete: string;
|
|
10280
|
-
type: "" | "number" | "
|
|
10280
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10281
10281
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10282
10282
|
step: string | number;
|
|
10283
10283
|
format: string | ProgressFn | undefined;
|
|
@@ -10316,12 +10316,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10316
10316
|
fieldInstance?: any;
|
|
10317
10317
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10318
10318
|
prop: string;
|
|
10319
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
10319
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10320
10320
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10321
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10321
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10322
10322
|
style?: CSSProperties | undefined;
|
|
10323
10323
|
class?: any;
|
|
10324
|
-
} & RecordType> | ComputedRef<
|
|
10324
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10325
10325
|
style?: CSSProperties | undefined;
|
|
10326
10326
|
class?: any;
|
|
10327
10327
|
} & RecordType>>;
|
|
@@ -10400,7 +10400,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10400
10400
|
color?: string | undefined;
|
|
10401
10401
|
} | undefined;
|
|
10402
10402
|
}>>;
|
|
10403
|
-
defaultSize: "" | "
|
|
10403
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
10404
10404
|
tableData: RecordType[];
|
|
10405
10405
|
pagination: false | Partial< PlusPaginationProps>;
|
|
10406
10406
|
hasIndexColumn: boolean;
|
|
@@ -10449,7 +10449,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10449
10449
|
color?: string | undefined;
|
|
10450
10450
|
} | undefined;
|
|
10451
10451
|
}>>;
|
|
10452
|
-
readonly defaultSize: "" | "
|
|
10452
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
10453
10453
|
readonly tableData: RecordType[];
|
|
10454
10454
|
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
10455
10455
|
readonly hasIndexColumn: boolean;
|
|
@@ -10547,7 +10547,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10547
10547
|
default: boolean;
|
|
10548
10548
|
};
|
|
10549
10549
|
defaultSize: {
|
|
10550
|
-
type: PropType<"" | "
|
|
10550
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
10551
10551
|
default: string;
|
|
10552
10552
|
};
|
|
10553
10553
|
tableData: {
|
|
@@ -10709,7 +10709,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10709
10709
|
default: boolean;
|
|
10710
10710
|
};
|
|
10711
10711
|
defaultSize: {
|
|
10712
|
-
type: PropType<"" | "
|
|
10712
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
10713
10713
|
default: string;
|
|
10714
10714
|
};
|
|
10715
10715
|
tableData: {
|
|
@@ -10801,14 +10801,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10801
10801
|
default: () => never[];
|
|
10802
10802
|
};
|
|
10803
10803
|
size: {
|
|
10804
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
10804
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10805
10805
|
readonly required: false;
|
|
10806
10806
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10807
10807
|
__epPropKey: true;
|
|
10808
10808
|
};
|
|
10809
|
-
width: (
|
|
10810
|
-
height: (
|
|
10811
|
-
maxHeight: (
|
|
10809
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10810
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10811
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10812
10812
|
fit: {
|
|
10813
10813
|
type: BooleanConstructor;
|
|
10814
10814
|
default: boolean;
|
|
@@ -10832,13 +10832,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10832
10832
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10833
10833
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10834
10834
|
highlightCurrentRow: BooleanConstructor;
|
|
10835
|
-
currentRowKey: (
|
|
10835
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10836
10836
|
emptyText: StringConstructor;
|
|
10837
10837
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10838
10838
|
defaultExpandAll: BooleanConstructor;
|
|
10839
10839
|
defaultSort: PropType< Sort | undefined>;
|
|
10840
10840
|
tooltipEffect: StringConstructor;
|
|
10841
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10841
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10842
10842
|
spanMethod: PropType<((data: {
|
|
10843
10843
|
row: any;
|
|
10844
10844
|
rowIndex: number;
|
|
@@ -10882,7 +10882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10882
10882
|
};
|
|
10883
10883
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10884
10884
|
flexible: BooleanConstructor;
|
|
10885
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10885
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10886
10886
|
}>> & {
|
|
10887
10887
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10888
10888
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10926,7 +10926,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10926
10926
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
10927
10927
|
handleMouseLeave: () => void;
|
|
10928
10928
|
tableId: string;
|
|
10929
|
-
tableSize: ComputedRef<"" | "
|
|
10929
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
10930
10930
|
isHidden: Ref<boolean>;
|
|
10931
10931
|
isEmpty: ComputedRef<boolean>;
|
|
10932
10932
|
renderExpanded: Ref<null>;
|
|
@@ -10997,14 +10997,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10997
10997
|
default: () => never[];
|
|
10998
10998
|
};
|
|
10999
10999
|
size: {
|
|
11000
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11000
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11001
11001
|
readonly required: false;
|
|
11002
11002
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11003
11003
|
__epPropKey: true;
|
|
11004
11004
|
};
|
|
11005
|
-
width: (
|
|
11006
|
-
height: (
|
|
11007
|
-
maxHeight: (
|
|
11005
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11006
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11007
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11008
11008
|
fit: {
|
|
11009
11009
|
type: BooleanConstructor;
|
|
11010
11010
|
default: boolean;
|
|
@@ -11028,13 +11028,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11028
11028
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11029
11029
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11030
11030
|
highlightCurrentRow: BooleanConstructor;
|
|
11031
|
-
currentRowKey: (
|
|
11031
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11032
11032
|
emptyText: StringConstructor;
|
|
11033
11033
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11034
11034
|
defaultExpandAll: BooleanConstructor;
|
|
11035
11035
|
defaultSort: PropType< Sort | undefined>;
|
|
11036
11036
|
tooltipEffect: StringConstructor;
|
|
11037
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11037
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11038
11038
|
spanMethod: PropType<((data: {
|
|
11039
11039
|
row: any;
|
|
11040
11040
|
rowIndex: number;
|
|
@@ -11078,7 +11078,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11078
11078
|
};
|
|
11079
11079
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11080
11080
|
flexible: BooleanConstructor;
|
|
11081
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11081
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11082
11082
|
}>> & {
|
|
11083
11083
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11084
11084
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11132,14 +11132,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11132
11132
|
default: () => never[];
|
|
11133
11133
|
};
|
|
11134
11134
|
size: {
|
|
11135
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11135
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11136
11136
|
readonly required: false;
|
|
11137
11137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11138
11138
|
__epPropKey: true;
|
|
11139
11139
|
};
|
|
11140
|
-
width: (
|
|
11141
|
-
height: (
|
|
11142
|
-
maxHeight: (
|
|
11140
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11141
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11142
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11143
11143
|
fit: {
|
|
11144
11144
|
type: BooleanConstructor;
|
|
11145
11145
|
default: boolean;
|
|
@@ -11163,13 +11163,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11163
11163
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11164
11164
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11165
11165
|
highlightCurrentRow: BooleanConstructor;
|
|
11166
|
-
currentRowKey: (
|
|
11166
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11167
11167
|
emptyText: StringConstructor;
|
|
11168
11168
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11169
11169
|
defaultExpandAll: BooleanConstructor;
|
|
11170
11170
|
defaultSort: PropType< Sort | undefined>;
|
|
11171
11171
|
tooltipEffect: StringConstructor;
|
|
11172
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11172
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11173
11173
|
spanMethod: PropType<((data: {
|
|
11174
11174
|
row: any;
|
|
11175
11175
|
rowIndex: number;
|
|
@@ -11213,7 +11213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11213
11213
|
};
|
|
11214
11214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11215
11215
|
flexible: BooleanConstructor;
|
|
11216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11216
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11217
11217
|
}>> & {
|
|
11218
11218
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11219
11219
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11257,7 +11257,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11257
11257
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
11258
11258
|
handleMouseLeave: () => void;
|
|
11259
11259
|
tableId: string;
|
|
11260
|
-
tableSize: ComputedRef<"" | "
|
|
11260
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
11261
11261
|
isHidden: Ref<boolean>;
|
|
11262
11262
|
isEmpty: ComputedRef<boolean>;
|
|
11263
11263
|
renderExpanded: Ref<null>;
|
|
@@ -11384,7 +11384,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11384
11384
|
color?: string | undefined;
|
|
11385
11385
|
} | undefined;
|
|
11386
11386
|
}>>;
|
|
11387
|
-
defaultSize: "" | "
|
|
11387
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
11388
11388
|
tableData: RecordType[];
|
|
11389
11389
|
pagination: false | Partial< PlusPaginationProps>;
|
|
11390
11390
|
hasIndexColumn: boolean;
|
|
@@ -11489,7 +11489,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11489
11489
|
default: boolean;
|
|
11490
11490
|
};
|
|
11491
11491
|
defaultSize: {
|
|
11492
|
-
type: PropType<"" | "
|
|
11492
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
11493
11493
|
default: string;
|
|
11494
11494
|
};
|
|
11495
11495
|
tableData: {
|
|
@@ -11581,14 +11581,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11581
11581
|
default: () => never[];
|
|
11582
11582
|
};
|
|
11583
11583
|
size: {
|
|
11584
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11584
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11585
11585
|
readonly required: false;
|
|
11586
11586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11587
11587
|
__epPropKey: true;
|
|
11588
11588
|
};
|
|
11589
|
-
width: (
|
|
11590
|
-
height: (
|
|
11591
|
-
maxHeight: (
|
|
11589
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11590
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11591
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11592
11592
|
fit: {
|
|
11593
11593
|
type: BooleanConstructor;
|
|
11594
11594
|
default: boolean;
|
|
@@ -11612,13 +11612,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11612
11612
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11613
11613
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11614
11614
|
highlightCurrentRow: BooleanConstructor;
|
|
11615
|
-
currentRowKey: (
|
|
11615
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11616
11616
|
emptyText: StringConstructor;
|
|
11617
11617
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11618
11618
|
defaultExpandAll: BooleanConstructor;
|
|
11619
11619
|
defaultSort: PropType< Sort | undefined>;
|
|
11620
11620
|
tooltipEffect: StringConstructor;
|
|
11621
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11621
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11622
11622
|
spanMethod: PropType<((data: {
|
|
11623
11623
|
row: any;
|
|
11624
11624
|
rowIndex: number;
|
|
@@ -11662,7 +11662,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11662
11662
|
};
|
|
11663
11663
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11664
11664
|
flexible: BooleanConstructor;
|
|
11665
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11665
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11666
11666
|
}>> & {
|
|
11667
11667
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11668
11668
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11706,7 +11706,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11706
11706
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
11707
11707
|
handleMouseLeave: () => void;
|
|
11708
11708
|
tableId: string;
|
|
11709
|
-
tableSize: ComputedRef<"" | "
|
|
11709
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
11710
11710
|
isHidden: Ref<boolean>;
|
|
11711
11711
|
isEmpty: ComputedRef<boolean>;
|
|
11712
11712
|
renderExpanded: Ref<null>;
|
|
@@ -11777,14 +11777,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11777
11777
|
default: () => never[];
|
|
11778
11778
|
};
|
|
11779
11779
|
size: {
|
|
11780
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11780
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11781
11781
|
readonly required: false;
|
|
11782
11782
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11783
11783
|
__epPropKey: true;
|
|
11784
11784
|
};
|
|
11785
|
-
width: (
|
|
11786
|
-
height: (
|
|
11787
|
-
maxHeight: (
|
|
11785
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11786
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11787
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11788
11788
|
fit: {
|
|
11789
11789
|
type: BooleanConstructor;
|
|
11790
11790
|
default: boolean;
|
|
@@ -11808,13 +11808,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11808
11808
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11809
11809
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11810
11810
|
highlightCurrentRow: BooleanConstructor;
|
|
11811
|
-
currentRowKey: (
|
|
11811
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11812
11812
|
emptyText: StringConstructor;
|
|
11813
11813
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11814
11814
|
defaultExpandAll: BooleanConstructor;
|
|
11815
11815
|
defaultSort: PropType< Sort | undefined>;
|
|
11816
11816
|
tooltipEffect: StringConstructor;
|
|
11817
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11817
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11818
11818
|
spanMethod: PropType<((data: {
|
|
11819
11819
|
row: any;
|
|
11820
11820
|
rowIndex: number;
|
|
@@ -11858,7 +11858,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11858
11858
|
};
|
|
11859
11859
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11860
11860
|
flexible: BooleanConstructor;
|
|
11861
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11861
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11862
11862
|
}>> & {
|
|
11863
11863
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11864
11864
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11912,14 +11912,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11912
11912
|
default: () => never[];
|
|
11913
11913
|
};
|
|
11914
11914
|
size: {
|
|
11915
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11915
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11916
11916
|
readonly required: false;
|
|
11917
11917
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11918
11918
|
__epPropKey: true;
|
|
11919
11919
|
};
|
|
11920
|
-
width: (
|
|
11921
|
-
height: (
|
|
11922
|
-
maxHeight: (
|
|
11920
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11921
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11922
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11923
11923
|
fit: {
|
|
11924
11924
|
type: BooleanConstructor;
|
|
11925
11925
|
default: boolean;
|
|
@@ -11943,13 +11943,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11943
11943
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11944
11944
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11945
11945
|
highlightCurrentRow: BooleanConstructor;
|
|
11946
|
-
currentRowKey: (
|
|
11946
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11947
11947
|
emptyText: StringConstructor;
|
|
11948
11948
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11949
11949
|
defaultExpandAll: BooleanConstructor;
|
|
11950
11950
|
defaultSort: PropType< Sort | undefined>;
|
|
11951
11951
|
tooltipEffect: StringConstructor;
|
|
11952
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11952
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11953
11953
|
spanMethod: PropType<((data: {
|
|
11954
11954
|
row: any;
|
|
11955
11955
|
rowIndex: number;
|
|
@@ -11993,7 +11993,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11993
11993
|
};
|
|
11994
11994
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11995
11995
|
flexible: BooleanConstructor;
|
|
11996
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11996
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11997
11997
|
}>> & {
|
|
11998
11998
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11999
11999
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12037,7 +12037,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12037
12037
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
12038
12038
|
handleMouseLeave: () => void;
|
|
12039
12039
|
tableId: string;
|
|
12040
|
-
tableSize: ComputedRef<"" | "
|
|
12040
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
12041
12041
|
isHidden: Ref<boolean>;
|
|
12042
12042
|
isEmpty: ComputedRef<boolean>;
|
|
12043
12043
|
renderExpanded: Ref<null>;
|
|
@@ -12156,14 +12156,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12156
12156
|
default: () => never[];
|
|
12157
12157
|
};
|
|
12158
12158
|
size: {
|
|
12159
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
12159
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
12160
12160
|
readonly required: false;
|
|
12161
12161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12162
12162
|
__epPropKey: true;
|
|
12163
12163
|
};
|
|
12164
|
-
width: (
|
|
12165
|
-
height: (
|
|
12166
|
-
maxHeight: (
|
|
12164
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12165
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12166
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12167
12167
|
fit: {
|
|
12168
12168
|
type: BooleanConstructor;
|
|
12169
12169
|
default: boolean;
|
|
@@ -12187,13 +12187,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12187
12187
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12188
12188
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12189
12189
|
highlightCurrentRow: BooleanConstructor;
|
|
12190
|
-
currentRowKey: (
|
|
12190
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12191
12191
|
emptyText: StringConstructor;
|
|
12192
12192
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12193
12193
|
defaultExpandAll: BooleanConstructor;
|
|
12194
12194
|
defaultSort: PropType< Sort | undefined>;
|
|
12195
12195
|
tooltipEffect: StringConstructor;
|
|
12196
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12196
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12197
12197
|
spanMethod: PropType<((data: {
|
|
12198
12198
|
row: any;
|
|
12199
12199
|
rowIndex: number;
|
|
@@ -12237,7 +12237,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12237
12237
|
};
|
|
12238
12238
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12239
12239
|
flexible: BooleanConstructor;
|
|
12240
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12240
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12241
12241
|
}>> & {
|
|
12242
12242
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12243
12243
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12281,7 +12281,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12281
12281
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
12282
12282
|
handleMouseLeave: () => void;
|
|
12283
12283
|
tableId: string;
|
|
12284
|
-
tableSize: ComputedRef<"" | "
|
|
12284
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
12285
12285
|
isHidden: Ref<boolean>;
|
|
12286
12286
|
isEmpty: ComputedRef<boolean>;
|
|
12287
12287
|
renderExpanded: Ref<null>;
|
|
@@ -12352,14 +12352,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12352
12352
|
default: () => never[];
|
|
12353
12353
|
};
|
|
12354
12354
|
size: {
|
|
12355
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
12355
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
12356
12356
|
readonly required: false;
|
|
12357
12357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12358
12358
|
__epPropKey: true;
|
|
12359
12359
|
};
|
|
12360
|
-
width: (
|
|
12361
|
-
height: (
|
|
12362
|
-
maxHeight: (
|
|
12360
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12361
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12362
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12363
12363
|
fit: {
|
|
12364
12364
|
type: BooleanConstructor;
|
|
12365
12365
|
default: boolean;
|
|
@@ -12383,13 +12383,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12383
12383
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12384
12384
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12385
12385
|
highlightCurrentRow: BooleanConstructor;
|
|
12386
|
-
currentRowKey: (
|
|
12386
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12387
12387
|
emptyText: StringConstructor;
|
|
12388
12388
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12389
12389
|
defaultExpandAll: BooleanConstructor;
|
|
12390
12390
|
defaultSort: PropType< Sort | undefined>;
|
|
12391
12391
|
tooltipEffect: StringConstructor;
|
|
12392
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12392
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12393
12393
|
spanMethod: PropType<((data: {
|
|
12394
12394
|
row: any;
|
|
12395
12395
|
rowIndex: number;
|
|
@@ -12433,7 +12433,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12433
12433
|
};
|
|
12434
12434
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12435
12435
|
flexible: BooleanConstructor;
|
|
12436
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12436
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12437
12437
|
}>> & {
|
|
12438
12438
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12439
12439
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12487,14 +12487,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12487
12487
|
default: () => never[];
|
|
12488
12488
|
};
|
|
12489
12489
|
size: {
|
|
12490
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
12490
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
12491
12491
|
readonly required: false;
|
|
12492
12492
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12493
12493
|
__epPropKey: true;
|
|
12494
12494
|
};
|
|
12495
|
-
width: (
|
|
12496
|
-
height: (
|
|
12497
|
-
maxHeight: (
|
|
12495
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12496
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12497
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12498
12498
|
fit: {
|
|
12499
12499
|
type: BooleanConstructor;
|
|
12500
12500
|
default: boolean;
|
|
@@ -12518,13 +12518,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12518
12518
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12519
12519
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12520
12520
|
highlightCurrentRow: BooleanConstructor;
|
|
12521
|
-
currentRowKey: (
|
|
12521
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12522
12522
|
emptyText: StringConstructor;
|
|
12523
12523
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12524
12524
|
defaultExpandAll: BooleanConstructor;
|
|
12525
12525
|
defaultSort: PropType< Sort | undefined>;
|
|
12526
12526
|
tooltipEffect: StringConstructor;
|
|
12527
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12527
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12528
12528
|
spanMethod: PropType<((data: {
|
|
12529
12529
|
row: any;
|
|
12530
12530
|
rowIndex: number;
|
|
@@ -12568,7 +12568,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12568
12568
|
};
|
|
12569
12569
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12570
12570
|
flexible: BooleanConstructor;
|
|
12571
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12571
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12572
12572
|
}>> & {
|
|
12573
12573
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12574
12574
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12612,7 +12612,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12612
12612
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
12613
12613
|
handleMouseLeave: () => void;
|
|
12614
12614
|
tableId: string;
|
|
12615
|
-
tableSize: ComputedRef<"" | "
|
|
12615
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
12616
12616
|
isHidden: Ref<boolean>;
|
|
12617
12617
|
isEmpty: ComputedRef<boolean>;
|
|
12618
12618
|
renderExpanded: Ref<null>;
|
|
@@ -12711,9 +12711,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12711
12711
|
defaultPageSize: number;
|
|
12712
12712
|
};
|
|
12713
12713
|
}>>>, {
|
|
12714
|
+
showSearch: boolean;
|
|
12714
12715
|
search: false | Record<string, unknown>;
|
|
12715
12716
|
pagination: false | Record<string, unknown>;
|
|
12716
|
-
showSearch: boolean;
|
|
12717
12717
|
isCard: boolean;
|
|
12718
12718
|
hideColumnSettingsIcon: boolean;
|
|
12719
12719
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|