@vunk/form 2.10.0 → 2.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Chunk, FileInfo } from './types';
|
|
2
2
|
import { Status } from './const';
|
|
3
|
+
import { AnyFunc } from '@vunk/core';
|
|
3
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
5
|
chunkSize: {
|
|
5
6
|
type: NumberConstructor;
|
|
@@ -29,7 +30,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
29
30
|
type: import("vue").PropType<Status>;
|
|
30
31
|
default: any;
|
|
31
32
|
};
|
|
32
|
-
required:
|
|
33
|
+
required: {
|
|
34
|
+
readonly type: import("vue").PropType<boolean>;
|
|
35
|
+
readonly required: false;
|
|
36
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
+
__epPropKey: true;
|
|
38
|
+
} & {
|
|
39
|
+
readonly default: undefined;
|
|
40
|
+
};
|
|
33
41
|
formItemSize: {
|
|
34
42
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
35
43
|
default: "default" | "small" | "large";
|
|
@@ -64,37 +72,195 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
72
|
default: boolean;
|
|
65
73
|
};
|
|
66
74
|
label: StringConstructor;
|
|
67
|
-
labelWidth:
|
|
68
|
-
|
|
75
|
+
labelWidth: {
|
|
76
|
+
readonly type: import("vue").PropType<string | number>;
|
|
77
|
+
readonly required: false;
|
|
78
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
|
+
__epPropKey: true;
|
|
80
|
+
} & {
|
|
81
|
+
readonly default: "";
|
|
82
|
+
};
|
|
83
|
+
labelPosition: {
|
|
84
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
85
|
+
readonly required: false;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
+
__epPropKey: true;
|
|
88
|
+
} & {
|
|
89
|
+
readonly default: "";
|
|
90
|
+
};
|
|
69
91
|
prop: {
|
|
70
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
92
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
71
93
|
readonly required: false;
|
|
72
94
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
95
|
__epPropKey: true;
|
|
74
96
|
};
|
|
75
97
|
rules: {
|
|
76
|
-
readonly type: import("vue").PropType<
|
|
98
|
+
readonly type: import("vue").PropType<unknown>;
|
|
77
99
|
readonly required: false;
|
|
78
100
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
101
|
__epPropKey: true;
|
|
80
102
|
};
|
|
81
103
|
error: StringConstructor;
|
|
82
104
|
validateStatus: {
|
|
83
|
-
readonly type: import("vue").PropType<
|
|
105
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
84
106
|
readonly required: false;
|
|
85
107
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
108
|
__epPropKey: true;
|
|
87
109
|
};
|
|
88
110
|
for: StringConstructor;
|
|
89
|
-
inlineMessage:
|
|
90
|
-
|
|
111
|
+
inlineMessage: {
|
|
112
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
113
|
+
readonly required: false;
|
|
114
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
115
|
+
__epPropKey: true;
|
|
116
|
+
} & {
|
|
117
|
+
readonly default: "";
|
|
118
|
+
};
|
|
119
|
+
showMessage: {
|
|
120
|
+
readonly type: import("vue").PropType<boolean>;
|
|
121
|
+
readonly required: false;
|
|
122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
|
+
__epPropKey: true;
|
|
124
|
+
} & {
|
|
125
|
+
readonly default: true;
|
|
126
|
+
};
|
|
91
127
|
}>, {
|
|
128
|
+
vLoading: never;
|
|
129
|
+
ToggleHandler: any;
|
|
130
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
131
|
+
chunkSize: {
|
|
132
|
+
type: NumberConstructor;
|
|
133
|
+
default: number;
|
|
134
|
+
};
|
|
135
|
+
dictId: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
url: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
accept: {
|
|
144
|
+
type: StringConstructor;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
fileServiceType: {
|
|
148
|
+
type: import("vue").PropType<import("./types").FileServiceType>;
|
|
149
|
+
default: any;
|
|
150
|
+
};
|
|
151
|
+
file: {
|
|
152
|
+
type: import("vue").PropType<File>;
|
|
153
|
+
default: any;
|
|
154
|
+
};
|
|
155
|
+
fileStatus: {
|
|
156
|
+
type: import("vue").PropType<Status>;
|
|
157
|
+
default: any;
|
|
158
|
+
};
|
|
159
|
+
required: {
|
|
160
|
+
readonly type: import("vue").PropType<boolean>;
|
|
161
|
+
readonly required: false;
|
|
162
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
+
__epPropKey: true;
|
|
164
|
+
} & {
|
|
165
|
+
readonly default: undefined;
|
|
166
|
+
};
|
|
167
|
+
formItemSize: {
|
|
168
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
169
|
+
default: "default" | "small" | "large";
|
|
170
|
+
};
|
|
171
|
+
formItemSlots: {
|
|
172
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
173
|
+
default: any;
|
|
174
|
+
};
|
|
175
|
+
elRef: {
|
|
176
|
+
type: import("vue").PropType<any>;
|
|
177
|
+
required: boolean;
|
|
178
|
+
};
|
|
179
|
+
inline: {
|
|
180
|
+
type: BooleanConstructor;
|
|
181
|
+
default: boolean;
|
|
182
|
+
};
|
|
183
|
+
readonly: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
default: any;
|
|
186
|
+
};
|
|
187
|
+
formItemTip: {
|
|
188
|
+
type: StringConstructor;
|
|
189
|
+
default: any;
|
|
190
|
+
};
|
|
191
|
+
formItemTipClass: any;
|
|
192
|
+
labelTip: {
|
|
193
|
+
type: StringConstructor;
|
|
194
|
+
default: any;
|
|
195
|
+
};
|
|
196
|
+
information: {
|
|
197
|
+
type: BooleanConstructor;
|
|
198
|
+
default: boolean;
|
|
199
|
+
};
|
|
200
|
+
label: StringConstructor;
|
|
201
|
+
labelWidth: {
|
|
202
|
+
readonly type: import("vue").PropType<string | number>;
|
|
203
|
+
readonly required: false;
|
|
204
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
|
+
__epPropKey: true;
|
|
206
|
+
} & {
|
|
207
|
+
readonly default: "";
|
|
208
|
+
};
|
|
209
|
+
labelPosition: {
|
|
210
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
211
|
+
readonly required: false;
|
|
212
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
|
+
__epPropKey: true;
|
|
214
|
+
} & {
|
|
215
|
+
readonly default: "";
|
|
216
|
+
};
|
|
217
|
+
prop: {
|
|
218
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
219
|
+
readonly required: false;
|
|
220
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
+
__epPropKey: true;
|
|
222
|
+
};
|
|
223
|
+
rules: {
|
|
224
|
+
readonly type: import("vue").PropType<unknown>;
|
|
225
|
+
readonly required: false;
|
|
226
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
227
|
+
__epPropKey: true;
|
|
228
|
+
};
|
|
229
|
+
error: StringConstructor;
|
|
230
|
+
validateStatus: {
|
|
231
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
232
|
+
readonly required: false;
|
|
233
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
234
|
+
__epPropKey: true;
|
|
235
|
+
};
|
|
236
|
+
for: StringConstructor;
|
|
237
|
+
inlineMessage: {
|
|
238
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
239
|
+
readonly required: false;
|
|
240
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
|
+
__epPropKey: true;
|
|
242
|
+
} & {
|
|
243
|
+
readonly default: "";
|
|
244
|
+
};
|
|
245
|
+
showMessage: {
|
|
246
|
+
readonly type: import("vue").PropType<boolean>;
|
|
247
|
+
readonly required: false;
|
|
248
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
|
+
__epPropKey: true;
|
|
250
|
+
} & {
|
|
251
|
+
readonly default: true;
|
|
252
|
+
};
|
|
253
|
+
}>> & Readonly<{
|
|
254
|
+
onSuccess?: (file: FileInfo) => any;
|
|
255
|
+
"onUpdate:fileStatus"?: (...args: any[] | unknown[]) => any;
|
|
256
|
+
"onUpdate:file"?: (...args: any[] | unknown[]) => any;
|
|
257
|
+
}> & {}>;
|
|
258
|
+
emit: ((event: "success", file: FileInfo) => void) & ((event: "update:fileStatus", ...args: unknown[]) => void) & ((event: "update:fileStatus", ...args: any) => void) & ((event: "update:fileStatus", ...args: any[]) => void) & ((event: "update:file", ...args: unknown[]) => void) & ((event: "update:file", ...args: any) => void) & ((event: "update:file", ...args: any[]) => void);
|
|
92
259
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
93
|
-
handleFileChange: (e: Event) => void;
|
|
94
260
|
uuid: string;
|
|
95
261
|
containerFile: import("vue").WritableComputedRef<File, File>;
|
|
96
|
-
handleUpload: () => Promise<void>;
|
|
97
262
|
fileStatus: import("vue").WritableComputedRef<Status, Status>;
|
|
263
|
+
containerHash: import("vue").Ref<string, string>;
|
|
98
264
|
chunks: import("vue").Ref<{
|
|
99
265
|
fileName: string;
|
|
100
266
|
fileHash: string;
|
|
@@ -103,6 +269,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
103
269
|
readonly size: number;
|
|
104
270
|
readonly type: string;
|
|
105
271
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
272
|
+
bytes: () => Promise<Uint8Array>;
|
|
106
273
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
107
274
|
stream: () => ReadableStream<Uint8Array>;
|
|
108
275
|
text: () => Promise<string>;
|
|
@@ -121,6 +288,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
121
288
|
readonly size: number;
|
|
122
289
|
readonly type: string;
|
|
123
290
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
291
|
+
bytes: () => Promise<Uint8Array>;
|
|
124
292
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
125
293
|
stream: () => ReadableStream<Uint8Array>;
|
|
126
294
|
text: () => Promise<string>;
|
|
@@ -132,129 +300,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
132
300
|
sliceSize: number;
|
|
133
301
|
status: Status;
|
|
134
302
|
}[]>;
|
|
135
|
-
|
|
303
|
+
uploadingXhrs: import("vue").Ref<{
|
|
304
|
+
onreadystatechange: (this: XMLHttpRequest, ev: Event) => any;
|
|
305
|
+
readonly readyState: number;
|
|
306
|
+
readonly response: any;
|
|
307
|
+
readonly responseText: string;
|
|
308
|
+
responseType: XMLHttpRequestResponseType;
|
|
309
|
+
readonly responseURL: string;
|
|
310
|
+
readonly responseXML: Document | null;
|
|
311
|
+
readonly status: number;
|
|
312
|
+
readonly statusText: string;
|
|
313
|
+
timeout: number;
|
|
314
|
+
readonly upload: {
|
|
315
|
+
addEventListener: {
|
|
316
|
+
<K extends keyof XMLHttpRequestEventTargetEventMap>(type: K, listener: (this: XMLHttpRequestUpload, ev: XMLHttpRequestEventTargetEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
317
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
318
|
+
};
|
|
319
|
+
removeEventListener: {
|
|
320
|
+
<K extends keyof XMLHttpRequestEventTargetEventMap>(type: K, listener: (this: XMLHttpRequestUpload, ev: XMLHttpRequestEventTargetEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
321
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
322
|
+
};
|
|
323
|
+
onabort: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
324
|
+
onerror: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
325
|
+
onload: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
326
|
+
onloadend: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
327
|
+
onloadstart: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
328
|
+
onprogress: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
329
|
+
ontimeout: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
330
|
+
dispatchEvent: (event: Event) => boolean;
|
|
331
|
+
composing?: boolean;
|
|
332
|
+
};
|
|
333
|
+
withCredentials: boolean;
|
|
334
|
+
abort: () => void;
|
|
335
|
+
getAllResponseHeaders: () => string;
|
|
336
|
+
getResponseHeader: (name: string) => string | null;
|
|
337
|
+
open: {
|
|
338
|
+
(method: string, url: string | URL): void;
|
|
339
|
+
(method: string, url: string | URL, async: boolean, username?: string | null, password?: string | null): void;
|
|
340
|
+
};
|
|
341
|
+
overrideMimeType: (mime: string) => void;
|
|
342
|
+
send: (body?: Document | XMLHttpRequestBodyInit | null) => void;
|
|
343
|
+
setRequestHeader: (name: string, value: string) => void;
|
|
344
|
+
readonly UNSENT: 0;
|
|
345
|
+
readonly OPENED: 1;
|
|
346
|
+
readonly HEADERS_RECEIVED: 2;
|
|
347
|
+
readonly LOADING: 3;
|
|
348
|
+
readonly DONE: 4;
|
|
349
|
+
addEventListener: {
|
|
350
|
+
<K extends keyof XMLHttpRequestEventMap>(type: K, listener: (this: XMLHttpRequest, ev: XMLHttpRequestEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
351
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
352
|
+
};
|
|
353
|
+
removeEventListener: {
|
|
354
|
+
<K extends keyof XMLHttpRequestEventMap>(type: K, listener: (this: XMLHttpRequest, ev: XMLHttpRequestEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
355
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
356
|
+
};
|
|
357
|
+
onabort: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
358
|
+
onerror: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
359
|
+
onload: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
360
|
+
onloadend: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
361
|
+
onloadstart: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
362
|
+
onprogress: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
363
|
+
ontimeout: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
364
|
+
dispatchEvent: (event: Event) => boolean;
|
|
365
|
+
composing?: boolean;
|
|
366
|
+
}[], XMLHttpRequest[] | {
|
|
367
|
+
onreadystatechange: (this: XMLHttpRequest, ev: Event) => any;
|
|
368
|
+
readonly readyState: number;
|
|
369
|
+
readonly response: any;
|
|
370
|
+
readonly responseText: string;
|
|
371
|
+
responseType: XMLHttpRequestResponseType;
|
|
372
|
+
readonly responseURL: string;
|
|
373
|
+
readonly responseXML: Document | null;
|
|
374
|
+
readonly status: number;
|
|
375
|
+
readonly statusText: string;
|
|
376
|
+
timeout: number;
|
|
377
|
+
readonly upload: {
|
|
378
|
+
addEventListener: {
|
|
379
|
+
<K extends keyof XMLHttpRequestEventTargetEventMap>(type: K, listener: (this: XMLHttpRequestUpload, ev: XMLHttpRequestEventTargetEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
380
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
381
|
+
};
|
|
382
|
+
removeEventListener: {
|
|
383
|
+
<K extends keyof XMLHttpRequestEventTargetEventMap>(type: K, listener: (this: XMLHttpRequestUpload, ev: XMLHttpRequestEventTargetEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
384
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
385
|
+
};
|
|
386
|
+
onabort: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
387
|
+
onerror: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
388
|
+
onload: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
389
|
+
onloadend: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
390
|
+
onloadstart: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
391
|
+
onprogress: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
392
|
+
ontimeout: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
393
|
+
dispatchEvent: (event: Event) => boolean;
|
|
394
|
+
composing?: boolean;
|
|
395
|
+
};
|
|
396
|
+
withCredentials: boolean;
|
|
397
|
+
abort: () => void;
|
|
398
|
+
getAllResponseHeaders: () => string;
|
|
399
|
+
getResponseHeader: (name: string) => string | null;
|
|
400
|
+
open: {
|
|
401
|
+
(method: string, url: string | URL): void;
|
|
402
|
+
(method: string, url: string | URL, async: boolean, username?: string | null, password?: string | null): void;
|
|
403
|
+
};
|
|
404
|
+
overrideMimeType: (mime: string) => void;
|
|
405
|
+
send: (body?: Document | XMLHttpRequestBodyInit | null) => void;
|
|
406
|
+
setRequestHeader: (name: string, value: string) => void;
|
|
407
|
+
readonly UNSENT: 0;
|
|
408
|
+
readonly OPENED: 1;
|
|
409
|
+
readonly HEADERS_RECEIVED: 2;
|
|
410
|
+
readonly LOADING: 3;
|
|
411
|
+
readonly DONE: 4;
|
|
412
|
+
addEventListener: {
|
|
413
|
+
<K extends keyof XMLHttpRequestEventMap>(type: K, listener: (this: XMLHttpRequest, ev: XMLHttpRequestEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
414
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
415
|
+
};
|
|
416
|
+
removeEventListener: {
|
|
417
|
+
<K extends keyof XMLHttpRequestEventMap>(type: K, listener: (this: XMLHttpRequest, ev: XMLHttpRequestEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
418
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
419
|
+
};
|
|
420
|
+
onabort: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
421
|
+
onerror: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
422
|
+
onload: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
423
|
+
onloadend: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
424
|
+
onloadstart: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
425
|
+
onprogress: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
426
|
+
ontimeout: (this: XMLHttpRequest, ev: ProgressEvent) => any;
|
|
427
|
+
dispatchEvent: (event: Event) => boolean;
|
|
428
|
+
composing?: boolean;
|
|
429
|
+
}[]>;
|
|
136
430
|
filePrefixIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
431
|
+
handleFileChange: (e: Event) => void;
|
|
432
|
+
handleUpload: () => Promise<void>;
|
|
137
433
|
handlePause: () => void;
|
|
434
|
+
cUploadedChunks: (urls: Chunk[], max?: number, retrys?: number) => Promise<unknown>;
|
|
138
435
|
merging: import("vue").Ref<boolean, boolean>;
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
};
|
|
148
|
-
dictId: {
|
|
149
|
-
type: StringConstructor;
|
|
150
|
-
default: string;
|
|
151
|
-
};
|
|
152
|
-
url: {
|
|
153
|
-
type: StringConstructor;
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
|
-
accept: {
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
fileServiceType: {
|
|
161
|
-
type: import("vue").PropType<import("./types").FileServiceType>;
|
|
162
|
-
default: any;
|
|
163
|
-
};
|
|
164
|
-
file: {
|
|
165
|
-
type: import("vue").PropType<File>;
|
|
166
|
-
default: any;
|
|
167
|
-
};
|
|
168
|
-
fileStatus: {
|
|
169
|
-
type: import("vue").PropType<Status>;
|
|
170
|
-
default: any;
|
|
171
|
-
};
|
|
172
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
173
|
-
formItemSize: {
|
|
174
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
175
|
-
default: "default" | "small" | "large";
|
|
176
|
-
};
|
|
177
|
-
formItemSlots: {
|
|
178
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
179
|
-
default: any;
|
|
180
|
-
};
|
|
181
|
-
elRef: {
|
|
182
|
-
type: import("vue").PropType<any>;
|
|
183
|
-
required: boolean;
|
|
184
|
-
};
|
|
185
|
-
inline: {
|
|
186
|
-
type: BooleanConstructor;
|
|
187
|
-
default: boolean;
|
|
188
|
-
};
|
|
189
|
-
readonly: {
|
|
190
|
-
type: BooleanConstructor;
|
|
191
|
-
default: any;
|
|
192
|
-
};
|
|
193
|
-
formItemTip: {
|
|
194
|
-
type: StringConstructor;
|
|
195
|
-
default: any;
|
|
196
|
-
};
|
|
197
|
-
formItemTipClass: any;
|
|
198
|
-
labelTip: {
|
|
199
|
-
type: StringConstructor;
|
|
200
|
-
default: any;
|
|
201
|
-
};
|
|
202
|
-
information: {
|
|
203
|
-
type: BooleanConstructor;
|
|
204
|
-
default: boolean;
|
|
205
|
-
};
|
|
206
|
-
label: StringConstructor;
|
|
207
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
208
|
-
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
209
|
-
prop: {
|
|
210
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
211
|
-
readonly required: false;
|
|
212
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
|
-
__epPropKey: true;
|
|
214
|
-
};
|
|
215
|
-
rules: {
|
|
216
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
|
|
217
|
-
readonly required: false;
|
|
218
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
|
-
__epPropKey: true;
|
|
436
|
+
cFile: () => Promise<void>;
|
|
437
|
+
OnlineToggle: {
|
|
438
|
+
new (listener: AnyFunc): {
|
|
439
|
+
[x: string]: any;
|
|
440
|
+
listener: AnyFunc;
|
|
441
|
+
add(): void;
|
|
442
|
+
};
|
|
443
|
+
[x: string]: any;
|
|
220
444
|
};
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
-
__epPropKey: true;
|
|
445
|
+
offlineToggle: {
|
|
446
|
+
[x: string]: any;
|
|
447
|
+
listener: AnyFunc;
|
|
448
|
+
add(): void;
|
|
227
449
|
};
|
|
228
|
-
|
|
229
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
230
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
231
|
-
}>> & Readonly<{
|
|
232
|
-
onSuccess?: (file: FileInfo) => any;
|
|
233
|
-
"onUpdate:fileStatus"?: (...args: any[] | unknown[]) => any;
|
|
234
|
-
"onUpdate:file"?: (...args: any[] | unknown[]) => any;
|
|
235
|
-
}>, {
|
|
236
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
|
-
formItemSize: "default" | "small" | "large";
|
|
238
|
-
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
239
|
-
inline: boolean;
|
|
240
|
-
readonly: boolean;
|
|
241
|
-
formItemTip: string;
|
|
242
|
-
formItemTipClass: any;
|
|
243
|
-
labelTip: string;
|
|
244
|
-
information: boolean;
|
|
245
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
246
|
-
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
247
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
248
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
249
|
-
accept: string;
|
|
250
|
-
file: File;
|
|
251
|
-
url: string;
|
|
252
|
-
chunkSize: number;
|
|
253
|
-
fileServiceType: import("./types").FileServiceType;
|
|
254
|
-
fileStatus: Status;
|
|
255
|
-
dictId: string;
|
|
256
|
-
}, {}, {
|
|
257
|
-
VkfFormItem: {
|
|
450
|
+
readonly VkfFormItem: {
|
|
258
451
|
new (...args: any[]): any;
|
|
259
452
|
__isFragment?: never;
|
|
260
453
|
__isTeleport?: never;
|
|
@@ -265,45 +458,74 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
265
458
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
266
459
|
install(app: import("vue").App): void;
|
|
267
460
|
};
|
|
268
|
-
ElInput:
|
|
461
|
+
readonly ElInput: {
|
|
269
462
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
270
463
|
readonly ariaLabel: StringConstructor;
|
|
271
|
-
readonly id:
|
|
464
|
+
readonly id: {
|
|
465
|
+
readonly type: import("vue").PropType<string>;
|
|
466
|
+
readonly required: false;
|
|
467
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
468
|
+
__epPropKey: true;
|
|
469
|
+
} & {
|
|
470
|
+
readonly default: undefined;
|
|
471
|
+
};
|
|
272
472
|
readonly size: {
|
|
273
|
-
readonly type: import("vue").PropType<
|
|
473
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
274
474
|
readonly required: false;
|
|
275
475
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
476
|
__epPropKey: true;
|
|
277
477
|
};
|
|
278
478
|
readonly disabled: BooleanConstructor;
|
|
279
|
-
readonly modelValue:
|
|
479
|
+
readonly modelValue: {
|
|
480
|
+
readonly type: import("vue").PropType<string | number>;
|
|
481
|
+
readonly required: false;
|
|
482
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
|
+
__epPropKey: true;
|
|
484
|
+
} & {
|
|
485
|
+
readonly default: "";
|
|
486
|
+
};
|
|
280
487
|
readonly maxlength: {
|
|
281
|
-
readonly type: import("vue").PropType<
|
|
488
|
+
readonly type: import("vue").PropType<string | number>;
|
|
282
489
|
readonly required: false;
|
|
283
490
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
284
491
|
__epPropKey: true;
|
|
285
492
|
};
|
|
286
493
|
readonly minlength: {
|
|
287
|
-
readonly type: import("vue").PropType<
|
|
494
|
+
readonly type: import("vue").PropType<string | number>;
|
|
288
495
|
readonly required: false;
|
|
289
496
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
290
497
|
__epPropKey: true;
|
|
291
498
|
};
|
|
292
|
-
readonly type:
|
|
499
|
+
readonly type: {
|
|
500
|
+
readonly type: import("vue").PropType<string>;
|
|
501
|
+
readonly required: false;
|
|
502
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
503
|
+
__epPropKey: true;
|
|
504
|
+
} & {
|
|
505
|
+
readonly default: "text";
|
|
506
|
+
};
|
|
293
507
|
readonly resize: {
|
|
294
|
-
readonly type: import("vue").PropType<
|
|
508
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
295
509
|
readonly required: false;
|
|
296
510
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
511
|
__epPropKey: true;
|
|
298
512
|
};
|
|
299
|
-
readonly autosize:
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
513
|
+
readonly autosize: {
|
|
514
|
+
readonly type: import("vue").PropType<unknown>;
|
|
515
|
+
readonly required: false;
|
|
516
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
517
|
+
__epPropKey: true;
|
|
518
|
+
} & {
|
|
519
|
+
readonly default: false;
|
|
520
|
+
};
|
|
521
|
+
readonly autocomplete: {
|
|
522
|
+
readonly type: import("vue").PropType<string>;
|
|
523
|
+
readonly required: false;
|
|
524
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
525
|
+
__epPropKey: true;
|
|
526
|
+
} & {
|
|
527
|
+
readonly default: "off";
|
|
528
|
+
};
|
|
307
529
|
readonly formatter: {
|
|
308
530
|
readonly type: import("vue").PropType<Function>;
|
|
309
531
|
readonly required: false;
|
|
@@ -333,23 +555,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
333
555
|
readonly showPassword: BooleanConstructor;
|
|
334
556
|
readonly showWordLimit: BooleanConstructor;
|
|
335
557
|
readonly suffixIcon: {
|
|
336
|
-
readonly type: import("vue").PropType<
|
|
558
|
+
readonly type: import("vue").PropType<unknown>;
|
|
337
559
|
readonly required: false;
|
|
338
560
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
339
561
|
__epPropKey: true;
|
|
340
562
|
};
|
|
341
563
|
readonly prefixIcon: {
|
|
342
|
-
readonly type: import("vue").PropType<
|
|
564
|
+
readonly type: import("vue").PropType<unknown>;
|
|
565
|
+
readonly required: false;
|
|
566
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
567
|
+
__epPropKey: true;
|
|
568
|
+
};
|
|
569
|
+
readonly containerRole: {
|
|
570
|
+
readonly type: import("vue").PropType<string>;
|
|
571
|
+
readonly required: false;
|
|
572
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
573
|
+
__epPropKey: true;
|
|
574
|
+
} & {
|
|
575
|
+
readonly default: undefined;
|
|
576
|
+
};
|
|
577
|
+
readonly tabindex: {
|
|
578
|
+
readonly type: import("vue").PropType<string | number>;
|
|
579
|
+
readonly required: false;
|
|
580
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
581
|
+
__epPropKey: true;
|
|
582
|
+
} & {
|
|
583
|
+
readonly default: 0;
|
|
584
|
+
};
|
|
585
|
+
readonly validateEvent: {
|
|
586
|
+
readonly type: import("vue").PropType<boolean>;
|
|
587
|
+
readonly required: false;
|
|
588
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
589
|
+
__epPropKey: true;
|
|
590
|
+
} & {
|
|
591
|
+
readonly default: true;
|
|
592
|
+
};
|
|
593
|
+
readonly inputStyle: {
|
|
594
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
343
595
|
readonly required: false;
|
|
344
596
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
345
597
|
__epPropKey: true;
|
|
598
|
+
} & {
|
|
599
|
+
readonly default: () => {};
|
|
346
600
|
};
|
|
347
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
348
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
349
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
350
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
351
601
|
readonly autofocus: BooleanConstructor;
|
|
352
|
-
readonly rows:
|
|
602
|
+
readonly rows: {
|
|
603
|
+
readonly type: import("vue").PropType<number>;
|
|
604
|
+
readonly required: false;
|
|
605
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
606
|
+
__epPropKey: true;
|
|
607
|
+
} & {
|
|
608
|
+
readonly default: 2;
|
|
609
|
+
};
|
|
353
610
|
}>> & {
|
|
354
611
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
355
612
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -392,13 +649,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
392
649
|
readonly disabled: boolean;
|
|
393
650
|
readonly id: string;
|
|
394
651
|
readonly type: string;
|
|
395
|
-
readonly modelValue:
|
|
396
|
-
readonly tabindex:
|
|
652
|
+
readonly modelValue: string | number;
|
|
653
|
+
readonly tabindex: string | number;
|
|
397
654
|
readonly readonly: boolean;
|
|
398
655
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
399
656
|
readonly autocomplete: string;
|
|
400
657
|
readonly containerRole: string;
|
|
401
|
-
readonly validateEvent:
|
|
658
|
+
readonly validateEvent: boolean;
|
|
402
659
|
readonly inputStyle: import("vue").StyleValue;
|
|
403
660
|
readonly rows: number;
|
|
404
661
|
readonly clearable: boolean;
|
|
@@ -414,42 +671,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
414
671
|
Defaults: {};
|
|
415
672
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
416
673
|
readonly ariaLabel: StringConstructor;
|
|
417
|
-
readonly id:
|
|
674
|
+
readonly id: {
|
|
675
|
+
readonly type: import("vue").PropType<string>;
|
|
676
|
+
readonly required: false;
|
|
677
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
|
+
__epPropKey: true;
|
|
679
|
+
} & {
|
|
680
|
+
readonly default: undefined;
|
|
681
|
+
};
|
|
418
682
|
readonly size: {
|
|
419
|
-
readonly type: import("vue").PropType<
|
|
683
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
420
684
|
readonly required: false;
|
|
421
685
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
686
|
__epPropKey: true;
|
|
423
687
|
};
|
|
424
688
|
readonly disabled: BooleanConstructor;
|
|
425
|
-
readonly modelValue:
|
|
689
|
+
readonly modelValue: {
|
|
690
|
+
readonly type: import("vue").PropType<string | number>;
|
|
691
|
+
readonly required: false;
|
|
692
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
693
|
+
__epPropKey: true;
|
|
694
|
+
} & {
|
|
695
|
+
readonly default: "";
|
|
696
|
+
};
|
|
426
697
|
readonly maxlength: {
|
|
427
|
-
readonly type: import("vue").PropType<
|
|
698
|
+
readonly type: import("vue").PropType<string | number>;
|
|
428
699
|
readonly required: false;
|
|
429
700
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
701
|
__epPropKey: true;
|
|
431
702
|
};
|
|
432
703
|
readonly minlength: {
|
|
433
|
-
readonly type: import("vue").PropType<
|
|
704
|
+
readonly type: import("vue").PropType<string | number>;
|
|
705
|
+
readonly required: false;
|
|
706
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
707
|
+
__epPropKey: true;
|
|
708
|
+
};
|
|
709
|
+
readonly type: {
|
|
710
|
+
readonly type: import("vue").PropType<string>;
|
|
434
711
|
readonly required: false;
|
|
435
712
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
713
|
__epPropKey: true;
|
|
714
|
+
} & {
|
|
715
|
+
readonly default: "text";
|
|
437
716
|
};
|
|
438
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
439
717
|
readonly resize: {
|
|
440
|
-
readonly type: import("vue").PropType<
|
|
718
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
719
|
+
readonly required: false;
|
|
720
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
721
|
+
__epPropKey: true;
|
|
722
|
+
};
|
|
723
|
+
readonly autosize: {
|
|
724
|
+
readonly type: import("vue").PropType<unknown>;
|
|
441
725
|
readonly required: false;
|
|
442
726
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
443
727
|
__epPropKey: true;
|
|
728
|
+
} & {
|
|
729
|
+
readonly default: false;
|
|
730
|
+
};
|
|
731
|
+
readonly autocomplete: {
|
|
732
|
+
readonly type: import("vue").PropType<string>;
|
|
733
|
+
readonly required: false;
|
|
734
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
735
|
+
__epPropKey: true;
|
|
736
|
+
} & {
|
|
737
|
+
readonly default: "off";
|
|
444
738
|
};
|
|
445
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
446
|
-
minRows?: number;
|
|
447
|
-
maxRows?: number;
|
|
448
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
449
|
-
minRows?: number;
|
|
450
|
-
maxRows?: number;
|
|
451
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
452
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
453
739
|
readonly formatter: {
|
|
454
740
|
readonly type: import("vue").PropType<Function>;
|
|
455
741
|
readonly required: false;
|
|
@@ -479,23 +765,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
479
765
|
readonly showPassword: BooleanConstructor;
|
|
480
766
|
readonly showWordLimit: BooleanConstructor;
|
|
481
767
|
readonly suffixIcon: {
|
|
482
|
-
readonly type: import("vue").PropType<
|
|
768
|
+
readonly type: import("vue").PropType<unknown>;
|
|
483
769
|
readonly required: false;
|
|
484
770
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
771
|
__epPropKey: true;
|
|
486
772
|
};
|
|
487
773
|
readonly prefixIcon: {
|
|
488
|
-
readonly type: import("vue").PropType<
|
|
774
|
+
readonly type: import("vue").PropType<unknown>;
|
|
489
775
|
readonly required: false;
|
|
490
776
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
777
|
__epPropKey: true;
|
|
492
778
|
};
|
|
493
|
-
readonly containerRole:
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
779
|
+
readonly containerRole: {
|
|
780
|
+
readonly type: import("vue").PropType<string>;
|
|
781
|
+
readonly required: false;
|
|
782
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
783
|
+
__epPropKey: true;
|
|
784
|
+
} & {
|
|
785
|
+
readonly default: undefined;
|
|
786
|
+
};
|
|
787
|
+
readonly tabindex: {
|
|
788
|
+
readonly type: import("vue").PropType<string | number>;
|
|
789
|
+
readonly required: false;
|
|
790
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
791
|
+
__epPropKey: true;
|
|
792
|
+
} & {
|
|
793
|
+
readonly default: 0;
|
|
794
|
+
};
|
|
795
|
+
readonly validateEvent: {
|
|
796
|
+
readonly type: import("vue").PropType<boolean>;
|
|
797
|
+
readonly required: false;
|
|
798
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
799
|
+
__epPropKey: true;
|
|
800
|
+
} & {
|
|
801
|
+
readonly default: true;
|
|
802
|
+
};
|
|
803
|
+
readonly inputStyle: {
|
|
804
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
805
|
+
readonly required: false;
|
|
806
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
807
|
+
__epPropKey: true;
|
|
808
|
+
} & {
|
|
809
|
+
readonly default: () => {};
|
|
810
|
+
};
|
|
497
811
|
readonly autofocus: BooleanConstructor;
|
|
498
|
-
readonly rows:
|
|
812
|
+
readonly rows: {
|
|
813
|
+
readonly type: import("vue").PropType<number>;
|
|
814
|
+
readonly required: false;
|
|
815
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
816
|
+
__epPropKey: true;
|
|
817
|
+
} & {
|
|
818
|
+
readonly default: 2;
|
|
819
|
+
};
|
|
499
820
|
}>> & {
|
|
500
821
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
501
822
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -525,13 +846,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
525
846
|
readonly disabled: boolean;
|
|
526
847
|
readonly id: string;
|
|
527
848
|
readonly type: string;
|
|
528
|
-
readonly modelValue:
|
|
529
|
-
readonly tabindex:
|
|
849
|
+
readonly modelValue: string | number;
|
|
850
|
+
readonly tabindex: string | number;
|
|
530
851
|
readonly readonly: boolean;
|
|
531
852
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
532
853
|
readonly autocomplete: string;
|
|
533
854
|
readonly containerRole: string;
|
|
534
|
-
readonly validateEvent:
|
|
855
|
+
readonly validateEvent: boolean;
|
|
535
856
|
readonly inputStyle: import("vue").StyleValue;
|
|
536
857
|
readonly rows: number;
|
|
537
858
|
readonly clearable: boolean;
|
|
@@ -544,42 +865,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
544
865
|
__isSuspense?: never;
|
|
545
866
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
546
867
|
readonly ariaLabel: StringConstructor;
|
|
547
|
-
readonly id:
|
|
868
|
+
readonly id: {
|
|
869
|
+
readonly type: import("vue").PropType<string>;
|
|
870
|
+
readonly required: false;
|
|
871
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
872
|
+
__epPropKey: true;
|
|
873
|
+
} & {
|
|
874
|
+
readonly default: undefined;
|
|
875
|
+
};
|
|
548
876
|
readonly size: {
|
|
549
|
-
readonly type: import("vue").PropType<
|
|
877
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
550
878
|
readonly required: false;
|
|
551
879
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
552
880
|
__epPropKey: true;
|
|
553
881
|
};
|
|
554
882
|
readonly disabled: BooleanConstructor;
|
|
555
|
-
readonly modelValue:
|
|
883
|
+
readonly modelValue: {
|
|
884
|
+
readonly type: import("vue").PropType<string | number>;
|
|
885
|
+
readonly required: false;
|
|
886
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
887
|
+
__epPropKey: true;
|
|
888
|
+
} & {
|
|
889
|
+
readonly default: "";
|
|
890
|
+
};
|
|
556
891
|
readonly maxlength: {
|
|
557
|
-
readonly type: import("vue").PropType<
|
|
892
|
+
readonly type: import("vue").PropType<string | number>;
|
|
893
|
+
readonly required: false;
|
|
894
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
895
|
+
__epPropKey: true;
|
|
896
|
+
};
|
|
897
|
+
readonly minlength: {
|
|
898
|
+
readonly type: import("vue").PropType<string | number>;
|
|
899
|
+
readonly required: false;
|
|
900
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
901
|
+
__epPropKey: true;
|
|
902
|
+
};
|
|
903
|
+
readonly type: {
|
|
904
|
+
readonly type: import("vue").PropType<string>;
|
|
905
|
+
readonly required: false;
|
|
906
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
907
|
+
__epPropKey: true;
|
|
908
|
+
} & {
|
|
909
|
+
readonly default: "text";
|
|
910
|
+
};
|
|
911
|
+
readonly resize: {
|
|
912
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
558
913
|
readonly required: false;
|
|
559
914
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
560
915
|
__epPropKey: true;
|
|
561
916
|
};
|
|
562
|
-
readonly
|
|
563
|
-
readonly type: import("vue").PropType<
|
|
917
|
+
readonly autosize: {
|
|
918
|
+
readonly type: import("vue").PropType<unknown>;
|
|
564
919
|
readonly required: false;
|
|
565
920
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
921
|
__epPropKey: true;
|
|
922
|
+
} & {
|
|
923
|
+
readonly default: false;
|
|
567
924
|
};
|
|
568
|
-
readonly
|
|
569
|
-
|
|
570
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
925
|
+
readonly autocomplete: {
|
|
926
|
+
readonly type: import("vue").PropType<string>;
|
|
571
927
|
readonly required: false;
|
|
572
928
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
573
929
|
__epPropKey: true;
|
|
930
|
+
} & {
|
|
931
|
+
readonly default: "off";
|
|
574
932
|
};
|
|
575
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
576
|
-
minRows?: number;
|
|
577
|
-
maxRows?: number;
|
|
578
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
579
|
-
minRows?: number;
|
|
580
|
-
maxRows?: number;
|
|
581
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
582
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
583
933
|
readonly formatter: {
|
|
584
934
|
readonly type: import("vue").PropType<Function>;
|
|
585
935
|
readonly required: false;
|
|
@@ -609,23 +959,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
609
959
|
readonly showPassword: BooleanConstructor;
|
|
610
960
|
readonly showWordLimit: BooleanConstructor;
|
|
611
961
|
readonly suffixIcon: {
|
|
612
|
-
readonly type: import("vue").PropType<
|
|
962
|
+
readonly type: import("vue").PropType<unknown>;
|
|
613
963
|
readonly required: false;
|
|
614
964
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
615
965
|
__epPropKey: true;
|
|
616
966
|
};
|
|
617
967
|
readonly prefixIcon: {
|
|
618
|
-
readonly type: import("vue").PropType<
|
|
968
|
+
readonly type: import("vue").PropType<unknown>;
|
|
969
|
+
readonly required: false;
|
|
970
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
971
|
+
__epPropKey: true;
|
|
972
|
+
};
|
|
973
|
+
readonly containerRole: {
|
|
974
|
+
readonly type: import("vue").PropType<string>;
|
|
975
|
+
readonly required: false;
|
|
976
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
977
|
+
__epPropKey: true;
|
|
978
|
+
} & {
|
|
979
|
+
readonly default: undefined;
|
|
980
|
+
};
|
|
981
|
+
readonly tabindex: {
|
|
982
|
+
readonly type: import("vue").PropType<string | number>;
|
|
983
|
+
readonly required: false;
|
|
984
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
985
|
+
__epPropKey: true;
|
|
986
|
+
} & {
|
|
987
|
+
readonly default: 0;
|
|
988
|
+
};
|
|
989
|
+
readonly validateEvent: {
|
|
990
|
+
readonly type: import("vue").PropType<boolean>;
|
|
619
991
|
readonly required: false;
|
|
620
992
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
621
993
|
__epPropKey: true;
|
|
994
|
+
} & {
|
|
995
|
+
readonly default: true;
|
|
996
|
+
};
|
|
997
|
+
readonly inputStyle: {
|
|
998
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
999
|
+
readonly required: false;
|
|
1000
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1001
|
+
__epPropKey: true;
|
|
1002
|
+
} & {
|
|
1003
|
+
readonly default: () => {};
|
|
622
1004
|
};
|
|
623
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
624
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
625
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
626
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
627
1005
|
readonly autofocus: BooleanConstructor;
|
|
628
|
-
readonly rows:
|
|
1006
|
+
readonly rows: {
|
|
1007
|
+
readonly type: import("vue").PropType<number>;
|
|
1008
|
+
readonly required: false;
|
|
1009
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1010
|
+
__epPropKey: true;
|
|
1011
|
+
} & {
|
|
1012
|
+
readonly default: 2;
|
|
1013
|
+
};
|
|
629
1014
|
}>> & {
|
|
630
1015
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
631
1016
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -668,13 +1053,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
668
1053
|
readonly disabled: boolean;
|
|
669
1054
|
readonly id: string;
|
|
670
1055
|
readonly type: string;
|
|
671
|
-
readonly modelValue:
|
|
672
|
-
readonly tabindex:
|
|
1056
|
+
readonly modelValue: string | number;
|
|
1057
|
+
readonly tabindex: string | number;
|
|
673
1058
|
readonly readonly: boolean;
|
|
674
1059
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
675
1060
|
readonly autocomplete: string;
|
|
676
1061
|
readonly containerRole: string;
|
|
677
|
-
readonly validateEvent:
|
|
1062
|
+
readonly validateEvent: boolean;
|
|
678
1063
|
readonly inputStyle: import("vue").StyleValue;
|
|
679
1064
|
readonly rows: number;
|
|
680
1065
|
readonly clearable: boolean;
|
|
@@ -688,18 +1073,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
688
1073
|
suffix?(_: {}): any;
|
|
689
1074
|
append?(_: {}): any;
|
|
690
1075
|
};
|
|
691
|
-
})
|
|
692
|
-
ElButtonGroup:
|
|
1076
|
+
}) & import("vue").Plugin;
|
|
1077
|
+
readonly ElButtonGroup: {
|
|
693
1078
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
694
1079
|
readonly size: {
|
|
695
|
-
readonly type: import("vue").PropType<
|
|
1080
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
696
1081
|
readonly required: false;
|
|
697
1082
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
698
1083
|
__epPropKey: true;
|
|
699
1084
|
};
|
|
700
|
-
readonly type:
|
|
1085
|
+
readonly type: {
|
|
1086
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1087
|
+
readonly required: false;
|
|
1088
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1089
|
+
__epPropKey: true;
|
|
1090
|
+
} & {
|
|
1091
|
+
readonly default: "";
|
|
1092
|
+
};
|
|
701
1093
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
702
|
-
readonly type:
|
|
1094
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
703
1095
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
704
1096
|
P: {};
|
|
705
1097
|
B: {};
|
|
@@ -709,69 +1101,132 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
709
1101
|
Defaults: {};
|
|
710
1102
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
711
1103
|
readonly size: {
|
|
712
|
-
readonly type: import("vue").PropType<
|
|
1104
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1105
|
+
readonly required: false;
|
|
1106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1107
|
+
__epPropKey: true;
|
|
1108
|
+
};
|
|
1109
|
+
readonly type: {
|
|
1110
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
713
1111
|
readonly required: false;
|
|
714
1112
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
715
1113
|
__epPropKey: true;
|
|
1114
|
+
} & {
|
|
1115
|
+
readonly default: "";
|
|
716
1116
|
};
|
|
717
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
718
1117
|
}>>, {}, {}, {}, {}, {
|
|
719
|
-
readonly type:
|
|
1118
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
720
1119
|
}>;
|
|
721
1120
|
__isFragment?: never;
|
|
722
1121
|
__isTeleport?: never;
|
|
723
1122
|
__isSuspense?: never;
|
|
724
1123
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
725
1124
|
readonly size: {
|
|
726
|
-
readonly type: import("vue").PropType<
|
|
1125
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
727
1126
|
readonly required: false;
|
|
728
1127
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
729
1128
|
__epPropKey: true;
|
|
730
1129
|
};
|
|
731
|
-
readonly type:
|
|
1130
|
+
readonly type: {
|
|
1131
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1132
|
+
readonly required: false;
|
|
1133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1134
|
+
__epPropKey: true;
|
|
1135
|
+
} & {
|
|
1136
|
+
readonly default: "";
|
|
1137
|
+
};
|
|
732
1138
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
733
|
-
readonly type:
|
|
1139
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
734
1140
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
735
1141
|
$slots: {
|
|
736
1142
|
default?(_: {}): any;
|
|
737
1143
|
};
|
|
738
|
-
})
|
|
739
|
-
ElButton:
|
|
1144
|
+
}) & import("vue").Plugin;
|
|
1145
|
+
readonly ElButton: ({
|
|
740
1146
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
741
1147
|
readonly size: {
|
|
742
|
-
readonly type: import("vue").PropType<
|
|
1148
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
743
1149
|
readonly required: false;
|
|
744
1150
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
745
1151
|
__epPropKey: true;
|
|
746
1152
|
};
|
|
747
1153
|
readonly disabled: BooleanConstructor;
|
|
748
|
-
readonly type:
|
|
1154
|
+
readonly type: {
|
|
1155
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1156
|
+
readonly required: false;
|
|
1157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1158
|
+
__epPropKey: true;
|
|
1159
|
+
} & {
|
|
1160
|
+
readonly default: "";
|
|
1161
|
+
};
|
|
749
1162
|
readonly icon: {
|
|
750
|
-
readonly type: import("vue").PropType<
|
|
1163
|
+
readonly type: import("vue").PropType<unknown>;
|
|
751
1164
|
readonly required: false;
|
|
752
1165
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
753
1166
|
__epPropKey: true;
|
|
754
1167
|
};
|
|
755
|
-
readonly nativeType:
|
|
1168
|
+
readonly nativeType: {
|
|
1169
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
1170
|
+
readonly required: false;
|
|
1171
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1172
|
+
__epPropKey: true;
|
|
1173
|
+
} & {
|
|
1174
|
+
readonly default: "button";
|
|
1175
|
+
};
|
|
756
1176
|
readonly loading: BooleanConstructor;
|
|
757
|
-
readonly loadingIcon:
|
|
758
|
-
|
|
1177
|
+
readonly loadingIcon: {
|
|
1178
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1179
|
+
readonly required: false;
|
|
1180
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1181
|
+
__epPropKey: true;
|
|
1182
|
+
} & {
|
|
1183
|
+
readonly default: () => any;
|
|
1184
|
+
};
|
|
1185
|
+
readonly plain: {
|
|
1186
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1187
|
+
readonly required: false;
|
|
1188
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1189
|
+
__epPropKey: true;
|
|
1190
|
+
} & {
|
|
1191
|
+
readonly default: undefined;
|
|
1192
|
+
};
|
|
759
1193
|
readonly text: BooleanConstructor;
|
|
760
1194
|
readonly link: BooleanConstructor;
|
|
761
1195
|
readonly bg: BooleanConstructor;
|
|
762
1196
|
readonly autofocus: BooleanConstructor;
|
|
763
|
-
readonly round:
|
|
1197
|
+
readonly round: {
|
|
1198
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1199
|
+
readonly required: false;
|
|
1200
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1201
|
+
__epPropKey: true;
|
|
1202
|
+
} & {
|
|
1203
|
+
readonly default: undefined;
|
|
1204
|
+
};
|
|
764
1205
|
readonly circle: BooleanConstructor;
|
|
765
1206
|
readonly color: StringConstructor;
|
|
766
1207
|
readonly dark: BooleanConstructor;
|
|
767
|
-
readonly autoInsertSpace:
|
|
768
|
-
|
|
1208
|
+
readonly autoInsertSpace: {
|
|
1209
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1210
|
+
readonly required: false;
|
|
1211
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1212
|
+
__epPropKey: true;
|
|
1213
|
+
} & {
|
|
1214
|
+
readonly default: undefined;
|
|
1215
|
+
};
|
|
1216
|
+
readonly tag: {
|
|
1217
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1218
|
+
readonly required: false;
|
|
1219
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1220
|
+
__epPropKey: true;
|
|
1221
|
+
} & {
|
|
1222
|
+
readonly default: "button";
|
|
1223
|
+
};
|
|
769
1224
|
}>> & {
|
|
770
1225
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
771
1226
|
}, {
|
|
772
1227
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
773
1228
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
774
|
-
type: import("vue").ComputedRef<
|
|
1229
|
+
type: import("vue").ComputedRef<string>;
|
|
775
1230
|
disabled: import("vue").ComputedRef<boolean>;
|
|
776
1231
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
777
1232
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -783,15 +1238,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
783
1238
|
readonly disabled: boolean;
|
|
784
1239
|
readonly round: boolean;
|
|
785
1240
|
readonly dark: boolean;
|
|
786
|
-
readonly type:
|
|
1241
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
787
1242
|
readonly bg: boolean;
|
|
788
1243
|
readonly loading: boolean;
|
|
789
1244
|
readonly autofocus: boolean;
|
|
790
|
-
readonly tag:
|
|
1245
|
+
readonly tag: unknown;
|
|
791
1246
|
readonly plain: boolean;
|
|
792
|
-
readonly
|
|
793
|
-
readonly
|
|
794
|
-
readonly
|
|
1247
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
1248
|
+
readonly loadingIcon: unknown;
|
|
1249
|
+
readonly autoInsertSpace: boolean;
|
|
795
1250
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
796
1251
|
P: {};
|
|
797
1252
|
B: {};
|
|
@@ -801,39 +1256,88 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
801
1256
|
Defaults: {};
|
|
802
1257
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
803
1258
|
readonly size: {
|
|
804
|
-
readonly type: import("vue").PropType<
|
|
1259
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
805
1260
|
readonly required: false;
|
|
806
1261
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
807
1262
|
__epPropKey: true;
|
|
808
1263
|
};
|
|
809
1264
|
readonly disabled: BooleanConstructor;
|
|
810
|
-
readonly type:
|
|
1265
|
+
readonly type: {
|
|
1266
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1267
|
+
readonly required: false;
|
|
1268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1269
|
+
__epPropKey: true;
|
|
1270
|
+
} & {
|
|
1271
|
+
readonly default: "";
|
|
1272
|
+
};
|
|
811
1273
|
readonly icon: {
|
|
812
|
-
readonly type: import("vue").PropType<
|
|
1274
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1275
|
+
readonly required: false;
|
|
1276
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1277
|
+
__epPropKey: true;
|
|
1278
|
+
};
|
|
1279
|
+
readonly nativeType: {
|
|
1280
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
813
1281
|
readonly required: false;
|
|
814
1282
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
815
1283
|
__epPropKey: true;
|
|
1284
|
+
} & {
|
|
1285
|
+
readonly default: "button";
|
|
816
1286
|
};
|
|
817
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
818
1287
|
readonly loading: BooleanConstructor;
|
|
819
|
-
readonly loadingIcon:
|
|
820
|
-
|
|
1288
|
+
readonly loadingIcon: {
|
|
1289
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1290
|
+
readonly required: false;
|
|
1291
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1292
|
+
__epPropKey: true;
|
|
1293
|
+
} & {
|
|
1294
|
+
readonly default: () => any;
|
|
1295
|
+
};
|
|
1296
|
+
readonly plain: {
|
|
1297
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1298
|
+
readonly required: false;
|
|
1299
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1300
|
+
__epPropKey: true;
|
|
1301
|
+
} & {
|
|
1302
|
+
readonly default: undefined;
|
|
1303
|
+
};
|
|
821
1304
|
readonly text: BooleanConstructor;
|
|
822
1305
|
readonly link: BooleanConstructor;
|
|
823
1306
|
readonly bg: BooleanConstructor;
|
|
824
1307
|
readonly autofocus: BooleanConstructor;
|
|
825
|
-
readonly round:
|
|
1308
|
+
readonly round: {
|
|
1309
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1310
|
+
readonly required: false;
|
|
1311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1312
|
+
__epPropKey: true;
|
|
1313
|
+
} & {
|
|
1314
|
+
readonly default: undefined;
|
|
1315
|
+
};
|
|
826
1316
|
readonly circle: BooleanConstructor;
|
|
827
1317
|
readonly color: StringConstructor;
|
|
828
1318
|
readonly dark: BooleanConstructor;
|
|
829
|
-
readonly autoInsertSpace:
|
|
830
|
-
|
|
1319
|
+
readonly autoInsertSpace: {
|
|
1320
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1321
|
+
readonly required: false;
|
|
1322
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1323
|
+
__epPropKey: true;
|
|
1324
|
+
} & {
|
|
1325
|
+
readonly default: undefined;
|
|
1326
|
+
};
|
|
1327
|
+
readonly tag: {
|
|
1328
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1329
|
+
readonly required: false;
|
|
1330
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1331
|
+
__epPropKey: true;
|
|
1332
|
+
} & {
|
|
1333
|
+
readonly default: "button";
|
|
1334
|
+
};
|
|
831
1335
|
}>> & {
|
|
832
1336
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
833
1337
|
}, {
|
|
834
1338
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
835
1339
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
836
|
-
type: import("vue").ComputedRef<
|
|
1340
|
+
type: import("vue").ComputedRef<string>;
|
|
837
1341
|
disabled: import("vue").ComputedRef<boolean>;
|
|
838
1342
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
839
1343
|
}, {}, {}, {}, {
|
|
@@ -843,54 +1347,103 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
843
1347
|
readonly disabled: boolean;
|
|
844
1348
|
readonly round: boolean;
|
|
845
1349
|
readonly dark: boolean;
|
|
846
|
-
readonly type:
|
|
1350
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
847
1351
|
readonly bg: boolean;
|
|
848
1352
|
readonly loading: boolean;
|
|
849
1353
|
readonly autofocus: boolean;
|
|
850
|
-
readonly tag:
|
|
1354
|
+
readonly tag: unknown;
|
|
851
1355
|
readonly plain: boolean;
|
|
852
|
-
readonly
|
|
853
|
-
readonly
|
|
854
|
-
readonly
|
|
1356
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
1357
|
+
readonly loadingIcon: unknown;
|
|
1358
|
+
readonly autoInsertSpace: boolean;
|
|
855
1359
|
}>;
|
|
856
1360
|
__isFragment?: never;
|
|
857
1361
|
__isTeleport?: never;
|
|
858
1362
|
__isSuspense?: never;
|
|
859
1363
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
860
1364
|
readonly size: {
|
|
861
|
-
readonly type: import("vue").PropType<
|
|
1365
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
862
1366
|
readonly required: false;
|
|
863
1367
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
864
1368
|
__epPropKey: true;
|
|
865
1369
|
};
|
|
866
1370
|
readonly disabled: BooleanConstructor;
|
|
867
|
-
readonly type:
|
|
1371
|
+
readonly type: {
|
|
1372
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1373
|
+
readonly required: false;
|
|
1374
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1375
|
+
__epPropKey: true;
|
|
1376
|
+
} & {
|
|
1377
|
+
readonly default: "";
|
|
1378
|
+
};
|
|
868
1379
|
readonly icon: {
|
|
869
|
-
readonly type: import("vue").PropType<
|
|
1380
|
+
readonly type: import("vue").PropType<unknown>;
|
|
870
1381
|
readonly required: false;
|
|
871
1382
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
872
1383
|
__epPropKey: true;
|
|
873
1384
|
};
|
|
874
|
-
readonly nativeType:
|
|
1385
|
+
readonly nativeType: {
|
|
1386
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
1387
|
+
readonly required: false;
|
|
1388
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1389
|
+
__epPropKey: true;
|
|
1390
|
+
} & {
|
|
1391
|
+
readonly default: "button";
|
|
1392
|
+
};
|
|
875
1393
|
readonly loading: BooleanConstructor;
|
|
876
|
-
readonly loadingIcon:
|
|
877
|
-
|
|
1394
|
+
readonly loadingIcon: {
|
|
1395
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1396
|
+
readonly required: false;
|
|
1397
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1398
|
+
__epPropKey: true;
|
|
1399
|
+
} & {
|
|
1400
|
+
readonly default: () => any;
|
|
1401
|
+
};
|
|
1402
|
+
readonly plain: {
|
|
1403
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1404
|
+
readonly required: false;
|
|
1405
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1406
|
+
__epPropKey: true;
|
|
1407
|
+
} & {
|
|
1408
|
+
readonly default: undefined;
|
|
1409
|
+
};
|
|
878
1410
|
readonly text: BooleanConstructor;
|
|
879
1411
|
readonly link: BooleanConstructor;
|
|
880
1412
|
readonly bg: BooleanConstructor;
|
|
881
1413
|
readonly autofocus: BooleanConstructor;
|
|
882
|
-
readonly round:
|
|
1414
|
+
readonly round: {
|
|
1415
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1416
|
+
readonly required: false;
|
|
1417
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1418
|
+
__epPropKey: true;
|
|
1419
|
+
} & {
|
|
1420
|
+
readonly default: undefined;
|
|
1421
|
+
};
|
|
883
1422
|
readonly circle: BooleanConstructor;
|
|
884
1423
|
readonly color: StringConstructor;
|
|
885
1424
|
readonly dark: BooleanConstructor;
|
|
886
|
-
readonly autoInsertSpace:
|
|
887
|
-
|
|
1425
|
+
readonly autoInsertSpace: {
|
|
1426
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1427
|
+
readonly required: false;
|
|
1428
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1429
|
+
__epPropKey: true;
|
|
1430
|
+
} & {
|
|
1431
|
+
readonly default: undefined;
|
|
1432
|
+
};
|
|
1433
|
+
readonly tag: {
|
|
1434
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1435
|
+
readonly required: false;
|
|
1436
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1437
|
+
__epPropKey: true;
|
|
1438
|
+
} & {
|
|
1439
|
+
readonly default: "button";
|
|
1440
|
+
};
|
|
888
1441
|
}>> & {
|
|
889
1442
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
890
1443
|
}, {
|
|
891
1444
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
892
1445
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
893
|
-
type: import("vue").ComputedRef<
|
|
1446
|
+
type: import("vue").ComputedRef<string>;
|
|
894
1447
|
disabled: import("vue").ComputedRef<boolean>;
|
|
895
1448
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
896
1449
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -902,33 +1455,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
902
1455
|
readonly disabled: boolean;
|
|
903
1456
|
readonly round: boolean;
|
|
904
1457
|
readonly dark: boolean;
|
|
905
|
-
readonly type:
|
|
1458
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
906
1459
|
readonly bg: boolean;
|
|
907
1460
|
readonly loading: boolean;
|
|
908
1461
|
readonly autofocus: boolean;
|
|
909
|
-
readonly tag:
|
|
1462
|
+
readonly tag: unknown;
|
|
910
1463
|
readonly plain: boolean;
|
|
911
|
-
readonly
|
|
912
|
-
readonly
|
|
913
|
-
readonly
|
|
1464
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
1465
|
+
readonly loadingIcon: unknown;
|
|
1466
|
+
readonly autoInsertSpace: boolean;
|
|
914
1467
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
915
1468
|
$slots: {
|
|
916
1469
|
loading?(_: {}): any;
|
|
917
1470
|
icon?(_: {}): any;
|
|
918
1471
|
default?(_: {}): any;
|
|
919
1472
|
};
|
|
920
|
-
})
|
|
1473
|
+
}) & import("vue").Plugin) & {
|
|
921
1474
|
ButtonGroup: {
|
|
922
1475
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
923
1476
|
readonly size: {
|
|
924
|
-
readonly type: import("vue").PropType<
|
|
1477
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
925
1478
|
readonly required: false;
|
|
926
1479
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
927
1480
|
__epPropKey: true;
|
|
928
1481
|
};
|
|
929
|
-
readonly type:
|
|
1482
|
+
readonly type: {
|
|
1483
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1484
|
+
readonly required: false;
|
|
1485
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1486
|
+
__epPropKey: true;
|
|
1487
|
+
} & {
|
|
1488
|
+
readonly default: "";
|
|
1489
|
+
};
|
|
930
1490
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
931
|
-
readonly type:
|
|
1491
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
932
1492
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
933
1493
|
P: {};
|
|
934
1494
|
B: {};
|
|
@@ -938,38 +1498,52 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
938
1498
|
Defaults: {};
|
|
939
1499
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
940
1500
|
readonly size: {
|
|
941
|
-
readonly type: import("vue").PropType<
|
|
1501
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1502
|
+
readonly required: false;
|
|
1503
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1504
|
+
__epPropKey: true;
|
|
1505
|
+
};
|
|
1506
|
+
readonly type: {
|
|
1507
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
942
1508
|
readonly required: false;
|
|
943
1509
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
944
1510
|
__epPropKey: true;
|
|
1511
|
+
} & {
|
|
1512
|
+
readonly default: "";
|
|
945
1513
|
};
|
|
946
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
947
1514
|
}>>, {}, {}, {}, {}, {
|
|
948
|
-
readonly type:
|
|
1515
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
949
1516
|
}>;
|
|
950
1517
|
__isFragment?: never;
|
|
951
1518
|
__isTeleport?: never;
|
|
952
1519
|
__isSuspense?: never;
|
|
953
1520
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
954
1521
|
readonly size: {
|
|
955
|
-
readonly type: import("vue").PropType<
|
|
1522
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
956
1523
|
readonly required: false;
|
|
957
1524
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
958
1525
|
__epPropKey: true;
|
|
959
1526
|
};
|
|
960
|
-
readonly type:
|
|
1527
|
+
readonly type: {
|
|
1528
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1529
|
+
readonly required: false;
|
|
1530
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1531
|
+
__epPropKey: true;
|
|
1532
|
+
} & {
|
|
1533
|
+
readonly default: "";
|
|
1534
|
+
};
|
|
961
1535
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
962
|
-
readonly type:
|
|
1536
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
963
1537
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
964
1538
|
$slots: {
|
|
965
1539
|
default?(_: {}): any;
|
|
966
1540
|
};
|
|
967
1541
|
});
|
|
968
1542
|
};
|
|
969
|
-
ElIcon:
|
|
1543
|
+
readonly ElIcon: {
|
|
970
1544
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
971
1545
|
readonly size: {
|
|
972
|
-
readonly type: import("vue").PropType<
|
|
1546
|
+
readonly type: import("vue").PropType<string | number>;
|
|
973
1547
|
readonly required: false;
|
|
974
1548
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
975
1549
|
__epPropKey: true;
|
|
@@ -989,7 +1563,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
989
1563
|
Defaults: {};
|
|
990
1564
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
991
1565
|
readonly size: {
|
|
992
|
-
readonly type: import("vue").PropType<
|
|
1566
|
+
readonly type: import("vue").PropType<string | number>;
|
|
993
1567
|
readonly required: false;
|
|
994
1568
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
995
1569
|
__epPropKey: true;
|
|
@@ -1006,7 +1580,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1006
1580
|
__isSuspense?: never;
|
|
1007
1581
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1008
1582
|
readonly size: {
|
|
1009
|
-
readonly type: import("vue").PropType<
|
|
1583
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1010
1584
|
readonly required: false;
|
|
1011
1585
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1012
1586
|
__epPropKey: true;
|
|
@@ -1021,9 +1595,160 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1021
1595
|
$slots: {
|
|
1022
1596
|
default?(_: {}): any;
|
|
1023
1597
|
};
|
|
1024
|
-
})
|
|
1025
|
-
|
|
1026
|
-
}, {
|
|
1027
|
-
|
|
1028
|
-
|
|
1598
|
+
}) & import("vue").Plugin;
|
|
1599
|
+
readonly Status: typeof Status;
|
|
1600
|
+
readonly SuccessFilled: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1601
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1602
|
+
'update:file': any;
|
|
1603
|
+
'update:fileStatus': any;
|
|
1604
|
+
success: (file: FileInfo) => FileInfo;
|
|
1605
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1606
|
+
chunkSize: {
|
|
1607
|
+
type: NumberConstructor;
|
|
1608
|
+
default: number;
|
|
1609
|
+
};
|
|
1610
|
+
dictId: {
|
|
1611
|
+
type: StringConstructor;
|
|
1612
|
+
default: string;
|
|
1613
|
+
};
|
|
1614
|
+
url: {
|
|
1615
|
+
type: StringConstructor;
|
|
1616
|
+
default: string;
|
|
1617
|
+
};
|
|
1618
|
+
accept: {
|
|
1619
|
+
type: StringConstructor;
|
|
1620
|
+
default: string;
|
|
1621
|
+
};
|
|
1622
|
+
fileServiceType: {
|
|
1623
|
+
type: import("vue").PropType<import("./types").FileServiceType>;
|
|
1624
|
+
default: any;
|
|
1625
|
+
};
|
|
1626
|
+
file: {
|
|
1627
|
+
type: import("vue").PropType<File>;
|
|
1628
|
+
default: any;
|
|
1629
|
+
};
|
|
1630
|
+
fileStatus: {
|
|
1631
|
+
type: import("vue").PropType<Status>;
|
|
1632
|
+
default: any;
|
|
1633
|
+
};
|
|
1634
|
+
required: {
|
|
1635
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1636
|
+
readonly required: false;
|
|
1637
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1638
|
+
__epPropKey: true;
|
|
1639
|
+
} & {
|
|
1640
|
+
readonly default: undefined;
|
|
1641
|
+
};
|
|
1642
|
+
formItemSize: {
|
|
1643
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
1644
|
+
default: "default" | "small" | "large";
|
|
1645
|
+
};
|
|
1646
|
+
formItemSlots: {
|
|
1647
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
1648
|
+
default: any;
|
|
1649
|
+
};
|
|
1650
|
+
elRef: {
|
|
1651
|
+
type: import("vue").PropType<any>;
|
|
1652
|
+
required: boolean;
|
|
1653
|
+
};
|
|
1654
|
+
inline: {
|
|
1655
|
+
type: BooleanConstructor;
|
|
1656
|
+
default: boolean;
|
|
1657
|
+
};
|
|
1658
|
+
readonly: {
|
|
1659
|
+
type: BooleanConstructor;
|
|
1660
|
+
default: any;
|
|
1661
|
+
};
|
|
1662
|
+
formItemTip: {
|
|
1663
|
+
type: StringConstructor;
|
|
1664
|
+
default: any;
|
|
1665
|
+
};
|
|
1666
|
+
formItemTipClass: any;
|
|
1667
|
+
labelTip: {
|
|
1668
|
+
type: StringConstructor;
|
|
1669
|
+
default: any;
|
|
1670
|
+
};
|
|
1671
|
+
information: {
|
|
1672
|
+
type: BooleanConstructor;
|
|
1673
|
+
default: boolean;
|
|
1674
|
+
};
|
|
1675
|
+
label: StringConstructor;
|
|
1676
|
+
labelWidth: {
|
|
1677
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1678
|
+
readonly required: false;
|
|
1679
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1680
|
+
__epPropKey: true;
|
|
1681
|
+
} & {
|
|
1682
|
+
readonly default: "";
|
|
1683
|
+
};
|
|
1684
|
+
labelPosition: {
|
|
1685
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
1686
|
+
readonly required: false;
|
|
1687
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1688
|
+
__epPropKey: true;
|
|
1689
|
+
} & {
|
|
1690
|
+
readonly default: "";
|
|
1691
|
+
};
|
|
1692
|
+
prop: {
|
|
1693
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
1694
|
+
readonly required: false;
|
|
1695
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1696
|
+
__epPropKey: true;
|
|
1697
|
+
};
|
|
1698
|
+
rules: {
|
|
1699
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1700
|
+
readonly required: false;
|
|
1701
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1702
|
+
__epPropKey: true;
|
|
1703
|
+
};
|
|
1704
|
+
error: StringConstructor;
|
|
1705
|
+
validateStatus: {
|
|
1706
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
1707
|
+
readonly required: false;
|
|
1708
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1709
|
+
__epPropKey: true;
|
|
1710
|
+
};
|
|
1711
|
+
for: StringConstructor;
|
|
1712
|
+
inlineMessage: {
|
|
1713
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
1714
|
+
readonly required: false;
|
|
1715
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1716
|
+
__epPropKey: true;
|
|
1717
|
+
} & {
|
|
1718
|
+
readonly default: "";
|
|
1719
|
+
};
|
|
1720
|
+
showMessage: {
|
|
1721
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1722
|
+
readonly required: false;
|
|
1723
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1724
|
+
__epPropKey: true;
|
|
1725
|
+
} & {
|
|
1726
|
+
readonly default: true;
|
|
1727
|
+
};
|
|
1728
|
+
}>> & Readonly<{
|
|
1729
|
+
onSuccess?: (file: FileInfo) => any;
|
|
1730
|
+
"onUpdate:fileStatus"?: (...args: any[] | unknown[]) => any;
|
|
1731
|
+
"onUpdate:file"?: (...args: any[] | unknown[]) => any;
|
|
1732
|
+
}>, {
|
|
1733
|
+
required: boolean;
|
|
1734
|
+
formItemSize: "default" | "small" | "large";
|
|
1735
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
1736
|
+
inline: boolean;
|
|
1737
|
+
readonly: boolean;
|
|
1738
|
+
formItemTip: string;
|
|
1739
|
+
formItemTipClass: any;
|
|
1740
|
+
labelTip: string;
|
|
1741
|
+
information: boolean;
|
|
1742
|
+
labelWidth: string | number;
|
|
1743
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
1744
|
+
inlineMessage: string | boolean;
|
|
1745
|
+
showMessage: boolean;
|
|
1746
|
+
accept: string;
|
|
1747
|
+
file: File;
|
|
1748
|
+
url: string;
|
|
1749
|
+
chunkSize: number;
|
|
1750
|
+
fileServiceType: import("./types").FileServiceType;
|
|
1751
|
+
fileStatus: Status;
|
|
1752
|
+
dictId: string;
|
|
1753
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1029
1754
|
export default _default;
|