@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
|
@@ -13,22 +13,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
16
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
16
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
17
17
|
readonly required: false;
|
|
18
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
21
|
disabled: BooleanConstructor;
|
|
22
|
-
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
22
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
23
23
|
icon: {
|
|
24
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
24
|
+
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>>;
|
|
25
25
|
readonly required: false;
|
|
26
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
29
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
30
30
|
loading: BooleanConstructor;
|
|
31
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
31
|
+
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>;
|
|
32
32
|
plain: BooleanConstructor;
|
|
33
33
|
text: BooleanConstructor;
|
|
34
34
|
link: BooleanConstructor;
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
39
39
|
color: StringConstructor;
|
|
40
40
|
dark: BooleanConstructor;
|
|
41
41
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
42
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
42
|
+
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>;
|
|
43
43
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
44
44
|
formItemSize: {
|
|
45
45
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
label: StringConstructor;
|
|
69
69
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
70
70
|
prop: {
|
|
71
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
71
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
72
72
|
readonly required: false;
|
|
73
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
74
|
__epPropKey: true;
|
|
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
81
81
|
};
|
|
82
82
|
error: StringConstructor;
|
|
83
83
|
validateStatus: {
|
|
84
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
84
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
85
85
|
readonly required: false;
|
|
86
86
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
87
|
__epPropKey: true;
|
|
@@ -110,22 +110,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
110
110
|
default: boolean;
|
|
111
111
|
};
|
|
112
112
|
size: {
|
|
113
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
113
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
114
114
|
readonly required: false;
|
|
115
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
116
|
__epPropKey: true;
|
|
117
117
|
};
|
|
118
118
|
disabled: BooleanConstructor;
|
|
119
|
-
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
119
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
120
120
|
icon: {
|
|
121
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
121
|
+
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>>;
|
|
122
122
|
readonly required: false;
|
|
123
123
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
124
|
__epPropKey: true;
|
|
125
125
|
};
|
|
126
126
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
127
127
|
loading: BooleanConstructor;
|
|
128
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
128
|
+
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>;
|
|
129
129
|
plain: BooleanConstructor;
|
|
130
130
|
text: BooleanConstructor;
|
|
131
131
|
link: BooleanConstructor;
|
|
@@ -136,7 +136,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
136
136
|
color: StringConstructor;
|
|
137
137
|
dark: BooleanConstructor;
|
|
138
138
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
139
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
139
|
+
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>;
|
|
140
140
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
141
141
|
formItemSize: {
|
|
142
142
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
@@ -165,7 +165,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
165
165
|
label: StringConstructor;
|
|
166
166
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
167
167
|
prop: {
|
|
168
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
168
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
169
169
|
readonly required: false;
|
|
170
170
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
171
171
|
__epPropKey: true;
|
|
@@ -178,7 +178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
178
178
|
};
|
|
179
179
|
error: StringConstructor;
|
|
180
180
|
validateStatus: {
|
|
181
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
181
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
182
182
|
readonly required: false;
|
|
183
183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
184
|
__epPropKey: true;
|
|
@@ -205,7 +205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
205
205
|
autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
206
206
|
tag: "button";
|
|
207
207
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
208
|
-
formItemSize: "
|
|
208
|
+
formItemSize: "small" | "default" | "large";
|
|
209
209
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
210
210
|
inline: boolean;
|
|
211
211
|
readonly: boolean;
|
|
@@ -228,54 +228,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
228
228
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
229
229
|
install(app: import("vue").App): void;
|
|
230
230
|
};
|
|
231
|
-
ElButton: import("element-plus/es/utils").SFCWithInstall<
|
|
232
|
-
|
|
233
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
234
|
-
readonly required: false;
|
|
235
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
|
-
__epPropKey: true;
|
|
237
|
-
};
|
|
238
|
-
readonly disabled: BooleanConstructor;
|
|
239
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
240
|
-
readonly icon: {
|
|
241
|
-
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>>;
|
|
242
|
-
readonly required: false;
|
|
243
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
-
__epPropKey: true;
|
|
245
|
-
};
|
|
246
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
247
|
-
readonly loading: BooleanConstructor;
|
|
248
|
-
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>;
|
|
249
|
-
readonly plain: BooleanConstructor;
|
|
250
|
-
readonly text: BooleanConstructor;
|
|
251
|
-
readonly link: BooleanConstructor;
|
|
252
|
-
readonly bg: BooleanConstructor;
|
|
253
|
-
readonly autofocus: BooleanConstructor;
|
|
254
|
-
readonly round: BooleanConstructor;
|
|
255
|
-
readonly circle: BooleanConstructor;
|
|
256
|
-
readonly color: StringConstructor;
|
|
257
|
-
readonly dark: BooleanConstructor;
|
|
258
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
259
|
-
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>;
|
|
260
|
-
}, {
|
|
261
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
231
|
+
ElButton: import("element-plus/es/utils").SFCWithInstall<{
|
|
232
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
262
233
|
readonly size: {
|
|
263
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
234
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
264
235
|
readonly required: false;
|
|
265
236
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
237
|
__epPropKey: true;
|
|
267
238
|
};
|
|
268
239
|
readonly disabled: BooleanConstructor;
|
|
269
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
240
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
270
241
|
readonly icon: {
|
|
271
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
242
|
+
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>>;
|
|
272
243
|
readonly required: false;
|
|
273
244
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
245
|
__epPropKey: true;
|
|
275
246
|
};
|
|
276
247
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
277
248
|
readonly loading: BooleanConstructor;
|
|
278
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
249
|
+
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>;
|
|
279
250
|
readonly plain: BooleanConstructor;
|
|
280
251
|
readonly text: BooleanConstructor;
|
|
281
252
|
readonly link: BooleanConstructor;
|
|
@@ -286,131 +257,115 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
286
257
|
readonly color: StringConstructor;
|
|
287
258
|
readonly dark: BooleanConstructor;
|
|
288
259
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
289
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
260
|
+
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>;
|
|
290
261
|
}>> & {
|
|
291
262
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
292
|
-
}>>;
|
|
293
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
294
|
-
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
295
|
-
ns: {
|
|
296
|
-
namespace: import("vue").ComputedRef<string>;
|
|
297
|
-
b: (blockSuffix?: string) => string;
|
|
298
|
-
e: (element?: string | undefined) => string;
|
|
299
|
-
m: (modifier?: string | undefined) => string;
|
|
300
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
301
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
302
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
303
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
304
|
-
is: {
|
|
305
|
-
(name: string, state: boolean | undefined): string;
|
|
306
|
-
(name: string): string;
|
|
307
|
-
};
|
|
308
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
309
|
-
cssVarName: (name: string) => string;
|
|
310
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
311
|
-
cssVarBlockName: (name: string) => string;
|
|
312
|
-
};
|
|
313
|
-
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
314
|
-
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
315
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
316
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
317
|
-
_props: import("vue").ComputedRef<{
|
|
318
|
-
ariaDisabled: boolean;
|
|
319
|
-
disabled: boolean;
|
|
320
|
-
autofocus: boolean;
|
|
321
|
-
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
322
|
-
} | {
|
|
323
|
-
ariaDisabled?: undefined;
|
|
324
|
-
disabled?: undefined;
|
|
325
|
-
autofocus?: undefined;
|
|
326
|
-
type?: undefined;
|
|
327
|
-
}>;
|
|
328
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
329
|
-
handleClick: (evt: MouseEvent) => void;
|
|
330
|
-
buttonKls: import("vue").ComputedRef<string[]>;
|
|
331
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
332
|
-
readonly size: {
|
|
333
|
-
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>>;
|
|
334
|
-
readonly required: false;
|
|
335
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
|
-
__epPropKey: true;
|
|
337
|
-
};
|
|
338
|
-
readonly color: {
|
|
339
|
-
readonly type: import("vue").PropType<string>;
|
|
340
|
-
readonly required: false;
|
|
341
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
-
__epPropKey: true;
|
|
343
|
-
};
|
|
344
263
|
}, {
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
377
|
-
cssVarBlockName: (name: string) => string;
|
|
378
|
-
};
|
|
379
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
380
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
265
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
266
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
267
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
268
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
269
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
270
|
+
click: (evt: MouseEvent) => void;
|
|
271
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
272
|
+
readonly link: boolean;
|
|
273
|
+
readonly circle: boolean;
|
|
274
|
+
readonly text: boolean;
|
|
275
|
+
readonly disabled: boolean;
|
|
276
|
+
readonly round: boolean;
|
|
277
|
+
readonly dark: boolean;
|
|
278
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
279
|
+
readonly bg: boolean;
|
|
280
|
+
readonly loading: boolean;
|
|
281
|
+
readonly autofocus: boolean;
|
|
282
|
+
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>;
|
|
283
|
+
readonly plain: boolean;
|
|
284
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
285
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
286
|
+
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>;
|
|
287
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
288
|
+
P: {};
|
|
289
|
+
B: {};
|
|
290
|
+
D: {};
|
|
291
|
+
C: {};
|
|
292
|
+
M: {};
|
|
293
|
+
Defaults: {};
|
|
294
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
381
295
|
readonly size: {
|
|
382
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<
|
|
296
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
383
297
|
readonly required: false;
|
|
384
298
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
299
|
__epPropKey: true;
|
|
386
300
|
};
|
|
387
|
-
readonly
|
|
388
|
-
|
|
301
|
+
readonly disabled: BooleanConstructor;
|
|
302
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
303
|
+
readonly icon: {
|
|
304
|
+
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>>;
|
|
389
305
|
readonly required: false;
|
|
390
306
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
307
|
__epPropKey: true;
|
|
392
308
|
};
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
309
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
310
|
+
readonly loading: BooleanConstructor;
|
|
311
|
+
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>;
|
|
312
|
+
readonly plain: BooleanConstructor;
|
|
313
|
+
readonly text: BooleanConstructor;
|
|
314
|
+
readonly link: BooleanConstructor;
|
|
315
|
+
readonly bg: BooleanConstructor;
|
|
316
|
+
readonly autofocus: BooleanConstructor;
|
|
317
|
+
readonly round: BooleanConstructor;
|
|
318
|
+
readonly circle: BooleanConstructor;
|
|
319
|
+
readonly color: StringConstructor;
|
|
320
|
+
readonly dark: BooleanConstructor;
|
|
321
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
322
|
+
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>;
|
|
323
|
+
}>> & {
|
|
324
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
325
|
+
}, {
|
|
326
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
327
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
328
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
329
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
330
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
331
|
+
}, {}, {}, {}, {
|
|
332
|
+
readonly link: boolean;
|
|
333
|
+
readonly circle: boolean;
|
|
334
|
+
readonly text: boolean;
|
|
335
|
+
readonly disabled: boolean;
|
|
336
|
+
readonly round: boolean;
|
|
337
|
+
readonly dark: boolean;
|
|
338
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
339
|
+
readonly bg: boolean;
|
|
340
|
+
readonly loading: boolean;
|
|
341
|
+
readonly autofocus: boolean;
|
|
342
|
+
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>;
|
|
343
|
+
readonly plain: boolean;
|
|
344
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
346
|
+
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>;
|
|
347
|
+
}>;
|
|
348
|
+
__isFragment?: never;
|
|
349
|
+
__isTeleport?: never;
|
|
350
|
+
__isSuspense?: never;
|
|
351
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
397
352
|
readonly size: {
|
|
398
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
353
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
399
354
|
readonly required: false;
|
|
400
355
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
356
|
__epPropKey: true;
|
|
402
357
|
};
|
|
403
358
|
readonly disabled: BooleanConstructor;
|
|
404
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
359
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
405
360
|
readonly icon: {
|
|
406
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
361
|
+
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>>;
|
|
407
362
|
readonly required: false;
|
|
408
363
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
364
|
__epPropKey: true;
|
|
410
365
|
};
|
|
411
366
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
412
367
|
readonly loading: BooleanConstructor;
|
|
413
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
368
|
+
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>;
|
|
414
369
|
readonly plain: BooleanConstructor;
|
|
415
370
|
readonly text: BooleanConstructor;
|
|
416
371
|
readonly link: BooleanConstructor;
|
|
@@ -421,75 +376,87 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
421
376
|
readonly color: StringConstructor;
|
|
422
377
|
readonly dark: BooleanConstructor;
|
|
423
378
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
424
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
379
|
+
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>;
|
|
425
380
|
}>> & {
|
|
426
381
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
427
382
|
}, {
|
|
428
|
-
|
|
383
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
384
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
385
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
386
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
387
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
388
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
389
|
+
click: (evt: MouseEvent) => void;
|
|
390
|
+
}, string, {
|
|
429
391
|
readonly link: boolean;
|
|
430
|
-
readonly
|
|
431
|
-
readonly disabled: boolean;
|
|
392
|
+
readonly circle: boolean;
|
|
432
393
|
readonly text: boolean;
|
|
433
|
-
readonly
|
|
394
|
+
readonly disabled: boolean;
|
|
434
395
|
readonly round: boolean;
|
|
435
|
-
readonly
|
|
436
|
-
readonly
|
|
396
|
+
readonly dark: boolean;
|
|
397
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
398
|
+
readonly bg: boolean;
|
|
437
399
|
readonly loading: boolean;
|
|
438
|
-
readonly
|
|
439
|
-
readonly
|
|
440
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
400
|
+
readonly autofocus: boolean;
|
|
401
|
+
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>;
|
|
441
402
|
readonly plain: boolean;
|
|
442
|
-
readonly
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
403
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
404
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
405
|
+
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>;
|
|
406
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
407
|
+
$slots: {
|
|
408
|
+
loading?(_: {}): any;
|
|
409
|
+
icon?(_: {}): any;
|
|
410
|
+
default?(_: {}): any;
|
|
411
|
+
};
|
|
412
|
+
})> & {
|
|
413
|
+
ButtonGroup: {
|
|
414
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
454
415
|
readonly size: {
|
|
455
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
416
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
456
417
|
readonly required: false;
|
|
457
418
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
419
|
__epPropKey: true;
|
|
459
420
|
};
|
|
460
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
(
|
|
475
|
-
|
|
421
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
422
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
423
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
424
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
425
|
+
P: {};
|
|
426
|
+
B: {};
|
|
427
|
+
D: {};
|
|
428
|
+
C: {};
|
|
429
|
+
M: {};
|
|
430
|
+
Defaults: {};
|
|
431
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
432
|
+
readonly size: {
|
|
433
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
476
437
|
};
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
438
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
439
|
+
}>>, {}, {}, {}, {}, {
|
|
440
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
441
|
+
}>;
|
|
442
|
+
__isFragment?: never;
|
|
443
|
+
__isTeleport?: never;
|
|
444
|
+
__isSuspense?: never;
|
|
445
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
483
446
|
readonly size: {
|
|
484
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
447
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
485
448
|
readonly required: false;
|
|
486
449
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
450
|
__epPropKey: true;
|
|
488
451
|
};
|
|
489
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
490
|
-
}>>, {
|
|
491
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
492
|
-
}
|
|
452
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
453
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
454
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
455
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
456
|
+
$slots: {
|
|
457
|
+
default?(_: {}): any;
|
|
458
|
+
};
|
|
459
|
+
});
|
|
493
460
|
};
|
|
494
461
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
495
462
|
export default _default;
|