@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,7 +84,1035 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
80
84
  } | undefined;
81
85
  };
82
86
 
83
- declare const VTooltip: vue.DefineComponent<{
87
+ declare const VTooltip: {
88
+ new (...args: any[]): {
89
+ $: vue.ComponentInternalInstance;
90
+ $data: {};
91
+ $props: Partial<{
92
+ offset: NonNullable<string | number | number[] | undefined>;
93
+ location: NonNullable<Anchor>;
94
+ origin: NonNullable<"auto" | Anchor | "overlap">;
95
+ minWidth: NonNullable<string | number>;
96
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
97
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
98
+ })>;
99
+ zIndex: string | number;
100
+ eager: boolean;
101
+ disabled: boolean;
102
+ modelValue: boolean;
103
+ activatorProps: Record<string, any>;
104
+ openOnClick: boolean;
105
+ openOnHover: boolean;
106
+ openOnFocus: boolean;
107
+ closeOnContentClick: boolean;
108
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
109
+ updateLocation: (e: Event) => void;
110
+ } | undefined)>;
111
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
112
+ closeOnBack: boolean;
113
+ contained: boolean;
114
+ noClickAnimation: boolean;
115
+ scrim: NonNullable<string | boolean>;
116
+ }> & Omit<{
117
+ offset: NonNullable<string | number | number[] | undefined>;
118
+ location: NonNullable<Anchor>;
119
+ origin: NonNullable<"auto" | Anchor | "overlap">;
120
+ minWidth: NonNullable<string | number>;
121
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
122
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
123
+ })>;
124
+ zIndex: string | number;
125
+ eager: boolean;
126
+ disabled: boolean;
127
+ modelValue: boolean;
128
+ activatorProps: Record<string, any>;
129
+ openOnClick: boolean;
130
+ openOnHover: boolean;
131
+ closeOnContentClick: boolean;
132
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
133
+ updateLocation: (e: Event) => void;
134
+ } | undefined)>;
135
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
136
+ closeOnBack: boolean;
137
+ contained: boolean;
138
+ noClickAnimation: boolean;
139
+ scrim: NonNullable<string | boolean>;
140
+ } & {
141
+ id?: string | undefined;
142
+ height?: string | number | undefined;
143
+ width?: string | number | undefined;
144
+ maxHeight?: string | number | undefined;
145
+ maxWidth?: string | number | undefined;
146
+ minHeight?: string | number | undefined;
147
+ text?: string | undefined;
148
+ theme?: string | undefined;
149
+ contentClass?: any;
150
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
151
+ closeDelay?: string | number | undefined;
152
+ openDelay?: string | number | undefined;
153
+ openOnFocus?: boolean | undefined;
154
+ contentProps?: any;
155
+ attach?: string | boolean | Element | undefined;
156
+ } & {
157
+ $children?: {} | vue.VNodeChild | {
158
+ default?: ((args_0: {
159
+ isActive: vue.Ref<boolean>;
160
+ }) => vue.VNodeChild) | undefined;
161
+ activator?: ((args_0: {
162
+ isActive: boolean;
163
+ props: Record<string, any>;
164
+ }) => vue.VNodeChild) | undefined;
165
+ };
166
+ $slots?: {
167
+ default?: ((args_0: {
168
+ isActive: vue.Ref<boolean>;
169
+ }) => vue.VNodeChild) | undefined;
170
+ activator?: ((args_0: {
171
+ isActive: boolean;
172
+ props: Record<string, any>;
173
+ }) => vue.VNodeChild) | undefined;
174
+ } | undefined;
175
+ 'v-slots'?: {
176
+ default?: false | ((args_0: {
177
+ isActive: vue.Ref<boolean>;
178
+ }) => vue.VNodeChild) | undefined;
179
+ activator?: false | ((args_0: {
180
+ isActive: boolean;
181
+ props: Record<string, any>;
182
+ }) => vue.VNodeChild) | undefined;
183
+ } | undefined;
184
+ } & {
185
+ "v-slot:default"?: false | ((args_0: {
186
+ isActive: vue.Ref<boolean>;
187
+ }) => vue.VNodeChild) | undefined;
188
+ "v-slot:activator"?: false | ((args_0: {
189
+ isActive: boolean;
190
+ props: Record<string, any>;
191
+ }) => vue.VNodeChild) | undefined;
192
+ } & {
193
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
194
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "offset" | "location" | "origin" | "minWidth" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim">;
195
+ $attrs: {
196
+ [x: string]: unknown;
197
+ };
198
+ $refs: {
199
+ [x: string]: unknown;
200
+ };
201
+ $slots: Readonly<{
202
+ [name: string]: vue.Slot | undefined;
203
+ }>;
204
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
205
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
206
+ $emit: (event: "update:modelValue", value: boolean) => void;
207
+ $el: any;
208
+ $options: vue.ComponentOptionsBase<{
209
+ offset: NonNullable<string | number | number[] | undefined>;
210
+ location: NonNullable<Anchor>;
211
+ origin: NonNullable<"auto" | Anchor | "overlap">;
212
+ minWidth: NonNullable<string | number>;
213
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
214
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
215
+ })>;
216
+ zIndex: string | number;
217
+ eager: boolean;
218
+ disabled: boolean;
219
+ modelValue: boolean;
220
+ activatorProps: Record<string, any>;
221
+ openOnClick: boolean;
222
+ openOnHover: boolean;
223
+ closeOnContentClick: boolean;
224
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
225
+ updateLocation: (e: Event) => void;
226
+ } | undefined)>;
227
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
228
+ closeOnBack: boolean;
229
+ contained: boolean;
230
+ noClickAnimation: boolean;
231
+ scrim: NonNullable<string | boolean>;
232
+ } & {
233
+ id?: string | undefined;
234
+ height?: string | number | undefined;
235
+ width?: string | number | undefined;
236
+ maxHeight?: string | number | undefined;
237
+ maxWidth?: string | number | undefined;
238
+ minHeight?: string | number | undefined;
239
+ text?: string | undefined;
240
+ theme?: string | undefined;
241
+ contentClass?: any;
242
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
243
+ closeDelay?: string | number | undefined;
244
+ openDelay?: string | number | undefined;
245
+ openOnFocus?: boolean | undefined;
246
+ contentProps?: any;
247
+ attach?: string | boolean | Element | undefined;
248
+ } & {
249
+ $children?: {} | vue.VNodeChild | {
250
+ default?: ((args_0: {
251
+ isActive: vue.Ref<boolean>;
252
+ }) => vue.VNodeChild) | undefined;
253
+ activator?: ((args_0: {
254
+ isActive: boolean;
255
+ props: Record<string, any>;
256
+ }) => vue.VNodeChild) | undefined;
257
+ };
258
+ $slots?: {
259
+ default?: ((args_0: {
260
+ isActive: vue.Ref<boolean>;
261
+ }) => vue.VNodeChild) | undefined;
262
+ activator?: ((args_0: {
263
+ isActive: boolean;
264
+ props: Record<string, any>;
265
+ }) => vue.VNodeChild) | undefined;
266
+ } | undefined;
267
+ 'v-slots'?: {
268
+ default?: false | ((args_0: {
269
+ isActive: vue.Ref<boolean>;
270
+ }) => vue.VNodeChild) | undefined;
271
+ activator?: false | ((args_0: {
272
+ isActive: boolean;
273
+ props: Record<string, any>;
274
+ }) => vue.VNodeChild) | undefined;
275
+ } | undefined;
276
+ } & {
277
+ "v-slot:default"?: false | ((args_0: {
278
+ isActive: vue.Ref<boolean>;
279
+ }) => vue.VNodeChild) | undefined;
280
+ "v-slot:activator"?: false | ((args_0: {
281
+ isActive: boolean;
282
+ props: Record<string, any>;
283
+ }) => vue.VNodeChild) | undefined;
284
+ } & {
285
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
286
+ }, Omit<Omit<{
287
+ $: vue.ComponentInternalInstance;
288
+ $data: {};
289
+ $props: Partial<{
290
+ absolute: boolean;
291
+ location: Anchor;
292
+ origin: "auto" | Anchor | "overlap";
293
+ transition: string | boolean | (vue.TransitionProps & {
294
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
295
+ });
296
+ zIndex: string | number;
297
+ eager: boolean;
298
+ disabled: boolean;
299
+ modelValue: boolean;
300
+ activatorProps: Record<string, any>;
301
+ openOnClick: boolean;
302
+ openOnHover: boolean;
303
+ openOnFocus: boolean;
304
+ closeOnContentClick: boolean;
305
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
306
+ updateLocation: (e: Event) => void;
307
+ } | undefined);
308
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
309
+ closeOnBack: boolean;
310
+ contained: boolean;
311
+ noClickAnimation: boolean;
312
+ persistent: boolean;
313
+ scrim: string | boolean;
314
+ _disableGlobalStack: boolean;
315
+ }> & Omit<{
316
+ absolute: boolean;
317
+ location: Anchor;
318
+ origin: "auto" | Anchor | "overlap";
319
+ transition: string | boolean | (vue.TransitionProps & {
320
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
321
+ });
322
+ zIndex: string | number;
323
+ eager: boolean;
324
+ disabled: boolean;
325
+ modelValue: boolean;
326
+ activatorProps: Record<string, any>;
327
+ openOnHover: boolean;
328
+ closeOnContentClick: boolean;
329
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
330
+ updateLocation: (e: Event) => void;
331
+ } | undefined);
332
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
333
+ closeOnBack: boolean;
334
+ contained: boolean;
335
+ noClickAnimation: boolean;
336
+ persistent: boolean;
337
+ scrim: string | boolean;
338
+ _disableGlobalStack: boolean;
339
+ } & {
340
+ offset?: string | number | number[] | undefined;
341
+ height?: string | number | undefined;
342
+ width?: string | number | undefined;
343
+ maxHeight?: string | number | undefined;
344
+ maxWidth?: string | number | undefined;
345
+ minHeight?: string | number | undefined;
346
+ minWidth?: string | number | undefined;
347
+ theme?: string | undefined;
348
+ contentClass?: any;
349
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
350
+ closeDelay?: string | number | undefined;
351
+ openDelay?: string | number | undefined;
352
+ openOnClick?: boolean | undefined;
353
+ openOnFocus?: boolean | undefined;
354
+ contentProps?: any;
355
+ attach?: string | boolean | Element | undefined;
356
+ } & {
357
+ $children?: {} | vue.VNodeChild | {
358
+ default?: ((args_0: {
359
+ isActive: vue.Ref<boolean>;
360
+ }) => vue.VNodeChild) | undefined;
361
+ activator?: ((args_0: {
362
+ isActive: boolean;
363
+ props: Record<string, any>;
364
+ }) => vue.VNodeChild) | undefined;
365
+ };
366
+ $slots?: {
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;
374
+ } | undefined;
375
+ 'v-slots'?: {
376
+ default?: false | ((args_0: {
377
+ isActive: vue.Ref<boolean>;
378
+ }) => vue.VNodeChild) | undefined;
379
+ activator?: false | ((args_0: {
380
+ isActive: boolean;
381
+ props: Record<string, any>;
382
+ }) => vue.VNodeChild) | undefined;
383
+ } | undefined;
384
+ } & {
385
+ "v-slot:default"?: false | ((args_0: {
386
+ isActive: vue.Ref<boolean>;
387
+ }) => vue.VNodeChild) | undefined;
388
+ "v-slot:activator"?: false | ((args_0: {
389
+ isActive: boolean;
390
+ props: Record<string, any>;
391
+ }) => vue.VNodeChild) | undefined;
392
+ } & {
393
+ onAfterLeave?: (() => any) | undefined;
394
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
395
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
396
+ } & 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">;
397
+ $attrs: {
398
+ [x: string]: unknown;
399
+ };
400
+ $refs: {
401
+ [x: string]: unknown;
402
+ };
403
+ $slots: Readonly<{
404
+ [name: string]: vue.Slot | undefined;
405
+ }>;
406
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
407
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
408
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
409
+ $el: any;
410
+ $options: vue.ComponentOptionsBase<{
411
+ absolute: boolean;
412
+ location: Anchor;
413
+ origin: "auto" | Anchor | "overlap";
414
+ transition: string | boolean | (vue.TransitionProps & {
415
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
416
+ });
417
+ zIndex: string | number;
418
+ eager: boolean;
419
+ disabled: boolean;
420
+ modelValue: boolean;
421
+ activatorProps: Record<string, any>;
422
+ openOnHover: boolean;
423
+ closeOnContentClick: boolean;
424
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
425
+ updateLocation: (e: Event) => void;
426
+ } | undefined);
427
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
428
+ closeOnBack: boolean;
429
+ contained: boolean;
430
+ noClickAnimation: boolean;
431
+ persistent: boolean;
432
+ scrim: string | boolean;
433
+ _disableGlobalStack: boolean;
434
+ } & {
435
+ offset?: string | number | number[] | undefined;
436
+ height?: string | number | undefined;
437
+ width?: string | number | undefined;
438
+ maxHeight?: string | number | undefined;
439
+ maxWidth?: string | number | undefined;
440
+ minHeight?: string | number | undefined;
441
+ minWidth?: string | number | undefined;
442
+ theme?: string | undefined;
443
+ contentClass?: any;
444
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
445
+ closeDelay?: string | number | undefined;
446
+ openDelay?: string | number | undefined;
447
+ openOnClick?: boolean | undefined;
448
+ openOnFocus?: boolean | undefined;
449
+ contentProps?: any;
450
+ attach?: string | boolean | Element | undefined;
451
+ } & {
452
+ $children?: {} | vue.VNodeChild | {
453
+ default?: ((args_0: {
454
+ isActive: vue.Ref<boolean>;
455
+ }) => vue.VNodeChild) | undefined;
456
+ activator?: ((args_0: {
457
+ isActive: boolean;
458
+ props: Record<string, any>;
459
+ }) => vue.VNodeChild) | undefined;
460
+ };
461
+ $slots?: {
462
+ default?: ((args_0: {
463
+ isActive: vue.Ref<boolean>;
464
+ }) => vue.VNodeChild) | undefined;
465
+ activator?: ((args_0: {
466
+ isActive: boolean;
467
+ props: Record<string, any>;
468
+ }) => vue.VNodeChild) | undefined;
469
+ } | undefined;
470
+ 'v-slots'?: {
471
+ default?: false | ((args_0: {
472
+ isActive: vue.Ref<boolean>;
473
+ }) => vue.VNodeChild) | undefined;
474
+ activator?: false | ((args_0: {
475
+ isActive: boolean;
476
+ props: Record<string, any>;
477
+ }) => vue.VNodeChild) | undefined;
478
+ } | undefined;
479
+ } & {
480
+ "v-slot:default"?: false | ((args_0: {
481
+ isActive: vue.Ref<boolean>;
482
+ }) => vue.VNodeChild) | undefined;
483
+ "v-slot:activator"?: false | ((args_0: {
484
+ isActive: boolean;
485
+ props: Record<string, any>;
486
+ }) => vue.VNodeChild) | undefined;
487
+ } & {
488
+ onAfterLeave?: (() => any) | undefined;
489
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
490
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
491
+ }, {
492
+ activatorEl: vue.Ref<HTMLElement | undefined>;
493
+ animateClick: () => void;
494
+ contentEl: vue.Ref<HTMLElement | undefined>;
495
+ globalTop: Readonly<vue.Ref<boolean>>;
496
+ localTop: vue.ComputedRef<boolean>;
497
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
498
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
499
+ 'click:outside': (e: MouseEvent) => true;
500
+ 'update:modelValue': (value: boolean) => true;
501
+ afterLeave: () => true;
502
+ }, string, {
503
+ absolute: boolean;
504
+ location: Anchor;
505
+ origin: "auto" | Anchor | "overlap";
506
+ transition: string | boolean | (vue.TransitionProps & {
507
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
508
+ });
509
+ zIndex: string | number;
510
+ eager: boolean;
511
+ disabled: boolean;
512
+ modelValue: boolean;
513
+ activatorProps: Record<string, any>;
514
+ openOnClick: boolean;
515
+ openOnHover: boolean;
516
+ openOnFocus: boolean;
517
+ closeOnContentClick: boolean;
518
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
519
+ updateLocation: (e: Event) => void;
520
+ } | undefined);
521
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
522
+ closeOnBack: boolean;
523
+ contained: boolean;
524
+ noClickAnimation: boolean;
525
+ persistent: boolean;
526
+ scrim: string | boolean;
527
+ _disableGlobalStack: boolean;
528
+ }, {}, string> & {
529
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
530
+ created?: ((() => void) | (() => void)[]) | undefined;
531
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
532
+ mounted?: ((() => void) | (() => void)[]) | undefined;
533
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
534
+ updated?: ((() => void) | (() => void)[]) | undefined;
535
+ activated?: ((() => void) | (() => void)[]) | undefined;
536
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
537
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
538
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
539
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
540
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
541
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
542
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
543
+ 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;
544
+ };
545
+ $forceUpdate: () => void;
546
+ $nextTick: typeof vue.nextTick;
547
+ $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;
548
+ } & {
549
+ absolute: boolean;
550
+ location: Anchor;
551
+ origin: "auto" | Anchor | "overlap";
552
+ transition: string | boolean | (vue.TransitionProps & {
553
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
554
+ });
555
+ zIndex: string | number;
556
+ eager: boolean;
557
+ disabled: boolean;
558
+ modelValue: boolean;
559
+ activatorProps: Record<string, any>;
560
+ openOnHover: boolean;
561
+ closeOnContentClick: boolean;
562
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
563
+ updateLocation: (e: Event) => void;
564
+ } | undefined);
565
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
566
+ closeOnBack: boolean;
567
+ contained: boolean;
568
+ noClickAnimation: boolean;
569
+ persistent: boolean;
570
+ scrim: string | boolean;
571
+ _disableGlobalStack: boolean;
572
+ } & {
573
+ offset?: string | number | number[] | undefined;
574
+ height?: string | number | undefined;
575
+ width?: string | number | undefined;
576
+ maxHeight?: string | number | undefined;
577
+ maxWidth?: string | number | undefined;
578
+ minHeight?: string | number | undefined;
579
+ minWidth?: string | number | undefined;
580
+ theme?: string | undefined;
581
+ contentClass?: any;
582
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
583
+ closeDelay?: string | number | undefined;
584
+ openDelay?: string | number | undefined;
585
+ openOnClick?: boolean | undefined;
586
+ openOnFocus?: boolean | undefined;
587
+ contentProps?: any;
588
+ attach?: string | boolean | Element | undefined;
589
+ } & {
590
+ $children?: {} | vue.VNodeChild | {
591
+ default?: ((args_0: {
592
+ isActive: vue.Ref<boolean>;
593
+ }) => vue.VNodeChild) | undefined;
594
+ activator?: ((args_0: {
595
+ isActive: boolean;
596
+ props: Record<string, any>;
597
+ }) => vue.VNodeChild) | undefined;
598
+ };
599
+ $slots?: {
600
+ default?: ((args_0: {
601
+ isActive: vue.Ref<boolean>;
602
+ }) => vue.VNodeChild) | undefined;
603
+ activator?: ((args_0: {
604
+ isActive: boolean;
605
+ props: Record<string, any>;
606
+ }) => vue.VNodeChild) | undefined;
607
+ } | undefined;
608
+ 'v-slots'?: {
609
+ default?: false | ((args_0: {
610
+ isActive: vue.Ref<boolean>;
611
+ }) => vue.VNodeChild) | undefined;
612
+ activator?: false | ((args_0: {
613
+ isActive: boolean;
614
+ props: Record<string, any>;
615
+ }) => vue.VNodeChild) | undefined;
616
+ } | undefined;
617
+ } & {
618
+ "v-slot:default"?: false | ((args_0: {
619
+ isActive: vue.Ref<boolean>;
620
+ }) => vue.VNodeChild) | undefined;
621
+ "v-slot:activator"?: false | ((args_0: {
622
+ isActive: boolean;
623
+ props: Record<string, any>;
624
+ }) => vue.VNodeChild) | undefined;
625
+ } & {
626
+ onAfterLeave?: (() => any) | undefined;
627
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
628
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
629
+ } & vue.ShallowUnwrapRef<{
630
+ activatorEl: vue.Ref<HTMLElement | undefined>;
631
+ animateClick: () => void;
632
+ contentEl: vue.Ref<HTMLElement | undefined>;
633
+ globalTop: Readonly<vue.Ref<boolean>>;
634
+ localTop: vue.ComputedRef<boolean>;
635
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
636
+ }> & {} & 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, {
637
+ 'update:modelValue': (value: boolean) => boolean;
638
+ }, string, {
639
+ offset: NonNullable<string | number | number[] | undefined>;
640
+ location: NonNullable<Anchor>;
641
+ origin: NonNullable<"auto" | Anchor | "overlap">;
642
+ minWidth: NonNullable<string | number>;
643
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
644
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
645
+ })>;
646
+ zIndex: string | number;
647
+ eager: boolean;
648
+ disabled: boolean;
649
+ modelValue: boolean;
650
+ activatorProps: Record<string, any>;
651
+ openOnClick: boolean;
652
+ openOnHover: boolean;
653
+ openOnFocus: boolean;
654
+ closeOnContentClick: boolean;
655
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
656
+ updateLocation: (e: Event) => void;
657
+ } | undefined)>;
658
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
659
+ closeOnBack: boolean;
660
+ contained: boolean;
661
+ noClickAnimation: boolean;
662
+ scrim: NonNullable<string | boolean>;
663
+ }, {}, string> & {
664
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
665
+ created?: ((() => void) | (() => void)[]) | undefined;
666
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
667
+ mounted?: ((() => void) | (() => void)[]) | undefined;
668
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
669
+ updated?: ((() => void) | (() => void)[]) | undefined;
670
+ activated?: ((() => void) | (() => void)[]) | undefined;
671
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
672
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
673
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
674
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
675
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
676
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
677
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
678
+ 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;
679
+ };
680
+ $forceUpdate: () => void;
681
+ $nextTick: typeof vue.nextTick;
682
+ $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;
683
+ } & {
684
+ offset: NonNullable<string | number | number[] | undefined>;
685
+ location: NonNullable<Anchor>;
686
+ origin: NonNullable<"auto" | Anchor | "overlap">;
687
+ minWidth: NonNullable<string | number>;
688
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
689
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
690
+ })>;
691
+ zIndex: string | number;
692
+ eager: boolean;
693
+ disabled: boolean;
694
+ modelValue: boolean;
695
+ activatorProps: Record<string, any>;
696
+ openOnClick: boolean;
697
+ openOnHover: boolean;
698
+ closeOnContentClick: boolean;
699
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
700
+ updateLocation: (e: Event) => void;
701
+ } | undefined)>;
702
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
703
+ closeOnBack: boolean;
704
+ contained: boolean;
705
+ noClickAnimation: boolean;
706
+ scrim: NonNullable<string | boolean>;
707
+ } & {
708
+ id?: string | undefined;
709
+ height?: string | number | undefined;
710
+ width?: string | number | undefined;
711
+ maxHeight?: string | number | undefined;
712
+ maxWidth?: string | number | undefined;
713
+ minHeight?: string | number | undefined;
714
+ text?: string | undefined;
715
+ theme?: string | undefined;
716
+ contentClass?: any;
717
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
718
+ closeDelay?: string | number | undefined;
719
+ openDelay?: string | number | undefined;
720
+ openOnFocus?: boolean | undefined;
721
+ contentProps?: any;
722
+ attach?: string | boolean | Element | undefined;
723
+ } & {
724
+ $children?: {} | vue.VNodeChild | {
725
+ default?: ((args_0: {
726
+ isActive: vue.Ref<boolean>;
727
+ }) => vue.VNodeChild) | undefined;
728
+ activator?: ((args_0: {
729
+ isActive: boolean;
730
+ props: Record<string, any>;
731
+ }) => vue.VNodeChild) | undefined;
732
+ };
733
+ $slots?: {
734
+ default?: ((args_0: {
735
+ isActive: vue.Ref<boolean>;
736
+ }) => vue.VNodeChild) | undefined;
737
+ activator?: ((args_0: {
738
+ isActive: boolean;
739
+ props: Record<string, any>;
740
+ }) => vue.VNodeChild) | undefined;
741
+ } | undefined;
742
+ 'v-slots'?: {
743
+ default?: false | ((args_0: {
744
+ isActive: vue.Ref<boolean>;
745
+ }) => vue.VNodeChild) | undefined;
746
+ activator?: false | ((args_0: {
747
+ isActive: boolean;
748
+ props: Record<string, any>;
749
+ }) => vue.VNodeChild) | undefined;
750
+ } | undefined;
751
+ } & {
752
+ "v-slot:default"?: false | ((args_0: {
753
+ isActive: vue.Ref<boolean>;
754
+ }) => vue.VNodeChild) | undefined;
755
+ "v-slot:activator"?: false | ((args_0: {
756
+ isActive: boolean;
757
+ props: Record<string, any>;
758
+ }) => vue.VNodeChild) | undefined;
759
+ } & {
760
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
761
+ } & vue.ShallowUnwrapRef<Omit<Omit<{
762
+ $: vue.ComponentInternalInstance;
763
+ $data: {};
764
+ $props: Partial<{
765
+ absolute: boolean;
766
+ location: Anchor;
767
+ origin: "auto" | Anchor | "overlap";
768
+ transition: string | boolean | (vue.TransitionProps & {
769
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
770
+ });
771
+ zIndex: string | number;
772
+ eager: boolean;
773
+ disabled: boolean;
774
+ modelValue: boolean;
775
+ activatorProps: Record<string, any>;
776
+ openOnClick: boolean;
777
+ openOnHover: boolean;
778
+ openOnFocus: boolean;
779
+ closeOnContentClick: boolean;
780
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
781
+ updateLocation: (e: Event) => void;
782
+ } | undefined);
783
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
784
+ closeOnBack: boolean;
785
+ contained: boolean;
786
+ noClickAnimation: boolean;
787
+ persistent: boolean;
788
+ scrim: string | boolean;
789
+ _disableGlobalStack: boolean;
790
+ }> & Omit<{
791
+ absolute: boolean;
792
+ location: Anchor;
793
+ origin: "auto" | Anchor | "overlap";
794
+ transition: string | boolean | (vue.TransitionProps & {
795
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
796
+ });
797
+ zIndex: string | number;
798
+ eager: boolean;
799
+ disabled: boolean;
800
+ modelValue: boolean;
801
+ activatorProps: Record<string, any>;
802
+ openOnHover: boolean;
803
+ closeOnContentClick: boolean;
804
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
805
+ updateLocation: (e: Event) => void;
806
+ } | undefined);
807
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
808
+ closeOnBack: boolean;
809
+ contained: boolean;
810
+ noClickAnimation: boolean;
811
+ persistent: boolean;
812
+ scrim: string | boolean;
813
+ _disableGlobalStack: boolean;
814
+ } & {
815
+ offset?: string | number | number[] | undefined;
816
+ height?: string | number | undefined;
817
+ width?: string | number | undefined;
818
+ maxHeight?: string | number | undefined;
819
+ maxWidth?: string | number | undefined;
820
+ minHeight?: string | number | undefined;
821
+ minWidth?: string | number | undefined;
822
+ theme?: string | undefined;
823
+ contentClass?: any;
824
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
825
+ closeDelay?: string | number | undefined;
826
+ openDelay?: string | number | undefined;
827
+ openOnClick?: boolean | undefined;
828
+ openOnFocus?: boolean | undefined;
829
+ contentProps?: any;
830
+ attach?: string | boolean | Element | undefined;
831
+ } & {
832
+ $children?: {} | vue.VNodeChild | {
833
+ default?: ((args_0: {
834
+ isActive: vue.Ref<boolean>;
835
+ }) => vue.VNodeChild) | undefined;
836
+ activator?: ((args_0: {
837
+ isActive: boolean;
838
+ props: Record<string, any>;
839
+ }) => vue.VNodeChild) | undefined;
840
+ };
841
+ $slots?: {
842
+ default?: ((args_0: {
843
+ isActive: vue.Ref<boolean>;
844
+ }) => vue.VNodeChild) | undefined;
845
+ activator?: ((args_0: {
846
+ isActive: boolean;
847
+ props: Record<string, any>;
848
+ }) => vue.VNodeChild) | undefined;
849
+ } | undefined;
850
+ 'v-slots'?: {
851
+ default?: false | ((args_0: {
852
+ isActive: vue.Ref<boolean>;
853
+ }) => vue.VNodeChild) | undefined;
854
+ activator?: false | ((args_0: {
855
+ isActive: boolean;
856
+ props: Record<string, any>;
857
+ }) => vue.VNodeChild) | undefined;
858
+ } | undefined;
859
+ } & {
860
+ "v-slot:default"?: false | ((args_0: {
861
+ isActive: vue.Ref<boolean>;
862
+ }) => vue.VNodeChild) | undefined;
863
+ "v-slot:activator"?: false | ((args_0: {
864
+ isActive: boolean;
865
+ props: Record<string, any>;
866
+ }) => vue.VNodeChild) | undefined;
867
+ } & {
868
+ onAfterLeave?: (() => any) | undefined;
869
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
870
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
871
+ } & 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">;
872
+ $attrs: {
873
+ [x: string]: unknown;
874
+ };
875
+ $refs: {
876
+ [x: string]: unknown;
877
+ };
878
+ $slots: Readonly<{
879
+ [name: string]: vue.Slot | undefined;
880
+ }>;
881
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
882
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
883
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
884
+ $el: any;
885
+ $options: vue.ComponentOptionsBase<{
886
+ absolute: boolean;
887
+ location: Anchor;
888
+ origin: "auto" | Anchor | "overlap";
889
+ transition: string | boolean | (vue.TransitionProps & {
890
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
891
+ });
892
+ zIndex: string | number;
893
+ eager: boolean;
894
+ disabled: boolean;
895
+ modelValue: boolean;
896
+ activatorProps: Record<string, any>;
897
+ openOnHover: boolean;
898
+ closeOnContentClick: boolean;
899
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
900
+ updateLocation: (e: Event) => void;
901
+ } | undefined);
902
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
903
+ closeOnBack: boolean;
904
+ contained: boolean;
905
+ noClickAnimation: boolean;
906
+ persistent: boolean;
907
+ scrim: string | boolean;
908
+ _disableGlobalStack: boolean;
909
+ } & {
910
+ offset?: string | number | number[] | undefined;
911
+ height?: string | number | undefined;
912
+ width?: string | number | undefined;
913
+ maxHeight?: string | number | undefined;
914
+ maxWidth?: string | number | undefined;
915
+ minHeight?: string | number | undefined;
916
+ minWidth?: string | number | undefined;
917
+ theme?: string | undefined;
918
+ contentClass?: any;
919
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
920
+ closeDelay?: string | number | undefined;
921
+ openDelay?: string | number | undefined;
922
+ openOnClick?: boolean | undefined;
923
+ openOnFocus?: boolean | undefined;
924
+ contentProps?: any;
925
+ attach?: string | boolean | Element | undefined;
926
+ } & {
927
+ $children?: {} | vue.VNodeChild | {
928
+ default?: ((args_0: {
929
+ isActive: vue.Ref<boolean>;
930
+ }) => vue.VNodeChild) | undefined;
931
+ activator?: ((args_0: {
932
+ isActive: boolean;
933
+ props: Record<string, any>;
934
+ }) => vue.VNodeChild) | undefined;
935
+ };
936
+ $slots?: {
937
+ default?: ((args_0: {
938
+ isActive: vue.Ref<boolean>;
939
+ }) => vue.VNodeChild) | undefined;
940
+ activator?: ((args_0: {
941
+ isActive: boolean;
942
+ props: Record<string, any>;
943
+ }) => vue.VNodeChild) | undefined;
944
+ } | undefined;
945
+ 'v-slots'?: {
946
+ default?: false | ((args_0: {
947
+ isActive: vue.Ref<boolean>;
948
+ }) => vue.VNodeChild) | undefined;
949
+ activator?: false | ((args_0: {
950
+ isActive: boolean;
951
+ props: Record<string, any>;
952
+ }) => vue.VNodeChild) | undefined;
953
+ } | undefined;
954
+ } & {
955
+ "v-slot:default"?: false | ((args_0: {
956
+ isActive: vue.Ref<boolean>;
957
+ }) => vue.VNodeChild) | undefined;
958
+ "v-slot:activator"?: false | ((args_0: {
959
+ isActive: boolean;
960
+ props: Record<string, any>;
961
+ }) => vue.VNodeChild) | undefined;
962
+ } & {
963
+ onAfterLeave?: (() => any) | undefined;
964
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
965
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
966
+ }, {
967
+ activatorEl: vue.Ref<HTMLElement | undefined>;
968
+ animateClick: () => void;
969
+ contentEl: vue.Ref<HTMLElement | undefined>;
970
+ globalTop: Readonly<vue.Ref<boolean>>;
971
+ localTop: vue.ComputedRef<boolean>;
972
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
973
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
974
+ 'click:outside': (e: MouseEvent) => true;
975
+ 'update:modelValue': (value: boolean) => true;
976
+ afterLeave: () => true;
977
+ }, string, {
978
+ absolute: boolean;
979
+ location: Anchor;
980
+ origin: "auto" | Anchor | "overlap";
981
+ transition: string | boolean | (vue.TransitionProps & {
982
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
983
+ });
984
+ zIndex: string | number;
985
+ eager: boolean;
986
+ disabled: boolean;
987
+ modelValue: boolean;
988
+ activatorProps: Record<string, any>;
989
+ openOnClick: boolean;
990
+ openOnHover: boolean;
991
+ openOnFocus: boolean;
992
+ closeOnContentClick: boolean;
993
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
994
+ updateLocation: (e: Event) => void;
995
+ } | undefined);
996
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
997
+ closeOnBack: boolean;
998
+ contained: boolean;
999
+ noClickAnimation: boolean;
1000
+ persistent: boolean;
1001
+ scrim: string | boolean;
1002
+ _disableGlobalStack: boolean;
1003
+ }, {}, string> & {
1004
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1005
+ created?: ((() => void) | (() => void)[]) | undefined;
1006
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1007
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1008
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1009
+ updated?: ((() => void) | (() => void)[]) | undefined;
1010
+ activated?: ((() => void) | (() => void)[]) | undefined;
1011
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1012
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1013
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1014
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1015
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1016
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1017
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1018
+ 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;
1019
+ };
1020
+ $forceUpdate: () => void;
1021
+ $nextTick: typeof vue.nextTick;
1022
+ $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;
1023
+ } & {
1024
+ absolute: boolean;
1025
+ location: Anchor;
1026
+ origin: "auto" | Anchor | "overlap";
1027
+ transition: string | boolean | (vue.TransitionProps & {
1028
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1029
+ });
1030
+ zIndex: string | number;
1031
+ eager: boolean;
1032
+ disabled: boolean;
1033
+ modelValue: boolean;
1034
+ activatorProps: Record<string, any>;
1035
+ openOnHover: boolean;
1036
+ closeOnContentClick: boolean;
1037
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1038
+ updateLocation: (e: Event) => void;
1039
+ } | undefined);
1040
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1041
+ closeOnBack: boolean;
1042
+ contained: boolean;
1043
+ noClickAnimation: boolean;
1044
+ persistent: boolean;
1045
+ scrim: string | boolean;
1046
+ _disableGlobalStack: boolean;
1047
+ } & {
1048
+ offset?: string | number | number[] | undefined;
1049
+ height?: string | number | undefined;
1050
+ width?: string | number | undefined;
1051
+ maxHeight?: string | number | undefined;
1052
+ maxWidth?: string | number | undefined;
1053
+ minHeight?: string | number | undefined;
1054
+ minWidth?: string | number | undefined;
1055
+ theme?: string | undefined;
1056
+ contentClass?: any;
1057
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1058
+ closeDelay?: string | number | undefined;
1059
+ openDelay?: string | number | undefined;
1060
+ openOnClick?: boolean | undefined;
1061
+ openOnFocus?: boolean | undefined;
1062
+ contentProps?: any;
1063
+ attach?: string | boolean | Element | undefined;
1064
+ } & {
1065
+ $children?: {} | vue.VNodeChild | {
1066
+ default?: ((args_0: {
1067
+ isActive: vue.Ref<boolean>;
1068
+ }) => vue.VNodeChild) | undefined;
1069
+ activator?: ((args_0: {
1070
+ isActive: boolean;
1071
+ props: Record<string, any>;
1072
+ }) => vue.VNodeChild) | undefined;
1073
+ };
1074
+ $slots?: {
1075
+ default?: ((args_0: {
1076
+ isActive: vue.Ref<boolean>;
1077
+ }) => vue.VNodeChild) | undefined;
1078
+ activator?: ((args_0: {
1079
+ isActive: boolean;
1080
+ props: Record<string, any>;
1081
+ }) => vue.VNodeChild) | undefined;
1082
+ } | undefined;
1083
+ 'v-slots'?: {
1084
+ default?: false | ((args_0: {
1085
+ isActive: vue.Ref<boolean>;
1086
+ }) => vue.VNodeChild) | undefined;
1087
+ activator?: false | ((args_0: {
1088
+ isActive: boolean;
1089
+ props: Record<string, any>;
1090
+ }) => vue.VNodeChild) | undefined;
1091
+ } | undefined;
1092
+ } & {
1093
+ "v-slot:default"?: false | ((args_0: {
1094
+ isActive: vue.Ref<boolean>;
1095
+ }) => vue.VNodeChild) | undefined;
1096
+ "v-slot:activator"?: false | ((args_0: {
1097
+ isActive: boolean;
1098
+ props: Record<string, any>;
1099
+ }) => vue.VNodeChild) | undefined;
1100
+ } & {
1101
+ onAfterLeave?: (() => any) | undefined;
1102
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1103
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1104
+ } & vue.ShallowUnwrapRef<{
1105
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1106
+ animateClick: () => void;
1107
+ contentEl: vue.Ref<HTMLElement | undefined>;
1108
+ globalTop: Readonly<vue.Ref<boolean>>;
1109
+ localTop: vue.ComputedRef<boolean>;
1110
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1111
+ }> & {} & 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 & {};
1112
+ __isFragment?: undefined;
1113
+ __isTeleport?: undefined;
1114
+ __isSuspense?: undefined;
1115
+ } & vue.ComponentOptionsBase<{
84
1116
  offset: NonNullable<string | number | number[] | undefined>;
85
1117
  location: NonNullable<Anchor>;
86
1118
  origin: NonNullable<"auto" | Anchor | "overlap">;
@@ -156,6 +1188,8 @@ declare const VTooltip: vue.DefineComponent<{
156
1188
  isActive: boolean;
157
1189
  props: Record<string, any>;
158
1190
  }) => vue.VNodeChild) | undefined;
