sd-render 1.0.24 → 1.0.26
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/package.json +1 -1
- package/{sd-lib-BIFVmG2P.js → sd-lib-BRDqWpkQ.js} +4 -4
- package/{sd-render-COOAA_gI.js → sd-render-DK3Yjbxt.js} +2 -2
- package/sd-render.es.js +2 -2
- package/sd-render.style.css +1 -1
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +128 -622
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/TaskItemView.vue.d.ts +109 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/AddYoutubeCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +314 -1649
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +117 -1061
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +1925 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +314 -1649
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/EditImageCommandButton.vue.d.ts +444 -4366
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +129 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +291 -1843
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/AddLinkCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/EditLinkCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/UploadFileCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +129 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +129 -623
- package/types/src/components/sdwidget/SDImportAndModified.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportMapData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +38 -30
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +38 -30
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +48 -1362
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +48 -1362
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +144 -616
- package/types/src/components/sdwidget/SdReport.vue.d.ts +38 -30
- package/types/src/types/Connect.d.ts +1 -1
- package/types/src/types/StateStore.d.ts +1 -0
|
@@ -21,934 +21,267 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
required: true;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {}, {}, {
|
|
24
|
-
ElButton:
|
|
25
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
26
|
-
readonly size: {
|
|
27
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
28
|
-
readonly required: false;
|
|
29
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
|
-
__epPropKey: true;
|
|
31
|
-
};
|
|
32
|
-
readonly disabled: BooleanConstructor;
|
|
33
|
-
readonly type: {
|
|
34
|
-
readonly type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
|
|
35
|
-
readonly required: false;
|
|
36
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
-
__epPropKey: true;
|
|
38
|
-
} & {
|
|
39
|
-
readonly default: "";
|
|
40
|
-
};
|
|
41
|
-
readonly icon: {
|
|
42
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
43
|
-
readonly required: false;
|
|
44
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
|
-
__epPropKey: true;
|
|
46
|
-
};
|
|
47
|
-
readonly nativeType: {
|
|
48
|
-
readonly type: import('vue').PropType<"button" | "reset" | "submit">;
|
|
49
|
-
readonly required: false;
|
|
50
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
-
__epPropKey: true;
|
|
52
|
-
} & {
|
|
53
|
-
readonly default: "button";
|
|
54
|
-
};
|
|
55
|
-
readonly loading: BooleanConstructor;
|
|
56
|
-
readonly loadingIcon: {
|
|
57
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
58
|
-
readonly required: false;
|
|
59
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
-
__epPropKey: true;
|
|
61
|
-
} & {
|
|
62
|
-
readonly default: () => any;
|
|
63
|
-
};
|
|
64
|
-
readonly plain: {
|
|
65
|
-
readonly type: import('vue').PropType<boolean>;
|
|
66
|
-
readonly required: false;
|
|
67
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
|
-
__epPropKey: true;
|
|
69
|
-
} & {
|
|
70
|
-
readonly default: undefined;
|
|
71
|
-
};
|
|
72
|
-
readonly text: {
|
|
73
|
-
readonly type: import('vue').PropType<boolean>;
|
|
74
|
-
readonly required: false;
|
|
75
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
-
__epPropKey: true;
|
|
77
|
-
} & {
|
|
78
|
-
readonly default: undefined;
|
|
79
|
-
};
|
|
80
|
-
readonly link: BooleanConstructor;
|
|
81
|
-
readonly bg: BooleanConstructor;
|
|
82
|
-
readonly autofocus: BooleanConstructor;
|
|
83
|
-
readonly round: {
|
|
84
|
-
readonly type: import('vue').PropType<boolean>;
|
|
85
|
-
readonly required: false;
|
|
86
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
-
__epPropKey: true;
|
|
88
|
-
} & {
|
|
89
|
-
readonly default: undefined;
|
|
90
|
-
};
|
|
91
|
-
readonly circle: BooleanConstructor;
|
|
92
|
-
readonly color: StringConstructor;
|
|
93
|
-
readonly dark: BooleanConstructor;
|
|
94
|
-
readonly autoInsertSpace: {
|
|
95
|
-
readonly type: import('vue').PropType<boolean>;
|
|
96
|
-
readonly required: false;
|
|
97
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
-
__epPropKey: true;
|
|
99
|
-
} & {
|
|
100
|
-
readonly default: undefined;
|
|
101
|
-
};
|
|
102
|
-
readonly tag: {
|
|
103
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
104
|
-
readonly required: false;
|
|
105
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
-
__epPropKey: true;
|
|
107
|
-
} & {
|
|
108
|
-
readonly default: "button";
|
|
109
|
-
};
|
|
110
|
-
}>> & {
|
|
24
|
+
ElButton: {
|
|
25
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
111
26
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
112
|
-
}
|
|
113
|
-
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
114
|
-
size: import('vue').ComputedRef<"" | "
|
|
115
|
-
type: import('vue').ComputedRef<
|
|
27
|
+
}>, {
|
|
28
|
+
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
29
|
+
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
30
|
+
type: import('vue').ComputedRef<"default" | "" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
116
31
|
disabled: import('vue').ComputedRef<boolean>;
|
|
117
32
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
118
|
-
},
|
|
33
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
119
34
|
click: (evt: MouseEvent) => void;
|
|
120
|
-
}, import('vue').
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
readonly plain: boolean;
|
|
133
|
-
readonly autoInsertSpace: boolean;
|
|
134
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
135
|
-
readonly loadingIcon: string | import('vue').Component;
|
|
136
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
35
|
+
}, import('vue').PublicProps, {
|
|
36
|
+
type: import('element-plus').ButtonType;
|
|
37
|
+
disabled: boolean;
|
|
38
|
+
text: boolean;
|
|
39
|
+
round: boolean;
|
|
40
|
+
dashed: boolean;
|
|
41
|
+
plain: boolean;
|
|
42
|
+
nativeType: import('element-plus').ButtonNativeType;
|
|
43
|
+
loadingIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
44
|
+
autoInsertSpace: boolean;
|
|
45
|
+
tag: string | import('vue').Component;
|
|
46
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
137
47
|
P: {};
|
|
138
48
|
B: {};
|
|
139
49
|
D: {};
|
|
140
50
|
C: {};
|
|
141
51
|
M: {};
|
|
142
52
|
Defaults: {};
|
|
143
|
-
}, Readonly<import('
|
|
144
|
-
readonly size: {
|
|
145
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
146
|
-
readonly required: false;
|
|
147
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
|
-
__epPropKey: true;
|
|
149
|
-
};
|
|
150
|
-
readonly disabled: BooleanConstructor;
|
|
151
|
-
readonly type: {
|
|
152
|
-
readonly type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
|
|
153
|
-
readonly required: false;
|
|
154
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
|
-
__epPropKey: true;
|
|
156
|
-
} & {
|
|
157
|
-
readonly default: "";
|
|
158
|
-
};
|
|
159
|
-
readonly icon: {
|
|
160
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
161
|
-
readonly required: false;
|
|
162
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
-
__epPropKey: true;
|
|
164
|
-
};
|
|
165
|
-
readonly nativeType: {
|
|
166
|
-
readonly type: import('vue').PropType<"button" | "reset" | "submit">;
|
|
167
|
-
readonly required: false;
|
|
168
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
|
-
__epPropKey: true;
|
|
170
|
-
} & {
|
|
171
|
-
readonly default: "button";
|
|
172
|
-
};
|
|
173
|
-
readonly loading: BooleanConstructor;
|
|
174
|
-
readonly loadingIcon: {
|
|
175
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
176
|
-
readonly required: false;
|
|
177
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
-
__epPropKey: true;
|
|
179
|
-
} & {
|
|
180
|
-
readonly default: () => any;
|
|
181
|
-
};
|
|
182
|
-
readonly plain: {
|
|
183
|
-
readonly type: import('vue').PropType<boolean>;
|
|
184
|
-
readonly required: false;
|
|
185
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
|
-
__epPropKey: true;
|
|
187
|
-
} & {
|
|
188
|
-
readonly default: undefined;
|
|
189
|
-
};
|
|
190
|
-
readonly text: {
|
|
191
|
-
readonly type: import('vue').PropType<boolean>;
|
|
192
|
-
readonly required: false;
|
|
193
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
|
-
__epPropKey: true;
|
|
195
|
-
} & {
|
|
196
|
-
readonly default: undefined;
|
|
197
|
-
};
|
|
198
|
-
readonly link: BooleanConstructor;
|
|
199
|
-
readonly bg: BooleanConstructor;
|
|
200
|
-
readonly autofocus: BooleanConstructor;
|
|
201
|
-
readonly round: {
|
|
202
|
-
readonly type: import('vue').PropType<boolean>;
|
|
203
|
-
readonly required: false;
|
|
204
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
|
-
__epPropKey: true;
|
|
206
|
-
} & {
|
|
207
|
-
readonly default: undefined;
|
|
208
|
-
};
|
|
209
|
-
readonly circle: BooleanConstructor;
|
|
210
|
-
readonly color: StringConstructor;
|
|
211
|
-
readonly dark: BooleanConstructor;
|
|
212
|
-
readonly autoInsertSpace: {
|
|
213
|
-
readonly type: import('vue').PropType<boolean>;
|
|
214
|
-
readonly required: false;
|
|
215
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
216
|
-
__epPropKey: true;
|
|
217
|
-
} & {
|
|
218
|
-
readonly default: undefined;
|
|
219
|
-
};
|
|
220
|
-
readonly tag: {
|
|
221
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
222
|
-
readonly required: false;
|
|
223
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
224
|
-
__epPropKey: true;
|
|
225
|
-
} & {
|
|
226
|
-
readonly default: "button";
|
|
227
|
-
};
|
|
228
|
-
}>> & {
|
|
53
|
+
}, Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
229
54
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
230
|
-
}
|
|
231
|
-
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
232
|
-
size: import('vue').ComputedRef<"" | "
|
|
233
|
-
type: import('vue').ComputedRef<
|
|
55
|
+
}>, {
|
|
56
|
+
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
57
|
+
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
58
|
+
type: import('vue').ComputedRef<"default" | "" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
234
59
|
disabled: import('vue').ComputedRef<boolean>;
|
|
235
60
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
236
61
|
}, {}, {}, {}, {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
readonly tag: string | import('vue').Component;
|
|
248
|
-
readonly plain: boolean;
|
|
249
|
-
readonly autoInsertSpace: boolean;
|
|
250
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
251
|
-
readonly loadingIcon: string | import('vue').Component;
|
|
62
|
+
type: import('element-plus').ButtonType;
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
text: boolean;
|
|
65
|
+
round: boolean;
|
|
66
|
+
dashed: boolean;
|
|
67
|
+
plain: boolean;
|
|
68
|
+
nativeType: import('element-plus').ButtonNativeType;
|
|
69
|
+
loadingIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
70
|
+
autoInsertSpace: boolean;
|
|
71
|
+
tag: string | import('vue').Component;
|
|
252
72
|
}>;
|
|
253
73
|
__isFragment?: never;
|
|
254
74
|
__isTeleport?: never;
|
|
255
75
|
__isSuspense?: never;
|
|
256
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
257
|
-
readonly size: {
|
|
258
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
259
|
-
readonly required: false;
|
|
260
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
-
__epPropKey: true;
|
|
262
|
-
};
|
|
263
|
-
readonly disabled: BooleanConstructor;
|
|
264
|
-
readonly type: {
|
|
265
|
-
readonly type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
|
|
266
|
-
readonly required: false;
|
|
267
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
-
__epPropKey: true;
|
|
269
|
-
} & {
|
|
270
|
-
readonly default: "";
|
|
271
|
-
};
|
|
272
|
-
readonly icon: {
|
|
273
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
274
|
-
readonly required: false;
|
|
275
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
|
-
__epPropKey: true;
|
|
277
|
-
};
|
|
278
|
-
readonly nativeType: {
|
|
279
|
-
readonly type: import('vue').PropType<"button" | "reset" | "submit">;
|
|
280
|
-
readonly required: false;
|
|
281
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
|
-
__epPropKey: true;
|
|
283
|
-
} & {
|
|
284
|
-
readonly default: "button";
|
|
285
|
-
};
|
|
286
|
-
readonly loading: BooleanConstructor;
|
|
287
|
-
readonly loadingIcon: {
|
|
288
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
289
|
-
readonly required: false;
|
|
290
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
|
-
__epPropKey: true;
|
|
292
|
-
} & {
|
|
293
|
-
readonly default: () => any;
|
|
294
|
-
};
|
|
295
|
-
readonly plain: {
|
|
296
|
-
readonly type: import('vue').PropType<boolean>;
|
|
297
|
-
readonly required: false;
|
|
298
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
299
|
-
__epPropKey: true;
|
|
300
|
-
} & {
|
|
301
|
-
readonly default: undefined;
|
|
302
|
-
};
|
|
303
|
-
readonly text: {
|
|
304
|
-
readonly type: import('vue').PropType<boolean>;
|
|
305
|
-
readonly required: false;
|
|
306
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
307
|
-
__epPropKey: true;
|
|
308
|
-
} & {
|
|
309
|
-
readonly default: undefined;
|
|
310
|
-
};
|
|
311
|
-
readonly link: BooleanConstructor;
|
|
312
|
-
readonly bg: BooleanConstructor;
|
|
313
|
-
readonly autofocus: BooleanConstructor;
|
|
314
|
-
readonly round: {
|
|
315
|
-
readonly type: import('vue').PropType<boolean>;
|
|
316
|
-
readonly required: false;
|
|
317
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
318
|
-
__epPropKey: true;
|
|
319
|
-
} & {
|
|
320
|
-
readonly default: undefined;
|
|
321
|
-
};
|
|
322
|
-
readonly circle: BooleanConstructor;
|
|
323
|
-
readonly color: StringConstructor;
|
|
324
|
-
readonly dark: BooleanConstructor;
|
|
325
|
-
readonly autoInsertSpace: {
|
|
326
|
-
readonly type: import('vue').PropType<boolean>;
|
|
327
|
-
readonly required: false;
|
|
328
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
|
-
__epPropKey: true;
|
|
330
|
-
} & {
|
|
331
|
-
readonly default: undefined;
|
|
332
|
-
};
|
|
333
|
-
readonly tag: {
|
|
334
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
335
|
-
readonly required: false;
|
|
336
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
337
|
-
__epPropKey: true;
|
|
338
|
-
} & {
|
|
339
|
-
readonly default: "button";
|
|
340
|
-
};
|
|
341
|
-
}>> & {
|
|
76
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
342
77
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
343
|
-
}
|
|
344
|
-
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
345
|
-
size: import('vue').ComputedRef<"" | "
|
|
346
|
-
type: import('vue').ComputedRef<
|
|
78
|
+
}>, {
|
|
79
|
+
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
80
|
+
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
81
|
+
type: import('vue').ComputedRef<"default" | "" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
347
82
|
disabled: import('vue').ComputedRef<boolean>;
|
|
348
83
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
349
|
-
},
|
|
84
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
350
85
|
click: (evt: MouseEvent) => void;
|
|
351
86
|
}, string, {
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
readonly tag: string | import('vue').Component;
|
|
363
|
-
readonly plain: boolean;
|
|
364
|
-
readonly autoInsertSpace: boolean;
|
|
365
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
366
|
-
readonly loadingIcon: string | import('vue').Component;
|
|
87
|
+
type: import('element-plus').ButtonType;
|
|
88
|
+
disabled: boolean;
|
|
89
|
+
text: boolean;
|
|
90
|
+
round: boolean;
|
|
91
|
+
dashed: boolean;
|
|
92
|
+
plain: boolean;
|
|
93
|
+
nativeType: import('element-plus').ButtonNativeType;
|
|
94
|
+
loadingIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
95
|
+
autoInsertSpace: boolean;
|
|
96
|
+
tag: string | import('vue').Component;
|
|
367
97
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
368
98
|
$slots: {
|
|
369
|
-
loading
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
}
|
|
373
|
-
|
|
99
|
+
loading?: (props: {}) => any;
|
|
100
|
+
} & {
|
|
101
|
+
icon?: (props: {}) => any;
|
|
102
|
+
} & {
|
|
103
|
+
default?: (props: {}) => any;
|
|
104
|
+
};
|
|
105
|
+
}) & import('vue').ObjectPlugin & {
|
|
106
|
+
setPropsDefaults: (defaults: Partial<{
|
|
107
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
108
|
+
readonly disabled?: boolean | undefined;
|
|
109
|
+
readonly type?: import('element-plus').ButtonType | undefined;
|
|
110
|
+
readonly icon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
111
|
+
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
112
|
+
readonly loading?: boolean | undefined;
|
|
113
|
+
readonly loadingIcon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
114
|
+
readonly plain?: boolean | undefined;
|
|
115
|
+
readonly text?: boolean | undefined;
|
|
116
|
+
readonly link?: boolean | undefined;
|
|
117
|
+
readonly bg?: boolean | undefined;
|
|
118
|
+
readonly autofocus?: boolean | undefined;
|
|
119
|
+
readonly round?: boolean | undefined;
|
|
120
|
+
readonly circle?: boolean | undefined;
|
|
121
|
+
readonly dashed?: boolean | undefined;
|
|
122
|
+
readonly color?: string | undefined;
|
|
123
|
+
readonly dark?: boolean | undefined;
|
|
124
|
+
readonly autoInsertSpace?: boolean | undefined;
|
|
125
|
+
readonly tag?: (string | import('vue').Component) | undefined;
|
|
126
|
+
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
127
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
128
|
+
} & {
|
|
374
129
|
ButtonGroup: {
|
|
375
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
380
|
-
__epPropKey: true;
|
|
381
|
-
};
|
|
382
|
-
readonly type: {
|
|
383
|
-
readonly type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
|
|
384
|
-
readonly required: false;
|
|
385
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
|
-
__epPropKey: true;
|
|
387
|
-
} & {
|
|
388
|
-
readonly default: "";
|
|
389
|
-
};
|
|
390
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
391
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger";
|
|
392
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
130
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
131
|
+
type: "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger";
|
|
132
|
+
direction: "horizontal" | "vertical";
|
|
133
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
393
134
|
P: {};
|
|
394
135
|
B: {};
|
|
395
136
|
D: {};
|
|
396
137
|
C: {};
|
|
397
138
|
M: {};
|
|
398
139
|
Defaults: {};
|
|
399
|
-
}, Readonly<import('
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
readonly required: false;
|
|
403
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
404
|
-
__epPropKey: true;
|
|
405
|
-
};
|
|
406
|
-
readonly type: {
|
|
407
|
-
readonly type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
|
|
408
|
-
readonly required: false;
|
|
409
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
|
-
__epPropKey: true;
|
|
411
|
-
} & {
|
|
412
|
-
readonly default: "";
|
|
413
|
-
};
|
|
414
|
-
}>>, {}, {}, {}, {}, {
|
|
415
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger";
|
|
140
|
+
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
141
|
+
type: "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger";
|
|
142
|
+
direction: "horizontal" | "vertical";
|
|
416
143
|
}>;
|
|
417
144
|
__isFragment?: never;
|
|
418
145
|
__isTeleport?: never;
|
|
419
146
|
__isSuspense?: never;
|
|
420
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
readonly required: false;
|
|
424
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
425
|
-
__epPropKey: true;
|
|
426
|
-
};
|
|
427
|
-
readonly type: {
|
|
428
|
-
readonly type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
|
|
429
|
-
readonly required: false;
|
|
430
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
-
__epPropKey: true;
|
|
432
|
-
} & {
|
|
433
|
-
readonly default: "";
|
|
434
|
-
};
|
|
435
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
436
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger";
|
|
147
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
148
|
+
type: "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger";
|
|
149
|
+
direction: "horizontal" | "vertical";
|
|
437
150
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
438
151
|
$slots: {
|
|
439
|
-
default
|
|
152
|
+
default?: (props: {}) => any;
|
|
440
153
|
};
|
|
441
154
|
});
|
|
442
155
|
};
|
|
443
|
-
ElPopover:
|
|
444
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
445
|
-
readonly trigger: {
|
|
446
|
-
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
447
|
-
readonly required: false;
|
|
448
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
-
__epPropKey: true;
|
|
450
|
-
} & {
|
|
451
|
-
readonly default: "hover";
|
|
452
|
-
};
|
|
453
|
-
readonly triggerKeys: {
|
|
454
|
-
readonly type: import('vue').PropType<string[]>;
|
|
455
|
-
readonly required: false;
|
|
456
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
457
|
-
__epPropKey: true;
|
|
458
|
-
} & {
|
|
459
|
-
readonly default: () => string[];
|
|
460
|
-
};
|
|
461
|
-
readonly placement: {
|
|
462
|
-
readonly type: import('vue').PropType<any>;
|
|
463
|
-
readonly required: false;
|
|
464
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
465
|
-
__epPropKey: true;
|
|
466
|
-
} & {
|
|
467
|
-
readonly default: "bottom";
|
|
468
|
-
};
|
|
469
|
-
readonly disabled: BooleanConstructor;
|
|
470
|
-
readonly visible: {
|
|
471
|
-
readonly type: import('vue').PropType<boolean | null>;
|
|
472
|
-
readonly required: false;
|
|
473
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
|
-
__epPropKey: true;
|
|
475
|
-
} & {
|
|
476
|
-
readonly default: null;
|
|
477
|
-
};
|
|
478
|
-
readonly transition: StringConstructor;
|
|
479
|
-
readonly popperOptions: {
|
|
480
|
-
readonly type: import('vue').PropType<any>;
|
|
481
|
-
readonly required: false;
|
|
482
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
|
-
__epPropKey: true;
|
|
484
|
-
} & {
|
|
485
|
-
readonly default: () => {};
|
|
486
|
-
};
|
|
487
|
-
readonly tabindex: {
|
|
488
|
-
readonly type: import('vue').PropType<string | number>;
|
|
489
|
-
readonly required: false;
|
|
490
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
|
-
__epPropKey: true;
|
|
492
|
-
} & {
|
|
493
|
-
readonly default: 0;
|
|
494
|
-
};
|
|
495
|
-
readonly content: {
|
|
496
|
-
readonly type: import('vue').PropType<string>;
|
|
497
|
-
readonly required: false;
|
|
498
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
499
|
-
__epPropKey: true;
|
|
500
|
-
} & {
|
|
501
|
-
readonly default: "";
|
|
502
|
-
};
|
|
503
|
-
readonly popperStyle: {
|
|
504
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
505
|
-
readonly required: false;
|
|
506
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
507
|
-
__epPropKey: true;
|
|
508
|
-
};
|
|
509
|
-
readonly popperClass: {
|
|
510
|
-
readonly type: import('vue').PropType<string | {
|
|
511
|
-
[x: string]: boolean;
|
|
512
|
-
} | (string | {
|
|
513
|
-
[x: string]: boolean;
|
|
514
|
-
} | (string | {
|
|
515
|
-
[x: string]: boolean;
|
|
516
|
-
} | (string | {
|
|
517
|
-
[x: string]: boolean;
|
|
518
|
-
} | (string | {
|
|
519
|
-
[x: string]: boolean;
|
|
520
|
-
} | (string | {
|
|
521
|
-
[x: string]: boolean;
|
|
522
|
-
} | (string | {
|
|
523
|
-
[x: string]: boolean;
|
|
524
|
-
} | (string | {
|
|
525
|
-
[x: string]: boolean;
|
|
526
|
-
} | (string | {
|
|
527
|
-
[x: string]: boolean;
|
|
528
|
-
} | (string | {
|
|
529
|
-
[x: string]: boolean;
|
|
530
|
-
} | (string | any[] | {
|
|
531
|
-
[x: string]: boolean;
|
|
532
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
533
|
-
readonly required: false;
|
|
534
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
535
|
-
__epPropKey: true;
|
|
536
|
-
};
|
|
537
|
-
readonly enterable: {
|
|
538
|
-
readonly default: true;
|
|
539
|
-
readonly type: import('vue').PropType<boolean>;
|
|
540
|
-
readonly required: false;
|
|
541
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
542
|
-
readonly __epPropKey: true;
|
|
543
|
-
};
|
|
544
|
-
readonly effect: {
|
|
545
|
-
readonly default: "light";
|
|
546
|
-
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
547
|
-
readonly required: false;
|
|
548
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
549
|
-
readonly __epPropKey: true;
|
|
550
|
-
};
|
|
551
|
-
readonly teleported: {
|
|
552
|
-
readonly type: import('vue').PropType<boolean>;
|
|
553
|
-
readonly required: false;
|
|
554
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
|
-
__epPropKey: true;
|
|
556
|
-
} & {
|
|
557
|
-
readonly default: true;
|
|
558
|
-
};
|
|
559
|
-
readonly appendTo: {
|
|
560
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
561
|
-
readonly required: false;
|
|
562
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
563
|
-
__epPropKey: true;
|
|
564
|
-
};
|
|
565
|
-
readonly title: StringConstructor;
|
|
566
|
-
readonly width: {
|
|
567
|
-
readonly type: import('vue').PropType<string | number>;
|
|
568
|
-
readonly required: false;
|
|
569
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
570
|
-
__epPropKey: true;
|
|
571
|
-
} & {
|
|
572
|
-
readonly default: 150;
|
|
573
|
-
};
|
|
574
|
-
readonly offset: {
|
|
575
|
-
readonly type: import('vue').PropType<number>;
|
|
576
|
-
readonly required: false;
|
|
577
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
|
-
__epPropKey: true;
|
|
579
|
-
} & {
|
|
580
|
-
readonly default: undefined;
|
|
581
|
-
};
|
|
582
|
-
readonly showAfter: {
|
|
583
|
-
readonly type: import('vue').PropType<number>;
|
|
584
|
-
readonly required: false;
|
|
585
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
-
__epPropKey: true;
|
|
587
|
-
} & {
|
|
588
|
-
readonly default: 0;
|
|
589
|
-
};
|
|
590
|
-
readonly hideAfter: {
|
|
591
|
-
readonly type: import('vue').PropType<number>;
|
|
592
|
-
readonly required: false;
|
|
593
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
594
|
-
__epPropKey: true;
|
|
595
|
-
} & {
|
|
596
|
-
readonly default: 200;
|
|
597
|
-
};
|
|
598
|
-
readonly autoClose: {
|
|
599
|
-
readonly type: import('vue').PropType<number>;
|
|
600
|
-
readonly required: false;
|
|
601
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
|
-
__epPropKey: true;
|
|
603
|
-
} & {
|
|
604
|
-
readonly default: 0;
|
|
605
|
-
};
|
|
606
|
-
readonly showArrow: {
|
|
607
|
-
readonly type: import('vue').PropType<boolean>;
|
|
608
|
-
readonly required: false;
|
|
609
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
610
|
-
__epPropKey: true;
|
|
611
|
-
} & {
|
|
612
|
-
readonly default: true;
|
|
613
|
-
};
|
|
614
|
-
readonly persistent: {
|
|
615
|
-
readonly type: import('vue').PropType<boolean>;
|
|
616
|
-
readonly required: false;
|
|
617
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
618
|
-
__epPropKey: true;
|
|
619
|
-
} & {
|
|
620
|
-
readonly default: true;
|
|
621
|
-
};
|
|
622
|
-
readonly "onUpdate:visible": {
|
|
623
|
-
readonly type: import('vue').PropType<(visible: boolean) => void>;
|
|
624
|
-
readonly required: false;
|
|
625
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
626
|
-
__epPropKey: true;
|
|
627
|
-
};
|
|
628
|
-
}>> & {
|
|
156
|
+
ElPopover: {
|
|
157
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').PopoverProps> & Readonly<{
|
|
629
158
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
630
|
-
"onAfter-enter"?: (() => any) | undefined;
|
|
631
|
-
"onAfter-leave"?: (() => any) | undefined;
|
|
632
159
|
"onBefore-enter"?: (() => any) | undefined;
|
|
633
160
|
"onBefore-leave"?: (() => any) | undefined;
|
|
634
|
-
|
|
161
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
162
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
163
|
+
}>, {
|
|
635
164
|
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
636
165
|
hide: () => void;
|
|
637
|
-
},
|
|
638
|
-
"
|
|
639
|
-
"after-leave": () => void;
|
|
166
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
167
|
+
"update:visible": (value: boolean) => void;
|
|
640
168
|
"before-enter": () => void;
|
|
641
169
|
"before-leave": () => void;
|
|
642
|
-
"
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
170
|
+
"after-enter": () => void;
|
|
171
|
+
"after-leave": () => void;
|
|
172
|
+
}, import('vue').PublicProps, {
|
|
173
|
+
effect: import('element-plus').PopperEffect;
|
|
174
|
+
placement: Placement;
|
|
175
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
176
|
+
teleported: boolean;
|
|
177
|
+
persistent: boolean;
|
|
178
|
+
visible: boolean | null;
|
|
179
|
+
enterable: boolean;
|
|
180
|
+
offset: number;
|
|
181
|
+
popperOptions: Partial<Options>;
|
|
182
|
+
showArrow: boolean;
|
|
183
|
+
content: string;
|
|
184
|
+
showAfter: number;
|
|
185
|
+
hideAfter: number;
|
|
186
|
+
autoClose: number;
|
|
187
|
+
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
188
|
+
triggerKeys: string[];
|
|
189
|
+
width: string | number;
|
|
190
|
+
tabindex: string | number;
|
|
191
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
663
192
|
P: {};
|
|
664
193
|
B: {};
|
|
665
194
|
D: {};
|
|
666
195
|
C: {};
|
|
667
196
|
M: {};
|
|
668
197
|
Defaults: {};
|
|
669
|
-
}, Readonly<import('
|
|
670
|
-
readonly trigger: {
|
|
671
|
-
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
672
|
-
readonly required: false;
|
|
673
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
674
|
-
__epPropKey: true;
|
|
675
|
-
} & {
|
|
676
|
-
readonly default: "hover";
|
|
677
|
-
};
|
|
678
|
-
readonly triggerKeys: {
|
|
679
|
-
readonly type: import('vue').PropType<string[]>;
|
|
680
|
-
readonly required: false;
|
|
681
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
682
|
-
__epPropKey: true;
|
|
683
|
-
} & {
|
|
684
|
-
readonly default: () => string[];
|
|
685
|
-
};
|
|
686
|
-
readonly placement: {
|
|
687
|
-
readonly type: import('vue').PropType<any>;
|
|
688
|
-
readonly required: false;
|
|
689
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
690
|
-
__epPropKey: true;
|
|
691
|
-
} & {
|
|
692
|
-
readonly default: "bottom";
|
|
693
|
-
};
|
|
694
|
-
readonly disabled: BooleanConstructor;
|
|
695
|
-
readonly visible: {
|
|
696
|
-
readonly type: import('vue').PropType<boolean | null>;
|
|
697
|
-
readonly required: false;
|
|
698
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
699
|
-
__epPropKey: true;
|
|
700
|
-
} & {
|
|
701
|
-
readonly default: null;
|
|
702
|
-
};
|
|
703
|
-
readonly transition: StringConstructor;
|
|
704
|
-
readonly popperOptions: {
|
|
705
|
-
readonly type: import('vue').PropType<any>;
|
|
706
|
-
readonly required: false;
|
|
707
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
|
-
__epPropKey: true;
|
|
709
|
-
} & {
|
|
710
|
-
readonly default: () => {};
|
|
711
|
-
};
|
|
712
|
-
readonly tabindex: {
|
|
713
|
-
readonly type: import('vue').PropType<string | number>;
|
|
714
|
-
readonly required: false;
|
|
715
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
716
|
-
__epPropKey: true;
|
|
717
|
-
} & {
|
|
718
|
-
readonly default: 0;
|
|
719
|
-
};
|
|
720
|
-
readonly content: {
|
|
721
|
-
readonly type: import('vue').PropType<string>;
|
|
722
|
-
readonly required: false;
|
|
723
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
724
|
-
__epPropKey: true;
|
|
725
|
-
} & {
|
|
726
|
-
readonly default: "";
|
|
727
|
-
};
|
|
728
|
-
readonly popperStyle: {
|
|
729
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
730
|
-
readonly required: false;
|
|
731
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
732
|
-
__epPropKey: true;
|
|
733
|
-
};
|
|
734
|
-
readonly popperClass: {
|
|
735
|
-
readonly type: import('vue').PropType<string | {
|
|
736
|
-
[x: string]: boolean;
|
|
737
|
-
} | (string | {
|
|
738
|
-
[x: string]: boolean;
|
|
739
|
-
} | (string | {
|
|
740
|
-
[x: string]: boolean;
|
|
741
|
-
} | (string | {
|
|
742
|
-
[x: string]: boolean;
|
|
743
|
-
} | (string | {
|
|
744
|
-
[x: string]: boolean;
|
|
745
|
-
} | (string | {
|
|
746
|
-
[x: string]: boolean;
|
|
747
|
-
} | (string | {
|
|
748
|
-
[x: string]: boolean;
|
|
749
|
-
} | (string | {
|
|
750
|
-
[x: string]: boolean;
|
|
751
|
-
} | (string | {
|
|
752
|
-
[x: string]: boolean;
|
|
753
|
-
} | (string | {
|
|
754
|
-
[x: string]: boolean;
|
|
755
|
-
} | (string | any[] | {
|
|
756
|
-
[x: string]: boolean;
|
|
757
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
758
|
-
readonly required: false;
|
|
759
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
760
|
-
__epPropKey: true;
|
|
761
|
-
};
|
|
762
|
-
readonly enterable: {
|
|
763
|
-
readonly default: true;
|
|
764
|
-
readonly type: import('vue').PropType<boolean>;
|
|
765
|
-
readonly required: false;
|
|
766
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
767
|
-
readonly __epPropKey: true;
|
|
768
|
-
};
|
|
769
|
-
readonly effect: {
|
|
770
|
-
readonly default: "light";
|
|
771
|
-
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
772
|
-
readonly required: false;
|
|
773
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
774
|
-
readonly __epPropKey: true;
|
|
775
|
-
};
|
|
776
|
-
readonly teleported: {
|
|
777
|
-
readonly type: import('vue').PropType<boolean>;
|
|
778
|
-
readonly required: false;
|
|
779
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
780
|
-
__epPropKey: true;
|
|
781
|
-
} & {
|
|
782
|
-
readonly default: true;
|
|
783
|
-
};
|
|
784
|
-
readonly appendTo: {
|
|
785
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
786
|
-
readonly required: false;
|
|
787
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
788
|
-
__epPropKey: true;
|
|
789
|
-
};
|
|
790
|
-
readonly title: StringConstructor;
|
|
791
|
-
readonly width: {
|
|
792
|
-
readonly type: import('vue').PropType<string | number>;
|
|
793
|
-
readonly required: false;
|
|
794
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
795
|
-
__epPropKey: true;
|
|
796
|
-
} & {
|
|
797
|
-
readonly default: 150;
|
|
798
|
-
};
|
|
799
|
-
readonly offset: {
|
|
800
|
-
readonly type: import('vue').PropType<number>;
|
|
801
|
-
readonly required: false;
|
|
802
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
803
|
-
__epPropKey: true;
|
|
804
|
-
} & {
|
|
805
|
-
readonly default: undefined;
|
|
806
|
-
};
|
|
807
|
-
readonly showAfter: {
|
|
808
|
-
readonly type: import('vue').PropType<number>;
|
|
809
|
-
readonly required: false;
|
|
810
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
811
|
-
__epPropKey: true;
|
|
812
|
-
} & {
|
|
813
|
-
readonly default: 0;
|
|
814
|
-
};
|
|
815
|
-
readonly hideAfter: {
|
|
816
|
-
readonly type: import('vue').PropType<number>;
|
|
817
|
-
readonly required: false;
|
|
818
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
819
|
-
__epPropKey: true;
|
|
820
|
-
} & {
|
|
821
|
-
readonly default: 200;
|
|
822
|
-
};
|
|
823
|
-
readonly autoClose: {
|
|
824
|
-
readonly type: import('vue').PropType<number>;
|
|
825
|
-
readonly required: false;
|
|
826
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
827
|
-
__epPropKey: true;
|
|
828
|
-
} & {
|
|
829
|
-
readonly default: 0;
|
|
830
|
-
};
|
|
831
|
-
readonly showArrow: {
|
|
832
|
-
readonly type: import('vue').PropType<boolean>;
|
|
833
|
-
readonly required: false;
|
|
834
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
835
|
-
__epPropKey: true;
|
|
836
|
-
} & {
|
|
837
|
-
readonly default: true;
|
|
838
|
-
};
|
|
839
|
-
readonly persistent: {
|
|
840
|
-
readonly type: import('vue').PropType<boolean>;
|
|
841
|
-
readonly required: false;
|
|
842
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
843
|
-
__epPropKey: true;
|
|
844
|
-
} & {
|
|
845
|
-
readonly default: true;
|
|
846
|
-
};
|
|
847
|
-
readonly "onUpdate:visible": {
|
|
848
|
-
readonly type: import('vue').PropType<(visible: boolean) => void>;
|
|
849
|
-
readonly required: false;
|
|
850
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
851
|
-
__epPropKey: true;
|
|
852
|
-
};
|
|
853
|
-
}>> & {
|
|
198
|
+
}, Readonly<import('element-plus').PopoverProps> & Readonly<{
|
|
854
199
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
855
|
-
"onAfter-enter"?: (() => any) | undefined;
|
|
856
|
-
"onAfter-leave"?: (() => any) | undefined;
|
|
857
200
|
"onBefore-enter"?: (() => any) | undefined;
|
|
858
201
|
"onBefore-leave"?: (() => any) | undefined;
|
|
859
|
-
|
|
202
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
203
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
204
|
+
}>, {
|
|
860
205
|
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
861
206
|
hide: () => void;
|
|
862
207
|
}, {}, {}, {}, {
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
208
|
+
effect: import('element-plus').PopperEffect;
|
|
209
|
+
placement: Placement;
|
|
210
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
211
|
+
teleported: boolean;
|
|
212
|
+
persistent: boolean;
|
|
213
|
+
visible: boolean | null;
|
|
214
|
+
enterable: boolean;
|
|
215
|
+
offset: number;
|
|
216
|
+
popperOptions: Partial<Options>;
|
|
217
|
+
showArrow: boolean;
|
|
218
|
+
content: string;
|
|
219
|
+
showAfter: number;
|
|
220
|
+
hideAfter: number;
|
|
221
|
+
autoClose: number;
|
|
222
|
+
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
223
|
+
triggerKeys: string[];
|
|
224
|
+
width: string | number;
|
|
225
|
+
tabindex: string | number;
|
|
881
226
|
}>;
|
|
882
227
|
__isFragment?: never;
|
|
883
228
|
__isTeleport?: never;
|
|
884
229
|
__isSuspense?: never;
|
|
885
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
readonly
|
|
930
|
-
readonly
|
|
931
|
-
readonly
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
readonly
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
readonly
|
|
938
|
-
readonly
|
|
939
|
-
readonly
|
|
940
|
-
__epPropKey: true;
|
|
941
|
-
} & {
|
|
942
|
-
readonly default: "";
|
|
943
|
-
};
|
|
944
|
-
readonly popperStyle: {
|
|
945
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
946
|
-
readonly required: false;
|
|
947
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
|
-
__epPropKey: true;
|
|
949
|
-
};
|
|
950
|
-
readonly popperClass: {
|
|
951
|
-
readonly type: import('vue').PropType<string | {
|
|
230
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').PopoverProps> & Readonly<{
|
|
231
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
232
|
+
"onBefore-enter"?: (() => any) | undefined;
|
|
233
|
+
"onBefore-leave"?: (() => any) | undefined;
|
|
234
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
235
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
236
|
+
}>, {
|
|
237
|
+
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
238
|
+
hide: () => void;
|
|
239
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
240
|
+
"update:visible": (value: boolean) => void;
|
|
241
|
+
"before-enter": () => void;
|
|
242
|
+
"before-leave": () => void;
|
|
243
|
+
"after-enter": () => void;
|
|
244
|
+
"after-leave": () => void;
|
|
245
|
+
}, string, {
|
|
246
|
+
effect: import('element-plus').PopperEffect;
|
|
247
|
+
placement: Placement;
|
|
248
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
249
|
+
teleported: boolean;
|
|
250
|
+
persistent: boolean;
|
|
251
|
+
visible: boolean | null;
|
|
252
|
+
enterable: boolean;
|
|
253
|
+
offset: number;
|
|
254
|
+
popperOptions: Partial<Options>;
|
|
255
|
+
showArrow: boolean;
|
|
256
|
+
content: string;
|
|
257
|
+
showAfter: number;
|
|
258
|
+
hideAfter: number;
|
|
259
|
+
autoClose: number;
|
|
260
|
+
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
261
|
+
triggerKeys: string[];
|
|
262
|
+
width: string | number;
|
|
263
|
+
tabindex: string | number;
|
|
264
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
265
|
+
$slots: {
|
|
266
|
+
reference?: (props: {}) => any;
|
|
267
|
+
} & {
|
|
268
|
+
default?: (props: {
|
|
269
|
+
hide: () => void;
|
|
270
|
+
}) => any;
|
|
271
|
+
};
|
|
272
|
+
}) & import('vue').ObjectPlugin & {
|
|
273
|
+
setPropsDefaults: (defaults: Partial<{
|
|
274
|
+
readonly trigger?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> | undefined;
|
|
275
|
+
readonly triggerKeys?: string[] | undefined;
|
|
276
|
+
readonly placement?: Placement$1;
|
|
277
|
+
readonly disabled?: boolean | undefined;
|
|
278
|
+
readonly visible?: boolean | null | undefined;
|
|
279
|
+
readonly transition?: string | undefined;
|
|
280
|
+
readonly popperOptions?: Partial<Options>;
|
|
281
|
+
readonly tabindex?: string | number | undefined;
|
|
282
|
+
readonly content?: string | undefined;
|
|
283
|
+
readonly popperStyle?: import('vue').StyleValue;
|
|
284
|
+
readonly popperClass?: (string | {
|
|
952
285
|
[x: string]: boolean;
|
|
953
286
|
} | (string | {
|
|
954
287
|
[x: string]: boolean;
|
|
@@ -968,864 +301,196 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
968
301
|
[x: string]: boolean;
|
|
969
302
|
} | (string | {
|
|
970
303
|
[x: string]: boolean;
|
|
971
|
-
} | (string |
|
|
304
|
+
} | (string | {
|
|
972
305
|
[x: string]: boolean;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
readonly
|
|
980
|
-
readonly
|
|
981
|
-
readonly
|
|
982
|
-
readonly
|
|
983
|
-
readonly
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
readonly
|
|
987
|
-
readonly
|
|
988
|
-
readonly
|
|
989
|
-
readonly
|
|
990
|
-
readonly
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
__epPropKey: true;
|
|
997
|
-
} & {
|
|
998
|
-
readonly default: true;
|
|
999
|
-
};
|
|
1000
|
-
readonly appendTo: {
|
|
1001
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
1002
|
-
readonly required: false;
|
|
1003
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1004
|
-
__epPropKey: true;
|
|
1005
|
-
};
|
|
1006
|
-
readonly title: StringConstructor;
|
|
1007
|
-
readonly width: {
|
|
1008
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1009
|
-
readonly required: false;
|
|
1010
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1011
|
-
__epPropKey: true;
|
|
1012
|
-
} & {
|
|
1013
|
-
readonly default: 150;
|
|
1014
|
-
};
|
|
1015
|
-
readonly offset: {
|
|
1016
|
-
readonly type: import('vue').PropType<number>;
|
|
1017
|
-
readonly required: false;
|
|
1018
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1019
|
-
__epPropKey: true;
|
|
1020
|
-
} & {
|
|
1021
|
-
readonly default: undefined;
|
|
1022
|
-
};
|
|
1023
|
-
readonly showAfter: {
|
|
1024
|
-
readonly type: import('vue').PropType<number>;
|
|
1025
|
-
readonly required: false;
|
|
1026
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1027
|
-
__epPropKey: true;
|
|
1028
|
-
} & {
|
|
1029
|
-
readonly default: 0;
|
|
1030
|
-
};
|
|
1031
|
-
readonly hideAfter: {
|
|
1032
|
-
readonly type: import('vue').PropType<number>;
|
|
1033
|
-
readonly required: false;
|
|
1034
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1035
|
-
__epPropKey: true;
|
|
1036
|
-
} & {
|
|
1037
|
-
readonly default: 200;
|
|
1038
|
-
};
|
|
1039
|
-
readonly autoClose: {
|
|
1040
|
-
readonly type: import('vue').PropType<number>;
|
|
1041
|
-
readonly required: false;
|
|
1042
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1043
|
-
__epPropKey: true;
|
|
1044
|
-
} & {
|
|
1045
|
-
readonly default: 0;
|
|
1046
|
-
};
|
|
1047
|
-
readonly showArrow: {
|
|
1048
|
-
readonly type: import('vue').PropType<boolean>;
|
|
1049
|
-
readonly required: false;
|
|
1050
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1051
|
-
__epPropKey: true;
|
|
1052
|
-
} & {
|
|
1053
|
-
readonly default: true;
|
|
1054
|
-
};
|
|
1055
|
-
readonly persistent: {
|
|
1056
|
-
readonly type: import('vue').PropType<boolean>;
|
|
1057
|
-
readonly required: false;
|
|
1058
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1059
|
-
__epPropKey: true;
|
|
1060
|
-
} & {
|
|
1061
|
-
readonly default: true;
|
|
1062
|
-
};
|
|
1063
|
-
readonly "onUpdate:visible": {
|
|
1064
|
-
readonly type: import('vue').PropType<(visible: boolean) => void>;
|
|
1065
|
-
readonly required: false;
|
|
1066
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1067
|
-
__epPropKey: true;
|
|
1068
|
-
};
|
|
1069
|
-
}>> & {
|
|
1070
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1071
|
-
"onAfter-enter"?: (() => any) | undefined;
|
|
1072
|
-
"onAfter-leave"?: (() => any) | undefined;
|
|
1073
|
-
"onBefore-enter"?: (() => any) | undefined;
|
|
1074
|
-
"onBefore-leave"?: (() => any) | undefined;
|
|
1075
|
-
}, {
|
|
1076
|
-
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
1077
|
-
hide: () => void;
|
|
1078
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1079
|
-
"after-enter": () => void;
|
|
1080
|
-
"after-leave": () => void;
|
|
1081
|
-
"before-enter": () => void;
|
|
1082
|
-
"before-leave": () => void;
|
|
1083
|
-
"update:visible": (value: boolean) => void;
|
|
1084
|
-
}, string, {
|
|
1085
|
-
readonly disabled: boolean;
|
|
1086
|
-
readonly tabindex: string | number;
|
|
1087
|
-
readonly width: string | number;
|
|
1088
|
-
readonly content: string;
|
|
1089
|
-
readonly offset: number;
|
|
1090
|
-
readonly visible: boolean | null;
|
|
1091
|
-
readonly placement: any;
|
|
1092
|
-
readonly effect: import('element-plus').PopperEffect;
|
|
1093
|
-
readonly showAfter: number;
|
|
1094
|
-
readonly hideAfter: number;
|
|
1095
|
-
readonly autoClose: number;
|
|
1096
|
-
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
1097
|
-
readonly popperOptions: Partial<Options>;
|
|
1098
|
-
readonly enterable: boolean;
|
|
1099
|
-
readonly triggerKeys: string[];
|
|
1100
|
-
readonly teleported: boolean;
|
|
1101
|
-
readonly persistent: boolean;
|
|
1102
|
-
readonly showArrow: boolean;
|
|
1103
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1104
|
-
$slots: {
|
|
1105
|
-
reference?(_: {}): any;
|
|
1106
|
-
default?(_: {}): any;
|
|
1107
|
-
};
|
|
1108
|
-
}) & import('vue').Plugin) & {
|
|
1109
|
-
directive: typeof import('element-plus').ElPopoverDirective;
|
|
306
|
+
} | (string | {
|
|
307
|
+
[x: string]: boolean;
|
|
308
|
+
} | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
|
|
309
|
+
readonly enterable?: boolean | undefined;
|
|
310
|
+
readonly effect?: import('element-plus').PopperEffect | undefined;
|
|
311
|
+
readonly teleported?: boolean | undefined;
|
|
312
|
+
readonly appendTo?: string | HTMLElement | undefined;
|
|
313
|
+
readonly title?: string | undefined;
|
|
314
|
+
readonly width?: string | number | undefined;
|
|
315
|
+
readonly offset?: number | undefined;
|
|
316
|
+
readonly showAfter?: number | undefined;
|
|
317
|
+
readonly hideAfter?: number | undefined;
|
|
318
|
+
readonly autoClose?: number | undefined;
|
|
319
|
+
readonly showArrow?: boolean | undefined;
|
|
320
|
+
readonly persistent?: boolean | undefined;
|
|
321
|
+
readonly "onUpdate:visible"?: (((visible: boolean) => void) & ((value: boolean) => any)) | undefined;
|
|
322
|
+
readonly "onBefore-enter"?: (() => any) | undefined | undefined;
|
|
323
|
+
readonly "onBefore-leave"?: (() => any) | undefined | undefined;
|
|
324
|
+
readonly "onAfter-enter"?: (() => any) | undefined | undefined;
|
|
325
|
+
readonly "onAfter-leave"?: (() => any) | undefined | undefined;
|
|
326
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
327
|
+
} & {
|
|
328
|
+
directive: import('element-plus/es/utils/index.mjs').SFCWithInstall<import('vue').ObjectDirective<any, any, string, any>>;
|
|
1110
329
|
};
|
|
1111
|
-
ElInput: {
|
|
1112
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
readonly required: false;
|
|
1116
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1117
|
-
__epPropKey: true;
|
|
1118
|
-
} & {
|
|
1119
|
-
readonly default: undefined;
|
|
1120
|
-
};
|
|
1121
|
-
readonly name: StringConstructor;
|
|
1122
|
-
readonly ariaLabel: StringConstructor;
|
|
1123
|
-
readonly id: {
|
|
1124
|
-
readonly type: import('vue').PropType<string>;
|
|
1125
|
-
readonly required: false;
|
|
1126
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1127
|
-
__epPropKey: true;
|
|
1128
|
-
} & {
|
|
1129
|
-
readonly default: undefined;
|
|
1130
|
-
};
|
|
1131
|
-
readonly size: {
|
|
1132
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
1133
|
-
readonly required: false;
|
|
1134
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1135
|
-
__epPropKey: true;
|
|
1136
|
-
};
|
|
1137
|
-
readonly disabled: BooleanConstructor;
|
|
1138
|
-
readonly modelValue: {
|
|
1139
|
-
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
1140
|
-
readonly required: false;
|
|
1141
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1142
|
-
__epPropKey: true;
|
|
1143
|
-
} & {
|
|
1144
|
-
readonly default: "";
|
|
1145
|
-
};
|
|
1146
|
-
readonly modelModifiers: {
|
|
1147
|
-
readonly type: import('vue').PropType<import('element-plus').InputModelModifiers>;
|
|
1148
|
-
readonly required: false;
|
|
1149
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1150
|
-
__epPropKey: true;
|
|
1151
|
-
} & {
|
|
1152
|
-
readonly default: () => {};
|
|
1153
|
-
};
|
|
1154
|
-
readonly maxlength: {
|
|
1155
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1156
|
-
readonly required: false;
|
|
1157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1158
|
-
__epPropKey: true;
|
|
1159
|
-
};
|
|
1160
|
-
readonly minlength: {
|
|
1161
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1162
|
-
readonly required: false;
|
|
1163
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1164
|
-
__epPropKey: true;
|
|
1165
|
-
};
|
|
1166
|
-
readonly type: {
|
|
1167
|
-
readonly type: import('vue').PropType<string>;
|
|
1168
|
-
readonly required: false;
|
|
1169
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1170
|
-
__epPropKey: true;
|
|
1171
|
-
} & {
|
|
1172
|
-
readonly default: "text";
|
|
1173
|
-
};
|
|
1174
|
-
readonly resize: {
|
|
1175
|
-
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
1176
|
-
readonly required: false;
|
|
1177
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1178
|
-
__epPropKey: true;
|
|
1179
|
-
};
|
|
1180
|
-
readonly autosize: {
|
|
1181
|
-
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
1182
|
-
readonly required: false;
|
|
1183
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1184
|
-
__epPropKey: true;
|
|
1185
|
-
} & {
|
|
1186
|
-
readonly default: false;
|
|
1187
|
-
};
|
|
1188
|
-
readonly autocomplete: {
|
|
1189
|
-
readonly type: import('vue').PropType<AutoFill>;
|
|
1190
|
-
readonly required: false;
|
|
1191
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1192
|
-
__epPropKey: true;
|
|
1193
|
-
} & {
|
|
1194
|
-
readonly default: "off";
|
|
1195
|
-
};
|
|
1196
|
-
readonly formatter: {
|
|
1197
|
-
readonly type: import('vue').PropType<Function>;
|
|
1198
|
-
readonly required: false;
|
|
1199
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1200
|
-
__epPropKey: true;
|
|
1201
|
-
};
|
|
1202
|
-
readonly parser: {
|
|
1203
|
-
readonly type: import('vue').PropType<Function>;
|
|
1204
|
-
readonly required: false;
|
|
1205
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1206
|
-
__epPropKey: true;
|
|
1207
|
-
};
|
|
1208
|
-
readonly placeholder: {
|
|
1209
|
-
readonly type: import('vue').PropType<string>;
|
|
1210
|
-
readonly required: false;
|
|
1211
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1212
|
-
__epPropKey: true;
|
|
1213
|
-
};
|
|
1214
|
-
readonly form: {
|
|
1215
|
-
readonly type: import('vue').PropType<string>;
|
|
1216
|
-
readonly required: false;
|
|
1217
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1218
|
-
__epPropKey: true;
|
|
1219
|
-
};
|
|
1220
|
-
readonly readonly: BooleanConstructor;
|
|
1221
|
-
readonly clearable: BooleanConstructor;
|
|
1222
|
-
readonly clearIcon: {
|
|
1223
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1224
|
-
readonly required: false;
|
|
1225
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1226
|
-
__epPropKey: true;
|
|
1227
|
-
};
|
|
1228
|
-
readonly showPassword: BooleanConstructor;
|
|
1229
|
-
readonly showWordLimit: BooleanConstructor;
|
|
1230
|
-
readonly wordLimitPosition: {
|
|
1231
|
-
readonly type: import('vue').PropType<"inside" | "outside">;
|
|
1232
|
-
readonly required: false;
|
|
1233
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1234
|
-
__epPropKey: true;
|
|
1235
|
-
} & {
|
|
1236
|
-
readonly default: "inside";
|
|
1237
|
-
};
|
|
1238
|
-
readonly suffixIcon: {
|
|
1239
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1240
|
-
readonly required: false;
|
|
1241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1242
|
-
__epPropKey: true;
|
|
1243
|
-
};
|
|
1244
|
-
readonly prefixIcon: {
|
|
1245
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1246
|
-
readonly required: false;
|
|
1247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1248
|
-
__epPropKey: true;
|
|
1249
|
-
};
|
|
1250
|
-
readonly containerRole: {
|
|
1251
|
-
readonly type: import('vue').PropType<string>;
|
|
1252
|
-
readonly required: false;
|
|
1253
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1254
|
-
__epPropKey: true;
|
|
1255
|
-
} & {
|
|
1256
|
-
readonly default: undefined;
|
|
1257
|
-
};
|
|
1258
|
-
readonly tabindex: {
|
|
1259
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1260
|
-
readonly required: false;
|
|
1261
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1262
|
-
__epPropKey: true;
|
|
1263
|
-
} & {
|
|
1264
|
-
readonly default: 0;
|
|
1265
|
-
};
|
|
1266
|
-
readonly validateEvent: {
|
|
1267
|
-
readonly type: import('vue').PropType<boolean>;
|
|
1268
|
-
readonly required: false;
|
|
1269
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1270
|
-
__epPropKey: true;
|
|
1271
|
-
} & {
|
|
1272
|
-
readonly default: true;
|
|
1273
|
-
};
|
|
1274
|
-
readonly inputStyle: {
|
|
1275
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
1276
|
-
readonly required: false;
|
|
1277
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1278
|
-
__epPropKey: true;
|
|
1279
|
-
} & {
|
|
1280
|
-
readonly default: () => {};
|
|
1281
|
-
};
|
|
1282
|
-
readonly autofocus: BooleanConstructor;
|
|
1283
|
-
readonly rows: {
|
|
1284
|
-
readonly type: import('vue').PropType<number>;
|
|
1285
|
-
readonly required: false;
|
|
1286
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1287
|
-
__epPropKey: true;
|
|
1288
|
-
} & {
|
|
1289
|
-
readonly default: 2;
|
|
1290
|
-
};
|
|
1291
|
-
}>> & {
|
|
1292
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1293
|
-
onChange?: ((value: string) => any) | undefined;
|
|
330
|
+
ElInput: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
|
|
331
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
332
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
333
|
+
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1294
334
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1295
335
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1296
336
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1297
337
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1298
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1299
338
|
onInput?: ((value: string) => any) | undefined;
|
|
1300
339
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1301
340
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1302
341
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1303
|
-
onClear?: (() => any) | undefined;
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
342
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
343
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
344
|
+
}>, {
|
|
345
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
346
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
1307
347
|
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1308
348
|
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
1309
|
-
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
1310
|
-
isComposing: import('vue').Ref<boolean>;
|
|
349
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize | undefined, import('element-plus').InputAutoSize | undefined>;
|
|
350
|
+
isComposing: import('vue').Ref<boolean, boolean>;
|
|
1311
351
|
focus: () => void | undefined;
|
|
1312
352
|
blur: () => void | undefined;
|
|
1313
353
|
select: () => void;
|
|
1314
|
-
clear: () => void;
|
|
354
|
+
clear: (evt?: MouseEvent) => void;
|
|
1315
355
|
resizeTextarea: () => void;
|
|
1316
|
-
},
|
|
1317
|
-
input: (value: string) => void;
|
|
1318
|
-
focus: (evt: FocusEvent) => void;
|
|
1319
|
-
"update:modelValue": (value: string) => void;
|
|
1320
|
-
change: (value: string) => void;
|
|
1321
|
-
clear: () => void;
|
|
356
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1322
357
|
blur: (evt: FocusEvent) => void;
|
|
358
|
+
change: (value: string, evt?: Event | undefined) => void;
|
|
1323
359
|
compositionend: (evt: CompositionEvent) => void;
|
|
1324
360
|
compositionstart: (evt: CompositionEvent) => void;
|
|
1325
361
|
compositionupdate: (evt: CompositionEvent) => void;
|
|
362
|
+
focus: (evt: FocusEvent) => void;
|
|
363
|
+
input: (value: string) => void;
|
|
1326
364
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
1327
365
|
mouseenter: (evt: MouseEvent) => void;
|
|
1328
366
|
mouseleave: (evt: MouseEvent) => void;
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
readonly inputmode: "text" | "search" | "email" | "decimal" | "none" | "tel" | "url" | "numeric" | undefined;
|
|
1345
|
-
readonly clearable: boolean;
|
|
1346
|
-
readonly showPassword: boolean;
|
|
1347
|
-
readonly showWordLimit: boolean;
|
|
1348
|
-
readonly autofocus: boolean;
|
|
1349
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
367
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
368
|
+
"update:modelValue": (value: string) => void;
|
|
369
|
+
}, import('vue').PublicProps, {
|
|
370
|
+
type: import('element-plus').InputType;
|
|
371
|
+
disabled: boolean;
|
|
372
|
+
clearIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
373
|
+
validateEvent: boolean;
|
|
374
|
+
modelValue: string | number | null;
|
|
375
|
+
modelModifiers: import('element-plus').InputModelModifiers;
|
|
376
|
+
autocomplete: string;
|
|
377
|
+
wordLimitPosition: "inside" | "outside";
|
|
378
|
+
tabindex: string | number;
|
|
379
|
+
inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
380
|
+
rows: number;
|
|
381
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1350
382
|
P: {};
|
|
1351
383
|
B: {};
|
|
1352
384
|
D: {};
|
|
1353
385
|
C: {};
|
|
1354
386
|
M: {};
|
|
1355
387
|
Defaults: {};
|
|
1356
|
-
}, Readonly<import('
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
readonly required: false;
|
|
1360
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1361
|
-
__epPropKey: true;
|
|
1362
|
-
} & {
|
|
1363
|
-
readonly default: undefined;
|
|
1364
|
-
};
|
|
1365
|
-
readonly name: StringConstructor;
|
|
1366
|
-
readonly ariaLabel: StringConstructor;
|
|
1367
|
-
readonly id: {
|
|
1368
|
-
readonly type: import('vue').PropType<string>;
|
|
1369
|
-
readonly required: false;
|
|
1370
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1371
|
-
__epPropKey: true;
|
|
1372
|
-
} & {
|
|
1373
|
-
readonly default: undefined;
|
|
1374
|
-
};
|
|
1375
|
-
readonly size: {
|
|
1376
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
1377
|
-
readonly required: false;
|
|
1378
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1379
|
-
__epPropKey: true;
|
|
1380
|
-
};
|
|
1381
|
-
readonly disabled: BooleanConstructor;
|
|
1382
|
-
readonly modelValue: {
|
|
1383
|
-
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
1384
|
-
readonly required: false;
|
|
1385
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1386
|
-
__epPropKey: true;
|
|
1387
|
-
} & {
|
|
1388
|
-
readonly default: "";
|
|
1389
|
-
};
|
|
1390
|
-
readonly modelModifiers: {
|
|
1391
|
-
readonly type: import('vue').PropType<import('element-plus').InputModelModifiers>;
|
|
1392
|
-
readonly required: false;
|
|
1393
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1394
|
-
__epPropKey: true;
|
|
1395
|
-
} & {
|
|
1396
|
-
readonly default: () => {};
|
|
1397
|
-
};
|
|
1398
|
-
readonly maxlength: {
|
|
1399
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1400
|
-
readonly required: false;
|
|
1401
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1402
|
-
__epPropKey: true;
|
|
1403
|
-
};
|
|
1404
|
-
readonly minlength: {
|
|
1405
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1406
|
-
readonly required: false;
|
|
1407
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1408
|
-
__epPropKey: true;
|
|
1409
|
-
};
|
|
1410
|
-
readonly type: {
|
|
1411
|
-
readonly type: import('vue').PropType<string>;
|
|
1412
|
-
readonly required: false;
|
|
1413
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1414
|
-
__epPropKey: true;
|
|
1415
|
-
} & {
|
|
1416
|
-
readonly default: "text";
|
|
1417
|
-
};
|
|
1418
|
-
readonly resize: {
|
|
1419
|
-
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
1420
|
-
readonly required: false;
|
|
1421
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1422
|
-
__epPropKey: true;
|
|
1423
|
-
};
|
|
1424
|
-
readonly autosize: {
|
|
1425
|
-
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
1426
|
-
readonly required: false;
|
|
1427
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1428
|
-
__epPropKey: true;
|
|
1429
|
-
} & {
|
|
1430
|
-
readonly default: false;
|
|
1431
|
-
};
|
|
1432
|
-
readonly autocomplete: {
|
|
1433
|
-
readonly type: import('vue').PropType<AutoFill>;
|
|
1434
|
-
readonly required: false;
|
|
1435
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1436
|
-
__epPropKey: true;
|
|
1437
|
-
} & {
|
|
1438
|
-
readonly default: "off";
|
|
1439
|
-
};
|
|
1440
|
-
readonly formatter: {
|
|
1441
|
-
readonly type: import('vue').PropType<Function>;
|
|
1442
|
-
readonly required: false;
|
|
1443
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1444
|
-
__epPropKey: true;
|
|
1445
|
-
};
|
|
1446
|
-
readonly parser: {
|
|
1447
|
-
readonly type: import('vue').PropType<Function>;
|
|
1448
|
-
readonly required: false;
|
|
1449
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1450
|
-
__epPropKey: true;
|
|
1451
|
-
};
|
|
1452
|
-
readonly placeholder: {
|
|
1453
|
-
readonly type: import('vue').PropType<string>;
|
|
1454
|
-
readonly required: false;
|
|
1455
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1456
|
-
__epPropKey: true;
|
|
1457
|
-
};
|
|
1458
|
-
readonly form: {
|
|
1459
|
-
readonly type: import('vue').PropType<string>;
|
|
1460
|
-
readonly required: false;
|
|
1461
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1462
|
-
__epPropKey: true;
|
|
1463
|
-
};
|
|
1464
|
-
readonly readonly: BooleanConstructor;
|
|
1465
|
-
readonly clearable: BooleanConstructor;
|
|
1466
|
-
readonly clearIcon: {
|
|
1467
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1468
|
-
readonly required: false;
|
|
1469
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1470
|
-
__epPropKey: true;
|
|
1471
|
-
};
|
|
1472
|
-
readonly showPassword: BooleanConstructor;
|
|
1473
|
-
readonly showWordLimit: BooleanConstructor;
|
|
1474
|
-
readonly wordLimitPosition: {
|
|
1475
|
-
readonly type: import('vue').PropType<"inside" | "outside">;
|
|
1476
|
-
readonly required: false;
|
|
1477
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1478
|
-
__epPropKey: true;
|
|
1479
|
-
} & {
|
|
1480
|
-
readonly default: "inside";
|
|
1481
|
-
};
|
|
1482
|
-
readonly suffixIcon: {
|
|
1483
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1484
|
-
readonly required: false;
|
|
1485
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1486
|
-
__epPropKey: true;
|
|
1487
|
-
};
|
|
1488
|
-
readonly prefixIcon: {
|
|
1489
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1490
|
-
readonly required: false;
|
|
1491
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1492
|
-
__epPropKey: true;
|
|
1493
|
-
};
|
|
1494
|
-
readonly containerRole: {
|
|
1495
|
-
readonly type: import('vue').PropType<string>;
|
|
1496
|
-
readonly required: false;
|
|
1497
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1498
|
-
__epPropKey: true;
|
|
1499
|
-
} & {
|
|
1500
|
-
readonly default: undefined;
|
|
1501
|
-
};
|
|
1502
|
-
readonly tabindex: {
|
|
1503
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1504
|
-
readonly required: false;
|
|
1505
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1506
|
-
__epPropKey: true;
|
|
1507
|
-
} & {
|
|
1508
|
-
readonly default: 0;
|
|
1509
|
-
};
|
|
1510
|
-
readonly validateEvent: {
|
|
1511
|
-
readonly type: import('vue').PropType<boolean>;
|
|
1512
|
-
readonly required: false;
|
|
1513
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1514
|
-
__epPropKey: true;
|
|
1515
|
-
} & {
|
|
1516
|
-
readonly default: true;
|
|
1517
|
-
};
|
|
1518
|
-
readonly inputStyle: {
|
|
1519
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
1520
|
-
readonly required: false;
|
|
1521
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1522
|
-
__epPropKey: true;
|
|
1523
|
-
} & {
|
|
1524
|
-
readonly default: () => {};
|
|
1525
|
-
};
|
|
1526
|
-
readonly autofocus: BooleanConstructor;
|
|
1527
|
-
readonly rows: {
|
|
1528
|
-
readonly type: import('vue').PropType<number>;
|
|
1529
|
-
readonly required: false;
|
|
1530
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1531
|
-
__epPropKey: true;
|
|
1532
|
-
} & {
|
|
1533
|
-
readonly default: 2;
|
|
1534
|
-
};
|
|
1535
|
-
}>> & {
|
|
1536
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1537
|
-
onChange?: ((value: string) => any) | undefined;
|
|
388
|
+
}, Readonly<import('element-plus').InputProps> & Readonly<{
|
|
389
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
390
|
+
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1538
391
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1539
392
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1540
393
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1541
394
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1542
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1543
395
|
onInput?: ((value: string) => any) | undefined;
|
|
1544
396
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1545
397
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1546
398
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1547
|
-
onClear?: (() => any) | undefined;
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
399
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
400
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
401
|
+
}>, {
|
|
402
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
403
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
1551
404
|
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1552
405
|
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
1553
|
-
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
1554
|
-
isComposing: import('vue').Ref<boolean>;
|
|
406
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize | undefined, import('element-plus').InputAutoSize | undefined>;
|
|
407
|
+
isComposing: import('vue').Ref<boolean, boolean>;
|
|
1555
408
|
focus: () => void | undefined;
|
|
1556
409
|
blur: () => void | undefined;
|
|
1557
410
|
select: () => void;
|
|
1558
|
-
clear: () => void;
|
|
411
|
+
clear: (evt?: MouseEvent) => void;
|
|
1559
412
|
resizeTextarea: () => void;
|
|
1560
413
|
}, {}, {}, {}, {
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
readonly validateEvent: boolean;
|
|
1573
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
1574
|
-
readonly rows: number;
|
|
1575
|
-
readonly inputmode: "text" | "search" | "email" | "decimal" | "none" | "tel" | "url" | "numeric" | undefined;
|
|
1576
|
-
readonly clearable: boolean;
|
|
1577
|
-
readonly showPassword: boolean;
|
|
1578
|
-
readonly showWordLimit: boolean;
|
|
1579
|
-
readonly autofocus: boolean;
|
|
414
|
+
type: import('element-plus').InputType;
|
|
415
|
+
disabled: boolean;
|
|
416
|
+
clearIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
417
|
+
validateEvent: boolean;
|
|
418
|
+
modelValue: string | number | null;
|
|
419
|
+
modelModifiers: import('element-plus').InputModelModifiers;
|
|
420
|
+
autocomplete: string;
|
|
421
|
+
wordLimitPosition: "inside" | "outside";
|
|
422
|
+
tabindex: string | number;
|
|
423
|
+
inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
424
|
+
rows: number;
|
|
1580
425
|
}>;
|
|
1581
426
|
__isFragment?: never;
|
|
1582
427
|
__isTeleport?: never;
|
|
1583
428
|
__isSuspense?: never;
|
|
1584
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
readonly required: false;
|
|
1588
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1589
|
-
__epPropKey: true;
|
|
1590
|
-
} & {
|
|
1591
|
-
readonly default: undefined;
|
|
1592
|
-
};
|
|
1593
|
-
readonly name: StringConstructor;
|
|
1594
|
-
readonly ariaLabel: StringConstructor;
|
|
1595
|
-
readonly id: {
|
|
1596
|
-
readonly type: import('vue').PropType<string>;
|
|
1597
|
-
readonly required: false;
|
|
1598
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1599
|
-
__epPropKey: true;
|
|
1600
|
-
} & {
|
|
1601
|
-
readonly default: undefined;
|
|
1602
|
-
};
|
|
1603
|
-
readonly size: {
|
|
1604
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
1605
|
-
readonly required: false;
|
|
1606
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1607
|
-
__epPropKey: true;
|
|
1608
|
-
};
|
|
1609
|
-
readonly disabled: BooleanConstructor;
|
|
1610
|
-
readonly modelValue: {
|
|
1611
|
-
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
1612
|
-
readonly required: false;
|
|
1613
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1614
|
-
__epPropKey: true;
|
|
1615
|
-
} & {
|
|
1616
|
-
readonly default: "";
|
|
1617
|
-
};
|
|
1618
|
-
readonly modelModifiers: {
|
|
1619
|
-
readonly type: import('vue').PropType<import('element-plus').InputModelModifiers>;
|
|
1620
|
-
readonly required: false;
|
|
1621
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1622
|
-
__epPropKey: true;
|
|
1623
|
-
} & {
|
|
1624
|
-
readonly default: () => {};
|
|
1625
|
-
};
|
|
1626
|
-
readonly maxlength: {
|
|
1627
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1628
|
-
readonly required: false;
|
|
1629
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1630
|
-
__epPropKey: true;
|
|
1631
|
-
};
|
|
1632
|
-
readonly minlength: {
|
|
1633
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1634
|
-
readonly required: false;
|
|
1635
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1636
|
-
__epPropKey: true;
|
|
1637
|
-
};
|
|
1638
|
-
readonly type: {
|
|
1639
|
-
readonly type: import('vue').PropType<string>;
|
|
1640
|
-
readonly required: false;
|
|
1641
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1642
|
-
__epPropKey: true;
|
|
1643
|
-
} & {
|
|
1644
|
-
readonly default: "text";
|
|
1645
|
-
};
|
|
1646
|
-
readonly resize: {
|
|
1647
|
-
readonly type: import('vue').PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
1648
|
-
readonly required: false;
|
|
1649
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1650
|
-
__epPropKey: true;
|
|
1651
|
-
};
|
|
1652
|
-
readonly autosize: {
|
|
1653
|
-
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
1654
|
-
readonly required: false;
|
|
1655
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1656
|
-
__epPropKey: true;
|
|
1657
|
-
} & {
|
|
1658
|
-
readonly default: false;
|
|
1659
|
-
};
|
|
1660
|
-
readonly autocomplete: {
|
|
1661
|
-
readonly type: import('vue').PropType<AutoFill>;
|
|
1662
|
-
readonly required: false;
|
|
1663
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1664
|
-
__epPropKey: true;
|
|
1665
|
-
} & {
|
|
1666
|
-
readonly default: "off";
|
|
1667
|
-
};
|
|
1668
|
-
readonly formatter: {
|
|
1669
|
-
readonly type: import('vue').PropType<Function>;
|
|
1670
|
-
readonly required: false;
|
|
1671
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1672
|
-
__epPropKey: true;
|
|
1673
|
-
};
|
|
1674
|
-
readonly parser: {
|
|
1675
|
-
readonly type: import('vue').PropType<Function>;
|
|
1676
|
-
readonly required: false;
|
|
1677
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1678
|
-
__epPropKey: true;
|
|
1679
|
-
};
|
|
1680
|
-
readonly placeholder: {
|
|
1681
|
-
readonly type: import('vue').PropType<string>;
|
|
1682
|
-
readonly required: false;
|
|
1683
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1684
|
-
__epPropKey: true;
|
|
1685
|
-
};
|
|
1686
|
-
readonly form: {
|
|
1687
|
-
readonly type: import('vue').PropType<string>;
|
|
1688
|
-
readonly required: false;
|
|
1689
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1690
|
-
__epPropKey: true;
|
|
1691
|
-
};
|
|
1692
|
-
readonly readonly: BooleanConstructor;
|
|
1693
|
-
readonly clearable: BooleanConstructor;
|
|
1694
|
-
readonly clearIcon: {
|
|
1695
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1696
|
-
readonly required: false;
|
|
1697
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1698
|
-
__epPropKey: true;
|
|
1699
|
-
};
|
|
1700
|
-
readonly showPassword: BooleanConstructor;
|
|
1701
|
-
readonly showWordLimit: BooleanConstructor;
|
|
1702
|
-
readonly wordLimitPosition: {
|
|
1703
|
-
readonly type: import('vue').PropType<"inside" | "outside">;
|
|
1704
|
-
readonly required: false;
|
|
1705
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1706
|
-
__epPropKey: true;
|
|
1707
|
-
} & {
|
|
1708
|
-
readonly default: "inside";
|
|
1709
|
-
};
|
|
1710
|
-
readonly suffixIcon: {
|
|
1711
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1712
|
-
readonly required: false;
|
|
1713
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1714
|
-
__epPropKey: true;
|
|
1715
|
-
};
|
|
1716
|
-
readonly prefixIcon: {
|
|
1717
|
-
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1718
|
-
readonly required: false;
|
|
1719
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1720
|
-
__epPropKey: true;
|
|
1721
|
-
};
|
|
1722
|
-
readonly containerRole: {
|
|
1723
|
-
readonly type: import('vue').PropType<string>;
|
|
1724
|
-
readonly required: false;
|
|
1725
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1726
|
-
__epPropKey: true;
|
|
1727
|
-
} & {
|
|
1728
|
-
readonly default: undefined;
|
|
1729
|
-
};
|
|
1730
|
-
readonly tabindex: {
|
|
1731
|
-
readonly type: import('vue').PropType<string | number>;
|
|
1732
|
-
readonly required: false;
|
|
1733
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1734
|
-
__epPropKey: true;
|
|
1735
|
-
} & {
|
|
1736
|
-
readonly default: 0;
|
|
1737
|
-
};
|
|
1738
|
-
readonly validateEvent: {
|
|
1739
|
-
readonly type: import('vue').PropType<boolean>;
|
|
1740
|
-
readonly required: false;
|
|
1741
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1742
|
-
__epPropKey: true;
|
|
1743
|
-
} & {
|
|
1744
|
-
readonly default: true;
|
|
1745
|
-
};
|
|
1746
|
-
readonly inputStyle: {
|
|
1747
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
1748
|
-
readonly required: false;
|
|
1749
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1750
|
-
__epPropKey: true;
|
|
1751
|
-
} & {
|
|
1752
|
-
readonly default: () => {};
|
|
1753
|
-
};
|
|
1754
|
-
readonly autofocus: BooleanConstructor;
|
|
1755
|
-
readonly rows: {
|
|
1756
|
-
readonly type: import('vue').PropType<number>;
|
|
1757
|
-
readonly required: false;
|
|
1758
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1759
|
-
__epPropKey: true;
|
|
1760
|
-
} & {
|
|
1761
|
-
readonly default: 2;
|
|
1762
|
-
};
|
|
1763
|
-
}>> & {
|
|
1764
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1765
|
-
onChange?: ((value: string) => any) | undefined;
|
|
429
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
430
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
431
|
+
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1766
432
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1767
433
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1768
434
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1769
435
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1770
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1771
436
|
onInput?: ((value: string) => any) | undefined;
|
|
1772
437
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1773
438
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1774
439
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1775
|
-
onClear?: (() => any) | undefined;
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
440
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
441
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
442
|
+
}>, {
|
|
443
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
444
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
1779
445
|
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1780
446
|
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
1781
|
-
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
1782
|
-
isComposing: import('vue').Ref<boolean>;
|
|
447
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize | undefined, import('element-plus').InputAutoSize | undefined>;
|
|
448
|
+
isComposing: import('vue').Ref<boolean, boolean>;
|
|
1783
449
|
focus: () => void | undefined;
|
|
1784
450
|
blur: () => void | undefined;
|
|
1785
451
|
select: () => void;
|
|
1786
|
-
clear: () => void;
|
|
452
|
+
clear: (evt?: MouseEvent) => void;
|
|
1787
453
|
resizeTextarea: () => void;
|
|
1788
|
-
},
|
|
1789
|
-
input: (value: string) => void;
|
|
1790
|
-
focus: (evt: FocusEvent) => void;
|
|
1791
|
-
"update:modelValue": (value: string) => void;
|
|
1792
|
-
change: (value: string) => void;
|
|
1793
|
-
clear: () => void;
|
|
454
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1794
455
|
blur: (evt: FocusEvent) => void;
|
|
456
|
+
change: (value: string, evt?: Event | undefined) => void;
|
|
1795
457
|
compositionend: (evt: CompositionEvent) => void;
|
|
1796
458
|
compositionstart: (evt: CompositionEvent) => void;
|
|
1797
459
|
compositionupdate: (evt: CompositionEvent) => void;
|
|
460
|
+
focus: (evt: FocusEvent) => void;
|
|
461
|
+
input: (value: string) => void;
|
|
1798
462
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
1799
463
|
mouseenter: (evt: MouseEvent) => void;
|
|
1800
464
|
mouseleave: (evt: MouseEvent) => void;
|
|
465
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
466
|
+
"update:modelValue": (value: string) => void;
|
|
1801
467
|
}, string, {
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
readonly validateEvent: boolean;
|
|
1814
|
-
readonly inputStyle: import('vue').StyleValue;
|
|
1815
|
-
readonly rows: number;
|
|
1816
|
-
readonly inputmode: "text" | "search" | "email" | "decimal" | "none" | "tel" | "url" | "numeric" | undefined;
|
|
1817
|
-
readonly clearable: boolean;
|
|
1818
|
-
readonly showPassword: boolean;
|
|
1819
|
-
readonly showWordLimit: boolean;
|
|
1820
|
-
readonly autofocus: boolean;
|
|
468
|
+
type: import('element-plus').InputType;
|
|
469
|
+
disabled: boolean;
|
|
470
|
+
clearIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
471
|
+
validateEvent: boolean;
|
|
472
|
+
modelValue: string | number | null;
|
|
473
|
+
modelModifiers: import('element-plus').InputModelModifiers;
|
|
474
|
+
autocomplete: string;
|
|
475
|
+
wordLimitPosition: "inside" | "outside";
|
|
476
|
+
tabindex: string | number;
|
|
477
|
+
inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
478
|
+
rows: number;
|
|
1821
479
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1822
480
|
$slots: {
|
|
1823
|
-
prepend
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
481
|
+
prepend?: (props: {}) => any;
|
|
482
|
+
} & {
|
|
483
|
+
prefix?: (props: {}) => any;
|
|
484
|
+
} & {
|
|
485
|
+
suffix?: (props: {}) => any;
|
|
486
|
+
} & {
|
|
487
|
+
'password-icon'?: (props: {
|
|
488
|
+
visible: boolean;
|
|
489
|
+
}) => any;
|
|
490
|
+
} & {
|
|
491
|
+
append?: (props: {}) => any;
|
|
1827
492
|
};
|
|
1828
|
-
})
|
|
493
|
+
})>;
|
|
1829
494
|
CommandButton: typeof CommandButton;
|
|
1830
495
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1831
496
|
export default _default;
|