@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
|
@@ -17,7 +17,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
type: import("vue").PropType<any>;
|
|
18
18
|
required: boolean;
|
|
19
19
|
};
|
|
20
|
-
required:
|
|
20
|
+
required: {
|
|
21
|
+
readonly type: import("vue").PropType<boolean>;
|
|
22
|
+
readonly required: false;
|
|
23
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
+
__epPropKey: true;
|
|
25
|
+
} & {
|
|
26
|
+
readonly default: undefined;
|
|
27
|
+
};
|
|
21
28
|
formItemSize: {
|
|
22
29
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
23
30
|
default: "default" | "small" | "large";
|
|
@@ -48,34 +55,69 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
55
|
default: boolean;
|
|
49
56
|
};
|
|
50
57
|
label: StringConstructor;
|
|
51
|
-
labelWidth:
|
|
52
|
-
|
|
58
|
+
labelWidth: {
|
|
59
|
+
readonly type: import("vue").PropType<string | number>;
|
|
60
|
+
readonly required: false;
|
|
61
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
|
+
__epPropKey: true;
|
|
63
|
+
} & {
|
|
64
|
+
readonly default: "";
|
|
65
|
+
};
|
|
66
|
+
labelPosition: {
|
|
67
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
53
74
|
prop: {
|
|
54
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
75
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
55
76
|
readonly required: false;
|
|
56
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
78
|
__epPropKey: true;
|
|
58
79
|
};
|
|
59
80
|
rules: {
|
|
60
|
-
readonly type: import("vue").PropType<
|
|
81
|
+
readonly type: import("vue").PropType<unknown>;
|
|
61
82
|
readonly required: false;
|
|
62
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
84
|
__epPropKey: true;
|
|
64
85
|
};
|
|
65
86
|
error: StringConstructor;
|
|
66
87
|
validateStatus: {
|
|
67
|
-
readonly type: import("vue").PropType<
|
|
88
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
68
89
|
readonly required: false;
|
|
69
90
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
91
|
__epPropKey: true;
|
|
71
92
|
};
|
|
72
93
|
for: StringConstructor;
|
|
73
|
-
inlineMessage:
|
|
74
|
-
|
|
94
|
+
inlineMessage: {
|
|
95
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
96
|
+
readonly required: false;
|
|
97
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
+
__epPropKey: true;
|
|
99
|
+
} & {
|
|
100
|
+
readonly default: "";
|
|
101
|
+
};
|
|
102
|
+
showMessage: {
|
|
103
|
+
readonly type: import("vue").PropType<boolean>;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
} & {
|
|
108
|
+
readonly default: true;
|
|
109
|
+
};
|
|
75
110
|
emptyValues: ArrayConstructor;
|
|
76
|
-
valueOnClear:
|
|
111
|
+
valueOnClear: {
|
|
112
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
113
|
+
readonly required: false;
|
|
114
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
115
|
+
__epPropKey: true;
|
|
116
|
+
} & {
|
|
117
|
+
readonly default: undefined;
|
|
118
|
+
};
|
|
77
119
|
size: {
|
|
78
|
-
readonly type: import("vue").PropType<
|
|
120
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
79
121
|
readonly required: false;
|
|
80
122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
123
|
__epPropKey: true;
|
|
@@ -84,58 +126,153 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
126
|
disabled: BooleanConstructor;
|
|
85
127
|
clearable: BooleanConstructor;
|
|
86
128
|
filterable: BooleanConstructor;
|
|
87
|
-
filterMethod:
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
readonly
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
129
|
+
filterMethod: {
|
|
130
|
+
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
131
|
+
readonly required: false;
|
|
132
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
|
+
__epPropKey: true;
|
|
134
|
+
} & {
|
|
135
|
+
readonly default: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
136
|
+
};
|
|
137
|
+
separator: {
|
|
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;
|
|
144
|
+
};
|
|
145
|
+
showAllLevels: {
|
|
146
|
+
readonly type: import("vue").PropType<boolean>;
|
|
147
|
+
readonly required: false;
|
|
148
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
|
+
__epPropKey: true;
|
|
150
|
+
} & {
|
|
151
|
+
readonly default: boolean;
|
|
152
|
+
};
|
|
98
153
|
collapseTags: BooleanConstructor;
|
|
99
|
-
maxCollapseTags:
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
readonly
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
readonly
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
154
|
+
maxCollapseTags: {
|
|
155
|
+
readonly type: import("vue").PropType<number>;
|
|
156
|
+
readonly required: false;
|
|
157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
+
__epPropKey: true;
|
|
159
|
+
} & {
|
|
160
|
+
readonly default: number;
|
|
161
|
+
};
|
|
162
|
+
collapseTagsTooltip: {
|
|
163
|
+
readonly type: import("vue").PropType<boolean>;
|
|
164
|
+
readonly required: false;
|
|
165
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
|
+
__epPropKey: true;
|
|
167
|
+
} & {
|
|
168
|
+
readonly default: boolean;
|
|
169
|
+
};
|
|
170
|
+
maxCollapseTagsTooltipHeight: {
|
|
171
|
+
readonly type: import("vue").PropType<string | number>;
|
|
172
|
+
readonly required: false;
|
|
173
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
174
|
+
__epPropKey: true;
|
|
175
|
+
};
|
|
176
|
+
debounce: {
|
|
177
|
+
readonly type: import("vue").PropType<number>;
|
|
178
|
+
readonly required: false;
|
|
179
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
180
|
+
__epPropKey: true;
|
|
181
|
+
} & {
|
|
182
|
+
readonly default: number;
|
|
183
|
+
};
|
|
184
|
+
beforeFilter: {
|
|
185
|
+
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
186
|
+
readonly required: false;
|
|
187
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
|
+
__epPropKey: true;
|
|
189
|
+
} & {
|
|
190
|
+
readonly default: () => true;
|
|
191
|
+
};
|
|
192
|
+
placement: {
|
|
193
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
194
|
+
readonly required: false;
|
|
195
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
196
|
+
__epPropKey: true;
|
|
197
|
+
} & {
|
|
198
|
+
readonly default: string;
|
|
199
|
+
};
|
|
200
|
+
fallbackPlacements: {
|
|
201
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
202
|
+
readonly required: false;
|
|
203
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
|
+
__epPropKey: true;
|
|
205
|
+
} & {
|
|
206
|
+
readonly default: string[];
|
|
207
|
+
};
|
|
208
|
+
popperClass: {
|
|
209
|
+
readonly type: import("vue").PropType<string>;
|
|
210
|
+
readonly required: false;
|
|
211
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
|
+
__epPropKey: true;
|
|
213
|
+
} & {
|
|
214
|
+
readonly default: string;
|
|
215
|
+
};
|
|
216
|
+
teleported: {
|
|
217
|
+
readonly type: import("vue").PropType<boolean>;
|
|
218
|
+
readonly required: false;
|
|
219
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
220
|
+
__epPropKey: true;
|
|
221
|
+
} & {
|
|
222
|
+
readonly default: true;
|
|
223
|
+
};
|
|
115
224
|
tagType: {
|
|
116
225
|
default: string;
|
|
117
|
-
type: import("vue").PropType<
|
|
226
|
+
type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
118
227
|
required: false;
|
|
119
228
|
validator: ((val: unknown) => boolean) | undefined;
|
|
120
229
|
__epPropKey: true;
|
|
121
230
|
};
|
|
122
231
|
tagEffect: {
|
|
123
232
|
default: string;
|
|
124
|
-
type: import("vue").PropType<
|
|
233
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
125
234
|
required: false;
|
|
126
235
|
validator: ((val: unknown) => boolean) | undefined;
|
|
127
236
|
__epPropKey: true;
|
|
128
237
|
};
|
|
129
|
-
validateEvent:
|
|
130
|
-
|
|
238
|
+
validateEvent: {
|
|
239
|
+
readonly type: import("vue").PropType<boolean>;
|
|
240
|
+
readonly required: false;
|
|
241
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
242
|
+
__epPropKey: true;
|
|
243
|
+
} & {
|
|
244
|
+
readonly default: boolean;
|
|
245
|
+
};
|
|
246
|
+
persistent: {
|
|
247
|
+
readonly type: import("vue").PropType<boolean>;
|
|
248
|
+
readonly required: false;
|
|
249
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
250
|
+
__epPropKey: true;
|
|
251
|
+
} & {
|
|
252
|
+
readonly default: boolean;
|
|
253
|
+
};
|
|
131
254
|
modelValue: {
|
|
132
|
-
readonly type: import("vue").PropType<
|
|
255
|
+
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
256
|
+
readonly required: false;
|
|
257
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
258
|
+
__epPropKey: true;
|
|
259
|
+
};
|
|
260
|
+
options: {
|
|
261
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
262
|
+
readonly required: false;
|
|
263
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
|
+
__epPropKey: true;
|
|
265
|
+
} & {
|
|
266
|
+
readonly default: () => import("element-plus").CascaderOption[];
|
|
267
|
+
};
|
|
268
|
+
props: {
|
|
269
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
133
270
|
readonly required: false;
|
|
134
271
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
272
|
__epPropKey: true;
|
|
273
|
+
} & {
|
|
274
|
+
readonly default: () => import("element-plus").CascaderProps;
|
|
136
275
|
};
|
|
137
|
-
options: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]) | ((new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]))[], unknown, unknown, () => import("element-plus").CascaderOption[], boolean>;
|
|
138
|
-
props: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps) | ((new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps))[], unknown, unknown, () => import("element-plus").CascaderProps, boolean>;
|
|
139
276
|
}>, {
|
|
140
277
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
141
278
|
fieldValue: import("vue").Ref<string, string>;
|
|
@@ -172,7 +309,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
309
|
type: import("vue").PropType<any>;
|
|
173
310
|
required: boolean;
|
|
174
311
|
};
|
|
175
|
-
required:
|
|
312
|
+
required: {
|
|
313
|
+
readonly type: import("vue").PropType<boolean>;
|
|
314
|
+
readonly required: false;
|
|
315
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
316
|
+
__epPropKey: true;
|
|
317
|
+
} & {
|
|
318
|
+
readonly default: undefined;
|
|
319
|
+
};
|
|
176
320
|
formItemSize: {
|
|
177
321
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
178
322
|
default: "default" | "small" | "large";
|
|
@@ -203,34 +347,69 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
203
347
|
default: boolean;
|
|
204
348
|
};
|
|
205
349
|
label: StringConstructor;
|
|
206
|
-
labelWidth:
|
|
207
|
-
|
|
350
|
+
labelWidth: {
|
|
351
|
+
readonly type: import("vue").PropType<string | number>;
|
|
352
|
+
readonly required: false;
|
|
353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
+
__epPropKey: true;
|
|
355
|
+
} & {
|
|
356
|
+
readonly default: "";
|
|
357
|
+
};
|
|
358
|
+
labelPosition: {
|
|
359
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
360
|
+
readonly required: false;
|
|
361
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
362
|
+
__epPropKey: true;
|
|
363
|
+
} & {
|
|
364
|
+
readonly default: "";
|
|
365
|
+
};
|
|
208
366
|
prop: {
|
|
209
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
367
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
210
368
|
readonly required: false;
|
|
211
369
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
370
|
__epPropKey: true;
|
|
213
371
|
};
|
|
214
372
|
rules: {
|
|
215
|
-
readonly type: import("vue").PropType<
|
|
373
|
+
readonly type: import("vue").PropType<unknown>;
|
|
216
374
|
readonly required: false;
|
|
217
375
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
376
|
__epPropKey: true;
|
|
219
377
|
};
|
|
220
378
|
error: StringConstructor;
|
|
221
379
|
validateStatus: {
|
|
222
|
-
readonly type: import("vue").PropType<
|
|
380
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
223
381
|
readonly required: false;
|
|
224
382
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
383
|
__epPropKey: true;
|
|
226
384
|
};
|
|
227
385
|
for: StringConstructor;
|
|
228
|
-
inlineMessage:
|
|
229
|
-
|
|
386
|
+
inlineMessage: {
|
|
387
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
388
|
+
readonly required: false;
|
|
389
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
390
|
+
__epPropKey: true;
|
|
391
|
+
} & {
|
|
392
|
+
readonly default: "";
|
|
393
|
+
};
|
|
394
|
+
showMessage: {
|
|
395
|
+
readonly type: import("vue").PropType<boolean>;
|
|
396
|
+
readonly required: false;
|
|
397
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
398
|
+
__epPropKey: true;
|
|
399
|
+
} & {
|
|
400
|
+
readonly default: true;
|
|
401
|
+
};
|
|
230
402
|
emptyValues: ArrayConstructor;
|
|
231
|
-
valueOnClear:
|
|
403
|
+
valueOnClear: {
|
|
404
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
405
|
+
readonly required: false;
|
|
406
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
|
+
__epPropKey: true;
|
|
408
|
+
} & {
|
|
409
|
+
readonly default: undefined;
|
|
410
|
+
};
|
|
232
411
|
size: {
|
|
233
|
-
readonly type: import("vue").PropType<
|
|
412
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
234
413
|
readonly required: false;
|
|
235
414
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
415
|
__epPropKey: true;
|
|
@@ -239,69 +418,164 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
239
418
|
disabled: BooleanConstructor;
|
|
240
419
|
clearable: BooleanConstructor;
|
|
241
420
|
filterable: BooleanConstructor;
|
|
242
|
-
filterMethod:
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
readonly
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
421
|
+
filterMethod: {
|
|
422
|
+
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
423
|
+
readonly required: false;
|
|
424
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
425
|
+
__epPropKey: true;
|
|
426
|
+
} & {
|
|
427
|
+
readonly default: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
428
|
+
};
|
|
429
|
+
separator: {
|
|
430
|
+
readonly type: import("vue").PropType<string>;
|
|
431
|
+
readonly required: false;
|
|
432
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
+
__epPropKey: true;
|
|
434
|
+
} & {
|
|
435
|
+
readonly default: string;
|
|
436
|
+
};
|
|
437
|
+
showAllLevels: {
|
|
438
|
+
readonly type: import("vue").PropType<boolean>;
|
|
439
|
+
readonly required: false;
|
|
440
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
|
+
__epPropKey: true;
|
|
442
|
+
} & {
|
|
443
|
+
readonly default: boolean;
|
|
444
|
+
};
|
|
253
445
|
collapseTags: BooleanConstructor;
|
|
254
|
-
maxCollapseTags:
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
readonly
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
readonly
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
446
|
+
maxCollapseTags: {
|
|
447
|
+
readonly type: import("vue").PropType<number>;
|
|
448
|
+
readonly required: false;
|
|
449
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
450
|
+
__epPropKey: true;
|
|
451
|
+
} & {
|
|
452
|
+
readonly default: number;
|
|
453
|
+
};
|
|
454
|
+
collapseTagsTooltip: {
|
|
455
|
+
readonly type: import("vue").PropType<boolean>;
|
|
456
|
+
readonly required: false;
|
|
457
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
|
+
__epPropKey: true;
|
|
459
|
+
} & {
|
|
460
|
+
readonly default: boolean;
|
|
461
|
+
};
|
|
462
|
+
maxCollapseTagsTooltipHeight: {
|
|
463
|
+
readonly type: import("vue").PropType<string | number>;
|
|
464
|
+
readonly required: false;
|
|
465
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
466
|
+
__epPropKey: true;
|
|
467
|
+
};
|
|
468
|
+
debounce: {
|
|
469
|
+
readonly type: import("vue").PropType<number>;
|
|
470
|
+
readonly required: false;
|
|
471
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
472
|
+
__epPropKey: true;
|
|
473
|
+
} & {
|
|
474
|
+
readonly default: number;
|
|
475
|
+
};
|
|
476
|
+
beforeFilter: {
|
|
477
|
+
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
478
|
+
readonly required: false;
|
|
479
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
480
|
+
__epPropKey: true;
|
|
481
|
+
} & {
|
|
482
|
+
readonly default: () => true;
|
|
483
|
+
};
|
|
484
|
+
placement: {
|
|
485
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
486
|
+
readonly required: false;
|
|
487
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
488
|
+
__epPropKey: true;
|
|
489
|
+
} & {
|
|
490
|
+
readonly default: string;
|
|
491
|
+
};
|
|
492
|
+
fallbackPlacements: {
|
|
493
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
494
|
+
readonly required: false;
|
|
495
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
496
|
+
__epPropKey: true;
|
|
497
|
+
} & {
|
|
498
|
+
readonly default: string[];
|
|
499
|
+
};
|
|
500
|
+
popperClass: {
|
|
501
|
+
readonly type: import("vue").PropType<string>;
|
|
502
|
+
readonly required: false;
|
|
503
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
504
|
+
__epPropKey: true;
|
|
505
|
+
} & {
|
|
506
|
+
readonly default: string;
|
|
507
|
+
};
|
|
508
|
+
teleported: {
|
|
509
|
+
readonly type: import("vue").PropType<boolean>;
|
|
510
|
+
readonly required: false;
|
|
511
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
512
|
+
__epPropKey: true;
|
|
513
|
+
} & {
|
|
514
|
+
readonly default: true;
|
|
515
|
+
};
|
|
270
516
|
tagType: {
|
|
271
517
|
default: string;
|
|
272
|
-
type: import("vue").PropType<
|
|
518
|
+
type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
273
519
|
required: false;
|
|
274
520
|
validator: ((val: unknown) => boolean) | undefined;
|
|
275
521
|
__epPropKey: true;
|
|
276
522
|
};
|
|
277
523
|
tagEffect: {
|
|
278
524
|
default: string;
|
|
279
|
-
type: import("vue").PropType<
|
|
525
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
280
526
|
required: false;
|
|
281
527
|
validator: ((val: unknown) => boolean) | undefined;
|
|
282
528
|
__epPropKey: true;
|
|
283
529
|
};
|
|
284
|
-
validateEvent:
|
|
285
|
-
|
|
530
|
+
validateEvent: {
|
|
531
|
+
readonly type: import("vue").PropType<boolean>;
|
|
532
|
+
readonly required: false;
|
|
533
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
534
|
+
__epPropKey: true;
|
|
535
|
+
} & {
|
|
536
|
+
readonly default: boolean;
|
|
537
|
+
};
|
|
538
|
+
persistent: {
|
|
539
|
+
readonly type: import("vue").PropType<boolean>;
|
|
540
|
+
readonly required: false;
|
|
541
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
542
|
+
__epPropKey: true;
|
|
543
|
+
} & {
|
|
544
|
+
readonly default: boolean;
|
|
545
|
+
};
|
|
286
546
|
modelValue: {
|
|
287
|
-
readonly type: import("vue").PropType<
|
|
547
|
+
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
288
548
|
readonly required: false;
|
|
289
549
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
290
550
|
__epPropKey: true;
|
|
291
551
|
};
|
|
292
|
-
options:
|
|
293
|
-
|
|
552
|
+
options: {
|
|
553
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
554
|
+
readonly required: false;
|
|
555
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
556
|
+
__epPropKey: true;
|
|
557
|
+
} & {
|
|
558
|
+
readonly default: () => import("element-plus").CascaderOption[];
|
|
559
|
+
};
|
|
560
|
+
props: {
|
|
561
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
562
|
+
readonly required: false;
|
|
563
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
564
|
+
__epPropKey: true;
|
|
565
|
+
} & {
|
|
566
|
+
readonly default: () => import("element-plus").CascaderProps;
|
|
567
|
+
};
|
|
294
568
|
}>> & Readonly<{
|
|
295
|
-
onClear?: () => any;
|
|
296
569
|
onFocus?: (evt: FocusEvent) => any;
|
|
570
|
+
onClear?: () => any;
|
|
297
571
|
"onUpdate:modelValue"?: (_: import("element-plus").CascaderValue) => any;
|
|
298
572
|
onChange?: (_: import("element-plus").CascaderValue) => any;
|
|
299
573
|
onBlur?: (evt: FocusEvent) => any;
|
|
300
574
|
onVisibleChange?: (val: boolean) => any;
|
|
301
575
|
onExpandChange?: (val: import("element-plus").CascaderValue) => any;
|
|
302
|
-
onRemoveTag?: (val:
|
|
576
|
+
onRemoveTag?: (val: (string | number)[] | (string | number)) => any;
|
|
303
577
|
}>, {
|
|
304
|
-
required:
|
|
578
|
+
required: boolean;
|
|
305
579
|
formItemSize: "default" | "small" | "large";
|
|
306
580
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
307
581
|
inline: boolean;
|
|
@@ -310,32 +584,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
310
584
|
formItemTipClass: any;
|
|
311
585
|
labelTip: string;
|
|
312
586
|
information: boolean;
|
|
313
|
-
labelWidth:
|
|
314
|
-
labelPosition:
|
|
315
|
-
inlineMessage:
|
|
316
|
-
showMessage:
|
|
587
|
+
labelWidth: string | number;
|
|
588
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
589
|
+
inlineMessage: string | boolean;
|
|
590
|
+
showMessage: boolean;
|
|
317
591
|
disabled: boolean;
|
|
318
|
-
persistent:
|
|
319
|
-
teleported:
|
|
592
|
+
persistent: boolean;
|
|
593
|
+
teleported: boolean;
|
|
320
594
|
popperClass: string;
|
|
321
595
|
fallbackPlacements: import("element-plus").Placement[];
|
|
322
|
-
placement: import("element-plus
|
|
596
|
+
placement: import("element-plus").Placement;
|
|
323
597
|
props: import("element-plus").CascaderProps;
|
|
324
598
|
clearable: boolean;
|
|
325
599
|
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
326
600
|
options: import("element-plus").CascaderOption[];
|
|
327
|
-
|
|
601
|
+
validateEvent: boolean;
|
|
328
602
|
filterable: boolean;
|
|
329
|
-
separator: string;
|
|
330
|
-
showAllLevels: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
603
|
collapseTags: boolean;
|
|
604
|
+
collapseTagsTooltip: boolean;
|
|
605
|
+
tagType: "success" | "primary" | "warning" | "info" | "danger";
|
|
606
|
+
valueOnClear: string | number | boolean | Function;
|
|
607
|
+
separator: string;
|
|
608
|
+
showAllLevels: boolean;
|
|
332
609
|
maxCollapseTags: number;
|
|
333
|
-
collapseTagsTooltip: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
334
610
|
debounce: number;
|
|
335
611
|
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
336
|
-
|
|
337
|
-
tagEffect: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>;
|
|
338
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
612
|
+
tagEffect: "dark" | "light" | "plain";
|
|
339
613
|
optionsUrl: string;
|
|
340
614
|
cascaderSlots: import("@vunk/shared").NormalObject;
|
|
341
615
|
}, {}, {
|
|
@@ -353,7 +627,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
353
627
|
Cascader: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
|
|
354
628
|
title: StringConstructor;
|
|
355
629
|
options: {
|
|
356
|
-
type: import("vue").PropType<import("vant
|
|
630
|
+
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
357
631
|
default: () => never[];
|
|
358
632
|
};
|
|
359
633
|
closeable: {
|
|
@@ -379,7 +653,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
379
653
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "close" | "clickTab" | "finish")[], "update:modelValue" | "change" | "close" | "clickTab" | "finish", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
380
654
|
title: StringConstructor;
|
|
381
655
|
options: {
|
|
382
|
-
type: import("vue").PropType<import("vant
|
|
656
|
+
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
383
657
|
default: () => never[];
|
|
384
658
|
};
|
|
385
659
|
closeable: {
|
|
@@ -443,8 +717,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
443
717
|
} & {
|
|
444
718
|
round: BooleanConstructor;
|
|
445
719
|
position: {
|
|
446
|
-
type: import("vue").PropType<import("vant
|
|
447
|
-
default: import("vant
|
|
720
|
+
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
721
|
+
default: import("vant").PopupPosition;
|
|
448
722
|
};
|
|
449
723
|
closeIcon: {
|
|
450
724
|
type: import("vue").PropType<string>;
|
|
@@ -455,12 +729,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
455
729
|
iconPrefix: StringConstructor;
|
|
456
730
|
closeOnPopstate: BooleanConstructor;
|
|
457
731
|
closeIconPosition: {
|
|
458
|
-
type: import("vue").PropType<import("vant
|
|
459
|
-
default: import("vant
|
|
732
|
+
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
733
|
+
default: import("vant").PopupCloseIconPosition;
|
|
460
734
|
};
|
|
461
735
|
safeAreaInsetTop: BooleanConstructor;
|
|
462
736
|
safeAreaInsetBottom: BooleanConstructor;
|
|
463
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("open" | "keydown" | "close" | "
|
|
737
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("open" | "keydown" | "close" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon")[], "open" | "keydown" | "close" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
464
738
|
show: BooleanConstructor;
|
|
465
739
|
zIndex: (NumberConstructor | StringConstructor)[];
|
|
466
740
|
overlay: {
|
|
@@ -488,7 +762,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
488
762
|
} & {
|
|
489
763
|
round: BooleanConstructor;
|
|
490
764
|
position: {
|
|
491
|
-
type: import("vue").PropType<import("vant
|
|
765
|
+
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
492
766
|
default: import("vant").PopupPosition;
|
|
493
767
|
};
|
|
494
768
|
closeIcon: {
|
|
@@ -500,7 +774,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
500
774
|
iconPrefix: StringConstructor;
|
|
501
775
|
closeOnPopstate: BooleanConstructor;
|
|
502
776
|
closeIconPosition: {
|
|
503
|
-
type: import("vue").PropType<import("vant
|
|
777
|
+
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
504
778
|
default: import("vant").PopupCloseIconPosition;
|
|
505
779
|
};
|
|
506
780
|
safeAreaInsetTop: BooleanConstructor;
|
|
@@ -530,192 +804,879 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
530
804
|
closeIconPosition: import("vant").PopupCloseIconPosition;
|
|
531
805
|
safeAreaInsetTop: boolean;
|
|
532
806
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
533
|
-
ElSelect:
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
807
|
+
ElSelect: ({
|
|
808
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
809
|
+
ariaLabel: StringConstructor;
|
|
810
|
+
emptyValues: ArrayConstructor;
|
|
811
|
+
valueOnClear: {
|
|
812
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
813
|
+
readonly required: false;
|
|
814
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
815
|
+
__epPropKey: true;
|
|
816
|
+
} & {
|
|
817
|
+
readonly default: undefined;
|
|
818
|
+
};
|
|
819
|
+
name: StringConstructor;
|
|
820
|
+
id: StringConstructor;
|
|
821
|
+
modelValue: {
|
|
822
|
+
readonly type: import("vue").PropType<unknown>;
|
|
823
|
+
readonly required: false;
|
|
824
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
825
|
+
__epPropKey: true;
|
|
826
|
+
} & {
|
|
827
|
+
readonly default: undefined;
|
|
828
|
+
};
|
|
829
|
+
autocomplete: {
|
|
830
|
+
readonly type: import("vue").PropType<string>;
|
|
831
|
+
readonly required: false;
|
|
832
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
833
|
+
__epPropKey: true;
|
|
834
|
+
} & {
|
|
835
|
+
readonly default: string;
|
|
836
|
+
};
|
|
837
|
+
automaticDropdown: BooleanConstructor;
|
|
838
|
+
size: {
|
|
839
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
840
|
+
readonly required: false;
|
|
841
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
842
|
+
__epPropKey: true;
|
|
843
|
+
};
|
|
844
|
+
effect: {
|
|
845
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
846
|
+
readonly required: false;
|
|
847
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
848
|
+
__epPropKey: true;
|
|
849
|
+
} & {
|
|
850
|
+
readonly default: string;
|
|
851
|
+
};
|
|
852
|
+
disabled: BooleanConstructor;
|
|
853
|
+
clearable: BooleanConstructor;
|
|
854
|
+
filterable: BooleanConstructor;
|
|
855
|
+
allowCreate: BooleanConstructor;
|
|
856
|
+
loading: BooleanConstructor;
|
|
857
|
+
popperClass: {
|
|
858
|
+
readonly type: import("vue").PropType<string>;
|
|
859
|
+
readonly required: false;
|
|
860
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
861
|
+
__epPropKey: true;
|
|
862
|
+
} & {
|
|
863
|
+
readonly default: string;
|
|
864
|
+
};
|
|
865
|
+
popperOptions: {
|
|
866
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
867
|
+
readonly required: false;
|
|
868
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
869
|
+
__epPropKey: true;
|
|
870
|
+
} & {
|
|
871
|
+
readonly default: () => Partial<import("element-plus").Options>;
|
|
872
|
+
};
|
|
873
|
+
remote: BooleanConstructor;
|
|
874
|
+
loadingText: StringConstructor;
|
|
875
|
+
noMatchText: StringConstructor;
|
|
876
|
+
noDataText: StringConstructor;
|
|
877
|
+
remoteMethod: FunctionConstructor;
|
|
878
|
+
filterMethod: FunctionConstructor;
|
|
879
|
+
multiple: BooleanConstructor;
|
|
880
|
+
multipleLimit: {
|
|
881
|
+
readonly type: import("vue").PropType<number>;
|
|
882
|
+
readonly required: false;
|
|
883
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
884
|
+
__epPropKey: true;
|
|
885
|
+
} & {
|
|
886
|
+
readonly default: number;
|
|
887
|
+
};
|
|
888
|
+
placeholder: {
|
|
889
|
+
readonly type: import("vue").PropType<string>;
|
|
890
|
+
readonly required: false;
|
|
891
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
892
|
+
__epPropKey: true;
|
|
893
|
+
};
|
|
894
|
+
defaultFirstOption: BooleanConstructor;
|
|
895
|
+
reserveKeyword: {
|
|
896
|
+
readonly type: import("vue").PropType<boolean>;
|
|
897
|
+
readonly required: false;
|
|
898
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
899
|
+
__epPropKey: true;
|
|
900
|
+
} & {
|
|
901
|
+
readonly default: boolean;
|
|
902
|
+
};
|
|
903
|
+
valueKey: {
|
|
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: string;
|
|
910
|
+
};
|
|
911
|
+
collapseTags: BooleanConstructor;
|
|
912
|
+
collapseTagsTooltip: BooleanConstructor;
|
|
913
|
+
maxCollapseTags: {
|
|
914
|
+
readonly type: import("vue").PropType<number>;
|
|
915
|
+
readonly required: false;
|
|
916
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
917
|
+
__epPropKey: true;
|
|
918
|
+
} & {
|
|
919
|
+
readonly default: number;
|
|
920
|
+
};
|
|
921
|
+
teleported: {
|
|
922
|
+
readonly type: import("vue").PropType<boolean>;
|
|
923
|
+
readonly required: false;
|
|
924
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
925
|
+
__epPropKey: true;
|
|
926
|
+
} & {
|
|
927
|
+
readonly default: true;
|
|
928
|
+
};
|
|
929
|
+
persistent: {
|
|
930
|
+
readonly type: import("vue").PropType<boolean>;
|
|
931
|
+
readonly required: false;
|
|
932
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
933
|
+
__epPropKey: true;
|
|
934
|
+
} & {
|
|
935
|
+
readonly default: boolean;
|
|
936
|
+
};
|
|
937
|
+
clearIcon: {
|
|
938
|
+
readonly type: import("vue").PropType<unknown>;
|
|
939
|
+
readonly required: false;
|
|
940
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
941
|
+
__epPropKey: true;
|
|
942
|
+
};
|
|
943
|
+
fitInputWidth: BooleanConstructor;
|
|
944
|
+
suffixIcon: {
|
|
945
|
+
readonly type: import("vue").PropType<unknown>;
|
|
946
|
+
readonly required: false;
|
|
947
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
|
+
__epPropKey: true;
|
|
949
|
+
};
|
|
950
|
+
tagType: {
|
|
951
|
+
default: string;
|
|
952
|
+
type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
953
|
+
required: false;
|
|
954
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
955
|
+
__epPropKey: true;
|
|
956
|
+
};
|
|
957
|
+
tagEffect: {
|
|
958
|
+
default: string;
|
|
959
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
960
|
+
required: false;
|
|
961
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
962
|
+
__epPropKey: true;
|
|
963
|
+
};
|
|
964
|
+
validateEvent: {
|
|
965
|
+
readonly type: import("vue").PropType<boolean>;
|
|
966
|
+
readonly required: false;
|
|
967
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
968
|
+
__epPropKey: true;
|
|
969
|
+
} & {
|
|
970
|
+
readonly default: boolean;
|
|
971
|
+
};
|
|
972
|
+
remoteShowSuffix: BooleanConstructor;
|
|
973
|
+
showArrow: {
|
|
974
|
+
readonly type: import("vue").PropType<boolean>;
|
|
975
|
+
readonly required: false;
|
|
976
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
977
|
+
__epPropKey: true;
|
|
978
|
+
} & {
|
|
979
|
+
readonly default: boolean;
|
|
980
|
+
};
|
|
981
|
+
offset: {
|
|
982
|
+
readonly type: import("vue").PropType<number>;
|
|
983
|
+
readonly required: false;
|
|
984
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
985
|
+
__epPropKey: true;
|
|
986
|
+
} & {
|
|
987
|
+
readonly default: number;
|
|
988
|
+
};
|
|
989
|
+
placement: {
|
|
990
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
991
|
+
readonly required: false;
|
|
992
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
993
|
+
__epPropKey: true;
|
|
994
|
+
} & {
|
|
995
|
+
readonly default: string;
|
|
996
|
+
};
|
|
997
|
+
fallbackPlacements: {
|
|
998
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
999
|
+
readonly required: false;
|
|
1000
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1001
|
+
__epPropKey: true;
|
|
1002
|
+
} & {
|
|
1003
|
+
readonly default: string[];
|
|
1004
|
+
};
|
|
1005
|
+
tabindex: {
|
|
1006
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1007
|
+
readonly required: false;
|
|
1008
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1009
|
+
__epPropKey: true;
|
|
1010
|
+
} & {
|
|
1011
|
+
readonly default: number;
|
|
1012
|
+
};
|
|
1013
|
+
appendTo: {
|
|
1014
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
1015
|
+
readonly required: false;
|
|
1016
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1017
|
+
__epPropKey: true;
|
|
1018
|
+
};
|
|
1019
|
+
}>> & {
|
|
1020
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1021
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1022
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1023
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1024
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
1025
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1026
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1027
|
+
"onPopup-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1028
|
+
}, {
|
|
1029
|
+
modelValue: import("vue").ComputedRef<string | number | boolean | any[] | Record<string, any> | undefined>;
|
|
1030
|
+
selectedLabel: import("vue").ComputedRef<string | string[]>;
|
|
1031
|
+
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1032
|
+
inputStyle: import("vue").ComputedRef<{
|
|
1033
|
+
minWidth: string;
|
|
1034
|
+
}>;
|
|
1035
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
1036
|
+
contentId: import("vue").Ref<string>;
|
|
1037
|
+
nsSelect: {
|
|
1038
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1039
|
+
b: (blockSuffix?: string) => string;
|
|
1040
|
+
e: (element?: string) => string;
|
|
1041
|
+
m: (modifier?: string) => string;
|
|
1042
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1043
|
+
em: (element?: string, modifier?: string) => string;
|
|
1044
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1045
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1046
|
+
is: {
|
|
1047
|
+
(name: string, state: boolean | undefined): string;
|
|
1048
|
+
(name: string): string;
|
|
1049
|
+
};
|
|
1050
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1051
|
+
cssVarName: (name: string) => string;
|
|
1052
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1053
|
+
cssVarBlockName: (name: string) => string;
|
|
1054
|
+
};
|
|
1055
|
+
nsInput: {
|
|
1056
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1057
|
+
b: (blockSuffix?: string) => string;
|
|
1058
|
+
e: (element?: string) => string;
|
|
1059
|
+
m: (modifier?: string) => string;
|
|
1060
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1061
|
+
em: (element?: string, modifier?: string) => string;
|
|
1062
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1063
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1064
|
+
is: {
|
|
1065
|
+
(name: string, state: boolean | undefined): string;
|
|
1066
|
+
(name: string): string;
|
|
1067
|
+
};
|
|
1068
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1069
|
+
cssVarName: (name: string) => string;
|
|
1070
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1071
|
+
cssVarBlockName: (name: string) => string;
|
|
1072
|
+
};
|
|
1073
|
+
states: {
|
|
1074
|
+
inputValue: string;
|
|
1075
|
+
options: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>;
|
|
1076
|
+
cachedOptions: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>;
|
|
1077
|
+
optionValues: (string | number | boolean | Record<string, any>)[];
|
|
1078
|
+
selected: {
|
|
1079
|
+
value: string | number | boolean | Record<string, any>;
|
|
1080
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1081
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1082
|
+
}[];
|
|
1083
|
+
hoveringIndex: number;
|
|
1084
|
+
inputHovering: boolean;
|
|
1085
|
+
selectionWidth: number;
|
|
1086
|
+
collapseItemWidth: number;
|
|
1087
|
+
previousQuery: string | null;
|
|
1088
|
+
selectedLabel: string;
|
|
1089
|
+
menuVisibleOnFocus: boolean;
|
|
1090
|
+
isBeforeHide: boolean;
|
|
1091
|
+
};
|
|
1092
|
+
isFocused: import("vue").Ref<boolean>;
|
|
1093
|
+
expanded: import("vue").Ref<boolean>;
|
|
1094
|
+
optionsArray: import("vue").ComputedRef<import("element-plus").SelectOptionProxy[]>;
|
|
1095
|
+
hoverOption: import("vue").Ref<any>;
|
|
1096
|
+
selectSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
1097
|
+
filteredOptionsCount: import("vue").ComputedRef<number>;
|
|
1098
|
+
updateTooltip: () => void;
|
|
1099
|
+
updateTagTooltip: () => void;
|
|
1100
|
+
debouncedOnInputChange: import("lodash").DebouncedFunc<() => void>;
|
|
1101
|
+
onInput: (event: Event) => void;
|
|
1102
|
+
deletePrevTag: (e: KeyboardEvent) => void;
|
|
1103
|
+
deleteTag: (event: MouseEvent, tag: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => void;
|
|
1104
|
+
deleteSelected: (event: Event) => void;
|
|
1105
|
+
handleOptionSelect: (option: import("element-plus").SelectOptionProxy) => void;
|
|
1106
|
+
scrollToOption: (option: import("element-plus").SelectOptionProxy | import("element-plus").SelectOptionProxy[] | import("element-plus").OptionBasic[]) => void;
|
|
1107
|
+
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
1108
|
+
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
1109
|
+
currentPlaceholder: import("vue").ComputedRef<string>;
|
|
1110
|
+
mouseEnterEventName: import("vue").ComputedRef<"mouseenter" | null>;
|
|
1111
|
+
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1112
|
+
showClose: import("vue").ComputedRef<boolean>;
|
|
1113
|
+
iconComponent: import("vue").ComputedRef<unknown | undefined>;
|
|
1114
|
+
iconReverse: import("vue").ComputedRef<string>;
|
|
1115
|
+
validateState: import("vue").ComputedRef<"" | "error" | "validating" | "success">;
|
|
1116
|
+
validateIcon: import("vue").ComputedRef<"" | import("vue").Component>;
|
|
1117
|
+
showNewOption: import("vue").ComputedRef<boolean>;
|
|
1118
|
+
updateOptions: () => void;
|
|
1119
|
+
collapseTagSize: import("vue").ComputedRef<"default" | "small">;
|
|
1120
|
+
setSelected: () => void;
|
|
1121
|
+
selectDisabled: import("vue").ComputedRef<boolean | undefined>;
|
|
1122
|
+
emptyText: import("vue").ComputedRef<string | null>;
|
|
1123
|
+
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1124
|
+
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1125
|
+
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1126
|
+
onOptionCreate: (vm: import("element-plus").SelectOptionProxy) => void;
|
|
1127
|
+
onOptionDestroy: (key: string | number | boolean | Record<string, any>, vm: import("element-plus").SelectOptionProxy) => void;
|
|
1128
|
+
handleMenuEnter: () => void;
|
|
1129
|
+
focus: () => void;
|
|
1130
|
+
blur: () => void;
|
|
1131
|
+
handleClearClick: (event: Event) => void;
|
|
1132
|
+
handleClickOutside: (event: Event) => void;
|
|
1133
|
+
handleEsc: () => void;
|
|
1134
|
+
toggleMenu: () => void;
|
|
1135
|
+
selectOption: () => void;
|
|
1136
|
+
getValueKey: (item: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => any;
|
|
1137
|
+
navigateOptions: (direction: "prev" | "next") => void;
|
|
1138
|
+
dropdownMenuVisible: import("vue").WritableComputedRef<boolean>;
|
|
1139
|
+
showTagList: import("vue").ComputedRef<{
|
|
1140
|
+
value: string | number | boolean | Record<string, any>;
|
|
1141
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1142
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1143
|
+
}[]>;
|
|
1144
|
+
collapseTagList: import("vue").ComputedRef<{
|
|
1145
|
+
value: string | number | boolean | Record<string, any>;
|
|
1146
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1147
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1148
|
+
}[]>;
|
|
1149
|
+
popupScroll: (data: {
|
|
1150
|
+
scrollTop: number;
|
|
1151
|
+
scrollLeft: number;
|
|
1152
|
+
}) => void;
|
|
1153
|
+
tagStyle: import("vue").ComputedRef<{
|
|
1154
|
+
maxWidth: string;
|
|
1155
|
+
}>;
|
|
1156
|
+
collapseTagStyle: import("vue").ComputedRef<{
|
|
1157
|
+
maxWidth: string;
|
|
1158
|
+
}>;
|
|
1159
|
+
popperRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
1160
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
1161
|
+
tooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1162
|
+
tagTooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1163
|
+
prefixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1164
|
+
suffixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1165
|
+
selectRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1166
|
+
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1167
|
+
selectionRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1168
|
+
scrollbarRef: import("vue").Ref<import("element-plus").ScrollbarInstance | undefined>;
|
|
1169
|
+
menuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1170
|
+
tagMenuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1171
|
+
collapseItemRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1172
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "update:modelValue" | "change" | "blur" | "remove-tag" | "visible-change" | "popup-scroll")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1173
|
+
disabled: boolean;
|
|
1174
|
+
offset: number;
|
|
1175
|
+
multiple: boolean;
|
|
1176
|
+
loading: boolean;
|
|
1177
|
+
modelValue: unknown;
|
|
1178
|
+
placement: import("element-plus").Placement;
|
|
1179
|
+
effect: import("element-plus").PopperEffect;
|
|
1180
|
+
tabindex: string | number;
|
|
1181
|
+
valueOnClear: string | number | boolean | Function;
|
|
1182
|
+
autocomplete: string;
|
|
1183
|
+
validateEvent: boolean;
|
|
1184
|
+
clearable: boolean;
|
|
1185
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
1186
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
1187
|
+
popperClass: string;
|
|
1188
|
+
teleported: boolean;
|
|
1189
|
+
persistent: boolean;
|
|
1190
|
+
showArrow: boolean;
|
|
1191
|
+
valueKey: string;
|
|
1192
|
+
fitInputWidth: boolean;
|
|
1193
|
+
filterable: boolean;
|
|
1194
|
+
collapseTags: boolean;
|
|
1195
|
+
maxCollapseTags: number;
|
|
1196
|
+
collapseTagsTooltip: boolean;
|
|
1197
|
+
tagType: "success" | "primary" | "warning" | "info" | "danger";
|
|
1198
|
+
tagEffect: "dark" | "light" | "plain";
|
|
1199
|
+
automaticDropdown: boolean;
|
|
1200
|
+
allowCreate: boolean;
|
|
1201
|
+
remote: boolean;
|
|
1202
|
+
multipleLimit: number;
|
|
1203
|
+
defaultFirstOption: boolean;
|
|
1204
|
+
reserveKeyword: boolean;
|
|
1205
|
+
remoteShowSuffix: boolean;
|
|
1206
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1207
|
+
P: {};
|
|
1208
|
+
B: {};
|
|
1209
|
+
D: {};
|
|
1210
|
+
C: {};
|
|
1211
|
+
M: {};
|
|
1212
|
+
Defaults: {};
|
|
1213
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1214
|
+
ariaLabel: StringConstructor;
|
|
1215
|
+
emptyValues: ArrayConstructor;
|
|
1216
|
+
valueOnClear: {
|
|
1217
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
1218
|
+
readonly required: false;
|
|
1219
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1220
|
+
__epPropKey: true;
|
|
1221
|
+
} & {
|
|
1222
|
+
readonly default: undefined;
|
|
1223
|
+
};
|
|
1224
|
+
name: StringConstructor;
|
|
1225
|
+
id: StringConstructor;
|
|
1226
|
+
modelValue: {
|
|
1227
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1228
|
+
readonly required: false;
|
|
1229
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1230
|
+
__epPropKey: true;
|
|
1231
|
+
} & {
|
|
1232
|
+
readonly default: undefined;
|
|
1233
|
+
};
|
|
1234
|
+
autocomplete: {
|
|
1235
|
+
readonly type: import("vue").PropType<string>;
|
|
1236
|
+
readonly required: false;
|
|
1237
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1238
|
+
__epPropKey: true;
|
|
1239
|
+
} & {
|
|
1240
|
+
readonly default: string;
|
|
1241
|
+
};
|
|
1242
|
+
automaticDropdown: BooleanConstructor;
|
|
1243
|
+
size: {
|
|
1244
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1245
|
+
readonly required: false;
|
|
1246
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1247
|
+
__epPropKey: true;
|
|
1248
|
+
};
|
|
1249
|
+
effect: {
|
|
1250
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
1251
|
+
readonly required: false;
|
|
1252
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1253
|
+
__epPropKey: true;
|
|
1254
|
+
} & {
|
|
1255
|
+
readonly default: string;
|
|
1256
|
+
};
|
|
1257
|
+
disabled: BooleanConstructor;
|
|
1258
|
+
clearable: BooleanConstructor;
|
|
1259
|
+
filterable: BooleanConstructor;
|
|
1260
|
+
allowCreate: BooleanConstructor;
|
|
1261
|
+
loading: BooleanConstructor;
|
|
1262
|
+
popperClass: {
|
|
1263
|
+
readonly type: import("vue").PropType<string>;
|
|
1264
|
+
readonly required: false;
|
|
1265
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1266
|
+
__epPropKey: true;
|
|
1267
|
+
} & {
|
|
1268
|
+
readonly default: string;
|
|
1269
|
+
};
|
|
1270
|
+
popperOptions: {
|
|
1271
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
1272
|
+
readonly required: false;
|
|
1273
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1274
|
+
__epPropKey: true;
|
|
1275
|
+
} & {
|
|
1276
|
+
readonly default: () => Partial<import("element-plus").Options>;
|
|
1277
|
+
};
|
|
1278
|
+
remote: BooleanConstructor;
|
|
1279
|
+
loadingText: StringConstructor;
|
|
1280
|
+
noMatchText: StringConstructor;
|
|
1281
|
+
noDataText: StringConstructor;
|
|
1282
|
+
remoteMethod: FunctionConstructor;
|
|
1283
|
+
filterMethod: FunctionConstructor;
|
|
1284
|
+
multiple: BooleanConstructor;
|
|
1285
|
+
multipleLimit: {
|
|
1286
|
+
readonly type: import("vue").PropType<number>;
|
|
1287
|
+
readonly required: false;
|
|
1288
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1289
|
+
__epPropKey: true;
|
|
1290
|
+
} & {
|
|
1291
|
+
readonly default: number;
|
|
1292
|
+
};
|
|
1293
|
+
placeholder: {
|
|
1294
|
+
readonly type: import("vue").PropType<string>;
|
|
1295
|
+
readonly required: false;
|
|
1296
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1297
|
+
__epPropKey: true;
|
|
1298
|
+
};
|
|
1299
|
+
defaultFirstOption: BooleanConstructor;
|
|
1300
|
+
reserveKeyword: {
|
|
1301
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1302
|
+
readonly required: false;
|
|
1303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1304
|
+
__epPropKey: true;
|
|
1305
|
+
} & {
|
|
1306
|
+
readonly default: boolean;
|
|
1307
|
+
};
|
|
1308
|
+
valueKey: {
|
|
1309
|
+
readonly type: import("vue").PropType<string>;
|
|
1310
|
+
readonly required: false;
|
|
1311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1312
|
+
__epPropKey: true;
|
|
1313
|
+
} & {
|
|
1314
|
+
readonly default: string;
|
|
1315
|
+
};
|
|
1316
|
+
collapseTags: BooleanConstructor;
|
|
1317
|
+
collapseTagsTooltip: BooleanConstructor;
|
|
1318
|
+
maxCollapseTags: {
|
|
1319
|
+
readonly type: import("vue").PropType<number>;
|
|
1320
|
+
readonly required: false;
|
|
1321
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1322
|
+
__epPropKey: true;
|
|
1323
|
+
} & {
|
|
1324
|
+
readonly default: number;
|
|
1325
|
+
};
|
|
1326
|
+
teleported: {
|
|
1327
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1328
|
+
readonly required: false;
|
|
1329
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1330
|
+
__epPropKey: true;
|
|
1331
|
+
} & {
|
|
1332
|
+
readonly default: true;
|
|
1333
|
+
};
|
|
1334
|
+
persistent: {
|
|
1335
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1336
|
+
readonly required: false;
|
|
1337
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1338
|
+
__epPropKey: true;
|
|
1339
|
+
} & {
|
|
1340
|
+
readonly default: boolean;
|
|
1341
|
+
};
|
|
1342
|
+
clearIcon: {
|
|
1343
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1344
|
+
readonly required: false;
|
|
1345
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1346
|
+
__epPropKey: true;
|
|
1347
|
+
};
|
|
1348
|
+
fitInputWidth: BooleanConstructor;
|
|
1349
|
+
suffixIcon: {
|
|
1350
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1351
|
+
readonly required: false;
|
|
1352
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1353
|
+
__epPropKey: true;
|
|
1354
|
+
};
|
|
1355
|
+
tagType: {
|
|
1356
|
+
default: string;
|
|
1357
|
+
type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
1358
|
+
required: false;
|
|
1359
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
1360
|
+
__epPropKey: true;
|
|
1361
|
+
};
|
|
1362
|
+
tagEffect: {
|
|
1363
|
+
default: string;
|
|
1364
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
1365
|
+
required: false;
|
|
1366
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
1367
|
+
__epPropKey: true;
|
|
1368
|
+
};
|
|
1369
|
+
validateEvent: {
|
|
1370
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1371
|
+
readonly required: false;
|
|
1372
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1373
|
+
__epPropKey: true;
|
|
1374
|
+
} & {
|
|
1375
|
+
readonly default: boolean;
|
|
1376
|
+
};
|
|
1377
|
+
remoteShowSuffix: BooleanConstructor;
|
|
1378
|
+
showArrow: {
|
|
1379
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1380
|
+
readonly required: false;
|
|
1381
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1382
|
+
__epPropKey: true;
|
|
1383
|
+
} & {
|
|
1384
|
+
readonly default: boolean;
|
|
1385
|
+
};
|
|
1386
|
+
offset: {
|
|
1387
|
+
readonly type: import("vue").PropType<number>;
|
|
1388
|
+
readonly required: false;
|
|
1389
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1390
|
+
__epPropKey: true;
|
|
1391
|
+
} & {
|
|
1392
|
+
readonly default: number;
|
|
1393
|
+
};
|
|
1394
|
+
placement: {
|
|
1395
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1396
|
+
readonly required: false;
|
|
1397
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1398
|
+
__epPropKey: true;
|
|
1399
|
+
} & {
|
|
1400
|
+
readonly default: string;
|
|
1401
|
+
};
|
|
1402
|
+
fallbackPlacements: {
|
|
1403
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1404
|
+
readonly required: false;
|
|
1405
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1406
|
+
__epPropKey: true;
|
|
1407
|
+
} & {
|
|
1408
|
+
readonly default: string[];
|
|
1409
|
+
};
|
|
1410
|
+
tabindex: {
|
|
1411
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1412
|
+
readonly required: false;
|
|
1413
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1414
|
+
__epPropKey: true;
|
|
1415
|
+
} & {
|
|
1416
|
+
readonly default: number;
|
|
1417
|
+
};
|
|
1418
|
+
appendTo: {
|
|
1419
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
1420
|
+
readonly required: false;
|
|
1421
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1422
|
+
__epPropKey: true;
|
|
1423
|
+
};
|
|
1424
|
+
}>> & {
|
|
1425
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1426
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1427
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1428
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1429
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
1430
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1431
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1432
|
+
"onPopup-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1433
|
+
}, {
|
|
1434
|
+
modelValue: import("vue").ComputedRef<string | number | boolean | any[] | Record<string, any> | undefined>;
|
|
1435
|
+
selectedLabel: import("vue").ComputedRef<string | string[]>;
|
|
1436
|
+
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1437
|
+
inputStyle: import("vue").ComputedRef<{
|
|
1438
|
+
minWidth: string;
|
|
1439
|
+
}>;
|
|
1440
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
1441
|
+
contentId: import("vue").Ref<string>;
|
|
1442
|
+
nsSelect: {
|
|
1443
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1444
|
+
b: (blockSuffix?: string) => string;
|
|
1445
|
+
e: (element?: string) => string;
|
|
1446
|
+
m: (modifier?: string) => string;
|
|
1447
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1448
|
+
em: (element?: string, modifier?: string) => string;
|
|
1449
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1450
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1451
|
+
is: {
|
|
1452
|
+
(name: string, state: boolean | undefined): string;
|
|
1453
|
+
(name: string): string;
|
|
1454
|
+
};
|
|
1455
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1456
|
+
cssVarName: (name: string) => string;
|
|
1457
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1458
|
+
cssVarBlockName: (name: string) => string;
|
|
1459
|
+
};
|
|
1460
|
+
nsInput: {
|
|
1461
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1462
|
+
b: (blockSuffix?: string) => string;
|
|
1463
|
+
e: (element?: string) => string;
|
|
1464
|
+
m: (modifier?: string) => string;
|
|
1465
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1466
|
+
em: (element?: string, modifier?: string) => string;
|
|
1467
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1468
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1469
|
+
is: {
|
|
1470
|
+
(name: string, state: boolean | undefined): string;
|
|
1471
|
+
(name: string): string;
|
|
1472
|
+
};
|
|
1473
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1474
|
+
cssVarName: (name: string) => string;
|
|
1475
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1476
|
+
cssVarBlockName: (name: string) => string;
|
|
1477
|
+
};
|
|
1478
|
+
states: {
|
|
1479
|
+
inputValue: string;
|
|
1480
|
+
options: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>;
|
|
1481
|
+
cachedOptions: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>;
|
|
1482
|
+
optionValues: (string | number | boolean | Record<string, any>)[];
|
|
1483
|
+
selected: {
|
|
1484
|
+
value: string | number | boolean | Record<string, any>;
|
|
1485
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1486
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1487
|
+
}[];
|
|
1488
|
+
hoveringIndex: number;
|
|
1489
|
+
inputHovering: boolean;
|
|
1490
|
+
selectionWidth: number;
|
|
1491
|
+
collapseItemWidth: number;
|
|
1492
|
+
previousQuery: string | null;
|
|
1493
|
+
selectedLabel: string;
|
|
1494
|
+
menuVisibleOnFocus: boolean;
|
|
1495
|
+
isBeforeHide: boolean;
|
|
1496
|
+
};
|
|
1497
|
+
isFocused: import("vue").Ref<boolean>;
|
|
1498
|
+
expanded: import("vue").Ref<boolean>;
|
|
1499
|
+
optionsArray: import("vue").ComputedRef<import("element-plus").SelectOptionProxy[]>;
|
|
1500
|
+
hoverOption: import("vue").Ref<any>;
|
|
1501
|
+
selectSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
1502
|
+
filteredOptionsCount: import("vue").ComputedRef<number>;
|
|
1503
|
+
updateTooltip: () => void;
|
|
1504
|
+
updateTagTooltip: () => void;
|
|
1505
|
+
debouncedOnInputChange: import("lodash").DebouncedFunc<() => void>;
|
|
1506
|
+
onInput: (event: Event) => void;
|
|
1507
|
+
deletePrevTag: (e: KeyboardEvent) => void;
|
|
1508
|
+
deleteTag: (event: MouseEvent, tag: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => void;
|
|
1509
|
+
deleteSelected: (event: Event) => void;
|
|
1510
|
+
handleOptionSelect: (option: import("element-plus").SelectOptionProxy) => void;
|
|
1511
|
+
scrollToOption: (option: import("element-plus").SelectOptionProxy | import("element-plus").SelectOptionProxy[] | import("element-plus").OptionBasic[]) => void;
|
|
1512
|
+
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
1513
|
+
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
1514
|
+
currentPlaceholder: import("vue").ComputedRef<string>;
|
|
1515
|
+
mouseEnterEventName: import("vue").ComputedRef<"mouseenter" | null>;
|
|
1516
|
+
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1517
|
+
showClose: import("vue").ComputedRef<boolean>;
|
|
1518
|
+
iconComponent: import("vue").ComputedRef<unknown | undefined>;
|
|
1519
|
+
iconReverse: import("vue").ComputedRef<string>;
|
|
1520
|
+
validateState: import("vue").ComputedRef<"" | "error" | "validating" | "success">;
|
|
1521
|
+
validateIcon: import("vue").ComputedRef<"" | import("vue").Component>;
|
|
1522
|
+
showNewOption: import("vue").ComputedRef<boolean>;
|
|
1523
|
+
updateOptions: () => void;
|
|
1524
|
+
collapseTagSize: import("vue").ComputedRef<"default" | "small">;
|
|
1525
|
+
setSelected: () => void;
|
|
1526
|
+
selectDisabled: import("vue").ComputedRef<boolean | undefined>;
|
|
1527
|
+
emptyText: import("vue").ComputedRef<string | null>;
|
|
1528
|
+
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1529
|
+
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1530
|
+
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1531
|
+
onOptionCreate: (vm: import("element-plus").SelectOptionProxy) => void;
|
|
1532
|
+
onOptionDestroy: (key: string | number | boolean | Record<string, any>, vm: import("element-plus").SelectOptionProxy) => void;
|
|
1533
|
+
handleMenuEnter: () => void;
|
|
1534
|
+
focus: () => void;
|
|
1535
|
+
blur: () => void;
|
|
1536
|
+
handleClearClick: (event: Event) => void;
|
|
1537
|
+
handleClickOutside: (event: Event) => void;
|
|
1538
|
+
handleEsc: () => void;
|
|
1539
|
+
toggleMenu: () => void;
|
|
1540
|
+
selectOption: () => void;
|
|
1541
|
+
getValueKey: (item: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => any;
|
|
1542
|
+
navigateOptions: (direction: "prev" | "next") => void;
|
|
1543
|
+
dropdownMenuVisible: import("vue").WritableComputedRef<boolean>;
|
|
1544
|
+
showTagList: import("vue").ComputedRef<{
|
|
1545
|
+
value: string | number | boolean | Record<string, any>;
|
|
1546
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1547
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1548
|
+
}[]>;
|
|
1549
|
+
collapseTagList: import("vue").ComputedRef<{
|
|
1550
|
+
value: string | number | boolean | Record<string, any>;
|
|
1551
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1552
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1553
|
+
}[]>;
|
|
1554
|
+
popupScroll: (data: {
|
|
1555
|
+
scrollTop: number;
|
|
1556
|
+
scrollLeft: number;
|
|
1557
|
+
}) => void;
|
|
1558
|
+
tagStyle: import("vue").ComputedRef<{
|
|
1559
|
+
maxWidth: string;
|
|
1560
|
+
}>;
|
|
1561
|
+
collapseTagStyle: import("vue").ComputedRef<{
|
|
1562
|
+
maxWidth: string;
|
|
1563
|
+
}>;
|
|
1564
|
+
popperRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
1565
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
1566
|
+
tooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1567
|
+
tagTooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1568
|
+
prefixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1569
|
+
suffixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1570
|
+
selectRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1571
|
+
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1572
|
+
selectionRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1573
|
+
scrollbarRef: import("vue").Ref<import("element-plus").ScrollbarInstance | undefined>;
|
|
1574
|
+
menuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1575
|
+
tagMenuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1576
|
+
collapseItemRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1577
|
+
}, {}, {}, {}, {
|
|
1578
|
+
disabled: boolean;
|
|
1579
|
+
offset: number;
|
|
1580
|
+
multiple: boolean;
|
|
1581
|
+
loading: boolean;
|
|
1582
|
+
modelValue: unknown;
|
|
1583
|
+
placement: import("element-plus").Placement;
|
|
1584
|
+
effect: import("element-plus").PopperEffect;
|
|
1585
|
+
tabindex: string | number;
|
|
1586
|
+
valueOnClear: string | number | boolean | Function;
|
|
1587
|
+
autocomplete: string;
|
|
1588
|
+
validateEvent: boolean;
|
|
1589
|
+
clearable: boolean;
|
|
1590
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
1591
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
1592
|
+
popperClass: string;
|
|
1593
|
+
teleported: boolean;
|
|
1594
|
+
persistent: boolean;
|
|
1595
|
+
showArrow: boolean;
|
|
1596
|
+
valueKey: string;
|
|
1597
|
+
fitInputWidth: boolean;
|
|
1598
|
+
filterable: boolean;
|
|
1599
|
+
collapseTags: boolean;
|
|
1600
|
+
maxCollapseTags: number;
|
|
1601
|
+
collapseTagsTooltip: boolean;
|
|
1602
|
+
tagType: "success" | "primary" | "warning" | "info" | "danger";
|
|
1603
|
+
tagEffect: "dark" | "light" | "plain";
|
|
1604
|
+
automaticDropdown: boolean;
|
|
1605
|
+
allowCreate: boolean;
|
|
1606
|
+
remote: boolean;
|
|
1607
|
+
multipleLimit: number;
|
|
1608
|
+
defaultFirstOption: boolean;
|
|
1609
|
+
reserveKeyword: boolean;
|
|
1610
|
+
remoteShowSuffix: boolean;
|
|
1611
|
+
}>;
|
|
1612
|
+
__isFragment?: never;
|
|
1613
|
+
__isTeleport?: never;
|
|
1614
|
+
__isSuspense?: never;
|
|
1615
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1616
|
+
ariaLabel: StringConstructor;
|
|
1617
|
+
emptyValues: ArrayConstructor;
|
|
1618
|
+
valueOnClear: {
|
|
1619
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
580
1620
|
readonly required: false;
|
|
581
1621
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
1622
|
__epPropKey: true;
|
|
1623
|
+
} & {
|
|
1624
|
+
readonly default: undefined;
|
|
583
1625
|
};
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
1626
|
+
name: StringConstructor;
|
|
1627
|
+
id: StringConstructor;
|
|
1628
|
+
modelValue: {
|
|
1629
|
+
readonly type: import("vue").PropType<unknown>;
|
|
587
1630
|
readonly required: false;
|
|
588
1631
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
589
1632
|
__epPropKey: true;
|
|
1633
|
+
} & {
|
|
1634
|
+
readonly default: undefined;
|
|
590
1635
|
};
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
596
|
-
__epPropKey: true;
|
|
597
|
-
};
|
|
598
|
-
tagEffect: {
|
|
599
|
-
default: string;
|
|
600
|
-
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
601
|
-
required: false;
|
|
602
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
1636
|
+
autocomplete: {
|
|
1637
|
+
readonly type: import("vue").PropType<string>;
|
|
1638
|
+
readonly required: false;
|
|
1639
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
603
1640
|
__epPropKey: true;
|
|
1641
|
+
} & {
|
|
1642
|
+
readonly default: string;
|
|
604
1643
|
};
|
|
605
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
606
|
-
remoteShowSuffix: BooleanConstructor;
|
|
607
|
-
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
608
|
-
offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
609
|
-
placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, string, boolean>;
|
|
610
|
-
fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, string[], boolean>;
|
|
611
|
-
tabindex: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
612
|
-
appendTo: StringConstructor;
|
|
613
|
-
}, {
|
|
614
|
-
modelValue: import("vue").ComputedRef<string | number | boolean | any[] | Record<string, any> | undefined>;
|
|
615
|
-
selectedLabel: import("vue").ComputedRef<any>;
|
|
616
|
-
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
617
|
-
inputStyle: import("vue").ComputedRef<{
|
|
618
|
-
minWidth: string;
|
|
619
|
-
}>;
|
|
620
|
-
inputId: Ref<string | undefined>;
|
|
621
|
-
contentId: Ref<string | undefined>;
|
|
622
|
-
nsSelect: Ref<string | undefined>;
|
|
623
|
-
nsInput: Ref<string | undefined>;
|
|
624
|
-
states: Reactive<Record<string, any>>;
|
|
625
|
-
isFocused: Ref<boolean>;
|
|
626
|
-
expanded: Ref<boolean>;
|
|
627
|
-
optionsArray: ComputedRef<any[]>;
|
|
628
|
-
hoverOption: Ref<unknown>;
|
|
629
|
-
selectSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
630
|
-
filteredOptionsCount: ComputedRef<number>;
|
|
631
|
-
resetCalculatorWidth: () => void;
|
|
632
|
-
updateTooltip: () => void;
|
|
633
|
-
updateTagTooltip: () => void;
|
|
634
|
-
debouncedOnInputChange: DebouncedFunc<() => void>;
|
|
635
|
-
onInput: (event: Event) => void;
|
|
636
|
-
deletePrevTag: (event: Event) => void;
|
|
637
|
-
deleteTag: (event: Event, tag: any) => void;
|
|
638
|
-
deleteSelected: (event: Event) => void;
|
|
639
|
-
handleOptionSelect: (option: any) => void;
|
|
640
|
-
scrollToOption: (option: any) => void;
|
|
641
|
-
hasModelValue: ComputedRef<boolean>;
|
|
642
|
-
shouldShowPlaceholder: ComputedRef<boolean>;
|
|
643
|
-
currentPlaceholder: ComputedRef<string>;
|
|
644
|
-
mouseEnterEventName: Ref<string | null>;
|
|
645
|
-
needStatusIcon: ComputedRef<boolean>;
|
|
646
|
-
showClose: ComputedRef<boolean>;
|
|
647
|
-
iconComponent: ComputedRef<string>;
|
|
648
|
-
iconReverse: ComputedRef<boolean>;
|
|
649
|
-
validateState: ComputedRef<string>;
|
|
650
|
-
popupScroll: (data: {
|
|
651
|
-
scrollTop: number;
|
|
652
|
-
scrollLeft: number;
|
|
653
|
-
}) => void;
|
|
654
|
-
validateIcon: ComputedRef<unknown>;
|
|
655
|
-
showNewOption: ComputedRef<boolean>;
|
|
656
|
-
updateOptions: () => void;
|
|
657
|
-
collapseTagSize: ComputedRef<"default" | "small">;
|
|
658
|
-
setSelected: () => void;
|
|
659
|
-
selectDisabled: ComputedRef<boolean>;
|
|
660
|
-
emptyText: ComputedRef<string | null>;
|
|
661
|
-
handleCompositionStart: (e: Event) => void;
|
|
662
|
-
handleCompositionUpdate: (e: Event) => void;
|
|
663
|
-
handleCompositionEnd: (e: Event) => void;
|
|
664
|
-
onOptionCreate: (vm: import("element-plus/es/components/select/src/token").SelectOptionProxy) => void;
|
|
665
|
-
onOptionDestroy: (key: any, vm: import("element-plus/es/components/select/src/token").SelectOptionProxy) => void;
|
|
666
|
-
handleMenuEnter: () => void;
|
|
667
|
-
focus: () => void;
|
|
668
|
-
blur: () => void;
|
|
669
|
-
handleClearClick: (event: Event) => void;
|
|
670
|
-
handleClickOutside: (event: Event) => void;
|
|
671
|
-
handleEsc: () => void;
|
|
672
|
-
toggleMenu: () => void;
|
|
673
|
-
selectOption: () => void;
|
|
674
|
-
getValueKey: (item: any) => any;
|
|
675
|
-
navigateOptions: (direction: string) => void;
|
|
676
|
-
dropdownMenuVisible: WritableComputedRef<boolean>;
|
|
677
|
-
showTagList: ComputedRef<unknown[]>;
|
|
678
|
-
collapseTagList: ComputedRef<unknown[]>;
|
|
679
|
-
tagStyle: ComputedRef<unknown>;
|
|
680
|
-
collapseTagStyle: ComputedRef<unknown>;
|
|
681
|
-
popperRef: ComputedRef<unknown>;
|
|
682
|
-
inputRef: Ref<HTMLInputElement | null>;
|
|
683
|
-
tooltipRef: Ref<InstanceType<typeof import("element-plus").ElTooltip> | null>;
|
|
684
|
-
tagTooltipRef: Ref<InstanceType<typeof import("element-plus").ElTooltip> | null>;
|
|
685
|
-
prefixRef: Ref<HTMLElement>;
|
|
686
|
-
suffixRef: Ref<HTMLElement>;
|
|
687
|
-
selectRef: Ref<HTMLElement>;
|
|
688
|
-
wrapperRef: Ref<HTMLElement>;
|
|
689
|
-
selectionRef: Ref<HTMLElement>;
|
|
690
|
-
scrollbarRef: Ref<{
|
|
691
|
-
handleScroll: () => void;
|
|
692
|
-
} | null>;
|
|
693
|
-
menuRef: Ref<HTMLElement>;
|
|
694
|
-
tagMenuRef: Ref<HTMLElement>;
|
|
695
|
-
collapseItemRef: Ref<HTMLElement>;
|
|
696
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focus" | "update:modelValue" | "change" | "blur" | "visible-change" | "remove-tag" | "popup-scroll")[], "clear" | "focus" | "update:modelValue" | "change" | "blur" | "visible-change" | "remove-tag" | "popup-scroll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
697
|
-
ariaLabel: StringConstructor;
|
|
698
|
-
emptyValues: ArrayConstructor;
|
|
699
|
-
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
700
|
-
name: StringConstructor;
|
|
701
|
-
id: StringConstructor;
|
|
702
|
-
modelValue: import("element-plus/es/utils").EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown, undefined, boolean>;
|
|
703
|
-
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
704
1644
|
automaticDropdown: BooleanConstructor;
|
|
705
1645
|
size: {
|
|
706
|
-
readonly type: import("vue").PropType<
|
|
1646
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1647
|
+
readonly required: false;
|
|
1648
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1649
|
+
__epPropKey: true;
|
|
1650
|
+
};
|
|
1651
|
+
effect: {
|
|
1652
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
707
1653
|
readonly required: false;
|
|
708
1654
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
1655
|
__epPropKey: true;
|
|
1656
|
+
} & {
|
|
1657
|
+
readonly default: string;
|
|
710
1658
|
};
|
|
711
|
-
effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/element-plus/index.js").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/element-plus/index.js").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
712
1659
|
disabled: BooleanConstructor;
|
|
713
1660
|
clearable: BooleanConstructor;
|
|
714
1661
|
filterable: BooleanConstructor;
|
|
715
1662
|
allowCreate: BooleanConstructor;
|
|
716
1663
|
loading: BooleanConstructor;
|
|
717
|
-
popperClass:
|
|
718
|
-
|
|
1664
|
+
popperClass: {
|
|
1665
|
+
readonly type: import("vue").PropType<string>;
|
|
1666
|
+
readonly required: false;
|
|
1667
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1668
|
+
__epPropKey: true;
|
|
1669
|
+
} & {
|
|
1670
|
+
readonly default: string;
|
|
1671
|
+
};
|
|
1672
|
+
popperOptions: {
|
|
1673
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
1674
|
+
readonly required: false;
|
|
1675
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1676
|
+
__epPropKey: true;
|
|
1677
|
+
} & {
|
|
1678
|
+
readonly default: () => Partial<import("element-plus").Options>;
|
|
1679
|
+
};
|
|
719
1680
|
remote: BooleanConstructor;
|
|
720
1681
|
loadingText: StringConstructor;
|
|
721
1682
|
noMatchText: StringConstructor;
|
|
@@ -723,7 +1684,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
723
1684
|
remoteMethod: FunctionConstructor;
|
|
724
1685
|
filterMethod: FunctionConstructor;
|
|
725
1686
|
multiple: BooleanConstructor;
|
|
726
|
-
multipleLimit:
|
|
1687
|
+
multipleLimit: {
|
|
1688
|
+
readonly type: import("vue").PropType<number>;
|
|
1689
|
+
readonly required: false;
|
|
1690
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1691
|
+
__epPropKey: true;
|
|
1692
|
+
} & {
|
|
1693
|
+
readonly default: number;
|
|
1694
|
+
};
|
|
727
1695
|
placeholder: {
|
|
728
1696
|
readonly type: import("vue").PropType<string>;
|
|
729
1697
|
readonly required: false;
|
|
@@ -731,48 +1699,130 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
731
1699
|
__epPropKey: true;
|
|
732
1700
|
};
|
|
733
1701
|
defaultFirstOption: BooleanConstructor;
|
|
734
|
-
reserveKeyword:
|
|
735
|
-
|
|
1702
|
+
reserveKeyword: {
|
|
1703
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1704
|
+
readonly required: false;
|
|
1705
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1706
|
+
__epPropKey: true;
|
|
1707
|
+
} & {
|
|
1708
|
+
readonly default: boolean;
|
|
1709
|
+
};
|
|
1710
|
+
valueKey: {
|
|
1711
|
+
readonly type: import("vue").PropType<string>;
|
|
1712
|
+
readonly required: false;
|
|
1713
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1714
|
+
__epPropKey: true;
|
|
1715
|
+
} & {
|
|
1716
|
+
readonly default: string;
|
|
1717
|
+
};
|
|
736
1718
|
collapseTags: BooleanConstructor;
|
|
737
1719
|
collapseTagsTooltip: BooleanConstructor;
|
|
738
|
-
maxCollapseTags:
|
|
739
|
-
|
|
740
|
-
|
|
1720
|
+
maxCollapseTags: {
|
|
1721
|
+
readonly type: import("vue").PropType<number>;
|
|
1722
|
+
readonly required: false;
|
|
1723
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1724
|
+
__epPropKey: true;
|
|
1725
|
+
} & {
|
|
1726
|
+
readonly default: number;
|
|
1727
|
+
};
|
|
1728
|
+
teleported: {
|
|
1729
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1730
|
+
readonly required: false;
|
|
1731
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1732
|
+
__epPropKey: true;
|
|
1733
|
+
} & {
|
|
1734
|
+
readonly default: true;
|
|
1735
|
+
};
|
|
1736
|
+
persistent: {
|
|
1737
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1738
|
+
readonly required: false;
|
|
1739
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1740
|
+
__epPropKey: true;
|
|
1741
|
+
} & {
|
|
1742
|
+
readonly default: boolean;
|
|
1743
|
+
};
|
|
741
1744
|
clearIcon: {
|
|
742
|
-
readonly type: import("vue").PropType<
|
|
1745
|
+
readonly type: import("vue").PropType<unknown>;
|
|
743
1746
|
readonly required: false;
|
|
744
1747
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
745
1748
|
__epPropKey: true;
|
|
746
1749
|
};
|
|
747
1750
|
fitInputWidth: BooleanConstructor;
|
|
748
1751
|
suffixIcon: {
|
|
749
|
-
readonly type: import("vue").PropType<
|
|
1752
|
+
readonly type: import("vue").PropType<unknown>;
|
|
750
1753
|
readonly required: false;
|
|
751
1754
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
752
1755
|
__epPropKey: true;
|
|
753
1756
|
};
|
|
754
1757
|
tagType: {
|
|
755
1758
|
default: string;
|
|
756
|
-
type: import("vue").PropType<
|
|
1759
|
+
type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
757
1760
|
required: false;
|
|
758
1761
|
validator: ((val: unknown) => boolean) | undefined;
|
|
759
1762
|
__epPropKey: true;
|
|
760
1763
|
};
|
|
761
1764
|
tagEffect: {
|
|
762
1765
|
default: string;
|
|
763
|
-
type: import("vue").PropType<
|
|
1766
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
764
1767
|
required: false;
|
|
765
1768
|
validator: ((val: unknown) => boolean) | undefined;
|
|
766
1769
|
__epPropKey: true;
|
|
767
1770
|
};
|
|
768
|
-
validateEvent:
|
|
1771
|
+
validateEvent: {
|
|
1772
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1773
|
+
readonly required: false;
|
|
1774
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1775
|
+
__epPropKey: true;
|
|
1776
|
+
} & {
|
|
1777
|
+
readonly default: boolean;
|
|
1778
|
+
};
|
|
769
1779
|
remoteShowSuffix: BooleanConstructor;
|
|
770
|
-
showArrow:
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
1780
|
+
showArrow: {
|
|
1781
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1782
|
+
readonly required: false;
|
|
1783
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1784
|
+
__epPropKey: true;
|
|
1785
|
+
} & {
|
|
1786
|
+
readonly default: boolean;
|
|
1787
|
+
};
|
|
1788
|
+
offset: {
|
|
1789
|
+
readonly type: import("vue").PropType<number>;
|
|
1790
|
+
readonly required: false;
|
|
1791
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1792
|
+
__epPropKey: true;
|
|
1793
|
+
} & {
|
|
1794
|
+
readonly default: number;
|
|
1795
|
+
};
|
|
1796
|
+
placement: {
|
|
1797
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1798
|
+
readonly required: false;
|
|
1799
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1800
|
+
__epPropKey: true;
|
|
1801
|
+
} & {
|
|
1802
|
+
readonly default: string;
|
|
1803
|
+
};
|
|
1804
|
+
fallbackPlacements: {
|
|
1805
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1806
|
+
readonly required: false;
|
|
1807
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1808
|
+
__epPropKey: true;
|
|
1809
|
+
} & {
|
|
1810
|
+
readonly default: string[];
|
|
1811
|
+
};
|
|
1812
|
+
tabindex: {
|
|
1813
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1814
|
+
readonly required: false;
|
|
1815
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1816
|
+
__epPropKey: true;
|
|
1817
|
+
} & {
|
|
1818
|
+
readonly default: number;
|
|
1819
|
+
};
|
|
1820
|
+
appendTo: {
|
|
1821
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
1822
|
+
readonly required: false;
|
|
1823
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1824
|
+
__epPropKey: true;
|
|
1825
|
+
};
|
|
776
1826
|
}>> & {
|
|
777
1827
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
778
1828
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -783,46 +1833,197 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
783
1833
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
784
1834
|
"onPopup-scroll"?: ((...args: any[]) => any) | undefined;
|
|
785
1835
|
}, {
|
|
1836
|
+
modelValue: import("vue").ComputedRef<string | number | boolean | any[] | Record<string, any> | undefined>;
|
|
1837
|
+
selectedLabel: import("vue").ComputedRef<string | string[]>;
|
|
1838
|
+
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1839
|
+
inputStyle: import("vue").ComputedRef<{
|
|
1840
|
+
minWidth: string;
|
|
1841
|
+
}>;
|
|
1842
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
1843
|
+
contentId: import("vue").Ref<string>;
|
|
1844
|
+
nsSelect: {
|
|
1845
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1846
|
+
b: (blockSuffix?: string) => string;
|
|
1847
|
+
e: (element?: string) => string;
|
|
1848
|
+
m: (modifier?: string) => string;
|
|
1849
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1850
|
+
em: (element?: string, modifier?: string) => string;
|
|
1851
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1852
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1853
|
+
is: {
|
|
1854
|
+
(name: string, state: boolean | undefined): string;
|
|
1855
|
+
(name: string): string;
|
|
1856
|
+
};
|
|
1857
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1858
|
+
cssVarName: (name: string) => string;
|
|
1859
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1860
|
+
cssVarBlockName: (name: string) => string;
|
|
1861
|
+
};
|
|
1862
|
+
nsInput: {
|
|
1863
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1864
|
+
b: (blockSuffix?: string) => string;
|
|
1865
|
+
e: (element?: string) => string;
|
|
1866
|
+
m: (modifier?: string) => string;
|
|
1867
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1868
|
+
em: (element?: string, modifier?: string) => string;
|
|
1869
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1870
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1871
|
+
is: {
|
|
1872
|
+
(name: string, state: boolean | undefined): string;
|
|
1873
|
+
(name: string): string;
|
|
1874
|
+
};
|
|
1875
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1876
|
+
cssVarName: (name: string) => string;
|
|
1877
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1878
|
+
cssVarBlockName: (name: string) => string;
|
|
1879
|
+
};
|
|
1880
|
+
states: {
|
|
1881
|
+
inputValue: string;
|
|
1882
|
+
options: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>;
|
|
1883
|
+
cachedOptions: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>;
|
|
1884
|
+
optionValues: (string | number | boolean | Record<string, any>)[];
|
|
1885
|
+
selected: {
|
|
1886
|
+
value: string | number | boolean | Record<string, any>;
|
|
1887
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1888
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1889
|
+
}[];
|
|
1890
|
+
hoveringIndex: number;
|
|
1891
|
+
inputHovering: boolean;
|
|
1892
|
+
selectionWidth: number;
|
|
1893
|
+
collapseItemWidth: number;
|
|
1894
|
+
previousQuery: string | null;
|
|
1895
|
+
selectedLabel: string;
|
|
1896
|
+
menuVisibleOnFocus: boolean;
|
|
1897
|
+
isBeforeHide: boolean;
|
|
1898
|
+
};
|
|
1899
|
+
isFocused: import("vue").Ref<boolean>;
|
|
1900
|
+
expanded: import("vue").Ref<boolean>;
|
|
1901
|
+
optionsArray: import("vue").ComputedRef<import("element-plus").SelectOptionProxy[]>;
|
|
1902
|
+
hoverOption: import("vue").Ref<any>;
|
|
1903
|
+
selectSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
1904
|
+
filteredOptionsCount: import("vue").ComputedRef<number>;
|
|
1905
|
+
updateTooltip: () => void;
|
|
1906
|
+
updateTagTooltip: () => void;
|
|
1907
|
+
debouncedOnInputChange: import("lodash").DebouncedFunc<() => void>;
|
|
1908
|
+
onInput: (event: Event) => void;
|
|
1909
|
+
deletePrevTag: (e: KeyboardEvent) => void;
|
|
1910
|
+
deleteTag: (event: MouseEvent, tag: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => void;
|
|
1911
|
+
deleteSelected: (event: Event) => void;
|
|
1912
|
+
handleOptionSelect: (option: import("element-plus").SelectOptionProxy) => void;
|
|
1913
|
+
scrollToOption: (option: import("element-plus").SelectOptionProxy | import("element-plus").SelectOptionProxy[] | import("element-plus").OptionBasic[]) => void;
|
|
1914
|
+
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
1915
|
+
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
1916
|
+
currentPlaceholder: import("vue").ComputedRef<string>;
|
|
1917
|
+
mouseEnterEventName: import("vue").ComputedRef<"mouseenter" | null>;
|
|
1918
|
+
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1919
|
+
showClose: import("vue").ComputedRef<boolean>;
|
|
1920
|
+
iconComponent: import("vue").ComputedRef<unknown | undefined>;
|
|
1921
|
+
iconReverse: import("vue").ComputedRef<string>;
|
|
1922
|
+
validateState: import("vue").ComputedRef<"" | "error" | "validating" | "success">;
|
|
1923
|
+
validateIcon: import("vue").ComputedRef<"" | import("vue").Component>;
|
|
1924
|
+
showNewOption: import("vue").ComputedRef<boolean>;
|
|
1925
|
+
updateOptions: () => void;
|
|
1926
|
+
collapseTagSize: import("vue").ComputedRef<"default" | "small">;
|
|
1927
|
+
setSelected: () => void;
|
|
1928
|
+
selectDisabled: import("vue").ComputedRef<boolean | undefined>;
|
|
1929
|
+
emptyText: import("vue").ComputedRef<string | null>;
|
|
1930
|
+
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1931
|
+
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1932
|
+
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1933
|
+
onOptionCreate: (vm: import("element-plus").SelectOptionProxy) => void;
|
|
1934
|
+
onOptionDestroy: (key: string | number | boolean | Record<string, any>, vm: import("element-plus").SelectOptionProxy) => void;
|
|
1935
|
+
handleMenuEnter: () => void;
|
|
1936
|
+
focus: () => void;
|
|
1937
|
+
blur: () => void;
|
|
1938
|
+
handleClearClick: (event: Event) => void;
|
|
1939
|
+
handleClickOutside: (event: Event) => void;
|
|
1940
|
+
handleEsc: () => void;
|
|
1941
|
+
toggleMenu: () => void;
|
|
1942
|
+
selectOption: () => void;
|
|
1943
|
+
getValueKey: (item: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => any;
|
|
1944
|
+
navigateOptions: (direction: "prev" | "next") => void;
|
|
1945
|
+
dropdownMenuVisible: import("vue").WritableComputedRef<boolean>;
|
|
1946
|
+
showTagList: import("vue").ComputedRef<{
|
|
1947
|
+
value: string | number | boolean | Record<string, any>;
|
|
1948
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1949
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1950
|
+
}[]>;
|
|
1951
|
+
collapseTagList: import("vue").ComputedRef<{
|
|
1952
|
+
value: string | number | boolean | Record<string, any>;
|
|
1953
|
+
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1954
|
+
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1955
|
+
}[]>;
|
|
1956
|
+
popupScroll: (data: {
|
|
1957
|
+
scrollTop: number;
|
|
1958
|
+
scrollLeft: number;
|
|
1959
|
+
}) => void;
|
|
1960
|
+
tagStyle: import("vue").ComputedRef<{
|
|
1961
|
+
maxWidth: string;
|
|
1962
|
+
}>;
|
|
1963
|
+
collapseTagStyle: import("vue").ComputedRef<{
|
|
1964
|
+
maxWidth: string;
|
|
1965
|
+
}>;
|
|
1966
|
+
popperRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
1967
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
1968
|
+
tooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1969
|
+
tagTooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1970
|
+
prefixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1971
|
+
suffixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1972
|
+
selectRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1973
|
+
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1974
|
+
selectionRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1975
|
+
scrollbarRef: import("vue").Ref<import("element-plus").ScrollbarInstance | undefined>;
|
|
1976
|
+
menuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1977
|
+
tagMenuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1978
|
+
collapseItemRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1979
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "update:modelValue" | "change" | "blur" | "remove-tag" | "visible-change" | "popup-scroll")[], "focus" | "clear" | "update:modelValue" | "change" | "blur" | "remove-tag" | "visible-change" | "popup-scroll", {
|
|
786
1980
|
disabled: boolean;
|
|
787
1981
|
offset: number;
|
|
788
1982
|
multiple: boolean;
|
|
789
1983
|
loading: boolean;
|
|
790
|
-
modelValue:
|
|
791
|
-
placement: import("element-plus
|
|
792
|
-
effect: import("element-plus
|
|
793
|
-
tabindex:
|
|
794
|
-
valueOnClear:
|
|
1984
|
+
modelValue: unknown;
|
|
1985
|
+
placement: import("element-plus").Placement;
|
|
1986
|
+
effect: import("element-plus").PopperEffect;
|
|
1987
|
+
tabindex: string | number;
|
|
1988
|
+
valueOnClear: string | number | boolean | Function;
|
|
795
1989
|
autocomplete: string;
|
|
796
|
-
validateEvent:
|
|
1990
|
+
validateEvent: boolean;
|
|
797
1991
|
clearable: boolean;
|
|
798
1992
|
fallbackPlacements: import("element-plus").Placement[];
|
|
799
1993
|
popperOptions: Partial<import("element-plus").Options>;
|
|
800
1994
|
popperClass: string;
|
|
801
|
-
teleported:
|
|
802
|
-
persistent:
|
|
803
|
-
showArrow:
|
|
1995
|
+
teleported: boolean;
|
|
1996
|
+
persistent: boolean;
|
|
1997
|
+
showArrow: boolean;
|
|
804
1998
|
valueKey: string;
|
|
805
1999
|
fitInputWidth: boolean;
|
|
806
2000
|
filterable: boolean;
|
|
807
2001
|
collapseTags: boolean;
|
|
808
2002
|
maxCollapseTags: number;
|
|
809
2003
|
collapseTagsTooltip: boolean;
|
|
810
|
-
tagType:
|
|
811
|
-
tagEffect:
|
|
2004
|
+
tagType: "success" | "primary" | "warning" | "info" | "danger";
|
|
2005
|
+
tagEffect: "dark" | "light" | "plain";
|
|
812
2006
|
automaticDropdown: boolean;
|
|
813
2007
|
allowCreate: boolean;
|
|
814
2008
|
remote: boolean;
|
|
815
2009
|
multipleLimit: number;
|
|
816
2010
|
defaultFirstOption: boolean;
|
|
817
|
-
reserveKeyword:
|
|
2011
|
+
reserveKeyword: boolean;
|
|
818
2012
|
remoteShowSuffix: boolean;
|
|
819
|
-
}, {},
|
|
2013
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & {
|
|
820
2014
|
Option: import("vue").DefineComponent<{
|
|
821
2015
|
value: {
|
|
822
|
-
|
|
823
|
-
|
|
2016
|
+
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
2017
|
+
readonly required: true;
|
|
2018
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2019
|
+
__epPropKey: true;
|
|
2020
|
+
};
|
|
2021
|
+
label: {
|
|
2022
|
+
readonly type: import("vue").PropType<string | number>;
|
|
2023
|
+
readonly required: false;
|
|
2024
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2025
|
+
__epPropKey: true;
|
|
824
2026
|
};
|
|
825
|
-
label: (NumberConstructor | StringConstructor)[];
|
|
826
2027
|
created: BooleanConstructor;
|
|
827
2028
|
disabled: BooleanConstructor;
|
|
828
2029
|
}, {
|
|
@@ -846,38 +2047,45 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
846
2047
|
};
|
|
847
2048
|
id: import("vue").Ref<string>;
|
|
848
2049
|
containerKls: import("vue").ComputedRef<string[]>;
|
|
849
|
-
currentLabel: import("vue").ComputedRef<
|
|
2050
|
+
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
850
2051
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
851
|
-
isDisabled: import("vue").ComputedRef<
|
|
852
|
-
select: import("element-plus").SelectContext
|
|
853
|
-
hoverItem: () => void;
|
|
854
|
-
updateOption: (query: string) => void;
|
|
2052
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
2053
|
+
select: import("element-plus").SelectContext;
|
|
855
2054
|
visible: import("vue").Ref<boolean>;
|
|
856
2055
|
hover: import("vue").Ref<boolean>;
|
|
857
|
-
selectOptionClick: () => void;
|
|
858
2056
|
states: {
|
|
859
2057
|
index: number;
|
|
860
2058
|
groupDisabled: boolean;
|
|
861
2059
|
visible: boolean;
|
|
862
2060
|
hover: boolean;
|
|
863
2061
|
};
|
|
2062
|
+
hoverItem: () => void;
|
|
2063
|
+
updateOption: (query: string) => void;
|
|
2064
|
+
selectOptionClick: () => void;
|
|
864
2065
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
865
2066
|
value: {
|
|
866
|
-
|
|
867
|
-
|
|
2067
|
+
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
2068
|
+
readonly required: true;
|
|
2069
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2070
|
+
__epPropKey: true;
|
|
2071
|
+
};
|
|
2072
|
+
label: {
|
|
2073
|
+
readonly type: import("vue").PropType<string | number>;
|
|
2074
|
+
readonly required: false;
|
|
2075
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2076
|
+
__epPropKey: true;
|
|
868
2077
|
};
|
|
869
|
-
label: (NumberConstructor | StringConstructor)[];
|
|
870
2078
|
created: BooleanConstructor;
|
|
871
2079
|
disabled: BooleanConstructor;
|
|
872
2080
|
}>>, {
|
|
873
2081
|
disabled: boolean;
|
|
874
2082
|
created: boolean;
|
|
875
|
-
}
|
|
2083
|
+
}>;
|
|
876
2084
|
OptionGroup: import("vue").DefineComponent<{
|
|
877
2085
|
label: StringConstructor;
|
|
878
2086
|
disabled: BooleanConstructor;
|
|
879
2087
|
}, {
|
|
880
|
-
groupRef: import("vue").Ref<
|
|
2088
|
+
groupRef: import("vue").Ref<HTMLElement | undefined>;
|
|
881
2089
|
visible: import("vue").ComputedRef<boolean>;
|
|
882
2090
|
ns: {
|
|
883
2091
|
namespace: import("vue").ComputedRef<string>;
|
|
@@ -902,7 +2110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
902
2110
|
disabled: BooleanConstructor;
|
|
903
2111
|
}>>, {
|
|
904
2112
|
disabled: boolean;
|
|
905
|
-
}
|
|
2113
|
+
}>;
|
|
906
2114
|
};
|
|
907
2115
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
908
2116
|
export default _default;
|