vuetify 3.1.10 → 3.1.11

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 (200) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +98 -98
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +224 -204
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +121 -129
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +121 -129
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +47 -39
  12. package/dist/vuetify.d.ts +55374 -15927
  13. package/dist/vuetify.esm.js +118 -129
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +118 -129
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +640 -642
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +509 -83
  27. package/lib/components/VApp/VApp.css +1 -0
  28. package/lib/components/VApp/VApp.sass +1 -0
  29. package/lib/components/VApp/index.d.ts +158 -20
  30. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.ts +616 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  36. package/lib/components/VAvatar/index.d.ts +205 -29
  37. package/lib/components/VBadge/index.d.ts +284 -42
  38. package/lib/components/VBanner/index.d.ts +478 -84
  39. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  40. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  41. package/lib/components/VBtn/VBtn.css +0 -5
  42. package/lib/components/VBtn/VBtn.mjs +40 -39
  43. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  44. package/lib/components/VBtn/VBtn.sass +0 -7
  45. package/lib/components/VBtn/_variables.scss +0 -2
  46. package/lib/components/VBtn/index.d.ts +452 -69
  47. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  49. package/lib/components/VBtnGroup/index.d.ts +185 -26
  50. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  51. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  52. package/lib/components/VBtnToggle/index.d.ts +245 -35
  53. package/lib/components/VCard/index.d.ts +938 -172
  54. package/lib/components/VCarousel/index.d.ts +561 -123
  55. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  56. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  57. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  59. package/lib/components/VCheckbox/index.d.ts +831 -147
  60. package/lib/components/VChip/index.d.ts +473 -75
  61. package/lib/components/VChipGroup/index.d.ts +227 -32
  62. package/lib/components/VCode/index.d.ts +109 -16
  63. package/lib/components/VColorPicker/index.d.ts +284 -20
  64. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.ts +1668 -130
  67. package/lib/components/VCounter/index.d.ts +1894 -87
  68. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  69. package/lib/components/VDialog/VDialog.css +31 -24
  70. package/lib/components/VDialog/VDialog.mjs +2 -2
  71. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  72. package/lib/components/VDialog/VDialog.sass +19 -12
  73. package/lib/components/VDialog/index.d.ts +2362 -146
  74. package/lib/components/VDivider/index.d.ts +130 -23
  75. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  76. package/lib/components/VField/index.d.ts +163 -21
  77. package/lib/components/VFileInput/index.d.ts +1038 -104
  78. package/lib/components/VFooter/index.d.ts +203 -28
  79. package/lib/components/VForm/index.d.ts +204 -23
  80. package/lib/components/VGrid/VCol.mjs +6 -5
  81. package/lib/components/VGrid/VCol.mjs.map +1 -1
  82. package/lib/components/VGrid/VRow.mjs +4 -4
  83. package/lib/components/VGrid/VRow.mjs.map +1 -1
  84. package/lib/components/VGrid/index.d.ts +733 -76
  85. package/lib/components/VHover/index.d.ts +182 -35
  86. package/lib/components/VIcon/index.d.ts +494 -50
  87. package/lib/components/VImg/index.d.ts +275 -46
  88. package/lib/components/VInput/index.d.ts +315 -53
  89. package/lib/components/VItemGroup/index.d.ts +308 -52
  90. package/lib/components/VKbd/VKbd.css +1 -0
  91. package/lib/components/VKbd/VKbd.sass +1 -0
  92. package/lib/components/VKbd/_variables.scss +1 -0
  93. package/lib/components/VKbd/index.d.ts +109 -16
  94. package/lib/components/VLabel/index.d.ts +113 -20
  95. package/lib/components/VLayout/index.d.ts +296 -41
  96. package/lib/components/VLazy/VLazy.mjs +4 -1
  97. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  98. package/lib/components/VLazy/index.d.ts +219 -30
  99. package/lib/components/VList/VListChildren.mjs +2 -2
  100. package/lib/components/VList/VListChildren.mjs.map +1 -1
  101. package/lib/components/VList/VListGroup.mjs +1 -4
  102. package/lib/components/VList/VListGroup.mjs.map +1 -1
  103. package/lib/components/VList/index.d.ts +1461 -223
  104. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  105. package/lib/components/VMain/index.d.ts +118 -17
  106. package/lib/components/VMenu/VMenu.css +4 -4
  107. package/lib/components/VMenu/VMenu.mjs +2 -2
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/VMenu.sass +1 -1
  110. package/lib/components/VMenu/index.d.ts +2368 -142
  111. package/lib/components/VMessages/index.d.ts +1921 -98
  112. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  113. package/lib/components/VOverlay/VOverlay.css +2 -2
  114. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  115. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  116. package/lib/components/VOverlay/VOverlay.sass +1 -1
  117. package/lib/components/VOverlay/_variables.scss +1 -1
  118. package/lib/components/VOverlay/index.d.ts +519 -85
  119. package/lib/components/VPagination/index.d.ts +502 -68
  120. package/lib/components/VParallax/VParallax.mjs +3 -3
  121. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  122. package/lib/components/VParallax/index.d.ts +141 -28
  123. package/lib/components/VProgressCircular/index.d.ts +186 -25
  124. package/lib/components/VProgressLinear/index.d.ts +319 -48
  125. package/lib/components/VRadio/index.d.ts +313 -57
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  127. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  128. package/lib/components/VRadioGroup/index.d.ts +463 -83
  129. package/lib/components/VRangeSlider/index.d.ts +528 -80
  130. package/lib/components/VRating/index.d.ts +305 -43
  131. package/lib/components/VResponsive/index.d.ts +142 -27
  132. package/lib/components/VSelect/VSelect.mjs +2 -2
  133. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  134. package/lib/components/VSelect/index.d.ts +3060 -328
  135. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  136. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  137. package/lib/components/VSelectionControl/index.d.ts +76 -4
  138. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  139. package/lib/components/VSheet/VSheet.mjs +1 -7
  140. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  141. package/lib/components/VSheet/index.d.ts +194 -31
  142. package/lib/components/VSlideGroup/index.d.ts +475 -83
  143. package/lib/components/VSlider/index.d.ts +521 -79
  144. package/lib/components/VSlider/slider.mjs +2 -5
  145. package/lib/components/VSlider/slider.mjs.map +1 -1
  146. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  147. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  148. package/lib/components/VSnackbar/index.d.ts +1219 -81
  149. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  150. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  151. package/lib/components/VSwitch/index.d.ts +498 -92
  152. package/lib/components/VSystemBar/index.d.ts +184 -27
  153. package/lib/components/VTable/index.d.ts +190 -35
  154. package/lib/components/VTabs/VTab.mjs +7 -23
  155. package/lib/components/VTabs/VTab.mjs.map +1 -1
  156. package/lib/components/VTabs/index.d.ts +623 -71
  157. package/lib/components/VTextField/VTextField.mjs +8 -5
  158. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  159. package/lib/components/VTextField/index.d.ts +1404 -106
  160. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  161. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  162. package/lib/components/VTextarea/index.d.ts +1014 -102
  163. package/lib/components/VThemeProvider/index.d.ts +124 -19
  164. package/lib/components/VTimeline/index.d.ts +441 -71
  165. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  166. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  167. package/lib/components/VToolbar/index.d.ts +542 -93
  168. package/lib/components/VTooltip/VTooltip.css +3 -3
  169. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  170. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  171. package/lib/components/VTooltip/VTooltip.sass +1 -1
  172. package/lib/components/VTooltip/index.d.ts +1263 -81
  173. package/lib/components/VValidation/index.d.ts +201 -30
  174. package/lib/components/VWindow/index.d.ts +527 -95
  175. package/lib/components/index.d.ts +55131 -15681
  176. package/lib/components/transitions/index.d.ts +2097 -308
  177. package/lib/composables/display.mjs +2 -0
  178. package/lib/composables/display.mjs.map +1 -1
  179. package/lib/composables/form.mjs.map +1 -1
  180. package/lib/entry-bundler.mjs +1 -1
  181. package/lib/framework.mjs +1 -1
  182. package/lib/index.d.ts +32 -35
  183. package/lib/labs/VDataTable/VDataTable.css +12 -0
  184. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  185. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  186. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  188. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  189. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  190. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  191. package/lib/labs/components.d.ts +4212 -1026
  192. package/lib/styles/main.css +4 -0
  193. package/lib/styles/settings/_utilities.scss +7 -0
  194. package/lib/util/animation.mjs +8 -1
  195. package/lib/util/animation.mjs.map +1 -1
  196. package/lib/util/defineComponent.mjs +12 -5
  197. package/lib/util/defineComponent.mjs.map +1 -1
  198. package/lib/util/helpers.mjs +4 -0
  199. package/lib/util/helpers.mjs.map +1 -1
  200. package/package.json +3 -2
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
3
3
 
4
4
  declare const block: readonly ["top", "bottom"];
5
5
  declare const inline: readonly ["start", "end", "left", "right"];
@@ -24,6 +24,10 @@ declare class Box {
24
24
  get right(): number;
25
25
  }
26
26
 
27
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
28
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
29
+ }
30
+
27
31
  declare function deepEqual(a: any, b: any): boolean;
28
32
  type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
29
33
  type EventProp<T = (...args: any[]) => any> = T | T[];
