@vunk/form 1.4.4 → 1.4.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/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -3,54 +3,25 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
3
3
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
4
|
onMapLocationClick?: (...args: any[] | unknown[]) => any;
|
|
5
5
|
}>, {}, {}, {
|
|
6
|
-
ElButton: import("element-plus/es/utils").SFCWithInstall<
|
|
7
|
-
|
|
8
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9
|
-
readonly required: false;
|
|
10
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11
|
-
__epPropKey: true;
|
|
12
|
-
};
|
|
13
|
-
readonly disabled: BooleanConstructor;
|
|
14
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
15
|
-
readonly icon: {
|
|
16
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
17
|
-
readonly required: false;
|
|
18
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
|
-
__epPropKey: true;
|
|
20
|
-
};
|
|
21
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
22
|
-
readonly loading: BooleanConstructor;
|
|
23
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
24
|
-
readonly plain: BooleanConstructor;
|
|
25
|
-
readonly text: BooleanConstructor;
|
|
26
|
-
readonly link: BooleanConstructor;
|
|
27
|
-
readonly bg: BooleanConstructor;
|
|
28
|
-
readonly autofocus: BooleanConstructor;
|
|
29
|
-
readonly round: BooleanConstructor;
|
|
30
|
-
readonly circle: BooleanConstructor;
|
|
31
|
-
readonly color: StringConstructor;
|
|
32
|
-
readonly dark: BooleanConstructor;
|
|
33
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
34
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
35
|
-
}, {
|
|
36
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
ElButton: import("element-plus/es/utils").SFCWithInstall<{
|
|
7
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
37
8
|
readonly size: {
|
|
38
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
9
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
39
10
|
readonly required: false;
|
|
40
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
12
|
__epPropKey: true;
|
|
42
13
|
};
|
|
43
14
|
readonly disabled: BooleanConstructor;
|
|
44
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
15
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
45
16
|
readonly icon: {
|
|
46
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
17
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
47
18
|
readonly required: false;
|
|
48
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
20
|
__epPropKey: true;
|
|
50
21
|
};
|
|
51
22
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
52
23
|
readonly loading: BooleanConstructor;
|
|
53
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
24
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
54
25
|
readonly plain: BooleanConstructor;
|
|
55
26
|
readonly text: BooleanConstructor;
|
|
56
27
|
readonly link: BooleanConstructor;
|
|
@@ -61,131 +32,115 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
61
32
|
readonly color: StringConstructor;
|
|
62
33
|
readonly dark: BooleanConstructor;
|
|
63
34
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
64
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
35
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
65
36
|
}>> & {
|
|
66
37
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
67
|
-
}>>;
|
|
68
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
69
|
-
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
70
|
-
ns: {
|
|
71
|
-
namespace: import("vue").ComputedRef<string>;
|
|
72
|
-
b: (blockSuffix?: string) => string;
|
|
73
|
-
e: (element?: string | undefined) => string;
|
|
74
|
-
m: (modifier?: string | undefined) => string;
|
|
75
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
76
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
77
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
78
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
79
|
-
is: {
|
|
80
|
-
(name: string, state: boolean | undefined): string;
|
|
81
|
-
(name: string): string;
|
|
82
|
-
};
|
|
83
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
84
|
-
cssVarName: (name: string) => string;
|
|
85
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
86
|
-
cssVarBlockName: (name: string) => string;
|
|
87
|
-
};
|
|
88
|
-
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
89
|
-
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
90
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
91
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
92
|
-
_props: import("vue").ComputedRef<{
|
|
93
|
-
ariaDisabled: boolean;
|
|
94
|
-
disabled: boolean;
|
|
95
|
-
autofocus: boolean;
|
|
96
|
-
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
97
|
-
} | {
|
|
98
|
-
ariaDisabled?: undefined;
|
|
99
|
-
disabled?: undefined;
|
|
100
|
-
autofocus?: undefined;
|
|
101
|
-
type?: undefined;
|
|
102
|
-
}>;
|
|
103
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
104
|
-
handleClick: (evt: MouseEvent) => void;
|
|
105
|
-
buttonKls: import("vue").ComputedRef<string[]>;
|
|
106
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
107
|
-
readonly size: {
|
|
108
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
};
|
|
113
|
-
readonly color: {
|
|
114
|
-
readonly type: import("vue").PropType<string>;
|
|
115
|
-
readonly required: false;
|
|
116
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
-
__epPropKey: true;
|
|
118
|
-
};
|
|
119
38
|
}, {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
152
|
-
cssVarBlockName: (name: string) => string;
|
|
153
|
-
};
|
|
154
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
155
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
40
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
41
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
42
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
43
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
44
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
|
+
click: (evt: MouseEvent) => void;
|
|
46
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
47
|
+
readonly link: boolean;
|
|
48
|
+
readonly circle: boolean;
|
|
49
|
+
readonly text: boolean;
|
|
50
|
+
readonly disabled: boolean;
|
|
51
|
+
readonly round: boolean;
|
|
52
|
+
readonly dark: boolean;
|
|
53
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
54
|
+
readonly bg: boolean;
|
|
55
|
+
readonly loading: boolean;
|
|
56
|
+
readonly autofocus: boolean;
|
|
57
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
58
|
+
readonly plain: boolean;
|
|
59
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
60
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
61
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
62
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
63
|
+
P: {};
|
|
64
|
+
B: {};
|
|
65
|
+
D: {};
|
|
66
|
+
C: {};
|
|
67
|
+
M: {};
|
|
68
|
+
Defaults: {};
|
|
69
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
156
70
|
readonly size: {
|
|
157
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<
|
|
71
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
158
72
|
readonly required: false;
|
|
159
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
160
74
|
__epPropKey: true;
|
|
161
75
|
};
|
|
162
|
-
readonly
|
|
163
|
-
|
|
76
|
+
readonly disabled: BooleanConstructor;
|
|
77
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
78
|
+
readonly icon: {
|
|
79
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
164
80
|
readonly required: false;
|
|
165
81
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
82
|
__epPropKey: true;
|
|
167
83
|
};
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
84
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
85
|
+
readonly loading: BooleanConstructor;
|
|
86
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
87
|
+
readonly plain: BooleanConstructor;
|
|
88
|
+
readonly text: BooleanConstructor;
|
|
89
|
+
readonly link: BooleanConstructor;
|
|
90
|
+
readonly bg: BooleanConstructor;
|
|
91
|
+
readonly autofocus: BooleanConstructor;
|
|
92
|
+
readonly round: BooleanConstructor;
|
|
93
|
+
readonly circle: BooleanConstructor;
|
|
94
|
+
readonly color: StringConstructor;
|
|
95
|
+
readonly dark: BooleanConstructor;
|
|
96
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
97
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
98
|
+
}>> & {
|
|
99
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
100
|
+
}, {
|
|
101
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
102
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
103
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
104
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
105
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
106
|
+
}, {}, {}, {}, {
|
|
107
|
+
readonly link: boolean;
|
|
108
|
+
readonly circle: boolean;
|
|
109
|
+
readonly text: boolean;
|
|
110
|
+
readonly disabled: boolean;
|
|
111
|
+
readonly round: boolean;
|
|
112
|
+
readonly dark: boolean;
|
|
113
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
114
|
+
readonly bg: boolean;
|
|
115
|
+
readonly loading: boolean;
|
|
116
|
+
readonly autofocus: boolean;
|
|
117
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
118
|
+
readonly plain: boolean;
|
|
119
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
120
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
121
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
122
|
+
}>;
|
|
123
|
+
__isFragment?: never;
|
|
124
|
+
__isTeleport?: never;
|
|
125
|
+
__isSuspense?: never;
|
|
126
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
172
127
|
readonly size: {
|
|
173
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
128
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
174
129
|
readonly required: false;
|
|
175
130
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
131
|
__epPropKey: true;
|
|
177
132
|
};
|
|
178
133
|
readonly disabled: BooleanConstructor;
|
|
179
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
134
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
180
135
|
readonly icon: {
|
|
181
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
136
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
182
137
|
readonly required: false;
|
|
183
138
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
139
|
__epPropKey: true;
|
|
185
140
|
};
|
|
186
141
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
187
142
|
readonly loading: BooleanConstructor;
|
|
188
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
143
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
189
144
|
readonly plain: BooleanConstructor;
|
|
190
145
|
readonly text: BooleanConstructor;
|
|
191
146
|
readonly link: BooleanConstructor;
|
|
@@ -196,93 +151,92 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
196
151
|
readonly color: StringConstructor;
|
|
197
152
|
readonly dark: BooleanConstructor;
|
|
198
153
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
199
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
154
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
200
155
|
}>> & {
|
|
201
156
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
202
157
|
}, {
|
|
203
|
-
|
|
158
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
159
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
160
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
161
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
162
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
163
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
164
|
+
click: (evt: MouseEvent) => void;
|
|
165
|
+
}, string, {
|
|
204
166
|
readonly link: boolean;
|
|
205
|
-
readonly
|
|
206
|
-
readonly disabled: boolean;
|
|
167
|
+
readonly circle: boolean;
|
|
207
168
|
readonly text: boolean;
|
|
208
|
-
readonly
|
|
169
|
+
readonly disabled: boolean;
|
|
209
170
|
readonly round: boolean;
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
171
|
+
readonly dark: boolean;
|
|
172
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
173
|
+
readonly bg: boolean;
|
|
212
174
|
readonly loading: boolean;
|
|
213
|
-
readonly
|
|
214
|
-
readonly
|
|
215
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
175
|
+
readonly autofocus: boolean;
|
|
176
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
216
177
|
readonly plain: boolean;
|
|
217
|
-
readonly
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
178
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
180
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
181
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
182
|
+
$slots: {
|
|
183
|
+
loading?(_: {}): any;
|
|
184
|
+
icon?(_: {}): any;
|
|
185
|
+
default?(_: {}): any;
|
|
186
|
+
};
|
|
187
|
+
})> & {
|
|
188
|
+
ButtonGroup: {
|
|
189
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
229
190
|
readonly size: {
|
|
230
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
191
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
231
192
|
readonly required: false;
|
|
232
193
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
194
|
__epPropKey: true;
|
|
234
195
|
};
|
|
235
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
(
|
|
250
|
-
|
|
196
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
197
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
198
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
199
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
200
|
+
P: {};
|
|
201
|
+
B: {};
|
|
202
|
+
D: {};
|
|
203
|
+
C: {};
|
|
204
|
+
M: {};
|
|
205
|
+
Defaults: {};
|
|
206
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
207
|
+
readonly size: {
|
|
208
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
209
|
+
readonly required: false;
|
|
210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
|
+
__epPropKey: true;
|
|
251
212
|
};
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
213
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
214
|
+
}>>, {}, {}, {}, {}, {
|
|
215
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
216
|
+
}>;
|
|
217
|
+
__isFragment?: never;
|
|
218
|
+
__isTeleport?: never;
|
|
219
|
+
__isSuspense?: never;
|
|
220
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
258
221
|
readonly size: {
|
|
259
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
222
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
260
223
|
readonly required: false;
|
|
261
224
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
262
225
|
__epPropKey: true;
|
|
263
226
|
};
|
|
264
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
265
|
-
}>>, {
|
|
266
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
267
|
-
}
|
|
227
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
228
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
229
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
230
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
231
|
+
$slots: {
|
|
232
|
+
default?(_: {}): any;
|
|
233
|
+
};
|
|
234
|
+
});
|
|
268
235
|
};
|
|
269
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<
|
|
270
|
-
|
|
271
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
272
|
-
readonly required: false;
|
|
273
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
-
__epPropKey: true;
|
|
275
|
-
};
|
|
276
|
-
readonly color: {
|
|
277
|
-
readonly type: import("vue").PropType<string>;
|
|
278
|
-
readonly required: false;
|
|
279
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
280
|
-
__epPropKey: true;
|
|
281
|
-
};
|
|
282
|
-
}, {
|
|
283
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
236
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<{
|
|
237
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
284
238
|
readonly size: {
|
|
285
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
239
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
286
240
|
readonly required: false;
|
|
287
241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
242
|
__epPropKey: true;
|
|
@@ -293,31 +247,33 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
293
247
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
248
|
__epPropKey: true;
|
|
295
249
|
};
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
(name: string, state: boolean | undefined): string;
|
|
310
|
-
(name: string): string;
|
|
250
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
251
|
+
P: {};
|
|
252
|
+
B: {};
|
|
253
|
+
D: {};
|
|
254
|
+
C: {};
|
|
255
|
+
M: {};
|
|
256
|
+
Defaults: {};
|
|
257
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
258
|
+
readonly size: {
|
|
259
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
260
|
+
readonly required: false;
|
|
261
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
262
|
+
__epPropKey: true;
|
|
311
263
|
};
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
264
|
+
readonly color: {
|
|
265
|
+
readonly type: import("vue").PropType<string>;
|
|
266
|
+
readonly required: false;
|
|
267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
+
__epPropKey: true;
|
|
269
|
+
};
|
|
270
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
271
|
+
__isFragment?: never;
|
|
272
|
+
__isTeleport?: never;
|
|
273
|
+
__isSuspense?: never;
|
|
274
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
319
275
|
readonly size: {
|
|
320
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
276
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
321
277
|
readonly required: false;
|
|
322
278
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
279
|
__epPropKey: true;
|
|
@@ -328,56 +284,58 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
328
284
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
285
|
__epPropKey: true;
|
|
330
286
|
};
|
|
331
|
-
}>>, {},
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
335
|
-
readonly required: false;
|
|
336
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
337
|
-
__epPropKey: true;
|
|
287
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
288
|
+
$slots: {
|
|
289
|
+
default?(_: {}): any;
|
|
338
290
|
};
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
291
|
+
})>;
|
|
292
|
+
ElButtonGroup: import("element-plus/es/utils").SFCWithInstall<{
|
|
293
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
342
294
|
readonly size: {
|
|
343
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
295
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
344
296
|
readonly required: false;
|
|
345
297
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
298
|
__epPropKey: true;
|
|
347
299
|
};
|
|
348
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
(
|
|
363
|
-
|
|
300
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
301
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
302
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
303
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
304
|
+
P: {};
|
|
305
|
+
B: {};
|
|
306
|
+
D: {};
|
|
307
|
+
C: {};
|
|
308
|
+
M: {};
|
|
309
|
+
Defaults: {};
|
|
310
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
311
|
+
readonly size: {
|
|
312
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
313
|
+
readonly required: false;
|
|
314
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
315
|
+
__epPropKey: true;
|
|
364
316
|
};
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
317
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
318
|
+
}>>, {}, {}, {}, {}, {
|
|
319
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
320
|
+
}>;
|
|
321
|
+
__isFragment?: never;
|
|
322
|
+
__isTeleport?: never;
|
|
323
|
+
__isSuspense?: never;
|
|
324
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
371
325
|
readonly size: {
|
|
372
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
326
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
373
327
|
readonly required: false;
|
|
374
328
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
329
|
__epPropKey: true;
|
|
376
330
|
};
|
|
377
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
378
|
-
}>>, {
|
|
379
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
380
|
-
}, {},
|
|
331
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
332
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
333
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
334
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
335
|
+
$slots: {
|
|
336
|
+
default?(_: {}): any;
|
|
337
|
+
};
|
|
338
|
+
})>;
|
|
381
339
|
MapLocation: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
382
340
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
383
341
|
export default _default;
|