@volverjs/ui-vue 0.0.10-beta.58 → 0.0.10-beta.59
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/dist/components/VvAccordion/VvAccordion.vue.d.ts +2 -2
- package/dist/components/VvAccordion/index.d.ts +2 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +10 -10
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +14 -14
- package/dist/components/VvAccordionGroup/index.d.ts +5 -5
- package/dist/components/VvAction/VvAction.vue.d.ts +2 -2
- package/dist/components/VvAction/index.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +8 -8
- package/dist/components/VvAlert/index.d.ts +3 -4
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +11 -11
- package/dist/components/VvAlertGroup/index.d.ts +5 -5
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +2 -2
- package/dist/components/VvAvatar/index.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
- package/dist/components/VvAvatarGroup/index.d.ts +3 -3
- package/dist/components/VvBadge/VvBadge.vue.d.ts +2 -2
- package/dist/components/VvBadge/index.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +15 -15
- package/dist/components/VvBreadcrumb/index.d.ts +2 -2
- package/dist/components/VvButton/VvButton.vue.d.ts +8 -8
- package/dist/components/VvButton/index.d.ts +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -6
- package/dist/components/VvButtonGroup/index.d.ts +3 -3
- package/dist/components/VvCard/VvCard.vue.d.ts +2 -2
- package/dist/components/VvCard/index.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +6 -6
- package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +560 -219
- package/dist/components/VvCombobox/index.d.ts +241 -21
- package/dist/components/VvDialog/VvDialog.vue.d.ts +2 -2
- package/dist/components/VvDialog/index.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +272 -37
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +8 -16
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +2 -2
- package/dist/components/VvDropdown/index.d.ts +117 -9
- package/dist/components/VvIcon/VvIcon.vue.d.ts +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
- package/dist/components/VvInputFile/index.d.ts +8 -8
- package/dist/components/VvInputText/VvInputClearAction.d.ts +3 -3
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +5 -5
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +16 -16
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +21 -21
- package/dist/components/VvInputText/index.d.ts +24 -7
- package/dist/components/VvNav/VvNav.vue.d.ts +13 -13
- package/dist/components/VvNav/index.d.ts +2 -2
- package/dist/components/VvProgress/VvProgress.vue.d.ts +2 -2
- package/dist/components/VvProgress/index.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +6 -6
- package/dist/components/VvRadioGroup/index.d.ts +2 -2
- package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -62
- package/dist/components/VvSelect/index.d.ts +8 -8
- package/dist/components/VvTab/VvTab.vue.d.ts +15 -15
- package/dist/components/VvTab/index.d.ts +3 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +10 -10
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +11 -11
- package/dist/components/VvTextarea/index.d.ts +9 -6
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +4 -4
- package/dist/components/VvTooltip/index.d.ts +1 -1
- package/dist/components/index.es.js +16 -16
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +12 -12
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +1 -1
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +1 -1
- package/dist/composables/group/useGroupStateInject.d.ts +1 -1
- package/dist/composables/useBlurhash.d.ts +1 -1
- package/dist/composables/useOptions.d.ts +3 -3
- package/dist/composables/usePersistence.d.ts +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +121 -14
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +362 -298
- package/dist/test/expect.d.ts +1 -0
- package/dist/utils/DateUtilities.d.ts +9 -0
- package/dist/utils/ObjectUtilities.d.ts +1 -1
- package/package.json +30 -30
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/composables/usePersistence.ts +13 -12
- package/src/utils/DateUtilities.ts +24 -7
|
@@ -1,158 +1,259 @@
|
|
|
1
1
|
import type { Option } from '../../types/generic';
|
|
2
|
-
declare const _default: <T extends string | Option>(__VLS_props:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}> | undefined;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}>
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
2
|
+
declare const _default: <T extends string | Option>(__VLS_props: {
|
|
3
|
+
floating?: boolean | undefined;
|
|
4
|
+
readonly name?: string | undefined;
|
|
5
|
+
options?: T[] | undefined;
|
|
6
|
+
placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
|
|
7
|
+
strategy?: "absolute" | "fixed" | undefined;
|
|
8
|
+
size?: boolean | {
|
|
9
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
10
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
11
|
+
altBoundary?: boolean | undefined;
|
|
12
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
13
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
14
|
+
apply?: ((args: {
|
|
15
|
+
x: number;
|
|
16
|
+
y: number;
|
|
17
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
18
|
+
placement: import("@floating-ui/utils").Placement;
|
|
19
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
20
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
21
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
22
|
+
platform: import("@floating-ui/core").Platform;
|
|
23
|
+
elements: import("@floating-ui/dom").Elements;
|
|
24
|
+
} & {
|
|
25
|
+
availableWidth: number;
|
|
26
|
+
availableHeight: number;
|
|
27
|
+
}) => void | Promise<void>) | undefined;
|
|
28
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
29
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
30
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
31
|
+
altBoundary?: boolean | undefined;
|
|
32
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
33
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
34
|
+
apply?: ((args: {
|
|
35
|
+
x: number;
|
|
36
|
+
y: number;
|
|
37
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
38
|
+
placement: import("@floating-ui/utils").Placement;
|
|
39
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
40
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
41
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
42
|
+
platform: import("@floating-ui/core").Platform;
|
|
43
|
+
elements: import("@floating-ui/dom").Elements;
|
|
44
|
+
} & {
|
|
45
|
+
availableWidth: number;
|
|
46
|
+
availableHeight: number;
|
|
47
|
+
}) => void | Promise<void>) | undefined;
|
|
48
|
+
}> | undefined;
|
|
49
|
+
label?: string | number | undefined;
|
|
50
|
+
disabled?: boolean | undefined;
|
|
51
|
+
modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
52
|
+
modifiers?: string | string[] | undefined;
|
|
53
|
+
invalid?: boolean | undefined;
|
|
54
|
+
shift?: boolean | {
|
|
55
|
+
crossAxis?: boolean | undefined;
|
|
56
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
57
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
58
|
+
altBoundary?: boolean | undefined;
|
|
59
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
60
|
+
mainAxis?: boolean | undefined;
|
|
61
|
+
limiter?: {
|
|
62
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
63
|
+
options?: any;
|
|
64
|
+
} | undefined;
|
|
65
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
66
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
67
|
+
crossAxis?: boolean | undefined;
|
|
68
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
69
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
70
|
+
altBoundary?: boolean | undefined;
|
|
71
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
72
|
+
mainAxis?: boolean | undefined;
|
|
73
|
+
limiter?: {
|
|
74
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
75
|
+
options?: any;
|
|
76
|
+
} | undefined;
|
|
77
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
78
|
+
}> | undefined;
|
|
79
|
+
readonly id?: string | number | undefined;
|
|
80
|
+
readonly onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
81
|
+
readonly onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
82
|
+
closeLabel?: string | undefined;
|
|
83
|
+
icon?: string | import("../VvIcon").VvIconProps | undefined;
|
|
84
|
+
iconPosition?: "before" | "after" | undefined;
|
|
85
|
+
flip?: boolean | {
|
|
86
|
+
crossAxis?: boolean | undefined;
|
|
87
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
88
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
89
|
+
altBoundary?: boolean | undefined;
|
|
90
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
91
|
+
mainAxis?: boolean | undefined;
|
|
92
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
93
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
94
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
95
|
+
flipAlignment?: boolean | undefined;
|
|
96
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
97
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
98
|
+
crossAxis?: boolean | undefined;
|
|
99
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
100
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
101
|
+
altBoundary?: boolean | undefined;
|
|
102
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
103
|
+
mainAxis?: boolean | undefined;
|
|
104
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
105
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
106
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
107
|
+
flipAlignment?: boolean | undefined;
|
|
108
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
109
|
+
}> | undefined;
|
|
110
|
+
required?: boolean | undefined;
|
|
111
|
+
loading?: boolean | undefined;
|
|
112
|
+
loadingLabel?: string | undefined;
|
|
113
|
+
unselectable?: boolean | undefined;
|
|
114
|
+
multiple?: boolean | undefined;
|
|
115
|
+
readonly?: boolean | undefined;
|
|
116
|
+
hintLabel?: string | undefined;
|
|
117
|
+
invalidLabel?: string | unknown[] | undefined;
|
|
118
|
+
valid?: boolean | undefined;
|
|
119
|
+
validLabel?: string | unknown[] | undefined;
|
|
120
|
+
tabindex?: string | number | undefined;
|
|
121
|
+
labelKey?: string | Function | undefined;
|
|
122
|
+
valueKey?: string | Function | undefined;
|
|
123
|
+
disabledKey?: string | Function | undefined;
|
|
124
|
+
transitionName?: string | undefined;
|
|
125
|
+
offset?: string | import("@floating-ui/dom").OffsetOptions | undefined;
|
|
126
|
+
autoPlacement?: boolean | {
|
|
127
|
+
crossAxis?: boolean | undefined;
|
|
128
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
129
|
+
autoAlignment?: boolean | undefined;
|
|
130
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
131
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
132
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
133
|
+
altBoundary?: boolean | undefined;
|
|
134
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
135
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
136
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
137
|
+
crossAxis?: boolean | undefined;
|
|
138
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
139
|
+
autoAlignment?: boolean | undefined;
|
|
140
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
141
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
142
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
143
|
+
altBoundary?: boolean | undefined;
|
|
144
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
145
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
146
|
+
}> | undefined;
|
|
147
|
+
arrow?: boolean | undefined;
|
|
148
|
+
keepOpen?: boolean | undefined;
|
|
149
|
+
autofocusFirst?: boolean | undefined;
|
|
150
|
+
triggerWidth?: boolean | undefined;
|
|
151
|
+
readonly "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
|
|
152
|
+
deselectHintLabel?: string | undefined;
|
|
153
|
+
selectHintLabel?: string | undefined;
|
|
154
|
+
selectedHintLabel?: string | undefined;
|
|
155
|
+
autoselectFirst?: boolean | undefined;
|
|
156
|
+
readonly placeholder?: string | undefined;
|
|
157
|
+
searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
|
|
158
|
+
noResultsLabel?: string | undefined;
|
|
159
|
+
noOptionsLabel?: string | undefined;
|
|
160
|
+
deselectActionLabel?: string | undefined;
|
|
161
|
+
searchable?: boolean | undefined;
|
|
162
|
+
searchPlaceholder?: string | undefined;
|
|
163
|
+
debounceSearch?: string | number | undefined;
|
|
164
|
+
minValues?: string | number | undefined;
|
|
165
|
+
readonly maxValues?: string | number | undefined;
|
|
166
|
+
separator?: string | undefined;
|
|
167
|
+
native?: boolean | undefined;
|
|
168
|
+
badges?: boolean | undefined;
|
|
169
|
+
badgeModifiers?: string | string[] | undefined;
|
|
170
|
+
dropdownModifiers?: string | string[] | undefined;
|
|
171
|
+
autoOpen?: boolean | undefined;
|
|
172
|
+
readonly "onUpdate:search"?: ((args_0: string) => any) | undefined;
|
|
173
|
+
readonly "onChange:search"?: ((args_0: string) => any) | undefined;
|
|
174
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
175
|
+
slots: {
|
|
176
|
+
"dropdown::before"?(_: {}): any;
|
|
177
|
+
before?(_: {
|
|
178
|
+
valid: boolean;
|
|
179
|
+
invalid: boolean;
|
|
180
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
181
|
+
}): any;
|
|
182
|
+
value?(_: {
|
|
183
|
+
selectedOptions: T[];
|
|
184
|
+
onInput: (option: T) => void;
|
|
185
|
+
}): any;
|
|
186
|
+
after?(_: {
|
|
187
|
+
valid: boolean;
|
|
188
|
+
invalid: boolean;
|
|
189
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
190
|
+
}): any;
|
|
191
|
+
option?(_: {
|
|
192
|
+
option: T;
|
|
193
|
+
selectedOptions: T[];
|
|
194
|
+
selected: boolean;
|
|
195
|
+
disabled: boolean;
|
|
196
|
+
}): any;
|
|
197
|
+
option?(_: {
|
|
198
|
+
option: T;
|
|
199
|
+
selectedOptions: T[];
|
|
200
|
+
selected: boolean;
|
|
201
|
+
disabled: boolean;
|
|
202
|
+
}): any;
|
|
203
|
+
"no-options"?(_: {}): any;
|
|
204
|
+
"no-results"?(_: {}): any;
|
|
205
|
+
"dropdown::after"?(_: {}): any;
|
|
206
|
+
hint?(_: {
|
|
207
|
+
modelValue: unknown;
|
|
208
|
+
valid: boolean;
|
|
209
|
+
invalid: boolean;
|
|
210
|
+
loading: boolean;
|
|
211
|
+
}): any;
|
|
212
|
+
loading?(_: {
|
|
213
|
+
modelValue: unknown;
|
|
214
|
+
valid: boolean;
|
|
215
|
+
invalid: boolean;
|
|
216
|
+
loading: boolean;
|
|
217
|
+
}): any;
|
|
218
|
+
valid?(_: {
|
|
219
|
+
modelValue: unknown;
|
|
220
|
+
valid: boolean;
|
|
221
|
+
invalid: boolean;
|
|
222
|
+
loading: boolean;
|
|
223
|
+
}): any;
|
|
224
|
+
invalid?(_: {
|
|
225
|
+
modelValue: unknown;
|
|
226
|
+
valid: boolean;
|
|
227
|
+
invalid: boolean;
|
|
228
|
+
loading: boolean;
|
|
229
|
+
}): any;
|
|
230
|
+
};
|
|
231
|
+
attrs: any;
|
|
232
|
+
emit: ((evt: "update:modelValue", args_0: any) => void) & ((evt: "blur", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "focus", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "update:search", args_0: string) => void) & ((evt: "change:search", args_0: string) => void);
|
|
233
|
+
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
234
|
+
props: {
|
|
235
|
+
floating?: boolean | undefined;
|
|
236
|
+
readonly name?: string | undefined;
|
|
237
|
+
options?: T[] | undefined;
|
|
238
|
+
placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
|
|
239
|
+
strategy?: "absolute" | "fixed" | undefined;
|
|
240
|
+
size?: boolean | {
|
|
150
241
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
151
242
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
152
243
|
altBoundary?: boolean | undefined;
|
|
153
244
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
154
245
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
155
|
-
apply?: ((args:
|
|
246
|
+
apply?: ((args: {
|
|
247
|
+
x: number;
|
|
248
|
+
y: number;
|
|
249
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
250
|
+
placement: import("@floating-ui/utils").Placement;
|
|
251
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
252
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
253
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
254
|
+
platform: import("@floating-ui/core").Platform;
|
|
255
|
+
elements: import("@floating-ui/dom").Elements;
|
|
256
|
+
} & {
|
|
156
257
|
availableWidth: number;
|
|
157
258
|
availableHeight: number;
|
|
158
259
|
}) => void | Promise<void>) | undefined;
|
|
@@ -162,12 +263,27 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
162
263
|
altBoundary?: boolean | undefined;
|
|
163
264
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
164
265
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
165
|
-
apply?: ((args:
|
|
266
|
+
apply?: ((args: {
|
|
267
|
+
x: number;
|
|
268
|
+
y: number;
|
|
269
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
270
|
+
placement: import("@floating-ui/utils").Placement;
|
|
271
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
272
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
273
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
274
|
+
platform: import("@floating-ui/core").Platform;
|
|
275
|
+
elements: import("@floating-ui/dom").Elements;
|
|
276
|
+
} & {
|
|
166
277
|
availableWidth: number;
|
|
167
278
|
availableHeight: number;
|
|
168
279
|
}) => void | Promise<void>) | undefined;
|
|
169
280
|
}> | undefined;
|
|
170
|
-
|
|
281
|
+
label?: string | number | undefined;
|
|
282
|
+
disabled?: boolean | undefined;
|
|
283
|
+
modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
284
|
+
modifiers?: string | string[] | undefined;
|
|
285
|
+
invalid?: boolean | undefined;
|
|
286
|
+
shift?: boolean | {
|
|
171
287
|
crossAxis?: boolean | undefined;
|
|
172
288
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
173
289
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
@@ -192,19 +308,22 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
192
308
|
} | undefined;
|
|
193
309
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
194
310
|
}> | undefined;
|
|
195
|
-
readonly
|
|
196
|
-
readonly
|
|
197
|
-
readonly
|
|
198
|
-
|
|
311
|
+
readonly id?: string | number | undefined;
|
|
312
|
+
readonly onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
313
|
+
readonly onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
314
|
+
closeLabel?: string | undefined;
|
|
315
|
+
icon?: string | import("../VvIcon").VvIconProps | undefined;
|
|
316
|
+
iconPosition?: "before" | "after" | undefined;
|
|
317
|
+
flip?: boolean | {
|
|
199
318
|
crossAxis?: boolean | undefined;
|
|
200
319
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
201
320
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
202
321
|
altBoundary?: boolean | undefined;
|
|
203
322
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
204
323
|
mainAxis?: boolean | undefined;
|
|
205
|
-
fallbackPlacements?:
|
|
206
|
-
fallbackStrategy?:
|
|
207
|
-
fallbackAxisSideDirection?:
|
|
324
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
325
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
326
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
208
327
|
flipAlignment?: boolean | undefined;
|
|
209
328
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
210
329
|
} | import("@floating-ui/dom").Derivable<{
|
|
@@ -214,33 +333,33 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
214
333
|
altBoundary?: boolean | undefined;
|
|
215
334
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
216
335
|
mainAxis?: boolean | undefined;
|
|
217
|
-
fallbackPlacements?:
|
|
218
|
-
fallbackStrategy?:
|
|
219
|
-
fallbackAxisSideDirection?:
|
|
336
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
337
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
338
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
220
339
|
flipAlignment?: boolean | undefined;
|
|
221
340
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
222
341
|
}> | undefined;
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
readonly
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
342
|
+
required?: boolean | undefined;
|
|
343
|
+
loading?: boolean | undefined;
|
|
344
|
+
loadingLabel?: string | undefined;
|
|
345
|
+
unselectable?: boolean | undefined;
|
|
346
|
+
multiple?: boolean | undefined;
|
|
347
|
+
readonly?: boolean | undefined;
|
|
348
|
+
hintLabel?: string | undefined;
|
|
349
|
+
invalidLabel?: string | unknown[] | undefined;
|
|
350
|
+
valid?: boolean | undefined;
|
|
351
|
+
validLabel?: string | unknown[] | undefined;
|
|
352
|
+
tabindex?: string | number | undefined;
|
|
353
|
+
labelKey?: string | Function | undefined;
|
|
354
|
+
valueKey?: string | Function | undefined;
|
|
355
|
+
disabledKey?: string | Function | undefined;
|
|
356
|
+
transitionName?: string | undefined;
|
|
357
|
+
offset?: string | import("@floating-ui/dom").OffsetOptions | undefined;
|
|
358
|
+
autoPlacement?: boolean | {
|
|
240
359
|
crossAxis?: boolean | undefined;
|
|
241
|
-
alignment?:
|
|
360
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
242
361
|
autoAlignment?: boolean | undefined;
|
|
243
|
-
allowedPlacements?:
|
|
362
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
244
363
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
245
364
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
246
365
|
altBoundary?: boolean | undefined;
|
|
@@ -248,55 +367,44 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
248
367
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
249
368
|
} | import("@floating-ui/dom").Derivable<{
|
|
250
369
|
crossAxis?: boolean | undefined;
|
|
251
|
-
alignment?:
|
|
370
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
252
371
|
autoAlignment?: boolean | undefined;
|
|
253
|
-
allowedPlacements?:
|
|
372
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
254
373
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
255
374
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
256
375
|
altBoundary?: boolean | undefined;
|
|
257
376
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
258
377
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
259
378
|
}> | undefined;
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
readonly
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
readonly noOptionsLabel: string;
|
|
270
|
-
readonly deselectActionLabel: string;
|
|
271
|
-
readonly searchable: boolean;
|
|
272
|
-
readonly searchPlaceholder: string;
|
|
273
|
-
readonly debounceSearch: string | number;
|
|
274
|
-
readonly minValues: string | number;
|
|
275
|
-
readonly separator: string;
|
|
276
|
-
readonly native: boolean;
|
|
277
|
-
readonly badges: boolean;
|
|
278
|
-
readonly badgeModifiers: string | string[];
|
|
279
|
-
readonly dropdownModifiers: string | string[];
|
|
280
|
-
readonly autoOpen: boolean;
|
|
281
|
-
readonly strategy?: "absolute" | "fixed" | undefined;
|
|
282
|
-
readonly name?: string | undefined;
|
|
283
|
-
readonly label?: string | number | undefined;
|
|
284
|
-
readonly modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
285
|
-
readonly modifiers?: string | string[] | undefined;
|
|
286
|
-
readonly id?: string | number | undefined;
|
|
287
|
-
readonly icon?: string | import("../VvIcon").VvIconProps | undefined;
|
|
288
|
-
readonly invalidLabel?: string | unknown[] | undefined;
|
|
289
|
-
readonly validLabel?: string | unknown[] | undefined;
|
|
379
|
+
arrow?: boolean | undefined;
|
|
380
|
+
keepOpen?: boolean | undefined;
|
|
381
|
+
autofocusFirst?: boolean | undefined;
|
|
382
|
+
triggerWidth?: boolean | undefined;
|
|
383
|
+
readonly "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
|
|
384
|
+
deselectHintLabel?: string | undefined;
|
|
385
|
+
selectHintLabel?: string | undefined;
|
|
386
|
+
selectedHintLabel?: string | undefined;
|
|
387
|
+
autoselectFirst?: boolean | undefined;
|
|
290
388
|
readonly placeholder?: string | undefined;
|
|
291
|
-
|
|
389
|
+
searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
|
|
390
|
+
noResultsLabel?: string | undefined;
|
|
391
|
+
noOptionsLabel?: string | undefined;
|
|
392
|
+
deselectActionLabel?: string | undefined;
|
|
393
|
+
searchable?: boolean | undefined;
|
|
394
|
+
searchPlaceholder?: string | undefined;
|
|
395
|
+
debounceSearch?: string | number | undefined;
|
|
396
|
+
minValues?: string | number | undefined;
|
|
292
397
|
readonly maxValues?: string | number | undefined;
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
398
|
+
separator?: string | undefined;
|
|
399
|
+
native?: boolean | undefined;
|
|
400
|
+
badges?: boolean | undefined;
|
|
401
|
+
badgeModifiers?: string | string[] | undefined;
|
|
402
|
+
dropdownModifiers?: string | string[] | undefined;
|
|
403
|
+
autoOpen?: boolean | undefined;
|
|
296
404
|
readonly "onUpdate:search"?: ((args_0: string) => any) | undefined;
|
|
297
405
|
readonly "onChange:search"?: ((args_0: string) => any) | undefined;
|
|
298
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
299
|
-
expose(exposed: import(
|
|
406
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
407
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
300
408
|
attrs: any;
|
|
301
409
|
slots: {
|
|
302
410
|
"dropdown::before"?(_: {}): any;
|
|
@@ -358,7 +466,240 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
358
466
|
}>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
359
467
|
[key: string]: any;
|
|
360
468
|
}> & {
|
|
361
|
-
__ctx?:
|
|
469
|
+
__ctx?: {
|
|
470
|
+
props: {
|
|
471
|
+
floating?: boolean | undefined;
|
|
472
|
+
readonly name?: string | undefined;
|
|
473
|
+
options?: T[] | undefined;
|
|
474
|
+
placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
|
|
475
|
+
strategy?: "absolute" | "fixed" | undefined;
|
|
476
|
+
size?: boolean | {
|
|
477
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
478
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
479
|
+
altBoundary?: boolean | undefined;
|
|
480
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
481
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
482
|
+
apply?: ((args: {
|
|
483
|
+
x: number;
|
|
484
|
+
y: number;
|
|
485
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
486
|
+
placement: import("@floating-ui/utils").Placement;
|
|
487
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
488
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
489
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
490
|
+
platform: import("@floating-ui/core").Platform;
|
|
491
|
+
elements: import("@floating-ui/dom").Elements;
|
|
492
|
+
} & {
|
|
493
|
+
availableWidth: number;
|
|
494
|
+
availableHeight: number;
|
|
495
|
+
}) => void | Promise<void>) | undefined;
|
|
496
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
497
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
498
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
499
|
+
altBoundary?: boolean | undefined;
|
|
500
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
501
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
502
|
+
apply?: ((args: {
|
|
503
|
+
x: number;
|
|
504
|
+
y: number;
|
|
505
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
506
|
+
placement: import("@floating-ui/utils").Placement;
|
|
507
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
508
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
509
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
510
|
+
platform: import("@floating-ui/core").Platform;
|
|
511
|
+
elements: import("@floating-ui/dom").Elements;
|
|
512
|
+
} & {
|
|
513
|
+
availableWidth: number;
|
|
514
|
+
availableHeight: number;
|
|
515
|
+
}) => void | Promise<void>) | undefined;
|
|
516
|
+
}> | undefined;
|
|
517
|
+
label?: string | number | undefined;
|
|
518
|
+
disabled?: boolean | undefined;
|
|
519
|
+
modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
520
|
+
modifiers?: string | string[] | undefined;
|
|
521
|
+
invalid?: boolean | undefined;
|
|
522
|
+
shift?: boolean | {
|
|
523
|
+
crossAxis?: boolean | undefined;
|
|
524
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
525
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
526
|
+
altBoundary?: boolean | undefined;
|
|
527
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
528
|
+
mainAxis?: boolean | undefined;
|
|
529
|
+
limiter?: {
|
|
530
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
531
|
+
options?: any;
|
|
532
|
+
} | undefined;
|
|
533
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
534
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
535
|
+
crossAxis?: boolean | undefined;
|
|
536
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
537
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
538
|
+
altBoundary?: boolean | undefined;
|
|
539
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
540
|
+
mainAxis?: boolean | undefined;
|
|
541
|
+
limiter?: {
|
|
542
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
543
|
+
options?: any;
|
|
544
|
+
} | undefined;
|
|
545
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
546
|
+
}> | undefined;
|
|
547
|
+
readonly id?: string | number | undefined;
|
|
548
|
+
readonly onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
549
|
+
readonly onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
550
|
+
closeLabel?: string | undefined;
|
|
551
|
+
icon?: string | import("../VvIcon").VvIconProps | undefined;
|
|
552
|
+
iconPosition?: "before" | "after" | undefined;
|
|
553
|
+
flip?: boolean | {
|
|
554
|
+
crossAxis?: boolean | undefined;
|
|
555
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
556
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
557
|
+
altBoundary?: boolean | undefined;
|
|
558
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
559
|
+
mainAxis?: boolean | undefined;
|
|
560
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
561
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
562
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
563
|
+
flipAlignment?: boolean | undefined;
|
|
564
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
565
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
566
|
+
crossAxis?: boolean | undefined;
|
|
567
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
568
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
569
|
+
altBoundary?: boolean | undefined;
|
|
570
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
571
|
+
mainAxis?: boolean | undefined;
|
|
572
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
573
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
574
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
575
|
+
flipAlignment?: boolean | undefined;
|
|
576
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
577
|
+
}> | undefined;
|
|
578
|
+
required?: boolean | undefined;
|
|
579
|
+
loading?: boolean | undefined;
|
|
580
|
+
loadingLabel?: string | undefined;
|
|
581
|
+
unselectable?: boolean | undefined;
|
|
582
|
+
multiple?: boolean | undefined;
|
|
583
|
+
readonly?: boolean | undefined;
|
|
584
|
+
hintLabel?: string | undefined;
|
|
585
|
+
invalidLabel?: string | unknown[] | undefined;
|
|
586
|
+
valid?: boolean | undefined;
|
|
587
|
+
validLabel?: string | unknown[] | undefined;
|
|
588
|
+
tabindex?: string | number | undefined;
|
|
589
|
+
labelKey?: string | Function | undefined;
|
|
590
|
+
valueKey?: string | Function | undefined;
|
|
591
|
+
disabledKey?: string | Function | undefined;
|
|
592
|
+
transitionName?: string | undefined;
|
|
593
|
+
offset?: string | import("@floating-ui/dom").OffsetOptions | undefined;
|
|
594
|
+
autoPlacement?: boolean | {
|
|
595
|
+
crossAxis?: boolean | undefined;
|
|
596
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
597
|
+
autoAlignment?: boolean | undefined;
|
|
598
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
599
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
600
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
601
|
+
altBoundary?: boolean | undefined;
|
|
602
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
603
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
604
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
605
|
+
crossAxis?: boolean | undefined;
|
|
606
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
607
|
+
autoAlignment?: boolean | undefined;
|
|
608
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
609
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
610
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
611
|
+
altBoundary?: boolean | undefined;
|
|
612
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
613
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
614
|
+
}> | undefined;
|
|
615
|
+
arrow?: boolean | undefined;
|
|
616
|
+
keepOpen?: boolean | undefined;
|
|
617
|
+
autofocusFirst?: boolean | undefined;
|
|
618
|
+
triggerWidth?: boolean | undefined;
|
|
619
|
+
readonly "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
|
|
620
|
+
deselectHintLabel?: string | undefined;
|
|
621
|
+
selectHintLabel?: string | undefined;
|
|
622
|
+
selectedHintLabel?: string | undefined;
|
|
623
|
+
autoselectFirst?: boolean | undefined;
|
|
624
|
+
readonly placeholder?: string | undefined;
|
|
625
|
+
searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
|
|
626
|
+
noResultsLabel?: string | undefined;
|
|
627
|
+
noOptionsLabel?: string | undefined;
|
|
628
|
+
deselectActionLabel?: string | undefined;
|
|
629
|
+
searchable?: boolean | undefined;
|
|
630
|
+
searchPlaceholder?: string | undefined;
|
|
631
|
+
debounceSearch?: string | number | undefined;
|
|
632
|
+
minValues?: string | number | undefined;
|
|
633
|
+
readonly maxValues?: string | number | undefined;
|
|
634
|
+
separator?: string | undefined;
|
|
635
|
+
native?: boolean | undefined;
|
|
636
|
+
badges?: boolean | undefined;
|
|
637
|
+
badgeModifiers?: string | string[] | undefined;
|
|
638
|
+
dropdownModifiers?: string | string[] | undefined;
|
|
639
|
+
autoOpen?: boolean | undefined;
|
|
640
|
+
readonly "onUpdate:search"?: ((args_0: string) => any) | undefined;
|
|
641
|
+
readonly "onChange:search"?: ((args_0: string) => any) | undefined;
|
|
642
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
643
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
644
|
+
attrs: any;
|
|
645
|
+
slots: {
|
|
646
|
+
"dropdown::before"?(_: {}): any;
|
|
647
|
+
before?(_: {
|
|
648
|
+
valid: boolean;
|
|
649
|
+
invalid: boolean;
|
|
650
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
651
|
+
}): any;
|
|
652
|
+
value?(_: {
|
|
653
|
+
selectedOptions: T[];
|
|
654
|
+
onInput: (option: T) => void;
|
|
655
|
+
}): any;
|
|
656
|
+
after?(_: {
|
|
657
|
+
valid: boolean;
|
|
658
|
+
invalid: boolean;
|
|
659
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
660
|
+
}): any;
|
|
661
|
+
option?(_: {
|
|
662
|
+
option: T;
|
|
663
|
+
selectedOptions: T[];
|
|
664
|
+
selected: boolean;
|
|
665
|
+
disabled: boolean;
|
|
666
|
+
}): any;
|
|
667
|
+
option?(_: {
|
|
668
|
+
option: T;
|
|
669
|
+
selectedOptions: T[];
|
|
670
|
+
selected: boolean;
|
|
671
|
+
disabled: boolean;
|
|
672
|
+
}): any;
|
|
673
|
+
"no-options"?(_: {}): any;
|
|
674
|
+
"no-results"?(_: {}): any;
|
|
675
|
+
"dropdown::after"?(_: {}): any;
|
|
676
|
+
hint?(_: {
|
|
677
|
+
modelValue: unknown;
|
|
678
|
+
valid: boolean;
|
|
679
|
+
invalid: boolean;
|
|
680
|
+
loading: boolean;
|
|
681
|
+
}): any;
|
|
682
|
+
loading?(_: {
|
|
683
|
+
modelValue: unknown;
|
|
684
|
+
valid: boolean;
|
|
685
|
+
invalid: boolean;
|
|
686
|
+
loading: boolean;
|
|
687
|
+
}): any;
|
|
688
|
+
valid?(_: {
|
|
689
|
+
modelValue: unknown;
|
|
690
|
+
valid: boolean;
|
|
691
|
+
invalid: boolean;
|
|
692
|
+
loading: boolean;
|
|
693
|
+
}): any;
|
|
694
|
+
invalid?(_: {
|
|
695
|
+
modelValue: unknown;
|
|
696
|
+
valid: boolean;
|
|
697
|
+
invalid: boolean;
|
|
698
|
+
loading: boolean;
|
|
699
|
+
}): any;
|
|
700
|
+
};
|
|
701
|
+
emit: ((evt: "update:modelValue", args_0: any) => void) & ((evt: "blur", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "focus", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "update:search", args_0: string) => void) & ((evt: "change:search", args_0: string) => void);
|
|
702
|
+
} | undefined;
|
|
362
703
|
};
|
|
363
704
|
export default _default;
|
|
364
705
|
type __VLS_PrettifyLocal<T> = {
|