@@ -329,21 +333,91 @@ declare const VAutocomplete: {
329
333
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
330
334
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
331
335
  })> | {
332
- component: vue.DefineComponent<{} & {
333
- target?: HTMLElement | undefined;
334
- } & {
335
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
336
- default?: (() => vue.VNodeChild) | undefined;
337
- };
338
- $slots?: {
339
- default?: (() => vue.VNodeChild) | undefined;
340
- } | undefined;
341
- 'v-slots'?: {
342
- default?: false | (() => vue.VNodeChild) | undefined;
343
- } | undefined;
344
- } & {
345
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
346
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
336
+ component: {
337
+ new (...args: any[]): {
338
+ $: vue.ComponentInternalInstance;
339
+ $data: {};
340
+ $props: Partial<{}> & Omit<{} & {
341
+ target?: HTMLElement | undefined;
342
+ } & {
343
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
344
+ default?: (() => vue.VNodeChild) | undefined;
345
+ };
346
+ $slots?: {
347
+ default?: (() => vue.VNodeChild) | undefined;
348
+ } | undefined;
349
+ 'v-slots'?: {
350
+ default?: false | (() => vue.VNodeChild) | undefined;
351
+ } | undefined;
352
+ } & {
353
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
354
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
355
+ $attrs: {
356
+ [x: string]: unknown;
357
+ };
358
+ $refs: {
359
+ [x: string]: unknown;
360
+ };
361
+ $slots: Readonly<{
362
+ [name: string]: vue.Slot | undefined;
363
+ }>;
364
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
365
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
366
+ $emit: (event: string, ...args: any[]) => void;
367
+ $el: any;
368
+ $options: vue.ComponentOptionsBase<{} & {
369
+ target?: HTMLElement | undefined;
370
+ } & {
371
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
372
+ default?: (() => vue.VNodeChild) | undefined;
373
+ };
374
+ $slots?: {
375
+ default?: (() => vue.VNodeChild) | undefined;
376
+ } | undefined;
377
+ 'v-slots'?: {
378
+ default?: false | (() => vue.VNodeChild) | undefined;
379
+ } | undefined;
380
+ } & {
381
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
382
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
383
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
384
+ created?: ((() => void) | (() => void)[]) | undefined;
385
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
386
+ mounted?: ((() => void) | (() => void)[]) | undefined;
387
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
388
+ updated?: ((() => void) | (() => void)[]) | undefined;
389
+ activated?: ((() => void) | (() => void)[]) | undefined;
390
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
391
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
392
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
393
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
394
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
395
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
396
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
397
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
398
+ };
399
+ $forceUpdate: () => void;
400
+ $nextTick: typeof nextTick;
401
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
402
+ } & {} & {
403
+ target?: HTMLElement | undefined;
404
+ } & {
405
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
406
+ default?: (() => vue.VNodeChild) | undefined;
407
+ };
408
+ $slots?: {
409
+ default?: (() => vue.VNodeChild) | undefined;
410
+ } | undefined;
411
+ 'v-slots'?: {
412
+ default?: false | (() => vue.VNodeChild) | undefined;
413
+ } | undefined;
414
+ } & {
415
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
416
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
417
+ __isFragment?: undefined;
418
+ __isTeleport?: undefined;
419
+ __isSuspense?: undefined;
420
+ } & vue.ComponentOptionsBase<{} & {
347
421
  target?: HTMLElement | undefined;
348
422
  } & {
349
423
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -357,7 +431,11 @@ declare const VAutocomplete: {
357
431
  } | undefined;
358
432
  } & {
359
433
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
360
- }, {}>;
434
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
435
+ target: vue.PropType<HTMLElement>;
436
+ }, vue.ExtractPropTypes<{
437
+ target: vue.PropType<HTMLElement>;
438
+ }>>;
361
439
  };
362
440
  zIndex: string | number;
363
441
  eager: boolean;
@@ -385,21 +463,91 @@ declare const VAutocomplete: {
385
463
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
386
464
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
387
465
  })> | {
388
- component: vue.DefineComponent<{} & {
389
- target?: HTMLElement | undefined;
390
- } & {
391
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
392
- default?: (() => vue.VNodeChild) | undefined;
393
- };
394
- $slots?: {
395
- default?: (() => vue.VNodeChild) | undefined;
396
- } | undefined;
397
- 'v-slots'?: {
398
- default?: false | (() => vue.VNodeChild) | undefined;
399
- } | undefined;
400
- } & {
401
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
402
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
466
+ component: {
467
+ new (...args: any[]): {
468
+ $: vue.ComponentInternalInstance;
469
+ $data: {};
470
+ $props: Partial<{}> & Omit<{} & {
471
+ target?: HTMLElement | undefined;
472
+ } & {
473
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
474
+ default?: (() => vue.VNodeChild) | undefined;
475
+ };
476
+ $slots?: {
477
+ default?: (() => vue.VNodeChild) | undefined;
478
+ } | undefined;
479
+ 'v-slots'?: {
480
+ default?: false | (() => vue.VNodeChild) | undefined;
481
+ } | undefined;
482
+ } & {
483
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
484
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
485
+ $attrs: {
486
+ [x: string]: unknown;
487
+ };
488
+ $refs: {
489
+ [x: string]: unknown;
490
+ };
491
+ $slots: Readonly<{
492
+ [name: string]: vue.Slot | undefined;
493
+ }>;
494
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
495
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
496
+ $emit: (event: string, ...args: any[]) => void;
497
+ $el: any;
498
+ $options: vue.ComponentOptionsBase<{} & {
499
+ target?: HTMLElement | undefined;
500
+ } & {
501
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
502
+ default?: (() => vue.VNodeChild) | undefined;
503
+ };
504
+ $slots?: {
505
+ default?: (() => vue.VNodeChild) | undefined;
506
+ } | undefined;
507
+ 'v-slots'?: {
508
+ default?: false | (() => vue.VNodeChild) | undefined;
509
+ } | undefined;
510
+ } & {
511
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
512
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
513
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
514
+ created?: ((() => void) | (() => void)[]) | undefined;
515
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
516
+ mounted?: ((() => void) | (() => void)[]) | undefined;
517
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
518
+ updated?: ((() => void) | (() => void)[]) | undefined;
519
+ activated?: ((() => void) | (() => void)[]) | undefined;
520
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
521
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
522
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
523
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
524
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
525
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
526
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
527
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
528
+ };
529
+ $forceUpdate: () => void;
530
+ $nextTick: typeof nextTick;
531
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
532
+ } & {} & {
533
+ target?: HTMLElement | undefined;
534
+ } & {
535
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
536
+ default?: (() => vue.VNodeChild) | undefined;
537
+ };
538
+ $slots?: {
539
+ default?: (() => vue.VNodeChild) | undefined;
540
+ } | undefined;
541
+ 'v-slots'?: {
542
+ default?: false | (() => vue.VNodeChild) | undefined;
543
+ } | undefined;
544
+ } & {
545
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
546
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
547
+ __isFragment?: undefined;
548
+ __isTeleport?: undefined;
549
+ __isSuspense?: undefined;
550
+ } & vue.ComponentOptionsBase<{} & {
403
551
  target?: HTMLElement | undefined;
404
552
  } & {
405
553
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -413,7 +561,11 @@ declare const VAutocomplete: {
413
561
  } | undefined;
414
562
  } & {
415
563
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
416
- }, {}>;
564
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
565
+ target: vue.PropType<HTMLElement>;
566
+ }, vue.ExtractPropTypes<{
567
+ target: vue.PropType<HTMLElement>;
568
+ }>>;
417
569
  };
418
570
  zIndex: string | number;
419
571
  eager: boolean;
