@vuetify/nightly 3.2.0-dev-20230309.0 → 3.2.0-dev-20230322.0

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 (256) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/json/attributes.json +210 -30
  3. package/dist/json/importMap.json +4 -4
  4. package/dist/json/tags.json +47 -2
  5. package/dist/json/web-types.json +529 -63
  6. package/dist/vuetify-labs.css +1186 -1146
  7. package/dist/vuetify-labs.d.ts +56928 -14280
  8. package/dist/vuetify-labs.esm.js +557 -363
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +557 -363
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +204 -179
  13. package/dist/vuetify.d.ts +55330 -15866
  14. package/dist/vuetify.esm.js +400 -306
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +400 -306
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +668 -667
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.ts +6 -9
  22. package/lib/blueprints/md1.d.ts +6 -9
  23. package/lib/blueprints/md2.d.ts +6 -9
  24. package/lib/blueprints/md3.d.ts +6 -9
  25. package/lib/blueprints/md3.mjs +6 -0
  26. package/lib/blueprints/md3.mjs.map +1 -1
  27. package/lib/components/VAlert/VAlert.mjs +29 -15
  28. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  29. package/lib/components/VAlert/index.d.ts +510 -82
  30. package/lib/components/VApp/VApp.css +1 -0
  31. package/lib/components/VApp/VApp.sass +1 -0
  32. package/lib/components/VApp/index.d.ts +158 -20
  33. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  34. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  35. package/lib/components/VAppBar/index.d.ts +616 -110
  36. package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -7
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  38. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  39. package/lib/components/VAvatar/index.d.ts +205 -29
  40. package/lib/components/VBadge/index.d.ts +284 -42
  41. package/lib/components/VBanner/VBanner.mjs +19 -12
  42. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  43. package/lib/components/VBanner/index.d.ts +478 -84
  44. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  45. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  46. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  47. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  48. package/lib/components/VBtn/VBtn.css +0 -5
  49. package/lib/components/VBtn/VBtn.mjs +65 -58
  50. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  51. package/lib/components/VBtn/VBtn.sass +0 -7
  52. package/lib/components/VBtn/_variables.scss +0 -2
  53. package/lib/components/VBtn/index.d.ts +452 -69
  54. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  55. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  56. package/lib/components/VBtnGroup/index.d.ts +185 -26
  57. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  58. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  59. package/lib/components/VBtnToggle/index.d.ts +245 -35
  60. package/lib/components/VCard/VCard.mjs +10 -6
  61. package/lib/components/VCard/VCard.mjs.map +1 -1
  62. package/lib/components/VCard/VCardItem.mjs +27 -23
  63. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  64. package/lib/components/VCard/index.d.ts +938 -172
  65. package/lib/components/VCarousel/index.d.ts +561 -123
  66. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  67. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  68. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  69. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  70. package/lib/components/VCheckbox/index.d.ts +831 -147
  71. package/lib/components/VChip/VChip.css +110 -90
  72. package/lib/components/VChip/VChip.mjs +70 -48
  73. package/lib/components/VChip/VChip.mjs.map +1 -1
  74. package/lib/components/VChip/_mixins.scss +27 -23
  75. package/lib/components/VChip/index.d.ts +474 -76
  76. package/lib/components/VChipGroup/index.d.ts +227 -32
  77. package/lib/components/VCode/index.d.ts +109 -16
  78. package/lib/components/VColorPicker/index.d.ts +284 -20
  79. package/lib/components/VCombobox/VCombobox.mjs +13 -7
  80. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  81. package/lib/components/VCombobox/index.d.ts +1668 -130
  82. package/lib/components/VCounter/index.d.ts +1894 -87
  83. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  84. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  85. package/lib/components/VDefaultsProvider/index.d.ts +133 -21
  86. package/lib/components/VDialog/VDialog.css +31 -24
  87. package/lib/components/VDialog/VDialog.mjs +2 -2
  88. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  89. package/lib/components/VDialog/VDialog.sass +19 -12
  90. package/lib/components/VDialog/index.d.ts +2362 -146
  91. package/lib/components/VDivider/index.d.ts +130 -23
  92. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  93. package/lib/components/VField/index.d.ts +163 -21
  94. package/lib/components/VFileInput/index.d.ts +1038 -104
  95. package/lib/components/VFooter/VFooter.css +2 -0
  96. package/lib/components/VFooter/VFooter.sass +2 -0
  97. package/lib/components/VFooter/_variables.scss +2 -0
  98. package/lib/components/VFooter/index.d.ts +203 -28
  99. package/lib/components/VForm/index.d.ts +204 -23
  100. package/lib/components/VGrid/VCol.mjs +6 -5
  101. package/lib/components/VGrid/VCol.mjs.map +1 -1
  102. package/lib/components/VGrid/VRow.mjs +4 -4
  103. package/lib/components/VGrid/VRow.mjs.map +1 -1
  104. package/lib/components/VGrid/index.d.ts +733 -76
  105. package/lib/components/VHover/index.d.ts +182 -35
  106. package/lib/components/VIcon/index.d.ts +494 -50
  107. package/lib/components/VImg/VImg.mjs +2 -2
  108. package/lib/components/VImg/VImg.mjs.map +1 -1
  109. package/lib/components/VImg/index.d.ts +275 -46
  110. package/lib/components/VInput/index.d.ts +315 -53
  111. package/lib/components/VItemGroup/index.d.ts +308 -52
  112. package/lib/components/VKbd/VKbd.css +1 -0
  113. package/lib/components/VKbd/VKbd.sass +1 -0
  114. package/lib/components/VKbd/_variables.scss +1 -0
  115. package/lib/components/VKbd/index.d.ts +109 -16
  116. package/lib/components/VLabel/index.d.ts +113 -20
  117. package/lib/components/VLayout/index.d.ts +296 -41
  118. package/lib/components/VLazy/VLazy.mjs +4 -1
  119. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  120. package/lib/components/VLazy/index.d.ts +219 -30
  121. package/lib/components/VList/VListChildren.mjs +2 -2
  122. package/lib/components/VList/VListChildren.mjs.map +1 -1
  123. package/lib/components/VList/VListGroup.mjs +1 -4
  124. package/lib/components/VList/VListGroup.mjs.map +1 -1
  125. package/lib/components/VList/VListItem.mjs +23 -19
  126. package/lib/components/VList/VListItem.mjs.map +1 -1
  127. package/lib/components/VList/index.d.ts +1461 -223
  128. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  129. package/lib/components/VMain/index.d.ts +118 -17
  130. package/lib/components/VMenu/VMenu.css +4 -4
  131. package/lib/components/VMenu/VMenu.mjs +2 -2
  132. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  133. package/lib/components/VMenu/VMenu.sass +1 -1
  134. package/lib/components/VMenu/index.d.ts +2368 -142
  135. package/lib/components/VMessages/index.d.ts +1921 -98
  136. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  137. package/lib/components/VOverlay/VOverlay.css +2 -2
  138. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  139. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  140. package/lib/components/VOverlay/VOverlay.sass +1 -1
  141. package/lib/components/VOverlay/_variables.scss +1 -1
  142. package/lib/components/VOverlay/index.d.ts +519 -85
  143. package/lib/components/VPagination/index.d.ts +502 -68
  144. package/lib/components/VParallax/VParallax.mjs +3 -3
  145. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  146. package/lib/components/VParallax/index.d.ts +141 -28
  147. package/lib/components/VProgressCircular/index.d.ts +186 -25
  148. package/lib/components/VProgressLinear/index.d.ts +319 -48
  149. package/lib/components/VRadio/index.d.ts +313 -57
  150. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  151. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  152. package/lib/components/VRadioGroup/index.d.ts +463 -83
  153. package/lib/components/VRangeSlider/index.d.ts +528 -80
  154. package/lib/components/VRating/VRating.mjs.map +1 -1
  155. package/lib/components/VRating/index.d.ts +305 -43
  156. package/lib/components/VResponsive/index.d.ts +142 -27
  157. package/lib/components/VSelect/VSelect.mjs +13 -7
  158. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  159. package/lib/components/VSelect/index.d.ts +3060 -328
  160. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  161. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  162. package/lib/components/VSelectionControl/index.d.ts +76 -4
  163. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  164. package/lib/components/VSheet/VSheet.mjs +1 -7
  165. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  166. package/lib/components/VSheet/index.d.ts +194 -31
  167. package/lib/components/VSlideGroup/index.d.ts +475 -83
  168. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  169. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  170. package/lib/components/VSlider/index.d.ts +521 -79
  171. package/lib/components/VSlider/slider.mjs +5 -6
  172. package/lib/components/VSlider/slider.mjs.map +1 -1
  173. package/lib/components/VSnackbar/VSnackbar.css +2 -7
  174. package/lib/components/VSnackbar/VSnackbar.mjs +4 -3
  175. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  176. package/lib/components/VSnackbar/VSnackbar.sass +3 -8
  177. package/lib/components/VSnackbar/index.d.ts +1219 -81
  178. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  179. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  180. package/lib/components/VSwitch/index.d.ts +498 -92
  181. package/lib/components/VSystemBar/index.d.ts +184 -27
  182. package/lib/components/VTable/index.d.ts +190 -35
  183. package/lib/components/VTabs/VTab.mjs +7 -23
  184. package/lib/components/VTabs/VTab.mjs.map +1 -1
  185. package/lib/components/VTabs/index.d.ts +623 -71
  186. package/lib/components/VTextField/VTextField.mjs +8 -5
  187. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  188. package/lib/components/VTextField/index.d.ts +1404 -106
  189. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  190. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  191. package/lib/components/VTextarea/index.d.ts +1014 -102
  192. package/lib/components/VThemeProvider/index.d.ts +124 -19
  193. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  194. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  195. package/lib/components/VTimeline/index.d.ts +441 -71
  196. package/lib/components/VToolbar/VToolbar.mjs +10 -9
  197. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  198. package/lib/components/VToolbar/index.d.ts +542 -93
  199. package/lib/components/VTooltip/VTooltip.css +3 -3
  200. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  201. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  202. package/lib/components/VTooltip/VTooltip.sass +1 -1
  203. package/lib/components/VTooltip/index.d.ts +1276 -82
  204. package/lib/components/VValidation/index.d.ts +201 -30
  205. package/lib/components/VWindow/index.d.ts +527 -95
  206. package/lib/components/index.d.ts +55255 -15788
  207. package/lib/components/transitions/index.d.ts +2097 -308
  208. package/lib/composables/defaults.mjs +2 -0
  209. package/lib/composables/defaults.mjs.map +1 -1
  210. package/lib/composables/display.mjs +2 -0
  211. package/lib/composables/display.mjs.map +1 -1
  212. package/lib/composables/form.mjs.map +1 -1
  213. package/lib/entry-bundler.mjs +1 -1
  214. package/lib/framework.mjs +1 -1
  215. package/lib/index.d.ts +7 -10
  216. package/lib/labs/VDataTable/VDataTable.css +15 -0
  217. package/lib/labs/VDataTable/VDataTable.mjs +41 -17
  218. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  219. package/lib/labs/VDataTable/VDataTable.sass +9 -0
  220. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  221. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  222. package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
  223. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  224. package/lib/labs/VDataTable/VDataTableRows.mjs +2 -1
  225. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  226. package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
  227. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  228. package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
  229. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  230. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  231. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  232. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  233. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  234. package/lib/labs/VDataTable/composables/options.mjs +0 -12
  235. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  236. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  237. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  238. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  239. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  240. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  241. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  242. package/lib/labs/VDataTable/index.d.ts +4179 -1017
  243. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  244. package/lib/labs/components.d.ts +4214 -1026
  245. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  246. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  247. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  248. package/lib/styles/main.css +4 -0
  249. package/lib/styles/settings/_utilities.scss +7 -0
  250. package/lib/util/animation.mjs +8 -1
  251. package/lib/util/animation.mjs.map +1 -1
  252. package/lib/util/defineComponent.mjs +15 -7
  253. package/lib/util/defineComponent.mjs.map +1 -1
  254. package/lib/util/helpers.mjs +4 -0
  255. package/lib/util/helpers.mjs.map +1 -1
  256. package/package.json +5 -10
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, EffectScope } from 'vue';
2
+ import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes } from 'vue';
3
3
 
4
4
  interface ScrollStrategyData {
5
5
  root: Ref<HTMLElement | undefined>;
@@ -46,6 +46,10 @@ type Tblock = typeof block[number];
46
46
  type Tinline = typeof inline[number];
47
47
  type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
48
48
 
49
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
50
+ 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>];
51
+ }
52
+
49
53
  interface LocationStrategyData {
50
54
  contentEl: Ref<HTMLElement | undefined>;
51
55
  activatorEl: Ref<HTMLElement | undefined>;
@@ -80,27 +84,1653 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
80
84
  } | undefined;
81
85
  };
82
86
 