1191
+ } & {
1192
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
159
1193
  }, Omit<Omit<{
160
1194
  $: vue.ComponentInternalInstance;
161
1195
  $data: {};
@@ -508,85 +1542,7 @@ declare const VTooltip: vue.DefineComponent<{
508
1542
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
509
1543
  }> & {} & 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, {
510
1544
  'update:modelValue': (value: boolean) => boolean;
511
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
512
- offset: NonNullable<string | number | number[] | undefined>;
513
- location: NonNullable<Anchor>;
514
- origin: NonNullable<"auto" | Anchor | "overlap">;
515
- minWidth: NonNullable<string | number>;
516
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
517
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
518
- })>;
519
- zIndex: string | number;
520
- eager: boolean;
521
- disabled: boolean;
522
- modelValue: boolean;
523
- activatorProps: Record<string, any>;
524
- openOnClick: boolean;
525
- openOnHover: boolean;
526
- closeOnContentClick: boolean;
527
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
528
- updateLocation: (e: Event) => void;
529
- } | undefined)>;
530
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
531
- closeOnBack: boolean;
532
- contained: boolean;
533
- noClickAnimation: boolean;
534
- scrim: NonNullable<string | boolean>;
535
- } & {
536
- id?: string | undefined;
537
- height?: string | number | undefined;
538
- width?: string | number | undefined;
539
- maxHeight?: string | number | undefined;
540
- maxWidth?: string | number | undefined;
541
- minHeight?: string | number | undefined;
542
- text?: string | undefined;
543
- theme?: string | undefined;
544
- contentClass?: any;
545
- activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
546
- closeDelay?: string | number | undefined;
547
- openDelay?: string | number | undefined;
548
- openOnFocus?: boolean | undefined;
549
- contentProps?: any;
550
- attach?: string | boolean | Element | undefined;
551
- } & {
552
- $children?: {} | vue.VNodeChild | {
553
- default?: ((args_0: {
554
- isActive: vue.Ref<boolean>;
555
- }) => vue.VNodeChild) | undefined;
556
- activator?: ((args_0: {
557
- isActive: boolean;
558
- props: Record<string, any>;
559
- }) => vue.VNodeChild) | undefined;
560
- };
561
- $slots?: {
562
- default?: ((args_0: {
563
- isActive: vue.Ref<boolean>;
564
- }) => vue.VNodeChild) | undefined;
565
- activator?: ((args_0: {
566
- isActive: boolean;
567
- props: Record<string, any>;
568
- }) => vue.VNodeChild) | undefined;
569
- } | undefined;
570
- 'v-slots'?: {
571
- default?: false | ((args_0: {
572
- isActive: vue.Ref<boolean>;
573
- }) => vue.VNodeChild) | undefined;
574
- activator?: false | ((args_0: {
575
- isActive: boolean;
576
- props: Record<string, any>;
577
- }) => vue.VNodeChild) | undefined;
578
- } | undefined;
579
- } & {
580
- "v-slot:default"?: false | ((args_0: {
581
- isActive: vue.Ref<boolean>;
582
- }) => vue.VNodeChild) | undefined;
583
- "v-slot:activator"?: false | ((args_0: {
584
- isActive: boolean;
585
- props: Record<string, any>;
586
- }) => vue.VNodeChild) | undefined;
587
- } & {
588
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
589
- }, {
1545
+ }, string, {
590
1546
  offset: NonNullable<string | number | number[] | undefined>;
591
1547
  location: NonNullable<Anchor>;
592
1548
  origin: NonNullable<"auto" | Anchor | "overlap">;
@@ -611,7 +1567,245 @@ declare const VTooltip: vue.DefineComponent<{
611
1567
  contained: boolean;
612
1568
  noClickAnimation: boolean;
613
1569
  scrim: NonNullable<string | boolean>;
614
- }>;
1570
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1571
+ offset: {
1572
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
1573
+ default: NonNullable<string | number | number[] | undefined>;
1574
+ };
1575
+ location: Omit<{
1576
+ type: vue.PropType<Anchor>;
1577
+ default: string;
1578
+ }, "type" | "default"> & {
1579
+ type: vue.PropType<NonNullable<Anchor>>;
1580
+ default: NonNullable<Anchor>;
1581
+ };
1582
+ origin: Omit<{
1583
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1584
+ default: string;
1585
+ }, "type" | "default"> & {
1586
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
1587
+ default: NonNullable<"auto" | Anchor | "overlap">;
1588
+ };
1589
+ height: (StringConstructor | NumberConstructor)[];
1590
+ width: (StringConstructor | NumberConstructor)[];
1591
+ maxHeight: (StringConstructor | NumberConstructor)[];
1592
+ maxWidth: (StringConstructor | NumberConstructor)[];
1593
+ minHeight: (StringConstructor | NumberConstructor)[];
1594
+ minWidth: {
1595
+ type: vue.PropType<NonNullable<string | number>>;
1596
+ default: NonNullable<string | number>;
1597
+ };
1598
+ transition: Omit<{
1599
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1600
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1601
+ })>;
1602
+ default: string;
1603
+ validator: (val: unknown) => boolean;
1604
+ }, "type" | "default"> & {
1605
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1606
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1607
+ })>>;
1608
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1609
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1610
+ })>;
1611
+ };
1612
+ zIndex: {
1613
+ type: (StringConstructor | NumberConstructor)[];
1614
+ default: number;
1615
+ };
1616
+ eager: {
1617
+ type: vue.PropType<boolean>;
1618
+ default: boolean;
1619
+ };
1620
+ disabled: BooleanConstructor;
1621
+ theme: StringConstructor;
1622
+ contentClass: null;
1623
+ modelValue: BooleanConstructor;
1624
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
1625
+ closeDelay: (StringConstructor | NumberConstructor)[];
1626
+ openDelay: (StringConstructor | NumberConstructor)[];
1627
+ activatorProps: {
1628
+ type: vue.PropType<Record<string, any>>;
1629
+ default: () => {};
1630
+ };
1631
+ openOnClick: Omit<{
1632
+ type: BooleanConstructor;
1633
+ default: undefined;
1634
+ }, "type" | "default"> & {
1635
+ type: vue.PropType<boolean>;
1636
+ default: boolean;
1637
+ };
1638
+ openOnHover: {
1639
+ type: vue.PropType<boolean>;
1640
+ default: boolean;
1641
+ };
1642
+ openOnFocus: {
1643
+ type: BooleanConstructor;
1644
+ default: undefined;
1645
+ };
1646
+ closeOnContentClick: BooleanConstructor;
1647
+ locationStrategy: Omit<{
1648
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1649
+ updateLocation: (e: Event) => void;
1650
+ } | undefined)>;
1651
+ default: string;
1652
+ validator: (val: any) => boolean;
1653
+ }, "type" | "default"> & {
1654
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1655
+ updateLocation: (e: Event) => void;
1656
+ } | undefined)>>;
1657
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1658
+ updateLocation: (e: Event) => void;
1659
+ } | undefined)>;
1660
+ };
1661
+ scrollStrategy: Omit<{
1662
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1663
+ default: string;
1664
+ validator: (val: any) => boolean;
1665
+ }, "type" | "default"> & {
1666
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
1667
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1668
+ };
1669
+ closeOnBack: Omit<{
1670
+ type: BooleanConstructor;
1671
+ default: boolean;
1672
+ }, "type" | "default"> & {
1673
+ type: vue.PropType<boolean>;
1674
+ default: boolean;
1675
+ };
1676
+ contained: BooleanConstructor;
1677
+ contentProps: null;
1678
+ noClickAnimation: BooleanConstructor;
1679
+ scrim: Omit<{
1680
+ type: (StringConstructor | BooleanConstructor)[];
1681
+ default: boolean;
1682
+ }, "type" | "default"> & {
1683
+ type: vue.PropType<NonNullable<string | boolean>>;
1684
+ default: NonNullable<string | boolean>;
1685
+ };
1686
+ attach: vue.PropType<string | boolean | Element>;
1687
+ id: StringConstructor;
1688
+ text: StringConstructor;
1689
+ }, vue.ExtractPropTypes<{
1690
+ offset: {
1691
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
1692
+ default: NonNullable<string | number | number[] | undefined>;
1693
+ };
1694
+ location: Omit<{
1695
+ type: vue.PropType<Anchor>;
1696
+ default: string;
1697
+ }, "type" | "default"> & {
1698
+ type: vue.PropType<NonNullable<Anchor>>;
1699
+ default: NonNullable<Anchor>;
1700
+ };
1701
+ origin: Omit<{
1702
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1703
+ default: string;
1704
+ }, "type" | "default"> & {
1705
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
1706
+ default: NonNullable<"auto" | Anchor | "overlap">;
1707
+ };
1708
+ height: (StringConstructor | NumberConstructor)[];
1709
+ width: (StringConstructor | NumberConstructor)[];
1710
+ maxHeight: (StringConstructor | NumberConstructor)[];
1711
+ maxWidth: (StringConstructor | NumberConstructor)[];
1712
+ minHeight: (StringConstructor | NumberConstructor)[];
1713
+ minWidth: {
1714
+ type: vue.PropType<NonNullable<string | number>>;
1715
+ default: NonNullable<string | number>;
1716
+ };
1717
+ transition: Omit<{
1718
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1719
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1720
+ })>;
1721
+ default: string;
1722
+ validator: (val: unknown) => boolean;
1723
+ }, "type" | "default"> & {
1724
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1725
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1726
+ })>>;
1727
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1728
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1729
+ })>;
1730
+ };
1731
+ zIndex: {
1732
+ type: (StringConstructor | NumberConstructor)[];
1733
+ default: number;
1734
+ };
1735
+ eager: {
1736
+ type: vue.PropType<boolean>;
1737
+ default: boolean;
1738
+ };
1739
+ disabled: BooleanConstructor;
1740
+ theme: StringConstructor;
1741
+ contentClass: null;
1742
+ modelValue: BooleanConstructor;
1743
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
1744
+ closeDelay: (StringConstructor | NumberConstructor)[];
1745
+ openDelay: (StringConstructor | NumberConstructor)[];
1746
+ activatorProps: {
1747
+ type: vue.PropType<Record<string, any>>;
1748
+ default: () => {};
1749
+ };
1750
+ openOnClick: Omit<{
1751
+ type: BooleanConstructor;
1752
+ default: undefined;
1753
+ }, "type" | "default"> & {
1754
+ type: vue.PropType<boolean>;
1755
+ default: boolean;
1756
+ };
1757
+ openOnHover: {
1758
+ type: vue.PropType<boolean>;
1759
+ default: boolean;
1760
+ };
1761
+ openOnFocus: {
1762
+ type: BooleanConstructor;
1763
+ default: undefined;
1764
+ };
1765
+ closeOnContentClick: BooleanConstructor;
1766
+ locationStrategy: Omit<{
1767
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1768
+ updateLocation: (e: Event) => void;
1769
+ } | undefined)>;
1770
+ default: string;
1771
+ validator: (val: any) => boolean;
1772
+ }, "type" | "default"> & {
1773
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1774
+ updateLocation: (e: Event) => void;
1775
+ } | undefined)>>;
1776
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1777
+ updateLocation: (e: Event) => void;
1778
+ } | undefined)>;
1779
+ };
1780
+ scrollStrategy: Omit<{
1781
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1782
+ default: string;
1783
+ validator: (val: any) => boolean;
1784
+ }, "type" | "default"> & {
1785
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
1786
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1787
+ };
1788
+ closeOnBack: Omit<{
1789
+ type: BooleanConstructor;
1790
+ default: boolean;
1791
+ }, "type" | "default"> & {
1792
+ type: vue.PropType<boolean>;
1793
+ default: boolean;
1794
+ };
1795
+ contained: BooleanConstructor;
1796
+ contentProps: null;
1797
+ noClickAnimation: BooleanConstructor;
1798
+ scrim: Omit<{
1799
+ type: (StringConstructor | BooleanConstructor)[];
1800
+ default: boolean;
1801
+ }, "type" | "default"> & {
1802
+ type: vue.PropType<NonNullable<string | boolean>>;
1803
+ default: NonNullable<string | boolean>;
1804
+ };
1805
+ attach: vue.PropType<string | boolean | Element>;
1806
+ id: StringConstructor;
1807
+ text: StringConstructor;
1808
+ }>>;
615
1809
  type VTooltip = InstanceType<typeof VTooltip>;
616
1810
 
617
1811
  export { VTooltip };