@@ -663,21 +815,91 @@ declare const VAutocomplete: {
663
815
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
664
816
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
665
817
  })> | {
666
- component: vue.DefineComponent<{} & {
667
- target?: HTMLElement | undefined;
668
- } & {
669
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
670
- default?: (() => vue.VNodeChild) | undefined;
671
- };
672
- $slots?: {
673
- default?: (() => vue.VNodeChild) | undefined;
674
- } | undefined;
675
- 'v-slots'?: {
676
- default?: false | (() => vue.VNodeChild) | undefined;
677
- } | undefined;
678
- } & {
679
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
680
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
818
+ component: {
819
+ new (...args: any[]): {
820
+ $: vue.ComponentInternalInstance;
821
+ $data: {};
822
+ $props: Partial<{}> & Omit<{} & {
823
+ target?: HTMLElement | undefined;
824
+ } & {
825
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
826
+ default?: (() => vue.VNodeChild) | undefined;
827
+ };
828
+ $slots?: {
829
+ default?: (() => vue.VNodeChild) | undefined;
830
+ } | undefined;
831
+ 'v-slots'?: {
832
+ default?: false | (() => vue.VNodeChild) | undefined;
833
+ } | undefined;
834
+ } & {
835
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
836
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
837
+ $attrs: {
838
+ [x: string]: unknown;
839
+ };
840
+ $refs: {
841
+ [x: string]: unknown;
842
+ };
843
+ $slots: Readonly<{
844
+ [name: string]: vue.Slot | undefined;
845
+ }>;
846
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
847
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
848
+ $emit: (event: string, ...args: any[]) => void;
849
+ $el: any;
850
+ $options: vue.ComponentOptionsBase<{} & {
851
+ target?: HTMLElement | undefined;
852
+ } & {
853
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
854
+ default?: (() => vue.VNodeChild) | undefined;
855
+ };
856
+ $slots?: {
857
+ default?: (() => vue.VNodeChild) | undefined;
858
+ } | undefined;
859
+ 'v-slots'?: {
860
+ default?: false | (() => vue.VNodeChild) | undefined;
861
+ } | undefined;
862
+ } & {
863
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
864
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
865
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
866
+ created?: ((() => void) | (() => void)[]) | undefined;
867
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
868
+ mounted?: ((() => void) | (() => void)[]) | undefined;
869
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
870
+ updated?: ((() => void) | (() => void)[]) | undefined;
871
+ activated?: ((() => void) | (() => void)[]) | undefined;
872
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
873
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
874
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
875
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
876
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
877
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
878
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
879
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
880
+ };
881
+ $forceUpdate: () => void;
882
+ $nextTick: typeof nextTick;
883
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
884
+ } & {} & {
885
+ target?: HTMLElement | undefined;
886
+ } & {
887
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
888
+ default?: (() => vue.VNodeChild) | undefined;
889
+ };
890
+ $slots?: {
891
+ default?: (() => vue.VNodeChild) | undefined;
892
+ } | undefined;
893
+ 'v-slots'?: {
894
+ default?: false | (() => vue.VNodeChild) | undefined;
895
+ } | undefined;
896
+ } & {
897
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
898
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
899
+ __isFragment?: undefined;
900
+ __isTeleport?: undefined;
901
+ __isSuspense?: undefined;
902
+ } & vue.ComponentOptionsBase<{} & {
681
903
  target?: HTMLElement | undefined;
682
904
  } & {
683
905
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -691,7 +913,11 @@ declare const VAutocomplete: {
691
913
  } | undefined;
692
914
  } & {
693
915
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
694
- }, {}>;
916
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
917
+ target: vue.PropType<HTMLElement>;
918
+ }, vue.ExtractPropTypes<{
919
+ target: vue.PropType<HTMLElement>;
920
+ }>>;
695
921
  };
696
922
  zIndex: string | number;
697
923
  eager: boolean;
@@ -719,21 +945,91 @@ declare const VAutocomplete: {
719
945
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
720
946
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
721
947
  })> | {
722
- component: vue.DefineComponent<{} & {
723
- target?: HTMLElement | undefined;
724
- } & {
725
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
726
- default?: (() => vue.VNodeChild) | undefined;
727
- };
728
- $slots?: {
729
- default?: (() => vue.VNodeChild) | undefined;
730
- } | undefined;
731
- 'v-slots'?: {
732
- default?: false | (() => vue.VNodeChild) | undefined;
733
- } | undefined;
734
- } & {
735
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
736
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
948
+ component: {
949
+ new (...args: any[]): {
950
+ $: vue.ComponentInternalInstance;
951
+ $data: {};
952
+ $props: Partial<{}> & Omit<{} & {
953
+ target?: HTMLElement | undefined;
954
+ } & {
955
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
956
+ default?: (() => vue.VNodeChild) | undefined;
957
+ };
958
+ $slots?: {
959
+ default?: (() => vue.VNodeChild) | undefined;
960
+ } | undefined;
961
+ 'v-slots'?: {
962
+ default?: false | (() => vue.VNodeChild) | undefined;
963
+ } | undefined;
964
+ } & {
965
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
966
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
967
+ $attrs: {
968
+ [x: string]: unknown;
969
+ };
970
+ $refs: {
971
+ [x: string]: unknown;
972
+ };
973
+ $slots: Readonly<{
974
+ [name: string]: vue.Slot | undefined;
975
+ }>;
976
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
977
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
978
+ $emit: (event: string, ...args: any[]) => void;
979
+ $el: any;
980
+ $options: vue.ComponentOptionsBase<{} & {
981
+ target?: HTMLElement | undefined;
982
+ } & {
983
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
984
+ default?: (() => vue.VNodeChild) | undefined;
985
+ };
986
+ $slots?: {
987
+ default?: (() => vue.VNodeChild) | undefined;
988
+ } | undefined;
989
+ 'v-slots'?: {
990
+ default?: false | (() => vue.VNodeChild) | undefined;
991
+ } | undefined;
992
+ } & {
993
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
994
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
995
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
996
+ created?: ((() => void) | (() => void)[]) | undefined;
997
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
998
+ mounted?: ((() => void) | (() => void)[]) | undefined;
999
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1000
+ updated?: ((() => void) | (() => void)[]) | undefined;
1001
+ activated?: ((() => void) | (() => void)[]) | undefined;
1002
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1003
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1004
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1005
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1006
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1007
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1008
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1009
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1010
+ };
1011
+ $forceUpdate: () => void;
1012
+ $nextTick: typeof nextTick;
1013
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1014
+ } & {} & {
1015
+ target?: HTMLElement | undefined;
1016
+ } & {
1017
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1018
+ default?: (() => vue.VNodeChild) | undefined;
1019
+ };
1020
+ $slots?: {
1021
+ default?: (() => vue.VNodeChild) | undefined;
1022
+ } | undefined;
1023
+ 'v-slots'?: {
1024
+ default?: false | (() => vue.VNodeChild) | undefined;
1025
+ } | undefined;
1026
+ } & {
1027
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1028
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1029
+ __isFragment?: undefined;
1030
+ __isTeleport?: undefined;
1031
+ __isSuspense?: undefined;
1032
+ } & vue.ComponentOptionsBase<{} & {
737
1033
  target?: HTMLElement | undefined;
738
1034
  } & {
739
1035
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -747,7 +1043,11 @@ declare const VAutocomplete: {
747
1043
  } | undefined;
748
1044
  } & {
749
1045
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
750
- }, {}>;
1046
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1047
+ target: vue.PropType<HTMLElement>;
1048
+ }, vue.ExtractPropTypes<{
1049
+ target: vue.PropType<HTMLElement>;
1050
+ }>>;
751
1051
  };
752
1052
  zIndex: string | number;
753
1053
  eager: boolean;
@@ -1059,21 +1359,91 @@ declare const VAutocomplete: {
1059
1359
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1060
1360
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1061
1361
  })> | {
1062
- component: vue.DefineComponent<{} & {
1063
- target?: HTMLElement | undefined;
1064
- } & {
1065
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1066
- default?: (() => vue.VNodeChild) | undefined;
1067
- };
1068
- $slots?: {
1069
- default?: (() => vue.VNodeChild) | undefined;
1070
- } | undefined;
1071
- 'v-slots'?: {
1072
- default?: false | (() => vue.VNodeChild) | undefined;
1073
- } | undefined;
1074
- } & {
1075
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1076
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1362
+ component: {
1363
+ new (...args: any[]): {
1364
+ $: vue.ComponentInternalInstance;
1365
+ $data: {};
1366
+ $props: Partial<{}> & Omit<{} & {
1367
+ target?: HTMLElement | undefined;
1368
+ } & {
1369
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1370
+ default?: (() => vue.VNodeChild) | undefined;
1371
+ };
1372
+ $slots?: {
1373
+ default?: (() => vue.VNodeChild) | undefined;
1374
+ } | undefined;
1375
+ 'v-slots'?: {
1376
+ default?: false | (() => vue.VNodeChild) | undefined;
1377
+ } | undefined;
1378
+ } & {
1379
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1380
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1381
+ $attrs: {
1382
+ [x: string]: unknown;
1383
+ };
1384
+ $refs: {
1385
+ [x: string]: unknown;
1386
+ };
1387
+ $slots: Readonly<{
1388
+ [name: string]: vue.Slot | undefined;
1389
+ }>;
1390
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1391
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1392
+ $emit: (event: string, ...args: any[]) => void;
1393
+ $el: any;
1394
+ $options: vue.ComponentOptionsBase<{} & {
1395
+ target?: HTMLElement | undefined;
1396
+ } & {
1397
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1398
+ default?: (() => vue.VNodeChild) | undefined;
1399
+ };
1400
+ $slots?: {
1401
+ default?: (() => vue.VNodeChild) | undefined;
1402
+ } | undefined;
1403
+ 'v-slots'?: {
1404
+ default?: false | (() => vue.VNodeChild) | undefined;
1405
+ } | undefined;
1406
+ } & {
1407
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1408
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1409
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1410
+ created?: ((() => void) | (() => void)[]) | undefined;
1411
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1412
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1413
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1414
+ updated?: ((() => void) | (() => void)[]) | undefined;
1415
+ activated?: ((() => void) | (() => void)[]) | undefined;
1416
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1417
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1418
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1419
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1420
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1421
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1422
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1423
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1424
+ };
1425
+ $forceUpdate: () => void;
1426
+ $nextTick: typeof nextTick;
1427
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1428
+ } & {} & {
1429
+ target?: HTMLElement | undefined;
1430
+ } & {
1431
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1432
+ default?: (() => vue.VNodeChild) | undefined;
1433
+ };
1434
+ $slots?: {
1435
+ default?: (() => vue.VNodeChild) | undefined;
1436
+ } | undefined;
1437
+ 'v-slots'?: {
1438
+ default?: false | (() => vue.VNodeChild) | undefined;
1439
+ } | undefined;
1440
+ } & {
1441
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1442
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1443
+ __isFragment?: undefined;
1444
+ __isTeleport?: undefined;
1445
+ __isSuspense?: undefined;
1446
+ } & vue.ComponentOptionsBase<{} & {
1077
1447
  target?: HTMLElement | undefined;
1078
1448
  } & {
1079
1449
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1087,7 +1457,11 @@ declare const VAutocomplete: {
1087
1457
  } | undefined;
1088
1458
  } & {
1089
1459
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1090
- }, {}>;
1460
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1461
+ target: vue.PropType<HTMLElement>;
1462
+ }, vue.ExtractPropTypes<{
1463
+ target: vue.PropType<HTMLElement>;
1464
+ }>>;
1091
1465
  };
