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