83
- declare const VMenu: vue.DefineComponent<{
84
- location: Anchor;
85
- origin: "auto" | Anchor | "overlap";
86
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
87
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
88
- })> | {
89
- component: vue.DefineComponent<{} & {
90
- target?: HTMLElement | undefined;
87
+ declare const VMenu: {
88
+ new (...args: any[]): {
89
+ $: vue.ComponentInternalInstance;
90
+ $data: {};
91
+ $props: Partial<{
92
+ location: Anchor;
93
+ origin: "auto" | Anchor | "overlap";
94
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
95
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
96
+ })> | {
97
+ component: {
98
+ new (...args: any[]): {
99
+ $: vue.ComponentInternalInstance;
100
+ $data: {};
101
+ $props: Partial<{}> & Omit<{} & {
102
+ target?: HTMLElement | undefined;
103
+ } & {
104
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
105
+ default?: (() => vue.VNodeChild) | undefined;
106
+ };
107
+ $slots?: {
108
+ default?: (() => vue.VNodeChild) | undefined;
109
+ } | undefined;
110
+ 'v-slots'?: {
111
+ default?: false | (() => vue.VNodeChild) | undefined;
112
+ } | undefined;
113
+ } & {
114
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
115
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
116
+ $attrs: {
117
+ [x: string]: unknown;
118
+ };
119
+ $refs: {
120
+ [x: string]: unknown;
121
+ };
122
+ $slots: Readonly<{
123
+ [name: string]: vue.Slot | undefined;
124
+ }>;
125
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
126
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
127
+ $emit: (event: string, ...args: any[]) => void;
128
+ $el: any;
129
+ $options: vue.ComponentOptionsBase<{} & {
130
+ target?: HTMLElement | undefined;
131
+ } & {
132
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
133
+ default?: (() => vue.VNodeChild) | undefined;
134
+ };
135
+ $slots?: {
136
+ default?: (() => vue.VNodeChild) | undefined;
137
+ } | undefined;
138
+ 'v-slots'?: {
139
+ default?: false | (() => vue.VNodeChild) | undefined;
140
+ } | undefined;
141
+ } & {
142
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
143
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
144
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
145
+ created?: ((() => void) | (() => void)[]) | undefined;
146
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
147
+ mounted?: ((() => void) | (() => void)[]) | undefined;
148
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
149
+ updated?: ((() => void) | (() => void)[]) | undefined;
150
+ activated?: ((() => void) | (() => void)[]) | undefined;
151
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
152
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
153
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
154
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
155
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
156
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
157
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
158
+ 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;
159
+ };
160
+ $forceUpdate: () => void;
161
+ $nextTick: typeof vue.nextTick;
162
+ $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;
163
+ } & {} & {
164
+ target?: HTMLElement | undefined;
165
+ } & {
166
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
167
+ default?: (() => vue.VNodeChild) | undefined;
168
+ };
169
+ $slots?: {
170
+ default?: (() => vue.VNodeChild) | undefined;
171
+ } | undefined;
172
+ 'v-slots'?: {
173
+ default?: false | (() => vue.VNodeChild) | undefined;
174
+ } | undefined;
175
+ } & {
176
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
177
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
178
+ __isFragment?: undefined;
179
+ __isTeleport?: undefined;
180
+ __isSuspense?: undefined;
181
+ } & vue.ComponentOptionsBase<{} & {
182
+ target?: HTMLElement | undefined;
183
+ } & {
184
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
185
+ default?: (() => vue.VNodeChild) | undefined;
186
+ };
187
+ $slots?: {
188
+ default?: (() => vue.VNodeChild) | undefined;
189
+ } | undefined;
190
+ 'v-slots'?: {
191
+ default?: false | (() => vue.VNodeChild) | undefined;
192
+ } | undefined;
193
+ } & {
194
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
195
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
196
+ target: vue.PropType<HTMLElement>;
197
+ }, vue.ExtractPropTypes<{
198
+ target: vue.PropType<HTMLElement>;
199
+ }>>;
200
+ };
201
+ zIndex: string | number;
202
+ eager: boolean;
203
+ disabled: boolean;
204
+ modelValue: boolean;
205
+ closeDelay: NonNullable<string | number>;
206
+ openDelay: NonNullable<string | number>;
207
+ activatorProps: Record<string, any>;
208
+ openOnClick: boolean;
209
+ openOnHover: boolean;
210
+ openOnFocus: boolean;
211
+ closeOnContentClick: boolean;
212
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
213
+ updateLocation: (e: Event) => void;
214
+ } | undefined)>;
215
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
216
+ closeOnBack: boolean;
217
+ contained: boolean;
218
+ noClickAnimation: boolean;
219
+ persistent: boolean;
220
+ scrim: NonNullable<string | boolean>;
221
+ }> & Omit<{
222
+ location: Anchor;
223
+ origin: "auto" | Anchor | "overlap";
224
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
225
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
226
+ })> | {
227
+ component: {
228
+ new (...args: any[]): {
229
+ $: vue.ComponentInternalInstance;
230
+ $data: {};
231
+ $props: Partial<{}> & Omit<{} & {
232
+ target?: HTMLElement | undefined;
233
+ } & {
234
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
235
+ default?: (() => vue.VNodeChild) | undefined;
236
+ };
237
+ $slots?: {
238
+ default?: (() => vue.VNodeChild) | undefined;
239
+ } | undefined;
240
+ 'v-slots'?: {
241
+ default?: false | (() => vue.VNodeChild) | undefined;
242
+ } | undefined;
243
+ } & {
244
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
245
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
246
+ $attrs: {
247
+ [x: string]: unknown;
248
+ };
249
+ $refs: {
250
+ [x: string]: unknown;
251
+ };
252
+ $slots: Readonly<{
253
+ [name: string]: vue.Slot | undefined;
254
+ }>;
255
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
256
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
257
+ $emit: (event: string, ...args: any[]) => void;
258
+ $el: any;
259
+ $options: vue.ComponentOptionsBase<{} & {
260
+ target?: HTMLElement | undefined;
261
+ } & {
262
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
263
+ default?: (() => vue.VNodeChild) | undefined;
264
+ };
265
+ $slots?: {
266
+ default?: (() => vue.VNodeChild) | undefined;
267
+ } | undefined;
268
+ 'v-slots'?: {
269
+ default?: false | (() => vue.VNodeChild) | undefined;
270
+ } | undefined;
271
+ } & {
272
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
273
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
274
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
275
+ created?: ((() => void) | (() => void)[]) | undefined;
276
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
277
+ mounted?: ((() => void) | (() => void)[]) | undefined;
278
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
279
+ updated?: ((() => void) | (() => void)[]) | undefined;
280
+ activated?: ((() => void) | (() => void)[]) | undefined;
281
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
282
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
283
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
284
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
285
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
286
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
287
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
288
+ 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;
289
+ };
290
+ $forceUpdate: () => void;
291
+ $nextTick: typeof vue.nextTick;
292
+ $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;
293
+ } & {} & {
294
+ target?: HTMLElement | undefined;
295
+ } & {
296
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
297
+ default?: (() => vue.VNodeChild) | undefined;
298
+ };
299
+ $slots?: {
300
+ default?: (() => vue.VNodeChild) | undefined;
301
+ } | undefined;
302
+ 'v-slots'?: {
303
+ default?: false | (() => vue.VNodeChild) | undefined;
304
+ } | undefined;
305
+ } & {
306
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
307
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
308
+ __isFragment?: undefined;
309
+ __isTeleport?: undefined;
310
+ __isSuspense?: undefined;
311
+ } & vue.ComponentOptionsBase<{} & {
312
+ target?: HTMLElement | undefined;
313
+ } & {
314
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
315
+ default?: (() => vue.VNodeChild) | undefined;
316
+ };
317
+ $slots?: {
318
+ default?: (() => vue.VNodeChild) | undefined;
319
+ } | undefined;
320
+ 'v-slots'?: {
321
+ default?: false | (() => vue.VNodeChild) | undefined;
322
+ } | undefined;
323
+ } & {
324
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
325
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
326
+ target: vue.PropType<HTMLElement>;
327
+ }, vue.ExtractPropTypes<{
328
+ target: vue.PropType<HTMLElement>;
329
+ }>>;
330
+ };
331
+ zIndex: string | number;
332
+ eager: boolean;
333
+ disabled: boolean;
334
+ modelValue: boolean;
335
+ closeDelay: NonNullable<string | number>;
336
+ openDelay: NonNullable<string | number>;
337
+ activatorProps: Record<string, any>;
338
+ openOnHover: boolean;
339
+ closeOnContentClick: boolean;
340
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
341
+ updateLocation: (e: Event) => void;
342
+ } | undefined)>;
343
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
344
+ closeOnBack: boolean;
345
+ contained: boolean;
346
+ noClickAnimation: boolean;
347
+ persistent: boolean;
348
+ scrim: NonNullable<string | boolean>;
91
349
  } & {
92
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
93
- default?: (() => vue.VNodeChild) | undefined;
350
+ offset?: string | number | number[] | undefined;
351
+ id?: string | undefined;
352
+ height?: string | number | undefined;
353
+ width?: string | number | undefined;
354
+ maxHeight?: string | number | undefined;
355
+ maxWidth?: string | number | undefined;
356
+ minHeight?: string | number | undefined;
357
+ minWidth?: string | number | undefined;
358
+ theme?: string | undefined;
359
+ contentClass?: any;
360
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
361
+ openOnClick?: boolean | undefined;
362
+ openOnFocus?: boolean | undefined;
363
+ contentProps?: any;
364
+ attach?: string | boolean | Element | undefined;
365
+ } & {
366
+ $children?: {} | vue.VNodeChild | {
367
+ default?: ((args_0: {
368
+ isActive: vue.Ref<boolean>;
369
+ }) => vue.VNodeChild) | undefined;
370
+ activator?: ((args_0: {
371
+ isActive: boolean;
372
+ props: Record<string, any>;
373
+ }) => vue.VNodeChild) | undefined;
94
374
  };
95
375
  $slots?: {
96
- default?: (() => vue.VNodeChild) | undefined;
376
+ default?: ((args_0: {
377
+ isActive: vue.Ref<boolean>;
378
+ }) => vue.VNodeChild) | undefined;
379
+ activator?: ((args_0: {
380
+ isActive: boolean;
381
+ props: Record<string, any>;
382
+ }) => vue.VNodeChild) | undefined;
97
383
  } | undefined;
98
384
  'v-slots'?: {
99
- default?: false | (() => vue.VNodeChild) | undefined;
385
+ default?: false | ((args_0: {
386
+ isActive: vue.Ref<boolean>;
387
+ }) => vue.VNodeChild) | undefined;
388
+ activator?: false | ((args_0: {
389
+ isActive: boolean;
390
+ props: Record<string, any>;
391
+ }) => vue.VNodeChild) | undefined;
100
392
  } | undefined;
101
393
  } & {
102
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
103
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
394
+ "v-slot:default"?: false | ((args_0: {
395
+ isActive: vue.Ref<boolean>;
396
+ }) => vue.VNodeChild) | undefined;
397
+ "v-slot:activator"?: false | ((args_0: {
398
+ isActive: boolean;
399
+ props: Record<string, any>;
400
+ }) => vue.VNodeChild) | undefined;
401
+ } & {
402
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
403
+ } & 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">;
404
+ $attrs: {
405
+ [x: string]: unknown;
406
+ };
407
+ $refs: {
408
+ [x: string]: unknown;
409
+ };
410
+ $slots: Readonly<{
411
+ [name: string]: vue.Slot | undefined;
412
+ }>;
413
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
414
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
415
+ $emit: (event: "update:modelValue", value: boolean) => void;
416
+ $el: any;
417
+ $options: vue.ComponentOptionsBase<{
418
+ location: Anchor;
419
+ origin: "auto" | Anchor | "overlap";
420
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
421
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
422
+ })> | {
423
+ component: {
424
+ new (...args: any[]): {
425
+ $: vue.ComponentInternalInstance;
426
+ $data: {};
427
+ $props: Partial<{}> & Omit<{} & {
428
+ target?: HTMLElement | undefined;
429
+ } & {
430
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
431
+ default?: (() => vue.VNodeChild) | undefined;
432
+ };
433
+ $slots?: {
434
+ default?: (() => vue.VNodeChild) | undefined;
435
+ } | undefined;
436
+ 'v-slots'?: {
437
+ default?: false | (() => vue.VNodeChild) | undefined;
438
+ } | undefined;
439
+ } & {
440
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
441
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
442
+ $attrs: {
443
+ [x: string]: unknown;
444
+ };
445
+ $refs: {
446
+ [x: string]: unknown;
447
+ };
448
+ $slots: Readonly<{
449
+ [name: string]: vue.Slot | undefined;
450
+ }>;
451
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
452
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
453
+ $emit: (event: string, ...args: any[]) => void;
454
+ $el: any;
455
+ $options: vue.ComponentOptionsBase<{} & {
456
+ target?: HTMLElement | undefined;
457
+ } & {
458
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
459
+ default?: (() => vue.VNodeChild) | undefined;
460
+ };
461
+ $slots?: {
462
+ default?: (() => vue.VNodeChild) | undefined;
463
+ } | undefined;
464
+ 'v-slots'?: {
465
+ default?: false | (() => vue.VNodeChild) | undefined;
466
+ } | undefined;
467
+ } & {
468
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
469
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
470
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
471
+ created?: ((() => void) | (() => void)[]) | undefined;
472
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
473
+ mounted?: ((() => void) | (() => void)[]) | undefined;
474
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
475
+ updated?: ((() => void) | (() => void)[]) | undefined;
476
+ activated?: ((() => void) | (() => void)[]) | undefined;
477
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
478
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
479
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
480
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
481
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
482
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
483
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
484
+ 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;
485
+ };
486
+ $forceUpdate: () => void;
487
+ $nextTick: typeof vue.nextTick;
488
+ $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;
489
+ } & {} & {
490
+ target?: HTMLElement | undefined;
491
+ } & {
492
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
493
+ default?: (() => vue.VNodeChild) | undefined;
494
+ };
495
+ $slots?: {
496
+ default?: (() => vue.VNodeChild) | undefined;
497
+ } | undefined;
498
+ 'v-slots'?: {
499
+ default?: false | (() => vue.VNodeChild) | undefined;
500
+ } | undefined;
501
+ } & {
502
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
503
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
504
+ __isFragment?: undefined;
505
+ __isTeleport?: undefined;
506
+ __isSuspense?: undefined;
507
+ } & vue.ComponentOptionsBase<{} & {
508
+ target?: HTMLElement | undefined;
509
+ } & {
510
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
511
+ default?: (() => vue.VNodeChild) | undefined;
512
+ };
513
+ $slots?: {
514
+ default?: (() => vue.VNodeChild) | undefined;
515
+ } | undefined;
516
+ 'v-slots'?: {
517
+ default?: false | (() => vue.VNodeChild) | undefined;
518
+ } | undefined;
519
+ } & {
520
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
521
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
522
+ target: vue.PropType<HTMLElement>;
523
+ }, vue.ExtractPropTypes<{
524
+ target: vue.PropType<HTMLElement>;
525
+ }>>;
526
+ };
527
+ zIndex: string | number;
528
+ eager: boolean;
529
+ disabled: boolean;
530
+ modelValue: boolean;
531
+ closeDelay: NonNullable<string | number>;
532
+ openDelay: NonNullable<string | number>;
533
+ activatorProps: Record<string, any>;
534
+ openOnHover: boolean;
535
+ closeOnContentClick: boolean;
536
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
537
+ updateLocation: (e: Event) => void;
538
+ } | undefined)>;
539
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
540
+ closeOnBack: boolean;
541
+ contained: boolean;
542
+ noClickAnimation: boolean;
543
+ persistent: boolean;
544
+ scrim: NonNullable<string | boolean>;
545
+ } & {
546
+ offset?: string | number | number[] | undefined;
547
+ id?: string | undefined;
548
+ height?: string | number | undefined;
549
+ width?: string | number | undefined;
550
+ maxHeight?: string | number | undefined;
551
+ maxWidth?: string | number | undefined;
552
+ minHeight?: string | number | undefined;
553
+ minWidth?: string | number | undefined;
554
+ theme?: string | undefined;
555
+ contentClass?: any;
556
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
557
+ openOnClick?: boolean | undefined;
558
+ openOnFocus?: boolean | undefined;
559
+ contentProps?: any;
560
+ attach?: string | boolean | Element | undefined;
561
+ } & {
562
+ $children?: {} | vue.VNodeChild | {
563
+ default?: ((args_0: {
564
+ isActive: vue.Ref<boolean>;
565
+ }) => vue.VNodeChild) | undefined;
566
+ activator?: ((args_0: {
567
+ isActive: boolean;
568
+ props: Record<string, any>;
569
+ }) => vue.VNodeChild) | undefined;
570
+ };
571
+ $slots?: {
572
+ default?: ((args_0: {
573
+ isActive: vue.Ref<boolean>;
574
+ }) => vue.VNodeChild) | undefined;
575
+ activator?: ((args_0: {
576
+ isActive: boolean;
577
+ props: Record<string, any>;
578
+ }) => vue.VNodeChild) | undefined;
579
+ } | undefined;
580
+ 'v-slots'?: {
581
+ default?: false | ((args_0: {
582
+ isActive: vue.Ref<boolean>;
583
+ }) => vue.VNodeChild) | undefined;
584
+ activator?: false | ((args_0: {
585
+ isActive: boolean;
586
+ props: Record<string, any>;
587
+ }) => vue.VNodeChild) | undefined;
588
+ } | undefined;
589
+ } & {
590
+ "v-slot:default"?: false | ((args_0: {
591
+ isActive: vue.Ref<boolean>;
592
+ }) => vue.VNodeChild) | undefined;
593
+ "v-slot:activator"?: false | ((args_0: {
594
+ isActive: boolean;
595
+ props: Record<string, any>;
596
+ }) => vue.VNodeChild) | undefined;
597
+ } & {
598
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
599
+ }, {
600
+ id: vue.ComputedRef<string>;
601
+ ΨopenChildren: vue.Ref<number>;
602
+ } & Omit<Omit<{
603
+ $: vue.ComponentInternalInstance;
604
+ $data: {};
605
+ $props: Partial<{
606
+ absolute: boolean;
607
+ location: Anchor;
608
+ origin: "auto" | Anchor | "overlap";
609
+ transition: string | boolean | (vue.TransitionProps & {
610
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
611
+ });
612
+ zIndex: string | number;
613
+ eager: boolean;
614
+ disabled: boolean;
615
+ modelValue: boolean;
616
+ activatorProps: Record<string, any>;
617
+ openOnClick: boolean;
618
+ openOnHover: boolean;
619
+ openOnFocus: boolean;
620
+ closeOnContentClick: boolean;
621
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
622
+ updateLocation: (e: Event) => void;
623
+ } | undefined);
624
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
625
+ closeOnBack: boolean;
626
+ contained: boolean;
627
+ noClickAnimation: boolean;
628
+ persistent: boolean;
629
+ scrim: string | boolean;
630
+ _disableGlobalStack: boolean;
631
+ }> & Omit<{
632
+ absolute: boolean;
633
+ location: Anchor;
634
+ origin: "auto" | Anchor | "overlap";
635
+ transition: string | boolean | (vue.TransitionProps & {
636
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
637
+ });
638
+ zIndex: string | number;
639
+ eager: boolean;
640
+ disabled: boolean;
641
+ modelValue: boolean;
642
+ activatorProps: Record<string, any>;
643
+ openOnHover: boolean;
644
+ closeOnContentClick: boolean;
645
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
646
+ updateLocation: (e: Event) => void;
647
+ } | undefined);
648
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
649
+ closeOnBack: boolean;
650
+ contained: boolean;
651
+ noClickAnimation: boolean;
652
+ persistent: boolean;
653
+ scrim: string | boolean;
654
+ _disableGlobalStack: boolean;
655
+ } & {
656
+ offset?: string | number | number[] | undefined;
657
+ height?: string | number | undefined;
658
+ width?: string | number | undefined;
659
+ maxHeight?: string | number | undefined;
660
+ maxWidth?: string | number | undefined;
661
+ minHeight?: string | number | undefined;
662
+ minWidth?: string | number | undefined;
663
+ theme?: string | undefined;
664
+ contentClass?: any;
665
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
666
+ closeDelay?: string | number | undefined;
667
+ openDelay?: string | number | undefined;
668
+ openOnClick?: boolean | undefined;
669
+ openOnFocus?: boolean | undefined;
670
+ contentProps?: any;
671
+ attach?: string | boolean | Element | undefined;
672
+ } & {
673
+ $children?: {} | vue.VNodeChild | {
674
+ default?: ((args_0: {
675
+ isActive: vue.Ref<boolean>;
676
+ }) => vue.VNodeChild) | undefined;
677
+ activator?: ((args_0: {
678
+ isActive: boolean;
679
+ props: Record<string, any>;
680
+ }) => vue.VNodeChild) | undefined;
681
+ };
682
+ $slots?: {
683
+ default?: ((args_0: {
684
+ isActive: vue.Ref<boolean>;
685
+ }) => vue.VNodeChild) | undefined;
686
+ activator?: ((args_0: {
687
+ isActive: boolean;
688
+ props: Record<string, any>;
689
+ }) => vue.VNodeChild) | undefined;
690
+ } | undefined;
691
+ 'v-slots'?: {
692
+ default?: false | ((args_0: {
693
+ isActive: vue.Ref<boolean>;
694
+ }) => vue.VNodeChild) | undefined;
695
+ activator?: false | ((args_0: {
696
+ isActive: boolean;
697
+ props: Record<string, any>;
698
+ }) => vue.VNodeChild) | undefined;
699
+ } | undefined;
700
+ } & {
701
+ "v-slot:default"?: false | ((args_0: {
702
+ isActive: vue.Ref<boolean>;
703
+ }) => vue.VNodeChild) | undefined;
704
+ "v-slot:activator"?: false | ((args_0: {
705
+ isActive: boolean;
706
+ props: Record<string, any>;
707
+ }) => vue.VNodeChild) | undefined;
708
+ } & {
709
+ onAfterLeave?: (() => any) | undefined;
710
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
711
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
712
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
713
+ $attrs: {
714
+ [x: string]: unknown;
715
+ };
716
+ $refs: {
717
+ [x: string]: unknown;
718
+ };
719
+ $slots: Readonly<{
720
+ [name: string]: vue.Slot | undefined;
721
+ }>;
722
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
723
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
724
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
725
+ $el: any;
726
+ $options: vue.ComponentOptionsBase<{
727
+ absolute: boolean;
728
+ location: Anchor;
729
+ origin: "auto" | Anchor | "overlap";
730
+ transition: string | boolean | (vue.TransitionProps & {
731
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
732
+ });
733
+ zIndex: string | number;
734
+ eager: boolean;
735
+ disabled: boolean;
736
+ modelValue: boolean;
737
+ activatorProps: Record<string, any>;
738
+ openOnHover: boolean;
739
+ closeOnContentClick: boolean;
740
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
741
+ updateLocation: (e: Event) => void;
742
+ } | undefined);
743
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
744
+ closeOnBack: boolean;
745
+ contained: boolean;
746
+ noClickAnimation: boolean;
747
+ persistent: boolean;
748
+ scrim: string | boolean;
749
+ _disableGlobalStack: boolean;
750
+ } & {
751
+ offset?: string | number | number[] | undefined;
752
+ height?: string | number | undefined;
753
+ width?: string | number | undefined;
754
+ maxHeight?: string | number | undefined;
755
+ maxWidth?: string | number | undefined;
756
+ minHeight?: string | number | undefined;
757
+ minWidth?: string | number | undefined;
758
+ theme?: string | undefined;
759
+ contentClass?: any;
760
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
761
+ closeDelay?: string | number | undefined;
762
+ openDelay?: string | number | undefined;
763
+ openOnClick?: boolean | undefined;
764
+ openOnFocus?: boolean | undefined;
765
+ contentProps?: any;
766
+ attach?: string | boolean | Element | undefined;
767
+ } & {
768
+ $children?: {} | vue.VNodeChild | {
769
+ default?: ((args_0: {
770
+ isActive: vue.Ref<boolean>;
771
+ }) => vue.VNodeChild) | undefined;
772
+ activator?: ((args_0: {
773
+ isActive: boolean;
774
+ props: Record<string, any>;
775
+ }) => vue.VNodeChild) | undefined;
776
+ };
777
+ $slots?: {
778
+ default?: ((args_0: {
779
+ isActive: vue.Ref<boolean>;
780
+ }) => vue.VNodeChild) | undefined;
781
+ activator?: ((args_0: {
782
+ isActive: boolean;
783
+ props: Record<string, any>;
784
+ }) => vue.VNodeChild) | undefined;
785
+ } | undefined;
786
+ 'v-slots'?: {
787
+ default?: false | ((args_0: {
788
+ isActive: vue.Ref<boolean>;
789
+ }) => vue.VNodeChild) | undefined;
790
+ activator?: false | ((args_0: {
791
+ isActive: boolean;
792
+ props: Record<string, any>;
793
+ }) => vue.VNodeChild) | undefined;
794
+ } | undefined;
795
+ } & {
796
+ "v-slot:default"?: false | ((args_0: {
797
+ isActive: vue.Ref<boolean>;
798
+ }) => vue.VNodeChild) | undefined;
799
+ "v-slot:activator"?: false | ((args_0: {
800
+ isActive: boolean;
801
+ props: Record<string, any>;
802
+ }) => vue.VNodeChild) | undefined;
803
+ } & {
804
+ onAfterLeave?: (() => any) | undefined;
805
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
806
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
807
+ }, {
808
+ activatorEl: vue.Ref<HTMLElement | undefined>;
809
+ animateClick: () => void;
810
+ contentEl: vue.Ref<HTMLElement | undefined>;
811
+ globalTop: Readonly<vue.Ref<boolean>>;
812
+ localTop: vue.ComputedRef<boolean>;
813
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
814
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
815
+ 'click:outside': (e: MouseEvent) => true;
816
+ 'update:modelValue': (value: boolean) => true;
817
+ afterLeave: () => true;
818
+ }, string, {
819
+ absolute: boolean;
820
+ location: Anchor;
821
+ origin: "auto" | Anchor | "overlap";
822
+ transition: string | boolean | (vue.TransitionProps & {
823
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
824
+ });
825
+ zIndex: string | number;
826
+ eager: boolean;
827
+ disabled: boolean;
828
+ modelValue: boolean;
829
+ activatorProps: Record<string, any>;
830
+ openOnClick: boolean;
831
+ openOnHover: boolean;
832
+ openOnFocus: boolean;
833
+ closeOnContentClick: boolean;
834
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
835
+ updateLocation: (e: Event) => void;
836
+ } | undefined);
837
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
838
+ closeOnBack: boolean;
839
+ contained: boolean;
840
+ noClickAnimation: boolean;
841
+ persistent: boolean;
842
+ scrim: string | boolean;
843
+ _disableGlobalStack: boolean;
844
+ }, {}, string> & {
845
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
846
+ created?: ((() => void) | (() => void)[]) | undefined;
847
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
848
+ mounted?: ((() => void) | (() => void)[]) | undefined;
849
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
850
+ updated?: ((() => void) | (() => void)[]) | undefined;
851
+ activated?: ((() => void) | (() => void)[]) | undefined;
852
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
853
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
854
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
855
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
856
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
857
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
858
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
859
+ 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;
860
+ };
861
+ $forceUpdate: () => void;
862
+ $nextTick: typeof vue.nextTick;
863
+ $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;
864
+ } & {
865
+ absolute: boolean;
866
+ location: Anchor;
867
+ origin: "auto" | Anchor | "overlap";
868
+ transition: string | boolean | (vue.TransitionProps & {
869
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
870
+ });
871
+ zIndex: string | number;
872
+ eager: boolean;
873
+ disabled: boolean;
874
+ modelValue: boolean;
875
+ activatorProps: Record<string, any>;
876
+ openOnHover: boolean;
877
+ closeOnContentClick: boolean;
878
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
879
+ updateLocation: (e: Event) => void;
880
+ } | undefined);
881
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
882
+ closeOnBack: boolean;
883
+ contained: boolean;
884
+ noClickAnimation: boolean;
885
+ persistent: boolean;
886
+ scrim: string | boolean;
887
+ _disableGlobalStack: boolean;
888
+ } & {
889
+ offset?: string | number | number[] | undefined;
890
+ height?: string | number | undefined;
891
+ width?: string | number | undefined;
892
+ maxHeight?: string | number | undefined;
893
+ maxWidth?: string | number | undefined;
894
+ minHeight?: string | number | undefined;
895
+ minWidth?: string | number | undefined;
896
+ theme?: string | undefined;
897
+ contentClass?: any;
898
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
899
+ closeDelay?: string | number | undefined;
900
+ openDelay?: string | number | undefined;
901
+ openOnClick?: boolean | undefined;
902
+ openOnFocus?: boolean | undefined;
903
+ contentProps?: any;
904
+ attach?: string | boolean | Element | undefined;
905
+ } & {
906
+ $children?: {} | vue.VNodeChild | {
907
+ default?: ((args_0: {
908
+ isActive: vue.Ref<boolean>;
909
+ }) => vue.VNodeChild) | undefined;
910
+ activator?: ((args_0: {
911
+ isActive: boolean;
912
+ props: Record<string, any>;
913
+ }) => vue.VNodeChild) | undefined;
914
+ };
915
+ $slots?: {
916
+ default?: ((args_0: {
917
+ isActive: vue.Ref<boolean>;
918
+ }) => vue.VNodeChild) | undefined;
919
+ activator?: ((args_0: {
920
+ isActive: boolean;
921
+ props: Record<string, any>;
922
+ }) => vue.VNodeChild) | undefined;
923
+ } | undefined;
924
+ 'v-slots'?: {
925
+ default?: false | ((args_0: {
926
+ isActive: vue.Ref<boolean>;
927
+ }) => vue.VNodeChild) | undefined;
928
+ activator?: false | ((args_0: {
929
+ isActive: boolean;
930
+ props: Record<string, any>;
931
+ }) => vue.VNodeChild) | undefined;
932
+ } | undefined;
933
+ } & {
934
+ "v-slot:default"?: false | ((args_0: {
935
+ isActive: vue.Ref<boolean>;
936
+ }) => vue.VNodeChild) | undefined;
937
+ "v-slot:activator"?: false | ((args_0: {
938
+ isActive: boolean;
939
+ props: Record<string, any>;
940
+ }) => vue.VNodeChild) | undefined;
941
+ } & {
942
+ onAfterLeave?: (() => any) | undefined;
943
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
944
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
945
+ } & vue.ShallowUnwrapRef<{
946
+ activatorEl: vue.Ref<HTMLElement | undefined>;
947
+ animateClick: () => void;
948
+ contentEl: vue.Ref<HTMLElement | undefined>;
949
+ globalTop: Readonly<vue.Ref<boolean>>;
950
+ localTop: vue.ComputedRef<boolean>;
951
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
952
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
953
+ 'update:modelValue': (value: boolean) => boolean;
954
+ }, string, {
955
+ location: Anchor;
956
+ origin: "auto" | Anchor | "overlap";
957
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
958
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
959
+ })> | {
960
+ component: {
961
+ new (...args: any[]): {
962
+ $: vue.ComponentInternalInstance;
963
+ $data: {};
964
+ $props: Partial<{}> & Omit<{} & {
965
+ target?: HTMLElement | undefined;
966
+ } & {
967
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
968
+ default?: (() => vue.VNodeChild) | undefined;
969
+ };
970
+ $slots?: {
971
+ default?: (() => vue.VNodeChild) | undefined;
972
+ } | undefined;
973
+ 'v-slots'?: {
974
+ default?: false | (() => vue.VNodeChild) | undefined;
975
+ } | undefined;
976
+ } & {
977
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
978
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
979
+ $attrs: {
980
+ [x: string]: unknown;
981
+ };
982
+ $refs: {
983
+ [x: string]: unknown;
984
+ };
985
+ $slots: Readonly<{
986
+ [name: string]: vue.Slot | undefined;
987
+ }>;
988
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
989
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
990
+ $emit: (event: string, ...args: any[]) => void;
991
+ $el: any;
992
+ $options: vue.ComponentOptionsBase<{} & {
993
+ target?: HTMLElement | undefined;
994
+ } & {
995
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
996
+ default?: (() => vue.VNodeChild) | undefined;
997
+ };
998
+ $slots?: {
999
+ default?: (() => vue.VNodeChild) | undefined;
1000
+ } | undefined;
1001
+ 'v-slots'?: {
1002
+ default?: false | (() => vue.VNodeChild) | undefined;
1003
+ } | undefined;
1004
+ } & {
1005
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1006
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1007
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1008
+ created?: ((() => void) | (() => void)[]) | undefined;
1009
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1010
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1011
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1012
+ updated?: ((() => void) | (() => void)[]) | undefined;
1013
+ activated?: ((() => void) | (() => void)[]) | undefined;
1014
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1015
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1016
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1017
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1018
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1019
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1020
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1021
+ 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;
1022
+ };
1023
+ $forceUpdate: () => void;
1024
+ $nextTick: typeof vue.nextTick;
1025
+ $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;
1026
+ } & {} & {
1027
+ target?: HTMLElement | undefined;
1028
+ } & {
1029
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1030
+ default?: (() => vue.VNodeChild) | undefined;
1031
+ };
1032
+ $slots?: {
1033
+ default?: (() => vue.VNodeChild) | undefined;
1034
+ } | undefined;
1035
+ 'v-slots'?: {
1036
+ default?: false | (() => vue.VNodeChild) | undefined;
1037
+ } | undefined;
1038
+ } & {
1039
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1040
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1041
+ __isFragment?: undefined;
1042
+ __isTeleport?: undefined;
1043
+ __isSuspense?: undefined;
1044
+ } & vue.ComponentOptionsBase<{} & {
1045
+ target?: HTMLElement | undefined;
1046
+ } & {
1047
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1048
+ default?: (() => vue.VNodeChild) | undefined;
1049
+ };
1050
+ $slots?: {
1051
+ default?: (() => vue.VNodeChild) | undefined;
1052
+ } | undefined;
1053
+ 'v-slots'?: {
1054
+ default?: false | (() => vue.VNodeChild) | undefined;
1055
+ } | undefined;
1056
+ } & {
1057
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1058
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1059
+ target: vue.PropType<HTMLElement>;
1060
+ }, vue.ExtractPropTypes<{
1061
+ target: vue.PropType<HTMLElement>;
1062
+ }>>;
1063
+ };
1064
+ zIndex: string | number;
1065
+ eager: boolean;
1066
+ disabled: boolean;
1067
+ modelValue: boolean;
1068
+ closeDelay: NonNullable<string | number>;
1069
+ openDelay: NonNullable<string | number>;
1070
+ activatorProps: Record<string, any>;
1071
+ openOnClick: boolean;
1072
+ openOnHover: boolean;
1073
+ openOnFocus: boolean;
1074
+ closeOnContentClick: boolean;
1075
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1076
+ updateLocation: (e: Event) => void;
1077
+ } | undefined)>;
1078
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1079
+ closeOnBack: boolean;
1080
+ contained: boolean;
1081
+ noClickAnimation: boolean;
1082
+ persistent: boolean;
1083
+ scrim: NonNullable<string | boolean>;
1084
+ }, {}, string> & {
1085
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1086
+ created?: ((() => void) | (() => void)[]) | undefined;
1087
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1088
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1089
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1090
+ updated?: ((() => void) | (() => void)[]) | undefined;
1091
+ activated?: ((() => void) | (() => void)[]) | undefined;
1092
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1093
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1094
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1095
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1096
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1097
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1098
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1099
+ 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;
1100
+ };
1101
+ $forceUpdate: () => void;
1102
+ $nextTick: typeof vue.nextTick;
1103
+ $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;
1104
+ } & {
1105
+ location: Anchor;
1106
+ origin: "auto" | Anchor | "overlap";
1107
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1108
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1109
+ })> | {
1110
+ component: {
1111
+ new (...args: any[]): {
1112
+ $: vue.ComponentInternalInstance;
1113
+ $data: {};
1114
+ $props: Partial<{}> & Omit<{} & {
1115
+ target?: HTMLElement | undefined;
1116
+ } & {
1117
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1118
+ default?: (() => vue.VNodeChild) | undefined;
1119
+ };
1120
+ $slots?: {
1121
+ default?: (() => vue.VNodeChild) | undefined;
1122
+ } | undefined;
1123
+ 'v-slots'?: {
1124
+ default?: false | (() => vue.VNodeChild) | undefined;
1125
+ } | undefined;
1126
+ } & {
1127
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1128
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1129
+ $attrs: {
1130
+ [x: string]: unknown;
1131
+ };
1132
+ $refs: {
1133
+ [x: string]: unknown;
1134
+ };
1135
+ $slots: Readonly<{
1136
+ [name: string]: vue.Slot | undefined;
1137
+ }>;
1138
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1139
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1140
+ $emit: (event: string, ...args: any[]) => void;
1141
+ $el: any;
1142
+ $options: vue.ComponentOptionsBase<{} & {
1143
+ target?: HTMLElement | undefined;
1144
+ } & {
1145
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1146
+ default?: (() => vue.VNodeChild) | undefined;
1147
+ };
1148
+ $slots?: {
1149
+ default?: (() => vue.VNodeChild) | undefined;
1150
+ } | undefined;
1151
+ 'v-slots'?: {
1152
+ default?: false | (() => vue.VNodeChild) | undefined;
1153
+ } | undefined;
1154
+ } & {
1155
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1156
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1157
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1158
+ created?: ((() => void) | (() => void)[]) | undefined;
1159
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1160
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1161
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1162
+ updated?: ((() => void) | (() => void)[]) | undefined;
1163
+ activated?: ((() => void) | (() => void)[]) | undefined;
1164
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1165
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1166
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1167
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1168
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1169
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1170
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1171
+ 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;
1172
+ };
1173
+ $forceUpdate: () => void;
1174
+ $nextTick: typeof vue.nextTick;
1175
+ $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;
1176
+ } & {} & {
1177
+ target?: HTMLElement | undefined;
1178
+ } & {
1179
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1180
+ default?: (() => vue.VNodeChild) | undefined;
1181
+ };
1182
+ $slots?: {
1183
+ default?: (() => vue.VNodeChild) | undefined;
1184
+ } | undefined;
1185
+ 'v-slots'?: {
1186
+ default?: false | (() => vue.VNodeChild) | undefined;
1187
+ } | undefined;
1188
+ } & {
1189
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1190
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1191
+ __isFragment?: undefined;
1192
+ __isTeleport?: undefined;
1193
+ __isSuspense?: undefined;
1194
+ } & vue.ComponentOptionsBase<{} & {
1195
+ target?: HTMLElement | undefined;
1196
+ } & {
1197
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1198
+ default?: (() => vue.VNodeChild) | undefined;
1199
+ };
1200
+ $slots?: {
1201
+ default?: (() => vue.VNodeChild) | undefined;
1202
+ } | undefined;
1203
+ 'v-slots'?: {
1204
+ default?: false | (() => vue.VNodeChild) | undefined;
1205
+ } | undefined;
1206
+ } & {
1207
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1208
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1209
+ target: vue.PropType<HTMLElement>;
1210
+ }, vue.ExtractPropTypes<{
1211
+ target: vue.PropType<HTMLElement>;
1212
+ }>>;
1213
+ };
1214
+ zIndex: string | number;
1215
+ eager: boolean;
1216
+ disabled: boolean;
1217
+ modelValue: boolean;
1218
+ closeDelay: NonNullable<string | number>;
1219
+ openDelay: NonNullable<string | number>;
1220
+ activatorProps: Record<string, any>;
1221
+ openOnHover: boolean;
1222
+ closeOnContentClick: boolean;
1223
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1224
+ updateLocation: (e: Event) => void;
1225
+ } | undefined)>;
1226
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1227
+ closeOnBack: boolean;
1228
+ contained: boolean;
1229
+ noClickAnimation: boolean;
1230
+ persistent: boolean;
1231
+ scrim: NonNullable<string | boolean>;
1232
+ } & {
1233
+ offset?: string | number | number[] | undefined;
1234
+ id?: string | undefined;
1235
+ height?: string | number | undefined;
1236
+ width?: string | number | undefined;
1237
+ maxHeight?: string | number | undefined;
1238
+ maxWidth?: string | number | undefined;
1239
+ minHeight?: string | number | undefined;
1240
+ minWidth?: string | number | undefined;
1241
+ theme?: string | undefined;
1242
+ contentClass?: any;
1243
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1244
+ openOnClick?: boolean | undefined;
1245
+ openOnFocus?: boolean | undefined;
1246
+ contentProps?: any;
1247
+ attach?: string | boolean | Element | undefined;
1248
+ } & {
1249
+ $children?: {} | vue.VNodeChild | {
1250
+ default?: ((args_0: {
1251
+ isActive: vue.Ref<boolean>;
1252
+ }) => vue.VNodeChild) | undefined;
1253
+ activator?: ((args_0: {
1254
+ isActive: boolean;
1255
+ props: Record<string, any>;
1256
+ }) => vue.VNodeChild) | undefined;
1257
+ };
1258
+ $slots?: {
1259
+ default?: ((args_0: {
1260
+ isActive: vue.Ref<boolean>;
1261
+ }) => vue.VNodeChild) | undefined;
1262
+ activator?: ((args_0: {
1263
+ isActive: boolean;
1264
+ props: Record<string, any>;
1265
+ }) => vue.VNodeChild) | undefined;
1266
+ } | undefined;
1267
+ 'v-slots'?: {
1268
+ default?: false | ((args_0: {
1269
+ isActive: vue.Ref<boolean>;
1270
+ }) => vue.VNodeChild) | undefined;
1271
+ activator?: false | ((args_0: {
1272
+ isActive: boolean;
1273
+ props: Record<string, any>;
1274
+ }) => vue.VNodeChild) | undefined;
1275
+ } | undefined;
1276
+ } & {
1277
+ "v-slot:default"?: false | ((args_0: {
1278
+ isActive: vue.Ref<boolean>;
1279
+ }) => vue.VNodeChild) | undefined;
1280
+ "v-slot:activator"?: false | ((args_0: {
1281
+ isActive: boolean;
1282
+ props: Record<string, any>;
1283
+ }) => vue.VNodeChild) | undefined;
1284
+ } & {
1285
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1286
+ } & vue.ShallowUnwrapRef<{
1287
+ id: vue.ComputedRef<string>;
1288
+ ΨopenChildren: vue.Ref<number>;
1289
+ } & Omit<Omit<{
1290
+ $: vue.ComponentInternalInstance;
1291
+ $data: {};
1292
+ $props: Partial<{
1293
+ absolute: boolean;
1294
+ location: Anchor;
1295
+ origin: "auto" | Anchor | "overlap";
1296
+ transition: string | boolean | (vue.TransitionProps & {
1297
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1298
+ });
1299
+ zIndex: string | number;
1300
+ eager: boolean;
1301
+ disabled: boolean;
1302
+ modelValue: boolean;
1303
+ activatorProps: Record<string, any>;
1304
+ openOnClick: boolean;
1305
+ openOnHover: boolean;
1306
+ openOnFocus: boolean;
1307
+ closeOnContentClick: boolean;
1308
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1309
+ updateLocation: (e: Event) => void;
1310
+ } | undefined);
1311
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1312
+ closeOnBack: boolean;
1313
+ contained: boolean;
1314
+ noClickAnimation: boolean;
1315
+ persistent: boolean;
1316
+ scrim: string | boolean;
1317
+ _disableGlobalStack: boolean;
1318
+ }> & Omit<{
1319
+ absolute: boolean;
1320
+ location: Anchor;
1321
+ origin: "auto" | Anchor | "overlap";
1322
+ transition: string | boolean | (vue.TransitionProps & {
1323
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1324
+ });
1325
+ zIndex: string | number;
1326
+ eager: boolean;
1327
+ disabled: boolean;
1328
+ modelValue: boolean;
1329
+ activatorProps: Record<string, any>;
1330
+ openOnHover: boolean;
1331
+ closeOnContentClick: boolean;
1332
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1333
+ updateLocation: (e: Event) => void;
1334
+ } | undefined);
1335
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1336
+ closeOnBack: boolean;
1337
+ contained: boolean;
1338
+ noClickAnimation: boolean;
1339
+ persistent: boolean;
1340
+ scrim: string | boolean;
1341
+ _disableGlobalStack: boolean;
1342
+ } & {
1343
+ offset?: string | number | number[] | undefined;
1344
+ height?: string | number | undefined;
1345
+ width?: string | number | undefined;
1346
+ maxHeight?: string | number | undefined;
1347
+ maxWidth?: string | number | undefined;
1348
+ minHeight?: string | number | undefined;
1349
+ minWidth?: string | number | undefined;
1350
+ theme?: string | undefined;
1351
+ contentClass?: any;
1352
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1353
+ closeDelay?: string | number | undefined;
1354
+ openDelay?: string | number | undefined;
1355
+ openOnClick?: boolean | undefined;
1356
+ openOnFocus?: boolean | undefined;
1357
+ contentProps?: any;
1358
+ attach?: string | boolean | Element | undefined;
1359
+ } & {
1360
+ $children?: {} | vue.VNodeChild | {
1361
+ default?: ((args_0: {
1362
+ isActive: vue.Ref<boolean>;
1363
+ }) => vue.VNodeChild) | undefined;
1364
+ activator?: ((args_0: {
1365
+ isActive: boolean;
1366
+ props: Record<string, any>;
1367
+ }) => vue.VNodeChild) | undefined;
1368
+ };
1369
+ $slots?: {
1370
+ default?: ((args_0: {
1371
+ isActive: vue.Ref<boolean>;
1372
+ }) => vue.VNodeChild) | undefined;
1373
+ activator?: ((args_0: {
1374
+ isActive: boolean;
1375
+ props: Record<string, any>;
1376
+ }) => vue.VNodeChild) | undefined;
1377
+ } | undefined;
1378
+ 'v-slots'?: {
1379
+ default?: false | ((args_0: {
1380
+ isActive: vue.Ref<boolean>;
1381
+ }) => vue.VNodeChild) | undefined;
1382
+ activator?: false | ((args_0: {
1383
+ isActive: boolean;
1384
+ props: Record<string, any>;
1385
+ }) => vue.VNodeChild) | undefined;
1386
+ } | undefined;
1387
+ } & {
1388
+ "v-slot:default"?: false | ((args_0: {
1389
+ isActive: vue.Ref<boolean>;
1390
+ }) => vue.VNodeChild) | undefined;
1391
+ "v-slot:activator"?: false | ((args_0: {
1392
+ isActive: boolean;
1393
+ props: Record<string, any>;
1394
+ }) => vue.VNodeChild) | undefined;
1395
+ } & {
1396
+ onAfterLeave?: (() => any) | undefined;
1397
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1398
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1399
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1400
+ $attrs: {
1401
+ [x: string]: unknown;
1402
+ };
1403
+ $refs: {
1404
+ [x: string]: unknown;
1405
+ };
1406
+ $slots: Readonly<{
1407
+ [name: string]: vue.Slot | undefined;
1408
+ }>;
1409
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1410
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1411
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
1412
+ $el: any;
1413
+ $options: vue.ComponentOptionsBase<{
1414
+ absolute: boolean;
1415
+ location: Anchor;
1416
+ origin: "auto" | Anchor | "overlap";
1417
+ transition: string | boolean | (vue.TransitionProps & {
1418
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1419
+ });
1420
+ zIndex: string | number;
1421
+ eager: boolean;
1422
+ disabled: boolean;
1423
+ modelValue: boolean;
1424
+ activatorProps: Record<string, any>;
1425
+ openOnHover: boolean;
1426
+ closeOnContentClick: boolean;
1427
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1428
+ updateLocation: (e: Event) => void;
1429
+ } | undefined);
1430
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1431
+ closeOnBack: boolean;
1432
+ contained: boolean;
1433
+ noClickAnimation: boolean;
1434
+ persistent: boolean;
1435
+ scrim: string | boolean;
1436
+ _disableGlobalStack: boolean;
1437
+ } & {
1438
+ offset?: string | number | number[] | undefined;
1439
+ height?: string | number | undefined;
1440
+ width?: string | number | undefined;
1441
+ maxHeight?: string | number | undefined;
1442
+ maxWidth?: string | number | undefined;
1443
+ minHeight?: string | number | undefined;
1444
+ minWidth?: string | number | undefined;
1445
+ theme?: string | undefined;
1446
+ contentClass?: any;
1447
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1448
+ closeDelay?: string | number | undefined;
1449
+ openDelay?: string | number | undefined;
1450
+ openOnClick?: boolean | undefined;
1451
+ openOnFocus?: boolean | undefined;
1452
+ contentProps?: any;
1453
+ attach?: string | boolean | Element | undefined;
1454
+ } & {
1455
+ $children?: {} | vue.VNodeChild | {
1456
+ default?: ((args_0: {
1457
+ isActive: vue.Ref<boolean>;
1458
+ }) => vue.VNodeChild) | undefined;
1459
+ activator?: ((args_0: {
1460
+ isActive: boolean;
1461
+ props: Record<string, any>;
1462
+ }) => vue.VNodeChild) | undefined;
1463
+ };
1464
+ $slots?: {
1465
+ default?: ((args_0: {
1466
+ isActive: vue.Ref<boolean>;
1467
+ }) => vue.VNodeChild) | undefined;
1468
+ activator?: ((args_0: {
1469
+ isActive: boolean;
1470
+ props: Record<string, any>;
1471
+ }) => vue.VNodeChild) | undefined;
1472
+ } | undefined;
1473
+ 'v-slots'?: {
1474
+ default?: false | ((args_0: {
1475
+ isActive: vue.Ref<boolean>;
1476
+ }) => vue.VNodeChild) | undefined;
1477
+ activator?: false | ((args_0: {
1478
+ isActive: boolean;
1479
+ props: Record<string, any>;
1480
+ }) => vue.VNodeChild) | undefined;
1481
+ } | undefined;
1482
+ } & {
1483
+ "v-slot:default"?: false | ((args_0: {
1484
+ isActive: vue.Ref<boolean>;
1485
+ }) => vue.VNodeChild) | undefined;
1486
+ "v-slot:activator"?: false | ((args_0: {
1487
+ isActive: boolean;
1488
+ props: Record<string, any>;
1489
+ }) => vue.VNodeChild) | undefined;
1490
+ } & {
1491
+ onAfterLeave?: (() => any) | undefined;
1492
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1493
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1494
+ }, {
1495
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1496
+ animateClick: () => void;
1497
+ contentEl: vue.Ref<HTMLElement | undefined>;
1498
+ globalTop: Readonly<vue.Ref<boolean>>;
1499
+ localTop: vue.ComputedRef<boolean>;
1500
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1501
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1502
+ 'click:outside': (e: MouseEvent) => true;
1503
+ 'update:modelValue': (value: boolean) => true;
1504
+ afterLeave: () => true;
1505
+ }, string, {
1506
+ absolute: boolean;
1507
+ location: Anchor;
1508
+ origin: "auto" | Anchor | "overlap";
1509
+ transition: string | boolean | (vue.TransitionProps & {
1510
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1511
+ });
1512
+ zIndex: string | number;
1513
+ eager: boolean;
1514
+ disabled: boolean;
1515
+ modelValue: boolean;
1516
+ activatorProps: Record<string, any>;
1517
+ openOnClick: boolean;
1518
+ openOnHover: boolean;
1519
+ openOnFocus: boolean;
1520
+ closeOnContentClick: boolean;
1521
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1522
+ updateLocation: (e: Event) => void;
1523
+ } | undefined);
1524
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1525
+ closeOnBack: boolean;
1526
+ contained: boolean;
1527
+ noClickAnimation: boolean;
1528
+ persistent: boolean;
1529
+ scrim: string | boolean;
1530
+ _disableGlobalStack: boolean;
1531
+ }, {}, string> & {
1532
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1533
+ created?: ((() => void) | (() => void)[]) | undefined;
1534
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1535
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1536
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1537
+ updated?: ((() => void) | (() => void)[]) | undefined;
1538
+ activated?: ((() => void) | (() => void)[]) | undefined;
1539
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1540
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1541
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1542
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1543
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1544
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1545
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1546
+ 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;
1547
+ };
1548
+ $forceUpdate: () => void;
1549
+ $nextTick: typeof vue.nextTick;
1550
+ $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;
1551
+ } & {
1552
+ absolute: boolean;
1553
+ location: Anchor;
1554
+ origin: "auto" | Anchor | "overlap";
1555
+ transition: string | boolean | (vue.TransitionProps & {
1556
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1557
+ });
1558
+ zIndex: string | number;
1559
+ eager: boolean;
1560
+ disabled: boolean;
1561
+ modelValue: boolean;
1562
+ activatorProps: Record<string, any>;
1563
+ openOnHover: boolean;
1564
+ closeOnContentClick: boolean;
1565
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1566
+ updateLocation: (e: Event) => void;
1567
+ } | undefined);
1568
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1569
+ closeOnBack: boolean;
1570
+ contained: boolean;
1571
+ noClickAnimation: boolean;
1572
+ persistent: boolean;
1573
+ scrim: string | boolean;
1574
+ _disableGlobalStack: boolean;
1575
+ } & {
1576
+ offset?: string | number | number[] | undefined;
1577
+ height?: string | number | undefined;
1578
+ width?: string | number | undefined;
1579
+ maxHeight?: string | number | undefined;
1580
+ maxWidth?: string | number | undefined;
1581
+ minHeight?: string | number | undefined;
1582
+ minWidth?: string | number | undefined;
1583
+ theme?: string | undefined;
1584
+ contentClass?: any;
1585
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1586
+ closeDelay?: string | number | undefined;
1587
+ openDelay?: string | number | undefined;
1588
+ openOnClick?: boolean | undefined;
1589
+ openOnFocus?: boolean | undefined;
1590
+ contentProps?: any;
1591
+ attach?: string | boolean | Element | undefined;
1592
+ } & {
1593
+ $children?: {} | vue.VNodeChild | {
1594
+ default?: ((args_0: {
1595
+ isActive: vue.Ref<boolean>;
1596
+ }) => vue.VNodeChild) | undefined;
1597
+ activator?: ((args_0: {
1598
+ isActive: boolean;
1599
+ props: Record<string, any>;
1600
+ }) => vue.VNodeChild) | undefined;
1601
+ };
1602
+ $slots?: {
1603
+ default?: ((args_0: {
1604
+ isActive: vue.Ref<boolean>;
1605
+ }) => vue.VNodeChild) | undefined;
1606
+ activator?: ((args_0: {
1607
+ isActive: boolean;
1608
+ props: Record<string, any>;
1609
+ }) => vue.VNodeChild) | undefined;
1610
+ } | undefined;
1611
+ 'v-slots'?: {
1612
+ default?: false | ((args_0: {
1613
+ isActive: vue.Ref<boolean>;
1614
+ }) => vue.VNodeChild) | undefined;
1615
+ activator?: false | ((args_0: {
1616
+ isActive: boolean;
1617
+ props: Record<string, any>;
1618
+ }) => vue.VNodeChild) | undefined;
1619
+ } | undefined;
1620
+ } & {
1621
+ "v-slot:default"?: false | ((args_0: {
1622
+ isActive: vue.Ref<boolean>;
1623
+ }) => vue.VNodeChild) | undefined;
1624
+ "v-slot:activator"?: false | ((args_0: {
1625
+ isActive: boolean;
1626
+ props: Record<string, any>;
1627
+ }) => vue.VNodeChild) | undefined;
1628
+ } & {
1629
+ onAfterLeave?: (() => any) | undefined;
1630
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1631
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1632
+ } & vue.ShallowUnwrapRef<{
1633
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1634
+ animateClick: () => void;
1635
+ contentEl: vue.Ref<HTMLElement | undefined>;
1636
+ globalTop: Readonly<vue.Ref<boolean>>;
1637
+ localTop: vue.ComputedRef<boolean>;
1638
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1639
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1640
+ __isFragment?: undefined;
1641
+ __isTeleport?: undefined;
1642
+ __isSuspense?: undefined;
1643
+ } & vue.ComponentOptionsBase<{
1644
+ location: Anchor;
1645
+ origin: "auto" | Anchor | "overlap";
1646
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1647
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1648
+ })> | {
1649
+ component: {
1650
+ new (...args: any[]): {
1651
+ $: vue.ComponentInternalInstance;
1652
+ $data: {};
1653
+ $props: Partial<{}> & Omit<{} & {
1654
+ target?: HTMLElement | undefined;
1655
+ } & {
1656
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1657
+ default?: (() => vue.VNodeChild) | undefined;
1658
+ };
1659
+ $slots?: {
1660
+ default?: (() => vue.VNodeChild) | undefined;
1661
+ } | undefined;
1662
+ 'v-slots'?: {
1663
+ default?: false | (() => vue.VNodeChild) | undefined;
1664
+ } | undefined;
1665
+ } & {
1666
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1667
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1668
+ $attrs: {
1669
+ [x: string]: unknown;
1670
+ };
1671
+ $refs: {
1672
+ [x: string]: unknown;
1673
+ };
1674
+ $slots: Readonly<{
1675
+ [name: string]: vue.Slot | undefined;
1676
+ }>;
1677
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1678
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1679
+ $emit: (event: string, ...args: any[]) => void;
1680
+ $el: any;
1681
+ $options: vue.ComponentOptionsBase<{} & {
1682
+ target?: HTMLElement | undefined;
1683
+ } & {
1684
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1685
+ default?: (() => vue.VNodeChild) | undefined;
1686
+ };
1687
+ $slots?: {
1688
+ default?: (() => vue.VNodeChild) | undefined;
1689
+ } | undefined;
1690
+ 'v-slots'?: {
1691
+ default?: false | (() => vue.VNodeChild) | undefined;
1692
+ } | undefined;
1693
+ } & {
1694
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1695
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1696
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1697
+ created?: ((() => void) | (() => void)[]) | undefined;
1698
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1699
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1700
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1701
+ updated?: ((() => void) | (() => void)[]) | undefined;
1702
+ activated?: ((() => void) | (() => void)[]) | undefined;
1703
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1704
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1705
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1706
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1707
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1708
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1709
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1710
+ 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;
1711
+ };
1712
+ $forceUpdate: () => void;
1713
+ $nextTick: typeof vue.nextTick;
1714
+ $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;
1715
+ } & {} & {
1716
+ target?: HTMLElement | undefined;
1717
+ } & {
1718
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1719
+ default?: (() => vue.VNodeChild) | undefined;
1720
+ };
1721
+ $slots?: {
1722
+ default?: (() => vue.VNodeChild) | undefined;
1723
+ } | undefined;
1724
+ 'v-slots'?: {
1725
+ default?: false | (() => vue.VNodeChild) | undefined;
1726
+ } | undefined;
1727
+ } & {
1728
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1729
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1730
+ __isFragment?: undefined;
1731
+ __isTeleport?: undefined;
1732
+ __isSuspense?: undefined;
1733
+ } & vue.ComponentOptionsBase<{} & {
104
1734
  target?: HTMLElement | undefined;
105
1735
  } & {
106
1736
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -114,7 +1744,11 @@ declare const VMenu: vue.DefineComponent<{
114
1744
  } | undefined;
115
1745
  } & {
116
1746
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
117
- }, {}>;
1747
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1748
+ target: vue.PropType<HTMLElement>;
1749
+ }, vue.ExtractPropTypes<{
1750
+ target: vue.PropType<HTMLElement>;
1751
+ }>>;
118
1752
  };
