@vuetify/nightly 3.0.0-beta.10 → 3.0.0-beta.13

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.
Files changed (224) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/dist/json/attributes.json +37 -29
  3. package/dist/json/importMap.json +46 -46
  4. package/dist/json/tags.json +10 -8
  5. package/dist/json/web-types.json +101 -87
  6. package/dist/vuetify.css +545 -441
  7. package/dist/vuetify.d.ts +12095 -10059
  8. package/dist/vuetify.esm.js +401 -266
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +371 -236
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +3 -3
  13. package/dist/vuetify.min.js +496 -490
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/blueprints/index.d.ts +171 -0
  16. package/lib/blueprints/md1.d.ts +167 -0
  17. package/lib/blueprints/md2.d.ts +167 -0
  18. package/lib/blueprints/md3.d.ts +167 -0
  19. package/lib/components/VAlert/index.d.ts +185 -0
  20. package/lib/components/VApp/index.d.ts +83 -0
  21. package/lib/components/VAppBar/VAppBar.css +3 -0
  22. package/lib/components/VAppBar/VAppBar.sass +3 -0
  23. package/lib/components/VAppBar/index.d.ts +156 -0
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.ts +1569 -0
  27. package/lib/components/VAvatar/VAvatar.css +44 -2
  28. package/lib/components/VAvatar/VAvatar.mjs +16 -12
  29. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  30. package/lib/components/VAvatar/VAvatar.sass +5 -1
  31. package/lib/components/VAvatar/_variables.scss +9 -4
  32. package/lib/components/VAvatar/index.d.ts +80 -0
  33. package/lib/components/VBadge/index.d.ts +123 -0
  34. package/lib/components/VBanner/index.d.ts +122 -0
  35. package/lib/components/VBottomNavigation/index.d.ts +143 -0
  36. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +2 -2
  37. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  38. package/lib/components/VBreadcrumbs/index.d.ts +301 -0
  39. package/lib/components/VBtn/VBtn.css +8 -3
  40. package/lib/components/VBtn/VBtn.mjs +16 -6
  41. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  42. package/lib/components/VBtn/index.d.ts +210 -0
  43. package/lib/components/VBtnGroup/index.d.ts +65 -0
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  46. package/lib/components/VBtnToggle/index.d.ts +175 -0
  47. package/lib/components/VCard/VCard.css +8 -3
  48. package/lib/components/VCard/index.d.ts +230 -0
  49. package/lib/components/VCarousel/VCarousel.mjs +3 -3
  50. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  51. package/lib/components/VCarousel/index.d.ts +80 -0
  52. package/lib/components/VCheckbox/index.d.ts +291 -0
  53. package/lib/components/VChip/index.d.ts +195 -0
  54. package/lib/components/VChipGroup/index.d.ts +89 -0
  55. package/lib/components/VCode/index.d.ts +19 -0
  56. package/lib/components/VColorPicker/index.d.ts +116 -0
  57. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  58. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  59. package/lib/components/VCombobox/index.d.ts +1590 -0
  60. package/lib/components/VCounter/index.d.ts +223 -0
  61. package/lib/components/VDefaultsProvider/index.d.ts +26 -0
  62. package/lib/components/VDialog/VDialog.css +2 -0
  63. package/lib/components/VDialog/VDialog.mjs +17 -12
  64. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  65. package/lib/components/VDialog/VDialog.sass +2 -0
  66. package/lib/components/VDialog/index.d.ts +859 -0
  67. package/lib/components/VDivider/index.d.ts +22 -0
  68. package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -3
  69. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  70. package/lib/components/VField/VField.css +27 -24
  71. package/lib/components/VField/VField.mjs +1 -1
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +23 -21
  74. package/lib/components/VField/index.d.ts +332 -0
  75. package/lib/components/VFileInput/VFileInput.mjs +3 -3
  76. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  77. package/lib/components/VFileInput/index.d.ts +236 -0
  78. package/lib/components/VFooter/VFooter.css +7 -0
  79. package/lib/components/VFooter/VFooter.sass +1 -1
  80. package/lib/components/VFooter/_variables.scss +11 -0
  81. package/lib/components/VFooter/index.d.ts +76 -0
  82. package/lib/components/VForm/index.d.ts +72 -0
  83. package/lib/components/VGrid/index.d.ts +154 -0
  84. package/lib/components/VHover/index.d.ts +30 -0
  85. package/lib/components/VIcon/index.d.ts +124 -0
  86. package/lib/components/VImg/VImg.mjs +29 -27
  87. package/lib/components/VImg/VImg.mjs.map +1 -1
  88. package/lib/components/VImg/index.d.ts +89 -0
  89. package/lib/components/VInput/VInput.mjs +4 -4
  90. package/lib/components/VInput/VInput.mjs.map +1 -1
  91. package/lib/components/VInput/index.d.ts +325 -0
  92. package/lib/components/VItemGroup/index.d.ts +210 -0
  93. package/lib/components/VKbd/index.d.ts +19 -0
  94. package/lib/components/VLabel/VLabel.css +4 -1
  95. package/lib/components/VLabel/VLabel.mjs +4 -1
  96. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  97. package/lib/components/VLabel/VLabel.sass +3 -1
  98. package/lib/components/VLabel/index.d.ts +16 -0
  99. package/lib/components/VLayout/index.d.ts +75 -0
  100. package/lib/components/VLazy/index.d.ts +85 -0
  101. package/lib/components/VList/VListItem.css +8 -3
  102. package/lib/components/VList/VListItem.mjs +4 -4
  103. package/lib/components/VList/VListItem.mjs.map +1 -1
  104. package/lib/components/VList/index.d.ts +1250 -0
  105. package/lib/components/VLocaleProvider/index.d.ts +23 -0
  106. package/lib/components/VMain/index.d.ts +26 -0
  107. package/lib/components/VMenu/VMenu.mjs +16 -3
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/index.d.ts +817 -0
  110. package/lib/components/VMessages/index.d.ts +234 -0
  111. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  112. package/lib/components/VNoSsr/index.d.ts +7 -0
  113. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  114. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  115. package/lib/components/VOverlay/index.d.ts +579 -0
  116. package/lib/components/VOverlay/useActivator.mjs +27 -1
  117. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  118. package/lib/components/VPagination/VPagination.mjs +6 -3
  119. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  120. package/lib/components/VPagination/index.d.ts +247 -0
  121. package/lib/components/VParallax/VParallax.mjs +24 -10
  122. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  123. package/lib/components/VParallax/index.d.ts +18 -0
  124. package/lib/components/VProgressCircular/index.d.ts +68 -0
  125. package/lib/components/VProgressLinear/index.d.ts +101 -0
  126. package/lib/components/VRadio/index.d.ts +103 -0
  127. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  128. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  130. package/lib/components/VRadioGroup/VRadioGroup.sass +2 -2
  131. package/lib/components/VRadioGroup/_variables.scss +0 -1
  132. package/lib/components/VRadioGroup/index.d.ts +186 -0
  133. package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -2
  134. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  135. package/lib/components/VRangeSlider/index.d.ts +242 -0
  136. package/lib/components/VRating/index.d.ts +356 -0
  137. package/lib/components/VResponsive/index.d.ts +23 -0
  138. package/lib/components/VSelect/VSelect.mjs +1 -1
  139. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  140. package/lib/components/VSelect/index.d.ts +1521 -0
  141. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
  142. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  143. package/lib/components/VSelectionControl/index.d.ts +275 -0
  144. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
  145. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -1
  146. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  147. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +5 -0
  148. package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
  149. package/lib/components/VSheet/index.d.ts +68 -0
  150. package/lib/components/VSlideGroup/index.d.ts +151 -0
  151. package/lib/components/VSlider/VSlider.css +7 -2
  152. package/lib/components/VSlider/VSlider.mjs +14 -4
  153. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  154. package/lib/components/VSlider/VSlider.sass +6 -2
  155. package/lib/components/VSlider/VSliderTrack.css +20 -20
  156. package/lib/components/VSlider/VSliderTrack.mjs +7 -3
  157. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  158. package/lib/components/VSlider/VSliderTrack.sass +14 -14
  159. package/lib/components/VSlider/_variables.scss +2 -2
  160. package/lib/components/VSlider/index.d.ts +239 -0
  161. package/lib/components/VSlider/slider.mjs +2 -2
  162. package/lib/components/VSlider/slider.mjs.map +1 -1
  163. package/lib/components/VSnackbar/VSnackbar.mjs +3 -2
  164. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  165. package/lib/components/VSnackbar/index.d.ts +892 -0
  166. package/lib/components/VSwitch/index.d.ts +175 -0
  167. package/lib/components/VSystemBar/index.d.ts +61 -0
  168. package/lib/components/VTable/index.d.ts +39 -0
  169. package/lib/components/VTabs/VTab.mjs +1 -0
  170. package/lib/components/VTabs/VTab.mjs.map +1 -1
  171. package/lib/components/VTabs/index.d.ts +178 -0
  172. package/lib/components/VTextField/VTextField.css +2 -3
  173. package/lib/components/VTextField/VTextField.sass +2 -4
  174. package/lib/components/VTextField/index.d.ts +582 -0
  175. package/lib/components/VTextarea/VTextarea.css +5 -3
  176. package/lib/components/VTextarea/VTextarea.mjs +2 -1
  177. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  178. package/lib/components/VTextarea/VTextarea.sass +5 -4
  179. package/lib/components/VTextarea/index.d.ts +218 -0
  180. package/lib/components/VThemeProvider/index.d.ts +24 -0
  181. package/lib/components/VTimeline/VTimeline.css +21 -6
  182. package/lib/components/VTimeline/VTimeline.mjs +6 -1
  183. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  184. package/lib/components/VTimeline/VTimeline.sass +16 -2
  185. package/lib/components/VTimeline/_variables.scss +4 -3
  186. package/lib/components/VTimeline/index.d.ts +154 -0
  187. package/lib/components/VToolbar/VToolbar.css +0 -1
  188. package/lib/components/VToolbar/VToolbar.sass +0 -1
  189. package/lib/components/VToolbar/index.d.ts +414 -0
  190. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  191. package/lib/components/VTooltip/index.d.ts +799 -0
  192. package/lib/components/VValidation/index.d.ts +61 -0
  193. package/lib/components/VWindow/index.d.ts +428 -0
  194. package/lib/components/index.d.ts +12037 -10009
  195. package/lib/components/transitions/index.d.ts +454 -0
  196. package/lib/composables/display.mjs +3 -3
  197. package/lib/composables/display.mjs.map +1 -1
  198. package/lib/composables/items.mjs.map +1 -1
  199. package/lib/composables/locale.mjs +10 -3
  200. package/lib/composables/locale.mjs.map +1 -1
  201. package/lib/composables/proxiedModel.mjs +28 -10
  202. package/lib/composables/proxiedModel.mjs.map +1 -1
  203. package/lib/composables/router.mjs +10 -2
  204. package/lib/composables/router.mjs.map +1 -1
  205. package/lib/composables/selectLink.mjs +4 -4
  206. package/lib/composables/selectLink.mjs.map +1 -1
  207. package/lib/composables/theme.mjs +37 -33
  208. package/lib/composables/theme.mjs.map +1 -1
  209. package/lib/composables/validation.mjs +1 -1
  210. package/lib/composables/validation.mjs.map +1 -1
  211. package/lib/entry-bundler.mjs +1 -1
  212. package/lib/framework.mjs +46 -51
  213. package/lib/framework.mjs.map +1 -1
  214. package/lib/index.d.ts +31 -22
  215. package/lib/locale/adapters/vue-i18n.d.ts +35 -0
  216. package/lib/locale/adapters/vue-intl.d.ts +42 -0
  217. package/lib/styles/main.css +73 -73
  218. package/lib/styles/settings/_colors.scss +84 -84
  219. package/lib/styles/tools/_states.sass +8 -3
  220. package/lib/util/getCurrentInstance.mjs +2 -3
  221. package/lib/util/getCurrentInstance.mjs.map +1 -1
  222. package/lib/util/helpers.mjs +6 -11
  223. package/lib/util/helpers.mjs.map +1 -1
  224. package/package.json +4 -2
