@vunk/form 2.16.5 → 2.16.7
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/cascader/src/ctx.d.ts +1 -1
- package/components/cascader/src/index.vue.d.ts +7 -7
- package/components/date-picker/src/ctx.d.ts +1 -1
- package/components/date-picker/src/index.vue.d.ts +3 -3
- package/components/date-picker-range/src/ctx.d.ts +9 -9
- package/components/date-picker-range/src/index.vue.d.ts +19 -19
- package/components/form/src/ctx.d.ts +3 -3
- package/components/form/src/index.vue.d.ts +3 -1417
- package/components/input-tag/src/ctx.d.ts +1 -1
- package/components/input-tag/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +16 -9
- package/components/select/index.mjs +10 -3
- package/components/select/src/core.vue.d.ts +602 -98
- package/components/select/src/ctx.d.ts +193 -46
- package/components/select/src/index.vue.d.ts +392 -85
- package/components/van-cascader/src/index.vue.d.ts +3 -3
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +12 -11
- package/shared/element-plus/index.cjs +2 -132
- package/shared/element-plus/index.mjs +2 -130
- package/shared/element-plus/instances.d.ts +2 -99
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { ElOption } from 'element-plus';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
modelValue: any;
|
|
4
|
+
props: {
|
|
5
|
+
type: import("vue").PropType<{
|
|
6
|
+
label?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
disabled?: string;
|
|
9
|
+
options?: string;
|
|
10
|
+
}>;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
3
13
|
options: {
|
|
4
|
-
type: import("vue").PropType<import("@vunk/
|
|
14
|
+
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<typeof ElOption>[]>;
|
|
5
15
|
default: () => any[];
|
|
6
16
|
};
|
|
7
17
|
selectSlots: {
|
|
@@ -22,23 +32,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
32
|
type: StringConstructor;
|
|
23
33
|
default: string;
|
|
24
34
|
};
|
|
35
|
+
ariaLabel: StringConstructor;
|
|
36
|
+
emptyValues: ArrayConstructor;
|
|
37
|
+
valueOnClear: {
|
|
38
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
39
|
+
readonly required: false;
|
|
40
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
+
__epPropKey: true;
|
|
42
|
+
} & {
|
|
43
|
+
readonly default: undefined;
|
|
44
|
+
};
|
|
25
45
|
name: StringConstructor;
|
|
26
46
|
id: StringConstructor;
|
|
27
|
-
modelValue: {
|
|
28
|
-
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
|
|
29
|
-
default: any;
|
|
30
|
-
};
|
|
31
47
|
autocomplete: {
|
|
32
|
-
type:
|
|
33
|
-
|
|
48
|
+
readonly type: import("vue").PropType<string>;
|
|
49
|
+
readonly required: false;
|
|
50
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
+
__epPropKey: true;
|
|
52
|
+
} & {
|
|
53
|
+
readonly default: string;
|
|
34
54
|
};
|
|
35
55
|
automaticDropdown: BooleanConstructor;
|
|
36
56
|
size: {
|
|
37
|
-
type: import("vue").PropType<
|
|
57
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
58
|
+
readonly required: false;
|
|
59
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
+
__epPropKey: true;
|
|
38
61
|
};
|
|
39
62
|
effect: {
|
|
40
|
-
type: import("vue").PropType<"
|
|
41
|
-
|
|
63
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
64
|
+
readonly required: false;
|
|
65
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
|
+
__epPropKey: true;
|
|
67
|
+
} & {
|
|
68
|
+
readonly default: string;
|
|
42
69
|
};
|
|
43
70
|
disabled: BooleanConstructor;
|
|
44
71
|
clearable: BooleanConstructor;
|
|
@@ -46,36 +73,84 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
73
|
allowCreate: BooleanConstructor;
|
|
47
74
|
loading: BooleanConstructor;
|
|
48
75
|
popperClass: {
|
|
49
|
-
type:
|
|
50
|
-
|
|
76
|
+
readonly type: import("vue").PropType<string>;
|
|
77
|
+
readonly required: false;
|
|
78
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
|
+
__epPropKey: true;
|
|
80
|
+
} & {
|
|
81
|
+
readonly default: string;
|
|
82
|
+
};
|
|
83
|
+
popperStyle: {
|
|
84
|
+
readonly type: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
85
|
+
readonly required: false;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
+
__epPropKey: true;
|
|
88
|
+
};
|
|
89
|
+
popperOptions: {
|
|
90
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
91
|
+
readonly required: false;
|
|
92
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
|
+
__epPropKey: true;
|
|
94
|
+
} & {
|
|
95
|
+
readonly default: () => Partial<import("element-plus").Options>;
|
|
51
96
|
};
|
|
52
97
|
remote: BooleanConstructor;
|
|
53
98
|
loadingText: StringConstructor;
|
|
54
99
|
noMatchText: StringConstructor;
|
|
55
100
|
noDataText: StringConstructor;
|
|
56
|
-
remoteMethod:
|
|
57
|
-
|
|
101
|
+
remoteMethod: {
|
|
102
|
+
readonly type: import("vue").PropType<(query: string) => void>;
|
|
103
|
+
readonly required: false;
|
|
104
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
|
+
__epPropKey: true;
|
|
106
|
+
};
|
|
107
|
+
filterMethod: {
|
|
108
|
+
readonly type: import("vue").PropType<(query: string) => void>;
|
|
109
|
+
readonly required: false;
|
|
110
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
+
__epPropKey: true;
|
|
112
|
+
};
|
|
58
113
|
multiple: BooleanConstructor;
|
|
59
114
|
multipleLimit: {
|
|
60
|
-
type:
|
|
61
|
-
|
|
115
|
+
readonly type: import("vue").PropType<number>;
|
|
116
|
+
readonly required: false;
|
|
117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
+
__epPropKey: true;
|
|
119
|
+
} & {
|
|
120
|
+
readonly default: number;
|
|
62
121
|
};
|
|
63
122
|
placeholder: {
|
|
64
|
-
type:
|
|
123
|
+
readonly type: import("vue").PropType<string>;
|
|
124
|
+
readonly required: false;
|
|
125
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
|
+
__epPropKey: true;
|
|
65
127
|
};
|
|
66
128
|
defaultFirstOption: BooleanConstructor;
|
|
67
129
|
reserveKeyword: {
|
|
68
|
-
type:
|
|
69
|
-
|
|
130
|
+
readonly type: import("vue").PropType<boolean>;
|
|
131
|
+
readonly required: false;
|
|
132
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
|
+
__epPropKey: true;
|
|
134
|
+
} & {
|
|
135
|
+
readonly default: boolean;
|
|
70
136
|
};
|
|
71
137
|
valueKey: {
|
|
72
|
-
type:
|
|
73
|
-
|
|
138
|
+
readonly type: import("vue").PropType<string>;
|
|
139
|
+
readonly required: false;
|
|
140
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
|
+
__epPropKey: true;
|
|
142
|
+
} & {
|
|
143
|
+
readonly default: string;
|
|
74
144
|
};
|
|
75
145
|
collapseTags: BooleanConstructor;
|
|
76
|
-
collapseTagsTooltip:
|
|
77
|
-
|
|
78
|
-
|
|
146
|
+
collapseTagsTooltip: BooleanConstructor;
|
|
147
|
+
maxCollapseTags: {
|
|
148
|
+
readonly type: import("vue").PropType<number>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
} & {
|
|
153
|
+
readonly default: number;
|
|
79
154
|
};
|
|
80
155
|
teleported: {
|
|
81
156
|
readonly type: import("vue").PropType<boolean>;
|
|
@@ -86,20 +161,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
161
|
readonly default: true;
|
|
87
162
|
};
|
|
88
163
|
persistent: {
|
|
89
|
-
type:
|
|
90
|
-
|
|
164
|
+
readonly type: import("vue").PropType<boolean>;
|
|
165
|
+
readonly required: false;
|
|
166
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
|
+
__epPropKey: true;
|
|
168
|
+
} & {
|
|
169
|
+
readonly default: boolean;
|
|
91
170
|
};
|
|
92
171
|
clearIcon: {
|
|
93
|
-
type: import("vue").PropType<
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: boolean;
|
|
172
|
+
readonly type: import("vue").PropType<unknown>;
|
|
173
|
+
readonly required: false;
|
|
174
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
|
+
__epPropKey: true;
|
|
99
176
|
};
|
|
177
|
+
fitInputWidth: BooleanConstructor;
|
|
100
178
|
suffixIcon: {
|
|
101
|
-
type: import("vue").PropType<
|
|
102
|
-
|
|
179
|
+
readonly type: import("vue").PropType<unknown>;
|
|
180
|
+
readonly required: false;
|
|
181
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
+
__epPropKey: true;
|
|
103
183
|
};
|
|
104
184
|
tagType: {
|
|
105
185
|
default: string;
|
|
@@ -108,6 +188,68 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
188
|
validator: ((val: unknown) => boolean) | undefined;
|
|
109
189
|
__epPropKey: true;
|
|
110
190
|
};
|
|
191
|
+
tagEffect: {
|
|
192
|
+
default: string;
|
|
193
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
194
|
+
required: false;
|
|
195
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
196
|
+
__epPropKey: true;
|
|
197
|
+
};
|
|
198
|
+
validateEvent: {
|
|
199
|
+
readonly type: import("vue").PropType<boolean>;
|
|
200
|
+
readonly required: false;
|
|
201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
|
+
__epPropKey: true;
|
|
203
|
+
} & {
|
|
204
|
+
readonly default: boolean;
|
|
205
|
+
};
|
|
206
|
+
remoteShowSuffix: BooleanConstructor;
|
|
207
|
+
showArrow: {
|
|
208
|
+
readonly type: import("vue").PropType<boolean>;
|
|
209
|
+
readonly required: false;
|
|
210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
|
+
__epPropKey: true;
|
|
212
|
+
} & {
|
|
213
|
+
readonly default: boolean;
|
|
214
|
+
};
|
|
215
|
+
offset: {
|
|
216
|
+
readonly type: import("vue").PropType<number>;
|
|
217
|
+
readonly required: false;
|
|
218
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
|
+
__epPropKey: true;
|
|
220
|
+
} & {
|
|
221
|
+
readonly default: number;
|
|
222
|
+
};
|
|
223
|
+
placement: {
|
|
224
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
225
|
+
readonly required: false;
|
|
226
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
227
|
+
__epPropKey: true;
|
|
228
|
+
} & {
|
|
229
|
+
readonly default: string;
|
|
230
|
+
};
|
|
231
|
+
fallbackPlacements: {
|
|
232
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
233
|
+
readonly required: false;
|
|
234
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
|
+
__epPropKey: true;
|
|
236
|
+
} & {
|
|
237
|
+
readonly default: string[];
|
|
238
|
+
};
|
|
239
|
+
tabindex: {
|
|
240
|
+
readonly type: import("vue").PropType<string | number>;
|
|
241
|
+
readonly required: false;
|
|
242
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
243
|
+
__epPropKey: true;
|
|
244
|
+
} & {
|
|
245
|
+
readonly default: number;
|
|
246
|
+
};
|
|
247
|
+
appendTo: {
|
|
248
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
249
|
+
readonly required: false;
|
|
250
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
|
+
__epPropKey: true;
|
|
252
|
+
};
|
|
111
253
|
required: {
|
|
112
254
|
readonly type: import("vue").PropType<boolean>;
|
|
113
255
|
readonly required: false;
|
|
@@ -202,20 +344,213 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
202
344
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
203
345
|
selectBindProps: import("vue").ComputedRef<{
|
|
204
346
|
size: "" | "default" | "small" | "large";
|
|
347
|
+
showArrow: boolean;
|
|
205
348
|
id: string;
|
|
349
|
+
ariaLabel: string;
|
|
350
|
+
appendTo: string | HTMLElement;
|
|
206
351
|
persistent: boolean;
|
|
207
352
|
teleported: boolean;
|
|
208
|
-
effect:
|
|
353
|
+
effect: import("element-plus").PopperEffect;
|
|
209
354
|
popperClass: string;
|
|
355
|
+
popperStyle: string | import("vue").CSSProperties;
|
|
356
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
357
|
+
offset: number;
|
|
358
|
+
placement: import("element-plus").Placement;
|
|
359
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
210
360
|
name: string;
|
|
361
|
+
props: {
|
|
362
|
+
label?: string;
|
|
363
|
+
value?: string;
|
|
364
|
+
disabled?: string;
|
|
365
|
+
options?: string;
|
|
366
|
+
};
|
|
211
367
|
clearable: boolean;
|
|
212
368
|
multiple: boolean;
|
|
213
369
|
placeholder: string;
|
|
214
|
-
filterMethod:
|
|
370
|
+
filterMethod: (query: string) => void;
|
|
215
371
|
loading: boolean;
|
|
372
|
+
options: import("@vunk/shared").VueComponentPropsType<{
|
|
373
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
374
|
+
value: {
|
|
375
|
+
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
376
|
+
readonly required: true;
|
|
377
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
378
|
+
__epPropKey: true;
|
|
379
|
+
};
|
|
380
|
+
label: {
|
|
381
|
+
readonly type: import("vue").PropType<string | number>;
|
|
382
|
+
readonly required: false;
|
|
383
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
|
+
__epPropKey: true;
|
|
385
|
+
};
|
|
386
|
+
created: BooleanConstructor;
|
|
387
|
+
disabled: BooleanConstructor;
|
|
388
|
+
}>>, {
|
|
389
|
+
ns: {
|
|
390
|
+
namespace: import("vue").ComputedRef<string>;
|
|
391
|
+
b: (blockSuffix?: string) => string;
|
|
392
|
+
e: (element?: string) => string;
|
|
393
|
+
m: (modifier?: string) => string;
|
|
394
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
395
|
+
em: (element?: string, modifier?: string) => string;
|
|
396
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
397
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
398
|
+
is: {
|
|
399
|
+
(name: string, state: boolean | undefined): string;
|
|
400
|
+
(name: string): string;
|
|
401
|
+
};
|
|
402
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
403
|
+
cssVarName: (name: string) => string;
|
|
404
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
405
|
+
cssVarBlockName: (name: string) => string;
|
|
406
|
+
};
|
|
407
|
+
id: import("vue").Ref<string>;
|
|
408
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
409
|
+
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
410
|
+
itemSelected: import("vue").ComputedRef<boolean>;
|
|
411
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
412
|
+
select: import("element-plus").SelectContext;
|
|
413
|
+
visible: import("vue").Ref<boolean>;
|
|
414
|
+
hover: import("vue").Ref<boolean>;
|
|
415
|
+
states: {
|
|
416
|
+
index: number;
|
|
417
|
+
groupDisabled: boolean;
|
|
418
|
+
visible: boolean;
|
|
419
|
+
hover: boolean;
|
|
420
|
+
};
|
|
421
|
+
hoverItem: () => void;
|
|
422
|
+
updateOption: (query: string) => void;
|
|
423
|
+
selectOptionClick: () => void;
|
|
424
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
425
|
+
disabled: boolean;
|
|
426
|
+
created: boolean;
|
|
427
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
428
|
+
P: {};
|
|
429
|
+
B: {};
|
|
430
|
+
D: {};
|
|
431
|
+
C: {};
|
|
432
|
+
M: {};
|
|
433
|
+
Defaults: {};
|
|
434
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
435
|
+
value: {
|
|
436
|
+
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
437
|
+
readonly required: true;
|
|
438
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
+
__epPropKey: true;
|
|
440
|
+
};
|
|
441
|
+
label: {
|
|
442
|
+
readonly type: import("vue").PropType<string | number>;
|
|
443
|
+
readonly required: false;
|
|
444
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
+
__epPropKey: true;
|
|
446
|
+
};
|
|
447
|
+
created: BooleanConstructor;
|
|
448
|
+
disabled: BooleanConstructor;
|
|
449
|
+
}>>, {
|
|
450
|
+
ns: {
|
|
451
|
+
namespace: import("vue").ComputedRef<string>;
|
|
452
|
+
b: (blockSuffix?: string) => string;
|
|
453
|
+
e: (element?: string) => string;
|
|
454
|
+
m: (modifier?: string) => string;
|
|
455
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
456
|
+
em: (element?: string, modifier?: string) => string;
|
|
457
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
458
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
459
|
+
is: {
|
|
460
|
+
(name: string, state: boolean | undefined): string;
|
|
461
|
+
(name: string): string;
|
|
462
|
+
};
|
|
463
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
464
|
+
cssVarName: (name: string) => string;
|
|
465
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
466
|
+
cssVarBlockName: (name: string) => string;
|
|
467
|
+
};
|
|
468
|
+
id: import("vue").Ref<string>;
|
|
469
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
470
|
+
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
471
|
+
itemSelected: import("vue").ComputedRef<boolean>;
|
|
472
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
473
|
+
select: import("element-plus").SelectContext;
|
|
474
|
+
visible: import("vue").Ref<boolean>;
|
|
475
|
+
hover: import("vue").Ref<boolean>;
|
|
476
|
+
states: {
|
|
477
|
+
index: number;
|
|
478
|
+
groupDisabled: boolean;
|
|
479
|
+
visible: boolean;
|
|
480
|
+
hover: boolean;
|
|
481
|
+
};
|
|
482
|
+
hoverItem: () => void;
|
|
483
|
+
updateOption: (query: string) => void;
|
|
484
|
+
selectOptionClick: () => void;
|
|
485
|
+
}, {}, {}, {}, {
|
|
486
|
+
disabled: boolean;
|
|
487
|
+
created: boolean;
|
|
488
|
+
}>;
|
|
489
|
+
__isFragment?: never;
|
|
490
|
+
__isTeleport?: never;
|
|
491
|
+
__isSuspense?: never;
|
|
492
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
493
|
+
value: {
|
|
494
|
+
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
495
|
+
readonly required: true;
|
|
496
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
497
|
+
__epPropKey: true;
|
|
498
|
+
};
|
|
499
|
+
label: {
|
|
500
|
+
readonly type: import("vue").PropType<string | number>;
|
|
501
|
+
readonly required: false;
|
|
502
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
503
|
+
__epPropKey: true;
|
|
504
|
+
};
|
|
505
|
+
created: BooleanConstructor;
|
|
506
|
+
disabled: BooleanConstructor;
|
|
507
|
+
}>>, {
|
|
508
|
+
ns: {
|
|
509
|
+
namespace: import("vue").ComputedRef<string>;
|
|
510
|
+
b: (blockSuffix?: string) => string;
|
|
511
|
+
e: (element?: string) => string;
|
|
512
|
+
m: (modifier?: string) => string;
|
|
513
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
514
|
+
em: (element?: string, modifier?: string) => string;
|
|
515
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
516
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
517
|
+
is: {
|
|
518
|
+
(name: string, state: boolean | undefined): string;
|
|
519
|
+
(name: string): string;
|
|
520
|
+
};
|
|
521
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
522
|
+
cssVarName: (name: string) => string;
|
|
523
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
524
|
+
cssVarBlockName: (name: string) => string;
|
|
525
|
+
};
|
|
526
|
+
id: import("vue").Ref<string>;
|
|
527
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
528
|
+
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
529
|
+
itemSelected: import("vue").ComputedRef<boolean>;
|
|
530
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
531
|
+
select: import("element-plus").SelectContext;
|
|
532
|
+
visible: import("vue").Ref<boolean>;
|
|
533
|
+
hover: import("vue").Ref<boolean>;
|
|
534
|
+
states: {
|
|
535
|
+
index: number;
|
|
536
|
+
groupDisabled: boolean;
|
|
537
|
+
visible: boolean;
|
|
538
|
+
hover: boolean;
|
|
539
|
+
};
|
|
540
|
+
hoverItem: () => void;
|
|
541
|
+
updateOption: (query: string) => void;
|
|
542
|
+
selectOptionClick: () => void;
|
|
543
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
544
|
+
disabled: boolean;
|
|
545
|
+
created: boolean;
|
|
546
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin>[];
|
|
216
547
|
autocomplete: string;
|
|
217
|
-
clearIcon:
|
|
218
|
-
suffixIcon:
|
|
548
|
+
clearIcon: unknown;
|
|
549
|
+
suffixIcon: unknown;
|
|
550
|
+
tabindex: string | number;
|
|
551
|
+
validateEvent: boolean;
|
|
552
|
+
emptyValues: unknown[];
|
|
553
|
+
valueOnClear: string | number | boolean | Function;
|
|
219
554
|
automaticDropdown: boolean;
|
|
220
555
|
filterable: boolean;
|
|
221
556
|
allowCreate: boolean;
|
|
@@ -223,25 +558,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
223
558
|
loadingText: string;
|
|
224
559
|
noMatchText: string;
|
|
225
560
|
noDataText: string;
|
|
226
|
-
remoteMethod:
|
|
561
|
+
remoteMethod: (query: string) => void;
|
|
227
562
|
multipleLimit: number;
|
|
228
563
|
defaultFirstOption: boolean;
|
|
229
564
|
reserveKeyword: boolean;
|
|
230
565
|
valueKey: string;
|
|
231
566
|
collapseTags: boolean;
|
|
232
567
|
collapseTagsTooltip: boolean;
|
|
568
|
+
maxCollapseTags: number;
|
|
233
569
|
fitInputWidth: boolean;
|
|
234
570
|
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
571
|
+
tagEffect: "dark" | "light" | "plain";
|
|
572
|
+
remoteShowSuffix: boolean;
|
|
235
573
|
}>;
|
|
236
574
|
selectOnEmits: {
|
|
237
|
-
focus: (
|
|
238
|
-
clear: (
|
|
239
|
-
change: (
|
|
240
|
-
blur: (
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
|
|
244
|
-
|
|
575
|
+
focus: (visible: boolean) => void;
|
|
576
|
+
clear: (visible: boolean) => void;
|
|
577
|
+
change: (visible: boolean) => void;
|
|
578
|
+
blur: (visible: boolean) => void;
|
|
579
|
+
"popup-scroll": (visible: boolean) => void;
|
|
580
|
+
"remove-tag": (visible: boolean) => void;
|
|
581
|
+
"visible-change": (visible: boolean) => void;
|
|
582
|
+
};
|
|
583
|
+
selectOptions: import("vue").ComputedRef<(import("@vunk/shared").VueComponentPropsType<{
|
|
245
584
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
246
585
|
value: {
|
|
247
586
|
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
@@ -423,15 +762,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
423
762
|
theModelValue: import("vue").WritableComputedRef<any, any>;
|
|
424
763
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
425
764
|
'update:modelValue': any;
|
|
426
|
-
change:
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
765
|
+
change: (val: import("element-plus").SelectProps["modelValue"]) => boolean;
|
|
766
|
+
"popup-scroll": ({ scrollTop, scrollLeft, }: {
|
|
767
|
+
scrollTop: number;
|
|
768
|
+
scrollLeft: number;
|
|
769
|
+
}) => boolean;
|
|
770
|
+
"remove-tag": (val: unknown) => boolean;
|
|
771
|
+
"visible-change": (visible: boolean) => boolean;
|
|
772
|
+
focus: (evt: FocusEvent) => boolean;
|
|
773
|
+
blur: (evt: FocusEvent) => boolean;
|
|
774
|
+
clear: () => boolean;
|
|
432
775
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
776
|
+
modelValue: any;
|
|
777
|
+
props: {
|
|
778
|
+
type: import("vue").PropType<{
|
|
779
|
+
label?: string;
|
|
780
|
+
value?: string;
|
|
781
|
+
disabled?: string;
|
|
782
|
+
options?: string;
|
|
783
|
+
}>;
|
|
784
|
+
default: () => {};
|
|
785
|
+
};
|
|
433
786
|
options: {
|
|
434
|
-
type: import("vue").PropType<import("@vunk/
|
|
787
|
+
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<typeof ElOption>[]>;
|
|
435
788
|
default: () => any[];
|
|
436
789
|
};
|
|
437
790
|
selectSlots: {
|
|
@@ -452,23 +805,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
452
805
|
type: StringConstructor;
|
|
453
806
|
default: string;
|
|
454
807
|
};
|
|
808
|
+
ariaLabel: StringConstructor;
|
|
809
|
+
emptyValues: ArrayConstructor;
|
|
810
|
+
valueOnClear: {
|
|
811
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
812
|
+
readonly required: false;
|
|
813
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
814
|
+
__epPropKey: true;
|
|
815
|
+
} & {
|
|
816
|
+
readonly default: undefined;
|
|
817
|
+
};
|
|
455
818
|
name: StringConstructor;
|
|
456
819
|
id: StringConstructor;
|
|
457
|
-
modelValue: {
|
|
458
|
-
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
|
|
459
|
-
default: any;
|
|
460
|
-
};
|
|
461
820
|
autocomplete: {
|
|
462
|
-
type:
|
|
463
|
-
|
|
821
|
+
readonly type: import("vue").PropType<string>;
|
|
822
|
+
readonly required: false;
|
|
823
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
+
__epPropKey: true;
|
|
825
|
+
} & {
|
|
826
|
+
readonly default: string;
|
|
464
827
|
};
|
|
465
828
|
automaticDropdown: BooleanConstructor;
|
|
466
829
|
size: {
|
|
467
|
-
type: import("vue").PropType<
|
|
830
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
831
|
+
readonly required: false;
|
|
832
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
833
|
+
__epPropKey: true;
|
|
468
834
|
};
|
|
469
835
|
effect: {
|
|
470
|
-
type: import("vue").PropType<"
|
|
471
|
-
|
|
836
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
837
|
+
readonly required: false;
|
|
838
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
|
+
__epPropKey: true;
|
|
840
|
+
} & {
|
|
841
|
+
readonly default: string;
|
|
472
842
|
};
|
|
473
843
|
disabled: BooleanConstructor;
|
|
474
844
|
clearable: BooleanConstructor;
|
|
@@ -476,36 +846,84 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
476
846
|
allowCreate: BooleanConstructor;
|
|
477
847
|
loading: BooleanConstructor;
|
|
478
848
|
popperClass: {
|
|
479
|
-
type:
|
|
480
|
-
|
|
849
|
+
readonly type: import("vue").PropType<string>;
|
|
850
|
+
readonly required: false;
|
|
851
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
852
|
+
__epPropKey: true;
|
|
853
|
+
} & {
|
|
854
|
+
readonly default: string;
|
|
855
|
+
};
|
|
856
|
+
popperStyle: {
|
|
857
|
+
readonly type: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
858
|
+
readonly required: false;
|
|
859
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
860
|
+
__epPropKey: true;
|
|
861
|
+
};
|
|
862
|
+
popperOptions: {
|
|
863
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
864
|
+
readonly required: false;
|
|
865
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
866
|
+
__epPropKey: true;
|
|
867
|
+
} & {
|
|
868
|
+
readonly default: () => Partial<import("element-plus").Options>;
|
|
481
869
|
};
|
|
482
870
|
remote: BooleanConstructor;
|
|
483
871
|
loadingText: StringConstructor;
|
|
484
872
|
noMatchText: StringConstructor;
|
|
485
873
|
noDataText: StringConstructor;
|
|
486
|
-
remoteMethod:
|
|
487
|
-
|
|
874
|
+
remoteMethod: {
|
|
875
|
+
readonly type: import("vue").PropType<(query: string) => void>;
|
|
876
|
+
readonly required: false;
|
|
877
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
878
|
+
__epPropKey: true;
|
|
879
|
+
};
|
|
880
|
+
filterMethod: {
|
|
881
|
+
readonly type: import("vue").PropType<(query: string) => void>;
|
|
882
|
+
readonly required: false;
|
|
883
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
884
|
+
__epPropKey: true;
|
|
885
|
+
};
|
|
488
886
|
multiple: BooleanConstructor;
|
|
489
887
|
multipleLimit: {
|
|
490
|
-
type:
|
|
491
|
-
|
|
888
|
+
readonly type: import("vue").PropType<number>;
|
|
889
|
+
readonly required: false;
|
|
890
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
891
|
+
__epPropKey: true;
|
|
892
|
+
} & {
|
|
893
|
+
readonly default: number;
|
|
492
894
|
};
|
|
493
895
|
placeholder: {
|
|
494
|
-
type:
|
|
896
|
+
readonly type: import("vue").PropType<string>;
|
|
897
|
+
readonly required: false;
|
|
898
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
899
|
+
__epPropKey: true;
|
|
495
900
|
};
|
|
496
901
|
defaultFirstOption: BooleanConstructor;
|
|
497
902
|
reserveKeyword: {
|
|
498
|
-
type:
|
|
499
|
-
|
|
903
|
+
readonly type: import("vue").PropType<boolean>;
|
|
904
|
+
readonly required: false;
|
|
905
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
906
|
+
__epPropKey: true;
|
|
907
|
+
} & {
|
|
908
|
+
readonly default: boolean;
|
|
500
909
|
};
|
|
501
910
|
valueKey: {
|
|
502
|
-
type:
|
|
503
|
-
|
|
911
|
+
readonly type: import("vue").PropType<string>;
|
|
912
|
+
readonly required: false;
|
|
913
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
914
|
+
__epPropKey: true;
|
|
915
|
+
} & {
|
|
916
|
+
readonly default: string;
|
|
504
917
|
};
|
|
505
918
|
collapseTags: BooleanConstructor;
|
|
506
|
-
collapseTagsTooltip:
|
|
507
|
-
|
|
508
|
-
|
|
919
|
+
collapseTagsTooltip: BooleanConstructor;
|
|
920
|
+
maxCollapseTags: {
|
|
921
|
+
readonly type: import("vue").PropType<number>;
|
|
922
|
+
readonly required: false;
|
|
923
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
924
|
+
__epPropKey: true;
|
|
925
|
+
} & {
|
|
926
|
+
readonly default: number;
|
|
509
927
|
};
|
|
510
928
|
teleported: {
|
|
511
929
|
readonly type: import("vue").PropType<boolean>;
|
|
@@ -516,20 +934,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
516
934
|
readonly default: true;
|
|
517
935
|
};
|
|
518
936
|
persistent: {
|
|
519
|
-
type:
|
|
520
|
-
|
|
937
|
+
readonly type: import("vue").PropType<boolean>;
|
|
938
|
+
readonly required: false;
|
|
939
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
940
|
+
__epPropKey: true;
|
|
941
|
+
} & {
|
|
942
|
+
readonly default: boolean;
|
|
521
943
|
};
|
|
522
944
|
clearIcon: {
|
|
523
|
-
type: import("vue").PropType<
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
type: BooleanConstructor;
|
|
528
|
-
default: boolean;
|
|
945
|
+
readonly type: import("vue").PropType<unknown>;
|
|
946
|
+
readonly required: false;
|
|
947
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
|
+
__epPropKey: true;
|
|
529
949
|
};
|
|
950
|
+
fitInputWidth: BooleanConstructor;
|
|
530
951
|
suffixIcon: {
|
|
531
|
-
type: import("vue").PropType<
|
|
532
|
-
|
|
952
|
+
readonly type: import("vue").PropType<unknown>;
|
|
953
|
+
readonly required: false;
|
|
954
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
955
|
+
__epPropKey: true;
|
|
533
956
|
};
|
|
534
957
|
tagType: {
|
|
535
958
|
default: string;
|
|
@@ -538,6 +961,68 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
538
961
|
validator: ((val: unknown) => boolean) | undefined;
|
|
539
962
|
__epPropKey: true;
|
|
540
963
|
};
|
|
964
|
+
tagEffect: {
|
|
965
|
+
default: string;
|
|
966
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
967
|
+
required: false;
|
|
968
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
969
|
+
__epPropKey: true;
|
|
970
|
+
};
|
|
971
|
+
validateEvent: {
|
|
972
|
+
readonly type: import("vue").PropType<boolean>;
|
|
973
|
+
readonly required: false;
|
|
974
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
975
|
+
__epPropKey: true;
|
|
976
|
+
} & {
|
|
977
|
+
readonly default: boolean;
|
|
978
|
+
};
|
|
979
|
+
remoteShowSuffix: BooleanConstructor;
|
|
980
|
+
showArrow: {
|
|
981
|
+
readonly type: import("vue").PropType<boolean>;
|
|
982
|
+
readonly required: false;
|
|
983
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
984
|
+
__epPropKey: true;
|
|
985
|
+
} & {
|
|
986
|
+
readonly default: boolean;
|
|
987
|
+
};
|
|
988
|
+
offset: {
|
|
989
|
+
readonly type: import("vue").PropType<number>;
|
|
990
|
+
readonly required: false;
|
|
991
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
|
+
__epPropKey: true;
|
|
993
|
+
} & {
|
|
994
|
+
readonly default: number;
|
|
995
|
+
};
|
|
996
|
+
placement: {
|
|
997
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
998
|
+
readonly required: false;
|
|
999
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1000
|
+
__epPropKey: true;
|
|
1001
|
+
} & {
|
|
1002
|
+
readonly default: string;
|
|
1003
|
+
};
|
|
1004
|
+
fallbackPlacements: {
|
|
1005
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1006
|
+
readonly required: false;
|
|
1007
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1008
|
+
__epPropKey: true;
|
|
1009
|
+
} & {
|
|
1010
|
+
readonly default: string[];
|
|
1011
|
+
};
|
|
1012
|
+
tabindex: {
|
|
1013
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1014
|
+
readonly required: false;
|
|
1015
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1016
|
+
__epPropKey: true;
|
|
1017
|
+
} & {
|
|
1018
|
+
readonly default: number;
|
|
1019
|
+
};
|
|
1020
|
+
appendTo: {
|
|
1021
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
1022
|
+
readonly required: false;
|
|
1023
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1024
|
+
__epPropKey: true;
|
|
1025
|
+
};
|
|
541
1026
|
required: {
|
|
542
1027
|
readonly type: import("vue").PropType<boolean>;
|
|
543
1028
|
readonly required: false;
|
|
@@ -629,13 +1114,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
629
1114
|
readonly default: true;
|
|
630
1115
|
};
|
|
631
1116
|
}>> & Readonly<{
|
|
632
|
-
onFocus?: (
|
|
633
|
-
onClear?: (
|
|
1117
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
1118
|
+
onClear?: () => any;
|
|
634
1119
|
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
635
|
-
onChange?: (
|
|
636
|
-
onBlur?: (
|
|
637
|
-
"
|
|
638
|
-
|
|
1120
|
+
onChange?: (val: undefined) => any;
|
|
1121
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
1122
|
+
"onPopup-scroll"?: (args_0: {
|
|
1123
|
+
scrollTop: number;
|
|
1124
|
+
scrollLeft: number;
|
|
1125
|
+
}) => any;
|
|
1126
|
+
"onRemove-tag"?: (val: unknown) => any;
|
|
1127
|
+
"onVisible-change"?: (visible: boolean) => any;
|
|
639
1128
|
}>, {
|
|
640
1129
|
required: boolean;
|
|
641
1130
|
formItemSize: "default" | "small" | "large";
|
|
@@ -652,18 +1141,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
652
1141
|
labelPosition: "" | "top" | "left" | "right";
|
|
653
1142
|
inlineMessage: string | boolean;
|
|
654
1143
|
showMessage: boolean;
|
|
1144
|
+
showArrow: boolean;
|
|
655
1145
|
disabled: boolean;
|
|
656
1146
|
persistent: boolean;
|
|
657
1147
|
teleported: boolean;
|
|
658
|
-
effect:
|
|
1148
|
+
effect: import("element-plus").PopperEffect;
|
|
659
1149
|
popperClass: string;
|
|
1150
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
1151
|
+
offset: number;
|
|
1152
|
+
placement: import("element-plus").Placement;
|
|
1153
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
660
1154
|
slots: any;
|
|
661
|
-
|
|
1155
|
+
props: {
|
|
1156
|
+
label?: string;
|
|
1157
|
+
value?: string;
|
|
1158
|
+
disabled?: string;
|
|
1159
|
+
options?: string;
|
|
1160
|
+
};
|
|
1161
|
+
modelValue: any;
|
|
662
1162
|
clearable: boolean;
|
|
663
1163
|
multiple: boolean;
|
|
664
1164
|
stringify: boolean;
|
|
665
1165
|
loading: boolean;
|
|
666
|
-
options: import("@vunk/
|
|
1166
|
+
options: import("@vunk/shared").VueComponentPropsType<{
|
|
667
1167
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
668
1168
|
value: {
|
|
669
1169
|
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
@@ -839,8 +1339,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
839
1339
|
created: boolean;
|
|
840
1340
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin>[];
|
|
841
1341
|
autocomplete: string;
|
|
842
|
-
|
|
843
|
-
|
|
1342
|
+
tabindex: string | number;
|
|
1343
|
+
validateEvent: boolean;
|
|
1344
|
+
valueOnClear: string | number | boolean | Function;
|
|
844
1345
|
automaticDropdown: boolean;
|
|
845
1346
|
filterable: boolean;
|
|
846
1347
|
allowCreate: boolean;
|
|
@@ -851,8 +1352,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
851
1352
|
valueKey: string;
|
|
852
1353
|
collapseTags: boolean;
|
|
853
1354
|
collapseTagsTooltip: boolean;
|
|
1355
|
+
maxCollapseTags: number;
|
|
854
1356
|
fitInputWidth: boolean;
|
|
855
1357
|
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
1358
|
+
tagEffect: "dark" | "light" | "plain";
|
|
1359
|
+
remoteShowSuffix: boolean;
|
|
856
1360
|
selectSlots: import("./types").SelectSlots;
|
|
857
1361
|
selectRef: any;
|
|
858
1362
|
optionsUrl: string;
|