119
1753
  zIndex: string | number;
120
1754
  eager: boolean;
@@ -186,6 +1820,8 @@ declare const VMenu: vue.DefineComponent<{
186
1820
  isActive: boolean;
187
1821
  props: Record<string, any>;
188
1822
  }) => vue.VNodeChild) | undefined;
1823
+ } & {
1824
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
189
1825
  }, {
190
1826
  id: vue.ComputedRef<string>;
191
1827
  ΨopenChildren: vue.Ref<number>;
@@ -541,27 +2177,97 @@ declare const VMenu: vue.DefineComponent<{
541
2177
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
542
2178
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
543
2179
  'update:modelValue': (value: boolean) => boolean;
544
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
2180
+ }, string, {
545
2181
  location: Anchor;
546
2182
  origin: "auto" | Anchor | "overlap";
547
2183
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
548
2184
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
549
2185
  })> | {
550
- component: vue.DefineComponent<{} & {
551
- target?: HTMLElement | undefined;
552
- } & {
553
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
554
- default?: (() => vue.VNodeChild) | undefined;
555
- };
556
- $slots?: {
557
- default?: (() => vue.VNodeChild) | undefined;
558
- } | undefined;
559
- 'v-slots'?: {
560
- default?: false | (() => vue.VNodeChild) | undefined;
561
- } | undefined;
562
- } & {
563
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
564
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
2186
+ component: {
2187
+ new (...args: any[]): {
2188
+ $: vue.ComponentInternalInstance;
2189
+ $data: {};
2190
+ $props: Partial<{}> & Omit<{} & {
2191
+ target?: HTMLElement | undefined;
2192
+ } & {
2193
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2194
+ default?: (() => vue.VNodeChild) | undefined;
2195
+ };
2196
+ $slots?: {
2197
+ default?: (() => vue.VNodeChild) | undefined;
2198
+ } | undefined;
2199
+ 'v-slots'?: {
2200
+ default?: false | (() => vue.VNodeChild) | undefined;
2201
+ } | undefined;
2202
+ } & {
2203
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2204
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2205
+ $attrs: {
2206
+ [x: string]: unknown;
2207
+ };
2208
+ $refs: {
2209
+ [x: string]: unknown;
2210
+ };
2211
+ $slots: Readonly<{
2212
+ [name: string]: vue.Slot | undefined;
2213
+ }>;
2214
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2215
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2216
+ $emit: (event: string, ...args: any[]) => void;
2217
+ $el: any;
2218
+ $options: vue.ComponentOptionsBase<{} & {
2219
+ target?: HTMLElement | undefined;
2220
+ } & {
2221
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2222
+ default?: (() => vue.VNodeChild) | undefined;
2223
+ };
2224
+ $slots?: {
2225
+ default?: (() => vue.VNodeChild) | undefined;
2226
+ } | undefined;
2227
+ 'v-slots'?: {
2228
+ default?: false | (() => vue.VNodeChild) | undefined;
2229
+ } | undefined;
2230
+ } & {
2231
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2232
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2233
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2234
+ created?: ((() => void) | (() => void)[]) | undefined;
2235
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2236
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2237
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2238
+ updated?: ((() => void) | (() => void)[]) | undefined;
2239
+ activated?: ((() => void) | (() => void)[]) | undefined;
2240
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2241
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2242
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2243
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2244
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2245
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2246
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2247
+ 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;
2248
+ };
2249
+ $forceUpdate: () => void;
2250
+ $nextTick: typeof vue.nextTick;
2251
+ $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;
2252
+ } & {} & {
2253
+ target?: HTMLElement | undefined;
2254
+ } & {
2255
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2256
+ default?: (() => vue.VNodeChild) | undefined;
2257
+ };
2258
+ $slots?: {
2259
+ default?: (() => vue.VNodeChild) | undefined;
2260
+ } | undefined;
2261
+ 'v-slots'?: {
2262
+ default?: false | (() => vue.VNodeChild) | undefined;
2263
+ } | undefined;
2264
+ } & {
2265
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2266
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2267
+ __isFragment?: undefined;
2268
+ __isTeleport?: undefined;
2269
+ __isSuspense?: undefined;
2270
+ } & vue.ComponentOptionsBase<{} & {
565
2271
  target?: HTMLElement | undefined;
566
2272
  } & {
567
2273
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -575,115 +2281,11 @@ declare const VMenu: vue.DefineComponent<{
575
2281
  } | undefined;
576
2282
  } & {
577
2283
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
578
- }, {}>;
579
- };
580
- zIndex: string | number;
581
- eager: boolean;
582
- disabled: boolean;
583
- modelValue: boolean;
584
- closeDelay: NonNullable<string | number>;
585
- openDelay: NonNullable<string | number>;
586
- activatorProps: Record<string, any>;
587
- openOnHover: boolean;
588
- closeOnContentClick: boolean;
589
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
590
- updateLocation: (e: Event) => void;
591
- } | undefined)>;
592
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
593
- closeOnBack: boolean;
594
- contained: boolean;
595
- noClickAnimation: boolean;
596
- persistent: boolean;
597
- scrim: NonNullable<string | boolean>;
598
- } & {
599
- offset?: string | number | number[] | undefined;
600
- id?: string | undefined;
601
- height?: string | number | undefined;
602
- width?: string | number | undefined;
603
- maxHeight?: string | number | undefined;
604
- maxWidth?: string | number | undefined;
605
- minHeight?: string | number | undefined;
606
- minWidth?: string | number | undefined;
607
- theme?: string | undefined;
608
- contentClass?: any;
609
- activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
610
- openOnClick?: boolean | undefined;
611
- openOnFocus?: boolean | undefined;
612
- contentProps?: any;
613
- attach?: string | boolean | Element | undefined;
614
- } & {
615
- $children?: {} | vue.VNodeChild | {
616
- default?: ((args_0: {
617
- isActive: vue.Ref<boolean>;
618
- }) => vue.VNodeChild) | undefined;
619
- activator?: ((args_0: {
620
- isActive: boolean;
621
- props: Record<string, any>;
622
- }) => vue.VNodeChild) | undefined;
623
- };
624
- $slots?: {
625
- default?: ((args_0: {
626
- isActive: vue.Ref<boolean>;
627
- }) => vue.VNodeChild) | undefined;
628
- activator?: ((args_0: {
629
- isActive: boolean;
630
- props: Record<string, any>;
631
- }) => vue.VNodeChild) | undefined;
632
- } | undefined;
633
- 'v-slots'?: {
634
- default?: false | ((args_0: {
635
- isActive: vue.Ref<boolean>;
636
- }) => vue.VNodeChild) | undefined;
637
- activator?: false | ((args_0: {
638
- isActive: boolean;
639
- props: Record<string, any>;
640
- }) => vue.VNodeChild) | undefined;
641
- } | undefined;
642
- } & {
643
- "v-slot:default"?: false | ((args_0: {
644
- isActive: vue.Ref<boolean>;
645
- }) => vue.VNodeChild) | undefined;
646
- "v-slot:activator"?: false | ((args_0: {
647
- isActive: boolean;
648
- props: Record<string, any>;
649
- }) => vue.VNodeChild) | undefined;
650
- } & {
651
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
652
- }, {
653
- location: Anchor;
654
- origin: "auto" | Anchor | "overlap";
655
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
656
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
657
- })> | {
658
- component: vue.DefineComponent<{} & {
659
- target?: HTMLElement | undefined;
660
- } & {
661
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
662
- default?: (() => vue.VNodeChild) | undefined;
663
- };
664
- $slots?: {
665
- default?: (() => vue.VNodeChild) | undefined;
666
- } | undefined;
667
- 'v-slots'?: {
668
- default?: false | (() => vue.VNodeChild) | undefined;
669
- } | undefined;
670
- } & {
671
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
672
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
673
- target?: HTMLElement | undefined;
674
- } & {
675
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
676
- default?: (() => vue.VNodeChild) | undefined;
677
- };
678
- $slots?: {
679
- default?: (() => vue.VNodeChild) | undefined;
680
- } | undefined;
681
- 'v-slots'?: {
682
- default?: false | (() => vue.VNodeChild) | undefined;
683
- } | undefined;
684
- } & {
685
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
686
- }, {}>;
2284
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2285
+ target: vue.PropType<HTMLElement>;
2286
+ }, vue.ExtractPropTypes<{
2287
+ target: vue.PropType<HTMLElement>;
2288
+ }>>;
687
2289
  };
