yc-pro-components 0.0.4 → 0.0.6
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 +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +7 -7
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +26 -26
- package/es/components/drawer-form/src/index.vue.d.ts +8 -8
- package/es/components/form/index.d.ts +14 -14
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +14 -14
- package/es/components/form-item/index.d.ts +32 -32
- 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/index.d.ts +0 -1
- package/es/components/index.mjs +0 -2
- package/es/components/input-tag/index.d.ts +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/page/index.d.ts +220 -220
- package/es/components/page/src/index.vue.d.ts +78 -78
- package/es/components/radio/index.d.ts +25 -25
- package/es/components/radio/src/index.vue.d.ts +25 -25
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +49 -49
- package/es/components/search/src/index.vue.d.ts +21 -21
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-line-tree/src/index.vue2.mjs +2 -18
- 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 +203 -203
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +90 -90
- package/es/index.mjs +0 -2
- package/index.js +11 -2066
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +12 -2060
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +7 -7
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +26 -26
- package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
- package/lib/components/form/index.d.ts +14 -14
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +14 -14
- package/lib/components/form-item/index.d.ts +32 -32
- 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/index.d.ts +0 -1
- package/lib/components/index.js +10 -19
- package/lib/components/input-tag/index.d.ts +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/page/index.d.ts +220 -220
- package/lib/components/page/src/index.vue.d.ts +78 -78
- package/lib/components/radio/index.d.ts +25 -25
- package/lib/components/radio/src/index.vue.d.ts +25 -25
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +49 -49
- package/lib/components/search/src/index.vue.d.ts +21 -21
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-line-tree/src/index.vue2.js +2 -18
- 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 +203 -203
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +90 -90
- package/lib/index.js +10 -19
- 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 -2
- package/es/components/yc-icon/index.d.ts +0 -49
- package/es/components/yc-icon/index.mjs +0 -10
- package/es/components/yc-icon/src/hooks.d.ts +0 -11
- package/es/components/yc-icon/src/hooks.mjs +0 -80
- package/es/components/yc-icon/src/iconfont.d.ts +0 -21
- package/es/components/yc-icon/src/iconfont.mjs +0 -45
- package/es/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/es/components/yc-icon/src/iconifyIconOffline.mjs +0 -51
- package/es/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/es/components/yc-icon/src/iconifyIconOnline.mjs +0 -30
- package/es/components/yc-icon/src/types.d.ts +0 -35
- package/es/components/yc-icon/src/types.mjs +0 -1
- package/lib/components/yc-icon/index.d.ts +0 -49
- package/lib/components/yc-icon/index.js +0 -18
- package/lib/components/yc-icon/src/hooks.d.ts +0 -11
- package/lib/components/yc-icon/src/hooks.js +0 -82
- package/lib/components/yc-icon/src/iconfont.d.ts +0 -21
- package/lib/components/yc-icon/src/iconfont.js +0 -49
- package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/lib/components/yc-icon/src/iconifyIconOffline.js +0 -55
- package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/lib/components/yc-icon/src/iconifyIconOnline.js +0 -34
- package/lib/components/yc-icon/src/types.d.ts +0 -35
- package/lib/components/yc-icon/src/types.js +0 -2
|
@@ -47,11 +47,11 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
47
47
|
onChange?: ((value: SelectValueType) => any) | undefined;
|
|
48
48
|
"onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
filterable: boolean;
|
|
51
50
|
disabled: boolean;
|
|
51
|
+
filterable: boolean;
|
|
52
52
|
options: SelectOption[];
|
|
53
53
|
pageSize: number;
|
|
54
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
54
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
55
55
|
multiple: boolean;
|
|
56
56
|
clearable: boolean;
|
|
57
57
|
placeholder: string;
|
|
@@ -28,9 +28,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
28
28
|
onCancel?: (() => any) | undefined;
|
|
29
29
|
onConfirm?: (() => any) | undefined;
|
|
30
30
|
}, {
|
|
31
|
+
content: string;
|
|
31
32
|
title: string;
|
|
32
33
|
width: string | number;
|
|
33
|
-
content: string;
|
|
34
34
|
visible: boolean;
|
|
35
35
|
status: StatusType;
|
|
36
36
|
cancelText: string;
|
|
@@ -18,9 +18,9 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
18
18
|
}>>>, {
|
|
19
19
|
size: string | number;
|
|
20
20
|
color: string;
|
|
21
|
+
opacity: number;
|
|
21
22
|
preserveColor: boolean;
|
|
22
23
|
grayscale: boolean;
|
|
23
|
-
opacity: number;
|
|
24
24
|
customFilter: string;
|
|
25
25
|
}, {}>;
|
|
26
26
|
export default _default;
|
|
@@ -9,7 +9,7 @@ interface TippyOptions {
|
|
|
9
9
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
10
10
|
/** 行数限制 */
|
|
11
11
|
lineClamp: {
|
|
12
|
-
type: (
|
|
12
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
13
13
|
};
|
|
14
14
|
/** Tippy 配置 */
|
|
15
15
|
tippyProps: {
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
|
19
19
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
20
20
|
/** 行数限制 */
|
|
21
21
|
lineClamp: {
|
|
22
|
-
type: (
|
|
22
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
23
23
|
};
|
|
24
24
|
/** Tippy 配置 */
|
|
25
25
|
tippyProps: {
|
|
@@ -803,12 +803,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
803
803
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
804
804
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
805
805
|
readonly label: string | ComputedRef<string>;
|
|
806
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
806
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
807
807
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
808
|
-
readonly tooltip: string |
|
|
808
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
809
809
|
style?: CSSProperties | undefined;
|
|
810
810
|
class?: any;
|
|
811
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
811
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
812
812
|
style?: CSSProperties | undefined;
|
|
813
813
|
class?: any;
|
|
814
814
|
} & RecordType>>;
|
|
@@ -830,7 +830,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
830
830
|
};
|
|
831
831
|
rows: number;
|
|
832
832
|
autocomplete: string;
|
|
833
|
-
type: "" | "number" | "default" | "
|
|
833
|
+
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";
|
|
834
834
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
835
835
|
step: string | number;
|
|
836
836
|
format: string | ProgressFn | undefined;
|
|
@@ -869,12 +869,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
869
869
|
fieldInstance?: any;
|
|
870
870
|
valueIsReady?: Ref<boolean> | undefined;
|
|
871
871
|
prop: string;
|
|
872
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
872
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
873
873
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
874
|
-
tooltip: string |
|
|
874
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
875
875
|
style?: CSSProperties | undefined;
|
|
876
876
|
class?: any;
|
|
877
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
877
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
878
878
|
style?: CSSProperties | undefined;
|
|
879
879
|
class?: any;
|
|
880
880
|
} & RecordType>>;
|
|
@@ -917,9 +917,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
917
917
|
$: ComponentInternalInstance;
|
|
918
918
|
$data: {};
|
|
919
919
|
$props: Partial<{
|
|
920
|
-
size: string | number;
|
|
921
920
|
form: PlusFormProps;
|
|
922
921
|
visible: boolean;
|
|
922
|
+
size: string | number;
|
|
923
923
|
modelValue: FieldValues;
|
|
924
924
|
hasErrorTip: boolean;
|
|
925
925
|
hasFooter: boolean;
|
|
@@ -931,9 +931,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
931
931
|
class?: any;
|
|
932
932
|
} & RecordType>;
|
|
933
933
|
}> & Omit<{
|
|
934
|
-
readonly size: string | number;
|
|
935
934
|
readonly form: PlusFormProps;
|
|
936
935
|
readonly visible: boolean;
|
|
936
|
+
readonly size: string | number;
|
|
937
937
|
readonly modelValue: FieldValues;
|
|
938
938
|
readonly hasErrorTip: boolean;
|
|
939
939
|
readonly hasFooter: boolean;
|
|
@@ -951,10 +951,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
951
951
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
952
952
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
953
953
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
954
|
-
size: {
|
|
955
|
-
type: PropType<string | number>;
|
|
956
|
-
default: string;
|
|
957
|
-
};
|
|
958
954
|
form: {
|
|
959
955
|
type: PropType<PlusFormProps>;
|
|
960
956
|
default: () => {};
|
|
@@ -963,6 +959,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
963
959
|
type: PropType<boolean>;
|
|
964
960
|
default: boolean;
|
|
965
961
|
};
|
|
962
|
+
size: {
|
|
963
|
+
type: PropType<string | number>;
|
|
964
|
+
default: string;
|
|
965
|
+
};
|
|
966
966
|
modelValue: {
|
|
967
967
|
type: PropType<FieldValues>;
|
|
968
968
|
default: () => {};
|
|
@@ -1001,7 +1001,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1001
1001
|
onCancel?: (() => any) | undefined;
|
|
1002
1002
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
1003
1003
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
1004
|
-
}, "
|
|
1004
|
+
}, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
|
|
1005
1005
|
$attrs: {
|
|
1006
1006
|
[x: string]: unknown;
|
|
1007
1007
|
};
|
|
@@ -1016,10 +1016,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1016
1016
|
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
|
|
1017
1017
|
$el: any;
|
|
1018
1018
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1019
|
-
size: {
|
|
1020
|
-
type: PropType<string | number>;
|
|
1021
|
-
default: string;
|
|
1022
|
-
};
|
|
1023
1019
|
form: {
|
|
1024
1020
|
type: PropType<PlusFormProps>;
|
|
1025
1021
|
default: () => {};
|
|
@@ -1028,6 +1024,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1028
1024
|
type: PropType<boolean>;
|
|
1029
1025
|
default: boolean;
|
|
1030
1026
|
};
|
|
1027
|
+
size: {
|
|
1028
|
+
type: PropType<string | number>;
|
|
1029
|
+
default: string;
|
|
1030
|
+
};
|
|
1031
1031
|
modelValue: {
|
|
1032
1032
|
type: PropType<FieldValues>;
|
|
1033
1033
|
default: () => {};
|
|
@@ -2095,9 +2095,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
2095
2095
|
cancel: () => void;
|
|
2096
2096
|
confirmError: (errors: unknown) => void;
|
|
2097
2097
|
}, string, {
|
|
2098
|
-
size: string | number;
|
|
2099
2098
|
form: PlusFormProps;
|
|
2100
2099
|
visible: boolean;
|
|
2100
|
+
size: string | number;
|
|
2101
2101
|
modelValue: FieldValues;
|
|
2102
2102
|
hasErrorTip: boolean;
|
|
2103
2103
|
hasFooter: boolean;
|
|
@@ -2129,10 +2129,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
2129
2129
|
$nextTick: typeof nextTick;
|
|
2130
2130
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2131
2131
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2132
|
-
size: {
|
|
2133
|
-
type: PropType<string | number>;
|
|
2134
|
-
default: string;
|
|
2135
|
-
};
|
|
2136
2132
|
form: {
|
|
2137
2133
|
type: PropType<PlusFormProps>;
|
|
2138
2134
|
default: () => {};
|
|
@@ -2141,6 +2137,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
2141
2137
|
type: PropType<boolean>;
|
|
2142
2138
|
default: boolean;
|
|
2143
2139
|
};
|
|
2140
|
+
size: {
|
|
2141
|
+
type: PropType<string | number>;
|
|
2142
|
+
default: string;
|
|
2143
|
+
};
|
|
2144
2144
|
modelValue: {
|
|
2145
2145
|
type: PropType<FieldValues>;
|
|
2146
2146
|
default: () => {};
|
|
@@ -3204,12 +3204,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
3204
3204
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3205
3205
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3206
3206
|
readonly label: string | ComputedRef<string>;
|
|
3207
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3207
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3208
3208
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3209
|
-
readonly tooltip: string |
|
|
3209
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3210
3210
|
style?: CSSProperties | undefined;
|
|
3211
3211
|
class?: any;
|
|
3212
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3212
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3213
3213
|
style?: CSSProperties | undefined;
|
|
3214
3214
|
class?: any;
|
|
3215
3215
|
} & RecordType>>;
|
|
@@ -3231,7 +3231,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
3231
3231
|
};
|
|
3232
3232
|
rows: number;
|
|
3233
3233
|
autocomplete: string;
|
|
3234
|
-
type: "" | "number" | "default" | "
|
|
3234
|
+
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";
|
|
3235
3235
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3236
3236
|
step: string | number;
|
|
3237
3237
|
format: string | ProgressFn | undefined;
|
|
@@ -3270,12 +3270,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
3270
3270
|
fieldInstance?: any;
|
|
3271
3271
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3272
3272
|
prop: string;
|
|
3273
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3273
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3274
3274
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3275
|
-
tooltip: string |
|
|
3275
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3276
3276
|
style?: CSSProperties | undefined;
|
|
3277
3277
|
class?: any;
|
|
3278
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3278
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3279
3279
|
style?: CSSProperties | undefined;
|
|
3280
3280
|
class?: any;
|
|
3281
3281
|
} & RecordType>>;
|
|
@@ -4067,12 +4067,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4067
4067
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
4068
4068
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4069
4069
|
readonly label: string | ComputedRef<string>;
|
|
4070
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4070
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4071
4071
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4072
|
-
readonly tooltip: string |
|
|
4072
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4073
4073
|
style?: CSSProperties | undefined;
|
|
4074
4074
|
class?: any;
|
|
4075
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4075
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4076
4076
|
style?: CSSProperties | undefined;
|
|
4077
4077
|
class?: any;
|
|
4078
4078
|
} & RecordType>>;
|
|
@@ -4094,7 +4094,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4094
4094
|
};
|
|
4095
4095
|
rows: number;
|
|
4096
4096
|
autocomplete: string;
|
|
4097
|
-
type: "" | "number" | "default" | "
|
|
4097
|
+
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";
|
|
4098
4098
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4099
4099
|
step: string | number;
|
|
4100
4100
|
format: string | ProgressFn | undefined;
|
|
@@ -4133,12 +4133,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4133
4133
|
fieldInstance?: any;
|
|
4134
4134
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4135
4135
|
prop: string;
|
|
4136
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4136
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4137
4137
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4138
|
-
tooltip: string |
|
|
4138
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4139
4139
|
style?: CSSProperties | undefined;
|
|
4140
4140
|
class?: any;
|
|
4141
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4141
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4142
4142
|
style?: CSSProperties | undefined;
|
|
4143
4143
|
class?: any;
|
|
4144
4144
|
} & RecordType>>;
|
|
@@ -4181,9 +4181,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4181
4181
|
$: ComponentInternalInstance;
|
|
4182
4182
|
$data: {};
|
|
4183
4183
|
$props: Partial<{
|
|
4184
|
-
size: string | number;
|
|
4185
4184
|
form: PlusFormProps;
|
|
4186
4185
|
visible: boolean;
|
|
4186
|
+
size: string | number;
|
|
4187
4187
|
modelValue: FieldValues;
|
|
4188
4188
|
hasErrorTip: boolean;
|
|
4189
4189
|
hasFooter: boolean;
|
|
@@ -4195,9 +4195,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4195
4195
|
class?: any;
|
|
4196
4196
|
} & RecordType>;
|
|
4197
4197
|
}> & Omit<{
|
|
4198
|
-
readonly size: string | number;
|
|
4199
4198
|
readonly form: PlusFormProps;
|
|
4200
4199
|
readonly visible: boolean;
|
|
4200
|
+
readonly size: string | number;
|
|
4201
4201
|
readonly modelValue: FieldValues;
|
|
4202
4202
|
readonly hasErrorTip: boolean;
|
|
4203
4203
|
readonly hasFooter: boolean;
|
|
@@ -4215,10 +4215,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4215
4215
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
4216
4216
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
4217
4217
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
4218
|
-
size: {
|
|
4219
|
-
type: PropType<string | number>;
|
|
4220
|
-
default: string;
|
|
4221
|
-
};
|
|
4222
4218
|
form: {
|
|
4223
4219
|
type: PropType<PlusFormProps>;
|
|
4224
4220
|
default: () => {};
|
|
@@ -4227,6 +4223,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4227
4223
|
type: PropType<boolean>;
|
|
4228
4224
|
default: boolean;
|
|
4229
4225
|
};
|
|
4226
|
+
size: {
|
|
4227
|
+
type: PropType<string | number>;
|
|
4228
|
+
default: string;
|
|
4229
|
+
};
|
|
4230
4230
|
modelValue: {
|
|
4231
4231
|
type: PropType<FieldValues>;
|
|
4232
4232
|
default: () => {};
|
|
@@ -4265,7 +4265,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4265
4265
|
onCancel?: (() => any) | undefined;
|
|
4266
4266
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
4267
4267
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
4268
|
-
}, "
|
|
4268
|
+
}, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
|
|
4269
4269
|
$attrs: {
|
|
4270
4270
|
[x: string]: unknown;
|
|
4271
4271
|
};
|
|
@@ -4280,10 +4280,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4280
4280
|
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
|
|
4281
4281
|
$el: any;
|
|
4282
4282
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
4283
|
-
size: {
|
|
4284
|
-
type: PropType<string | number>;
|
|
4285
|
-
default: string;
|
|
4286
|
-
};
|
|
4287
4283
|
form: {
|
|
4288
4284
|
type: PropType<PlusFormProps>;
|
|
4289
4285
|
default: () => {};
|
|
@@ -4292,6 +4288,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
4292
4288
|
type: PropType<boolean>;
|
|
4293
4289
|
default: boolean;
|
|
4294
4290
|
};
|
|
4291
|
+
size: {
|
|
4292
|
+
type: PropType<string | number>;
|
|
4293
|
+
default: string;
|
|
4294
|
+
};
|
|
4295
4295
|
modelValue: {
|
|
4296
4296
|
type: PropType<FieldValues>;
|
|
4297
4297
|
default: () => {};
|
|
@@ -5359,9 +5359,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
5359
5359
|
cancel: () => void;
|
|
5360
5360
|
confirmError: (errors: unknown) => void;
|
|
5361
5361
|
}, string, {
|
|
5362
|
-
size: string | number;
|
|
5363
5362
|
form: PlusFormProps;
|
|
5364
5363
|
visible: boolean;
|
|
5364
|
+
size: string | number;
|
|
5365
5365
|
modelValue: FieldValues;
|
|
5366
5366
|
hasErrorTip: boolean;
|
|
5367
5367
|
hasFooter: boolean;
|
|
@@ -5393,10 +5393,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
5393
5393
|
$nextTick: typeof nextTick;
|
|
5394
5394
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
5395
5395
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
5396
|
-
size: {
|
|
5397
|
-
type: PropType<string | number>;
|
|
5398
|
-
default: string;
|
|
5399
|
-
};
|
|
5400
5396
|
form: {
|
|
5401
5397
|
type: PropType<PlusFormProps>;
|
|
5402
5398
|
default: () => {};
|
|
@@ -5405,6 +5401,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
5405
5401
|
type: PropType<boolean>;
|
|
5406
5402
|
default: boolean;
|
|
5407
5403
|
};
|
|
5404
|
+
size: {
|
|
5405
|
+
type: PropType<string | number>;
|
|
5406
|
+
default: string;
|
|
5407
|
+
};
|
|
5408
5408
|
modelValue: {
|
|
5409
5409
|
type: PropType<FieldValues>;
|
|
5410
5410
|
default: () => {};
|
|
@@ -6468,12 +6468,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
6468
6468
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
6469
6469
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6470
6470
|
readonly label: string | ComputedRef<string>;
|
|
6471
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6471
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6472
6472
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6473
|
-
readonly tooltip: string |
|
|
6473
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6474
6474
|
style?: CSSProperties | undefined;
|
|
6475
6475
|
class?: any;
|
|
6476
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6476
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6477
6477
|
style?: CSSProperties | undefined;
|
|
6478
6478
|
class?: any;
|
|
6479
6479
|
} & RecordType>>;
|
|
@@ -6495,7 +6495,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
6495
6495
|
};
|
|
6496
6496
|
rows: number;
|
|
6497
6497
|
autocomplete: string;
|
|
6498
|
-
type: "" | "number" | "default" | "
|
|
6498
|
+
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";
|
|
6499
6499
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6500
6500
|
step: string | number;
|
|
6501
6501
|
format: string | ProgressFn | undefined;
|
|
@@ -6534,12 +6534,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
6534
6534
|
fieldInstance?: any;
|
|
6535
6535
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6536
6536
|
prop: string;
|
|
6537
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6537
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6538
6538
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6539
|
-
tooltip: string |
|
|
6539
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6540
6540
|
style?: CSSProperties | undefined;
|
|
6541
6541
|
class?: any;
|
|
6542
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6542
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6543
6543
|
style?: CSSProperties | undefined;
|
|
6544
6544
|
class?: any;
|
|
6545
6545
|
} & RecordType>>;
|
|
@@ -7333,12 +7333,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7333
7333
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
7334
7334
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7335
7335
|
readonly label: string | ComputedRef<string>;
|
|
7336
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
7336
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7337
7337
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7338
|
-
readonly tooltip: string |
|
|
7338
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7339
7339
|
style?: CSSProperties | undefined;
|
|
7340
7340
|
class?: any;
|
|
7341
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7341
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7342
7342
|
style?: CSSProperties | undefined;
|
|
7343
7343
|
class?: any;
|
|
7344
7344
|
} & RecordType>>;
|
|
@@ -7360,7 +7360,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7360
7360
|
};
|
|
7361
7361
|
rows: number;
|
|
7362
7362
|
autocomplete: string;
|
|
7363
|
-
type: "" | "number" | "default" | "
|
|
7363
|
+
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";
|
|
7364
7364
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7365
7365
|
step: string | number;
|
|
7366
7366
|
format: string | ProgressFn | undefined;
|
|
@@ -7399,12 +7399,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7399
7399
|
fieldInstance?: any;
|
|
7400
7400
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7401
7401
|
prop: string;
|
|
7402
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
7402
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7403
7403
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7404
|
-
tooltip: string |
|
|
7404
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7405
7405
|
style?: CSSProperties | undefined;
|
|
7406
7406
|
class?: any;
|
|
7407
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7407
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7408
7408
|
style?: CSSProperties | undefined;
|
|
7409
7409
|
class?: any;
|
|
7410
7410
|
} & RecordType>>;
|
|
@@ -7447,9 +7447,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7447
7447
|
$: ComponentInternalInstance;
|
|
7448
7448
|
$data: {};
|
|
7449
7449
|
$props: Partial<{
|
|
7450
|
-
size: string | number;
|
|
7451
7450
|
form: PlusFormProps;
|
|
7452
7451
|
visible: boolean;
|
|
7452
|
+
size: string | number;
|
|
7453
7453
|
modelValue: FieldValues;
|
|
7454
7454
|
hasErrorTip: boolean;
|
|
7455
7455
|
hasFooter: boolean;
|
|
@@ -7461,9 +7461,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7461
7461
|
class?: any;
|
|
7462
7462
|
} & RecordType>;
|
|
7463
7463
|
}> & Omit<{
|
|
7464
|
-
readonly size: string | number;
|
|
7465
7464
|
readonly form: PlusFormProps;
|
|
7466
7465
|
readonly visible: boolean;
|
|
7466
|
+
readonly size: string | number;
|
|
7467
7467
|
readonly modelValue: FieldValues;
|
|
7468
7468
|
readonly hasErrorTip: boolean;
|
|
7469
7469
|
readonly hasFooter: boolean;
|
|
@@ -7481,10 +7481,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7481
7481
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
7482
7482
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
7483
7483
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7484
|
-
size: {
|
|
7485
|
-
type: PropType<string | number>;
|
|
7486
|
-
default: string;
|
|
7487
|
-
};
|
|
7488
7484
|
form: {
|
|
7489
7485
|
type: PropType<PlusFormProps>;
|
|
7490
7486
|
default: () => {};
|
|
@@ -7493,6 +7489,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7493
7489
|
type: PropType<boolean>;
|
|
7494
7490
|
default: boolean;
|
|
7495
7491
|
};
|
|
7492
|
+
size: {
|
|
7493
|
+
type: PropType<string | number>;
|
|
7494
|
+
default: string;
|
|
7495
|
+
};
|
|
7496
7496
|
modelValue: {
|
|
7497
7497
|
type: PropType<FieldValues>;
|
|
7498
7498
|
default: () => {};
|
|
@@ -7531,7 +7531,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7531
7531
|
onCancel?: (() => any) | undefined;
|
|
7532
7532
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
7533
7533
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
7534
|
-
}, "
|
|
7534
|
+
}, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
|
|
7535
7535
|
$attrs: {
|
|
7536
7536
|
[x: string]: unknown;
|
|
7537
7537
|
};
|
|
@@ -7546,10 +7546,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7546
7546
|
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
|
|
7547
7547
|
$el: any;
|
|
7548
7548
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7549
|
-
size: {
|
|
7550
|
-
type: PropType<string | number>;
|
|
7551
|
-
default: string;
|
|
7552
|
-
};
|
|
7553
7549
|
form: {
|
|
7554
7550
|
type: PropType<PlusFormProps>;
|
|
7555
7551
|
default: () => {};
|
|
@@ -7558,6 +7554,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
7558
7554
|
type: PropType<boolean>;
|
|
7559
7555
|
default: boolean;
|
|
7560
7556
|
};
|
|
7557
|
+
size: {
|
|
7558
|
+
type: PropType<string | number>;
|
|
7559
|
+
default: string;
|
|
7560
|
+
};
|
|
7561
7561
|
modelValue: {
|
|
7562
7562
|
type: PropType<FieldValues>;
|
|
7563
7563
|
default: () => {};
|
|
@@ -8625,9 +8625,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
8625
8625
|
cancel: () => void;
|
|
8626
8626
|
confirmError: (errors: unknown) => void;
|
|
8627
8627
|
}, string, {
|
|
8628
|
-
size: string | number;
|
|
8629
8628
|
form: PlusFormProps;
|
|
8630
8629
|
visible: boolean;
|
|
8630
|
+
size: string | number;
|
|
8631
8631
|
modelValue: FieldValues;
|
|
8632
8632
|
hasErrorTip: boolean;
|
|
8633
8633
|
hasFooter: boolean;
|
|
@@ -8659,10 +8659,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
8659
8659
|
$nextTick: typeof nextTick;
|
|
8660
8660
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
8661
8661
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
8662
|
-
size: {
|
|
8663
|
-
type: PropType<string | number>;
|
|
8664
|
-
default: string;
|
|
8665
|
-
};
|
|
8666
8662
|
form: {
|
|
8667
8663
|
type: PropType<PlusFormProps>;
|
|
8668
8664
|
default: () => {};
|
|
@@ -8671,6 +8667,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
8671
8667
|
type: PropType<boolean>;
|
|
8672
8668
|
default: boolean;
|
|
8673
8669
|
};
|
|
8670
|
+
size: {
|
|
8671
|
+
type: PropType<string | number>;
|
|
8672
|
+
default: string;
|
|
8673
|
+
};
|
|
8674
8674
|
modelValue: {
|
|
8675
8675
|
type: PropType<FieldValues>;
|
|
8676
8676
|
default: () => {};
|
|
@@ -9734,12 +9734,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
9734
9734
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
9735
9735
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
9736
9736
|
readonly label: string | ComputedRef<string>;
|
|
9737
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
9737
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9738
9738
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9739
|
-
readonly tooltip: string |
|
|
9739
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9740
9740
|
style?: CSSProperties | undefined;
|
|
9741
9741
|
class?: any;
|
|
9742
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9742
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9743
9743
|
style?: CSSProperties | undefined;
|
|
9744
9744
|
class?: any;
|
|
9745
9745
|
} & RecordType>>;
|
|
@@ -9761,7 +9761,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
9761
9761
|
};
|
|
9762
9762
|
rows: number;
|
|
9763
9763
|
autocomplete: string;
|
|
9764
|
-
type: "" | "number" | "default" | "
|
|
9764
|
+
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";
|
|
9765
9765
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
9766
9766
|
step: string | number;
|
|
9767
9767
|
format: string | ProgressFn | undefined;
|
|
@@ -9800,12 +9800,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
9800
9800
|
fieldInstance?: any;
|
|
9801
9801
|
valueIsReady?: Ref<boolean> | undefined;
|
|
9802
9802
|
prop: string;
|
|
9803
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
9803
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9804
9804
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9805
|
-
tooltip: string |
|
|
9805
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9806
9806
|
style?: CSSProperties | undefined;
|
|
9807
9807
|
class?: any;
|
|
9808
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9808
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9809
9809
|
style?: CSSProperties | undefined;
|
|
9810
9810
|
class?: any;
|
|
9811
9811
|
} & RecordType>>;
|