vft 0.0.155 → 0.0.158
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/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +43 -43
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button/use-button.js +3 -3
- package/es/components/card/index.d.ts +4 -4
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +7 -7
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +48 -48
- package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +14 -13
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -4
- package/es/components/date-picker/index.d.ts +8 -8
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +30 -30
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +24 -24
- package/es/components/index.js +113 -113
- package/es/components/loading/index.d.ts +48 -0
- package/es/components/loading/loading.d.ts +36 -0
- package/es/components/modal/index.d.ts +19 -19
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/popconfirm/index.d.ts +11 -11
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/select/index.d.ts +1872 -2
- package/es/components/select/select.vue.d.ts +936 -1
- package/es/components/select/useSelect.d.ts +2 -2
- package/es/components/super-form/index.d.ts +12 -12
- package/es/components/switch/index.d.ts +5 -5
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +67 -67
- package/es/components/table/table.vue.d.ts +1 -1
- package/es/components/time-picker/common/picker.vue.d.ts +5 -5
- package/es/components/time-picker/index.d.ts +8 -8
- package/es/components/time-picker/time-picker.d.ts +4 -4
- package/es/components/tree/index.d.ts +12 -12
- package/es/components/tree/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +38 -38
- package/es/components/upload/upload-content.vue.d.ts +2 -2
- package/es/components/upload/upload.vue.d.ts +2 -2
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +43 -43
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/card/index.d.ts +4 -4
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +7 -7
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +48 -48
- package/lib/components/clamp-tooltip/clamp-tooltip.vue2.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -4
- package/lib/components/date-picker/index.d.ts +8 -8
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +30 -30
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +24 -24
- package/lib/components/index.cjs +1 -1
- package/lib/components/loading/index.d.ts +48 -0
- package/lib/components/loading/loading.d.ts +36 -0
- package/lib/components/modal/index.d.ts +19 -19
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/popconfirm/index.d.ts +11 -11
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/select/index.d.ts +1872 -2
- package/lib/components/select/select.vue.d.ts +936 -1
- package/lib/components/select/useSelect.d.ts +2 -2
- package/lib/components/super-form/index.d.ts +12 -12
- package/lib/components/switch/index.d.ts +5 -5
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +67 -67
- package/lib/components/table/table.vue.d.ts +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +5 -5
- package/lib/components/time-picker/index.d.ts +8 -8
- package/lib/components/time-picker/time-picker.d.ts +4 -4
- package/lib/components/tree/index.d.ts +12 -12
- package/lib/components/tree/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +38 -38
- package/lib/components/upload/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/upload.vue.d.ts +2 -2
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +6 -6
- package/web-types.json +1 -1
|
@@ -1,2 +1,937 @@
|
|
|
1
|
-
declare const _default: (
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
allowCreate: BooleanConstructor;
|
|
3
|
+
autocomplete: {
|
|
4
|
+
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
automaticDropdown: BooleanConstructor;
|
|
8
|
+
clearable: BooleanConstructor;
|
|
9
|
+
clearIcon: {
|
|
10
|
+
type: globalThis.PropType<string | globalThis.Component>;
|
|
11
|
+
};
|
|
12
|
+
effect: {
|
|
13
|
+
type: globalThis.PropType<string>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
collapseTags: BooleanConstructor;
|
|
17
|
+
collapseTagsTooltip: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
maxCollapseTags: {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
default: number;
|
|
24
|
+
};
|
|
25
|
+
defaultFirstOption: BooleanConstructor;
|
|
26
|
+
disabled: BooleanConstructor;
|
|
27
|
+
estimatedOptionHeight: {
|
|
28
|
+
type: NumberConstructor;
|
|
29
|
+
default: undefined;
|
|
30
|
+
};
|
|
31
|
+
filterable: BooleanConstructor;
|
|
32
|
+
filterMethod: FunctionConstructor;
|
|
33
|
+
height: {
|
|
34
|
+
type: NumberConstructor;
|
|
35
|
+
default: number;
|
|
36
|
+
};
|
|
37
|
+
itemHeight: {
|
|
38
|
+
type: NumberConstructor;
|
|
39
|
+
default: number;
|
|
40
|
+
};
|
|
41
|
+
id: StringConstructor;
|
|
42
|
+
loading: BooleanConstructor;
|
|
43
|
+
loadingText: StringConstructor;
|
|
44
|
+
label: StringConstructor;
|
|
45
|
+
modelValue: globalThis.PropType<any>;
|
|
46
|
+
multiple: BooleanConstructor;
|
|
47
|
+
multipleLimit: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
name: StringConstructor;
|
|
52
|
+
noDataText: StringConstructor;
|
|
53
|
+
noMatchText: StringConstructor;
|
|
54
|
+
remoteMethod: FunctionConstructor;
|
|
55
|
+
reserveKeyword: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
options: {
|
|
60
|
+
type: globalThis.PropType<import("./select.types").OptionType[]>;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
63
|
+
placeholder: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
66
|
+
teleported: StringConstructor;
|
|
67
|
+
persistent: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
popperClass: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
popperOptions: {
|
|
76
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
77
|
+
default: () => Partial<import("@popperjs/core").Options>;
|
|
78
|
+
};
|
|
79
|
+
remote: BooleanConstructor;
|
|
80
|
+
size: {
|
|
81
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
82
|
+
};
|
|
83
|
+
valueKey: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
scrollbarAlwaysOn: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
validateEvent: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
placement: {
|
|
96
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
97
|
+
values: import("@popperjs/core").Placement[];
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
}, {
|
|
101
|
+
modelValue: globalThis.ComputedRef<any>;
|
|
102
|
+
collapseTagSize: globalThis.ComputedRef<"default" | "small">;
|
|
103
|
+
currentPlaceholder: globalThis.ComputedRef<string>;
|
|
104
|
+
expanded: globalThis.Ref<boolean>;
|
|
105
|
+
emptyText: globalThis.ComputedRef<string | false | null>;
|
|
106
|
+
popupHeight: globalThis.ComputedRef<number>;
|
|
107
|
+
debounce: globalThis.ComputedRef<0 | 300>;
|
|
108
|
+
filteredOptions: globalThis.ComputedRef<never[]>;
|
|
109
|
+
iconComponent: globalThis.ComputedRef<"" | "icon-arrow-up">;
|
|
110
|
+
iconReverse: globalThis.ComputedRef<string>;
|
|
111
|
+
inputWrapperStyle: globalThis.ComputedRef<import("vue").CSSProperties>;
|
|
112
|
+
popperSize: globalThis.Ref<number>;
|
|
113
|
+
dropdownMenuVisible: globalThis.WritableComputedRef<boolean>;
|
|
114
|
+
hasModelValue: globalThis.ComputedRef<boolean>;
|
|
115
|
+
shouldShowPlaceholder: globalThis.ComputedRef<boolean>;
|
|
116
|
+
selectDisabled: globalThis.ComputedRef<boolean | undefined>;
|
|
117
|
+
selectSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
118
|
+
showClearBtn: globalThis.ComputedRef<boolean>;
|
|
119
|
+
states: {
|
|
120
|
+
inputValue: string;
|
|
121
|
+
displayInputValue: string;
|
|
122
|
+
calculatedWidth: number;
|
|
123
|
+
cachedPlaceholder: string;
|
|
124
|
+
cachedOptions: {
|
|
125
|
+
[x: string]: any;
|
|
126
|
+
label: string;
|
|
127
|
+
created?: boolean | undefined;
|
|
128
|
+
value: any;
|
|
129
|
+
}[];
|
|
130
|
+
createdOptions: {
|
|
131
|
+
[x: string]: any;
|
|
132
|
+
label: string;
|
|
133
|
+
created?: boolean | undefined;
|
|
134
|
+
value: any;
|
|
135
|
+
}[];
|
|
136
|
+
createdLabel: string;
|
|
137
|
+
createdSelected: boolean;
|
|
138
|
+
currentPlaceholder: string;
|
|
139
|
+
hoveringIndex: number;
|
|
140
|
+
comboBoxHovering: boolean;
|
|
141
|
+
isOnComposition: boolean;
|
|
142
|
+
isSilentBlur: boolean;
|
|
143
|
+
isComposing: boolean;
|
|
144
|
+
inputLength: number;
|
|
145
|
+
selectWidth: number;
|
|
146
|
+
initialInputHeight: number;
|
|
147
|
+
previousQuery: null;
|
|
148
|
+
previousValue: undefined;
|
|
149
|
+
query: string;
|
|
150
|
+
selectedLabel: string;
|
|
151
|
+
softFocus: boolean;
|
|
152
|
+
tagInMultiLine: boolean;
|
|
153
|
+
};
|
|
154
|
+
tagMaxWidth: globalThis.ComputedRef<number>;
|
|
155
|
+
nsSelect: {
|
|
156
|
+
namespace: globalThis.Ref<string>;
|
|
157
|
+
b: (blockSuffix?: string) => string;
|
|
158
|
+
e: (element?: string | undefined) => string;
|
|
159
|
+
m: (modifier?: string | undefined) => string;
|
|
160
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
161
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
162
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
163
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
164
|
+
is: {
|
|
165
|
+
(name: string, state: boolean | undefined): string;
|
|
166
|
+
(name: string): string;
|
|
167
|
+
};
|
|
168
|
+
cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
|
|
169
|
+
cssVarName: (name: string) => string;
|
|
170
|
+
cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
|
|
171
|
+
cssVarBlockName: (name: string) => string;
|
|
172
|
+
};
|
|
173
|
+
nsInput: {
|
|
174
|
+
namespace: globalThis.Ref<string>;
|
|
175
|
+
b: (blockSuffix?: string) => string;
|
|
176
|
+
e: (element?: string | undefined) => string;
|
|
177
|
+
m: (modifier?: string | undefined) => string;
|
|
178
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
179
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
180
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
181
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
182
|
+
is: {
|
|
183
|
+
(name: string, state: boolean | undefined): string;
|
|
184
|
+
(name: string): string;
|
|
185
|
+
};
|
|
186
|
+
cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
|
|
187
|
+
cssVarName: (name: string) => string;
|
|
188
|
+
cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
|
|
189
|
+
cssVarBlockName: (name: string) => string;
|
|
190
|
+
};
|
|
191
|
+
calculatorRef: globalThis.Ref<HTMLElement>;
|
|
192
|
+
controlRef: globalThis.Ref<null>;
|
|
193
|
+
inputRef: globalThis.Ref<null>;
|
|
194
|
+
menuRef: globalThis.Ref<null>;
|
|
195
|
+
popper: globalThis.Ref<({
|
|
196
|
+
$: import("vue").ComponentInternalInstance;
|
|
197
|
+
$data: {};
|
|
198
|
+
$props: Partial<{}> & Omit<{
|
|
199
|
+
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
200
|
+
readonly content?: string | undefined;
|
|
201
|
+
readonly zIndex?: number | undefined;
|
|
202
|
+
readonly offset?: number | undefined;
|
|
203
|
+
readonly transition?: string | undefined;
|
|
204
|
+
readonly onBlur?: Function | undefined;
|
|
205
|
+
readonly onClick?: Function | undefined;
|
|
206
|
+
readonly onContextmenu?: Function | undefined;
|
|
207
|
+
readonly onFocus?: Function | undefined;
|
|
208
|
+
readonly onKeydown?: Function | undefined;
|
|
209
|
+
readonly onMouseenter?: Function | undefined;
|
|
210
|
+
readonly onMouseleave?: Function | undefined;
|
|
211
|
+
readonly showAfter?: number | undefined;
|
|
212
|
+
readonly hideAfter?: number | undefined;
|
|
213
|
+
readonly open?: boolean | undefined;
|
|
214
|
+
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
215
|
+
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
216
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
217
|
+
readonly id?: string | undefined;
|
|
218
|
+
readonly className?: import("../types").ClassType | undefined;
|
|
219
|
+
readonly ariaLabel?: string | undefined;
|
|
220
|
+
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
221
|
+
readonly disabled?: boolean | undefined;
|
|
222
|
+
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
223
|
+
readonly appendTo?: any;
|
|
224
|
+
readonly visible?: boolean | undefined;
|
|
225
|
+
readonly arrowOffset?: number | undefined;
|
|
226
|
+
readonly gpuAcceleration?: boolean | undefined;
|
|
227
|
+
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
228
|
+
readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
|
|
229
|
+
readonly pure?: boolean | undefined;
|
|
230
|
+
readonly boundariesPadding?: number | undefined;
|
|
231
|
+
readonly enterable?: boolean | undefined;
|
|
232
|
+
readonly focusOnShow?: boolean | undefined;
|
|
233
|
+
readonly trapping?: boolean | undefined;
|
|
234
|
+
readonly popperClass?: import("../types").ClassType | undefined;
|
|
235
|
+
readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
236
|
+
readonly referenceEl?: HTMLElement | undefined;
|
|
237
|
+
readonly triggerTargetEl?: HTMLElement | undefined;
|
|
238
|
+
readonly stopPopperMouseEvent?: boolean | undefined;
|
|
239
|
+
readonly virtualTriggering?: boolean | undefined;
|
|
240
|
+
readonly virtualRef?: import("..").Measurable | undefined;
|
|
241
|
+
readonly rawContent?: boolean | undefined;
|
|
242
|
+
readonly persistent?: boolean | undefined;
|
|
243
|
+
readonly teleported?: boolean | undefined;
|
|
244
|
+
readonly triggerKeys?: string[] | undefined;
|
|
245
|
+
readonly showArrow?: boolean | undefined;
|
|
246
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
247
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
248
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
249
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
250
|
+
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
251
|
+
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
252
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
253
|
+
role: {
|
|
254
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
255
|
+
};
|
|
256
|
+
showArrow: {
|
|
257
|
+
type: globalThis.PropType<boolean>;
|
|
258
|
+
};
|
|
259
|
+
arrowOffset: {
|
|
260
|
+
type: globalThis.PropType<number>;
|
|
261
|
+
};
|
|
262
|
+
virtualRef: {
|
|
263
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
264
|
+
};
|
|
265
|
+
virtualTriggering: {
|
|
266
|
+
type: globalThis.PropType<boolean>;
|
|
267
|
+
};
|
|
268
|
+
onMouseenter: {
|
|
269
|
+
type: globalThis.PropType<Function>;
|
|
270
|
+
};
|
|
271
|
+
onMouseleave: {
|
|
272
|
+
type: globalThis.PropType<Function>;
|
|
273
|
+
};
|
|
274
|
+
onClick: {
|
|
275
|
+
type: globalThis.PropType<Function>;
|
|
276
|
+
};
|
|
277
|
+
onKeydown: {
|
|
278
|
+
type: globalThis.PropType<Function>;
|
|
279
|
+
};
|
|
280
|
+
onFocus: {
|
|
281
|
+
type: globalThis.PropType<Function>;
|
|
282
|
+
};
|
|
283
|
+
onBlur: {
|
|
284
|
+
type: globalThis.PropType<Function>;
|
|
285
|
+
};
|
|
286
|
+
onContextmenu: {
|
|
287
|
+
type: globalThis.PropType<Function>;
|
|
288
|
+
};
|
|
289
|
+
id: {
|
|
290
|
+
type: globalThis.PropType<string>;
|
|
291
|
+
};
|
|
292
|
+
open: {
|
|
293
|
+
type: globalThis.PropType<boolean>;
|
|
294
|
+
};
|
|
295
|
+
boundariesPadding: {
|
|
296
|
+
type: globalThis.PropType<number>;
|
|
297
|
+
};
|
|
298
|
+
fallbackPlacements: {
|
|
299
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
300
|
+
};
|
|
301
|
+
gpuAcceleration: {
|
|
302
|
+
type: globalThis.PropType<boolean>;
|
|
303
|
+
};
|
|
304
|
+
offset: {
|
|
305
|
+
type: globalThis.PropType<number>;
|
|
306
|
+
};
|
|
307
|
+
placement: {
|
|
308
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
309
|
+
};
|
|
310
|
+
popperOptions: {
|
|
311
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
312
|
+
};
|
|
313
|
+
strategy: {
|
|
314
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
315
|
+
};
|
|
316
|
+
style: {
|
|
317
|
+
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
318
|
+
};
|
|
319
|
+
className: {
|
|
320
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
321
|
+
};
|
|
322
|
+
effect: {
|
|
323
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
324
|
+
};
|
|
325
|
+
visible: {
|
|
326
|
+
type: globalThis.PropType<boolean>;
|
|
327
|
+
};
|
|
328
|
+
enterable: {
|
|
329
|
+
type: globalThis.PropType<boolean>;
|
|
330
|
+
};
|
|
331
|
+
pure: {
|
|
332
|
+
type: globalThis.PropType<boolean>;
|
|
333
|
+
};
|
|
334
|
+
focusOnShow: {
|
|
335
|
+
type: globalThis.PropType<boolean>;
|
|
336
|
+
};
|
|
337
|
+
trapping: {
|
|
338
|
+
type: globalThis.PropType<boolean>;
|
|
339
|
+
};
|
|
340
|
+
popperClass: {
|
|
341
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
342
|
+
};
|
|
343
|
+
popperStyle: {
|
|
344
|
+
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
345
|
+
};
|
|
346
|
+
referenceEl: {
|
|
347
|
+
type: globalThis.PropType<HTMLElement>;
|
|
348
|
+
};
|
|
349
|
+
triggerTargetEl: {
|
|
350
|
+
type: globalThis.PropType<HTMLElement>;
|
|
351
|
+
};
|
|
352
|
+
stopPopperMouseEvent: {
|
|
353
|
+
type: globalThis.PropType<boolean>;
|
|
354
|
+
};
|
|
355
|
+
ariaLabel: {
|
|
356
|
+
type: globalThis.PropType<string>;
|
|
357
|
+
};
|
|
358
|
+
zIndex: {
|
|
359
|
+
type: globalThis.PropType<number>;
|
|
360
|
+
};
|
|
361
|
+
showAfter: {
|
|
362
|
+
type: globalThis.PropType<number>;
|
|
363
|
+
};
|
|
364
|
+
hideAfter: {
|
|
365
|
+
type: globalThis.PropType<number>;
|
|
366
|
+
};
|
|
367
|
+
appendTo: {
|
|
368
|
+
type: globalThis.PropType<any>;
|
|
369
|
+
};
|
|
370
|
+
content: {
|
|
371
|
+
type: globalThis.PropType<string>;
|
|
372
|
+
};
|
|
373
|
+
rawContent: {
|
|
374
|
+
type: globalThis.PropType<boolean>;
|
|
375
|
+
};
|
|
376
|
+
persistent: {
|
|
377
|
+
type: globalThis.PropType<boolean>;
|
|
378
|
+
};
|
|
379
|
+
transition: {
|
|
380
|
+
type: globalThis.PropType<string>;
|
|
381
|
+
};
|
|
382
|
+
teleported: {
|
|
383
|
+
type: globalThis.PropType<boolean>;
|
|
384
|
+
};
|
|
385
|
+
disabled: {
|
|
386
|
+
type: globalThis.PropType<boolean>;
|
|
387
|
+
};
|
|
388
|
+
trigger: {
|
|
389
|
+
type: globalThis.PropType<import("vft/es/components/tooltip").TooltipTriggerType>;
|
|
390
|
+
};
|
|
391
|
+
triggerKeys: {
|
|
392
|
+
type: globalThis.PropType<string[]>;
|
|
393
|
+
};
|
|
394
|
+
}>> & {
|
|
395
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
396
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
397
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
398
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
399
|
+
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
400
|
+
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
401
|
+
}, never>;
|
|
402
|
+
$attrs: {
|
|
403
|
+
[x: string]: unknown;
|
|
404
|
+
};
|
|
405
|
+
$refs: {
|
|
406
|
+
[x: string]: unknown;
|
|
407
|
+
};
|
|
408
|
+
$slots: Readonly<{
|
|
409
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
410
|
+
}>;
|
|
411
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
412
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
413
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
414
|
+
$el: any;
|
|
415
|
+
$options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
416
|
+
role: {
|
|
417
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
418
|
+
};
|
|
419
|
+
showArrow: {
|
|
420
|
+
type: globalThis.PropType<boolean>;
|
|
421
|
+
};
|
|
422
|
+
arrowOffset: {
|
|
423
|
+
type: globalThis.PropType<number>;
|
|
424
|
+
};
|
|
425
|
+
virtualRef: {
|
|
426
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
427
|
+
};
|
|
428
|
+
virtualTriggering: {
|
|
429
|
+
type: globalThis.PropType<boolean>;
|
|
430
|
+
};
|
|
431
|
+
onMouseenter: {
|
|
432
|
+
type: globalThis.PropType<Function>;
|
|
433
|
+
};
|
|
434
|
+
onMouseleave: {
|
|
435
|
+
type: globalThis.PropType<Function>;
|
|
436
|
+
};
|
|
437
|
+
onClick: {
|
|
438
|
+
type: globalThis.PropType<Function>;
|
|
439
|
+
};
|
|
440
|
+
onKeydown: {
|
|
441
|
+
type: globalThis.PropType<Function>;
|
|
442
|
+
};
|
|
443
|
+
onFocus: {
|
|
444
|
+
type: globalThis.PropType<Function>;
|
|
445
|
+
};
|
|
446
|
+
onBlur: {
|
|
447
|
+
type: globalThis.PropType<Function>;
|
|
448
|
+
};
|
|
449
|
+
onContextmenu: {
|
|
450
|
+
type: globalThis.PropType<Function>;
|
|
451
|
+
};
|
|
452
|
+
id: {
|
|
453
|
+
type: globalThis.PropType<string>;
|
|
454
|
+
};
|
|
455
|
+
open: {
|
|
456
|
+
type: globalThis.PropType<boolean>;
|
|
457
|
+
};
|
|
458
|
+
boundariesPadding: {
|
|
459
|
+
type: globalThis.PropType<number>;
|
|
460
|
+
};
|
|
461
|
+
fallbackPlacements: {
|
|
462
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
463
|
+
};
|
|
464
|
+
gpuAcceleration: {
|
|
465
|
+
type: globalThis.PropType<boolean>;
|
|
466
|
+
};
|
|
467
|
+
offset: {
|
|
468
|
+
type: globalThis.PropType<number>;
|
|
469
|
+
};
|
|
470
|
+
placement: {
|
|
471
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
472
|
+
};
|
|
473
|
+
popperOptions: {
|
|
474
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
475
|
+
};
|
|
476
|
+
strategy: {
|
|
477
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
478
|
+
};
|
|
479
|
+
style: {
|
|
480
|
+
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
481
|
+
};
|
|
482
|
+
className: {
|
|
483
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
484
|
+
};
|
|
485
|
+
effect: {
|
|
486
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
487
|
+
};
|
|
488
|
+
visible: {
|
|
489
|
+
type: globalThis.PropType<boolean>;
|
|
490
|
+
};
|
|
491
|
+
enterable: {
|
|
492
|
+
type: globalThis.PropType<boolean>;
|
|
493
|
+
};
|
|
494
|
+
pure: {
|
|
495
|
+
type: globalThis.PropType<boolean>;
|
|
496
|
+
};
|
|
497
|
+
focusOnShow: {
|
|
498
|
+
type: globalThis.PropType<boolean>;
|
|
499
|
+
};
|
|
500
|
+
trapping: {
|
|
501
|
+
type: globalThis.PropType<boolean>;
|
|
502
|
+
};
|
|
503
|
+
popperClass: {
|
|
504
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
505
|
+
};
|
|
506
|
+
popperStyle: {
|
|
507
|
+
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
508
|
+
};
|
|
509
|
+
referenceEl: {
|
|
510
|
+
type: globalThis.PropType<HTMLElement>;
|
|
511
|
+
};
|
|
512
|
+
triggerTargetEl: {
|
|
513
|
+
type: globalThis.PropType<HTMLElement>;
|
|
514
|
+
};
|
|
515
|
+
stopPopperMouseEvent: {
|
|
516
|
+
type: globalThis.PropType<boolean>;
|
|
517
|
+
};
|
|
518
|
+
ariaLabel: {
|
|
519
|
+
type: globalThis.PropType<string>;
|
|
520
|
+
};
|
|
521
|
+
zIndex: {
|
|
522
|
+
type: globalThis.PropType<number>;
|
|
523
|
+
};
|
|
524
|
+
showAfter: {
|
|
525
|
+
type: globalThis.PropType<number>;
|
|
526
|
+
};
|
|
527
|
+
hideAfter: {
|
|
528
|
+
type: globalThis.PropType<number>;
|
|
529
|
+
};
|
|
530
|
+
appendTo: {
|
|
531
|
+
type: globalThis.PropType<any>;
|
|
532
|
+
};
|
|
533
|
+
content: {
|
|
534
|
+
type: globalThis.PropType<string>;
|
|
535
|
+
};
|
|
536
|
+
rawContent: {
|
|
537
|
+
type: globalThis.PropType<boolean>;
|
|
538
|
+
};
|
|
539
|
+
persistent: {
|
|
540
|
+
type: globalThis.PropType<boolean>;
|
|
541
|
+
};
|
|
542
|
+
transition: {
|
|
543
|
+
type: globalThis.PropType<string>;
|
|
544
|
+
};
|
|
545
|
+
teleported: {
|
|
546
|
+
type: globalThis.PropType<boolean>;
|
|
547
|
+
};
|
|
548
|
+
disabled: {
|
|
549
|
+
type: globalThis.PropType<boolean>;
|
|
550
|
+
};
|
|
551
|
+
trigger: {
|
|
552
|
+
type: globalThis.PropType<import("vft/es/components/tooltip").TooltipTriggerType>;
|
|
553
|
+
};
|
|
554
|
+
triggerKeys: {
|
|
555
|
+
type: globalThis.PropType<string[]>;
|
|
556
|
+
};
|
|
557
|
+
}>> & {
|
|
558
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
559
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
560
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
561
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
562
|
+
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
563
|
+
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
564
|
+
}, {
|
|
565
|
+
popperRef: globalThis.Ref<any>;
|
|
566
|
+
contentRef: globalThis.Ref<any>;
|
|
567
|
+
isFocusInsideContent: () => boolean | undefined;
|
|
568
|
+
updatePopper: () => void;
|
|
569
|
+
onOpen: (event?: Event | undefined) => void;
|
|
570
|
+
onClose: (event?: Event | undefined) => void;
|
|
571
|
+
hide: (event?: Event | undefined) => void;
|
|
572
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
573
|
+
close: (...args: any[]) => void;
|
|
574
|
+
open: (...args: any[]) => void;
|
|
575
|
+
hide: (...args: any[]) => void;
|
|
576
|
+
show: (...args: any[]) => void;
|
|
577
|
+
"before-show": (...args: any[]) => void;
|
|
578
|
+
"before-hide": (...args: any[]) => void;
|
|
579
|
+
}, string, {}, {}, string, {}> & {
|
|
580
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
581
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
582
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
583
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
584
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
585
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
586
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
587
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
588
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
589
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
590
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
591
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
592
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
593
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
594
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
595
|
+
};
|
|
596
|
+
$forceUpdate: () => void;
|
|
597
|
+
$nextTick: typeof import("vue").nextTick;
|
|
598
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
599
|
+
} & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
600
|
+
role: {
|
|
601
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
602
|
+
};
|
|
603
|
+
showArrow: {
|
|
604
|
+
type: globalThis.PropType<boolean>;
|
|
605
|
+
};
|
|
606
|
+
arrowOffset: {
|
|
607
|
+
type: globalThis.PropType<number>;
|
|
608
|
+
};
|
|
609
|
+
virtualRef: {
|
|
610
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
611
|
+
};
|
|
612
|
+
virtualTriggering: {
|
|
613
|
+
type: globalThis.PropType<boolean>;
|
|
614
|
+
};
|
|
615
|
+
onMouseenter: {
|
|
616
|
+
type: globalThis.PropType<Function>;
|
|
617
|
+
};
|
|
618
|
+
onMouseleave: {
|
|
619
|
+
type: globalThis.PropType<Function>;
|
|
620
|
+
};
|
|
621
|
+
onClick: {
|
|
622
|
+
type: globalThis.PropType<Function>;
|
|
623
|
+
};
|
|
624
|
+
onKeydown: {
|
|
625
|
+
type: globalThis.PropType<Function>;
|
|
626
|
+
};
|
|
627
|
+
onFocus: {
|
|
628
|
+
type: globalThis.PropType<Function>;
|
|
629
|
+
};
|
|
630
|
+
onBlur: {
|
|
631
|
+
type: globalThis.PropType<Function>;
|
|
632
|
+
};
|
|
633
|
+
onContextmenu: {
|
|
634
|
+
type: globalThis.PropType<Function>;
|
|
635
|
+
};
|
|
636
|
+
id: {
|
|
637
|
+
type: globalThis.PropType<string>;
|
|
638
|
+
};
|
|
639
|
+
open: {
|
|
640
|
+
type: globalThis.PropType<boolean>;
|
|
641
|
+
};
|
|
642
|
+
boundariesPadding: {
|
|
643
|
+
type: globalThis.PropType<number>;
|
|
644
|
+
};
|
|
645
|
+
fallbackPlacements: {
|
|
646
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
647
|
+
};
|
|
648
|
+
gpuAcceleration: {
|
|
649
|
+
type: globalThis.PropType<boolean>;
|
|
650
|
+
};
|
|
651
|
+
offset: {
|
|
652
|
+
type: globalThis.PropType<number>;
|
|
653
|
+
};
|
|
654
|
+
placement: {
|
|
655
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
656
|
+
};
|
|
657
|
+
popperOptions: {
|
|
658
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
659
|
+
};
|
|
660
|
+
strategy: {
|
|
661
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
662
|
+
};
|
|
663
|
+
style: {
|
|
664
|
+
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
665
|
+
};
|
|
666
|
+
className: {
|
|
667
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
668
|
+
};
|
|
669
|
+
effect: {
|
|
670
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
671
|
+
};
|
|
672
|
+
visible: {
|
|
673
|
+
type: globalThis.PropType<boolean>;
|
|
674
|
+
};
|
|
675
|
+
enterable: {
|
|
676
|
+
type: globalThis.PropType<boolean>;
|
|
677
|
+
};
|
|
678
|
+
pure: {
|
|
679
|
+
type: globalThis.PropType<boolean>;
|
|
680
|
+
};
|
|
681
|
+
focusOnShow: {
|
|
682
|
+
type: globalThis.PropType<boolean>;
|
|
683
|
+
};
|
|
684
|
+
trapping: {
|
|
685
|
+
type: globalThis.PropType<boolean>;
|
|
686
|
+
};
|
|
687
|
+
popperClass: {
|
|
688
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
689
|
+
};
|
|
690
|
+
popperStyle: {
|
|
691
|
+
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
692
|
+
};
|
|
693
|
+
referenceEl: {
|
|
694
|
+
type: globalThis.PropType<HTMLElement>;
|
|
695
|
+
};
|
|
696
|
+
triggerTargetEl: {
|
|
697
|
+
type: globalThis.PropType<HTMLElement>;
|
|
698
|
+
};
|
|
699
|
+
stopPopperMouseEvent: {
|
|
700
|
+
type: globalThis.PropType<boolean>;
|
|
701
|
+
};
|
|
702
|
+
ariaLabel: {
|
|
703
|
+
type: globalThis.PropType<string>;
|
|
704
|
+
};
|
|
705
|
+
zIndex: {
|
|
706
|
+
type: globalThis.PropType<number>;
|
|
707
|
+
};
|
|
708
|
+
showAfter: {
|
|
709
|
+
type: globalThis.PropType<number>;
|
|
710
|
+
};
|
|
711
|
+
hideAfter: {
|
|
712
|
+
type: globalThis.PropType<number>;
|
|
713
|
+
};
|
|
714
|
+
appendTo: {
|
|
715
|
+
type: globalThis.PropType<any>;
|
|
716
|
+
};
|
|
717
|
+
content: {
|
|
718
|
+
type: globalThis.PropType<string>;
|
|
719
|
+
};
|
|
720
|
+
rawContent: {
|
|
721
|
+
type: globalThis.PropType<boolean>;
|
|
722
|
+
};
|
|
723
|
+
persistent: {
|
|
724
|
+
type: globalThis.PropType<boolean>;
|
|
725
|
+
};
|
|
726
|
+
transition: {
|
|
727
|
+
type: globalThis.PropType<string>;
|
|
728
|
+
};
|
|
729
|
+
teleported: {
|
|
730
|
+
type: globalThis.PropType<boolean>;
|
|
731
|
+
};
|
|
732
|
+
disabled: {
|
|
733
|
+
type: globalThis.PropType<boolean>;
|
|
734
|
+
};
|
|
735
|
+
trigger: {
|
|
736
|
+
type: globalThis.PropType<import("vft/es/components/tooltip").TooltipTriggerType>;
|
|
737
|
+
};
|
|
738
|
+
triggerKeys: {
|
|
739
|
+
type: globalThis.PropType<string[]>;
|
|
740
|
+
};
|
|
741
|
+
}>> & {
|
|
742
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
743
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
744
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
745
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
746
|
+
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
747
|
+
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
748
|
+
}, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "popperRef" | "isFocusInsideContent"> & import("vue").ShallowUnwrapRef<{
|
|
749
|
+
popperRef: globalThis.Ref<any>;
|
|
750
|
+
contentRef: globalThis.Ref<any>;
|
|
751
|
+
isFocusInsideContent: () => boolean | undefined;
|
|
752
|
+
updatePopper: () => void;
|
|
753
|
+
onOpen: (event?: Event | undefined) => void;
|
|
754
|
+
onClose: (event?: Event | undefined) => void;
|
|
755
|
+
hide: (event?: Event | undefined) => void;
|
|
756
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
757
|
+
$slots: {
|
|
758
|
+
default?(_: {}): any;
|
|
759
|
+
content?(_: {}): any;
|
|
760
|
+
};
|
|
761
|
+
}) | null>;
|
|
762
|
+
selectRef: globalThis.Ref<null>;
|
|
763
|
+
selectionRef: globalThis.Ref<null>;
|
|
764
|
+
popperRef: globalThis.ComputedRef<any>;
|
|
765
|
+
validateState: globalThis.ComputedRef<"" | "error" | "validating" | "success">;
|
|
766
|
+
validateIcon: string;
|
|
767
|
+
showTagList: globalThis.ComputedRef<{
|
|
768
|
+
[x: string]: any;
|
|
769
|
+
label: string;
|
|
770
|
+
created?: boolean | undefined;
|
|
771
|
+
value: any;
|
|
772
|
+
}[]>;
|
|
773
|
+
collapseTagList: globalThis.ComputedRef<{
|
|
774
|
+
[x: string]: any;
|
|
775
|
+
label: string;
|
|
776
|
+
created?: boolean | undefined;
|
|
777
|
+
value: any;
|
|
778
|
+
}[]>;
|
|
779
|
+
debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
780
|
+
deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
|
|
781
|
+
getLabel: (item: unknown) => any;
|
|
782
|
+
getValueKey: (item: unknown) => any;
|
|
783
|
+
handleBlur: (event: FocusEvent) => Promise<void>;
|
|
784
|
+
handleClear: () => Promise<void>;
|
|
785
|
+
handleClickOutside: () => Promise<void>;
|
|
786
|
+
handleDel: (e: KeyboardEvent) => void;
|
|
787
|
+
handleEsc: () => void;
|
|
788
|
+
handleFocus: (event: FocusEvent) => void;
|
|
789
|
+
handleMenuEnter: () => Promise<void>;
|
|
790
|
+
handleResize: () => Promise<void> | undefined;
|
|
791
|
+
toggleMenu: () => Promise<void> | undefined;
|
|
792
|
+
scrollTo: (index: number) => void;
|
|
793
|
+
onInput: (event: any) => Promise<void> | undefined;
|
|
794
|
+
onKeyboardNavigate: (direction: "forward" | "backward", hoveringIndex?: number) => any;
|
|
795
|
+
onKeyboardSelect: () => Promise<void> | undefined;
|
|
796
|
+
onSelect: (option: import("./select.types").Option, idx: number, byClick?: boolean) => void;
|
|
797
|
+
onHover: (idx: number) => void;
|
|
798
|
+
onUpdateInputValue: (val: string) => void;
|
|
799
|
+
handleCompositionStart: () => void;
|
|
800
|
+
handleCompositionEnd: (event: any) => void;
|
|
801
|
+
handleCompositionUpdate: (event: any) => void;
|
|
802
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
803
|
+
allowCreate: BooleanConstructor;
|
|
804
|
+
autocomplete: {
|
|
805
|
+
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
806
|
+
default: string;
|
|
807
|
+
};
|
|
808
|
+
automaticDropdown: BooleanConstructor;
|
|
809
|
+
clearable: BooleanConstructor;
|
|
810
|
+
clearIcon: {
|
|
811
|
+
type: globalThis.PropType<string | globalThis.Component>;
|
|
812
|
+
};
|
|
813
|
+
effect: {
|
|
814
|
+
type: globalThis.PropType<string>;
|
|
815
|
+
default: string;
|
|
816
|
+
};
|
|
817
|
+
collapseTags: BooleanConstructor;
|
|
818
|
+
collapseTagsTooltip: {
|
|
819
|
+
type: BooleanConstructor;
|
|
820
|
+
default: boolean;
|
|
821
|
+
};
|
|
822
|
+
maxCollapseTags: {
|
|
823
|
+
type: NumberConstructor;
|
|
824
|
+
default: number;
|
|
825
|
+
};
|
|
826
|
+
defaultFirstOption: BooleanConstructor;
|
|
827
|
+
disabled: BooleanConstructor;
|
|
828
|
+
estimatedOptionHeight: {
|
|
829
|
+
type: NumberConstructor;
|
|
830
|
+
default: undefined;
|
|
831
|
+
};
|
|
832
|
+
filterable: BooleanConstructor;
|
|
833
|
+
filterMethod: FunctionConstructor;
|
|
834
|
+
height: {
|
|
835
|
+
type: NumberConstructor;
|
|
836
|
+
default: number;
|
|
837
|
+
};
|
|
838
|
+
itemHeight: {
|
|
839
|
+
type: NumberConstructor;
|
|
840
|
+
default: number;
|
|
841
|
+
};
|
|
842
|
+
id: StringConstructor;
|
|
843
|
+
loading: BooleanConstructor;
|
|
844
|
+
loadingText: StringConstructor;
|
|
845
|
+
label: StringConstructor;
|
|
846
|
+
modelValue: globalThis.PropType<any>;
|
|
847
|
+
multiple: BooleanConstructor;
|
|
848
|
+
multipleLimit: {
|
|
849
|
+
type: NumberConstructor;
|
|
850
|
+
default: number;
|
|
851
|
+
};
|
|
852
|
+
name: StringConstructor;
|
|
853
|
+
noDataText: StringConstructor;
|
|
854
|
+
noMatchText: StringConstructor;
|
|
855
|
+
remoteMethod: FunctionConstructor;
|
|
856
|
+
reserveKeyword: {
|
|
857
|
+
type: BooleanConstructor;
|
|
858
|
+
default: boolean;
|
|
859
|
+
};
|
|
860
|
+
options: {
|
|
861
|
+
type: globalThis.PropType<import("./select.types").OptionType[]>;
|
|
862
|
+
required: boolean;
|
|
863
|
+
};
|
|
864
|
+
placeholder: {
|
|
865
|
+
type: StringConstructor;
|
|
866
|
+
};
|
|
867
|
+
teleported: StringConstructor;
|
|
868
|
+
persistent: {
|
|
869
|
+
type: BooleanConstructor;
|
|
870
|
+
default: boolean;
|
|
871
|
+
};
|
|
872
|
+
popperClass: {
|
|
873
|
+
type: StringConstructor;
|
|
874
|
+
default: string;
|
|
875
|
+
};
|
|
876
|
+
popperOptions: {
|
|
877
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
878
|
+
default: () => Partial<import("@popperjs/core").Options>;
|
|
879
|
+
};
|
|
880
|
+
remote: BooleanConstructor;
|
|
881
|
+
size: {
|
|
882
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
883
|
+
};
|
|
884
|
+
valueKey: {
|
|
885
|
+
type: StringConstructor;
|
|
886
|
+
default: string;
|
|
887
|
+
};
|
|
888
|
+
scrollbarAlwaysOn: {
|
|
889
|
+
type: BooleanConstructor;
|
|
890
|
+
default: boolean;
|
|
891
|
+
};
|
|
892
|
+
validateEvent: {
|
|
893
|
+
type: BooleanConstructor;
|
|
894
|
+
default: boolean;
|
|
895
|
+
};
|
|
896
|
+
placement: {
|
|
897
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
898
|
+
values: import("@popperjs/core").Placement[];
|
|
899
|
+
default: string;
|
|
900
|
+
};
|
|
901
|
+
}>> & {
|
|
902
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
903
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
904
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
905
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
906
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
907
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
908
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
909
|
+
}, {
|
|
910
|
+
height: number;
|
|
911
|
+
placement: import("@popperjs/core").Placement;
|
|
912
|
+
effect: string;
|
|
913
|
+
disabled: boolean;
|
|
914
|
+
loading: boolean;
|
|
915
|
+
autocomplete: "both" | "none" | "inline" | "list";
|
|
916
|
+
clearable: boolean;
|
|
917
|
+
validateEvent: boolean;
|
|
918
|
+
multiple: boolean;
|
|
919
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
920
|
+
popperClass: string;
|
|
921
|
+
persistent: boolean;
|
|
922
|
+
valueKey: string;
|
|
923
|
+
scrollbarAlwaysOn: boolean;
|
|
924
|
+
allowCreate: boolean;
|
|
925
|
+
automaticDropdown: boolean;
|
|
926
|
+
collapseTags: boolean;
|
|
927
|
+
collapseTagsTooltip: boolean;
|
|
928
|
+
maxCollapseTags: number;
|
|
929
|
+
defaultFirstOption: boolean;
|
|
930
|
+
estimatedOptionHeight: number;
|
|
931
|
+
filterable: boolean;
|
|
932
|
+
itemHeight: number;
|
|
933
|
+
multipleLimit: number;
|
|
934
|
+
reserveKeyword: boolean;
|
|
935
|
+
remote: boolean;
|
|
936
|
+
}, {}>;
|
|
2
937
|
export default _default;
|