@@ -0,0 +1,1590 @@
1
+ import * as vue from 'vue';
2
+ import { VNodeChild, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
3
+
4
+ declare const block: readonly ["top", "bottom"];
5
+ declare const inline: readonly ["start", "end", "left", "right"];
6
+ declare type Tblock = typeof block[number];
7
+ declare type Tinline = typeof inline[number];
8
+ declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
9
+
10
+ declare type SlotsToProps<T extends Record<string, Slot>> = {
11
+ $children: () => (T['default'] | VNodeChild | {
12
+ [K in keyof T]?: T[K];
13
+ });
14
+ 'v-slots': new () => {
15
+ [K in keyof T]?: T[K] | false;
16
+ };
17
+ };
18
+ declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
19
+ declare type MakeSlots<T extends Record<string, any[]>> = {
20
+ [K in keyof T]?: Slot<T[K]>;
21
+ };
22
+
23
+ declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
24
+ declare type EventProp<T = (...args: any[]) => any> = T | T[];
25
+ declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
26
+
27
+ declare type ValidationResult = string | boolean;
28
+ declare type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
29
+
30
+ interface LoaderSlotProps {
31
+ color: string | undefined;
32
+ isActive: boolean;
33
+ }
34
+
35
+ declare type IconValue = string | JSXComponent;
36
+ declare const IconValue: PropType<IconValue>;
37
+
38
+ interface VInputSlot {
39
+ id: ComputedRef<string>;
40
+ isDirty: ComputedRef<boolean>;
41
+ isDisabled: ComputedRef<boolean>;
42
+ isReadonly: ComputedRef<boolean>;
43
+ isPristine: Ref<boolean>;
44
+ isValid: ComputedRef<boolean | null>;
45
+ isValidating: Ref<boolean>;
46
+ reset: () => void;
47
+ resetValidation: () => void;
48
+ validate: () => void;
49
+ }
50
+
51
+ interface DefaultInputSlot {
52
+ isActive: Ref<boolean>;
53
+ isFocused: Ref<boolean>;
54
+ controlRef: Ref<HTMLElement | undefined>;
55
+ focus: () => void;
56
+ blur: () => void;
57
+ }
58
+ interface VFieldSlot extends DefaultInputSlot {
59
+ props: Record<string, unknown>;
60
+ }
61
+
62
+ interface ScrollStrategyData {
63
+ root: Ref<HTMLElement | undefined>;
64
+ contentEl: Ref<HTMLElement | undefined>;
65
+ activatorEl: Ref<HTMLElement | undefined>;
66
+ isActive: Ref<boolean>;
67
+ updateLocation: Ref<((e: Event) => void) | undefined>;
68
+ }
69
+ declare const scrollStrategies: {
70
+ none: null;
71
+ close: typeof closeScrollStrategy;
72
+ block: typeof blockScrollStrategy;
73
+ reposition: typeof repositionScrollStrategy;
74
+ };
75
+ interface StrategyProps$1 {
76
+ scrollStrategy: keyof typeof scrollStrategies | ((data: ScrollStrategyData, props?: StrategyProps$1) => void);
77
+ contained: boolean | undefined;
78
+ }
79
+ declare function closeScrollStrategy(data: ScrollStrategyData): void;
80
+ declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
81
+ declare function repositionScrollStrategy(data: ScrollStrategyData): void;
82
+
83
+ interface LocationStrategyData {
84
+ contentEl: Ref<HTMLElement | undefined>;
85
+ activatorEl: Ref<HTMLElement | undefined>;
86
+ isActive: Ref<boolean>;
87
+ isRtl: Ref<boolean>;
88
+ }
89
+ declare const locationStrategies: {
90
+ static: typeof staticLocationStrategy;
91
+ connected: typeof connectedLocationStrategy;
92
+ };
93
+ interface StrategyProps {
94
+ locationStrategy: keyof typeof locationStrategies | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
95
+ updateLocation: (e: Event) => void;
96
+ });
97
+ location: Anchor;
98
+ origin: Anchor | 'auto' | 'overlap';
99
+ offset?: number | string | number[];
100
+ maxHeight?: number | string;
101
+ maxWidth?: number | string;
102
+ minHeight?: number | string;
103
+ minWidth?: number | string;
104
+ }
105
+ declare function staticLocationStrategy(): void;
106
+ declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
107
+ updateLocation: () => void;
108
+ };
109
+
110
+ interface InternalItem<T = any> {
111
+ title: string;
112
+ value: any;
113
+ props: {
114
+ [key: string]: any;
115
+ title: string;
116
+ value: any;
117
+ };
118
+ children?: InternalItem[];
119
+ raw: T;
120
+ }
121
+
122
+ /**
123
+ * - match without highlight
124
+ * - single match (index), length already known
125
+ * - single match (start, end)
126
+ * - multiple matches (start, end), probably shouldn't overlap
127
+ */
128
+ declare type FilterMatch = boolean | number | [number, number] | [number, number][];
129
+ declare type FilterFunction = (value: string, query: string, item?: any) => FilterMatch;
130
+ declare type FilterKeyFunctions = Record<string, FilterFunction>;
131
+ declare type FilterKeys = string | string[];
132
+ declare type FilterMode = 'some' | 'every' | 'union' | 'intersection';
133
+
134
+ declare type Primitive = string | number | boolean | symbol;
135
+ declare type Val<T, ReturnObject extends boolean> = T extends Primitive ? T : (ReturnObject extends true ? T : any);
136
+ declare type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? Val<T, ReturnObject>[] : Val<T, ReturnObject>;
137
+ declare const VCombobox: {
138
+ new (...args: any[]): {
139
+ $: vue.ComponentInternalInstance;
140
+ $data: {};
141
+ $props: Partial<{
142
+ transition: string | boolean | (vue.TransitionProps & {
143
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
144
+ });
145
+ menu: boolean;
146
+ eager: boolean;
147
+ noDataText: string;
148
+ itemTitle: SelectItemKey;
149
+ itemValue: SelectItemKey;
150
+ itemChildren: SelectItemKey;
151
+ itemProps: SelectItemKey;
152
+ chips: boolean;
153
+ closableChips: boolean;
154
+ hideNoData: boolean;
155
+ hideSelected: boolean;
156
+ menuIcon: IconValue;
157
+ openOnClear: boolean;
158
+ filterMode: FilterMode;
159
+ noFilter: boolean;
160
+ filterKeys: (string & {}) | FilterKeys;
161
+ }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
162
+ transition: Omit<{
163
+ type: PropType<string | boolean | (vue.TransitionProps & {
164
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
165
+ })>;
166
+ default: string;
167
+ validator: (val: unknown) => boolean;
168
+ }, "type" | "default"> & {
169
+ type: PropType<string | boolean | (vue.TransitionProps & {
170
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
171
+ })>;
172
+ default: string | boolean | (vue.TransitionProps & {
173
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
174
+ });
175
+ };
176
+ items: {
177
+ type: PropType<any[]>;
178
+ default: () => never[];
179
+ };
180
+ itemTitle: {
181
+ type: PropType<SelectItemKey>;
182
+ default: string;
183
+ };
184
+ itemValue: {
185
+ type: PropType<SelectItemKey>;
186
+ default: string;
187
+ };
188
+ itemChildren: Omit<{
189
+ type: PropType<SelectItemKey>;
190
+ default: string;
191
+ }, "type" | "default"> & {
192
+ type: PropType<SelectItemKey>;
193
+ default: SelectItemKey;
194
+ };
195
+ itemProps: {
196
+ type: PropType<SelectItemKey>;
197
+ default: string;
198
+ };
199
+ returnObject: {
200
+ type: PropType<boolean>;
201
+ default: boolean;
202
+ };
203
+ chips: BooleanConstructor;
204
+ closableChips: BooleanConstructor;
205
+ eager: BooleanConstructor;
206
+ hideNoData: {
207
+ type: PropType<boolean>;
208
+ default: boolean;
209
+ };
210
+ hideSelected: BooleanConstructor;
211
+ menu: BooleanConstructor;
212
+ menuIcon: {
213
+ type: PropType<IconValue>;
214
+ default: string;
215
+ };
216
+ menuProps: {
217
+ type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
218
+ transition: Omit<{
219
+ type: PropType<string | boolean | (vue.TransitionProps & {
220
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
221
+ })>;
222
+ default: string;
223
+ validator: (val: unknown) => boolean;
224
+ }, "type" | "default"> & {
225
+ type: PropType<string | boolean | (vue.TransitionProps & {
226
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
227
+ }) | {
228
+ readonly component: vue.DefineComponent<{
229
+ target: PropType<HTMLElement>;
230
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
231
+ target: PropType<HTMLElement>;
232
+ }>>, {}>;
233
+ }>;
234
+ default: string | boolean | (vue.TransitionProps & {
235
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
236
+ }) | {
237
+ readonly component: vue.DefineComponent<{
238
+ target: PropType<HTMLElement>;
239
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
240
+ target: PropType<HTMLElement>;
241
+ }>>, {}>;
242
+ };
243
+ };
244
+ modelValue: BooleanConstructor;
245
+ id: StringConstructor;
246
+ }, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
247
+ default: [{
248
+ isActive: vue.Ref<boolean>;
249
+ }];
250
+ activator: [{
251
+ isActive: boolean;
252
+ props: Record<string, any>;
253
+ }];
254
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
255
+ default: [{
256
+ isActive: vue.Ref<boolean>;
257
+ }];
258
+ activator: [{
259
+ isActive: boolean;
260
+ props: Record<string, any>;
261
+ }];
262
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
263
+ absolute: boolean;
264
+ location: Anchor;
265
+ origin: "auto" | Anchor | "overlap";
266
+ transition: string | boolean | (vue.TransitionProps & {
267
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
268
+ });
269
+ zIndex: string | number;
270
+ eager: boolean;
271
+ disabled: boolean;
272
+ modelValue: boolean;
273
+ activatorProps: Record<string, any>;
274
+ openOnClick: boolean;
275
+ openOnHover: boolean;
276
+ openOnFocus: boolean;
277
+ closeOnContentClick: boolean;
278
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
279
+ updateLocation: (e: Event) => void;
280
+ } | undefined);
281
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
282
+ contained: boolean;
283
+ noClickAnimation: boolean;
284
+ persistent: boolean;
285
+ closeOnBack: boolean;
286
+ scrim: string | boolean;
287
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
288
+ transition: {
289
+ type: PropType<string | boolean | (vue.TransitionProps & {
290
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
291
+ })>;
292
+ default: string;
293
+ validator: (val: unknown) => boolean;
294
+ };
295
+ theme: StringConstructor;
296
+ scrollStrategy: {
297
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
298
+ default: string;
299
+ validator: (val: any) => boolean;
300
+ };
301
+ locationStrategy: {
302
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
303
+ updateLocation: (e: Event) => void;
304
+ } | undefined)>;
305
+ default: string;
306
+ validator: (val: any) => boolean;
307
+ };
308
+ location: {
309
+ type: PropType<Anchor>;
310
+ default: string;
311
+ };
312
+ origin: {
313
+ type: PropType<"auto" | Anchor | "overlap">;
314
+ default: string;
315
+ };
316
+ offset: PropType<string | number | number[] | undefined>;
317
+ eager: BooleanConstructor;
318
+ height: (StringConstructor | NumberConstructor)[];
319
+ maxHeight: (StringConstructor | NumberConstructor)[];
320
+ maxWidth: (StringConstructor | NumberConstructor)[];
321
+ minHeight: (StringConstructor | NumberConstructor)[];
322
+ minWidth: (StringConstructor | NumberConstructor)[];
323
+ width: (StringConstructor | NumberConstructor)[];
324
+ closeDelay: (StringConstructor | NumberConstructor)[];
325
+ openDelay: (StringConstructor | NumberConstructor)[];
326
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
327
+ activatorProps: {
328
+ type: PropType<Record<string, any>>;
329
+ default: () => {};
330
+ };
331
+ openOnClick: {
332
+ type: BooleanConstructor;
333
+ default: undefined;
334
+ };
335
+ openOnHover: BooleanConstructor;
336
+ openOnFocus: {
337
+ type: BooleanConstructor;
338
+ default: undefined;
339
+ };
340
+ closeOnContentClick: BooleanConstructor;
341
+ absolute: BooleanConstructor;
342
+ attach: PropType<string | boolean | Element>;
343
+ closeOnBack: {
344
+ type: BooleanConstructor;
345
+ default: boolean;
346
+ };
347
+ contained: BooleanConstructor;
348
+ contentClass: null;
349
+ contentProps: null;
350
+ disabled: BooleanConstructor;
351
+ noClickAnimation: BooleanConstructor;
352
+ modelValue: BooleanConstructor;
353
+ persistent: BooleanConstructor;
354
+ scrim: {
355
+ type: (StringConstructor | BooleanConstructor)[];
356
+ default: boolean;
357
+ };
358
+ zIndex: {
359
+ type: (StringConstructor | NumberConstructor)[];
360
+ default: number;
361
+ };
362
+ } & SlotsToProps<MakeSlots<{
363
+ default: [{
364
+ isActive: vue.Ref<boolean>;
365
+ }];
366
+ activator: [{
367
+ isActive: boolean;
368
+ props: Record<string, any>;
369
+ }];
370
+ }>>>> & {
371
+ onAfterLeave?: (() => any) | undefined;
372
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
373
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
374
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
375
+ };
376
+ modelValue: {
377
+ type: null;
378
+ default: () => never[];
379
+ };
380
+ multiple: BooleanConstructor;
381
+ noDataText: {
382
+ type: StringConstructor;
383
+ default: string;
384
+ };
385
+ openOnClear: BooleanConstructor;
386
+ readonly: BooleanConstructor;
387
+ customFilter: PropType<FilterFunction>;
388
+ customKeyFilter: PropType<FilterKeyFunctions>;
389
+ filterKeys: {
390
+ type: PropType<(string & {}) | FilterKeys>;
391
+ default: (string & {}) | FilterKeys;
392
+ };
393
+ filterMode: {
394
+ type: PropType<FilterMode>;
395
+ default: string;
396
+ };
397
+ noFilter: BooleanConstructor;
398
+ delimiters: PropType<string[]>;
399
+ }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
400
+ default: [VInputSlot];
401
+ prepend: [VInputSlot];
402
+ append: [VInputSlot];
403
+ details: [VInputSlot];
404
+ }> & MakeSlots<{
405
+ clear: [];
406
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
407
+ 'append-inner': [DefaultInputSlot & VInputSlot];
408
+ label: [DefaultInputSlot & VInputSlot];
409
+ loader: [LoaderSlotProps];
410
+ default: [VFieldSlot];
411
+ }>, "default"> & MakeSlots<{
412
+ default: [];
413
+ }>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
414
+ default: [VInputSlot];
415
+ prepend: [VInputSlot];
416
+ append: [VInputSlot];
417
+ details: [VInputSlot];
418
+ }> & MakeSlots<{
419
+ clear: [];
420
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
421
+ 'append-inner': [DefaultInputSlot & VInputSlot];
422
+ label: [DefaultInputSlot & VInputSlot];
423
+ loader: [LoaderSlotProps];
424
+ default: [VFieldSlot];
425
+ }>, "default"> & MakeSlots<{
426
+ item: [{
427
+ item: InternalItem<unknown>;
428
+ index: number;
429
+ props: Record<string, unknown>;
430
+ }];
431
+ chip: [{
432
+ item: InternalItem<unknown>;
433
+ index: number;
434
+ props: Record<string, unknown>;
435
+ }];
436
+ selection: [{
437
+ item: InternalItem<unknown>;
438
+ index: number;
439
+ }];
440
+ 'no-data': [];
441
+ }>>>> & {
442
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
443
+ "onUpdate:searchInput"?: ((val: string) => any) | undefined;
444
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
445
+ $attrs: {
446
+ [x: string]: unknown;
447
+ };
448
+ $refs: {
449
+ [x: string]: unknown;
450
+ };
451
+ $slots: Readonly<{
452
+ [name: string]: vue.Slot | undefined;
453
+ }>;
454
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
455
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
456
+ $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:searchInput", val: string) => void);
457
+ $el: any;
458
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
459
+ transition: Omit<{
460
+ type: PropType<string | boolean | (vue.TransitionProps & {
461
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
462
+ })>;
463
+ default: string;
464
+ validator: (val: unknown) => boolean;
465
+ }, "type" | "default"> & {
466
+ type: PropType<string | boolean | (vue.TransitionProps & {
467
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
468
+ })>;
469
+ default: string | boolean | (vue.TransitionProps & {
470
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
471
+ });
472
+ };
473
+ items: {
474
+ type: PropType<any[]>;
475
+ default: () => never[];
476
+ };
477
+ itemTitle: {
478
+ type: PropType<SelectItemKey>;
479
+ default: string;
480
+ };
481
+ itemValue: {
482
+ type: PropType<SelectItemKey>;
483
+ default: string;
484
+ };
485
+ itemChildren: Omit<{
486
+ type: PropType<SelectItemKey>;
487
+ default: string;
488
+ }, "type" | "default"> & {
489
+ type: PropType<SelectItemKey>;
490
+ default: SelectItemKey;
491
+ };
492
+ itemProps: {
493
+ type: PropType<SelectItemKey>;
494
+ default: string;
495
+ };
496
+ returnObject: {
497
+ type: PropType<boolean>;
498
+ default: boolean;
499
+ };
500
+ chips: BooleanConstructor;
501
+ closableChips: BooleanConstructor;
502
+ eager: BooleanConstructor;
503
+ hideNoData: {
504
+ type: PropType<boolean>;
505
+ default: boolean;
506
+ };
507
+ hideSelected: BooleanConstructor;
508
+ menu: BooleanConstructor;
509
+ menuIcon: {
510
+ type: PropType<IconValue>;
511
+ default: string;
512
+ };
513
+ menuProps: {
514
+ type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
515
+ transition: Omit<{
516
+ type: PropType<string | boolean | (vue.TransitionProps & {
517
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
518
+ })>;
519
+ default: string;
520
+ validator: (val: unknown) => boolean;
521
+ }, "type" | "default"> & {
522
+ type: PropType<string | boolean | (vue.TransitionProps & {
523
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
524
+ }) | {
525
+ readonly component: vue.DefineComponent<{
526
+ target: PropType<HTMLElement>;
527
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
528
+ target: PropType<HTMLElement>;
529
+ }>>, {}>;
530
+ }>;
531
+ default: string | boolean | (vue.TransitionProps & {
532
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
533
+ }) | {
534
+ readonly component: vue.DefineComponent<{
535
+ target: PropType<HTMLElement>;
536
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
537
+ target: PropType<HTMLElement>;
538
+ }>>, {}>;
539
+ };
540
+ };
541
+ modelValue: BooleanConstructor;
542
+ id: StringConstructor;
543
+ }, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
544
+ default: [{
545
+ isActive: vue.Ref<boolean>;
546
+ }];
547
+ activator: [{
548
+ isActive: boolean;
549
+ props: Record<string, any>;
550
+ }];
551
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
552
+ default: [{
553
+ isActive: vue.Ref<boolean>;
554
+ }];
555
+ activator: [{
556
+ isActive: boolean;
557
+ props: Record<string, any>;
558
+ }];
559
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
560
+ absolute: boolean;
561
+ location: Anchor;
562
+ origin: "auto" | Anchor | "overlap";
563
+ transition: string | boolean | (vue.TransitionProps & {
564
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
565
+ });
566
+ zIndex: string | number;
567
+ eager: boolean;
568
+ disabled: boolean;
569
+ modelValue: boolean;
570
+ activatorProps: Record<string, any>;
571
+ openOnClick: boolean;
572
+ openOnHover: boolean;
573
+ openOnFocus: boolean;
574
+ closeOnContentClick: boolean;
575
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
576
+ updateLocation: (e: Event) => void;
577
+ } | undefined);
578
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
579
+ contained: boolean;
580
+ noClickAnimation: boolean;
581
+ persistent: boolean;
582
+ closeOnBack: boolean;
583
+ scrim: string | boolean;
584
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
585
+ transition: {
586
+ type: PropType<string | boolean | (vue.TransitionProps & {
587
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
588
+ })>;
589
+ default: string;
590
+ validator: (val: unknown) => boolean;
591
+ };
592
+ theme: StringConstructor;
593
+ scrollStrategy: {
594
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
595
+ default: string;
596
+ validator: (val: any) => boolean;
597
+ };
598
+ locationStrategy: {
599
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
600
+ updateLocation: (e: Event) => void;
601
+ } | undefined)>;
602
+ default: string;
603
+ validator: (val: any) => boolean;
604
+ };
605
+ location: {
606
+ type: PropType<Anchor>;
607
+ default: string;
608
+ };
609
+ origin: {
610
+ type: PropType<"auto" | Anchor | "overlap">;
611
+ default: string;
612
+ };
613
+ offset: PropType<string | number | number[] | undefined>;
614
+ eager: BooleanConstructor;
615
+ height: (StringConstructor | NumberConstructor)[];
616
+ maxHeight: (StringConstructor | NumberConstructor)[];
617
+ maxWidth: (StringConstructor | NumberConstructor)[];
618
+ minHeight: (StringConstructor | NumberConstructor)[];
619
+ minWidth: (StringConstructor | NumberConstructor)[];
620
+ width: (StringConstructor | NumberConstructor)[];
621
+ closeDelay: (StringConstructor | NumberConstructor)[];
622
+ openDelay: (StringConstructor | NumberConstructor)[];
623
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
624
+ activatorProps: {
625
+ type: PropType<Record<string, any>>;
626
+ default: () => {};
627
+ };
628
+ openOnClick: {
629
+ type: BooleanConstructor;
630
+ default: undefined;
631
+ };
632
+ openOnHover: BooleanConstructor;
633
+ openOnFocus: {
634
+ type: BooleanConstructor;
635
+ default: undefined;
636
+ };
637
+ closeOnContentClick: BooleanConstructor;
638
+ absolute: BooleanConstructor;
639
+ attach: PropType<string | boolean | Element>;
640
+ closeOnBack: {
641
+ type: BooleanConstructor;
642
+ default: boolean;
643
+ };
644
+ contained: BooleanConstructor;
645
+ contentClass: null;
646
+ contentProps: null;
647
+ disabled: BooleanConstructor;
648
+ noClickAnimation: BooleanConstructor;
649
+ modelValue: BooleanConstructor;
650
+ persistent: BooleanConstructor;
651
+ scrim: {
652
+ type: (StringConstructor | BooleanConstructor)[];
653
+ default: boolean;
654
+ };
655
+ zIndex: {
656
+ type: (StringConstructor | NumberConstructor)[];
657
+ default: number;
658
+ };
659
+ } & SlotsToProps<MakeSlots<{
660
+ default: [{
661
+ isActive: vue.Ref<boolean>;
662
+ }];
663
+ activator: [{
664
+ isActive: boolean;
665
+ props: Record<string, any>;
666
+ }];
667
+ }>>>> & {
668
+ onAfterLeave?: (() => any) | undefined;
669
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
670
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
671
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
672
+ };
673
+ modelValue: {
674
+ type: null;
675
+ default: () => never[];
676
+ };
677
+ multiple: BooleanConstructor;
678
+ noDataText: {
679
+ type: StringConstructor;
680
+ default: string;
681
+ };
682
+ openOnClear: BooleanConstructor;
683
+ readonly: BooleanConstructor;
684
+ customFilter: PropType<FilterFunction>;
685
+ customKeyFilter: PropType<FilterKeyFunctions>;
686
+ filterKeys: {
687
+ type: PropType<(string & {}) | FilterKeys>;
688
+ default: (string & {}) | FilterKeys;
689
+ };
690
+ filterMode: {
691
+ type: PropType<FilterMode>;
692
+ default: string;
693
+ };
694
+ noFilter: BooleanConstructor;
695
+ delimiters: PropType<string[]>;
696
+ }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
697
+ default: [VInputSlot];
698
+ prepend: [VInputSlot];
699
+ append: [VInputSlot];
700
+ details: [VInputSlot];
701
+ }> & MakeSlots<{
702
+ clear: [];
703
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
704
+ 'append-inner': [DefaultInputSlot & VInputSlot];
705
+ label: [DefaultInputSlot & VInputSlot];
706
+ loader: [LoaderSlotProps];
707
+ default: [VFieldSlot];
708
+ }>, "default"> & MakeSlots<{
709
+ default: [];
710
+ }>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
711
+ default: [VInputSlot];
712
+ prepend: [VInputSlot];
713
+ append: [VInputSlot];
714
+ details: [VInputSlot];
715
+ }> & MakeSlots<{
716
+ clear: [];
717
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
718
+ 'append-inner': [DefaultInputSlot & VInputSlot];
719
+ label: [DefaultInputSlot & VInputSlot];
720
+ loader: [LoaderSlotProps];
721
+ default: [VFieldSlot];
722
+ }>, "default"> & MakeSlots<{
723
+ item: [{
724
+ item: InternalItem<unknown>;
725
+ index: number;
726
+ props: Record<string, unknown>;
727
+ }];
728
+ chip: [{
729
+ item: InternalItem<unknown>;
730
+ index: number;
731
+ props: Record<string, unknown>;
732
+ }];
733
+ selection: [{
734
+ item: InternalItem<unknown>;
735
+ index: number;
736
+ }];
737
+ 'no-data': [];
738
+ }>>>> & {
739
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
740
+ "onUpdate:searchInput"?: ((val: string) => any) | undefined;
741
+ }, {
742
+ isFocused: vue.Ref<boolean>;
743
+ isPristine: vue.Ref<boolean>;
744
+ menu: vue.Ref<boolean> & {
745
+ readonly externalValue: boolean;
746
+ };
747
+ search: vue.WritableComputedRef<string>;
748
+ selectionIndex: vue.Ref<number>;
749
+ filteredItems: vue.ComputedRef<{
750
+ item: InternalItem<any>;
751
+ matches: Record<string, FilterMatch>;
752
+ }[]>;
753
+ select: (item: InternalItem) => void;
754
+ } & {
755
+ [x: string]: any;
756
+ [x: number]: any;
757
+ [x: symbol]: any;
758
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
759
+ 'update:modelValue': (val: any) => boolean;
760
+ 'update:searchInput': (val: string) => boolean;
761
+ 'update:menu': (val: boolean) => boolean;
762
+ }, "reverse" | "type" | "error" | "key" | "id" | "active" | "name" | "color" | "direction" | "loading" | "label" | "style" | "prefix" | "autofocus" | "disabled" | "multiple" | "readonly" | "class" | "placeholder" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "messages" | "counter" | "items" | "v-slots" | "density" | "variant" | "update:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "errorMessages" | "maxErrors" | "rules" | "validationValue" | "clearIcon" | "appendInnerIcon" | "prependInnerIcon" | "hideDetails" | "returnObject" | "vnodeBeforeMount" | "vnodeMounted" | "vnodeBeforeUpdate" | "vnodeUpdated" | "vnodeBeforeUnmount" | "vnodeUnmounted" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "click:control" | "hint" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "suffix" | "click:input" | "counterValue" | "click:clear" | "click:append" | "click:prepend" | "click:appendInner" | "click:prependInner">, string, {
763
+ transition: string | boolean | (vue.TransitionProps & {
764
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
765
+ });
766
+ menu: boolean;
767
+ eager: boolean;
768
+ noDataText: string;
769
+ itemTitle: SelectItemKey;
770
+ itemValue: SelectItemKey;
771
+ itemChildren: SelectItemKey;
772
+ itemProps: SelectItemKey;
773
+ chips: boolean;
774
+ closableChips: boolean;
775
+ hideNoData: boolean;
776
+ hideSelected: boolean;
777
+ menuIcon: IconValue;
778
+ openOnClear: boolean;
779
+ filterMode: FilterMode;
780
+ noFilter: boolean;
781
+ filterKeys: (string & {}) | FilterKeys;
782
+ }> & {
783
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
784
+ created?: ((() => void) | (() => void)[]) | undefined;
785
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
786
+ mounted?: ((() => void) | (() => void)[]) | undefined;
787
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
788
+ updated?: ((() => void) | (() => void)[]) | undefined;
789
+ activated?: ((() => void) | (() => void)[]) | undefined;
790
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
791
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
792
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
793
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
794
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
795
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
796
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
797
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
798
+ };
799
+ $forceUpdate: () => void;
800
+ $nextTick: typeof nextTick;
801
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
802
+ } & Readonly<vue.ExtractPropTypes<Omit<{
803
+ transition: Omit<{
804
+ type: PropType<string | boolean | (vue.TransitionProps & {
805
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
806
+ })>;
807
+ default: string;
808
+ validator: (val: unknown) => boolean;
809
+ }, "type" | "default"> & {
810
+ type: PropType<string | boolean | (vue.TransitionProps & {
811
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
812
+ })>;
813
+ default: string | boolean | (vue.TransitionProps & {
814
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
815
+ });
816
+ };
817
+ items: {
818
+ type: PropType<any[]>;
819
+ default: () => never[];
820
+ };
821
+ itemTitle: {
822
+ type: PropType<SelectItemKey>;
823
+ default: string;
824
+ };
825
+ itemValue: {
826
+ type: PropType<SelectItemKey>;
827
+ default: string;
828
+ };
829
+ itemChildren: Omit<{
830
+ type: PropType<SelectItemKey>;
831
+ default: string;
832
+ }, "type" | "default"> & {
833
+ type: PropType<SelectItemKey>;
834
+ default: SelectItemKey;
835
+ };
836
+ itemProps: {
837
+ type: PropType<SelectItemKey>;
838
+ default: string;
839
+ };
840
+ returnObject: {
841
+ type: PropType<boolean>;
842
+ default: boolean;
843
+ };
844
+ chips: BooleanConstructor;
845
+ closableChips: BooleanConstructor;
846
+ eager: BooleanConstructor;
847
+ hideNoData: {
848
+ type: PropType<boolean>;
849
+ default: boolean;
850
+ };
851
+ hideSelected: BooleanConstructor;
852
+ menu: BooleanConstructor;
853
+ menuIcon: {
854
+ type: PropType<IconValue>;
855
+ default: string;
856
+ };
857
+ menuProps: {
858
+ type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
859
+ transition: Omit<{
860
+ type: PropType<string | boolean | (vue.TransitionProps & {
861
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
862
+ })>;
863
+ default: string;
864
+ validator: (val: unknown) => boolean;
865
+ }, "type" | "default"> & {
866
+ type: PropType<string | boolean | (vue.TransitionProps & {
867
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
868
+ }) | {
869
+ readonly component: vue.DefineComponent<{
870
+ target: PropType<HTMLElement>;
871
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
872
+ target: PropType<HTMLElement>;
873
+ }>>, {}>;
874
+ }>;
875
+ default: string | boolean | (vue.TransitionProps & {
876
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
877
+ }) | {
878
+ readonly component: vue.DefineComponent<{
879
+ target: PropType<HTMLElement>;
880
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
881
+ target: PropType<HTMLElement>;
882
+ }>>, {}>;
883
+ };
884
+ };
885
+ modelValue: BooleanConstructor;
886
+ id: StringConstructor;
887
+ }, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
888
+ default: [{
889
+ isActive: vue.Ref<boolean>;
890
+ }];
891
+ activator: [{
892
+ isActive: boolean;
893
+ props: Record<string, any>;
894
+ }];
895
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
896
+ default: [{
897
+ isActive: vue.Ref<boolean>;
898
+ }];
899
+ activator: [{
900
+ isActive: boolean;
901
+ props: Record<string, any>;
902
+ }];
903
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
904
+ absolute: boolean;
905
+ location: Anchor;
906
+ origin: "auto" | Anchor | "overlap";
907
+ transition: string | boolean | (vue.TransitionProps & {
908
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
909
+ });
910
+ zIndex: string | number;
911
+ eager: boolean;
912
+ disabled: boolean;
913
+ modelValue: boolean;
914
+ activatorProps: Record<string, any>;
915
+ openOnClick: boolean;
916
+ openOnHover: boolean;
917
+ openOnFocus: boolean;
918
+ closeOnContentClick: boolean;
919
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
920
+ updateLocation: (e: Event) => void;
921
+ } | undefined);
922
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
923
+ contained: boolean;
924
+ noClickAnimation: boolean;
925
+ persistent: boolean;
926
+ closeOnBack: boolean;
927
+ scrim: string | boolean;
928
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
929
+ transition: {
930
+ type: PropType<string | boolean | (vue.TransitionProps & {
931
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
932
+ })>;
933
+ default: string;
934
+ validator: (val: unknown) => boolean;
935
+ };
936
+ theme: StringConstructor;
937
+ scrollStrategy: {
938
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
939
+ default: string;
940
+ validator: (val: any) => boolean;
941
+ };
942
+ locationStrategy: {
943
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
944
+ updateLocation: (e: Event) => void;
945
+ } | undefined)>;
946
+ default: string;
947
+ validator: (val: any) => boolean;
948
+ };
949
+ location: {
950
+ type: PropType<Anchor>;
951
+ default: string;
952
+ };
953
+ origin: {
954
+ type: PropType<"auto" | Anchor | "overlap">;
955
+ default: string;
956
+ };
957
+ offset: PropType<string | number | number[] | undefined>;
958
+ eager: BooleanConstructor;
959
+ height: (StringConstructor | NumberConstructor)[];
960
+ maxHeight: (StringConstructor | NumberConstructor)[];
961
+ maxWidth: (StringConstructor | NumberConstructor)[];
962
+ minHeight: (StringConstructor | NumberConstructor)[];
963
+ minWidth: (StringConstructor | NumberConstructor)[];
964
+ width: (StringConstructor | NumberConstructor)[];
965
+ closeDelay: (StringConstructor | NumberConstructor)[];
966
+ openDelay: (StringConstructor | NumberConstructor)[];
967
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
968
+ activatorProps: {
969
+ type: PropType<Record<string, any>>;
970
+ default: () => {};
971
+ };
972
+ openOnClick: {
973
+ type: BooleanConstructor;
974
+ default: undefined;
975
+ };
976
+ openOnHover: BooleanConstructor;
977
+ openOnFocus: {
978
+ type: BooleanConstructor;
979
+ default: undefined;
980
+ };
981
+ closeOnContentClick: BooleanConstructor;
982
+ absolute: BooleanConstructor;
983
+ attach: PropType<string | boolean | Element>;
984
+ closeOnBack: {
985
+ type: BooleanConstructor;
986
+ default: boolean;
987
+ };
988
+ contained: BooleanConstructor;
989
+ contentClass: null;
990
+ contentProps: null;
991
+ disabled: BooleanConstructor;
992
+ noClickAnimation: BooleanConstructor;
993
+ modelValue: BooleanConstructor;
994
+ persistent: BooleanConstructor;
995
+ scrim: {
996
+ type: (StringConstructor | BooleanConstructor)[];
997
+ default: boolean;
998
+ };
999
+ zIndex: {
1000
+ type: (StringConstructor | NumberConstructor)[];
1001
+ default: number;
1002
+ };
1003
+ } & SlotsToProps<MakeSlots<{
1004
+ default: [{
1005
+ isActive: vue.Ref<boolean>;
1006
+ }];
1007
+ activator: [{
1008
+ isActive: boolean;
1009
+ props: Record<string, any>;
1010
+ }];
1011
+ }>>>> & {
1012
+ onAfterLeave?: (() => any) | undefined;
1013
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1014
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1015
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
1016
+ };
1017
+ modelValue: {
1018
+ type: null;
1019
+ default: () => never[];
1020
+ };
1021
+ multiple: BooleanConstructor;
1022
+ noDataText: {
1023
+ type: StringConstructor;
1024
+ default: string;
1025
+ };
1026
+ openOnClear: BooleanConstructor;
1027
+ readonly: BooleanConstructor;
1028
+ customFilter: PropType<FilterFunction>;
1029
+ customKeyFilter: PropType<FilterKeyFunctions>;
1030
+ filterKeys: {
1031
+ type: PropType<(string & {}) | FilterKeys>;
1032
+ default: (string & {}) | FilterKeys;
1033
+ };
1034
+ filterMode: {
1035
+ type: PropType<FilterMode>;
1036
+ default: string;
1037
+ };
1038
+ noFilter: BooleanConstructor;
1039
+ delimiters: PropType<string[]>;
1040
+ }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
1041
+ default: [VInputSlot];
1042
+ prepend: [VInputSlot];
1043
+ append: [VInputSlot];
1044
+ details: [VInputSlot];
1045
+ }> & MakeSlots<{
1046
+ clear: [];
1047
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1048
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1049
+ label: [DefaultInputSlot & VInputSlot];
1050
+ loader: [LoaderSlotProps];
1051
+ default: [VFieldSlot];
1052
+ }>, "default"> & MakeSlots<{
1053
+ default: [];
1054
+ }>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
1055
+ default: [VInputSlot];
1056
+ prepend: [VInputSlot];
1057
+ append: [VInputSlot];
1058
+ details: [VInputSlot];
1059
+ }> & MakeSlots<{
1060
+ clear: [];
1061
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1062
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1063
+ label: [DefaultInputSlot & VInputSlot];
1064
+ loader: [LoaderSlotProps];
1065
+ default: [VFieldSlot];
1066
+ }>, "default"> & MakeSlots<{
1067
+ item: [{
1068
+ item: InternalItem<unknown>;
1069
+ index: number;
1070
+ props: Record<string, unknown>;
1071
+ }];
1072
+ chip: [{
1073
+ item: InternalItem<unknown>;
1074
+ index: number;
1075
+ props: Record<string, unknown>;
1076
+ }];
1077
+ selection: [{
1078
+ item: InternalItem<unknown>;
1079
+ index: number;
1080
+ }];
1081
+ 'no-data': [];
1082
+ }>>>> & {
1083
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1084
+ "onUpdate:searchInput"?: ((val: string) => any) | undefined;
1085
+ } & vue.ShallowUnwrapRef<{
1086
+ isFocused: vue.Ref<boolean>;
1087
+ isPristine: vue.Ref<boolean>;
1088
+ menu: vue.Ref<boolean> & {
1089
+ readonly externalValue: boolean;
1090
+ };
1091
+ search: vue.WritableComputedRef<string>;
1092
+ selectionIndex: vue.Ref<number>;
1093
+ filteredItems: vue.ComputedRef<{
1094
+ item: InternalItem<any>;
1095
+ matches: Record<string, FilterMatch>;
1096
+ }[]>;
1097
+ select: (item: InternalItem) => void;
1098
+ } & {
1099
+ [x: string]: any;
1100
+ [x: number]: any;
1101
+ [x: symbol]: any;
1102
+ }> & {} & vue.ComponentCustomProperties;
1103
+ __isFragment?: undefined;
1104
+ __isTeleport?: undefined;
1105
+ __isSuspense?: undefined;
1106
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1107
+ transition: Omit<{
1108
+ type: PropType<string | boolean | (vue.TransitionProps & {
1109
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1110
+ })>;
1111
+ default: string;
1112
+ validator: (val: unknown) => boolean;
1113
+ }, "type" | "default"> & {
1114
+ type: PropType<string | boolean | (vue.TransitionProps & {
1115
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1116
+ })>;
1117
+ default: string | boolean | (vue.TransitionProps & {
1118
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1119
+ });
1120
+ };
1121
+ items: {
1122
+ type: PropType<any[]>;
1123
+ default: () => never[];
1124
+ };
1125
+ itemTitle: {
1126
+ type: PropType<SelectItemKey>;
1127
+ default: string;
1128
+ };
1129
+ itemValue: {
1130
+ type: PropType<SelectItemKey>;
1131
+ default: string;
1132
+ };
1133
+ itemChildren: Omit<{
1134
+ type: PropType<SelectItemKey>;
1135
+ default: string;
1136
+ }, "type" | "default"> & {
1137
+ type: PropType<SelectItemKey>;
1138
+ default: SelectItemKey;
1139
+ };
1140
+ itemProps: {
1141
+ type: PropType<SelectItemKey>;
1142
+ default: string;
1143
+ };
1144
+ returnObject: {
1145
+ type: PropType<boolean>;
1146
+ default: boolean;
1147
+ };
1148
+ chips: BooleanConstructor;
1149
+ closableChips: BooleanConstructor;
1150
+ eager: BooleanConstructor;
1151
+ hideNoData: {
1152
+ type: PropType<boolean>;
1153
+ default: boolean;
1154
+ };
1155
+ hideSelected: BooleanConstructor;
1156
+ menu: BooleanConstructor;
1157
+ menuIcon: {
1158
+ type: PropType<IconValue>;
1159
+ default: string;
1160
+ };
1161
+ menuProps: {
1162
+ type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1163
+ transition: Omit<{
1164
+ type: PropType<string | boolean | (vue.TransitionProps & {
1165
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1166
+ })>;
1167
+ default: string;
1168
+ validator: (val: unknown) => boolean;
1169
+ }, "type" | "default"> & {
1170
+ type: PropType<string | boolean | (vue.TransitionProps & {
1171
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1172
+ }) | {
1173
+ readonly component: vue.DefineComponent<{
1174
+ target: PropType<HTMLElement>;
1175
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1176
+ target: PropType<HTMLElement>;
1177
+ }>>, {}>;
1178
+ }>;
1179
+ default: string | boolean | (vue.TransitionProps & {
1180
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1181
+ }) | {
1182
+ readonly component: vue.DefineComponent<{
1183
+ target: PropType<HTMLElement>;
1184
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1185
+ target: PropType<HTMLElement>;
1186
+ }>>, {}>;
1187
+ };
1188
+ };
1189
+ modelValue: BooleanConstructor;
1190
+ id: StringConstructor;
1191
+ }, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
1192
+ default: [{
1193
+ isActive: vue.Ref<boolean>;
1194
+ }];
1195
+ activator: [{
1196
+ isActive: boolean;
1197
+ props: Record<string, any>;
1198
+ }];
1199
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
1200
+ default: [{
1201
+ isActive: vue.Ref<boolean>;
1202
+ }];
1203
+ activator: [{
1204
+ isActive: boolean;
1205
+ props: Record<string, any>;
1206
+ }];
1207
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
1208
+ absolute: boolean;
1209
+ location: Anchor;
1210
+ origin: "auto" | Anchor | "overlap";
1211
+ transition: string | boolean | (vue.TransitionProps & {
1212
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1213
+ });
1214
+ zIndex: string | number;
1215
+ eager: boolean;
1216
+ disabled: boolean;
1217
+ modelValue: boolean;
1218
+ activatorProps: Record<string, any>;
1219
+ openOnClick: boolean;
1220
+ openOnHover: boolean;
1221
+ openOnFocus: boolean;
1222
+ closeOnContentClick: boolean;
1223
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1224
+ updateLocation: (e: Event) => void;
1225
+ } | undefined);
1226
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
1227
+ contained: boolean;
1228
+ noClickAnimation: boolean;
1229
+ persistent: boolean;
1230
+ closeOnBack: boolean;
1231
+ scrim: string | boolean;
1232
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1233
+ transition: {
1234
+ type: PropType<string | boolean | (vue.TransitionProps & {
1235
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1236
+ })>;
1237
+ default: string;
1238
+ validator: (val: unknown) => boolean;
1239
+ };
1240
+ theme: StringConstructor;
1241
+ scrollStrategy: {
1242
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
1243
+ default: string;
1244
+ validator: (val: any) => boolean;
1245
+ };
1246
+ locationStrategy: {
1247
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1248
+ updateLocation: (e: Event) => void;
1249
+ } | undefined)>;
1250
+ default: string;
1251
+ validator: (val: any) => boolean;
1252
+ };
1253
+ location: {
1254
+ type: PropType<Anchor>;
1255
+ default: string;
1256
+ };
1257
+ origin: {
1258
+ type: PropType<"auto" | Anchor | "overlap">;
1259
+ default: string;
1260
+ };
1261
+ offset: PropType<string | number | number[] | undefined>;
1262
+ eager: BooleanConstructor;
1263
+ height: (StringConstructor | NumberConstructor)[];
1264
+ maxHeight: (StringConstructor | NumberConstructor)[];
1265
+ maxWidth: (StringConstructor | NumberConstructor)[];
1266
+ minHeight: (StringConstructor | NumberConstructor)[];
1267
+ minWidth: (StringConstructor | NumberConstructor)[];
1268
+ width: (StringConstructor | NumberConstructor)[];
1269
+ closeDelay: (StringConstructor | NumberConstructor)[];
1270
+ openDelay: (StringConstructor | NumberConstructor)[];
1271
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1272
+ activatorProps: {
1273
+ type: PropType<Record<string, any>>;
1274
+ default: () => {};
1275
+ };
1276
+ openOnClick: {
1277
+ type: BooleanConstructor;
1278
+ default: undefined;
1279
+ };
1280
+ openOnHover: BooleanConstructor;
1281
+ openOnFocus: {
1282
+ type: BooleanConstructor;
1283
+ default: undefined;
1284
+ };
1285
+ closeOnContentClick: BooleanConstructor;
1286
+ absolute: BooleanConstructor;
1287
+ attach: PropType<string | boolean | Element>;
1288
+ closeOnBack: {
1289
+ type: BooleanConstructor;
1290
+ default: boolean;
1291
+ };
1292
+ contained: BooleanConstructor;
1293
+ contentClass: null;
1294
+ contentProps: null;
1295
+ disabled: BooleanConstructor;
1296
+ noClickAnimation: BooleanConstructor;
1297
+ modelValue: BooleanConstructor;
1298
+ persistent: BooleanConstructor;
1299
+ scrim: {
1300
+ type: (StringConstructor | BooleanConstructor)[];
1301
+ default: boolean;
1302
+ };
1303
+ zIndex: {
1304
+ type: (StringConstructor | NumberConstructor)[];
1305
+ default: number;
1306
+ };
1307
+ } & SlotsToProps<MakeSlots<{
1308
+ default: [{
1309
+ isActive: vue.Ref<boolean>;
1310
+ }];
1311
+ activator: [{
1312
+ isActive: boolean;
1313
+ props: Record<string, any>;
1314
+ }];
1315
+ }>>>> & {
1316
+ onAfterLeave?: (() => any) | undefined;
1317
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1318
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1319
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
1320
+ };
1321
+ modelValue: {
1322
+ type: null;
1323
+ default: () => never[];
1324
+ };
1325
+ multiple: BooleanConstructor;
1326
+ noDataText: {
1327
+ type: StringConstructor;
1328
+ default: string;
1329
+ };
1330
+ openOnClear: BooleanConstructor;
1331
+ readonly: BooleanConstructor;
1332
+ customFilter: PropType<FilterFunction>;
1333
+ customKeyFilter: PropType<FilterKeyFunctions>;
1334
+ filterKeys: {
1335
+ type: PropType<(string & {}) | FilterKeys>;
1336
+ default: (string & {}) | FilterKeys;
1337
+ };
1338
+ filterMode: {
1339
+ type: PropType<FilterMode>;
1340
+ default: string;
1341
+ };
1342
+ noFilter: BooleanConstructor;
1343
+ delimiters: PropType<string[]>;
1344
+ }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
1345
+ default: [VInputSlot];
1346
+ prepend: [VInputSlot];
1347
+ append: [VInputSlot];
1348
+ details: [VInputSlot];
1349
+ }> & MakeSlots<{
1350
+ clear: [];
1351
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1352
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1353
+ label: [DefaultInputSlot & VInputSlot];
1354
+ loader: [LoaderSlotProps];
1355
+ default: [VFieldSlot];
1356
+ }>, "default"> & MakeSlots<{
1357
+ default: [];
1358
+ }>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
1359
+ default: [VInputSlot];
1360
+ prepend: [VInputSlot];
1361
+ append: [VInputSlot];
1362
+ details: [VInputSlot];
1363
+ }> & MakeSlots<{
1364
+ clear: [];
1365
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1366
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1367
+ label: [DefaultInputSlot & VInputSlot];
1368
+ loader: [LoaderSlotProps];
1369
+ default: [VFieldSlot];
1370
+ }>, "default"> & MakeSlots<{
1371
+ item: [{
1372
+ item: InternalItem<unknown>;
1373
+ index: number;
1374
+ props: Record<string, unknown>;
1375
+ }];
1376
+ chip: [{
1377
+ item: InternalItem<unknown>;
1378
+ index: number;
1379
+ props: Record<string, unknown>;
1380
+ }];
1381
+ selection: [{
1382
+ item: InternalItem<unknown>;
1383
+ index: number;
1384
+ }];
1385
+ 'no-data': [];
1386
+ }>>>> & {
1387
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1388
+ "onUpdate:searchInput"?: ((val: string) => any) | undefined;
1389
+ }, {
1390
+ isFocused: vue.Ref<boolean>;
1391
+ isPristine: vue.Ref<boolean>;
1392
+ menu: vue.Ref<boolean> & {
1393
+ readonly externalValue: boolean;
1394
+ };
1395
+ search: vue.WritableComputedRef<string>;
1396
+ selectionIndex: vue.Ref<number>;
1397
+ filteredItems: vue.ComputedRef<{
1398
+ item: InternalItem<any>;
1399
+ matches: Record<string, FilterMatch>;
1400
+ }[]>;
1401
+ select: (item: InternalItem) => void;
1402
+ } & {
1403
+ [x: string]: any;
1404
+ [x: number]: any;
1405
+ [x: symbol]: any;
1406
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1407
+ 'update:modelValue': (val: any) => boolean;
1408
+ 'update:searchInput': (val: string) => boolean;
1409
+ 'update:menu': (val: boolean) => boolean;
1410
+ }, "reverse" | "type" | "error" | "key" | "id" | "active" | "name" | "color" | "direction" | "loading" | "label" | "style" | "prefix" | "autofocus" | "disabled" | "multiple" | "readonly" | "class" | "placeholder" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "messages" | "counter" | "items" | "v-slots" | "density" | "variant" | "update:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "errorMessages" | "maxErrors" | "rules" | "validationValue" | "clearIcon" | "appendInnerIcon" | "prependInnerIcon" | "hideDetails" | "returnObject" | "vnodeBeforeMount" | "vnodeMounted" | "vnodeBeforeUpdate" | "vnodeUpdated" | "vnodeBeforeUnmount" | "vnodeUnmounted" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "click:control" | "hint" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "suffix" | "click:input" | "counterValue" | "click:clear" | "click:append" | "click:prepend" | "click:appendInner" | "click:prependInner">, string, {
1411
+ transition: string | boolean | (vue.TransitionProps & {
1412
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1413
+ });
1414
+ menu: boolean;
1415
+ eager: boolean;
1416
+ noDataText: string;
1417
+ itemTitle: SelectItemKey;
1418
+ itemValue: SelectItemKey;
1419
+ itemChildren: SelectItemKey;
1420
+ itemProps: SelectItemKey;
1421
+ chips: boolean;
1422
+ closableChips: boolean;
1423
+ hideNoData: boolean;
1424
+ hideSelected: boolean;
1425
+ menuIcon: IconValue;
1426
+ openOnClear: boolean;
1427
+ filterMode: FilterMode;
1428
+ noFilter: boolean;
1429
+ filterKeys: (string & {}) | FilterKeys;
1430
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T, ReturnObject extends boolean = true, Multiple extends boolean = false, V extends Value<T, ReturnObject, Multiple> = Value<T, ReturnObject, Multiple>>() => {
1431
+ $props: {
1432
+ items?: readonly T[] | undefined;
1433
+ returnObject?: ReturnObject | undefined;
1434
+ multiple?: Multiple | undefined;
1435
+ modelValue?: Readonly<V> | undefined;
1436
+ 'onUpdate:modelValue'?: ((val: V) => void) | undefined;
1437
+ } & Omit<Partial<{
1438
+ reverse: boolean;
1439
+ type: string;
1440
+ error: boolean;
1441
+ active: boolean;
1442
+ direction: "horizontal" | "vertical";
1443
+ loading: boolean;
1444
+ autofocus: boolean;
1445
+ disabled: boolean;
1446
+ readonly: boolean;
1447
+ messages: string | string[];
1448
+ density: "default" | "compact" | "comfortable" | null;
1449
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1450
+ errorMessages: string | string[];
1451
+ maxErrors: string | number;
1452
+ rules: ValidationRule[];
1453
+ clearIcon: IconValue;
1454
+ clearable: boolean;
1455
+ dirty: boolean;
1456
+ persistentClear: boolean;
1457
+ singleLine: boolean;
1458
+ persistentHint: boolean;
1459
+ persistentPlaceholder: boolean;
1460
+ persistentCounter: boolean;
1461
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1462
+ loading: BooleanConstructor;
1463
+ theme: StringConstructor;
1464
+ appendInnerIcon: PropType<IconValue>;
1465
+ bgColor: StringConstructor;
1466
+ clearable: BooleanConstructor;
1467
+ clearIcon: {
1468
+ type: PropType<IconValue>;
1469
+ default: string;
1470
+ };
1471
+ active: BooleanConstructor;
1472
+ color: StringConstructor;
1473
+ dirty: BooleanConstructor;
1474
+ disabled: BooleanConstructor;
1475
+ error: BooleanConstructor;
1476
+ label: StringConstructor;
1477
+ persistentClear: BooleanConstructor;
1478
+ prependInnerIcon: PropType<IconValue>;
1479
+ reverse: BooleanConstructor;
1480
+ singleLine: BooleanConstructor;
1481
+ variant: {
1482
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1483
+ default: string;
1484
+ validator: (v: any) => boolean;
1485
+ };
1486
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1487
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1488
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1489
+ errorMessages: {
1490
+ type: PropType<string | string[]>;
1491
+ default: () => never[];
1492
+ };
1493
+ maxErrors: {
1494
+ type: (StringConstructor | NumberConstructor)[];
1495
+ default: number;
1496
+ };
1497
+ name: StringConstructor;
1498
+ readonly: BooleanConstructor;
1499
+ rules: {
1500
+ type: PropType<ValidationRule[]>;
1501
+ default: () => never[];
1502
+ };
1503
+ modelValue: null;
1504
+ validationValue: null;
1505
+ density: {
1506
+ type: PropType<"default" | "compact" | "comfortable" | null>;
1507
+ default: string;
1508
+ validator: (v: any) => boolean;
1509
+ };
1510
+ id: StringConstructor;
1511
+ appendIcon: PropType<IconValue>;
1512
+ prependIcon: PropType<IconValue>;
1513
+ hideDetails: PropType<boolean | "auto">;
1514
+ messages: {
1515
+ type: PropType<string | string[]>;
1516
+ default: () => never[];
1517
+ };
1518
+ direction: {
1519
+ type: PropType<"horizontal" | "vertical">;
1520
+ default: string;
1521
+ validator: (v: any) => boolean;
1522
+ };
1523
+ 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1524
+ 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1525
+ autofocus: BooleanConstructor;
1526
+ counter: PropType<string | number | true>;
1527
+ counterValue: PropType<(value: any) => number>;
1528
+ hint: StringConstructor;
1529
+ persistentHint: BooleanConstructor;
1530
+ prefix: StringConstructor;
1531
+ placeholder: StringConstructor;
1532
+ persistentPlaceholder: BooleanConstructor;
1533
+ persistentCounter: BooleanConstructor;
1534
+ suffix: StringConstructor;
1535
+ type: {
1536
+ type: StringConstructor;
1537
+ default: string;
1538
+ };
1539
+ } & SlotsToProps<Omit<MakeSlots<{
1540
+ default: [VInputSlot];
1541
+ prepend: [VInputSlot];
1542
+ append: [VInputSlot];
1543
+ details: [VInputSlot];
1544
+ }> & MakeSlots<{
1545
+ clear: [];
1546
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1547
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1548
+ label: [DefaultInputSlot & VInputSlot];
1549
+ loader: [LoaderSlotProps];
1550
+ default: [VFieldSlot];
1551
+ }>, "default"> & MakeSlots<{
1552
+ default: [];
1553
+ }>>>> & {
1554
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1555
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1556
+ "onClick:input"?: ((e: MouseEvent) => any) | undefined;
1557
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">, "onUpdate:modelValue" | "modelValue">;
1558
+ $slots: Omit<MakeSlots<{
1559
+ default: [VInputSlot];
1560
+ prepend: [VInputSlot];
1561
+ append: [VInputSlot];
1562
+ details: [VInputSlot];
1563
+ }> & MakeSlots<{
1564
+ clear: [];
1565
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1566
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1567
+ label: [DefaultInputSlot & VInputSlot];
1568
+ loader: [LoaderSlotProps];
1569
+ default: [VFieldSlot];
1570
+ }>, "default"> & MakeSlots<{
1571
+ item: [{
1572
+ item: InternalItem<T>;
1573
+ index: number;
1574
+ props: Record<string, unknown>;
1575
+ }];
1576
+ chip: [{
1577
+ item: InternalItem<T>;
1578
+ index: number;
1579
+ props: Record<string, unknown>;
1580
+ }];
1581
+ selection: [{
1582
+ item: InternalItem<T>;
1583
+ index: number;
1584
+ }];
1585
+ 'no-data': [];
1586
+ }>;
1587
+ });
1588
+ declare type VCombobox = InstanceType<typeof VCombobox>;
1589
+
1590
+ export { VCombobox };