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