@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,1569 @@
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 VAutocomplete: {
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: vue.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: vue.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: vue.PropType<any[]>;
178
+ default: () => never[];
179
+ };
180
+ itemTitle: {
181
+ type: vue.PropType<SelectItemKey>;
182
+ default: string;
183
+ };
184
+ itemValue: {
185
+ type: vue.PropType<SelectItemKey>;
186
+ default: string;
187
+ };
188
+ itemChildren: Omit<{
189
+ type: vue.PropType<SelectItemKey>;
190
+ default: string;
191
+ }, "type" | "default"> & {
192
+ type: vue.PropType<SelectItemKey>;
193
+ default: SelectItemKey;
194
+ };
195
+ itemProps: {
196
+ type: vue.PropType<SelectItemKey>;
197
+ default: string;
198
+ };
199
+ returnObject: BooleanConstructor;
200
+ chips: BooleanConstructor;
201
+ closableChips: BooleanConstructor;
202
+ eager: BooleanConstructor;
203
+ hideNoData: BooleanConstructor;
204
+ hideSelected: BooleanConstructor;
205
+ menu: BooleanConstructor;
206
+ menuIcon: {
207
+ type: vue.PropType<IconValue>;
208
+ default: string;
209
+ };
210
+ menuProps: {
211
+ type: vue.PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
212
+ transition: Omit<{
213
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
214
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
215
+ })>;
216
+ default: string;
217
+ validator: (val: unknown) => boolean;
218
+ }, "type" | "default"> & {
219
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
220
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
221
+ }) | {
222
+ readonly component: vue.DefineComponent<{
223
+ target: vue.PropType<HTMLElement>;
224
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
225
+ target: vue.PropType<HTMLElement>;
226
+ }>>, {}>;
227
+ }>;
228
+ default: string | boolean | (vue.TransitionProps & {
229
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
230
+ }) | {
231
+ readonly component: vue.DefineComponent<{
232
+ target: vue.PropType<HTMLElement>;
233
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
234
+ target: vue.PropType<HTMLElement>;
235
+ }>>, {}>;
236
+ };
237
+ };
238
+ modelValue: BooleanConstructor;
239
+ id: StringConstructor;
240
+ }, "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<{
241
+ default: [{
242
+ isActive: vue.Ref<boolean>;
243
+ }];
244
+ activator: [{
245
+ isActive: boolean;
246
+ props: Record<string, any>;
247
+ }];
248
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
249
+ default: [{
250
+ isActive: vue.Ref<boolean>;
251
+ }];
252
+ activator: [{
253
+ isActive: boolean;
254
+ props: Record<string, any>;
255
+ }];
256
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
257
+ absolute: boolean;
258
+ location: Anchor;
259
+ origin: "auto" | Anchor | "overlap";
260
+ transition: string | boolean | (vue.TransitionProps & {
261
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
262
+ });
263
+ zIndex: string | number;
264
+ eager: boolean;
265
+ disabled: boolean;
266
+ modelValue: boolean;
267
+ activatorProps: Record<string, any>;
268
+ openOnClick: boolean;
269
+ openOnHover: boolean;
270
+ openOnFocus: boolean;
271
+ closeOnContentClick: boolean;
272
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
273
+ updateLocation: (e: Event) => void;
274
+ } | undefined);
275
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
276
+ contained: boolean;
277
+ noClickAnimation: boolean;
278
+ persistent: boolean;
279
+ closeOnBack: boolean;
280
+ scrim: string | boolean;
281
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
282
+ transition: {
283
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
284
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
285
+ })>;
286
+ default: string;
287
+ validator: (val: unknown) => boolean;
288
+ };
289
+ theme: StringConstructor;
290
+ scrollStrategy: {
291
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
292
+ default: string;
293
+ validator: (val: any) => boolean;
294
+ };
295
+ locationStrategy: {
296
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
297
+ updateLocation: (e: Event) => void;
298
+ } | undefined)>;
299
+ default: string;
300
+ validator: (val: any) => boolean;
301
+ };
302
+ location: {
303
+ type: vue.PropType<Anchor>;
304
+ default: string;
305
+ };
306
+ origin: {
307
+ type: vue.PropType<"auto" | Anchor | "overlap">;
308
+ default: string;
309
+ };
310
+ offset: vue.PropType<string | number | number[] | undefined>;
311
+ eager: BooleanConstructor;
312
+ height: (StringConstructor | NumberConstructor)[];
313
+ maxHeight: (StringConstructor | NumberConstructor)[];
314
+ maxWidth: (StringConstructor | NumberConstructor)[];
315
+ minHeight: (StringConstructor | NumberConstructor)[];
316
+ minWidth: (StringConstructor | NumberConstructor)[];
317
+ width: (StringConstructor | NumberConstructor)[];
318
+ closeDelay: (StringConstructor | NumberConstructor)[];
319
+ openDelay: (StringConstructor | NumberConstructor)[];
320
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
321
+ activatorProps: {
322
+ type: vue.PropType<Record<string, any>>;
323
+ default: () => {};
324
+ };
325
+ openOnClick: {
326
+ type: BooleanConstructor;
327
+ default: undefined;
328
+ };
329
+ openOnHover: BooleanConstructor;
330
+ openOnFocus: {
331
+ type: BooleanConstructor;
332
+ default: undefined;
333
+ };
334
+ closeOnContentClick: BooleanConstructor;
335
+ absolute: BooleanConstructor;
336
+ attach: vue.PropType<string | boolean | Element>;
337
+ closeOnBack: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
341
+ contained: BooleanConstructor;
342
+ contentClass: null;
343
+ contentProps: null;
344
+ disabled: BooleanConstructor;
345
+ noClickAnimation: BooleanConstructor;
346
+ modelValue: BooleanConstructor;
347
+ persistent: BooleanConstructor;
348
+ scrim: {
349
+ type: (StringConstructor | BooleanConstructor)[];
350
+ default: boolean;
351
+ };
352
+ zIndex: {
353
+ type: (StringConstructor | NumberConstructor)[];
354
+ default: number;
355
+ };
356
+ } & SlotsToProps<MakeSlots<{
357
+ default: [{
358
+ isActive: vue.Ref<boolean>;
359
+ }];
360
+ activator: [{
361
+ isActive: boolean;
362
+ props: Record<string, any>;
363
+ }];
364
+ }>>>> & {
365
+ onAfterLeave?: (() => any) | undefined;
366
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
367
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
368
+ } & 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">>;
369
+ };
370
+ modelValue: {
371
+ type: null;
372
+ default: () => never[];
373
+ };
374
+ multiple: BooleanConstructor;
375
+ noDataText: {
376
+ type: StringConstructor;
377
+ default: string;
378
+ };
379
+ openOnClear: BooleanConstructor;
380
+ readonly: BooleanConstructor;
381
+ customFilter: vue.PropType<FilterFunction>;
382
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
383
+ filterKeys: {
384
+ type: vue.PropType<(string & {}) | FilterKeys>;
385
+ default: (string & {}) | FilterKeys;
386
+ };
387
+ filterMode: {
388
+ type: vue.PropType<FilterMode>;
389
+ default: string;
390
+ };
391
+ noFilter: BooleanConstructor;
392
+ search: StringConstructor;
393
+ }, "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<{
394
+ default: [VInputSlot];
395
+ prepend: [VInputSlot];
396
+ append: [VInputSlot];
397
+ details: [VInputSlot];
398
+ }> & MakeSlots<{
399
+ clear: [];
400
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
401
+ 'append-inner': [DefaultInputSlot & VInputSlot];
402
+ label: [DefaultInputSlot & VInputSlot];
403
+ loader: [LoaderSlotProps];
404
+ default: [VFieldSlot];
405
+ }>, "default"> & MakeSlots<{
406
+ default: [];
407
+ }>> | ("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<{
408
+ default: [VInputSlot];
409
+ prepend: [VInputSlot];
410
+ append: [VInputSlot];
411
+ details: [VInputSlot];
412
+ }> & MakeSlots<{
413
+ clear: [];
414
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
415
+ 'append-inner': [DefaultInputSlot & VInputSlot];
416
+ label: [DefaultInputSlot & VInputSlot];
417
+ loader: [LoaderSlotProps];
418
+ default: [VFieldSlot];
419
+ }>, "default"> & MakeSlots<{
420
+ item: [{
421
+ item: InternalItem<unknown>;
422
+ index: number;
423
+ props: Record<string, unknown>;
424
+ }];
425
+ chip: [{
426
+ item: InternalItem<unknown>;
427
+ index: number;
428
+ props: Record<string, unknown>;
429
+ }];
430
+ selection: [{
431
+ item: InternalItem<unknown>;
432
+ index: number;
433
+ }];
434
+ 'no-data': [];
435
+ }>>>> & {
436
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
437
+ "onUpdate:search"?: ((val: any) => any) | undefined;
438
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
439
+ $attrs: {
440
+ [x: string]: unknown;
441
+ };
442
+ $refs: {
443
+ [x: string]: unknown;
444
+ };
445
+ $slots: Readonly<{
446
+ [name: string]: vue.Slot | undefined;
447
+ }>;
448
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
449
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
450
+ $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
451
+ $el: any;
452
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
453
+ transition: Omit<{
454
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
455
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
456
+ })>;
457
+ default: string;
458
+ validator: (val: unknown) => boolean;
459
+ }, "type" | "default"> & {
460
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
461
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
462
+ })>;
463
+ default: string | boolean | (vue.TransitionProps & {
464
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
465
+ });
466
+ };
467
+ items: {
468
+ type: vue.PropType<any[]>;
469
+ default: () => never[];
470
+ };
471
+ itemTitle: {
472
+ type: vue.PropType<SelectItemKey>;
473
+ default: string;
474
+ };
475
+ itemValue: {
476
+ type: vue.PropType<SelectItemKey>;
477
+ default: string;
478
+ };
479
+ itemChildren: Omit<{
480
+ type: vue.PropType<SelectItemKey>;
481
+ default: string;
482
+ }, "type" | "default"> & {
483
+ type: vue.PropType<SelectItemKey>;
484
+ default: SelectItemKey;
485
+ };
486
+ itemProps: {
487
+ type: vue.PropType<SelectItemKey>;
488
+ default: string;
489
+ };
490
+ returnObject: BooleanConstructor;
491
+ chips: BooleanConstructor;
492
+ closableChips: BooleanConstructor;
493
+ eager: BooleanConstructor;
494
+ hideNoData: BooleanConstructor;
495
+ hideSelected: BooleanConstructor;
496
+ menu: BooleanConstructor;
497
+ menuIcon: {
498
+ type: vue.PropType<IconValue>;
499
+ default: string;
500
+ };
501
+ menuProps: {
502
+ type: vue.PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
503
+ transition: Omit<{
504
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
505
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
506
+ })>;
507
+ default: string;
508
+ validator: (val: unknown) => boolean;
509
+ }, "type" | "default"> & {
510
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
511
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
512
+ }) | {
513
+ readonly component: vue.DefineComponent<{
514
+ target: vue.PropType<HTMLElement>;
515
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
516
+ target: vue.PropType<HTMLElement>;
517
+ }>>, {}>;
518
+ }>;
519
+ default: string | boolean | (vue.TransitionProps & {
520
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
521
+ }) | {
522
+ readonly component: vue.DefineComponent<{
523
+ target: vue.PropType<HTMLElement>;
524
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
525
+ target: vue.PropType<HTMLElement>;
526
+ }>>, {}>;
527
+ };
528
+ };
529
+ modelValue: BooleanConstructor;
530
+ id: StringConstructor;
531
+ }, "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<{
532
+ default: [{
533
+ isActive: vue.Ref<boolean>;
534
+ }];
535
+ activator: [{
536
+ isActive: boolean;
537
+ props: Record<string, any>;
538
+ }];
539
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
540
+ default: [{
541
+ isActive: vue.Ref<boolean>;
542
+ }];
543
+ activator: [{
544
+ isActive: boolean;
545
+ props: Record<string, any>;
546
+ }];
547
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
548
+ absolute: boolean;
549
+ location: Anchor;
550
+ origin: "auto" | Anchor | "overlap";
551
+ transition: string | boolean | (vue.TransitionProps & {
552
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
553
+ });
554
+ zIndex: string | number;
555
+ eager: boolean;
556
+ disabled: boolean;
557
+ modelValue: boolean;
558
+ activatorProps: Record<string, any>;
559
+ openOnClick: boolean;
560
+ openOnHover: boolean;
561
+ openOnFocus: boolean;
562
+ closeOnContentClick: boolean;
563
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
564
+ updateLocation: (e: Event) => void;
565
+ } | undefined);
566
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
567
+ contained: boolean;
568
+ noClickAnimation: boolean;
569
+ persistent: boolean;
570
+ closeOnBack: boolean;
571
+ scrim: string | boolean;
572
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
573
+ transition: {
574
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
575
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
576
+ })>;
577
+ default: string;
578
+ validator: (val: unknown) => boolean;
579
+ };
580
+ theme: StringConstructor;
581
+ scrollStrategy: {
582
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
583
+ default: string;
584
+ validator: (val: any) => boolean;
585
+ };
586
+ locationStrategy: {
587
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
588
+ updateLocation: (e: Event) => void;
589
+ } | undefined)>;
590
+ default: string;
591
+ validator: (val: any) => boolean;
592
+ };
593
+ location: {
594
+ type: vue.PropType<Anchor>;
595
+ default: string;
596
+ };
597
+ origin: {
598
+ type: vue.PropType<"auto" | Anchor | "overlap">;
599
+ default: string;
600
+ };
601
+ offset: vue.PropType<string | number | number[] | undefined>;
602
+ eager: BooleanConstructor;
603
+ height: (StringConstructor | NumberConstructor)[];
604
+ maxHeight: (StringConstructor | NumberConstructor)[];
605
+ maxWidth: (StringConstructor | NumberConstructor)[];
606
+ minHeight: (StringConstructor | NumberConstructor)[];
607
+ minWidth: (StringConstructor | NumberConstructor)[];
608
+ width: (StringConstructor | NumberConstructor)[];
609
+ closeDelay: (StringConstructor | NumberConstructor)[];
610
+ openDelay: (StringConstructor | NumberConstructor)[];
611
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
612
+ activatorProps: {
613
+ type: vue.PropType<Record<string, any>>;
614
+ default: () => {};
615
+ };
616
+ openOnClick: {
617
+ type: BooleanConstructor;
618
+ default: undefined;
619
+ };
620
+ openOnHover: BooleanConstructor;
621
+ openOnFocus: {
622
+ type: BooleanConstructor;
623
+ default: undefined;
624
+ };
625
+ closeOnContentClick: BooleanConstructor;
626
+ absolute: BooleanConstructor;
627
+ attach: vue.PropType<string | boolean | Element>;
628
+ closeOnBack: {
629
+ type: BooleanConstructor;
630
+ default: boolean;
631
+ };
632
+ contained: BooleanConstructor;
633
+ contentClass: null;
634
+ contentProps: null;
635
+ disabled: BooleanConstructor;
636
+ noClickAnimation: BooleanConstructor;
637
+ modelValue: BooleanConstructor;
638
+ persistent: BooleanConstructor;
639
+ scrim: {
640
+ type: (StringConstructor | BooleanConstructor)[];
641
+ default: boolean;
642
+ };
643
+ zIndex: {
644
+ type: (StringConstructor | NumberConstructor)[];
645
+ default: number;
646
+ };
647
+ } & SlotsToProps<MakeSlots<{
648
+ default: [{
649
+ isActive: vue.Ref<boolean>;
650
+ }];
651
+ activator: [{
652
+ isActive: boolean;
653
+ props: Record<string, any>;
654
+ }];
655
+ }>>>> & {
656
+ onAfterLeave?: (() => any) | undefined;
657
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
658
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
659
+ } & 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">>;
660
+ };
661
+ modelValue: {
662
+ type: null;
663
+ default: () => never[];
664
+ };
665
+ multiple: BooleanConstructor;
666
+ noDataText: {
667
+ type: StringConstructor;
668
+ default: string;
669
+ };
670
+ openOnClear: BooleanConstructor;
671
+ readonly: BooleanConstructor;
672
+ customFilter: vue.PropType<FilterFunction>;
673
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
674
+ filterKeys: {
675
+ type: vue.PropType<(string & {}) | FilterKeys>;
676
+ default: (string & {}) | FilterKeys;
677
+ };
678
+ filterMode: {
679
+ type: vue.PropType<FilterMode>;
680
+ default: string;
681
+ };
682
+ noFilter: BooleanConstructor;
683
+ search: StringConstructor;
684
+ }, "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<{
685
+ default: [VInputSlot];
686
+ prepend: [VInputSlot];
687
+ append: [VInputSlot];
688
+ details: [VInputSlot];
689
+ }> & MakeSlots<{
690
+ clear: [];
691
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
692
+ 'append-inner': [DefaultInputSlot & VInputSlot];
693
+ label: [DefaultInputSlot & VInputSlot];
694
+ loader: [LoaderSlotProps];
695
+ default: [VFieldSlot];
696
+ }>, "default"> & MakeSlots<{
697
+ default: [];
698
+ }>> | ("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<{
699
+ default: [VInputSlot];
700
+ prepend: [VInputSlot];
701
+ append: [VInputSlot];
702
+ details: [VInputSlot];
703
+ }> & MakeSlots<{
704
+ clear: [];
705
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
706
+ 'append-inner': [DefaultInputSlot & VInputSlot];
707
+ label: [DefaultInputSlot & VInputSlot];
708
+ loader: [LoaderSlotProps];
709
+ default: [VFieldSlot];
710
+ }>, "default"> & MakeSlots<{
711
+ item: [{
712
+ item: InternalItem<unknown>;
713
+ index: number;
714
+ props: Record<string, unknown>;
715
+ }];
716
+ chip: [{
717
+ item: InternalItem<unknown>;
718
+ index: number;
719
+ props: Record<string, unknown>;
720
+ }];
721
+ selection: [{
722
+ item: InternalItem<unknown>;
723
+ index: number;
724
+ }];
725
+ 'no-data': [];
726
+ }>>>> & {
727
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
728
+ "onUpdate:search"?: ((val: any) => any) | undefined;
729
+ }, {
730
+ isFocused: vue.Ref<boolean>;
731
+ isPristine: vue.Ref<boolean>;
732
+ menu: vue.Ref<boolean> & {
733
+ readonly externalValue: boolean;
734
+ };
735
+ search: vue.Ref<string | undefined> & {
736
+ readonly externalValue: string | undefined;
737
+ };
738
+ filteredItems: vue.ComputedRef<{
739
+ item: InternalItem<any>;
740
+ matches: Record<string, FilterMatch>;
741
+ }[]>;
742
+ select: (item: InternalItem) => void;
743
+ } & {
744
+ [x: string]: any;
745
+ [x: number]: any;
746
+ [x: symbol]: any;
747
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
748
+ 'update:search': (val: any) => boolean;
749
+ 'update:modelValue': (val: any) => boolean;
750
+ 'update:menu': (val: boolean) => boolean;
751
+ }, "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, {
752
+ transition: string | boolean | (vue.TransitionProps & {
753
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
754
+ });
755
+ menu: boolean;
756
+ eager: boolean;
757
+ noDataText: string;
758
+ itemTitle: SelectItemKey;
759
+ itemValue: SelectItemKey;
760
+ itemChildren: SelectItemKey;
761
+ itemProps: SelectItemKey;
762
+ chips: boolean;
763
+ closableChips: boolean;
764
+ hideNoData: boolean;
765
+ hideSelected: boolean;
766
+ menuIcon: IconValue;
767
+ openOnClear: boolean;
768
+ filterMode: FilterMode;
769
+ noFilter: boolean;
770
+ filterKeys: (string & {}) | FilterKeys;
771
+ }> & {
772
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
773
+ created?: ((() => void) | (() => void)[]) | undefined;
774
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
775
+ mounted?: ((() => void) | (() => void)[]) | undefined;
776
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
777
+ updated?: ((() => void) | (() => void)[]) | undefined;
778
+ activated?: ((() => void) | (() => void)[]) | undefined;
779
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
780
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
781
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
782
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
783
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
784
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
785
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
786
+ 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;
787
+ };
788
+ $forceUpdate: () => void;
789
+ $nextTick: typeof nextTick;
790
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
791
+ } & Readonly<vue.ExtractPropTypes<Omit<{
792
+ transition: Omit<{
793
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
794
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
795
+ })>;
796
+ default: string;
797
+ validator: (val: unknown) => boolean;
798
+ }, "type" | "default"> & {
799
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
800
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
801
+ })>;
802
+ default: string | boolean | (vue.TransitionProps & {
803
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
804
+ });
805
+ };
806
+ items: {
807
+ type: vue.PropType<any[]>;
808
+ default: () => never[];
809
+ };
810
+ itemTitle: {
811
+ type: vue.PropType<SelectItemKey>;
812
+ default: string;
813
+ };
814
+ itemValue: {
815
+ type: vue.PropType<SelectItemKey>;
816
+ default: string;
817
+ };
818
+ itemChildren: Omit<{
819
+ type: vue.PropType<SelectItemKey>;
820
+ default: string;
821
+ }, "type" | "default"> & {
822
+ type: vue.PropType<SelectItemKey>;
823
+ default: SelectItemKey;
824
+ };
825
+ itemProps: {
826
+ type: vue.PropType<SelectItemKey>;
827
+ default: string;
828
+ };
829
+ returnObject: BooleanConstructor;
830
+ chips: BooleanConstructor;
831
+ closableChips: BooleanConstructor;
832
+ eager: BooleanConstructor;
833
+ hideNoData: BooleanConstructor;
834
+ hideSelected: BooleanConstructor;
835
+ menu: BooleanConstructor;
836
+ menuIcon: {
837
+ type: vue.PropType<IconValue>;
838
+ default: string;
839
+ };
840
+ menuProps: {
841
+ type: vue.PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
842
+ transition: Omit<{
843
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
844
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
845
+ })>;
846
+ default: string;
847
+ validator: (val: unknown) => boolean;
848
+ }, "type" | "default"> & {
849
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
850
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
851
+ }) | {
852
+ readonly component: vue.DefineComponent<{
853
+ target: vue.PropType<HTMLElement>;
854
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
855
+ target: vue.PropType<HTMLElement>;
856
+ }>>, {}>;
857
+ }>;
858
+ default: string | boolean | (vue.TransitionProps & {
859
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
860
+ }) | {
861
+ readonly component: vue.DefineComponent<{
862
+ target: vue.PropType<HTMLElement>;
863
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
864
+ target: vue.PropType<HTMLElement>;
865
+ }>>, {}>;
866
+ };
867
+ };
868
+ modelValue: BooleanConstructor;
869
+ id: StringConstructor;
870
+ }, "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<{
871
+ default: [{
872
+ isActive: vue.Ref<boolean>;
873
+ }];
874
+ activator: [{
875
+ isActive: boolean;
876
+ props: Record<string, any>;
877
+ }];
878
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
879
+ default: [{
880
+ isActive: vue.Ref<boolean>;
881
+ }];
882
+ activator: [{
883
+ isActive: boolean;
884
+ props: Record<string, any>;
885
+ }];
886
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
887
+ absolute: boolean;
888
+ location: Anchor;
889
+ origin: "auto" | Anchor | "overlap";
890
+ transition: string | boolean | (vue.TransitionProps & {
891
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
892
+ });
893
+ zIndex: string | number;
894
+ eager: boolean;
895
+ disabled: boolean;
896
+ modelValue: boolean;
897
+ activatorProps: Record<string, any>;
898
+ openOnClick: boolean;
899
+ openOnHover: boolean;
900
+ openOnFocus: boolean;
901
+ closeOnContentClick: boolean;
902
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
903
+ updateLocation: (e: Event) => void;
904
+ } | undefined);
905
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
906
+ contained: boolean;
907
+ noClickAnimation: boolean;
908
+ persistent: boolean;
909
+ closeOnBack: boolean;
910
+ scrim: string | boolean;
911
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
912
+ transition: {
913
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
914
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
915
+ })>;
916
+ default: string;
917
+ validator: (val: unknown) => boolean;
918
+ };
919
+ theme: StringConstructor;
920
+ scrollStrategy: {
921
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
922
+ default: string;
923
+ validator: (val: any) => boolean;
924
+ };
925
+ locationStrategy: {
926
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
927
+ updateLocation: (e: Event) => void;
928
+ } | undefined)>;
929
+ default: string;
930
+ validator: (val: any) => boolean;
931
+ };
932
+ location: {
933
+ type: vue.PropType<Anchor>;
934
+ default: string;
935
+ };
936
+ origin: {
937
+ type: vue.PropType<"auto" | Anchor | "overlap">;
938
+ default: string;
939
+ };
940
+ offset: vue.PropType<string | number | number[] | undefined>;
941
+ eager: BooleanConstructor;
942
+ height: (StringConstructor | NumberConstructor)[];
943
+ maxHeight: (StringConstructor | NumberConstructor)[];
944
+ maxWidth: (StringConstructor | NumberConstructor)[];
945
+ minHeight: (StringConstructor | NumberConstructor)[];
946
+ minWidth: (StringConstructor | NumberConstructor)[];
947
+ width: (StringConstructor | NumberConstructor)[];
948
+ closeDelay: (StringConstructor | NumberConstructor)[];
949
+ openDelay: (StringConstructor | NumberConstructor)[];
950
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
951
+ activatorProps: {
952
+ type: vue.PropType<Record<string, any>>;
953
+ default: () => {};
954
+ };
955
+ openOnClick: {
956
+ type: BooleanConstructor;
957
+ default: undefined;
958
+ };
959
+ openOnHover: BooleanConstructor;
960
+ openOnFocus: {
961
+ type: BooleanConstructor;
962
+ default: undefined;
963
+ };
964
+ closeOnContentClick: BooleanConstructor;
965
+ absolute: BooleanConstructor;
966
+ attach: vue.PropType<string | boolean | Element>;
967
+ closeOnBack: {
968
+ type: BooleanConstructor;
969
+ default: boolean;
970
+ };
971
+ contained: BooleanConstructor;
972
+ contentClass: null;
973
+ contentProps: null;
974
+ disabled: BooleanConstructor;
975
+ noClickAnimation: BooleanConstructor;
976
+ modelValue: BooleanConstructor;
977
+ persistent: BooleanConstructor;
978
+ scrim: {
979
+ type: (StringConstructor | BooleanConstructor)[];
980
+ default: boolean;
981
+ };
982
+ zIndex: {
983
+ type: (StringConstructor | NumberConstructor)[];
984
+ default: number;
985
+ };
986
+ } & SlotsToProps<MakeSlots<{
987
+ default: [{
988
+ isActive: vue.Ref<boolean>;
989
+ }];
990
+ activator: [{
991
+ isActive: boolean;
992
+ props: Record<string, any>;
993
+ }];
994
+ }>>>> & {
995
+ onAfterLeave?: (() => any) | undefined;
996
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
997
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
998
+ } & 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">>;
999
+ };
1000
+ modelValue: {
1001
+ type: null;
1002
+ default: () => never[];
1003
+ };
1004
+ multiple: BooleanConstructor;
1005
+ noDataText: {
1006
+ type: StringConstructor;
1007
+ default: string;
1008
+ };
1009
+ openOnClear: BooleanConstructor;
1010
+ readonly: BooleanConstructor;
1011
+ customFilter: vue.PropType<FilterFunction>;
1012
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
1013
+ filterKeys: {
1014
+ type: vue.PropType<(string & {}) | FilterKeys>;
1015
+ default: (string & {}) | FilterKeys;
1016
+ };
1017
+ filterMode: {
1018
+ type: vue.PropType<FilterMode>;
1019
+ default: string;
1020
+ };
1021
+ noFilter: BooleanConstructor;
1022
+ search: StringConstructor;
1023
+ }, "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<{
1024
+ default: [VInputSlot];
1025
+ prepend: [VInputSlot];
1026
+ append: [VInputSlot];
1027
+ details: [VInputSlot];
1028
+ }> & MakeSlots<{
1029
+ clear: [];
1030
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1031
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1032
+ label: [DefaultInputSlot & VInputSlot];
1033
+ loader: [LoaderSlotProps];
1034
+ default: [VFieldSlot];
1035
+ }>, "default"> & MakeSlots<{
1036
+ default: [];
1037
+ }>> | ("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<{
1038
+ default: [VInputSlot];
1039
+ prepend: [VInputSlot];
1040
+ append: [VInputSlot];
1041
+ details: [VInputSlot];
1042
+ }> & MakeSlots<{
1043
+ clear: [];
1044
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1045
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1046
+ label: [DefaultInputSlot & VInputSlot];
1047
+ loader: [LoaderSlotProps];
1048
+ default: [VFieldSlot];
1049
+ }>, "default"> & MakeSlots<{
1050
+ item: [{
1051
+ item: InternalItem<unknown>;
1052
+ index: number;
1053
+ props: Record<string, unknown>;
1054
+ }];
1055
+ chip: [{
1056
+ item: InternalItem<unknown>;
1057
+ index: number;
1058
+ props: Record<string, unknown>;
1059
+ }];
1060
+ selection: [{
1061
+ item: InternalItem<unknown>;
1062
+ index: number;
1063
+ }];
1064
+ 'no-data': [];
1065
+ }>>>> & {
1066
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1067
+ "onUpdate:search"?: ((val: any) => any) | undefined;
1068
+ } & vue.ShallowUnwrapRef<{
1069
+ isFocused: vue.Ref<boolean>;
1070
+ isPristine: vue.Ref<boolean>;
1071
+ menu: vue.Ref<boolean> & {
1072
+ readonly externalValue: boolean;
1073
+ };
1074
+ search: vue.Ref<string | undefined> & {
1075
+ readonly externalValue: string | undefined;
1076
+ };
1077
+ filteredItems: vue.ComputedRef<{
1078
+ item: InternalItem<any>;
1079
+ matches: Record<string, FilterMatch>;
1080
+ }[]>;
1081
+ select: (item: InternalItem) => void;
1082
+ } & {
1083
+ [x: string]: any;
1084
+ [x: number]: any;
1085
+ [x: symbol]: any;
1086
+ }> & {} & vue.ComponentCustomProperties;
1087
+ __isFragment?: undefined;
1088
+ __isTeleport?: undefined;
1089
+ __isSuspense?: undefined;
1090
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1091
+ transition: Omit<{
1092
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1093
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1094
+ })>;
1095
+ default: string;
1096
+ validator: (val: unknown) => boolean;
1097
+ }, "type" | "default"> & {
1098
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1099
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1100
+ })>;
1101
+ default: string | boolean | (vue.TransitionProps & {
1102
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1103
+ });
1104
+ };
1105
+ items: {
1106
+ type: vue.PropType<any[]>;
1107
+ default: () => never[];
1108
+ };
1109
+ itemTitle: {
1110
+ type: vue.PropType<SelectItemKey>;
1111
+ default: string;
1112
+ };
1113
+ itemValue: {
1114
+ type: vue.PropType<SelectItemKey>;
1115
+ default: string;
1116
+ };
1117
+ itemChildren: Omit<{
1118
+ type: vue.PropType<SelectItemKey>;
1119
+ default: string;
1120
+ }, "type" | "default"> & {
1121
+ type: vue.PropType<SelectItemKey>;
1122
+ default: SelectItemKey;
1123
+ };
1124
+ itemProps: {
1125
+ type: vue.PropType<SelectItemKey>;
1126
+ default: string;
1127
+ };
1128
+ returnObject: BooleanConstructor;
1129
+ chips: BooleanConstructor;
1130
+ closableChips: BooleanConstructor;
1131
+ eager: BooleanConstructor;
1132
+ hideNoData: BooleanConstructor;
1133
+ hideSelected: BooleanConstructor;
1134
+ menu: BooleanConstructor;
1135
+ menuIcon: {
1136
+ type: vue.PropType<IconValue>;
1137
+ default: string;
1138
+ };
1139
+ menuProps: {
1140
+ type: vue.PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1141
+ transition: Omit<{
1142
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1143
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1144
+ })>;
1145
+ default: string;
1146
+ validator: (val: unknown) => boolean;
1147
+ }, "type" | "default"> & {
1148
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1149
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1150
+ }) | {
1151
+ readonly component: vue.DefineComponent<{
1152
+ target: vue.PropType<HTMLElement>;
1153
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1154
+ target: vue.PropType<HTMLElement>;
1155
+ }>>, {}>;
1156
+ }>;
1157
+ default: string | boolean | (vue.TransitionProps & {
1158
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1159
+ }) | {
1160
+ readonly component: vue.DefineComponent<{
1161
+ target: vue.PropType<HTMLElement>;
1162
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1163
+ target: vue.PropType<HTMLElement>;
1164
+ }>>, {}>;
1165
+ };
1166
+ };
1167
+ modelValue: BooleanConstructor;
1168
+ id: StringConstructor;
1169
+ }, "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<{
1170
+ default: [{
1171
+ isActive: vue.Ref<boolean>;
1172
+ }];
1173
+ activator: [{
1174
+ isActive: boolean;
1175
+ props: Record<string, any>;
1176
+ }];
1177
+ }>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
1178
+ default: [{
1179
+ isActive: vue.Ref<boolean>;
1180
+ }];
1181
+ activator: [{
1182
+ isActive: boolean;
1183
+ props: Record<string, any>;
1184
+ }];
1185
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
1186
+ absolute: boolean;
1187
+ location: Anchor;
1188
+ origin: "auto" | Anchor | "overlap";
1189
+ transition: string | boolean | (vue.TransitionProps & {
1190
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1191
+ });
1192
+ zIndex: string | number;
1193
+ eager: boolean;
1194
+ disabled: boolean;
1195
+ modelValue: boolean;
1196
+ activatorProps: Record<string, any>;
1197
+ openOnClick: boolean;
1198
+ openOnHover: boolean;
1199
+ openOnFocus: boolean;
1200
+ closeOnContentClick: boolean;
1201
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1202
+ updateLocation: (e: Event) => void;
1203
+ } | undefined);
1204
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
1205
+ contained: boolean;
1206
+ noClickAnimation: boolean;
1207
+ persistent: boolean;
1208
+ closeOnBack: boolean;
1209
+ scrim: string | boolean;
1210
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1211
+ transition: {
1212
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1213
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1214
+ })>;
1215
+ default: string;
1216
+ validator: (val: unknown) => boolean;
1217
+ };
1218
+ theme: StringConstructor;
1219
+ scrollStrategy: {
1220
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
1221
+ default: string;
1222
+ validator: (val: any) => boolean;
1223
+ };
1224
+ locationStrategy: {
1225
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1226
+ updateLocation: (e: Event) => void;
1227
+ } | undefined)>;
1228
+ default: string;
1229
+ validator: (val: any) => boolean;
1230
+ };
1231
+ location: {
1232
+ type: vue.PropType<Anchor>;
1233
+ default: string;
1234
+ };
1235
+ origin: {
1236
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1237
+ default: string;
1238
+ };
1239
+ offset: vue.PropType<string | number | number[] | undefined>;
1240
+ eager: BooleanConstructor;
1241
+ height: (StringConstructor | NumberConstructor)[];
1242
+ maxHeight: (StringConstructor | NumberConstructor)[];
1243
+ maxWidth: (StringConstructor | NumberConstructor)[];
1244
+ minHeight: (StringConstructor | NumberConstructor)[];
1245
+ minWidth: (StringConstructor | NumberConstructor)[];
1246
+ width: (StringConstructor | NumberConstructor)[];
1247
+ closeDelay: (StringConstructor | NumberConstructor)[];
1248
+ openDelay: (StringConstructor | NumberConstructor)[];
1249
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1250
+ activatorProps: {
1251
+ type: vue.PropType<Record<string, any>>;
1252
+ default: () => {};
1253
+ };
1254
+ openOnClick: {
1255
+ type: BooleanConstructor;
1256
+ default: undefined;
1257
+ };
1258
+ openOnHover: BooleanConstructor;
1259
+ openOnFocus: {
1260
+ type: BooleanConstructor;
1261
+ default: undefined;
1262
+ };
1263
+ closeOnContentClick: BooleanConstructor;
1264
+ absolute: BooleanConstructor;
1265
+ attach: vue.PropType<string | boolean | Element>;
1266
+ closeOnBack: {
1267
+ type: BooleanConstructor;
1268
+ default: boolean;
1269
+ };
1270
+ contained: BooleanConstructor;
1271
+ contentClass: null;
1272
+ contentProps: null;
1273
+ disabled: BooleanConstructor;
1274
+ noClickAnimation: BooleanConstructor;
1275
+ modelValue: BooleanConstructor;
1276
+ persistent: BooleanConstructor;
1277
+ scrim: {
1278
+ type: (StringConstructor | BooleanConstructor)[];
1279
+ default: boolean;
1280
+ };
1281
+ zIndex: {
1282
+ type: (StringConstructor | NumberConstructor)[];
1283
+ default: number;
1284
+ };
1285
+ } & SlotsToProps<MakeSlots<{
1286
+ default: [{
1287
+ isActive: vue.Ref<boolean>;
1288
+ }];
1289
+ activator: [{
1290
+ isActive: boolean;
1291
+ props: Record<string, any>;
1292
+ }];
1293
+ }>>>> & {
1294
+ onAfterLeave?: (() => any) | undefined;
1295
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1296
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1297
+ } & 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">>;
1298
+ };
1299
+ modelValue: {
1300
+ type: null;
1301
+ default: () => never[];
1302
+ };
1303
+ multiple: BooleanConstructor;
1304
+ noDataText: {
1305
+ type: StringConstructor;
1306
+ default: string;
1307
+ };
1308
+ openOnClear: BooleanConstructor;
1309
+ readonly: BooleanConstructor;
1310
+ customFilter: vue.PropType<FilterFunction>;
1311
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
1312
+ filterKeys: {
1313
+ type: vue.PropType<(string & {}) | FilterKeys>;
1314
+ default: (string & {}) | FilterKeys;
1315
+ };
1316
+ filterMode: {
1317
+ type: vue.PropType<FilterMode>;
1318
+ default: string;
1319
+ };
1320
+ noFilter: BooleanConstructor;
1321
+ search: StringConstructor;
1322
+ }, "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<{
1323
+ default: [VInputSlot];
1324
+ prepend: [VInputSlot];
1325
+ append: [VInputSlot];
1326
+ details: [VInputSlot];
1327
+ }> & MakeSlots<{
1328
+ clear: [];
1329
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1330
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1331
+ label: [DefaultInputSlot & VInputSlot];
1332
+ loader: [LoaderSlotProps];
1333
+ default: [VFieldSlot];
1334
+ }>, "default"> & MakeSlots<{
1335
+ default: [];
1336
+ }>> | ("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<{
1337
+ default: [VInputSlot];
1338
+ prepend: [VInputSlot];
1339
+ append: [VInputSlot];
1340
+ details: [VInputSlot];
1341
+ }> & MakeSlots<{
1342
+ clear: [];
1343
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1344
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1345
+ label: [DefaultInputSlot & VInputSlot];
1346
+ loader: [LoaderSlotProps];
1347
+ default: [VFieldSlot];
1348
+ }>, "default"> & MakeSlots<{
1349
+ item: [{
1350
+ item: InternalItem<unknown>;
1351
+ index: number;
1352
+ props: Record<string, unknown>;
1353
+ }];
1354
+ chip: [{
1355
+ item: InternalItem<unknown>;
1356
+ index: number;
1357
+ props: Record<string, unknown>;
1358
+ }];
1359
+ selection: [{
1360
+ item: InternalItem<unknown>;
1361
+ index: number;
1362
+ }];
1363
+ 'no-data': [];
1364
+ }>>>> & {
1365
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1366
+ "onUpdate:search"?: ((val: any) => any) | undefined;
1367
+ }, {
1368
+ isFocused: vue.Ref<boolean>;
1369
+ isPristine: vue.Ref<boolean>;
1370
+ menu: vue.Ref<boolean> & {
1371
+ readonly externalValue: boolean;
1372
+ };
1373
+ search: vue.Ref<string | undefined> & {
1374
+ readonly externalValue: string | undefined;
1375
+ };
1376
+ filteredItems: vue.ComputedRef<{
1377
+ item: InternalItem<any>;
1378
+ matches: Record<string, FilterMatch>;
1379
+ }[]>;
1380
+ select: (item: InternalItem) => void;
1381
+ } & {
1382
+ [x: string]: any;
1383
+ [x: number]: any;
1384
+ [x: symbol]: any;
1385
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1386
+ 'update:search': (val: any) => boolean;
1387
+ 'update:modelValue': (val: any) => boolean;
1388
+ 'update:menu': (val: boolean) => boolean;
1389
+ }, "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, {
1390
+ transition: string | boolean | (vue.TransitionProps & {
1391
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1392
+ });
1393
+ menu: boolean;
1394
+ eager: boolean;
1395
+ noDataText: string;
1396
+ itemTitle: SelectItemKey;
1397
+ itemValue: SelectItemKey;
1398
+ itemChildren: SelectItemKey;
1399
+ itemProps: SelectItemKey;
1400
+ chips: boolean;
1401
+ closableChips: boolean;
1402
+ hideNoData: boolean;
1403
+ hideSelected: boolean;
1404
+ menuIcon: IconValue;
1405
+ openOnClear: boolean;
1406
+ filterMode: FilterMode;
1407
+ noFilter: boolean;
1408
+ filterKeys: (string & {}) | FilterKeys;
1409
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T, ReturnObject extends boolean = false, Multiple extends boolean = false, V extends Value<T, ReturnObject, Multiple> = Value<T, ReturnObject, Multiple>>() => {
1410
+ $props: {
1411
+ items?: readonly T[] | undefined;
1412
+ returnObject?: ReturnObject | undefined;
1413
+ multiple?: Multiple | undefined;
1414
+ modelValue?: Readonly<V> | undefined;
1415
+ 'onUpdate:modelValue'?: ((val: V) => void) | undefined;
1416
+ } & Omit<Partial<{
1417
+ reverse: boolean;
1418
+ type: string;
1419
+ error: boolean;
1420
+ active: boolean;
1421
+ direction: "horizontal" | "vertical";
1422
+ loading: boolean;
1423
+ autofocus: boolean;
1424
+ disabled: boolean;
1425
+ readonly: boolean;
1426
+ messages: string | string[];
1427
+ density: "default" | "compact" | "comfortable" | null;
1428
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1429
+ errorMessages: string | string[];
1430
+ maxErrors: string | number;
1431
+ rules: ValidationRule[];
1432
+ clearIcon: IconValue;
1433
+ clearable: boolean;
1434
+ dirty: boolean;
1435
+ persistentClear: boolean;
1436
+ singleLine: boolean;
1437
+ persistentHint: boolean;
1438
+ persistentPlaceholder: boolean;
1439
+ persistentCounter: boolean;
1440
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1441
+ loading: BooleanConstructor;
1442
+ theme: StringConstructor;
1443
+ appendInnerIcon: vue.PropType<IconValue>;
1444
+ bgColor: StringConstructor;
1445
+ clearable: BooleanConstructor;
1446
+ clearIcon: {
1447
+ type: vue.PropType<IconValue>;
1448
+ default: string;
1449
+ };
1450
+ active: BooleanConstructor;
1451
+ color: StringConstructor;
1452
+ dirty: BooleanConstructor;
1453
+ disabled: BooleanConstructor;
1454
+ error: BooleanConstructor;
1455
+ label: StringConstructor;
1456
+ persistentClear: BooleanConstructor;
1457
+ prependInnerIcon: vue.PropType<IconValue>;
1458
+ reverse: BooleanConstructor;
1459
+ singleLine: BooleanConstructor;
1460
+ variant: {
1461
+ type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1462
+ default: string;
1463
+ validator: (v: any) => boolean;
1464
+ };
1465
+ 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
1466
+ 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
1467
+ 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
1468
+ errorMessages: {
1469
+ type: vue.PropType<string | string[]>;
1470
+ default: () => never[];
1471
+ };
1472
+ maxErrors: {
1473
+ type: (StringConstructor | NumberConstructor)[];
1474
+ default: number;
1475
+ };
1476
+ name: StringConstructor;
1477
+ readonly: BooleanConstructor;
1478
+ rules: {
1479
+ type: vue.PropType<ValidationRule[]>;
1480
+ default: () => never[];
1481
+ };
1482
+ modelValue: null;
1483
+ validationValue: null;
1484
+ density: {
1485
+ type: vue.PropType<"default" | "compact" | "comfortable" | null>;
1486
+ default: string;
1487
+ validator: (v: any) => boolean;
1488
+ };
1489
+ id: StringConstructor;
1490
+ appendIcon: vue.PropType<IconValue>;
1491
+ prependIcon: vue.PropType<IconValue>;
1492
+ hideDetails: vue.PropType<boolean | "auto">;
1493
+ messages: {
1494
+ type: vue.PropType<string | string[]>;
1495
+ default: () => never[];
1496
+ };
1497
+ direction: {
1498
+ type: vue.PropType<"horizontal" | "vertical">;
1499
+ default: string;
1500
+ validator: (v: any) => boolean;
1501
+ };
1502
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
1503
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
1504
+ autofocus: BooleanConstructor;
1505
+ counter: vue.PropType<string | number | true>;
1506
+ counterValue: vue.PropType<(value: any) => number>;
1507
+ hint: StringConstructor;
1508
+ persistentHint: BooleanConstructor;
1509
+ prefix: StringConstructor;
1510
+ placeholder: StringConstructor;
1511
+ persistentPlaceholder: BooleanConstructor;
1512
+ persistentCounter: BooleanConstructor;
1513
+ suffix: StringConstructor;
1514
+ type: {
1515
+ type: StringConstructor;
1516
+ default: string;
1517
+ };
1518
+ } & SlotsToProps<Omit<MakeSlots<{
1519
+ default: [VInputSlot];
1520
+ prepend: [VInputSlot];
1521
+ append: [VInputSlot];
1522
+ details: [VInputSlot];
1523
+ }> & MakeSlots<{
1524
+ clear: [];
1525
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1526
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1527
+ label: [DefaultInputSlot & VInputSlot];
1528
+ loader: [LoaderSlotProps];
1529
+ default: [VFieldSlot];
1530
+ }>, "default"> & MakeSlots<{
1531
+ default: [];
1532
+ }>>>> & {
1533
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1534
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1535
+ "onClick:input"?: ((e: MouseEvent) => any) | undefined;
1536
+ } & 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">;
1537
+ $slots: Omit<MakeSlots<{
1538
+ default: [VInputSlot];
1539
+ prepend: [VInputSlot];
1540
+ append: [VInputSlot];
1541
+ details: [VInputSlot];
1542
+ }> & MakeSlots<{
1543
+ clear: [];
1544
+ 'prepend-inner': [DefaultInputSlot & VInputSlot];
1545
+ 'append-inner': [DefaultInputSlot & VInputSlot];
1546
+ label: [DefaultInputSlot & VInputSlot];
1547
+ loader: [LoaderSlotProps];
1548
+ default: [VFieldSlot];
1549
+ }>, "default"> & MakeSlots<{
1550
+ item: [{
1551
+ item: InternalItem<T>;
1552
+ index: number;
1553
+ props: Record<string, unknown>;
1554
+ }];
1555
+ chip: [{
1556
+ item: InternalItem<T>;
1557
+ index: number;
1558
+ props: Record<string, unknown>;
1559
+ }];
1560
+ selection: [{
1561
+ item: InternalItem<T>;
1562
+ index: number;
1563
+ }];
1564
+ 'no-data': [];
1565
+ }>;
1566
+ });
1567
+ declare type VAutocomplete = InstanceType<typeof VAutocomplete>;
1568
+
1569
+ export { VAutocomplete };