@vunk/form 2.10.0 → 2.10.3
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/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -21,7 +21,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
type: import("vue").PropType<import("./types").Slots>;
|
|
22
22
|
default: () => {};
|
|
23
23
|
};
|
|
24
|
-
required:
|
|
24
|
+
required: {
|
|
25
|
+
readonly type: import("vue").PropType<boolean>;
|
|
26
|
+
readonly required: false;
|
|
27
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
|
+
__epPropKey: true;
|
|
29
|
+
} & {
|
|
30
|
+
readonly default: undefined;
|
|
31
|
+
};
|
|
25
32
|
formItemSize: {
|
|
26
33
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
27
34
|
default: "default" | "small" | "large";
|
|
@@ -52,135 +59,181 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
59
|
default: boolean;
|
|
53
60
|
};
|
|
54
61
|
label: StringConstructor;
|
|
55
|
-
labelWidth:
|
|
56
|
-
|
|
57
|
-
prop: {
|
|
58
|
-
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>>;
|
|
59
|
-
readonly required: false;
|
|
60
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
|
-
__epPropKey: true;
|
|
62
|
-
};
|
|
63
|
-
rules: {
|
|
64
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
|
|
62
|
+
labelWidth: {
|
|
63
|
+
readonly type: import("vue").PropType<string | number>;
|
|
65
64
|
readonly required: false;
|
|
66
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
66
|
__epPropKey: true;
|
|
67
|
+
} & {
|
|
68
|
+
readonly default: "";
|
|
68
69
|
};
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
70
|
+
labelPosition: {
|
|
71
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
72
72
|
readonly required: false;
|
|
73
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
74
|
__epPropKey: true;
|
|
75
|
+
} & {
|
|
76
|
+
readonly default: "";
|
|
75
77
|
};
|
|
76
|
-
for: StringConstructor;
|
|
77
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
78
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
79
|
-
}>, {
|
|
80
|
-
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
81
|
-
addToFirst: () => void;
|
|
82
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
83
|
-
handleMinus: (index: number) => void;
|
|
84
|
-
handlePlus: (index: number) => void;
|
|
85
|
-
formData: import("vue").ComputedRef<NormalObject | NormalObject[]>;
|
|
86
|
-
handleFormSetData: (e: SetDataEvent) => void;
|
|
87
|
-
createTheFormItems: (index: number) => any[];
|
|
88
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
|
-
formItems: {
|
|
90
|
-
type: import("vue").PropType<any[]>;
|
|
91
|
-
default: () => any[];
|
|
92
|
-
};
|
|
93
|
-
modelValue: {
|
|
94
|
-
type: import("vue").PropType<NormalObject[]>;
|
|
95
|
-
default: () => any[];
|
|
96
|
-
};
|
|
97
|
-
readonly: {
|
|
98
|
-
type: BooleanConstructor;
|
|
99
|
-
default: any;
|
|
100
|
-
};
|
|
101
|
-
splicable: {
|
|
102
|
-
type: BooleanConstructor;
|
|
103
|
-
default: boolean;
|
|
104
|
-
};
|
|
105
|
-
slots: {
|
|
106
|
-
type: import("vue").PropType<import("./types").Slots>;
|
|
107
|
-
default: () => {};
|
|
108
|
-
};
|
|
109
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
110
|
-
formItemSize: {
|
|
111
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
112
|
-
default: "default" | "small" | "large";
|
|
113
|
-
};
|
|
114
|
-
formItemSlots: {
|
|
115
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
116
|
-
default: any;
|
|
117
|
-
};
|
|
118
|
-
elRef: {
|
|
119
|
-
type: import("vue").PropType<any>;
|
|
120
|
-
required: boolean;
|
|
121
|
-
};
|
|
122
|
-
inline: {
|
|
123
|
-
type: BooleanConstructor;
|
|
124
|
-
default: boolean;
|
|
125
|
-
};
|
|
126
|
-
formItemTip: {
|
|
127
|
-
type: StringConstructor;
|
|
128
|
-
default: any;
|
|
129
|
-
};
|
|
130
|
-
formItemTipClass: any;
|
|
131
|
-
labelTip: {
|
|
132
|
-
type: StringConstructor;
|
|
133
|
-
default: any;
|
|
134
|
-
};
|
|
135
|
-
information: {
|
|
136
|
-
type: BooleanConstructor;
|
|
137
|
-
default: boolean;
|
|
138
|
-
};
|
|
139
|
-
label: StringConstructor;
|
|
140
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
141
|
-
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
142
78
|
prop: {
|
|
143
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
79
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
144
80
|
readonly required: false;
|
|
145
81
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
146
82
|
__epPropKey: true;
|
|
147
83
|
};
|
|
148
84
|
rules: {
|
|
149
|
-
readonly type: import("vue").PropType<
|
|
85
|
+
readonly type: import("vue").PropType<unknown>;
|
|
150
86
|
readonly required: false;
|
|
151
87
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
88
|
__epPropKey: true;
|
|
153
89
|
};
|
|
154
90
|
error: StringConstructor;
|
|
155
91
|
validateStatus: {
|
|
156
|
-
readonly type: import("vue").PropType<
|
|
92
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
157
93
|
readonly required: false;
|
|
158
94
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
95
|
__epPropKey: true;
|
|
160
96
|
};
|
|
161
97
|
for: StringConstructor;
|
|
162
|
-
inlineMessage:
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
98
|
+
inlineMessage: {
|
|
99
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
100
|
+
readonly required: false;
|
|
101
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
|
+
__epPropKey: true;
|
|
103
|
+
} & {
|
|
104
|
+
readonly default: "";
|
|
105
|
+
};
|
|
106
|
+
showMessage: {
|
|
107
|
+
readonly type: import("vue").PropType<boolean>;
|
|
108
|
+
readonly required: false;
|
|
109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
+
__epPropKey: true;
|
|
111
|
+
} & {
|
|
112
|
+
readonly default: true;
|
|
113
|
+
};
|
|
114
|
+
}>, {
|
|
115
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
116
|
+
formItems: {
|
|
117
|
+
type: import("vue").PropType<any[]>;
|
|
118
|
+
default: () => any[];
|
|
119
|
+
};
|
|
120
|
+
modelValue: {
|
|
121
|
+
type: import("vue").PropType<NormalObject[]>;
|
|
122
|
+
default: () => any[];
|
|
123
|
+
};
|
|
124
|
+
readonly: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: any;
|
|
127
|
+
};
|
|
128
|
+
splicable: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
slots: {
|
|
133
|
+
type: import("vue").PropType<import("./types").Slots>;
|
|
134
|
+
default: () => {};
|
|
135
|
+
};
|
|
136
|
+
required: {
|
|
137
|
+
readonly type: import("vue").PropType<boolean>;
|
|
138
|
+
readonly required: false;
|
|
139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
+
__epPropKey: true;
|
|
141
|
+
} & {
|
|
142
|
+
readonly default: undefined;
|
|
143
|
+
};
|
|
144
|
+
formItemSize: {
|
|
145
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
146
|
+
default: "default" | "small" | "large";
|
|
147
|
+
};
|
|
148
|
+
formItemSlots: {
|
|
149
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
150
|
+
default: any;
|
|
151
|
+
};
|
|
152
|
+
elRef: {
|
|
153
|
+
type: import("vue").PropType<any>;
|
|
154
|
+
required: boolean;
|
|
155
|
+
};
|
|
156
|
+
inline: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
formItemTip: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
default: any;
|
|
163
|
+
};
|
|
164
|
+
formItemTipClass: any;
|
|
165
|
+
labelTip: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: any;
|
|
168
|
+
};
|
|
169
|
+
information: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
173
|
+
label: StringConstructor;
|
|
174
|
+
labelWidth: {
|
|
175
|
+
readonly type: import("vue").PropType<string | number>;
|
|
176
|
+
readonly required: false;
|
|
177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
+
__epPropKey: true;
|
|
179
|
+
} & {
|
|
180
|
+
readonly default: "";
|
|
181
|
+
};
|
|
182
|
+
labelPosition: {
|
|
183
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
184
|
+
readonly required: false;
|
|
185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
|
+
__epPropKey: true;
|
|
187
|
+
} & {
|
|
188
|
+
readonly default: "";
|
|
189
|
+
};
|
|
190
|
+
prop: {
|
|
191
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
192
|
+
readonly required: false;
|
|
193
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
|
+
__epPropKey: true;
|
|
195
|
+
};
|
|
196
|
+
rules: {
|
|
197
|
+
readonly type: import("vue").PropType<unknown>;
|
|
198
|
+
readonly required: false;
|
|
199
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
|
+
__epPropKey: true;
|
|
201
|
+
};
|
|
202
|
+
error: StringConstructor;
|
|
203
|
+
validateStatus: {
|
|
204
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
205
|
+
readonly required: false;
|
|
206
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
207
|
+
__epPropKey: true;
|
|
208
|
+
};
|
|
209
|
+
for: StringConstructor;
|
|
210
|
+
inlineMessage: {
|
|
211
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
212
|
+
readonly required: false;
|
|
213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
+
__epPropKey: true;
|
|
215
|
+
} & {
|
|
216
|
+
readonly default: "";
|
|
217
|
+
};
|
|
218
|
+
showMessage: {
|
|
219
|
+
readonly type: import("vue").PropType<boolean>;
|
|
220
|
+
readonly required: false;
|
|
221
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
222
|
+
__epPropKey: true;
|
|
223
|
+
} & {
|
|
224
|
+
readonly default: true;
|
|
225
|
+
};
|
|
226
|
+
}>> & Readonly<{}> & {}>;
|
|
227
|
+
emit: (event: string, ...args: any[]) => void;
|
|
228
|
+
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
229
|
+
readonly: import("vue").ComputedRef<boolean>;
|
|
230
|
+
formData: import("vue").ComputedRef<NormalObject | NormalObject[]>;
|
|
231
|
+
handlePlus: (index: number) => void;
|
|
232
|
+
handleMinus: (index: number) => void;
|
|
233
|
+
addToFirst: () => void;
|
|
234
|
+
handleFormSetData: (e: SetDataEvent) => void;
|
|
235
|
+
createTheFormItems: (index: number) => any[];
|
|
236
|
+
readonly VkfFormItem: {
|
|
184
237
|
new (...args: any[]): any;
|
|
185
238
|
__isFragment?: never;
|
|
186
239
|
__isTeleport?: never;
|
|
@@ -191,94 +244,91 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
191
244
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
192
245
|
install(app: import("vue").App): void;
|
|
193
246
|
};
|
|
194
|
-
|
|
195
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
196
|
-
readonly header: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
197
|
-
readonly footer: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
198
|
-
readonly bodyStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
|
|
199
|
-
readonly bodyClass: StringConstructor;
|
|
200
|
-
readonly shadow: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
|
|
201
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
202
|
-
readonly footer: string;
|
|
203
|
-
readonly header: string;
|
|
204
|
-
readonly bodyStyle: import("vue").StyleValue;
|
|
205
|
-
readonly shadow: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
|
|
206
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
207
|
-
P: {};
|
|
208
|
-
B: {};
|
|
209
|
-
D: {};
|
|
210
|
-
C: {};
|
|
211
|
-
M: {};
|
|
212
|
-
Defaults: {};
|
|
213
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
214
|
-
readonly header: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
215
|
-
readonly footer: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
216
|
-
readonly bodyStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
|
|
217
|
-
readonly bodyClass: StringConstructor;
|
|
218
|
-
readonly shadow: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
|
|
219
|
-
}>>, {}, {}, {}, {}, {
|
|
220
|
-
readonly footer: string;
|
|
221
|
-
readonly header: string;
|
|
222
|
-
readonly bodyStyle: import("vue").StyleValue;
|
|
223
|
-
readonly shadow: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
|
|
224
|
-
}>;
|
|
225
|
-
__isFragment?: never;
|
|
226
|
-
__isTeleport?: never;
|
|
227
|
-
__isSuspense?: never;
|
|
228
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
229
|
-
readonly header: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
230
|
-
readonly footer: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
231
|
-
readonly bodyStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
|
|
232
|
-
readonly bodyClass: StringConstructor;
|
|
233
|
-
readonly shadow: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
|
|
234
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
235
|
-
readonly footer: string;
|
|
236
|
-
readonly header: string;
|
|
237
|
-
readonly bodyStyle: import("vue").StyleValue;
|
|
238
|
-
readonly shadow: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
|
|
239
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
240
|
-
$slots: {
|
|
241
|
-
header?(_: {}): any;
|
|
242
|
-
default?(_: {}): any;
|
|
243
|
-
footer?(_: {}): any;
|
|
244
|
-
};
|
|
245
|
-
})>;
|
|
246
|
-
ElButton: import("element-plus/es/utils").SFCWithInstall<{
|
|
247
|
+
readonly ElButton: ({
|
|
247
248
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
248
249
|
readonly size: {
|
|
249
|
-
readonly type: import("vue").PropType<
|
|
250
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
250
251
|
readonly required: false;
|
|
251
252
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
252
253
|
__epPropKey: true;
|
|
253
254
|
};
|
|
254
255
|
readonly disabled: BooleanConstructor;
|
|
255
|
-
readonly type:
|
|
256
|
+
readonly type: {
|
|
257
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
} & {
|
|
262
|
+
readonly default: "";
|
|
263
|
+
};
|
|
256
264
|
readonly icon: {
|
|
257
|
-
readonly type: import("vue").PropType<
|
|
265
|
+
readonly type: import("vue").PropType<unknown>;
|
|
258
266
|
readonly required: false;
|
|
259
267
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
268
|
__epPropKey: true;
|
|
261
269
|
};
|
|
262
|
-
readonly nativeType:
|
|
270
|
+
readonly nativeType: {
|
|
271
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
272
|
+
readonly required: false;
|
|
273
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
+
__epPropKey: true;
|
|
275
|
+
} & {
|
|
276
|
+
readonly default: "button";
|
|
277
|
+
};
|
|
263
278
|
readonly loading: BooleanConstructor;
|
|
264
|
-
readonly loadingIcon:
|
|
265
|
-
|
|
279
|
+
readonly loadingIcon: {
|
|
280
|
+
readonly type: import("vue").PropType<unknown>;
|
|
281
|
+
readonly required: false;
|
|
282
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
|
+
__epPropKey: true;
|
|
284
|
+
} & {
|
|
285
|
+
readonly default: () => any;
|
|
286
|
+
};
|
|
287
|
+
readonly plain: {
|
|
288
|
+
readonly type: import("vue").PropType<boolean>;
|
|
289
|
+
readonly required: false;
|
|
290
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
|
+
__epPropKey: true;
|
|
292
|
+
} & {
|
|
293
|
+
readonly default: undefined;
|
|
294
|
+
};
|
|
266
295
|
readonly text: BooleanConstructor;
|
|
267
296
|
readonly link: BooleanConstructor;
|
|
268
297
|
readonly bg: BooleanConstructor;
|
|
269
298
|
readonly autofocus: BooleanConstructor;
|
|
270
|
-
readonly round:
|
|
299
|
+
readonly round: {
|
|
300
|
+
readonly type: import("vue").PropType<boolean>;
|
|
301
|
+
readonly required: false;
|
|
302
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
|
+
__epPropKey: true;
|
|
304
|
+
} & {
|
|
305
|
+
readonly default: undefined;
|
|
306
|
+
};
|
|
271
307
|
readonly circle: BooleanConstructor;
|
|
272
308
|
readonly color: StringConstructor;
|
|
273
309
|
readonly dark: BooleanConstructor;
|
|
274
|
-
readonly autoInsertSpace:
|
|
275
|
-
|
|
310
|
+
readonly autoInsertSpace: {
|
|
311
|
+
readonly type: import("vue").PropType<boolean>;
|
|
312
|
+
readonly required: false;
|
|
313
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
|
+
__epPropKey: true;
|
|
315
|
+
} & {
|
|
316
|
+
readonly default: undefined;
|
|
317
|
+
};
|
|
318
|
+
readonly tag: {
|
|
319
|
+
readonly type: import("vue").PropType<unknown>;
|
|
320
|
+
readonly required: false;
|
|
321
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
|
+
__epPropKey: true;
|
|
323
|
+
} & {
|
|
324
|
+
readonly default: "button";
|
|
325
|
+
};
|
|
276
326
|
}>> & {
|
|
277
327
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
278
328
|
}, {
|
|
279
329
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
280
330
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
281
|
-
type: import("vue").ComputedRef<
|
|
331
|
+
type: import("vue").ComputedRef<string>;
|
|
282
332
|
disabled: import("vue").ComputedRef<boolean>;
|
|
283
333
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
284
334
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -290,15 +340,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
290
340
|
readonly disabled: boolean;
|
|
291
341
|
readonly round: boolean;
|
|
292
342
|
readonly dark: boolean;
|
|
293
|
-
readonly type:
|
|
343
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
294
344
|
readonly bg: boolean;
|
|
295
345
|
readonly loading: boolean;
|
|
296
346
|
readonly autofocus: boolean;
|
|
297
|
-
readonly tag:
|
|
347
|
+
readonly tag: unknown;
|
|
298
348
|
readonly plain: boolean;
|
|
299
|
-
readonly
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
349
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
350
|
+
readonly loadingIcon: unknown;
|
|
351
|
+
readonly autoInsertSpace: boolean;
|
|
302
352
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
303
353
|
P: {};
|
|
304
354
|
B: {};
|
|
@@ -308,39 +358,88 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
308
358
|
Defaults: {};
|
|
309
359
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
310
360
|
readonly size: {
|
|
311
|
-
readonly type: import("vue").PropType<
|
|
361
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
312
362
|
readonly required: false;
|
|
313
363
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
364
|
__epPropKey: true;
|
|
315
365
|
};
|
|
316
366
|
readonly disabled: BooleanConstructor;
|
|
317
|
-
readonly type:
|
|
367
|
+
readonly type: {
|
|
368
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
369
|
+
readonly required: false;
|
|
370
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
371
|
+
__epPropKey: true;
|
|
372
|
+
} & {
|
|
373
|
+
readonly default: "";
|
|
374
|
+
};
|
|
318
375
|
readonly icon: {
|
|
319
|
-
readonly type: import("vue").PropType<
|
|
376
|
+
readonly type: import("vue").PropType<unknown>;
|
|
377
|
+
readonly required: false;
|
|
378
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
|
+
__epPropKey: true;
|
|
380
|
+
};
|
|
381
|
+
readonly nativeType: {
|
|
382
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
320
383
|
readonly required: false;
|
|
321
384
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
385
|
__epPropKey: true;
|
|
386
|
+
} & {
|
|
387
|
+
readonly default: "button";
|
|
323
388
|
};
|
|
324
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
325
389
|
readonly loading: BooleanConstructor;
|
|
326
|
-
readonly loadingIcon:
|
|
327
|
-
|
|
390
|
+
readonly loadingIcon: {
|
|
391
|
+
readonly type: import("vue").PropType<unknown>;
|
|
392
|
+
readonly required: false;
|
|
393
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
|
+
__epPropKey: true;
|
|
395
|
+
} & {
|
|
396
|
+
readonly default: () => any;
|
|
397
|
+
};
|
|
398
|
+
readonly plain: {
|
|
399
|
+
readonly type: import("vue").PropType<boolean>;
|
|
400
|
+
readonly required: false;
|
|
401
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
402
|
+
__epPropKey: true;
|
|
403
|
+
} & {
|
|
404
|
+
readonly default: undefined;
|
|
405
|
+
};
|
|
328
406
|
readonly text: BooleanConstructor;
|
|
329
407
|
readonly link: BooleanConstructor;
|
|
330
408
|
readonly bg: BooleanConstructor;
|
|
331
409
|
readonly autofocus: BooleanConstructor;
|
|
332
|
-
readonly round:
|
|
410
|
+
readonly round: {
|
|
411
|
+
readonly type: import("vue").PropType<boolean>;
|
|
412
|
+
readonly required: false;
|
|
413
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
414
|
+
__epPropKey: true;
|
|
415
|
+
} & {
|
|
416
|
+
readonly default: undefined;
|
|
417
|
+
};
|
|
333
418
|
readonly circle: BooleanConstructor;
|
|
334
419
|
readonly color: StringConstructor;
|
|
335
420
|
readonly dark: BooleanConstructor;
|
|
336
|
-
readonly autoInsertSpace:
|
|
337
|
-
|
|
421
|
+
readonly autoInsertSpace: {
|
|
422
|
+
readonly type: import("vue").PropType<boolean>;
|
|
423
|
+
readonly required: false;
|
|
424
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
425
|
+
__epPropKey: true;
|
|
426
|
+
} & {
|
|
427
|
+
readonly default: undefined;
|
|
428
|
+
};
|
|
429
|
+
readonly tag: {
|
|
430
|
+
readonly type: import("vue").PropType<unknown>;
|
|
431
|
+
readonly required: false;
|
|
432
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
+
__epPropKey: true;
|
|
434
|
+
} & {
|
|
435
|
+
readonly default: "button";
|
|
436
|
+
};
|
|
338
437
|
}>> & {
|
|
339
438
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
340
439
|
}, {
|
|
341
440
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
342
441
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
343
|
-
type: import("vue").ComputedRef<
|
|
442
|
+
type: import("vue").ComputedRef<string>;
|
|
344
443
|
disabled: import("vue").ComputedRef<boolean>;
|
|
345
444
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
346
445
|
}, {}, {}, {}, {
|
|
@@ -350,54 +449,103 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
350
449
|
readonly disabled: boolean;
|
|
351
450
|
readonly round: boolean;
|
|
352
451
|
readonly dark: boolean;
|
|
353
|
-
readonly type:
|
|
452
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
354
453
|
readonly bg: boolean;
|
|
355
454
|
readonly loading: boolean;
|
|
356
455
|
readonly autofocus: boolean;
|
|
357
|
-
readonly tag:
|
|
456
|
+
readonly tag: unknown;
|
|
358
457
|
readonly plain: boolean;
|
|
359
|
-
readonly
|
|
360
|
-
readonly
|
|
361
|
-
readonly
|
|
458
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
459
|
+
readonly loadingIcon: unknown;
|
|
460
|
+
readonly autoInsertSpace: boolean;
|
|
362
461
|
}>;
|
|
363
462
|
__isFragment?: never;
|
|
364
463
|
__isTeleport?: never;
|
|
365
464
|
__isSuspense?: never;
|
|
366
465
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
367
466
|
readonly size: {
|
|
368
|
-
readonly type: import("vue").PropType<
|
|
467
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
369
468
|
readonly required: false;
|
|
370
469
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
371
470
|
__epPropKey: true;
|
|
372
471
|
};
|
|
373
472
|
readonly disabled: BooleanConstructor;
|
|
374
|
-
readonly type:
|
|
473
|
+
readonly type: {
|
|
474
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
475
|
+
readonly required: false;
|
|
476
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
477
|
+
__epPropKey: true;
|
|
478
|
+
} & {
|
|
479
|
+
readonly default: "";
|
|
480
|
+
};
|
|
375
481
|
readonly icon: {
|
|
376
|
-
readonly type: import("vue").PropType<
|
|
482
|
+
readonly type: import("vue").PropType<unknown>;
|
|
377
483
|
readonly required: false;
|
|
378
484
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
485
|
__epPropKey: true;
|
|
380
486
|
};
|
|
381
|
-
readonly nativeType:
|
|
487
|
+
readonly nativeType: {
|
|
488
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
489
|
+
readonly required: false;
|
|
490
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
|
+
__epPropKey: true;
|
|
492
|
+
} & {
|
|
493
|
+
readonly default: "button";
|
|
494
|
+
};
|
|
382
495
|
readonly loading: BooleanConstructor;
|
|
383
|
-
readonly loadingIcon:
|
|
384
|
-
|
|
496
|
+
readonly loadingIcon: {
|
|
497
|
+
readonly type: import("vue").PropType<unknown>;
|
|
498
|
+
readonly required: false;
|
|
499
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
500
|
+
__epPropKey: true;
|
|
501
|
+
} & {
|
|
502
|
+
readonly default: () => any;
|
|
503
|
+
};
|
|
504
|
+
readonly plain: {
|
|
505
|
+
readonly type: import("vue").PropType<boolean>;
|
|
506
|
+
readonly required: false;
|
|
507
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
508
|
+
__epPropKey: true;
|
|
509
|
+
} & {
|
|
510
|
+
readonly default: undefined;
|
|
511
|
+
};
|
|
385
512
|
readonly text: BooleanConstructor;
|
|
386
513
|
readonly link: BooleanConstructor;
|
|
387
514
|
readonly bg: BooleanConstructor;
|
|
388
515
|
readonly autofocus: BooleanConstructor;
|
|
389
|
-
readonly round:
|
|
516
|
+
readonly round: {
|
|
517
|
+
readonly type: import("vue").PropType<boolean>;
|
|
518
|
+
readonly required: false;
|
|
519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
520
|
+
__epPropKey: true;
|
|
521
|
+
} & {
|
|
522
|
+
readonly default: undefined;
|
|
523
|
+
};
|
|
390
524
|
readonly circle: BooleanConstructor;
|
|
391
525
|
readonly color: StringConstructor;
|
|
392
526
|
readonly dark: BooleanConstructor;
|
|
393
|
-
readonly autoInsertSpace:
|
|
394
|
-
|
|
527
|
+
readonly autoInsertSpace: {
|
|
528
|
+
readonly type: import("vue").PropType<boolean>;
|
|
529
|
+
readonly required: false;
|
|
530
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
531
|
+
__epPropKey: true;
|
|
532
|
+
} & {
|
|
533
|
+
readonly default: undefined;
|
|
534
|
+
};
|
|
535
|
+
readonly tag: {
|
|
536
|
+
readonly type: import("vue").PropType<unknown>;
|
|
537
|
+
readonly required: false;
|
|
538
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
539
|
+
__epPropKey: true;
|
|
540
|
+
} & {
|
|
541
|
+
readonly default: "button";
|
|
542
|
+
};
|
|
395
543
|
}>> & {
|
|
396
544
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
397
545
|
}, {
|
|
398
546
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
399
547
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
400
|
-
type: import("vue").ComputedRef<
|
|
548
|
+
type: import("vue").ComputedRef<string>;
|
|
401
549
|
disabled: import("vue").ComputedRef<boolean>;
|
|
402
550
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
403
551
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -409,33 +557,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
409
557
|
readonly disabled: boolean;
|
|
410
558
|
readonly round: boolean;
|
|
411
559
|
readonly dark: boolean;
|
|
412
|
-
readonly type:
|
|
560
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
413
561
|
readonly bg: boolean;
|
|
414
562
|
readonly loading: boolean;
|
|
415
563
|
readonly autofocus: boolean;
|
|
416
|
-
readonly tag:
|
|
564
|
+
readonly tag: unknown;
|
|
417
565
|
readonly plain: boolean;
|
|
418
|
-
readonly
|
|
419
|
-
readonly
|
|
420
|
-
readonly
|
|
566
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
567
|
+
readonly loadingIcon: unknown;
|
|
568
|
+
readonly autoInsertSpace: boolean;
|
|
421
569
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
422
570
|
$slots: {
|
|
423
571
|
loading?(_: {}): any;
|
|
424
572
|
icon?(_: {}): any;
|
|
425
573
|
default?(_: {}): any;
|
|
426
574
|
};
|
|
427
|
-
})
|
|
575
|
+
}) & import("vue").Plugin) & {
|
|
428
576
|
ButtonGroup: {
|
|
429
577
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
430
578
|
readonly size: {
|
|
431
|
-
readonly type: import("vue").PropType<
|
|
579
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
580
|
+
readonly required: false;
|
|
581
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
|
+
__epPropKey: true;
|
|
583
|
+
};
|
|
584
|
+
readonly type: {
|
|
585
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
432
586
|
readonly required: false;
|
|
433
587
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
588
|
__epPropKey: true;
|
|
589
|
+
} & {
|
|
590
|
+
readonly default: "";
|
|
435
591
|
};
|
|
436
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
437
592
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
438
|
-
readonly type:
|
|
593
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
439
594
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
440
595
|
P: {};
|
|
441
596
|
B: {};
|
|
@@ -445,39 +600,209 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
600
|
Defaults: {};
|
|
446
601
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
447
602
|
readonly size: {
|
|
448
|
-
readonly type: import("vue").PropType<
|
|
603
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
449
604
|
readonly required: false;
|
|
450
605
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
451
606
|
__epPropKey: true;
|
|
452
607
|
};
|
|
453
|
-
readonly type:
|
|
608
|
+
readonly type: {
|
|
609
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
610
|
+
readonly required: false;
|
|
611
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
612
|
+
__epPropKey: true;
|
|
613
|
+
} & {
|
|
614
|
+
readonly default: "";
|
|
615
|
+
};
|
|
454
616
|
}>>, {}, {}, {}, {}, {
|
|
455
|
-
readonly type:
|
|
617
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
456
618
|
}>;
|
|
457
619
|
__isFragment?: never;
|
|
458
620
|
__isTeleport?: never;
|
|
459
621
|
__isSuspense?: never;
|
|
460
622
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
461
623
|
readonly size: {
|
|
462
|
-
readonly type: import("vue").PropType<
|
|
624
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
463
625
|
readonly required: false;
|
|
464
626
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
465
627
|
__epPropKey: true;
|
|
466
628
|
};
|
|
467
|
-
readonly type:
|
|
629
|
+
readonly type: {
|
|
630
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
631
|
+
readonly required: false;
|
|
632
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
633
|
+
__epPropKey: true;
|
|
634
|
+
} & {
|
|
635
|
+
readonly default: "";
|
|
636
|
+
};
|
|
468
637
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
469
|
-
readonly type:
|
|
638
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
470
639
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
471
640
|
$slots: {
|
|
472
641
|
default?(_: {}): any;
|
|
473
642
|
};
|
|
474
643
|
});
|
|
475
644
|
};
|
|
476
|
-
|
|
645
|
+
readonly ElCard: {
|
|
646
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
647
|
+
readonly header: {
|
|
648
|
+
readonly type: import("vue").PropType<string>;
|
|
649
|
+
readonly required: false;
|
|
650
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
651
|
+
__epPropKey: true;
|
|
652
|
+
} & {
|
|
653
|
+
readonly default: "";
|
|
654
|
+
};
|
|
655
|
+
readonly footer: {
|
|
656
|
+
readonly type: import("vue").PropType<string>;
|
|
657
|
+
readonly required: false;
|
|
658
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
659
|
+
__epPropKey: true;
|
|
660
|
+
} & {
|
|
661
|
+
readonly default: "";
|
|
662
|
+
};
|
|
663
|
+
readonly bodyStyle: {
|
|
664
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
665
|
+
readonly required: false;
|
|
666
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
667
|
+
__epPropKey: true;
|
|
668
|
+
} & {
|
|
669
|
+
readonly default: "";
|
|
670
|
+
};
|
|
671
|
+
readonly headerClass: StringConstructor;
|
|
672
|
+
readonly bodyClass: StringConstructor;
|
|
673
|
+
readonly footerClass: StringConstructor;
|
|
674
|
+
readonly shadow: {
|
|
675
|
+
readonly type: import("vue").PropType<"hover" | "always" | "never">;
|
|
676
|
+
readonly required: false;
|
|
677
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
|
+
__epPropKey: true;
|
|
679
|
+
} & {
|
|
680
|
+
readonly default: "always";
|
|
681
|
+
};
|
|
682
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
683
|
+
readonly footer: string;
|
|
684
|
+
readonly header: string;
|
|
685
|
+
readonly bodyStyle: import("vue").StyleValue;
|
|
686
|
+
readonly shadow: "hover" | "always" | "never";
|
|
687
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
688
|
+
P: {};
|
|
689
|
+
B: {};
|
|
690
|
+
D: {};
|
|
691
|
+
C: {};
|
|
692
|
+
M: {};
|
|
693
|
+
Defaults: {};
|
|
694
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
695
|
+
readonly header: {
|
|
696
|
+
readonly type: import("vue").PropType<string>;
|
|
697
|
+
readonly required: false;
|
|
698
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
699
|
+
__epPropKey: true;
|
|
700
|
+
} & {
|
|
701
|
+
readonly default: "";
|
|
702
|
+
};
|
|
703
|
+
readonly footer: {
|
|
704
|
+
readonly type: import("vue").PropType<string>;
|
|
705
|
+
readonly required: false;
|
|
706
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
707
|
+
__epPropKey: true;
|
|
708
|
+
} & {
|
|
709
|
+
readonly default: "";
|
|
710
|
+
};
|
|
711
|
+
readonly bodyStyle: {
|
|
712
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
713
|
+
readonly required: false;
|
|
714
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
715
|
+
__epPropKey: true;
|
|
716
|
+
} & {
|
|
717
|
+
readonly default: "";
|
|
718
|
+
};
|
|
719
|
+
readonly headerClass: StringConstructor;
|
|
720
|
+
readonly bodyClass: StringConstructor;
|
|
721
|
+
readonly footerClass: StringConstructor;
|
|
722
|
+
readonly shadow: {
|
|
723
|
+
readonly type: import("vue").PropType<"hover" | "always" | "never">;
|
|
724
|
+
readonly required: false;
|
|
725
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
|
+
__epPropKey: true;
|
|
727
|
+
} & {
|
|
728
|
+
readonly default: "always";
|
|
729
|
+
};
|
|
730
|
+
}>>, {}, {}, {}, {}, {
|
|
731
|
+
readonly footer: string;
|
|
732
|
+
readonly header: string;
|
|
733
|
+
readonly bodyStyle: import("vue").StyleValue;
|
|
734
|
+
readonly shadow: "hover" | "always" | "never";
|
|
735
|
+
}>;
|
|
736
|
+
__isFragment?: never;
|
|
737
|
+
__isTeleport?: never;
|
|
738
|
+
__isSuspense?: never;
|
|
739
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
740
|
+
readonly header: {
|
|
741
|
+
readonly type: import("vue").PropType<string>;
|
|
742
|
+
readonly required: false;
|
|
743
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
744
|
+
__epPropKey: true;
|
|
745
|
+
} & {
|
|
746
|
+
readonly default: "";
|
|
747
|
+
};
|
|
748
|
+
readonly footer: {
|
|
749
|
+
readonly type: import("vue").PropType<string>;
|
|
750
|
+
readonly required: false;
|
|
751
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
752
|
+
__epPropKey: true;
|
|
753
|
+
} & {
|
|
754
|
+
readonly default: "";
|
|
755
|
+
};
|
|
756
|
+
readonly bodyStyle: {
|
|
757
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
758
|
+
readonly required: false;
|
|
759
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
760
|
+
__epPropKey: true;
|
|
761
|
+
} & {
|
|
762
|
+
readonly default: "";
|
|
763
|
+
};
|
|
764
|
+
readonly headerClass: StringConstructor;
|
|
765
|
+
readonly bodyClass: StringConstructor;
|
|
766
|
+
readonly footerClass: StringConstructor;
|
|
767
|
+
readonly shadow: {
|
|
768
|
+
readonly type: import("vue").PropType<"hover" | "always" | "never">;
|
|
769
|
+
readonly required: false;
|
|
770
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
771
|
+
__epPropKey: true;
|
|
772
|
+
} & {
|
|
773
|
+
readonly default: "always";
|
|
774
|
+
};
|
|
775
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
776
|
+
readonly footer: string;
|
|
777
|
+
readonly header: string;
|
|
778
|
+
readonly bodyStyle: import("vue").StyleValue;
|
|
779
|
+
readonly shadow: "hover" | "always" | "never";
|
|
780
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
781
|
+
$slots: {
|
|
782
|
+
header?(_: {}): any;
|
|
783
|
+
default?(_: {}): any;
|
|
784
|
+
footer?(_: {}): any;
|
|
785
|
+
};
|
|
786
|
+
}) & import("vue").Plugin;
|
|
787
|
+
readonly ElEmpty: {
|
|
477
788
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
478
|
-
readonly image:
|
|
789
|
+
readonly image: {
|
|
790
|
+
readonly type: import("vue").PropType<string>;
|
|
791
|
+
readonly required: false;
|
|
792
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
793
|
+
__epPropKey: true;
|
|
794
|
+
} & {
|
|
795
|
+
readonly default: "";
|
|
796
|
+
};
|
|
479
797
|
readonly imageSize: NumberConstructor;
|
|
480
|
-
readonly description:
|
|
798
|
+
readonly description: {
|
|
799
|
+
readonly type: import("vue").PropType<string>;
|
|
800
|
+
readonly required: false;
|
|
801
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
802
|
+
__epPropKey: true;
|
|
803
|
+
} & {
|
|
804
|
+
readonly default: "";
|
|
805
|
+
};
|
|
481
806
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
482
807
|
readonly image: string;
|
|
483
808
|
readonly description: string;
|
|
@@ -489,9 +814,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
489
814
|
M: {};
|
|
490
815
|
Defaults: {};
|
|
491
816
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
492
|
-
readonly image:
|
|
817
|
+
readonly image: {
|
|
818
|
+
readonly type: import("vue").PropType<string>;
|
|
819
|
+
readonly required: false;
|
|
820
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
821
|
+
__epPropKey: true;
|
|
822
|
+
} & {
|
|
823
|
+
readonly default: "";
|
|
824
|
+
};
|
|
493
825
|
readonly imageSize: NumberConstructor;
|
|
494
|
-
readonly description:
|
|
826
|
+
readonly description: {
|
|
827
|
+
readonly type: import("vue").PropType<string>;
|
|
828
|
+
readonly required: false;
|
|
829
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
830
|
+
__epPropKey: true;
|
|
831
|
+
} & {
|
|
832
|
+
readonly default: "";
|
|
833
|
+
};
|
|
495
834
|
}>>, {}, {}, {}, {}, {
|
|
496
835
|
readonly image: string;
|
|
497
836
|
readonly description: string;
|
|
@@ -500,9 +839,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
500
839
|
__isTeleport?: never;
|
|
501
840
|
__isSuspense?: never;
|
|
502
841
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
503
|
-
readonly image:
|
|
842
|
+
readonly image: {
|
|
843
|
+
readonly type: import("vue").PropType<string>;
|
|
844
|
+
readonly required: false;
|
|
845
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
846
|
+
__epPropKey: true;
|
|
847
|
+
} & {
|
|
848
|
+
readonly default: "";
|
|
849
|
+
};
|
|
504
850
|
readonly imageSize: NumberConstructor;
|
|
505
|
-
readonly description:
|
|
851
|
+
readonly description: {
|
|
852
|
+
readonly type: import("vue").PropType<string>;
|
|
853
|
+
readonly required: false;
|
|
854
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
855
|
+
__epPropKey: true;
|
|
856
|
+
} & {
|
|
857
|
+
readonly default: "";
|
|
858
|
+
};
|
|
506
859
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
507
860
|
readonly image: string;
|
|
508
861
|
readonly description: string;
|
|
@@ -512,8 +865,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
512
865
|
description?(_: {}): any;
|
|
513
866
|
default?(_: {}): any;
|
|
514
867
|
};
|
|
515
|
-
})
|
|
516
|
-
|
|
868
|
+
}) & import("vue").Plugin;
|
|
869
|
+
readonly VkfTemplatesDefault: {
|
|
517
870
|
new (...args: any[]): any;
|
|
518
871
|
__isFragment?: never;
|
|
519
872
|
__isTeleport?: never;
|
|
@@ -524,8 +877,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
524
877
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
525
878
|
install(app: import("vue").App): void;
|
|
526
879
|
};
|
|
527
|
-
|
|
528
|
-
VkfRendererData: {
|
|
880
|
+
readonly VkfTemplateInstancesProvider: {
|
|
529
881
|
new (...args: any[]): any;
|
|
530
882
|
__isFragment?: never;
|
|
531
883
|
__isTeleport?: never;
|
|
@@ -536,7 +888,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
536
888
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
537
889
|
install(app: import("vue").App): void;
|
|
538
890
|
};
|
|
539
|
-
VkfFormItemRenderer: {
|
|
891
|
+
readonly VkfFormItemRenderer: {
|
|
540
892
|
new (...args: any[]): any;
|
|
541
893
|
__isFragment?: never;
|
|
542
894
|
__isTeleport?: never;
|
|
@@ -547,5 +899,145 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
547
899
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
548
900
|
install(app: import("vue").App): void;
|
|
549
901
|
};
|
|
550
|
-
|
|
902
|
+
readonly VkfRendererData: {
|
|
903
|
+
new (...args: any[]): any;
|
|
904
|
+
__isFragment?: never;
|
|
905
|
+
__isTeleport?: never;
|
|
906
|
+
__isSuspense?: never;
|
|
907
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
908
|
+
[x: string]: any;
|
|
909
|
+
[x: symbol]: any;
|
|
910
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
911
|
+
install(app: import("vue").App): void;
|
|
912
|
+
};
|
|
913
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
914
|
+
formItems: {
|
|
915
|
+
type: import("vue").PropType<any[]>;
|
|
916
|
+
default: () => any[];
|
|
917
|
+
};
|
|
918
|
+
modelValue: {
|
|
919
|
+
type: import("vue").PropType<NormalObject[]>;
|
|
920
|
+
default: () => any[];
|
|
921
|
+
};
|
|
922
|
+
readonly: {
|
|
923
|
+
type: BooleanConstructor;
|
|
924
|
+
default: any;
|
|
925
|
+
};
|
|
926
|
+
splicable: {
|
|
927
|
+
type: BooleanConstructor;
|
|
928
|
+
default: boolean;
|
|
929
|
+
};
|
|
930
|
+
slots: {
|
|
931
|
+
type: import("vue").PropType<import("./types").Slots>;
|
|
932
|
+
default: () => {};
|
|
933
|
+
};
|
|
934
|
+
required: {
|
|
935
|
+
readonly type: import("vue").PropType<boolean>;
|
|
936
|
+
readonly required: false;
|
|
937
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
938
|
+
__epPropKey: true;
|
|
939
|
+
} & {
|
|
940
|
+
readonly default: undefined;
|
|
941
|
+
};
|
|
942
|
+
formItemSize: {
|
|
943
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
944
|
+
default: "default" | "small" | "large";
|
|
945
|
+
};
|
|
946
|
+
formItemSlots: {
|
|
947
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
948
|
+
default: any;
|
|
949
|
+
};
|
|
950
|
+
elRef: {
|
|
951
|
+
type: import("vue").PropType<any>;
|
|
952
|
+
required: boolean;
|
|
953
|
+
};
|
|
954
|
+
inline: {
|
|
955
|
+
type: BooleanConstructor;
|
|
956
|
+
default: boolean;
|
|
957
|
+
};
|
|
958
|
+
formItemTip: {
|
|
959
|
+
type: StringConstructor;
|
|
960
|
+
default: any;
|
|
961
|
+
};
|
|
962
|
+
formItemTipClass: any;
|
|
963
|
+
labelTip: {
|
|
964
|
+
type: StringConstructor;
|
|
965
|
+
default: any;
|
|
966
|
+
};
|
|
967
|
+
information: {
|
|
968
|
+
type: BooleanConstructor;
|
|
969
|
+
default: boolean;
|
|
970
|
+
};
|
|
971
|
+
label: StringConstructor;
|
|
972
|
+
labelWidth: {
|
|
973
|
+
readonly type: import("vue").PropType<string | number>;
|
|
974
|
+
readonly required: false;
|
|
975
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
976
|
+
__epPropKey: true;
|
|
977
|
+
} & {
|
|
978
|
+
readonly default: "";
|
|
979
|
+
};
|
|
980
|
+
labelPosition: {
|
|
981
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
982
|
+
readonly required: false;
|
|
983
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
984
|
+
__epPropKey: true;
|
|
985
|
+
} & {
|
|
986
|
+
readonly default: "";
|
|
987
|
+
};
|
|
988
|
+
prop: {
|
|
989
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
990
|
+
readonly required: false;
|
|
991
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
|
+
__epPropKey: true;
|
|
993
|
+
};
|
|
994
|
+
rules: {
|
|
995
|
+
readonly type: import("vue").PropType<unknown>;
|
|
996
|
+
readonly required: false;
|
|
997
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
998
|
+
__epPropKey: true;
|
|
999
|
+
};
|
|
1000
|
+
error: StringConstructor;
|
|
1001
|
+
validateStatus: {
|
|
1002
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
1003
|
+
readonly required: false;
|
|
1004
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1005
|
+
__epPropKey: true;
|
|
1006
|
+
};
|
|
1007
|
+
for: StringConstructor;
|
|
1008
|
+
inlineMessage: {
|
|
1009
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
1010
|
+
readonly required: false;
|
|
1011
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1012
|
+
__epPropKey: true;
|
|
1013
|
+
} & {
|
|
1014
|
+
readonly default: "";
|
|
1015
|
+
};
|
|
1016
|
+
showMessage: {
|
|
1017
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1018
|
+
readonly required: false;
|
|
1019
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1020
|
+
__epPropKey: true;
|
|
1021
|
+
} & {
|
|
1022
|
+
readonly default: true;
|
|
1023
|
+
};
|
|
1024
|
+
}>> & Readonly<{}>, {
|
|
1025
|
+
required: boolean;
|
|
1026
|
+
formItemSize: "default" | "small" | "large";
|
|
1027
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
1028
|
+
inline: boolean;
|
|
1029
|
+
readonly: boolean;
|
|
1030
|
+
formItemTip: string;
|
|
1031
|
+
formItemTipClass: any;
|
|
1032
|
+
labelTip: string;
|
|
1033
|
+
information: boolean;
|
|
1034
|
+
labelWidth: string | number;
|
|
1035
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
1036
|
+
inlineMessage: string | boolean;
|
|
1037
|
+
showMessage: boolean;
|
|
1038
|
+
slots: import("./types").Slots;
|
|
1039
|
+
modelValue: NormalObject[];
|
|
1040
|
+
formItems: any[];
|
|
1041
|
+
splicable: boolean;
|
|
1042
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
551
1043
|
export default _default;
|