yc-pro-components 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/check-card/index.d.ts +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/display-item/src/index.vue2.mjs +18 -5
- package/es/components/drawer-form/index.d.ts +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +45 -45
- package/es/components/form/src/form-content.vue.d.ts +22 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- package/es/components/form-item/index.d.ts +42 -42
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +20 -20
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +519 -455
- package/es/components/page/src/index.vue.d.ts +198 -203
- package/es/components/page/src/index.vue2.mjs +4 -2
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +154 -154
- package/es/components/search/src/index.vue.d.ts +50 -50
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +73 -54
- package/es/components/table/src/index.vue.d.ts +21 -18
- package/es/components/table/src/index.vue2.mjs +4 -2
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/table/src/type.d.ts +9 -0
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +424 -364
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/constants/form.d.ts +5 -0
- package/es/constants/form.mjs +2 -1
- package/es/constants/index.mjs +1 -1
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.mjs +1 -1
- package/es/types/plus.d.ts +29 -0
- package/index.js +26 -7
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +26 -8
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/display-item/src/index.vue2.js +16 -3
- package/lib/components/drawer-form/index.d.ts +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +22 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- package/lib/components/form-item/index.d.ts +42 -42
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +20 -20
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +519 -455
- package/lib/components/page/src/index.vue.d.ts +198 -203
- package/lib/components/page/src/index.vue2.js +4 -2
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +154 -154
- package/lib/components/search/src/index.vue.d.ts +50 -50
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +73 -54
- package/lib/components/table/src/index.vue.d.ts +21 -18
- package/lib/components/table/src/index.vue2.js +3 -1
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/table/src/type.d.ts +9 -0
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +424 -364
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/constants/form.d.ts +5 -0
- package/lib/constants/form.js +2 -0
- package/lib/constants/index.js +1 -0
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.js +1 -0
- package/lib/types/plus.d.ts +29 -0
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { LooseRequired } from '@vue/shared';
|
|
|
3
3
|
import { FormItemRule, RowProps, ColProps, CardProps, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
4
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { PlusFormGroupRow } from './src/type';
|
|
6
|
-
import {
|
|
6
|
+
import { FieldValues, PlusColumn, Mutable, RecordType, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
|
|
7
7
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Component } from 'vue';
|
|
8
8
|
import { default as Form } from './src/index.vue';
|
|
9
9
|
|
|
@@ -11,6 +11,10 @@ export type PlusFormInstance = InstanceType<typeof Form>;
|
|
|
11
11
|
export * from './src/type';
|
|
12
12
|
export declare const PlusForm: {
|
|
13
13
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
14
|
+
modelValue: {
|
|
15
|
+
type: PropType<FieldValues>;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
14
18
|
collapseDuration: {
|
|
15
19
|
type: PropType<number>;
|
|
16
20
|
default: undefined;
|
|
@@ -27,10 +31,6 @@ export declare const PlusForm: {
|
|
|
27
31
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
28
32
|
default: boolean;
|
|
29
33
|
};
|
|
30
|
-
modelValue: {
|
|
31
|
-
type: PropType<FieldValues>;
|
|
32
|
-
default: () => {};
|
|
33
|
-
};
|
|
34
34
|
rules: {
|
|
35
35
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
36
36
|
default: () => {};
|
|
@@ -94,7 +94,7 @@ export declare const PlusForm: {
|
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
96
|
footerAlign: {
|
|
97
|
-
type: PropType<"
|
|
97
|
+
type: PropType<"center" | "right" | "left">;
|
|
98
98
|
default: string;
|
|
99
99
|
};
|
|
100
100
|
cardProps: {
|
|
@@ -113,10 +113,10 @@ export declare const PlusForm: {
|
|
|
113
113
|
default: boolean;
|
|
114
114
|
};
|
|
115
115
|
}>> & {
|
|
116
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
116
117
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
117
118
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
118
119
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
119
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
120
120
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
122
122
|
}, {
|
|
@@ -412,6 +412,10 @@ export declare const PlusForm: {
|
|
|
412
412
|
submitError: (errors: unknown) => void;
|
|
413
413
|
validate: (...args: any[]) => void;
|
|
414
414
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
415
|
+
modelValue: {
|
|
416
|
+
type: PropType<FieldValues>;
|
|
417
|
+
default: () => {};
|
|
418
|
+
};
|
|
415
419
|
collapseDuration: {
|
|
416
420
|
type: PropType<number>;
|
|
417
421
|
default: undefined;
|
|
@@ -428,10 +432,6 @@ export declare const PlusForm: {
|
|
|
428
432
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
429
433
|
default: boolean;
|
|
430
434
|
};
|
|
431
|
-
modelValue: {
|
|
432
|
-
type: PropType<FieldValues>;
|
|
433
|
-
default: () => {};
|
|
434
|
-
};
|
|
435
435
|
rules: {
|
|
436
436
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
437
437
|
default: () => {};
|
|
@@ -495,7 +495,7 @@ export declare const PlusForm: {
|
|
|
495
495
|
default: boolean;
|
|
496
496
|
};
|
|
497
497
|
footerAlign: {
|
|
498
|
-
type: PropType<"
|
|
498
|
+
type: PropType<"center" | "right" | "left">;
|
|
499
499
|
default: string;
|
|
500
500
|
};
|
|
501
501
|
cardProps: {
|
|
@@ -514,18 +514,18 @@ export declare const PlusForm: {
|
|
|
514
514
|
default: boolean;
|
|
515
515
|
};
|
|
516
516
|
}>> & {
|
|
517
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
517
518
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
518
519
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
519
520
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
520
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
521
521
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
522
522
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
523
523
|
}, {
|
|
524
|
+
modelValue: FieldValues;
|
|
524
525
|
collapseDuration: number;
|
|
525
526
|
collapseTransition: boolean;
|
|
526
527
|
columns: PlusColumn[];
|
|
527
528
|
group: false | PlusFormGroupRow[];
|
|
528
|
-
modelValue: FieldValues;
|
|
529
529
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
530
530
|
labelPosition: "top" | "right" | "left";
|
|
531
531
|
labelWidth: string | number;
|
|
@@ -546,7 +546,7 @@ export declare const PlusForm: {
|
|
|
546
546
|
submitText: string;
|
|
547
547
|
resetText: string;
|
|
548
548
|
submitLoading: boolean;
|
|
549
|
-
footerAlign: "
|
|
549
|
+
footerAlign: "center" | "right" | "left";
|
|
550
550
|
cardProps: Partial< Mutable<CardProps> & {
|
|
551
551
|
style?: CSSProperties | undefined;
|
|
552
552
|
class?: any;
|
|
@@ -561,6 +561,10 @@ export declare const PlusForm: {
|
|
|
561
561
|
M: {};
|
|
562
562
|
Defaults: {};
|
|
563
563
|
}, Readonly< ExtractPropTypes<{
|
|
564
|
+
modelValue: {
|
|
565
|
+
type: PropType<FieldValues>;
|
|
566
|
+
default: () => {};
|
|
567
|
+
};
|
|
564
568
|
collapseDuration: {
|
|
565
569
|
type: PropType<number>;
|
|
566
570
|
default: undefined;
|
|
@@ -577,10 +581,6 @@ export declare const PlusForm: {
|
|
|
577
581
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
578
582
|
default: boolean;
|
|
579
583
|
};
|
|
580
|
-
modelValue: {
|
|
581
|
-
type: PropType<FieldValues>;
|
|
582
|
-
default: () => {};
|
|
583
|
-
};
|
|
584
584
|
rules: {
|
|
585
585
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
586
586
|
default: () => {};
|
|
@@ -644,7 +644,7 @@ export declare const PlusForm: {
|
|
|
644
644
|
default: boolean;
|
|
645
645
|
};
|
|
646
646
|
footerAlign: {
|
|
647
|
-
type: PropType<"
|
|
647
|
+
type: PropType<"center" | "right" | "left">;
|
|
648
648
|
default: string;
|
|
649
649
|
};
|
|
650
650
|
cardProps: {
|
|
@@ -663,10 +663,10 @@ export declare const PlusForm: {
|
|
|
663
663
|
default: boolean;
|
|
664
664
|
};
|
|
665
665
|
}>> & {
|
|
666
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
666
667
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
667
668
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
668
669
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
669
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
670
670
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
671
671
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
672
672
|
}, {
|
|
@@ -955,11 +955,11 @@ export declare const PlusForm: {
|
|
|
955
955
|
handleSubmit: () => void;
|
|
956
956
|
handleReset: () => void;
|
|
957
957
|
}, {}, {}, {}, {
|
|
958
|
+
modelValue: FieldValues;
|
|
958
959
|
collapseDuration: number;
|
|
959
960
|
collapseTransition: boolean;
|
|
960
961
|
columns: PlusColumn[];
|
|
961
962
|
group: false | PlusFormGroupRow[];
|
|
962
|
-
modelValue: FieldValues;
|
|
963
963
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
964
964
|
labelPosition: "top" | "right" | "left";
|
|
965
965
|
labelWidth: string | number;
|
|
@@ -980,7 +980,7 @@ export declare const PlusForm: {
|
|
|
980
980
|
submitText: string;
|
|
981
981
|
resetText: string;
|
|
982
982
|
submitLoading: boolean;
|
|
983
|
-
footerAlign: "
|
|
983
|
+
footerAlign: "center" | "right" | "left";
|
|
984
984
|
cardProps: Partial< Mutable<CardProps> & {
|
|
985
985
|
style?: CSSProperties | undefined;
|
|
986
986
|
class?: any;
|
|
@@ -992,6 +992,10 @@ export declare const PlusForm: {
|
|
|
992
992
|
__isTeleport?: undefined;
|
|
993
993
|
__isSuspense?: undefined;
|
|
994
994
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
995
|
+
modelValue: {
|
|
996
|
+
type: PropType<FieldValues>;
|
|
997
|
+
default: () => {};
|
|
998
|
+
};
|
|
995
999
|
collapseDuration: {
|
|
996
1000
|
type: PropType<number>;
|
|
997
1001
|
default: undefined;
|
|
@@ -1008,10 +1012,6 @@ export declare const PlusForm: {
|
|
|
1008
1012
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1009
1013
|
default: boolean;
|
|
1010
1014
|
};
|
|
1011
|
-
modelValue: {
|
|
1012
|
-
type: PropType<FieldValues>;
|
|
1013
|
-
default: () => {};
|
|
1014
|
-
};
|
|
1015
1015
|
rules: {
|
|
1016
1016
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1017
1017
|
default: () => {};
|
|
@@ -1075,7 +1075,7 @@ export declare const PlusForm: {
|
|
|
1075
1075
|
default: boolean;
|
|
1076
1076
|
};
|
|
1077
1077
|
footerAlign: {
|
|
1078
|
-
type: PropType<"
|
|
1078
|
+
type: PropType<"center" | "right" | "left">;
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
cardProps: {
|
|
@@ -1094,10 +1094,10 @@ export declare const PlusForm: {
|
|
|
1094
1094
|
default: boolean;
|
|
1095
1095
|
};
|
|
1096
1096
|
}>> & {
|
|
1097
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1097
1098
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1098
1099
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1099
1100
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1100
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1101
1101
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1102
1102
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1103
1103
|
}, {
|
|
@@ -1393,11 +1393,11 @@ export declare const PlusForm: {
|
|
|
1393
1393
|
submitError: (errors: unknown) => void;
|
|
1394
1394
|
validate: (...args: any[]) => void;
|
|
1395
1395
|
}, string, {
|
|
1396
|
+
modelValue: FieldValues;
|
|
1396
1397
|
collapseDuration: number;
|
|
1397
1398
|
collapseTransition: boolean;
|
|
1398
1399
|
columns: PlusColumn[];
|
|
1399
1400
|
group: false | PlusFormGroupRow[];
|
|
1400
|
-
modelValue: FieldValues;
|
|
1401
1401
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1402
1402
|
labelPosition: "top" | "right" | "left";
|
|
1403
1403
|
labelWidth: string | number;
|
|
@@ -1418,7 +1418,7 @@ export declare const PlusForm: {
|
|
|
1418
1418
|
submitText: string;
|
|
1419
1419
|
resetText: string;
|
|
1420
1420
|
submitLoading: boolean;
|
|
1421
|
-
footerAlign: "
|
|
1421
|
+
footerAlign: "center" | "right" | "left";
|
|
1422
1422
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1423
1423
|
style?: CSSProperties | undefined;
|
|
1424
1424
|
class?: any;
|
|
@@ -1438,14 +1438,14 @@ export declare const PlusForm: {
|
|
|
1438
1438
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1439
1439
|
columns?: PlusColumn[] | undefined;
|
|
1440
1440
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1441
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1441
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1442
1442
|
readonly label: string | ComputedRef<string>;
|
|
1443
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1443
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1444
1444
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1445
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1445
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1446
1446
|
style?: CSSProperties | undefined;
|
|
1447
1447
|
class?: any;
|
|
1448
|
-
} & RecordType> | ComputedRef<
|
|
1448
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1449
1449
|
style?: CSSProperties | undefined;
|
|
1450
1450
|
class?: any;
|
|
1451
1451
|
} & RecordType>>;
|
|
@@ -1512,12 +1512,12 @@ export declare const PlusForm: {
|
|
|
1512
1512
|
fieldInstance?: any;
|
|
1513
1513
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1514
1514
|
prop: string;
|
|
1515
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1515
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1516
1516
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1517
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1517
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1518
1518
|
style?: CSSProperties | undefined;
|
|
1519
1519
|
class?: any;
|
|
1520
|
-
} & RecordType> | ComputedRef<
|
|
1520
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1521
1521
|
style?: CSSProperties | undefined;
|
|
1522
1522
|
class?: any;
|
|
1523
1523
|
} & RecordType>>;
|
|
@@ -1546,14 +1546,14 @@ export declare const PlusForm: {
|
|
|
1546
1546
|
clearable: boolean;
|
|
1547
1547
|
index: number;
|
|
1548
1548
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1549
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1549
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1550
1550
|
readonly label: string | ComputedRef<string>;
|
|
1551
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1551
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1552
1552
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1553
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1553
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1554
1554
|
style?: CSSProperties | undefined;
|
|
1555
1555
|
class?: any;
|
|
1556
|
-
} & RecordType> | ComputedRef<
|
|
1556
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1557
1557
|
style?: CSSProperties | undefined;
|
|
1558
1558
|
class?: any;
|
|
1559
1559
|
} & RecordType>>;
|
|
@@ -1620,12 +1620,12 @@ export declare const PlusForm: {
|
|
|
1620
1620
|
fieldInstance?: any;
|
|
1621
1621
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1622
1622
|
prop: string;
|
|
1623
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1623
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1624
1624
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1625
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1625
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1626
1626
|
style?: CSSProperties | undefined;
|
|
1627
1627
|
class?: any;
|
|
1628
|
-
} & RecordType> | ComputedRef<
|
|
1628
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1629
1629
|
style?: CSSProperties | undefined;
|
|
1630
1630
|
class?: any;
|
|
1631
1631
|
} & RecordType>>;
|
|
@@ -54,13 +54,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
54
54
|
collapseTransition: undefined;
|
|
55
55
|
clearable: boolean;
|
|
56
56
|
}>>> & {
|
|
57
|
-
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
58
57
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
58
|
+
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
59
59
|
}, {
|
|
60
|
+
modelValue: FieldValues;
|
|
60
61
|
collapseDuration: number;
|
|
61
62
|
collapseTransition: boolean;
|
|
62
63
|
columns: PlusColumn[];
|
|
63
|
-
modelValue: FieldValues;
|
|
64
64
|
hasLabel: boolean;
|
|
65
65
|
rowProps: Partial< Mutable<RowProps> & {
|
|
66
66
|
style?: CSSProperties | undefined;
|
|
@@ -94,10 +94,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
94
94
|
value: string | number;
|
|
95
95
|
row: RecordType;
|
|
96
96
|
}) => OptionsRow<undefined>) | undefined;
|
|
97
|
-
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
97
|
+
tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
98
98
|
style?: CSSProperties | undefined;
|
|
99
99
|
class?: any;
|
|
100
|
-
} & RecordType> | ComputedRef<
|
|
100
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
101
101
|
style?: CSSProperties | undefined;
|
|
102
102
|
class?: any;
|
|
103
103
|
} & RecordType>> | undefined;
|
|
@@ -124,6 +124,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
124
124
|
}) => RenderTypes) | undefined;
|
|
125
125
|
order?: number | ComputedRef<number> | undefined;
|
|
126
126
|
children?: PlusColumn[] | undefined;
|
|
127
|
+
emptyText?: string | undefined;
|
|
127
128
|
autoDict?: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
|
|
128
129
|
store?: any;
|
|
129
130
|
method?: string | undefined;
|
|
@@ -197,14 +198,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
197
198
|
label?: string | undefined;
|
|
198
199
|
}) => RenderTypes) | undefined;
|
|
199
200
|
}) => any>> & Partial<Record<string, (_: {
|
|
200
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
201
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
201
202
|
readonly label: string | ComputedRef<string>;
|
|
202
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
203
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
203
204
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
204
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
205
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
205
206
|
style?: CSSProperties | undefined;
|
|
206
207
|
class?: any;
|
|
207
|
-
} & RecordType> | ComputedRef<
|
|
208
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
208
209
|
style?: CSSProperties | undefined;
|
|
209
210
|
class?: any;
|
|
210
211
|
} & RecordType>>;
|
|
@@ -271,12 +272,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
271
272
|
fieldInstance?: any;
|
|
272
273
|
valueIsReady?: Ref<boolean> | undefined;
|
|
273
274
|
prop: string;
|
|
274
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
275
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
275
276
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
276
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
277
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
277
278
|
style?: CSSProperties | undefined;
|
|
278
279
|
class?: any;
|
|
279
|
-
} & RecordType> | ComputedRef<
|
|
280
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
280
281
|
style?: CSSProperties | undefined;
|
|
281
282
|
class?: any;
|
|
282
283
|
} & RecordType>>;
|
|
@@ -305,14 +306,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
305
306
|
clearable: boolean;
|
|
306
307
|
index: number;
|
|
307
308
|
}) => any>> & Partial<Record<string, (_: {
|
|
308
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
309
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
309
310
|
readonly label: string | ComputedRef<string>;
|
|
310
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
311
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
311
312
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
312
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
313
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
313
314
|
style?: CSSProperties | undefined;
|
|
314
315
|
class?: any;
|
|
315
|
-
} & RecordType> | ComputedRef<
|
|
316
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
316
317
|
style?: CSSProperties | undefined;
|
|
317
318
|
class?: any;
|
|
318
319
|
} & RecordType>>;
|
|
@@ -379,12 +380,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
379
380
|
fieldInstance?: any;
|
|
380
381
|
valueIsReady?: Ref<boolean> | undefined;
|
|
381
382
|
prop: string;
|
|
382
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
383
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
383
384
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
384
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
385
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
385
386
|
style?: CSSProperties | undefined;
|
|
386
387
|
class?: any;
|
|
387
|
-
} & RecordType> | ComputedRef<
|
|
388
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
388
389
|
style?: CSSProperties | undefined;
|
|
389
390
|
class?: any;
|
|
390
391
|
} & RecordType>>;
|
|
@@ -435,10 +436,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
435
436
|
value: string | number;
|
|
436
437
|
row: RecordType;
|
|
437
438
|
}) => OptionsRow<undefined>) | undefined;
|
|
438
|
-
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
439
|
+
tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
439
440
|
style?: CSSProperties | undefined;
|
|
440
441
|
class?: any;
|
|
441
|
-
} & RecordType> | ComputedRef<
|
|
442
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
442
443
|
style?: CSSProperties | undefined;
|
|
443
444
|
class?: any;
|
|
444
445
|
} & RecordType>> | undefined;
|
|
@@ -465,6 +466,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
465
466
|
}) => RenderTypes) | undefined;
|
|
466
467
|
order?: number | ComputedRef<number> | undefined;
|
|
467
468
|
children?: PlusColumn[] | undefined;
|
|
469
|
+
emptyText?: string | undefined;
|
|
468
470
|
autoDict?: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
|
|
469
471
|
store?: any;
|
|
470
472
|
method?: string | undefined;
|
|
@@ -348,18 +348,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
348
348
|
collapseTransition: undefined;
|
|
349
349
|
clearable: boolean;
|
|
350
350
|
}>>> & {
|
|
351
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
351
352
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
352
353
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
353
354
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
354
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
355
355
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
356
356
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
357
357
|
}, {
|
|
358
|
+
modelValue: FieldValues;
|
|
358
359
|
collapseDuration: number;
|
|
359
360
|
collapseTransition: boolean;
|
|
360
361
|
columns: PlusColumn[];
|
|
361
362
|
group: false | PlusFormGroupRow[];
|
|
362
|
-
modelValue: FieldValues;
|
|
363
363
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
364
364
|
labelPosition: "top" | "right" | "left";
|
|
365
365
|
labelWidth: string | number;
|
|
@@ -380,7 +380,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
380
380
|
submitText: string;
|
|
381
381
|
resetText: string;
|
|
382
382
|
submitLoading: boolean;
|
|
383
|
-
footerAlign: "
|
|
383
|
+
footerAlign: "center" | "right" | "left";
|
|
384
384
|
cardProps: Partial< Mutable<CardProps> & {
|
|
385
385
|
style?: CSSProperties | undefined;
|
|
386
386
|
class?: any;
|
|
@@ -399,14 +399,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
399
399
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
400
400
|
columns?: PlusColumn[] | undefined;
|
|
401
401
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
402
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
402
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
403
403
|
readonly label: string | ComputedRef<string>;
|
|
404
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
404
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
405
405
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
406
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
406
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
407
407
|
style?: CSSProperties | undefined;
|
|
408
408
|
class?: any;
|
|
409
|
-
} & RecordType> | ComputedRef<
|
|
409
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
410
410
|
style?: CSSProperties | undefined;
|
|
411
411
|
class?: any;
|
|
412
412
|
} & RecordType>>;
|
|
@@ -473,12 +473,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
473
473
|
fieldInstance?: any;
|
|
474
474
|
valueIsReady?: Ref<boolean> | undefined;
|
|
475
475
|
prop: string;
|
|
476
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
476
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
477
477
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
478
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
478
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
479
479
|
style?: CSSProperties | undefined;
|
|
480
480
|
class?: any;
|
|
481
|
-
} & RecordType> | ComputedRef<
|
|
481
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
482
482
|
style?: CSSProperties | undefined;
|
|
483
483
|
class?: any;
|
|
484
484
|
} & RecordType>>;
|
|
@@ -507,14 +507,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
507
507
|
clearable: boolean;
|
|
508
508
|
index: number;
|
|
509
509
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
510
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
510
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
511
511
|
readonly label: string | ComputedRef<string>;
|
|
512
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
512
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
513
513
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
514
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
514
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
515
515
|
style?: CSSProperties | undefined;
|
|
516
516
|
class?: any;
|
|
517
|
-
} & RecordType> | ComputedRef<
|
|
517
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
518
518
|
style?: CSSProperties | undefined;
|
|
519
519
|
class?: any;
|
|
520
520
|
} & RecordType>>;
|
|
@@ -581,12 +581,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
581
581
|
fieldInstance?: any;
|
|
582
582
|
valueIsReady?: Ref<boolean> | undefined;
|
|
583
583
|
prop: string;
|
|
584
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
584
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
585
585
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
586
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
586
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
587
587
|
style?: CSSProperties | undefined;
|
|
588
588
|
class?: any;
|
|
589
|
-
} & RecordType> | ComputedRef<
|
|
589
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
590
590
|
style?: CSSProperties | undefined;
|
|
591
591
|
class?: any;
|
|
592
592
|
} & RecordType>>;
|