1092
1466
  zIndex: string | number;
1093
1467
  eager: boolean;
@@ -1115,21 +1489,91 @@ declare const VAutocomplete: {
1115
1489
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1116
1490
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1117
1491
  })> | {
1118
- component: vue.DefineComponent<{} & {
1119
- target?: HTMLElement | undefined;
1120
- } & {
1121
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1122
- default?: (() => vue.VNodeChild) | undefined;
1123
- };
1124
- $slots?: {
1125
- default?: (() => vue.VNodeChild) | undefined;
1126
- } | undefined;
1127
- 'v-slots'?: {
1128
- default?: false | (() => vue.VNodeChild) | undefined;
1129
- } | undefined;
1130
- } & {
1131
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1132
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1492
+ component: {
1493
+ new (...args: any[]): {
1494
+ $: vue.ComponentInternalInstance;
1495
+ $data: {};
1496
+ $props: Partial<{}> & Omit<{} & {
1497
+ target?: HTMLElement | undefined;
1498
+ } & {
1499
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1500
+ default?: (() => vue.VNodeChild) | undefined;
1501
+ };
1502
+ $slots?: {
1503
+ default?: (() => vue.VNodeChild) | undefined;
1504
+ } | undefined;
1505
+ 'v-slots'?: {
1506
+ default?: false | (() => vue.VNodeChild) | undefined;
1507
+ } | undefined;
1508
+ } & {
1509
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1510
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1511
+ $attrs: {
1512
+ [x: string]: unknown;
1513
+ };
1514
+ $refs: {
1515
+ [x: string]: unknown;
1516
+ };
1517
+ $slots: Readonly<{
1518
+ [name: string]: vue.Slot | undefined;
1519
+ }>;
1520
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1521
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1522
+ $emit: (event: string, ...args: any[]) => void;
1523
+ $el: any;
1524
+ $options: vue.ComponentOptionsBase<{} & {
1525
+ target?: HTMLElement | undefined;
1526
+ } & {
1527
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1528
+ default?: (() => vue.VNodeChild) | undefined;
1529
+ };
1530
+ $slots?: {
1531
+ default?: (() => vue.VNodeChild) | undefined;
1532
+ } | undefined;
1533
+ 'v-slots'?: {
1534
+ default?: false | (() => vue.VNodeChild) | undefined;
1535
+ } | undefined;
1536
+ } & {
1537
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1538
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1539
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1540
+ created?: ((() => void) | (() => void)[]) | undefined;
1541
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1542
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1543
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1544
+ updated?: ((() => void) | (() => void)[]) | undefined;
1545
+ activated?: ((() => void) | (() => void)[]) | undefined;
1546
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1547
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1548
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1549
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1550
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1551
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1552
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1553
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1554
+ };
1555
+ $forceUpdate: () => void;
1556
+ $nextTick: typeof nextTick;
1557
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1558
+ } & {} & {
1559
+ target?: HTMLElement | undefined;
1560
+ } & {
1561
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1562
+ default?: (() => vue.VNodeChild) | undefined;
1563
+ };
1564
+ $slots?: {
1565
+ default?: (() => vue.VNodeChild) | undefined;
1566
+ } | undefined;
1567
+ 'v-slots'?: {
1568
+ default?: false | (() => vue.VNodeChild) | undefined;
1569
+ } | undefined;
1570
+ } & {
1571
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1572
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1573
+ __isFragment?: undefined;
1574
+ __isTeleport?: undefined;
1575
+ __isSuspense?: undefined;
1576
+ } & vue.ComponentOptionsBase<{} & {
1133
1577
  target?: HTMLElement | undefined;
1134
1578
  } & {
1135
1579
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1143,7 +1587,11 @@ declare const VAutocomplete: {
1143
1587
  } | undefined;
1144
1588
  } & {
1145
1589
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1146
- }, {}>;
1590
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1591
+ target: vue.PropType<HTMLElement>;
1592
+ }, vue.ExtractPropTypes<{
1593
+ target: vue.PropType<HTMLElement>;
1594
+ }>>;
1147
1595
  };
1148
1596
  zIndex: string | number;
1149
1597
  eager: boolean;
@@ -1392,21 +1840,91 @@ declare const VAutocomplete: {
1392
1840
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1393
1841
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1394
1842
  })> | {
1395
- component: vue.DefineComponent<{} & {
1396
- target?: HTMLElement | undefined;
1397
- } & {
1398
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1399
- default?: (() => vue.VNodeChild) | undefined;
1400
- };
1401
- $slots?: {
1402
- default?: (() => vue.VNodeChild) | undefined;
1403
- } | undefined;
1404
- 'v-slots'?: {
1405
- default?: false | (() => vue.VNodeChild) | undefined;
1406
- } | undefined;
1407
- } & {
1408
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1409
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1843
+ component: {
1844
+ new (...args: any[]): {
1845
+ $: vue.ComponentInternalInstance;
1846
+ $data: {};
1847
+ $props: Partial<{}> & Omit<{} & {
1848
+ target?: HTMLElement | undefined;
1849
+ } & {
1850
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1851
+ default?: (() => vue.VNodeChild) | undefined;
1852
+ };
1853
+ $slots?: {
1854
+ default?: (() => vue.VNodeChild) | undefined;
1855
+ } | undefined;
1856
+ 'v-slots'?: {
1857
+ default?: false | (() => vue.VNodeChild) | undefined;
1858
+ } | undefined;
1859
+ } & {
1860
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1861
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1862
+ $attrs: {
1863
+ [x: string]: unknown;
1864
+ };
1865
+ $refs: {
1866
+ [x: string]: unknown;
1867
+ };
1868
+ $slots: Readonly<{
1869
+ [name: string]: vue.Slot | undefined;
1870
+ }>;
1871
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1872
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1873
+ $emit: (event: string, ...args: any[]) => void;
1874
+ $el: any;
1875
+ $options: vue.ComponentOptionsBase<{} & {
1876
+ target?: HTMLElement | undefined;
1877
+ } & {
1878
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1879
+ default?: (() => vue.VNodeChild) | undefined;
1880
+ };
1881
+ $slots?: {
1882
+ default?: (() => vue.VNodeChild) | undefined;
1883
+ } | undefined;
1884
+ 'v-slots'?: {
1885
+ default?: false | (() => vue.VNodeChild) | undefined;
1886
+ } | undefined;
1887
+ } & {
1888
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1889
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1890
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1891
+ created?: ((() => void) | (() => void)[]) | undefined;
1892
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1893
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1894
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1895
+ updated?: ((() => void) | (() => void)[]) | undefined;
1896
+ activated?: ((() => void) | (() => void)[]) | undefined;
1897
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1898
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1899
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1900
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1901
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1902
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1903
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1904
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1905
+ };
1906
+ $forceUpdate: () => void;
1907
+ $nextTick: typeof nextTick;
1908
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1909
+ } & {} & {
1910
+ target?: HTMLElement | undefined;
1911
+ } & {
1912
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1913
+ default?: (() => vue.VNodeChild) | undefined;
1914
+ };
1915
+ $slots?: {
1916
+ default?: (() => vue.VNodeChild) | undefined;
1917
+ } | undefined;
1918
+ 'v-slots'?: {
1919
+ default?: false | (() => vue.VNodeChild) | undefined;
1920
+ } | undefined;
1921
+ } & {
1922
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1923
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1924
+ __isFragment?: undefined;
1925
+ __isTeleport?: undefined;
1926
+ __isSuspense?: undefined;
1927
+ } & vue.ComponentOptionsBase<{} & {
1410
1928
  target?: HTMLElement | undefined;
1411
1929
  } & {
1412
1930
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1420,7 +1938,11 @@ declare const VAutocomplete: {
1420
1938
  } | undefined;
1421
1939
  } & {
1422
1940
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1423
- }, {}>;
1941
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1942
+ target: vue.PropType<HTMLElement>;
1943
+ }, vue.ExtractPropTypes<{
1944
+ target: vue.PropType<HTMLElement>;
1945
+ }>>;
1424
1946
  };
1425
1947
  zIndex: string | number;
1426
1948
  eager: boolean;
