yc-pro-components 0.0.9 → 0.0.10
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/components/yc-text/src/index.vue2.mjs +31 -4
- package/es/hooks/usePlusFormReset.d.ts +487 -487
- package/index.js +31 -4
- package/index.min.js +2 -2
- package/index.min.mjs +3 -3
- package/index.mjs +31 -4
- 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/components/yc-text/src/index.vue2.js +30 -3
- 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
|
@@ -791,8 +791,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
791
791
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
792
792
|
__epPropKey: true;
|
|
793
793
|
};
|
|
794
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
795
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
794
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
795
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
796
796
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
797
797
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
798
798
|
readonly inline: BooleanConstructor;
|
|
@@ -809,7 +809,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
809
809
|
__epPropKey: true;
|
|
810
810
|
};
|
|
811
811
|
readonly size: {
|
|
812
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
812
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
813
813
|
readonly required: false;
|
|
814
814
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
815
815
|
__epPropKey: true;
|
|
@@ -827,8 +827,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
827
827
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
828
828
|
__epPropKey: true;
|
|
829
829
|
};
|
|
830
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
831
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
830
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
831
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
832
832
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
833
833
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
834
834
|
readonly inline: BooleanConstructor;
|
|
@@ -845,7 +845,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
845
845
|
__epPropKey: true;
|
|
846
846
|
};
|
|
847
847
|
readonly size: {
|
|
848
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
848
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
849
849
|
readonly required: false;
|
|
850
850
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
851
851
|
__epPropKey: true;
|
|
@@ -856,7 +856,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
856
856
|
}>>;
|
|
857
857
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
858
858
|
fields: FormItemContext[];
|
|
859
|
-
formSize: ComputedRef<"" | "
|
|
859
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
860
860
|
ns: {
|
|
861
861
|
namespace: ComputedRef<string>;
|
|
862
862
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -876,7 +876,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
876
876
|
cssVarBlockName: (name: string) => string;
|
|
877
877
|
};
|
|
878
878
|
formClasses: ComputedRef<(string | {
|
|
879
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
879
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
880
880
|
})[]>;
|
|
881
881
|
getField: (prop: string) => FormItemContext | undefined;
|
|
882
882
|
addField: (field: FormItemContext) => void;
|
|
@@ -899,8 +899,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
899
899
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
900
900
|
__epPropKey: true;
|
|
901
901
|
};
|
|
902
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
903
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
902
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
903
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
904
904
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
905
905
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
906
906
|
readonly inline: BooleanConstructor;
|
|
@@ -917,7 +917,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
917
917
|
__epPropKey: true;
|
|
918
918
|
};
|
|
919
919
|
readonly size: {
|
|
920
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
920
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
921
921
|
readonly required: false;
|
|
922
922
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
923
923
|
__epPropKey: true;
|
|
@@ -927,8 +927,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
927
927
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
928
928
|
}, {
|
|
929
929
|
readonly disabled: boolean;
|
|
930
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
931
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
930
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
931
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
932
932
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
933
933
|
readonly labelSuffix: string;
|
|
934
934
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -953,8 +953,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
953
953
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
954
954
|
__epPropKey: true;
|
|
955
955
|
};
|
|
956
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
957
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
956
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
957
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
958
958
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
959
959
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
960
960
|
readonly inline: BooleanConstructor;
|
|
@@ -971,7 +971,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
971
971
|
__epPropKey: true;
|
|
972
972
|
};
|
|
973
973
|
readonly size: {
|
|
974
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
974
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
975
975
|
readonly required: false;
|
|
976
976
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
977
977
|
__epPropKey: true;
|
|
@@ -989,8 +989,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
989
989
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
990
990
|
__epPropKey: true;
|
|
991
991
|
};
|
|
992
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
993
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
992
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
993
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
994
994
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
995
995
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
996
996
|
readonly inline: BooleanConstructor;
|
|
@@ -1007,7 +1007,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1007
1007
|
__epPropKey: true;
|
|
1008
1008
|
};
|
|
1009
1009
|
readonly size: {
|
|
1010
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1010
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1011
1011
|
readonly required: false;
|
|
1012
1012
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1013
1013
|
__epPropKey: true;
|
|
@@ -1018,7 +1018,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1018
1018
|
}>>;
|
|
1019
1019
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1020
1020
|
fields: FormItemContext[];
|
|
1021
|
-
formSize: ComputedRef<"" | "
|
|
1021
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1022
1022
|
ns: {
|
|
1023
1023
|
namespace: ComputedRef<string>;
|
|
1024
1024
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1038,7 +1038,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1038
1038
|
cssVarBlockName: (name: string) => string;
|
|
1039
1039
|
};
|
|
1040
1040
|
formClasses: ComputedRef<(string | {
|
|
1041
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1041
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1042
1042
|
})[]>;
|
|
1043
1043
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1044
1044
|
addField: (field: FormItemContext) => void;
|
|
@@ -1053,8 +1053,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1053
1053
|
scrollToField: (prop: FormItemProp) => void;
|
|
1054
1054
|
}, {}, {}, {}, {
|
|
1055
1055
|
readonly disabled: boolean;
|
|
1056
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1057
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1056
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1057
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1058
1058
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1059
1059
|
readonly labelSuffix: string;
|
|
1060
1060
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1087,17 +1087,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1087
1087
|
drawer: () => {};
|
|
1088
1088
|
form: () => {};
|
|
1089
1089
|
}>>> & {
|
|
1090
|
-
|
|
1090
|
+
onCancel?: (() => any) | undefined;
|
|
1091
1091
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1092
1092
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
1093
|
-
|
|
1093
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1094
1094
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
1095
1095
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
1096
1096
|
}, {
|
|
1097
1097
|
size: string | number;
|
|
1098
|
-
modelValue: FieldValues;
|
|
1099
1098
|
form: PlusFormProps;
|
|
1100
1099
|
visible: boolean;
|
|
1100
|
+
modelValue: FieldValues;
|
|
1101
1101
|
hasErrorTip: boolean;
|
|
1102
1102
|
hasFooter: boolean;
|
|
1103
1103
|
confirmLoading: boolean;
|
|
@@ -1108,14 +1108,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1108
1108
|
class?: any;
|
|
1109
1109
|
} & RecordType>;
|
|
1110
1110
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
1111
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1111
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1112
1112
|
readonly label: string | ComputedRef<string>;
|
|
1113
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1113
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1114
1114
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1115
|
-
readonly tooltip: string |
|
|
1115
|
+
readonly tooltip: string | Partial<Mutable< ElTooltipProps> & {
|
|
1116
1116
|
style?: CSSProperties | undefined;
|
|
1117
1117
|
class?: any;
|
|
1118
|
-
} & RecordType> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1118
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1119
1119
|
style?: CSSProperties | undefined;
|
|
1120
1120
|
class?: any;
|
|
1121
1121
|
} & RecordType>>;
|
|
@@ -1137,7 +1137,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1137
1137
|
};
|
|
1138
1138
|
rows: number;
|
|
1139
1139
|
autocomplete: string;
|
|
1140
|
-
type: "" | "number" | "
|
|
1140
|
+
type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1141
1141
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1142
1142
|
step: string | number;
|
|
1143
1143
|
format: string | ProgressFn | undefined;
|
|
@@ -1176,12 +1176,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1176
1176
|
fieldInstance?: any;
|
|
1177
1177
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1178
1178
|
prop: string;
|
|
1179
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1179
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1180
1180
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1181
|
-
tooltip: string |
|
|
1181
|
+
tooltip: string | Partial<Mutable< ElTooltipProps> & {
|
|
1182
1182
|
style?: CSSProperties | undefined;
|
|
1183
1183
|
class?: any;
|
|
1184
|
-
} & RecordType> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1184
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1185
1185
|
style?: CSSProperties | undefined;
|
|
1186
1186
|
class?: any;
|
|
1187
1187
|
} & RecordType>>;
|