688
2290
  zIndex: string | number;
689
2291
  eager: boolean;
@@ -705,7 +2307,631 @@ declare const VMenu: vue.DefineComponent<{
705
2307
  noClickAnimation: boolean;
706
2308
  persistent: boolean;
707
2309
  scrim: NonNullable<string | boolean>;
708
- }>;
2310
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2311
+ offset: vue.PropType<string | number | number[] | undefined>;
2312
+ location: {
2313
+ type: vue.PropType<Anchor>;
2314
+ default: string;
2315
+ };
2316
+ origin: {
2317
+ type: vue.PropType<"auto" | Anchor | "overlap">;
2318
+ default: string;
2319
+ };
2320
+ height: (StringConstructor | NumberConstructor)[];
2321
+ width: (StringConstructor | NumberConstructor)[];
2322
+ maxHeight: (StringConstructor | NumberConstructor)[];
2323
+ maxWidth: (StringConstructor | NumberConstructor)[];
2324
+ minHeight: (StringConstructor | NumberConstructor)[];
2325
+ minWidth: (StringConstructor | NumberConstructor)[];
2326
+ transition: Omit<{
2327
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2328
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2329
+ })>;
2330
+ default: string;
2331
+ validator: (val: unknown) => boolean;
2332
+ }, "type" | "default"> & {
2333
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2334
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2335
+ })> | {
2336
+ component: {
2337
+ new (...args: any[]): {
2338
+ $: vue.ComponentInternalInstance;
2339
+ $data: {};
2340
+ $props: Partial<{}> & Omit<{} & {
2341
+ target?: HTMLElement | undefined;
2342
+ } & {
2343
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2344
+ default?: (() => vue.VNodeChild) | undefined;
2345
+ };
2346
+ $slots?: {
2347
+ default?: (() => vue.VNodeChild) | undefined;
2348
+ } | undefined;
2349
+ 'v-slots'?: {
2350
+ default?: false | (() => vue.VNodeChild) | undefined;
2351
+ } | undefined;
2352
+ } & {
2353
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2354
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2355
+ $attrs: {
2356
+ [x: string]: unknown;
2357
+ };
2358
+ $refs: {
2359
+ [x: string]: unknown;
2360
+ };
2361
+ $slots: Readonly<{
2362
+ [name: string]: vue.Slot | undefined;
2363
+ }>;
2364
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2365
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2366
+ $emit: (event: string, ...args: any[]) => void;
2367
+ $el: any;
2368
+ $options: vue.ComponentOptionsBase<{} & {
2369
+ target?: HTMLElement | undefined;
2370
+ } & {
2371
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2372
+ default?: (() => vue.VNodeChild) | undefined;
2373
+ };
2374
+ $slots?: {
2375
+ default?: (() => vue.VNodeChild) | undefined;
2376
+ } | undefined;
2377
+ 'v-slots'?: {
2378
+ default?: false | (() => vue.VNodeChild) | undefined;
2379
+ } | undefined;
2380
+ } & {
2381
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2382
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2383
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2384
+ created?: ((() => void) | (() => void)[]) | undefined;
2385
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2386
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2387
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2388
+ updated?: ((() => void) | (() => void)[]) | undefined;
2389
+ activated?: ((() => void) | (() => void)[]) | undefined;
2390
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2391
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2392
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2393
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2394
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2395
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2396
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2397
+ 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;
2398
+ };
2399
+ $forceUpdate: () => void;
2400
+ $nextTick: typeof vue.nextTick;
2401
+ $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;
2402
+ } & {} & {
2403
+ target?: HTMLElement | undefined;
2404
+ } & {
2405
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2406
+ default?: (() => vue.VNodeChild) | undefined;
2407
+ };
2408
+ $slots?: {
2409
+ default?: (() => vue.VNodeChild) | undefined;
2410
+ } | undefined;
2411
+ 'v-slots'?: {
2412
+ default?: false | (() => vue.VNodeChild) | undefined;
2413
+ } | undefined;
2414
+ } & {
2415
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2416
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2417
+ __isFragment?: undefined;
2418
+ __isTeleport?: undefined;
2419
+ __isSuspense?: undefined;
2420
+ } & vue.ComponentOptionsBase<{} & {
2421
+ target?: HTMLElement | undefined;
2422
+ } & {
2423
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2424
+ default?: (() => vue.VNodeChild) | undefined;
2425
+ };
2426
+ $slots?: {
2427
+ default?: (() => vue.VNodeChild) | undefined;
2428
+ } | undefined;
2429
+ 'v-slots'?: {
2430
+ default?: false | (() => vue.VNodeChild) | undefined;
2431
+ } | undefined;
2432
+ } & {
2433
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2434
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2435
+ target: vue.PropType<HTMLElement>;
2436
+ }, vue.ExtractPropTypes<{
2437
+ target: vue.PropType<HTMLElement>;
2438
+ }>>;
2439
+ }>;
2440
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2441
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2442
+ })> | {
2443
+ component: {
2444
+ new (...args: any[]): {
2445
+ $: vue.ComponentInternalInstance;
2446
+ $data: {};
2447
+ $props: Partial<{}> & Omit<{} & {
2448
+ target?: HTMLElement | undefined;
2449
+ } & {
2450
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2451
+ default?: (() => vue.VNodeChild) | undefined;
2452
+ };
2453
+ $slots?: {
2454
+ default?: (() => vue.VNodeChild) | undefined;
2455
+ } | undefined;
2456
+ 'v-slots'?: {
2457
+ default?: false | (() => vue.VNodeChild) | undefined;
2458
+ } | undefined;
2459
+ } & {
2460
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2461
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2462
+ $attrs: {
2463
+ [x: string]: unknown;
2464
+ };
2465
+ $refs: {
2466
+ [x: string]: unknown;
2467
+ };
2468
+ $slots: Readonly<{
2469
+ [name: string]: vue.Slot | undefined;
2470
+ }>;
2471
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2472
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2473
+ $emit: (event: string, ...args: any[]) => void;
2474
+ $el: any;
2475
+ $options: vue.ComponentOptionsBase<{} & {
2476
+ target?: HTMLElement | undefined;
2477
+ } & {
2478
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2479
+ default?: (() => vue.VNodeChild) | undefined;
2480
+ };
2481
+ $slots?: {
2482
+ default?: (() => vue.VNodeChild) | undefined;
2483
+ } | undefined;
2484
+ 'v-slots'?: {
2485
+ default?: false | (() => vue.VNodeChild) | undefined;
2486
+ } | undefined;
2487
+ } & {
2488
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2489
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2490
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2491
+ created?: ((() => void) | (() => void)[]) | undefined;
2492
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2493
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2494
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2495
+ updated?: ((() => void) | (() => void)[]) | undefined;
2496
+ activated?: ((() => void) | (() => void)[]) | undefined;
2497
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2498
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2499
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2500
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2501
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2502
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2503
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2504
+ 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;
2505
+ };
2506
+ $forceUpdate: () => void;
2507
+ $nextTick: typeof vue.nextTick;
2508
+ $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;
2509
+ } & {} & {
2510
+ target?: HTMLElement | undefined;
2511
+ } & {
2512
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2513
+ default?: (() => vue.VNodeChild) | undefined;
2514
+ };
2515
+ $slots?: {
2516
+ default?: (() => vue.VNodeChild) | undefined;
2517
+ } | undefined;
2518
+ 'v-slots'?: {
2519
+ default?: false | (() => vue.VNodeChild) | undefined;
2520
+ } | undefined;
2521
+ } & {
2522
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2523
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2524
+ __isFragment?: undefined;
2525
+ __isTeleport?: undefined;
2526
+ __isSuspense?: undefined;
2527
+ } & vue.ComponentOptionsBase<{} & {
2528
+ target?: HTMLElement | undefined;
2529
+ } & {
2530
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2531
+ default?: (() => vue.VNodeChild) | undefined;
2532
+ };
2533
+ $slots?: {
2534
+ default?: (() => vue.VNodeChild) | undefined;
2535
+ } | undefined;
2536
+ 'v-slots'?: {
2537
+ default?: false | (() => vue.VNodeChild) | undefined;
2538
+ } | undefined;
2539
+ } & {
2540
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2541
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2542
+ target: vue.PropType<HTMLElement>;
2543
+ }, vue.ExtractPropTypes<{
2544
+ target: vue.PropType<HTMLElement>;
2545
+ }>>;
2546
+ };
2547
+ };
2548
+ zIndex: {
2549
+ type: (StringConstructor | NumberConstructor)[];
2550
+ default: number;
2551
+ };
2552
+ eager: BooleanConstructor;
2553
+ disabled: BooleanConstructor;
2554
+ theme: StringConstructor;
2555
+ contentClass: null;
2556
+ modelValue: BooleanConstructor;
2557
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
2558
+ closeDelay: {
2559
+ type: vue.PropType<NonNullable<string | number>>;
2560
+ default: NonNullable<string | number>;
2561
+ };
2562
+ openDelay: {
2563
+ type: vue.PropType<NonNullable<string | number>>;
2564
+ default: NonNullable<string | number>;
2565
+ };
2566
+ activatorProps: {
2567
+ type: vue.PropType<Record<string, any>>;
2568
+ default: () => {};
2569
+ };
2570
+ openOnClick: {
2571
+ type: BooleanConstructor;
2572
+ default: undefined;
2573
+ };
2574
+ openOnHover: BooleanConstructor;
2575
+ openOnFocus: {
2576
+ type: BooleanConstructor;
2577
+ default: undefined;
2578
+ };
2579
+ closeOnContentClick: {
2580
+ type: vue.PropType<boolean>;
2581
+ default: boolean;
2582
+ };
2583
+ locationStrategy: Omit<{
2584
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2585
+ updateLocation: (e: Event) => void;
2586
+ } | undefined)>;
2587
+ default: string;
2588
+ validator: (val: any) => boolean;
2589
+ }, "type" | "default"> & {
2590
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2591
+ updateLocation: (e: Event) => void;
2592
+ } | undefined)>>;
2593
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2594
+ updateLocation: (e: Event) => void;
2595
+ } | undefined)>;
2596
+ };
2597
+ scrollStrategy: Omit<{
2598
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2599
+ default: string;
2600
+ validator: (val: any) => boolean;
2601
+ }, "type" | "default"> & {
2602
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
2603
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2604
+ };
2605
+ closeOnBack: {
2606
+ type: BooleanConstructor;
2607
+ default: boolean;
2608
+ };
2609
+ contained: BooleanConstructor;
2610
+ contentProps: null;
2611
+ noClickAnimation: BooleanConstructor;
2612
+ persistent: BooleanConstructor;
2613
+ scrim: Omit<{
2614
+ type: (StringConstructor | BooleanConstructor)[];
2615
+ default: boolean;
2616
+ }, "type" | "default"> & {
2617
+ type: vue.PropType<NonNullable<string | boolean>>;
2618
+ default: NonNullable<string | boolean>;
2619
+ };
2620
+ attach: vue.PropType<string | boolean | Element>;
2621
+ id: StringConstructor;
2622
+ }, vue.ExtractPropTypes<{
2623
+ offset: vue.PropType<string | number | number[] | undefined>;
2624
+ location: {
2625
+ type: vue.PropType<Anchor>;
2626
+ default: string;
2627
+ };
2628
+ origin: {
2629
+ type: vue.PropType<"auto" | Anchor | "overlap">;
2630
+ default: string;
2631
+ };
2632
+ height: (StringConstructor | NumberConstructor)[];
2633
+ width: (StringConstructor | NumberConstructor)[];
2634
+ maxHeight: (StringConstructor | NumberConstructor)[];
2635
+ maxWidth: (StringConstructor | NumberConstructor)[];
2636
+ minHeight: (StringConstructor | NumberConstructor)[];
2637
+ minWidth: (StringConstructor | NumberConstructor)[];
2638
+ transition: Omit<{
2639
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2640
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2641
+ })>;
2642
+ default: string;
2643
+ validator: (val: unknown) => boolean;
2644
+ }, "type" | "default"> & {
2645
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2646
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2647
+ })> | {
2648
+ component: {
2649
+ new (...args: any[]): {
2650
+ $: vue.ComponentInternalInstance;
2651
+ $data: {};
2652
+ $props: Partial<{}> & Omit<{} & {
2653
+ target?: HTMLElement | undefined;
2654
+ } & {
2655
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2656
+ default?: (() => vue.VNodeChild) | undefined;
2657
+ };
2658
+ $slots?: {
2659
+ default?: (() => vue.VNodeChild) | undefined;
2660
+ } | undefined;
2661
+ 'v-slots'?: {
2662
+ default?: false | (() => vue.VNodeChild) | undefined;
2663
+ } | undefined;
2664
+ } & {
2665
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2666
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2667
+ $attrs: {
2668
+ [x: string]: unknown;
2669
+ };
2670
+ $refs: {
2671
+ [x: string]: unknown;
2672
+ };
2673
+ $slots: Readonly<{
2674
+ [name: string]: vue.Slot | undefined;
2675
+ }>;
2676
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2677
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2678
+ $emit: (event: string, ...args: any[]) => void;
2679
+ $el: any;
2680
+ $options: vue.ComponentOptionsBase<{} & {
2681
+ target?: HTMLElement | undefined;
2682
+ } & {
2683
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2684
+ default?: (() => vue.VNodeChild) | undefined;
2685
+ };
2686
+ $slots?: {
2687
+ default?: (() => vue.VNodeChild) | undefined;
2688
+ } | undefined;
2689
+ 'v-slots'?: {
2690
+ default?: false | (() => vue.VNodeChild) | undefined;
2691
+ } | undefined;
2692
+ } & {
2693
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2694
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2695
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2696
+ created?: ((() => void) | (() => void)[]) | undefined;
2697
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2698
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2699
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2700
+ updated?: ((() => void) | (() => void)[]) | undefined;
2701
+ activated?: ((() => void) | (() => void)[]) | undefined;
2702
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2703
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2704
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2705
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2706
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2707
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2708
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2709
+ 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;
2710
+ };
2711
+ $forceUpdate: () => void;
2712
+ $nextTick: typeof vue.nextTick;
2713
+ $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;
2714
+ } & {} & {
2715
+ target?: HTMLElement | undefined;
2716
+ } & {
2717
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2718
+ default?: (() => vue.VNodeChild) | undefined;
2719
+ };
2720
+ $slots?: {
2721
+ default?: (() => vue.VNodeChild) | undefined;
2722
+ } | undefined;
2723
+ 'v-slots'?: {
2724
+ default?: false | (() => vue.VNodeChild) | undefined;
2725
+ } | undefined;
2726
+ } & {
2727
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2728
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2729
+ __isFragment?: undefined;
2730
+ __isTeleport?: undefined;
2731
+ __isSuspense?: undefined;
2732
+ } & vue.ComponentOptionsBase<{} & {
2733
+ target?: HTMLElement | undefined;
2734
+ } & {
2735
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2736
+ default?: (() => vue.VNodeChild) | undefined;
2737
+ };
2738
+ $slots?: {
2739
+ default?: (() => vue.VNodeChild) | undefined;
2740
+ } | undefined;
2741
+ 'v-slots'?: {
2742
+ default?: false | (() => vue.VNodeChild) | undefined;
2743
+ } | undefined;
2744
+ } & {
2745
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2746
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2747
+ target: vue.PropType<HTMLElement>;
2748
+ }, vue.ExtractPropTypes<{
2749
+ target: vue.PropType<HTMLElement>;
2750
+ }>>;
2751
+ }>;
2752
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2753
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2754
+ })> | {
2755
+ component: {
2756
+ new (...args: any[]): {
2757
+ $: vue.ComponentInternalInstance;
2758
+ $data: {};
2759
+ $props: Partial<{}> & Omit<{} & {
2760
+ target?: HTMLElement | undefined;
2761
+ } & {
2762
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2763
+ default?: (() => vue.VNodeChild) | undefined;
2764
+ };
2765
+ $slots?: {
2766
+ default?: (() => vue.VNodeChild) | undefined;
2767
+ } | undefined;
2768
+ 'v-slots'?: {
2769
+ default?: false | (() => vue.VNodeChild) | undefined;
2770
+ } | undefined;
2771
+ } & {
2772
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2773
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2774
+ $attrs: {
2775
+ [x: string]: unknown;
2776
+ };
2777
+ $refs: {
2778
+ [x: string]: unknown;
2779
+ };
2780
+ $slots: Readonly<{
2781
+ [name: string]: vue.Slot | undefined;
2782
+ }>;
2783
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2784
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2785
+ $emit: (event: string, ...args: any[]) => void;
2786
+ $el: any;
2787
+ $options: vue.ComponentOptionsBase<{} & {
2788
+ target?: HTMLElement | undefined;
2789
+ } & {
2790
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2791
+ default?: (() => vue.VNodeChild) | undefined;
2792
+ };
2793
+ $slots?: {
2794
+ default?: (() => vue.VNodeChild) | undefined;
2795
+ } | undefined;
2796
+ 'v-slots'?: {
2797
+ default?: false | (() => vue.VNodeChild) | undefined;
2798
+ } | undefined;
2799
+ } & {
2800
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2801
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2802
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2803
+ created?: ((() => void) | (() => void)[]) | undefined;
2804
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2805
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2806
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2807
+ updated?: ((() => void) | (() => void)[]) | undefined;
2808
+ activated?: ((() => void) | (() => void)[]) | undefined;
2809
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2810
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2811
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2812
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2813
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2814
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2815
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2816
+ 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;
2817
+ };
2818
+ $forceUpdate: () => void;
2819
+ $nextTick: typeof vue.nextTick;
2820
+ $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;
2821
+ } & {} & {
2822
+ target?: HTMLElement | undefined;
2823
+ } & {
2824
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2825
+ default?: (() => vue.VNodeChild) | undefined;
2826
+ };
2827
+ $slots?: {
2828
+ default?: (() => vue.VNodeChild) | undefined;
2829
+ } | undefined;
2830
+ 'v-slots'?: {
2831
+ default?: false | (() => vue.VNodeChild) | undefined;
2832
+ } | undefined;
2833
+ } & {
2834
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2835
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2836
+ __isFragment?: undefined;
2837
+ __isTeleport?: undefined;
2838
+ __isSuspense?: undefined;
2839
+ } & vue.ComponentOptionsBase<{} & {
2840
+ target?: HTMLElement | undefined;
2841
+ } & {
2842
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2843
+ default?: (() => vue.VNodeChild) | undefined;
2844
+ };
2845
+ $slots?: {
2846
+ default?: (() => vue.VNodeChild) | undefined;
2847
+ } | undefined;
2848
+ 'v-slots'?: {
2849
+ default?: false | (() => vue.VNodeChild) | undefined;
2850
+ } | undefined;
2851
+ } & {
2852
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2853
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2854
+ target: vue.PropType<HTMLElement>;
2855
+ }, vue.ExtractPropTypes<{
2856
+ target: vue.PropType<HTMLElement>;
2857
+ }>>;
2858
+ };
2859
+ };
2860
+ zIndex: {
2861
+ type: (StringConstructor | NumberConstructor)[];
2862
+ default: number;
2863
+ };
2864
+ eager: BooleanConstructor;
2865
+ disabled: BooleanConstructor;
2866
+ theme: StringConstructor;
2867
+ contentClass: null;
2868
+ modelValue: BooleanConstructor;
2869
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
2870
+ closeDelay: {
2871
+ type: vue.PropType<NonNullable<string | number>>;
2872
+ default: NonNullable<string | number>;
2873
+ };
2874
+ openDelay: {
2875
+ type: vue.PropType<NonNullable<string | number>>;
2876
+ default: NonNullable<string | number>;
2877
+ };
2878
+ activatorProps: {
2879
+ type: vue.PropType<Record<string, any>>;
2880
+ default: () => {};
2881
+ };
2882
+ openOnClick: {
2883
+ type: BooleanConstructor;
2884
+ default: undefined;
2885
+ };
2886
+ openOnHover: BooleanConstructor;
2887
+ openOnFocus: {
2888
+ type: BooleanConstructor;
2889
+ default: undefined;
2890
+ };
2891
+ closeOnContentClick: {
2892
+ type: vue.PropType<boolean>;
2893
+ default: boolean;
2894
+ };
2895
+ locationStrategy: Omit<{
2896
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2897
+ updateLocation: (e: Event) => void;
2898
+ } | undefined)>;
2899
+ default: string;
2900
+ validator: (val: any) => boolean;
2901
+ }, "type" | "default"> & {
2902
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2903
+ updateLocation: (e: Event) => void;
2904
+ } | undefined)>>;
2905
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2906
+ updateLocation: (e: Event) => void;
2907
+ } | undefined)>;
2908
+ };
2909
+ scrollStrategy: Omit<{
2910
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2911
+ default: string;
2912
+ validator: (val: any) => boolean;
2913
+ }, "type" | "default"> & {
2914
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
2915
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2916
+ };
2917
+ closeOnBack: {
2918
+ type: BooleanConstructor;
2919
+ default: boolean;
2920
+ };
2921
+ contained: BooleanConstructor;
2922
+ contentProps: null;
2923
+ noClickAnimation: BooleanConstructor;
2924
+ persistent: BooleanConstructor;
2925
+ scrim: Omit<{
2926
+ type: (StringConstructor | BooleanConstructor)[];
2927
+ default: boolean;
2928
+ }, "type" | "default"> & {
2929
+ type: vue.PropType<NonNullable<string | boolean>>;
2930
+ default: NonNullable<string | boolean>;
2931
+ };
2932
+ attach: vue.PropType<string | boolean | Element>;
2933
+ id: StringConstructor;
2934
+ }>>;
709
2935
  type VMenu = InstanceType<typeof VMenu>;
710
2936
 
711
2937
  export { VMenu };