@@ -1448,21 +1970,91 @@ declare const VAutocomplete: {
1448
1970
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1449
1971
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1450
1972
  })> | {
1451
- component: vue.DefineComponent<{} & {
1452
- target?: HTMLElement | undefined;
1453
- } & {
1454
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1455
- default?: (() => vue.VNodeChild) | undefined;
1456
- };
1457
- $slots?: {
1458
- default?: (() => vue.VNodeChild) | undefined;
1459
- } | undefined;
1460
- 'v-slots'?: {
1461
- default?: false | (() => vue.VNodeChild) | undefined;
1462
- } | undefined;
1463
- } & {
1464
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1465
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1973
+ component: {
1974
+ new (...args: any[]): {
1975
+ $: vue.ComponentInternalInstance;
1976
+ $data: {};
1977
+ $props: Partial<{}> & Omit<{} & {
1978
+ target?: HTMLElement | undefined;
1979
+ } & {
1980
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1981
+ default?: (() => vue.VNodeChild) | undefined;
1982
+ };
1983
+ $slots?: {
1984
+ default?: (() => vue.VNodeChild) | undefined;
1985
+ } | undefined;
1986
+ 'v-slots'?: {
1987
+ default?: false | (() => vue.VNodeChild) | undefined;
1988
+ } | undefined;
1989
+ } & {
1990
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1991
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1992
+ $attrs: {
1993
+ [x: string]: unknown;
1994
+ };
1995
+ $refs: {
1996
+ [x: string]: unknown;
1997
+ };
1998
+ $slots: Readonly<{
1999
+ [name: string]: vue.Slot | undefined;
2000
+ }>;
2001
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2002
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2003
+ $emit: (event: string, ...args: any[]) => void;
2004
+ $el: any;
2005
+ $options: vue.ComponentOptionsBase<{} & {
2006
+ target?: HTMLElement | undefined;
2007
+ } & {
2008
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2009
+ default?: (() => vue.VNodeChild) | undefined;
2010
+ };
2011
+ $slots?: {
2012
+ default?: (() => vue.VNodeChild) | undefined;
2013
+ } | undefined;
2014
+ 'v-slots'?: {
2015
+ default?: false | (() => vue.VNodeChild) | undefined;
2016
+ } | undefined;
2017
+ } & {
2018
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2019
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2020
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2021
+ created?: ((() => void) | (() => void)[]) | undefined;
2022
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2023
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2024
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2025
+ updated?: ((() => void) | (() => void)[]) | undefined;
2026
+ activated?: ((() => void) | (() => void)[]) | undefined;
2027
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2028
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2029
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2030
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2031
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2032
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2033
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2034
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2035
+ };
2036
+ $forceUpdate: () => void;
2037
+ $nextTick: typeof nextTick;
2038
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2039
+ } & {} & {
2040
+ target?: HTMLElement | undefined;
2041
+ } & {
2042
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2043
+ default?: (() => vue.VNodeChild) | undefined;
2044
+ };
2045
+ $slots?: {
2046
+ default?: (() => vue.VNodeChild) | undefined;
2047
+ } | undefined;
2048
+ 'v-slots'?: {
2049
+ default?: false | (() => vue.VNodeChild) | undefined;
2050
+ } | undefined;
2051
+ } & {
2052
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2053
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2054
+ __isFragment?: undefined;
2055
+ __isTeleport?: undefined;
2056
+ __isSuspense?: undefined;
2057
+ } & vue.ComponentOptionsBase<{} & {
1466
2058
  target?: HTMLElement | undefined;
1467
2059
  } & {
1468
2060
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1476,7 +2068,11 @@ declare const VAutocomplete: {
1476
2068
  } | undefined;
1477
2069
  } & {
1478
2070
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1479
- }, {}>;
2071
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2072
+ target: vue.PropType<HTMLElement>;
2073
+ }, vue.ExtractPropTypes<{
2074
+ target: vue.PropType<HTMLElement>;
2075
+ }>>;
1480
2076
  };
1481
2077
  zIndex: string | number;
1482
2078
  eager: boolean;
@@ -1749,7 +2345,937 @@ declare const VAutocomplete: {
1749
2345
  "v-slot:append-item"?: false | (() => vue.VNodeChild) | undefined;
1750
2346
  "v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
1751
2347
  };
1752
- });
2348
+ }) & FilterPropsOptions<{
2349
+ transition: Omit<{
2350
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2351
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2352
+ })>;
2353
+ default: string;
2354
+ validator: (val: unknown) => boolean;
2355
+ }, "type" | "default"> & {
2356
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2357
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2358
+ })>>;
2359
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2360
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2361
+ })>;
2362
+ };
2363
+ reverse: BooleanConstructor;
2364
+ type: {
2365
+ type: StringConstructor;
2366
+ default: string;
2367
+ };
2368
+ error: BooleanConstructor;
2369
+ id: StringConstructor;
2370
+ active: BooleanConstructor;
2371
+ name: StringConstructor;
2372
+ color: StringConstructor;
2373
+ direction: {
2374
+ type: vue.PropType<"horizontal" | "vertical">;
2375
+ default: string;
2376
+ validator: (v: any) => boolean;
2377
+ };
2378
+ loading: (StringConstructor | BooleanConstructor)[];
2379
+ label: StringConstructor;
2380
+ prefix: StringConstructor;
2381
+ autofocus: BooleanConstructor;
2382
+ disabled: BooleanConstructor;
2383
+ readonly: BooleanConstructor;
2384
+ placeholder: StringConstructor;
2385
+ theme: StringConstructor;
2386
+ counter: vue.PropType<string | number | true>;
2387
+ messages: {
2388
+ type: vue.PropType<string | string[]>;
2389
+ default: () => never[];
2390
+ };
2391
+ density: {
2392
+ type: vue.PropType<Density>;
2393
+ default: string;
2394
+ validator: (v: any) => boolean;
2395
+ };
2396
+ variant: {
2397
+ type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2398
+ default: string;
2399
+ validator: (v: any) => boolean;
2400
+ };
2401
+ modelValue: {
2402
+ type: vue.PropType<any>;
2403
+ default: any;
2404
+ };
2405
+ bgColor: StringConstructor;
2406
+ prependIcon: vue.PropType<IconValue>;
2407
+ appendIcon: vue.PropType<IconValue>;
2408
+ clearIcon: {
2409
+ type: vue.PropType<IconValue>;
2410
+ default: string;
2411
+ };
2412
+ prependInnerIcon: vue.PropType<IconValue>;
2413
+ 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
2414
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
2415
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
2416
+ 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
2417
+ 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
2418
+ focused: BooleanConstructor;
2419
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
2420
+ errorMessages: {
2421
+ type: vue.PropType<string | string[]>;
2422
+ default: () => never[];
2423
+ };
2424
+ maxErrors: {
2425
+ type: (StringConstructor | NumberConstructor)[];
2426
+ default: number;
2427
+ };
2428
+ rules: {
2429
+ type: vue.PropType<ValidationRule[]>;
2430
+ default: () => never[];
2431
+ };
2432
+ hideDetails: vue.PropType<boolean | "auto">;
2433
+ clearable: BooleanConstructor;
2434
+ persistentClear: BooleanConstructor;
2435
+ singleLine: BooleanConstructor;
2436
+ hint: StringConstructor;
2437
+ persistentHint: BooleanConstructor;
2438
+ persistentPlaceholder: BooleanConstructor;
2439
+ persistentCounter: BooleanConstructor;
2440
+ suffix: StringConstructor;
2441
+ counterValue: vue.PropType<(value: any) => number>;
2442
+ items: {
2443
+ type: vue.PropType<any[]>;
2444
+ default: () => never[];
2445
+ };
2446
+ itemTitle: {
2447
+ type: vue.PropType<SelectItemKey>;
2448
+ default: string;
2449
+ };
2450
+ itemValue: {
2451
+ type: vue.PropType<SelectItemKey>;
2452
+ default: string;
2453
+ };
2454
+ itemChildren: Omit<{
2455
+ type: vue.PropType<SelectItemKey>;
2456
+ default: string;
2457
+ }, "type" | "default"> & {
2458
+ type: vue.PropType<NonNullable<SelectItemKey>>;
2459
+ default: NonNullable<SelectItemKey>;
2460
+ };
2461
+ itemProps: {
2462
+ type: vue.PropType<SelectItemKey>;
2463
+ default: string;
2464
+ };
2465
+ returnObject: BooleanConstructor;
2466
+ chips: BooleanConstructor;
2467
+ closableChips: BooleanConstructor;
2468
+ eager: BooleanConstructor;
2469
+ hideNoData: BooleanConstructor;
2470
+ hideSelected: BooleanConstructor;
2471
+ menu: BooleanConstructor;
2472
+ menuIcon: {
2473
+ type: vue.PropType<IconValue>;
2474
+ default: string;
2475
+ };
2476
+ menuProps: {
2477
+ type: vue.PropType<Partial<{
2478
+ location: Anchor;
2479
+ origin: "auto" | Anchor | "overlap";
2480
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2481
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2482
+ })> | {
2483
+ component: {
2484
+ new (...args: any[]): {
2485
+ $: vue.ComponentInternalInstance;
2486
+ $data: {};
2487
+ $props: Partial<{}> & Omit<{} & {
2488
+ target?: HTMLElement | undefined;
2489
+ } & {
2490
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2491
+ default?: (() => vue.VNodeChild) | undefined;
2492
+ };
2493
+ $slots?: {
2494
+ default?: (() => vue.VNodeChild) | undefined;
2495
+ } | undefined;
2496
+ 'v-slots'?: {
2497
+ default?: false | (() => vue.VNodeChild) | undefined;
2498
+ } | undefined;
2499
+ } & {
2500
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2501
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2502
+ $attrs: {
2503
+ [x: string]: unknown;
2504
+ };
2505
+ $refs: {
2506
+ [x: string]: unknown;
2507
+ };
2508
+ $slots: Readonly<{
2509
+ [name: string]: vue.Slot | undefined;
2510
+ }>;
2511
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2512
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2513
+ $emit: (event: string, ...args: any[]) => void;
2514
+ $el: any;
2515
+ $options: vue.ComponentOptionsBase<{} & {
2516
+ target?: HTMLElement | undefined;
2517
+ } & {
2518
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2519
+ default?: (() => vue.VNodeChild) | undefined;
2520
+ };
2521
+ $slots?: {
2522
+ default?: (() => vue.VNodeChild) | undefined;
2523
+ } | undefined;
2524
+ 'v-slots'?: {
2525
+ default?: false | (() => vue.VNodeChild) | undefined;
2526
+ } | undefined;
2527
+ } & {
2528
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2529
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2530
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2531
+ created?: ((() => void) | (() => void)[]) | undefined;
2532
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2533
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2534
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2535
+ updated?: ((() => void) | (() => void)[]) | undefined;
2536
+ activated?: ((() => void) | (() => void)[]) | undefined;
2537
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2538
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2539
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2540
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2541
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2542
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2543
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2544
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2545
+ };
2546
+ $forceUpdate: () => void;
2547
+ $nextTick: typeof nextTick;
2548
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2549
+ } & {} & {
2550
+ target?: HTMLElement | undefined;
2551
+ } & {
2552
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2553
+ default?: (() => vue.VNodeChild) | undefined;
2554
+ };
2555
+ $slots?: {
2556
+ default?: (() => vue.VNodeChild) | undefined;
2557
+ } | undefined;
2558
+ 'v-slots'?: {
2559
+ default?: false | (() => vue.VNodeChild) | undefined;
2560
+ } | undefined;
2561
+ } & {
2562
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2563
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2564
+ __isFragment?: undefined;
2565
+ __isTeleport?: undefined;
2566
+ __isSuspense?: undefined;
2567
+ } & vue.ComponentOptionsBase<{} & {
2568
+ target?: HTMLElement | undefined;
2569
+ } & {
2570
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2571
+ default?: (() => vue.VNodeChild) | undefined;
2572
+ };
2573
+ $slots?: {
2574
+ default?: (() => vue.VNodeChild) | undefined;
2575
+ } | undefined;
2576
+ 'v-slots'?: {
2577
+ default?: false | (() => vue.VNodeChild) | undefined;
2578
+ } | undefined;
2579
+ } & {
2580
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2581
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2582
+ target: vue.PropType<HTMLElement>;
2583
+ }, vue.ExtractPropTypes<{
2584
+ target: vue.PropType<HTMLElement>;
2585
+ }>>;
2586
+ };
2587
+ zIndex: string | number;
2588
+ eager: boolean;
2589
+ disabled: boolean;
2590
+ modelValue: boolean;
2591
+ closeDelay: NonNullable<string | number>;
2592
+ openDelay: NonNullable<string | number>;
2593
+ activatorProps: Record<string, any>;
2594
+ openOnClick: boolean;
2595
+ openOnHover: boolean;
2596
+ openOnFocus: boolean;
2597
+ closeOnContentClick: boolean;
2598
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2599
+ updateLocation: (e: Event) => void;
2600
+ } | undefined)>;
2601
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2602
+ closeOnBack: boolean;
2603
+ contained: boolean;
2604
+ noClickAnimation: boolean;
2605
+ persistent: boolean;
2606
+ scrim: NonNullable<string | boolean>;
2607
+ }> & Omit<{
2608
+ location: Anchor;
2609
+ origin: "auto" | Anchor | "overlap";
2610
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2611
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2612
+ })> | {
2613
+ component: {
2614
+ new (...args: any[]): {
2615
+ $: vue.ComponentInternalInstance;
2616
+ $data: {};
2617
+ $props: Partial<{}> & Omit<{} & {
2618
+ target?: HTMLElement | undefined;
2619
+ } & {
2620
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2621
+ default?: (() => vue.VNodeChild) | undefined;
2622
+ };
2623
+ $slots?: {
2624
+ default?: (() => vue.VNodeChild) | undefined;
2625
+ } | undefined;
2626
+ 'v-slots'?: {
2627
+ default?: false | (() => vue.VNodeChild) | undefined;
2628
+ } | undefined;
2629
+ } & {
2630
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2631
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2632
+ $attrs: {
2633
+ [x: string]: unknown;
2634
+ };
2635
+ $refs: {
2636
+ [x: string]: unknown;
2637
+ };
2638
+ $slots: Readonly<{
2639
+ [name: string]: vue.Slot | undefined;
2640
+ }>;
2641
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2642
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2643
+ $emit: (event: string, ...args: any[]) => void;
2644
+ $el: any;
2645
+ $options: vue.ComponentOptionsBase<{} & {
2646
+ target?: HTMLElement | undefined;
2647
+ } & {
2648
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2649
+ default?: (() => vue.VNodeChild) | undefined;
2650
+ };
2651
+ $slots?: {
2652
+ default?: (() => vue.VNodeChild) | undefined;
2653
+ } | undefined;
2654
+ 'v-slots'?: {
2655
+ default?: false | (() => vue.VNodeChild) | undefined;
2656
+ } | undefined;
2657
+ } & {
2658
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2659
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2660
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2661
+ created?: ((() => void) | (() => void)[]) | undefined;
2662
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2663
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2664
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2665
+ updated?: ((() => void) | (() => void)[]) | undefined;
2666
+ activated?: ((() => void) | (() => void)[]) | undefined;
2667
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2668
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2669
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2670
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2671
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2672
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2673
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2674
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2675
+ };
2676
+ $forceUpdate: () => void;
2677
+ $nextTick: typeof nextTick;
2678
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2679
+ } & {} & {
2680
+ target?: HTMLElement | undefined;
2681
+ } & {
2682
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2683
+ default?: (() => vue.VNodeChild) | undefined;
2684
+ };
2685
+ $slots?: {
2686
+ default?: (() => vue.VNodeChild) | undefined;
2687
+ } | undefined;
2688
+ 'v-slots'?: {
2689
+ default?: false | (() => vue.VNodeChild) | undefined;
2690
+ } | undefined;
2691
+ } & {
2692
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2693
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2694
+ __isFragment?: undefined;
2695
+ __isTeleport?: undefined;
2696
+ __isSuspense?: undefined;
2697
+ } & vue.ComponentOptionsBase<{} & {
2698
+ target?: HTMLElement | undefined;
2699
+ } & {
2700
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2701
+ default?: (() => vue.VNodeChild) | undefined;
2702
+ };
2703
+ $slots?: {
2704
+ default?: (() => vue.VNodeChild) | undefined;
2705
+ } | undefined;
2706
+ 'v-slots'?: {
2707
+ default?: false | (() => vue.VNodeChild) | undefined;
2708
+ } | undefined;
2709
+ } & {
2710
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2711
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2712
+ target: vue.PropType<HTMLElement>;
2713
+ }, vue.ExtractPropTypes<{
2714
+ target: vue.PropType<HTMLElement>;
2715
+ }>>;
2716
+ };
2717
+ zIndex: string | number;
2718
+ eager: boolean;
2719
+ disabled: boolean;
2720
+ modelValue: boolean;
2721
+ closeDelay: NonNullable<string | number>;
2722
+ openDelay: NonNullable<string | number>;
2723
+ activatorProps: Record<string, any>;
2724
+ openOnHover: boolean;
2725
+ closeOnContentClick: boolean;
2726
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2727
+ updateLocation: (e: Event) => void;
2728
+ } | undefined)>;
2729
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2730
+ closeOnBack: boolean;
2731
+ contained: boolean;
2732
+ noClickAnimation: boolean;
2733
+ persistent: boolean;
2734
+ scrim: NonNullable<string | boolean>;
2735
+ } & {
2736
+ offset?: string | number | number[] | undefined;
2737
+ id?: string | undefined;
2738
+ height?: string | number | undefined;
2739
+ width?: string | number | undefined;
2740
+ maxHeight?: string | number | undefined;
2741
+ maxWidth?: string | number | undefined;
2742
+ minHeight?: string | number | undefined;
2743
+ minWidth?: string | number | undefined;
2744
+ theme?: string | undefined;
2745
+ contentClass?: any;
2746
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
2747
+ openOnClick?: boolean | undefined;
2748
+ openOnFocus?: boolean | undefined;
2749
+ contentProps?: any;
2750
+ attach?: string | boolean | Element | undefined;
2751
+ } & {
2752
+ $children?: {} | vue.VNodeChild | {
2753
+ default?: ((args_0: {
2754
+ isActive: vue.Ref<boolean>;
2755
+ }) => vue.VNodeChild) | undefined;
2756
+ activator?: ((args_0: {
2757
+ isActive: boolean;
2758
+ props: Record<string, any>;
2759
+ }) => vue.VNodeChild) | undefined;
2760
+ };
2761
+ $slots?: {
2762
+ default?: ((args_0: {
2763
+ isActive: vue.Ref<boolean>;
2764
+ }) => vue.VNodeChild) | undefined;
2765
+ activator?: ((args_0: {
2766
+ isActive: boolean;
2767
+ props: Record<string, any>;
2768
+ }) => vue.VNodeChild) | undefined;
2769
+ } | undefined;
2770
+ 'v-slots'?: {
2771
+ default?: false | ((args_0: {
2772
+ isActive: vue.Ref<boolean>;
2773
+ }) => vue.VNodeChild) | undefined;
2774
+ activator?: false | ((args_0: {
2775
+ isActive: boolean;
2776
+ props: Record<string, any>;
2777
+ }) => vue.VNodeChild) | undefined;
2778
+ } | undefined;
2779
+ } & {
2780
+ "v-slot:default"?: false | ((args_0: {
2781
+ isActive: vue.Ref<boolean>;
2782
+ }) => vue.VNodeChild) | undefined;
2783
+ "v-slot:activator"?: false | ((args_0: {
2784
+ isActive: boolean;
2785
+ props: Record<string, any>;
2786
+ }) => vue.VNodeChild) | undefined;
2787
+ } & {
2788
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2789
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
2790
+ };
2791
+ multiple: BooleanConstructor;
2792
+ noDataText: {
2793
+ type: StringConstructor;
2794
+ default: string;
2795
+ };
2796
+ openOnClear: BooleanConstructor;
2797
+ valueComparator: {
2798
+ type: vue.PropType<typeof deepEqual>;
2799
+ default: typeof deepEqual;
2800
+ };
2801
+ customFilter: vue.PropType<FilterFunction>;
2802
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
2803
+ filterKeys: {
2804
+ type: vue.PropType<NonNullable<FilterKeys>>;
2805
+ default: NonNullable<FilterKeys>;
2806
+ };
2807
+ filterMode: {
2808
+ type: vue.PropType<FilterMode>;
2809
+ default: string;
2810
+ };
2811
+ noFilter: BooleanConstructor;
2812
+ search: StringConstructor;
2813
+ }, vue.ExtractPropTypes<{
2814
+ transition: Omit<{
2815
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2816
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2817
+ })>;
2818
+ default: string;
2819
+ validator: (val: unknown) => boolean;
2820
+ }, "type" | "default"> & {
2821
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2822
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2823
+ })>>;
2824
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2825
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2826
+ })>;
2827
+ };
2828
+ reverse: BooleanConstructor;
2829
+ type: {
2830
+ type: StringConstructor;
2831
+ default: string;
2832
+ };
2833
+ error: BooleanConstructor;
2834
+ id: StringConstructor;
2835
+ active: BooleanConstructor;
2836
+ name: StringConstructor;
2837
+ color: StringConstructor;
2838
+ direction: {
2839
+ type: vue.PropType<"horizontal" | "vertical">;
2840
+ default: string;
2841
+ validator: (v: any) => boolean;
2842
+ };
2843
+ loading: (StringConstructor | BooleanConstructor)[];
2844
+ label: StringConstructor;
2845
+ prefix: StringConstructor;
2846
+ autofocus: BooleanConstructor;
2847
+ disabled: BooleanConstructor;
2848
+ readonly: BooleanConstructor;
2849
+ placeholder: StringConstructor;
2850
+ theme: StringConstructor;
2851
+ counter: vue.PropType<string | number | true>;
2852
+ messages: {
2853
+ type: vue.PropType<string | string[]>;
2854
+ default: () => never[];
2855
+ };
2856
+ density: {
2857
+ type: vue.PropType<Density>;
2858
+ default: string;
2859
+ validator: (v: any) => boolean;
2860
+ };
2861
+ variant: {
2862
+ type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2863
+ default: string;
2864
+ validator: (v: any) => boolean;
2865
+ };
2866
+ modelValue: {
2867
+ type: vue.PropType<any>;
2868
+ default: any;
2869
+ };
2870
+ bgColor: StringConstructor;
2871
+ prependIcon: vue.PropType<IconValue>;
2872
+ appendIcon: vue.PropType<IconValue>;
2873
+ clearIcon: {
2874
+ type: vue.PropType<IconValue>;
2875
+ default: string;
2876
+ };
2877
+ prependInnerIcon: vue.PropType<IconValue>;
2878
+ 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
2879
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
2880
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
2881
+ 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
2882
+ 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
2883
+ focused: BooleanConstructor;
2884
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
2885
+ errorMessages: {
2886
+ type: vue.PropType<string | string[]>;
2887
+ default: () => never[];
2888
+ };
2889
+ maxErrors: {
2890
+ type: (StringConstructor | NumberConstructor)[];
2891
+ default: number;
2892
+ };
2893
+ rules: {
2894
+ type: vue.PropType<ValidationRule[]>;
2895
+ default: () => never[];
2896
+ };
2897
+ hideDetails: vue.PropType<boolean | "auto">;
2898
+ clearable: BooleanConstructor;
2899
+ persistentClear: BooleanConstructor;
2900
+ singleLine: BooleanConstructor;
2901
+ hint: StringConstructor;
2902
+ persistentHint: BooleanConstructor;
2903
+ persistentPlaceholder: BooleanConstructor;
2904
+ persistentCounter: BooleanConstructor;
2905
+ suffix: StringConstructor;
2906
+ counterValue: vue.PropType<(value: any) => number>;
2907
+ items: {
2908
+ type: vue.PropType<any[]>;
2909
+ default: () => never[];
2910
+ };
2911
+ itemTitle: {
2912
+ type: vue.PropType<SelectItemKey>;
2913
+ default: string;
2914
+ };
2915
+ itemValue: {
2916
+ type: vue.PropType<SelectItemKey>;
2917
+ default: string;
2918
+ };
2919
+ itemChildren: Omit<{
2920
+ type: vue.PropType<SelectItemKey>;
2921
+ default: string;
2922
+ }, "type" | "default"> & {
2923
+ type: vue.PropType<NonNullable<SelectItemKey>>;
2924
+ default: NonNullable<SelectItemKey>;
2925
+ };
2926
+ itemProps: {
2927
+ type: vue.PropType<SelectItemKey>;
2928
+ default: string;
2929
+ };
2930
+ returnObject: BooleanConstructor;
2931
+ chips: BooleanConstructor;
2932
+ closableChips: BooleanConstructor;
2933
+ eager: BooleanConstructor;
2934
+ hideNoData: BooleanConstructor;
2935
+ hideSelected: BooleanConstructor;
2936
+ menu: BooleanConstructor;
2937
+ menuIcon: {
2938
+ type: vue.PropType<IconValue>;
2939
+ default: string;
2940
+ };
2941
+ menuProps: {
2942
+ type: vue.PropType<Partial<{
2943
+ location: Anchor;
2944
+ origin: "auto" | Anchor | "overlap";
2945
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2946
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2947
+ })> | {
2948
+ component: {
2949
+ new (...args: any[]): {
2950
+ $: vue.ComponentInternalInstance;
2951
+ $data: {};
2952
+ $props: Partial<{}> & Omit<{} & {
2953
+ target?: HTMLElement | undefined;
2954
+ } & {
2955
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2956
+ default?: (() => vue.VNodeChild) | undefined;
2957
+ };
2958
+ $slots?: {
2959
+ default?: (() => vue.VNodeChild) | undefined;
2960
+ } | undefined;
2961
+ 'v-slots'?: {
2962
+ default?: false | (() => vue.VNodeChild) | undefined;
2963
+ } | undefined;
2964
+ } & {
2965
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2966
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2967
+ $attrs: {
2968
+ [x: string]: unknown;
2969
+ };
2970
+ $refs: {
2971
+ [x: string]: unknown;
2972
+ };
2973
+ $slots: Readonly<{
2974
+ [name: string]: vue.Slot | undefined;
2975
+ }>;
2976
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2977
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2978
+ $emit: (event: string, ...args: any[]) => void;
2979
+ $el: any;
2980
+ $options: vue.ComponentOptionsBase<{} & {
2981
+ target?: HTMLElement | undefined;
2982
+ } & {
2983
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2984
+ default?: (() => vue.VNodeChild) | undefined;
2985
+ };
2986
+ $slots?: {
2987
+ default?: (() => vue.VNodeChild) | undefined;
2988
+ } | undefined;
2989
+ 'v-slots'?: {
2990
+ default?: false | (() => vue.VNodeChild) | undefined;
2991
+ } | undefined;
2992
+ } & {
2993
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2994
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2995
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2996
+ created?: ((() => void) | (() => void)[]) | undefined;
2997
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2998
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2999
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
3000
+ updated?: ((() => void) | (() => void)[]) | undefined;
3001
+ activated?: ((() => void) | (() => void)[]) | undefined;
3002
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
3003
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
3004
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
3005
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
3006
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
3007
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3008
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3009
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3010
+ };
3011
+ $forceUpdate: () => void;
3012
+ $nextTick: typeof nextTick;
3013
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
3014
+ } & {} & {
3015
+ target?: HTMLElement | undefined;
3016
+ } & {
3017
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3018
+ default?: (() => vue.VNodeChild) | undefined;
3019
+ };
3020
+ $slots?: {
3021
+ default?: (() => vue.VNodeChild) | undefined;
3022
+ } | undefined;
3023
+ 'v-slots'?: {
3024
+ default?: false | (() => vue.VNodeChild) | undefined;
3025
+ } | undefined;
3026
+ } & {
3027
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3028
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
3029
+ __isFragment?: undefined;
3030
+ __isTeleport?: undefined;
3031
+ __isSuspense?: undefined;
3032
+ } & vue.ComponentOptionsBase<{} & {
3033
+ target?: HTMLElement | undefined;
3034
+ } & {
3035
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3036
+ default?: (() => vue.VNodeChild) | undefined;
3037
+ };
3038
+ $slots?: {
3039
+ default?: (() => vue.VNodeChild) | undefined;
3040
+ } | undefined;
3041
+ 'v-slots'?: {
3042
+ default?: false | (() => vue.VNodeChild) | undefined;
3043
+ } | undefined;
3044
+ } & {
3045
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3046
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
3047
+ target: vue.PropType<HTMLElement>;
3048
+ }, vue.ExtractPropTypes<{
3049
+ target: vue.PropType<HTMLElement>;
3050
+ }>>;
3051
+ };
3052
+ zIndex: string | number;
3053
+ eager: boolean;
3054
+ disabled: boolean;
3055
+ modelValue: boolean;
3056
+ closeDelay: NonNullable<string | number>;
3057
+ openDelay: NonNullable<string | number>;
3058
+ activatorProps: Record<string, any>;
3059
+ openOnClick: boolean;
3060
+ openOnHover: boolean;
3061
+ openOnFocus: boolean;
3062
+ closeOnContentClick: boolean;
3063
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3064
+ updateLocation: (e: Event) => void;
3065
+ } | undefined)>;
3066
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3067
+ closeOnBack: boolean;
3068
+ contained: boolean;
3069
+ noClickAnimation: boolean;
3070
+ persistent: boolean;
3071
+ scrim: NonNullable<string | boolean>;
3072
+ }> & Omit<{
3073
+ location: Anchor;
3074
+ origin: "auto" | Anchor | "overlap";
3075
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
3076
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
3077
+ })> | {
3078
+ component: {
3079
+ new (...args: any[]): {
3080
+ $: vue.ComponentInternalInstance;
3081
+ $data: {};
3082
+ $props: Partial<{}> & Omit<{} & {
3083
+ target?: HTMLElement | undefined;
3084
+ } & {
3085
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3086
+ default?: (() => vue.VNodeChild) | undefined;
3087
+ };
3088
+ $slots?: {
3089
+ default?: (() => vue.VNodeChild) | undefined;
3090
+ } | undefined;
3091
+ 'v-slots'?: {
3092
+ default?: false | (() => vue.VNodeChild) | undefined;
3093
+ } | undefined;
3094
+ } & {
3095
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3096
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
3097
+ $attrs: {
3098
+ [x: string]: unknown;
3099
+ };
3100
+ $refs: {
3101
+ [x: string]: unknown;
3102
+ };
3103
+ $slots: Readonly<{
3104
+ [name: string]: vue.Slot | undefined;
3105
+ }>;
3106
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3107
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3108
+ $emit: (event: string, ...args: any[]) => void;
3109
+ $el: any;
3110
+ $options: vue.ComponentOptionsBase<{} & {
3111
+ target?: HTMLElement | undefined;
3112
+ } & {
3113
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3114
+ default?: (() => vue.VNodeChild) | undefined;
3115
+ };
3116
+ $slots?: {
3117
+ default?: (() => vue.VNodeChild) | undefined;
3118
+ } | undefined;
3119
+ 'v-slots'?: {
3120
+ default?: false | (() => vue.VNodeChild) | undefined;
3121
+ } | undefined;
3122
+ } & {
3123
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3124
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
3125
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3126
+ created?: ((() => void) | (() => void)[]) | undefined;
3127
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
3128
+ mounted?: ((() => void) | (() => void)[]) | undefined;
3129
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
3130
+ updated?: ((() => void) | (() => void)[]) | undefined;
3131
+ activated?: ((() => void) | (() => void)[]) | undefined;
3132
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
3133
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
3134
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
3135
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
3136
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
3137
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3138
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3139
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3140
+ };
3141
+ $forceUpdate: () => void;
3142
+ $nextTick: typeof nextTick;
3143
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
3144
+ } & {} & {
3145
+ target?: HTMLElement | undefined;
3146
+ } & {
3147
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3148
+ default?: (() => vue.VNodeChild) | undefined;
3149
+ };
3150
+ $slots?: {
3151
+ default?: (() => vue.VNodeChild) | undefined;
3152
+ } | undefined;
3153
+ 'v-slots'?: {
3154
+ default?: false | (() => vue.VNodeChild) | undefined;
3155
+ } | undefined;
3156
+ } & {
3157
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3158
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
3159
+ __isFragment?: undefined;
3160
+ __isTeleport?: undefined;
3161
+ __isSuspense?: undefined;
3162
+ } & vue.ComponentOptionsBase<{} & {
3163
+ target?: HTMLElement | undefined;
3164
+ } & {
3165
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3166
+ default?: (() => vue.VNodeChild) | undefined;
3167
+ };
3168
+ $slots?: {
3169
+ default?: (() => vue.VNodeChild) | undefined;
3170
+ } | undefined;
3171
+ 'v-slots'?: {
3172
+ default?: false | (() => vue.VNodeChild) | undefined;
3173
+ } | undefined;
3174
+ } & {
3175
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3176
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
3177
+ target: vue.PropType<HTMLElement>;
3178
+ }, vue.ExtractPropTypes<{
3179
+ target: vue.PropType<HTMLElement>;
3180
+ }>>;
3181
+ };
3182
+ zIndex: string | number;
3183
+ eager: boolean;
3184
+ disabled: boolean;
3185
+ modelValue: boolean;
3186
+ closeDelay: NonNullable<string | number>;
3187
+ openDelay: NonNullable<string | number>;
3188
+ activatorProps: Record<string, any>;
3189
+ openOnHover: boolean;
3190
+ closeOnContentClick: boolean;
3191
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3192
+ updateLocation: (e: Event) => void;
3193
+ } | undefined)>;
3194
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3195
+ closeOnBack: boolean;
3196
+ contained: boolean;
3197
+ noClickAnimation: boolean;
3198
+ persistent: boolean;
3199
+ scrim: NonNullable<string | boolean>;
3200
+ } & {
3201
+ offset?: string | number | number[] | undefined;
3202
+ id?: string | undefined;
3203
+ height?: string | number | undefined;
3204
+ width?: string | number | undefined;
3205
+ maxHeight?: string | number | undefined;
3206
+ maxWidth?: string | number | undefined;
3207
+ minHeight?: string | number | undefined;
3208
+ minWidth?: string | number | undefined;
3209
+ theme?: string | undefined;
3210
+ contentClass?: any;
3211
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
3212
+ openOnClick?: boolean | undefined;
3213
+ openOnFocus?: boolean | undefined;
3214
+ contentProps?: any;
3215
+ attach?: string | boolean | Element | undefined;
3216
+ } & {
3217
+ $children?: {} | vue.VNodeChild | {
3218
+ default?: ((args_0: {
3219
+ isActive: vue.Ref<boolean>;
3220
+ }) => vue.VNodeChild) | undefined;
3221
+ activator?: ((args_0: {
3222
+ isActive: boolean;
3223
+ props: Record<string, any>;
3224
+ }) => vue.VNodeChild) | undefined;
3225
+ };
3226
+ $slots?: {
3227
+ default?: ((args_0: {
3228
+ isActive: vue.Ref<boolean>;
3229
+ }) => vue.VNodeChild) | undefined;
3230
+ activator?: ((args_0: {
3231
+ isActive: boolean;
3232
+ props: Record<string, any>;
3233
+ }) => vue.VNodeChild) | undefined;
3234
+ } | undefined;
3235
+ 'v-slots'?: {
3236
+ default?: false | ((args_0: {
3237
+ isActive: vue.Ref<boolean>;
3238
+ }) => vue.VNodeChild) | undefined;
3239
+ activator?: false | ((args_0: {
3240
+ isActive: boolean;
3241
+ props: Record<string, any>;
3242
+ }) => vue.VNodeChild) | undefined;
3243
+ } | undefined;
3244
+ } & {
3245
+ "v-slot:default"?: false | ((args_0: {
3246
+ isActive: vue.Ref<boolean>;
3247
+ }) => vue.VNodeChild) | undefined;
3248
+ "v-slot:activator"?: false | ((args_0: {
3249
+ isActive: boolean;
3250
+ props: Record<string, any>;
3251
+ }) => vue.VNodeChild) | undefined;
3252
+ } & {
3253
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3254
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
3255
+ };
3256
+ multiple: BooleanConstructor;
3257
+ noDataText: {
3258
+ type: StringConstructor;
3259
+ default: string;
3260
+ };
3261
+ openOnClear: BooleanConstructor;
3262
+ valueComparator: {
3263
+ type: vue.PropType<typeof deepEqual>;
3264
+ default: typeof deepEqual;
3265
+ };
3266
+ customFilter: vue.PropType<FilterFunction>;
3267
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
3268
+ filterKeys: {
3269
+ type: vue.PropType<NonNullable<FilterKeys>>;
3270
+ default: NonNullable<FilterKeys>;
3271
+ };
3272
+ filterMode: {
3273
+ type: vue.PropType<FilterMode>;
3274
+ default: string;
3275
+ };
3276
+ noFilter: BooleanConstructor;
3277
+ search: StringConstructor;
3278
+ }>>;
1753
3279
  type VAutocomplete = InstanceType<typeof VAutocomplete>;
1754
3280
 
1755
3281
  export { VAutocomplete };